Version Description
- Fix: Content Timeline - Content not being saved issue.
- Fix: Post Carousel - Posts layout breaks when equal height option is enabled.
- Fix: Table of Content - Hyperlink not being scrolled to respective heading issue.
- Fix: Price List - Block Editor Validation issue when image alignment set to middle.
Download this release
Release Info
Developer | brainstormworg |
Plugin | Gutenberg Blocks – Ultimate Addons for Gutenberg |
Version | 1.20.1 |
Comparing to | |
See all releases |
Code changes from version 1.20.0 to 1.20.1
- assets/css/blocks/price-list.css +1 -1
- assets/js/post.js +3 -11
- assets/js/table-of-contents.js +1 -1
- classes/class-uagb-loader.php +1 -1
- dist/blocks.build.js +1387 -1239
- dist/blocks.style.build.css +1 -1
- dist/blocks.style.css +10 -10
- languages/ultimate-addons-for-gutenberg.pot +339 -250
- readme.txt +7 -1
- ultimate-addons-for-gutenberg.php +1 -1
assets/css/blocks/price-list.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.uagb-rest_menu__wrap{position:relative;padding-left:5px;padding-right:5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.uagb-rest_menu__wrap,.uagb-rest_menu__wrap *{-webkit-transition:all 0.2s;-o-transition:all 0.2s;transition:all 0.2s}.uagb-rm__image img,.slick-slide .uagb-rm__image img{display:inline-block;box-sizing:content-box}.uagb-rm__title,.uagb-rm__price{display:inline-block}.uagb-rm__desc{margin-bottom:15px;font-style:italic}.uagb-rm__content{overflow:hidden;text-align:left;word-break:break-word;padding:15px;border-radius:inherit;position:relative;padding:5px}.uagb-rm__image-position-left .uagb-rm__content,.uagb-rm__image-position-right .uagb-rm__content{display:-ms-flexbox;-js-display:flex;display:flex}.uagb-rm-details{display:table;width:100%}.uagb-rm__title-wrap,.uagb-rm__price-wrap{display:table-cell}.uagb-rm__title-wrap,.uagb-rm__image-position-left.uagb-rm__align-center .uagb-rm__price-wrap,.uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm__price-wrap{width:85%}.uagb-rm__price-wrap,.uagb-rm__image-position-left.uagb-rm__align-center .uagb-rm__price-wrap,.uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm__price-wrap{width:15%}.uagb-rm__title,.uagb-rm__price{display:block}.uagb-rm__align-center .uagb-rm-details,.uagb-rm__align-center .uagb-rm__title-wrap,.uagb-rm__align-center .uagb-rm__price-wrap{display:block;width:100%}.uagb-rm__image-aligned-middle .uagb-rm__image-content{-ms-flex-item-align:center;align-self:center}.uagb-rm__image{overflow:hidden}.uagb-rm__title{margin-bottom:5px;font-size:20px}.uagb-rm__price{font-style:italic;text-align:right}.uagb-rm__image-position-center.uagb-rm__align-center .uagb-rm-details,.uagb-rm__image-position-center.uagb-rm__align-center .uagb-rm__title-wrap,.uagb-rm__image-position-center.uagb-rm__align-center .uagb-rm__price-wrap{display:block;width:100%;text-align:center}.uagb-rm__align-center .uagb-rm__price{text-align:center}.uagb-rm__align-right .uagb-rm-details{display:flex;width:100%;flex-direction:row-reverse}.uagb-rm__align-right .uagb-rm__price{text-align:left}.uagb-rm__align-left .uagb-rm__price{text-align:right}.uagb-rm__image-position-left.uagb-rm__align-left .uagb-rm__price,.uagb-rm__image-position-left.uagb-rm__align-right .uagb-rm__price,.uagb-rm__image-position-left.uagb-rm__align-center .uagb-rm__price{text-align:right}.uagb-rm__image-position-left.uagb-rm__align-left .uagb-rm-details,.uagb-rm__image-position-left.uagb-rm__align-right .uagb-rm-details,.uagb-rm__image-position-left.uagb-rm__align-center .uagb-rm-details{display:flex;flex-direction:unset;text-align:left}.uagb-rm__image-position-left.uagb-rm__align-left .uagb-rm__title-wrap,.uagb-rm__image-position-left.uagb-rm__align-right .uagb-rm__title-wrap,.uagb-rm__image-position-left.uagb-rm__align-center .uagb-rm__title-wrap,.uagb-rm__image-position-left.uagb-rm__align-left .uagb-rm__image-content,.uagb-rm__image-position-left.uagb-rm__align-right .uagb-rm__image-content,.uagb-rm__image-position-left.uagb-rm__align-center .uagb-rm__image-content{text-align:left}.uagb-rm__image-position-right.uagb-rm__align-left .uagb-rm-details,.uagb-rm__image-position-right.uagb-rm__align-right .uagb-rm-details,.uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm-details{display:flex;flex-direction:row-reverse;text-align:right}.uagb-rm__image-position-right.uagb-rm__align-left .uagb-rm__price,.uagb-rm__image-position-right.uagb-rm__align-right .uagb-rm__price,.uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm__price{text-align:left}.uagb-rm__image-position-right.uagb-rm__align-left .uagb-rm__title-wrap,.uagb-rm__image-position-right.uagb-rm__align-right .uagb-rm__title-wrap,.uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm__title-wrap,.uagb-rm__image-position-right.uagb-rm__align-left .uagb-rm__image-content,.uagb-rm__image-position-right.uagb-rm__align-right .uagb-rm__image-content,.uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm__image-content{text-align:right}.uagb-rest_menu__outer-wrap{position:relative
|
1 |
+
.uagb-rest_menu__wrap{position:relative;padding-left:5px;padding-right:5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.uagb-rest_menu__wrap,.uagb-rest_menu__wrap *{-webkit-transition:all 0.2s;-o-transition:all 0.2s;transition:all 0.2s}.uagb-rm__image img,.slick-slide .uagb-rm__image img{display:inline-block;box-sizing:content-box}.uagb-rm__title,.uagb-rm__price{display:inline-block}.uagb-rm__desc{margin-bottom:15px;font-style:italic}.uagb-rm__content{overflow:hidden;text-align:left;word-break:break-word;padding:15px;border-radius:inherit;position:relative;padding:5px}.uagb-rm__image-position-left .uagb-rm__content,.uagb-rm__image-position-right .uagb-rm__content{display:-ms-flexbox;-js-display:flex;display:flex}.uagb-rm-details{display:table;width:100%}.uagb-rm__title-wrap,.uagb-rm__price-wrap{display:table-cell}.uagb-rm__title-wrap,.uagb-rm__image-position-left.uagb-rm__align-center .uagb-rm__price-wrap,.uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm__price-wrap{width:85%}.uagb-rm__price-wrap,.uagb-rm__image-position-left.uagb-rm__align-center .uagb-rm__price-wrap,.uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm__price-wrap{width:15%}.uagb-rm__title,.uagb-rm__price{display:block}.uagb-rm__align-center .uagb-rm-details,.uagb-rm__align-center .uagb-rm__title-wrap,.uagb-rm__align-center .uagb-rm__price-wrap{display:block;width:100%}.uagb-rm__image-aligned-middle .uagb-rm__image-content{-ms-flex-item-align:center;align-self:center}.uagb-rm__image{overflow:hidden}.uagb-rm__title{margin-bottom:5px;font-size:20px}.uagb-rm__price{font-style:italic;text-align:right}.uagb-rm__image-position-center.uagb-rm__align-center .uagb-rm-details,.uagb-rm__image-position-center.uagb-rm__align-center .uagb-rm__title-wrap,.uagb-rm__image-position-center.uagb-rm__align-center .uagb-rm__price-wrap{display:block;width:100%;text-align:center}.uagb-rm__align-center .uagb-rm__price{text-align:center}.uagb-rm__align-right .uagb-rm-details{display:flex;width:100%;flex-direction:row-reverse}.uagb-rm__align-right .uagb-rm__price{text-align:left}.uagb-rm__align-left .uagb-rm__price{text-align:right}.uagb-rm__image-position-left.uagb-rm__align-left .uagb-rm__price,.uagb-rm__image-position-left.uagb-rm__align-right .uagb-rm__price,.uagb-rm__image-position-left.uagb-rm__align-center .uagb-rm__price{text-align:right}.uagb-rm__image-position-left.uagb-rm__align-left .uagb-rm-details,.uagb-rm__image-position-left.uagb-rm__align-right .uagb-rm-details,.uagb-rm__image-position-left.uagb-rm__align-center .uagb-rm-details{display:flex;flex-direction:unset;text-align:left}.uagb-rm__image-position-left.uagb-rm__align-left .uagb-rm__title-wrap,.uagb-rm__image-position-left.uagb-rm__align-right .uagb-rm__title-wrap,.uagb-rm__image-position-left.uagb-rm__align-center .uagb-rm__title-wrap,.uagb-rm__image-position-left.uagb-rm__align-left .uagb-rm__image-content,.uagb-rm__image-position-left.uagb-rm__align-right .uagb-rm__image-content,.uagb-rm__image-position-left.uagb-rm__align-center .uagb-rm__image-content{text-align:left}.uagb-rm__image-position-right.uagb-rm__align-left .uagb-rm-details,.uagb-rm__image-position-right.uagb-rm__align-right .uagb-rm-details,.uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm-details{display:flex;flex-direction:row-reverse;text-align:right}.uagb-rm__image-position-right.uagb-rm__align-left .uagb-rm__price,.uagb-rm__image-position-right.uagb-rm__align-right .uagb-rm__price,.uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm__price{text-align:left}.uagb-rm__image-position-right.uagb-rm__align-left .uagb-rm__title-wrap,.uagb-rm__image-position-right.uagb-rm__align-right .uagb-rm__title-wrap,.uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm__title-wrap,.uagb-rm__image-position-right.uagb-rm__align-left .uagb-rm__image-content,.uagb-rm__image-position-right.uagb-rm__align-right .uagb-rm__image-content,.uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm__image-content{text-align:right}.uagb-rest_menu__outer-wrap{position:relative}.uagb-rm__overlay{height:100%;width:100%;top:0;left:0;position:absolute;background:transparent}.uagb-tm-parent{padding:30px}.uagb-rm__text-wrap{position:relative;display:block;width:100%}.uagb-rest_menu__wrap{position:relative}.uagb-rest_menu__outer-wrap:after{content:"";display:block;clear:both}.uagb-rest_menu__wrap.uagb-rm__desk-column-3{display:block;width:33%;float:left;width:calc(100% / 3);padding-left:10px;padding-right:10px}.uagb-rest_menu__wrap.uagb-rm__desk-column-2{display:block;width:49%;float:left;padding-left:10px;padding-right:10px}.uagb-rest_menu__wrap.uagb-rm__desk-column-1{display:block;width:100%;float:left;padding-left:10px;padding-right:10px}.uagb-rm__separator-parent{line-height:0em;margin-left:0;margin-right:0;margin-bottom:10px;-js-display:flex;display:-webkit-flex;display:-moz-flexbox;display:flex}.uagb-rm__separator{width:100%;border-top-width:1px;border-top-color:#b2b4b5;border-top-style:inherit}.uagb-rm__image-position-left .uagb-rm__image{margin-right:10px}.uagb-rm__image-position-right .uagb-rm__image{margin-left:10px}@media (max-width: 976px){.uagb-rm__image-position-left.uagb-rm-stacked-tablet .uagb-rm__content,.uagb-rm__image-position-right.uagb-rm-stacked-tablet .uagb-rm__content{display:block;-js-display:block;display:block}.uagb-rm__image-position-right.uagb-rm-stacked-tablet.uagb-rm-reverse-order-tablet .uagb-rm__content{display:-webkit-box;display:-ms-flexbox;-js-display:flex;display:-webkit-flex;display:-moz-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;-webkit-flex-direction:column-reverse;-moz-box-orient:vertical;-moz-box-direction:reverse;flex-direction:column-reverse}.uagb-rm__image-position-right.uagb-rm-stacked-tablet.uagb-rm__image-aligned-middle .uagb-rm__image-content{align-self:flex-end}.uagb-rm__image-position-left.uagb-rm-stacked-tablet.uagb-rm__image-aligned-middle .uagb-rm__image-content{align-self:flex-start}.uagb-rm__tablet-column-3.uagb-rest_menu__wrap{width:33%;float:left;padding-left:10px;padding-right:10px}.uagb-rm__tablet-column-2.uagb-rest_menu__wrap{width:50%;float:left;padding-left:10px;padding-right:10px}.uagb-rm__tablet-column-1.uagb-rest_menu__wrap{width:100%;float:left;padding-left:10px;padding-right:10px}}@media (max-width: 767px){.uagb-rm__image-position-left.uagb-rm-stacked-mobile .uagb-rm__content,.uagb-rm__image-position-right.uagb-rm-stacked-mobile .uagb-rm__content{display:block;-js-display:block;display:block}.uagb-rm__image-position-right.uagb-rm-stacked-mobile.uagb-rm-reverse-order-mobile .uagb-rm__content{display:-webkit-box;display:-ms-flexbox;-js-display:flex;display:-webkit-flex;display:-moz-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;-webkit-flex-direction:column-reverse;-moz-box-orient:vertical;-moz-box-direction:reverse;flex-direction:column-reverse}.uagb-rest_menu__wrap.uagb-rm__mobile-column-3{width:33%;float:left;padding-left:10px;padding-right:10px}.uagb-rest_menu__wrap.uagb-rm__mobile-column-2{width:50%;float:left;padding-left:10px;padding-right:10px}.uagb-rest_menu__wrap.uagb-rm__mobile-column-1{width:100%;float:left;padding-left:10px;padding-right:10px}.uagb-rm__image-position-right.uagb-rm-stacked-mobile.uagb-rm__image-aligned-middle .uagb-rm__image-content{align-self:flex-end}.uagb-rm__image-position-left.uagb-rm-stacked-mobile.uagb-rm__image-aligned-middle .uagb-rm__image-content{align-self:flex-start}}
|
assets/js/post.js
CHANGED
@@ -5,25 +5,17 @@
|
|
5 |
UAGBPostCarousel = {
|
6 |
|
7 |
_setHeight: function( scope ) {
|
|
|
8 |
var post_wrapper = scope.find(".slick-slide"),
|
9 |
post_active = scope.find(".slick-slide.slick-active"),
|
10 |
max_height = -1,
|
11 |
wrapper_height = -1,
|
12 |
-
post_active_height = -1
|
13 |
-
is_background_enabled = scope.parents(".uagb-post-grid").hasClass("uagb-post__image-position-background")
|
14 |
|
15 |
post_active.each( function( i ) {
|
16 |
var this_height = $( this ).outerHeight(),
|
17 |
blog_post = $( this ).find( ".uagb-post__inner-wrap" ),
|
18 |
-
blog_post_height = blog_post.outerHeight()
|
19 |
-
post_img_ht = $( this ).find( ".uagb-post__image" ).outerHeight(),
|
20 |
-
post_text_ht = $( this ).find( ".uagb-post__text" ).outerHeight()
|
21 |
-
|
22 |
-
if( is_background_enabled ){
|
23 |
-
blog_post_height = post_text_ht
|
24 |
-
}else{
|
25 |
-
blog_post_height = post_img_ht+ post_text_ht
|
26 |
-
}
|
27 |
|
28 |
if( max_height < blog_post_height ) {
|
29 |
max_height = blog_post_height
|
5 |
UAGBPostCarousel = {
|
6 |
|
7 |
_setHeight: function( scope ) {
|
8 |
+
|
9 |
var post_wrapper = scope.find(".slick-slide"),
|
10 |
post_active = scope.find(".slick-slide.slick-active"),
|
11 |
max_height = -1,
|
12 |
wrapper_height = -1,
|
13 |
+
post_active_height = -1;
|
|
|
14 |
|
15 |
post_active.each( function( i ) {
|
16 |
var this_height = $( this ).outerHeight(),
|
17 |
blog_post = $( this ).find( ".uagb-post__inner-wrap" ),
|
18 |
+
blog_post_height = blog_post.outerHeight();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
|
20 |
if( max_height < blog_post_height ) {
|
21 |
max_height = blog_post_height
|
assets/js/table-of-contents.js
CHANGED
@@ -124,7 +124,7 @@
|
|
124 |
|
125 |
if ( undefined !== attr.mappingHeaders ) {
|
126 |
|
127 |
-
attr.mappingHeaders.forEach((h_tag, index) (
|
128 |
var allowed_h_tags_str = ( null !== allowed_h_tags ) ? allowed_h_tags.join( ',' ) : '';
|
129 |
}
|
130 |
|
124 |
|
125 |
if ( undefined !== attr.mappingHeaders ) {
|
126 |
|
127 |
+
attr.mappingHeaders.forEach(function(h_tag, index) { (h_tag === true ? allowed_h_tags.push('h' + (index+1)) : null);});
|
128 |
var allowed_h_tags_str = ( null !== allowed_h_tags ) ? allowed_h_tags.join( ',' ) : '';
|
129 |
}
|
130 |
|
classes/class-uagb-loader.php
CHANGED
@@ -85,7 +85,7 @@ if ( ! class_exists( 'UAGB_Loader' ) ) {
|
|
85 |
define( 'UAGB_BASE', plugin_basename( UAGB_FILE ) );
|
86 |
define( 'UAGB_DIR', plugin_dir_path( UAGB_FILE ) );
|
87 |
define( 'UAGB_URL', plugins_url( '/', UAGB_FILE ) );
|
88 |
-
define( 'UAGB_VER', '1.20.
|
89 |
define( 'UAGB_MODULES_DIR', UAGB_DIR . 'modules/' );
|
90 |
define( 'UAGB_MODULES_URL', UAGB_URL . 'modules/' );
|
91 |
define( 'UAGB_SLUG', 'uag' );
|
85 |
define( 'UAGB_BASE', plugin_basename( UAGB_FILE ) );
|
86 |
define( 'UAGB_DIR', plugin_dir_path( UAGB_FILE ) );
|
87 |
define( 'UAGB_URL', plugins_url( '/', UAGB_FILE ) );
|
88 |
+
define( 'UAGB_VER', '1.20.1' );
|
89 |
define( 'UAGB_MODULES_DIR', UAGB_DIR . 'modules/' );
|
90 |
define( 'UAGB_MODULES_URL', UAGB_URL . 'modules/' );
|
91 |
define( 'UAGB_SLUG', 'uag' );
|
dist/blocks.build.js
CHANGED
@@ -60,7 +60,7 @@
|
|
60 |
/******/ __webpack_require__.p = "";
|
61 |
/******/
|
62 |
/******/ // Load entry module and return exports
|
63 |
-
/******/ return __webpack_require__(__webpack_require__.s =
|
64 |
/******/ })
|
65 |
/************************************************************************/
|
66 |
/******/ ([
|
@@ -211,7 +211,7 @@ var UAGB_Block_Icons = {
|
|
211 |
"use strict";
|
212 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__UAGBIcon__ = __webpack_require__(/*! ./UAGBIcon */ 9);
|
213 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__UAGBIcon___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__UAGBIcon__);
|
214 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__parseIcon__ = __webpack_require__(/*! ./parseIcon */
|
215 |
/**
|
216 |
* Set inline CSS class.
|
217 |
* @param {object} props - The block object.
|
@@ -354,9 +354,9 @@ function generateCSS(selectors, id) {
|
|
354 |
/* WEBPACK VAR INJECTION */(function(process) {
|
355 |
|
356 |
if (process.env.NODE_ENV === 'production') {
|
357 |
-
module.exports = __webpack_require__(/*! ./cjs/react.production.min.js */
|
358 |
} else {
|
359 |
-
module.exports = __webpack_require__(/*! ./cjs/react.development.js */
|
360 |
}
|
361 |
|
362 |
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(/*! ./../process/browser.js */ 6)))
|
@@ -566,10 +566,10 @@ process.umask = function() { return 0; };
|
|
566 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
567 |
|
568 |
"use strict";
|
569 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__font_typography__ = __webpack_require__(/*! ./font-typography */
|
570 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__range_typography__ = __webpack_require__(/*! ./range-typography */
|
571 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__inline_styles__ = __webpack_require__(/*! ./inline-styles */
|
572 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__editor_scss__ = __webpack_require__(/*! ./editor.scss */
|
573 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__editor_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_3__editor_scss__);
|
574 |
/* unused harmony reexport TypographyStyles */
|
575 |
var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
|
@@ -813,7 +813,7 @@ var TypographyControl = function (_Component) {
|
|
813 |
"use strict";
|
814 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_prop_types__ = __webpack_require__(/*! prop-types */ 15);
|
815 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_prop_types___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_prop_types__);
|
816 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_webfontloader__ = __webpack_require__(/*! webfontloader */
|
817 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_webfontloader___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1_webfontloader__);
|
818 |
var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
|
819 |
|
@@ -965,7 +965,7 @@ module.exports = {"500px":{"changes":["4.4","5.0.0"],"ligatures":[],"search":{"t
|
|
965 |
* https://opensource.org/licenses/MIT
|
966 |
*
|
967 |
*/
|
968 |
-
!function(e,t){ true?module.exports=t(__webpack_require__(/*! prop-types */ 15),__webpack_require__(/*! react */ 5),__webpack_require__(/*! classnames */ 0),__webpack_require__(/*! react-dom */ 33),__webpack_require__(/*! react-transition-group */ 508)):"function"==typeof define&&define.amd?define(["prop-types","react","classnames","react-dom","react-transition-group"],t):"object"==typeof exports?exports.FontIconPicker=t(require("prop-types"),require("react"),require("classnames"),require("react-dom"),require("react-transition-group")):e.FontIconPicker=t(e.PropTypes,e.React,e.classNames,e.ReactDOM,e.ReactTransitionGroup)}(window,function(e,t,r,n,a){return function(e){var t={};function r(n){if(t[n])return t[n].exports;var a=t[n]={i:n,l:!1,exports:{}};return e[n].call(a.exports,a,a.exports,r),a.l=!0,a.exports}return r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{configurable:!1,enumerable:!0,get:n})},r.r=function(e){Object.defineProperty(e,"__esModule",{value:!0})},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=15)}([function(t,r){t.exports=e},function(e,r){e.exports=t},function(e,t,r){"use strict";function n(e){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function a(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function o(e){return function(e){if(Array.isArray(e)){for(var t=0,r=new Array(e.length);t<e.length;t++)r[t]=e[t];return r}}(e)||function(e){if(Symbol.iterator in Object(e)||"[object Arguments]"===Object.prototype.toString.call(e))return Array.from(e)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance")}()}Object.defineProperty(t,"__esModule",{value:!0}),t.flattenPossiblyCategorizedSource=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;if(Array.isArray(e))return o(e);if(null!==t)return void 0!==e[t]?o(e[t]):[];var r=[],n=function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{},n=Object.keys(r);"function"==typeof Object.getOwnPropertySymbols&&(n=n.concat(Object.getOwnPropertySymbols(r).filter(function(e){return Object.getOwnPropertyDescriptor(r,e).enumerable}))),n.forEach(function(t){a(e,t,r[t])})}return e}({},e);return Object.keys(n).forEach(function(e){r=o(r).concat(o(n[e]))}),r},t.getPossibleCategories=function(e){return Array.isArray(e)?null:Object.keys(e)},t.convertToHex=function(e){return String.fromCodePoint(parseInt(e,10))},t.isArrayEqual=function(e,t){if(!Array.isArray(e)||!Array.isArray(t))return!1;var r=o(e);r.sort();var n=o(t);return n.sort(),JSON.stringify(r)===JSON.stringify(n)},t.getOffset=function(e){var t=e.getBoundingClientRect(),r=window.pageXOffset||document.documentElement.scrollLeft,n=window.pageYOffset||document.documentElement.scrollTop;return{top:t.top+n,left:t.left+r}},t.getSourceType=function(e){return null===e?"null":"object"!==n(e)||Array.isArray(e)?Array.isArray(e)?"array":n(e):"object"},t.InvalidSourceException=function(e,t){this.givenType=e,this.requiredType=t,this.message="Expected of type: ".concat(this.requiredType,", found: ").concat(this.givenType),this.toString=function(){return"Invalid Source Exception: ".concat(this.message)}},t.fuzzySearch=function(e,t){e=e.toLowerCase();var r=(t=t.toLowerCase()).length,n=e.length;if(n>r)return!1;if(n===r)return e===t;e:for(var a=0,o=0;a<n;a++){for(var l=e.codePointAt(a);o<r;)if(t.codePointAt(o++)===l)continue e;return!1}return!0},t.debounce=void 0,t.debounce=function(e,t){var r;return function(){var n=this,a=arguments;clearTimeout(r),r=setTimeout(function(){return e.apply(n,a)},t)}}},function(e,t){e.exports=r},,,function(e,t){e.exports=n},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=u(r(1)),a=r(6),o=u(r(0)),l=u(r(3)),i=r(2);function u(e){return e&&e.__esModule?e:{default:e}}function c(e){return(c="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function s(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function f(e,t,r){return t&&s(e.prototype,t),r&&s(e,r),e}function d(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}var p=function(e){function t(e){var r,n;return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t),this,n=(t.__proto__||Object.getPrototypeOf(t)).call(this,e),r=!n||"object"!==c(n)&&"function"!=typeof n?d(this):n,Object.defineProperty(d(r),"syncPortalPosition",{configurable:!0,enumerable:!0,writable:!0,value:function(){r.resetPortalPosition(),r.fixWindowOverflow()}}),Object.defineProperty(d(r),"fixWindowOverflow",{configurable:!0,enumerable:!0,writable:!0,value:function(){var e=r.props.domRef.current.offsetWidth,t=r.props.domRef.current.offsetHeight,n=window,a=n.innerWidth,o=n.pageYOffset,l=document.documentElement.clientHeight,u=(0,i.getOffset)(r.props.domRef.current),c=u.left,s=u.top,f="self"===r.state.appendRoot?r.props.domRef.current:r.state.appendRoot,d=(0,i.getOffset)(f),p=r.props.btnRef.current,h=r.props.domRef.current,y=(0,i.getOffset)(p),b=getComputedStyle(p),g=(parseInt(b.borderTop,10)||0)+(parseInt(b.borderBottom,10)||0);if(c+e>a-20){var m=y.left+r.props.btnRef.current.offsetWidth-(e+d.left);m+d.left<0&&(m=10-d.left),h.style.left="".concat(m,"px")}t+s-o>l&&y.top-t>0&&("self"===r.state.appendRoot?h.style.top="-".concat(t-g,"px"):h.style.top="".concat(y.top+g-t,"px"))}}),r.state={},r.debouncedSyncPortalPosition=(0,i.debounce)(r.syncPortalPosition,250),r}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,n.default.PureComponent),f(t,null,[{key:"getDerivedStateFromProps",value:function(e){var r=t.calculateAppendAndClass(e.appendRoot);return{appendRoot:r.appendRoot,portalClasses:r.portalClasses}}},{key:"calculateAppendAndClass",value:function(e){var t="self",r=(0,l.default)({"rfipdropdown--portal":!1!==e});return!1!==e&&(t=document.querySelector(e)),{portalClasses:r,appendRoot:t}}}]),f(t,[{key:"componentDidMount",value:function(){window.addEventListener("resize",this.debouncedSyncPortalPosition),window.addEventListener("scroll",this.debouncedSyncPortalPosition),this.syncPortalPosition()}},{key:"componentDidUpdate",value:function(){this.syncPortalPosition()}},{key:"componentWillUnmount",value:function(){window.removeEventListener("resize",this.debouncedSyncPortalPosition),window.removeEventListener("scroll",this.debouncedSyncPortalPosition)}},{key:"positionPortal",value:function(){var e=this.props.domRef.current.style.display;this.props.domRef.current.style.display="none";var t=this.props.btnRef.current,r=(0,i.getOffset)(t),n=(0,i.getOffset)(this.state.appendRoot),a=t.offsetHeight;this.props.domRef.current.style.left="".concat(r.left-n.left,"px"),this.props.domRef.current.style.top="".concat(r.top+a,"px"),this.props.domRef.current.style.display=e}},{key:"resetPortalPosition",value:function(){var e=this.props.domRef.current;"self"===this.state.appendRoot?e.style.top="":this.positionPortal()}},{key:"render",value:function(){var e=(0,l.default)(this.props.className,this.state.portalClasses),t=n.default.createElement("div",{className:e,ref:this.props.domRef},this.props.children);return"self"===this.state.appendRoot?t:(0,a.createPortal)(t,this.state.appendRoot)}}]),t}();Object.defineProperty(p,"propTypes",{configurable:!0,enumerable:!0,writable:!0,value:{appendRoot:o.default.oneOfType([o.default.bool,o.default.string]),children:o.default.node.isRequired,domRef:o.default.object.isRequired,btnRef:o.default.object.isRequired,className:o.default.string.isRequired}}),Object.defineProperty(p,"defaultProps",{configurable:!0,enumerable:!0,writable:!0,value:{appendRoot:!1}});var h=p;t.default=h},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=i(r(1)),a=i(r(0)),o=i(r(3)),l=r(2);function i(e){return e&&e.__esModule?e:{default:e}}function u(e){return(u="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function c(e){return function(e){if(Array.isArray(e)){for(var t=0,r=new Array(e.length);t<e.length;t++)r[t]=e[t];return r}}(e)||function(e){if(Symbol.iterator in Object(e)||"[object Arguments]"===Object.prototype.toString.call(e))return Array.from(e)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance")}()}function s(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function f(e,t,r){return t&&s(e.prototype,t),r&&s(e,r),e}function d(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}var p=function(e){function t(e){var r,n;return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t),this,n=(t.__proto__||Object.getPrototypeOf(t)).call(this,e),r=!n||"object"!==u(n)&&"function"!=typeof n?d(this):n,Object.defineProperty(d(r),"handleChangePage",{configurable:!0,enumerable:!0,writable:!0,value:function(e){var t,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,a=r.props.currentPage,o=r.state.totalPage;null!==n?"next"===n?a+=1:a-=1:a=parseInt(e.target.value,10)-1,a<0&&(a=0),a>o-1&&(a=o-1),t=a+1,null===n&&Number.isNaN(a)&&(a=0,t=""),r.setState({viewPage:t}),r.props.handleChangePage(a)}}),Object.defineProperty(d(r),"handlePageKeyBoard",{configurable:!0,enumerable:!0,writable:!0,value:function(e,t){13!==e.keyCode&&32!==e.keyCode||r.handleChangePage({},t)}}),Object.defineProperty(d(r),"handleChangeValue",{configurable:!0,enumerable:!0,writable:!0,value:function(e){r.props.handleChangeValue(e)}}),Object.defineProperty(d(r),"handleValueKeyboard",{configurable:!0,enumerable:!0,writable:!0,value:function(e,t){13!==e.keyCode&&32!==e.keyCode||r.handleChangeValue(t)}}),r.state={viewPage:r.props.currentPage+1},r}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,n.default.PureComponent),f(t,null,[{key:"getDerivedStateFromProps",value:function(e,r){var n=t.getCategoryFilteredState(e.currentCategory,e.categories,e.icons),a=t.getCategoryFilteredState(e.currentCategory,e.categories,null===e.search?e.icons:e.search),o=t.getActiveIcons(n,a,e.currentSearch),l=o.activeIcons,i=o.activeTitles,u=e.currentPage,c=e.iconsPerPage,s={iconView:t.getCurrentViewIcons(l,c,u),titleView:t.getCurrentViewIcons(i,c,u),totalPage:Math.ceil(l.length/c)};return""!==r.viewPage&&(s.viewPage=e.currentPage+1),s}},{key:"getActiveIcons",value:function(e,t,r){var n=c(e),a=c(t);if(""===r||null===r)return{activeIcons:n,activeTitles:a};var o=[],i=[];return n.forEach(function(e,n){(0,l.fuzzySearch)(r,t[n])&&(o.push(e),i.push(t[n]))}),{activeIcons:o,activeTitles:i}}},{key:"getCategoryFilteredState",value:function(e,t,r){var n=null,a=(0,l.getSourceType)(r);if(Array.isArray(t)){if("object"!==a)throw new l.InvalidSourceException(a,"object")}else if("array"!==a)throw new l.InvalidSourceException(a,"array");return 0!==e&&Array.isArray(t)&&(n=t[e]||null),(0,l.flattenPossiblyCategorizedSource)(r,n)}},{key:"getCurrentViewIcons",value:function(e,t,r){var n=r*t,a=(r+1)*t;return e.slice(n,a)}}]),f(t,[{key:"renderPager",value:function(){var e=this;if(this.state.totalPage<1)return null;var t=this.props.currentPage>0?n.default.createElement("span",{className:"rfipicons__left",role:"button",tabIndex:0,onKeyDown:function(t){return e.handlePageKeyBoard(t,"prev")},onClick:function(t){return e.handleChangePage(t,"prev")}},n.default.createElement("span",{role:"presentation",className:"rfipicons__label","aria-label":"Left"},n.default.createElement("i",{className:"fipicon-angle-left"}))):null,r=this.props.currentPage<this.state.totalPage-1?n.default.createElement("span",{className:"rfipicons__right",role:"button",tabIndex:0,onKeyDown:function(t){return e.handlePageKeyBoard(t,"next")},onClick:function(t){return e.handleChangePage(t,"next")}},n.default.createElement("span",{role:"presentation",className:"rfipicons__label","aria-label":"Right"},n.default.createElement("i",{className:"fipicon-angle-right"}))):null;return n.default.createElement("div",{className:"rfipicons__pager"},n.default.createElement("div",{className:"rfipicons__num"},n.default.createElement("input",{value:this.state.viewPage,onChange:this.handleChangePage,className:"rfipicons__cp",type:"tel",min:1}),n.default.createElement("span",{className:"rfipicons__sp"},"/"),n.default.createElement("span",{className:"rfipicons__tp"},this.state.totalPage)),n.default.createElement("div",{className:"rfipicons__arrow"},t,r))}},{key:"renderIconView",value:function(){var e=this;return this.state.totalPage>0?this.state.iconView.map(function(t,r){var a=(0,o.default)("rfipicons__icon",{"rfipicons__icon--selected":e.props.value===t||Array.isArray(e.props.value)&&e.props.value.includes(t)});return n.default.createElement("span",{className:a,key:t,title:e.state.titleView[r]},n.default.createElement("span",{className:"rfipicons__ibox",tabIndex:0,role:"button",onClick:function(){return e.handleChangeValue(t)},onKeyDown:function(r){return e.handleValueKeyboard(r,t)}},e.props.renderIcon(t)))}):n.default.createElement("span",{className:"rfipicons__icon--error"},n.default.createElement("span",{className:"rfipicons__ibox--error"},this.props.noIconPlaceholder))}},{key:"render",value:function(){return n.default.createElement("div",{className:"rfipicons"},this.renderPager(),n.default.createElement("div",{className:"rfipicons__selector"},this.renderIconView()))}}]),t}();Object.defineProperty(p,"propTypes",{configurable:!0,enumerable:!0,writable:!0,value:{categories:a.default.arrayOf(a.default.string),currentCategory:a.default.number,isMulti:a.default.bool.isRequired,icons:a.default.oneOfType([a.default.arrayOf(a.default.string),a.default.arrayOf(a.default.number),a.default.objectOf(a.default.oneOfType([a.default.arrayOf(a.default.number),a.default.arrayOf(a.default.string)]))]).isRequired,search:a.default.oneOfType([a.default.objectOf(a.default.arrayOf(a.default.string)),a.default.arrayOf(a.default.string)]),value:a.default.oneOfType([a.default.number,a.default.string,a.default.arrayOf(a.default.oneOfType([a.default.number,a.default.string]))]).isRequired,currentSearch:a.default.string.isRequired,handleChangeValue:a.default.func.isRequired,currentPage:a.default.number.isRequired,iconsPerPage:a.default.number.isRequired,handleChangePage:a.default.func.isRequired,renderIcon:a.default.func.isRequired,noIconPlaceholder:a.default.string.isRequired}}),Object.defineProperty(p,"defaultProps",{configurable:!0,enumerable:!0,writable:!0,value:{categories:null,currentCategory:null,search:null}});var h=p;t.default=h},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=o(r(1)),a=o(r(0));function o(e){return e&&e.__esModule?e:{default:e}}var l=function(e){return n.default.createElement("div",{className:"rfipsearch"},n.default.createElement("input",{type:"text",className:"rfipsearch__input",value:e.value,onChange:e.handleSearch,placeholder:e.placeholder}))};l.propTypes={handleSearch:a.default.func.isRequired,value:a.default.string.isRequired,placeholder:a.default.string.isRequired};var i=l;t.default=i},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=o(r(1)),a=o(r(0));function o(e){return e&&e.__esModule?e:{default:e}}function l(e){return(l="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function i(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}var u=function(e){function t(){return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t),function(e,t){return!t||"object"!==l(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}(this,(t.__proto__||Object.getPrototypeOf(t)).apply(this,arguments))}var r,a;return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,n.default.PureComponent),r=t,(a=[{key:"render",value:function(){return n.default.createElement("div",{className:"rfipcategory"},n.default.createElement("select",{className:"rfipcategory__select",onChange:this.props.handleCategory,value:this.props.value},this.props.categories.map(function(e,t){return n.default.createElement("option",{className:"rfipcategory__select__option",key:e,value:t},e)})),n.default.createElement("i",{className:"fipicon-angle-down",role:"presentation","aria-label":"Open"}))}}])&&i(r.prototype,a),t}();Object.defineProperty(u,"propTypes",{configurable:!0,enumerable:!0,writable:!0,value:{handleCategory:a.default.func.isRequired,value:a.default.number.isRequired,categories:a.default.arrayOf(a.default.string).isRequired}});var c=u;t.default=c},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=c(r(1)),a=c(r(0)),o=c(r(10)),l=c(r(9)),i=c(r(8)),u=r(2);function c(e){return e&&e.__esModule?e:{default:e}}function s(e){return(s="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function f(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function d(e,t,r){return t&&f(e.prototype,t),r&&f(e,r),e}function p(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}var h=function(e){function t(e){var r,n;return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t),this,n=(t.__proto__||Object.getPrototypeOf(t)).call(this,e),r=!n||"object"!==s(n)&&"function"!=typeof n?p(this):n,Object.defineProperty(p(r),"handleCategory",{configurable:!0,enumerable:!0,writable:!0,value:function(e){var t=parseInt(e.target.value,10);Number.isNaN(t)&&(t=0),r.props.handleChangeCategory(t),r.props.handleChangePage(0)}}),Object.defineProperty(p(r),"handleSearch",{configurable:!0,enumerable:!0,writable:!0,value:function(e){var t=e.target.value;r.props.handleChangeSearch(t)}}),r.state={},r}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,n.default.PureComponent),d(t,null,[{key:"getDerivedStateFromProps",value:function(e){var t=(0,u.getPossibleCategories)(e.icons);return null!==t&&(t=[e.allCatPlaceholder].concat(function(e){return function(e){if(Array.isArray(e)){for(var t=0,r=new Array(e.length);t<e.length;t++)r[t]=e[t];return r}}(e)||function(e){if(Symbol.iterator in Object(e)||"[object Arguments]"===Object.prototype.toString.call(e))return Array.from(e)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance")}()}(t))),{categories:t,searchString:e.currentSearch}}}]),d(t,[{key:"render",value:function(){return n.default.createElement("div",{className:"rfipdropdown__selector"},this.props.showSearch?n.default.createElement(l.default,{handleSearch:this.handleSearch,value:this.state.searchString,placeholder:this.props.searchPlaceholder}):null,this.props.showCategory&&this.state.categories&&this.state.categories.length?n.default.createElement(o.default,{handleCategory:this.handleCategory,value:this.props.currentCategory,categories:this.state.categories}):null,n.default.createElement(i.default,{categories:this.state.categories,currentCategory:this.props.currentCategory,isMulti:this.props.isMulti,icons:this.props.icons,search:this.props.search,value:this.props.value,currentSearch:this.props.currentSearch,handleChangeValue:this.props.handleChangeValue,currentPage:this.props.currentPage,iconsPerPage:this.props.iconsPerPage,handleChangePage:this.props.handleChangePage,renderIcon:this.props.renderIcon,noIconPlaceholder:this.props.noIconPlaceholder}))}}]),t}();Object.defineProperty(h,"propTypes",{configurable:!0,enumerable:!0,writable:!0,value:{isMulti:a.default.bool.isRequired,value:a.default.oneOfType([a.default.number,a.default.string,a.default.arrayOf(a.default.any)]).isRequired,currentCategory:a.default.number.isRequired,currentPage:a.default.number.isRequired,currentSearch:a.default.string.isRequired,icons:a.default.oneOfType([a.default.arrayOf(a.default.number),a.default.arrayOf(a.default.string),a.default.objectOf(a.default.oneOfType([a.default.arrayOf(a.default.number),a.default.arrayOf(a.default.string)]))]).isRequired,search:a.default.oneOfType([a.default.object,a.default.arrayOf(a.default.string)]),showCategory:a.default.bool.isRequired,showSearch:a.default.bool.isRequired,iconsPerPage:a.default.number.isRequired,allCatPlaceholder:a.default.string.isRequired,searchPlaceholder:a.default.string.isRequired,noIconPlaceholder:a.default.string.isRequired,renderIcon:a.default.func.isRequired,handleChangeValue:a.default.func.isRequired,handleChangeCategory:a.default.func.isRequired,handleChangePage:a.default.func.isRequired,handleChangeSearch:a.default.func.isRequired}}),Object.defineProperty(h,"defaultProps",{configurable:!0,enumerable:!0,writable:!0,value:{search:null}});var y=h;t.default=y},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=l(r(1)),a=l(r(0)),o=l(r(3));function l(e){return e&&e.__esModule?e:{default:e}}function i(e){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function u(){return(u=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e}).apply(this,arguments)}function c(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function s(e,t){return!t||"object"!==i(t)&&"function"!=typeof t?f(e):t}function f(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}var d=function(e){function t(){var e,r,a;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t);for(var o=arguments.length,l=new Array(o),i=0;i<o;i++)l[i]=arguments[i];return s(a,(r=a=s(this,(e=t.__proto__||Object.getPrototypeOf(t)).call.apply(e,[this].concat(l))),Object.defineProperty(f(a),"handleClick",{configurable:!0,enumerable:!0,writable:!0,value:function(){a.props.onClick()}}),Object.defineProperty(f(a),"handleKeyDown",{configurable:!0,enumerable:!0,writable:!0,value:function(e){32!==e.keyCode&&13!==e.keyCode||a.props.onClick()}}),Object.defineProperty(f(a),"handleDelete",{configurable:!0,enumerable:!0,writable:!0,value:function(e,t){e.stopPropagation(),a.props.handleDeleteValue(t)}}),Object.defineProperty(f(a),"handleDeleteKeyboard",{configurable:!0,enumerable:!0,writable:!0,value:function(e,t){32!==e.keyCode&&13!==e.keyCode||a.props.handleDeleteValue(t)}}),Object.defineProperty(f(a),"renderEmptyIcon",{configurable:!0,enumerable:!0,writable:!0,value:function(){return n.default.createElement("span",{className:"rfipbtn__icon--empty"},a.props.noSelectedPlaceholder)}}),r))}var r,a;return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,n.default.PureComponent),r=t,(a=[{key:"renderIcon",value:function(e){var t=this;return""===e||null===e||void 0===e?this.renderEmptyIcon():n.default.createElement("span",{className:"rfipbtn__icon",key:e},n.default.createElement("span",{className:"rfipbtn__elm"},this.props.renderIcon(e)),n.default.createElement("span",{className:"rfipbtn__del",onClick:function(r){return t.handleDelete(r,e)},onKeyDown:function(r){return t.handleDeleteKeyboard(r,e)},tabIndex:0,role:"button"},"×"))}},{key:"renderCurrentIcons",value:function(){var e=this;return this.props.isMulti?this.props.value.length?this.props.value.map(function(t){return e.renderIcon(t)}):this.renderEmptyIcon():this.renderIcon(this.props.value)}},{key:"render",value:function(){var e={onClick:this.handleClick,onKeyDown:this.handleKeyDown,onFocus:this.handleFocus,onBlur:this.handleBlur,tabIndex:0},t=(0,o.default)("rfipbtn__button","rfipbtn__button--".concat(this.props.isOpen?"open":"close")),r=(0,o.default)(this.props.className);return n.default.createElement("div",u({className:r,ref:this.props.domRef},e),n.default.createElement("div",{className:"rfipbtn__current"},this.renderCurrentIcons()),n.default.createElement("div",{className:t},n.default.createElement("i",{className:"fipicon-angle-down",role:"presentation","aria-label":"Open"})))}}])&&c(r.prototype,a),t}();Object.defineProperty(d,"propTypes",{configurable:!0,enumerable:!0,writable:!0,value:{className:a.default.string.isRequired,isOpen:a.default.bool.isRequired,onClick:a.default.func.isRequired,domRef:a.default.object.isRequired,isMulti:a.default.bool.isRequired,value:a.default.oneOfType([a.default.number,a.default.string,a.default.arrayOf(a.default.oneOfType([a.default.number,a.default.string]))]).isRequired,renderIcon:a.default.func.isRequired,handleDeleteValue:a.default.func.isRequired,noSelectedPlaceholder:a.default.string.isRequired}});var p=d;t.default=p},function(e,t){e.exports=a},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=f(r(1)),a=f(r(0)),o=f(r(3)),l=r(13),i=f(r(12)),u=f(r(11)),c=f(r(7)),s=r(2);function f(e){return e&&e.__esModule?e:{default:e}}function d(e){return(d="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function p(e){return function(e){if(Array.isArray(e)){for(var t=0,r=new Array(e.length);t<e.length;t++)r[t]=e[t];return r}}(e)||function(e){if(Symbol.iterator in Object(e)||"[object Arguments]"===Object.prototype.toString.call(e))return Array.from(e)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance")}()}function h(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function y(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function b(e,t,r){return t&&y(e.prototype,t),r&&y(e,r),e}function g(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}var m=[],v="",P=function(e){function t(e){var r,a;return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t),this,a=(t.__proto__||Object.getPrototypeOf(t)).call(this,e),r=!a||"object"!==d(a)&&"function"!=typeof a?g(this):a,Object.defineProperty(g(r),"handleOuterClick",{configurable:!0,enumerable:!0,writable:!0,value:function(e){var t=e.target;r.isClickWithin(t)||r.closeDropdown()}}),Object.defineProperty(g(r),"handleEscapeKeyboard",{configurable:!0,enumerable:!0,writable:!0,value:function(e){27===e.keyCode&&r.closeDropdown()}}),Object.defineProperty(g(r),"isClickWithin",{configurable:!0,enumerable:!0,writable:!0,value:function(e){return r.fipButtonRef.current.contains(e)||r.fipDropDownRef.current&&r.fipDropDownRef.current.contains(e)}}),Object.defineProperty(g(r),"handleToggle",{configurable:!0,enumerable:!0,writable:!0,value:function(){r.setState(function(e){return r.handleDropDown(!e.isOpen,!1)})}}),Object.defineProperty(g(r),"closeDropdown",{configurable:!0,enumerable:!0,writable:!0,value:function(){r.handleDropDown(!1)}}),Object.defineProperty(g(r),"handleDropDown",{configurable:!0,enumerable:!0,writable:!0,value:function(e){var n=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],a={isOpen:e};return a.elemClass=t.getDerivedClassName("rfip",r.props.theme,r.props.isMulti,e),a.btnClass=t.getDerivedClassName("rfipbtn",r.props.theme,r.props.isMulti,e),a.ddClass=t.getDerivedClassName("rfipdropdown",r.props.theme,r.props.isMulti,e),n&&r.setState(a),a}}),Object.defineProperty(g(r),"handleChangeValue",{configurable:!0,enumerable:!0,writable:!0,value:function(e){var t;r.props.isMulti?(t=p(r.state.value)).includes(e)?(t=t.filter(function(t){return t!==e})).length||(t=m):t.push(e):t=e===r.state.value?v:e,r.setState({value:t,isOpen:!r.props.closeOnSelect}),r.props.onChange(t)}}),Object.defineProperty(g(r),"handleDeleteValue",{configurable:!0,enumerable:!0,writable:!0,value:function(e){var n;n=r.props.isMulti?r.state.value.filter(function(t){return t!==e}):t.getDerivedValue(n,r.props.isMulti),r.setState({value:n}),r.props.onChange(n)}}),Object.defineProperty(g(r),"handleChangePage",{configurable:!0,enumerable:!0,writable:!0,value:function(e){r.setState({currentPage:e})}}),Object.defineProperty(g(r),"handleChangeCategory",{configurable:!0,enumerable:!0,writable:!0,value:function(e){r.setState({currentCategory:e,currentPage:0})}}),Object.defineProperty(g(r),"handleChangeSearch",{configurable:!0,enumerable:!0,writable:!0,value:function(e){r.setState({currentSearch:e,currentPage:0})}}),Object.defineProperty(g(r),"resetPortalStyle",{configurable:!0,enumerable:!0,writable:!0,value:function(e){["maxHeight","paddingTop","paddingBottom"].forEach(function(t){e.style[t]=null})}}),Object.defineProperty(g(r),"handlePortalEnter",{configurable:!0,enumerable:!0,writable:!0,value:function(e){var t=e.childNodes[0];r.resetPortalStyle(t);var n=getComputedStyle(t);r.fipPortalComputedStyle={height:n.height,paddingTop:n.paddingTop,paddingBottom:n.paddingBottom},["maxHeight","paddingTop","paddingBottom"].forEach(function(e){t.style[e]="0px"})}}),Object.defineProperty(g(r),"handlePortalEntering",{configurable:!0,enumerable:!0,writable:!0,value:function(e){var t=e.childNodes[0];t.style.maxHeight=r.fipPortalComputedStyle.height,t.style.paddingTop=r.fipPortalComputedStyle.paddingTop,t.style.paddingBottom=r.fipPortalComputedStyle.paddingBottom}}),Object.defineProperty(g(r),"handlePortalEntered",{configurable:!0,enumerable:!0,writable:!0,value:function(e){var t=e.childNodes[0];r.resetPortalStyle(t),r.props.showSearch&&void 0===window.orientation&&-1===navigator.userAgent.indexOf("IEMobile")&&t.querySelector(".rfipsearch__input").focus()}}),Object.defineProperty(g(r),"handlePortalExit",{configurable:!0,enumerable:!0,writable:!0,value:function(e){var t=e.childNodes[0];r.resetPortalStyle(t);var n=getComputedStyle(t).height;t.style.maxHeight=n}}),Object.defineProperty(g(r),"handlePortalExiting",{configurable:!0,enumerable:!0,writable:!0,value:function(e){var t=e.childNodes[0];t.style.maxHeight="0px",t.style.paddingTop="0px",t.style.paddingBottom="0px"}}),Object.defineProperty(g(r),"renderIcon",{configurable:!0,enumerable:!0,writable:!0,value:function(e){if("function"==typeof r.props.renderFunc)return r.props.renderFunc(e);if("class"===r.props.renderUsing)return n.default.createElement("i",{className:e});var t=h({},r.props.renderUsing,r.props.convertHex?(0,s.convertToHex)(e):e);return n.default.createElement("i",t)}}),r.fipButtonRef=n.default.createRef(),r.fipDropDownRef=n.default.createRef(),r.state={currentCategory:0,currentPage:0,isOpen:!1,currentSearch:""},r.fipPortalComputedStyle=null,r}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,n.default.PureComponent),b(t,null,[{key:"getDerivedStateFromProps",value:function(e,r){var n={};return n.elemClass=t.getDerivedClassName("rfip",e.theme,e.isMulti,r.isOpen),n.btnClass=t.getDerivedClassName("rfipbtn",e.theme,e.isMulti,r.isOpen),n.ddClass=t.getDerivedClassName("rfipdropdown",e.theme,e.isMulti,r.isOpen),n.value=t.getDerivedValue(e.value,e.isMulti),e.showCategory||(n.currentCategory=0,n.currentPage=0),e.showSearch||(n.currentSearch="",n.currentPage=0),n}},{key:"getDerivedClassName",value:function(e,t,r,n){return(0,o.default)(e,"".concat(e,"--").concat(t),h({},"".concat(e,"--multi"),r),"".concat(e,"--").concat(n?"open":"close"))}},{key:"getDerivedValue",value:function(e,t){var r=e;return t?r=Array.isArray(e)?p(e):m:"number"!=typeof e&&"string"!=typeof e&&(r=v),r}}]),b(t,[{key:"componentDidMount",value:function(){var e=this;["click"].forEach(function(t){document.addEventListener(t,e.handleOuterClick,!1)}),document.addEventListener("keydown",this.handleEscapeKeyboard,!1),this.props.onChange(this.state.value)}},{key:"componentWillUnmount",value:function(){var e=this;["click"].forEach(function(t){document.removeEventListener(t,e.handleOuterClick,!1)}),document.removeEventListener("keydown",this.handleEscapeKeyboard,!1)}},{key:"render",value:function(){var e={currentCategory:this.state.currentCategory,currentPage:this.state.currentPage,currentSearch:this.state.currentSearch,value:this.state.value,isMulti:this.props.isMulti,icons:this.props.icons,search:this.props.search,showCategory:this.props.showCategory,showSearch:this.props.showSearch,iconsPerPage:this.props.iconsPerPage,allCatPlaceholder:this.props.allCatPlaceholder,searchPlaceholder:this.props.searchPlaceholder,noIconPlaceholder:this.props.noIconPlaceholder,renderIcon:this.renderIcon,handleChangeValue:this.handleChangeValue,handleChangeCategory:this.handleChangeCategory,handleChangePage:this.handleChangePage,handleChangeSearch:this.handleChangeSearch};return n.default.createElement("div",{className:this.state.elemClass,ref:this.fipRef},n.default.createElement(i.default,{className:this.state.btnClass,isOpen:this.state.isOpen,onClick:this.handleToggle,domRef:this.fipButtonRef,isMulti:this.props.isMulti,value:this.state.value,renderIcon:this.renderIcon,handleDeleteValue:this.handleDeleteValue,noSelectedPlaceholder:this.props.noSelectedPlaceholder}),n.default.createElement(l.CSSTransition,{classNames:"fipappear",timeout:300,in:this.state.isOpen,unmountOnExit:!0,onEnter:this.handlePortalEnter,onEntering:this.handlePortalEntering,onEntered:this.handlePortalEntered,onExit:this.handlePortalExit,onExiting:this.handlePortalExiting},n.default.createElement(c.default,{appendRoot:this.props.appendTo,domRef:this.fipDropDownRef,btnRef:this.fipButtonRef,className:this.state.ddClass},n.default.createElement(u.default,e))))}}]),t}();Object.defineProperty(P,"propTypes",{configurable:!0,enumerable:!0,writable:!0,value:{icons:a.default.oneOfType([a.default.arrayOf(a.default.string),a.default.arrayOf(a.default.number),a.default.objectOf(a.default.oneOfType([a.default.arrayOf(a.default.number),a.default.arrayOf(a.default.string)]))]).isRequired,search:a.default.oneOfType([a.default.objectOf(a.default.arrayOf(a.default.string)),a.default.arrayOf(a.default.string)]),iconsPerPage:a.default.number,theme:a.default.string,onChange:a.default.func.isRequired,showCategory:a.default.bool,showSearch:a.default.bool,value:a.default.oneOfType([a.default.arrayOf(a.default.string),a.default.arrayOf(a.default.number),a.default.number,a.default.string]),isMulti:a.default.bool,renderUsing:a.default.string,convertHex:a.default.bool,renderFunc:a.default.func,appendTo:a.default.oneOfType([a.default.bool,a.default.string]),allCatPlaceholder:a.default.string,searchPlaceholder:a.default.string,noIconPlaceholder:a.default.string,noSelectedPlaceholder:a.default.string,closeOnSelect:a.default.bool}}),Object.defineProperty(P,"defaultProps",{configurable:!0,enumerable:!0,writable:!0,value:{search:null,iconsPerPage:20,theme:"default",showCategory:!0,showSearch:!0,value:null,isMulti:!1,renderUsing:"class",convertHex:!0,renderFunc:null,appendTo:!1,allCatPlaceholder:"Show from all",searchPlaceholder:"Search Icons",noIconPlaceholder:"No icons found",noSelectedPlaceholder:"Select icon",closeOnSelect:!1}}),Object.defineProperty(P,"displayName",{configurable:!0,enumerable:!0,writable:!0,value:"FontIconPicker"});var O=P;t.default=O},function(e,t,r){"use strict";var n;Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var a=((n=r(14))&&n.__esModule?n:{default:n}).default;t.default=a}]).default});
|
969 |
//# sourceMappingURL=fonticonpicker.react.js.map
|
970 |
|
971 |
/***/ }),
|
@@ -1077,7 +1077,7 @@ module.exports = isArray;
|
|
1077 |
/***/ (function(module, exports, __webpack_require__) {
|
1078 |
|
1079 |
var baseTimes = __webpack_require__(/*! ./_baseTimes */ 154),
|
1080 |
-
castFunction = __webpack_require__(/*! ./_castFunction */
|
1081 |
toInteger = __webpack_require__(/*! ./toInteger */ 92);
|
1082 |
|
1083 |
/** Used as references for various `Number` constants. */
|
@@ -1151,11 +1151,11 @@ if (process.env.NODE_ENV !== 'production') {
|
|
1151 |
// By explicitly using `prop-types` you are opting into new development behavior.
|
1152 |
// http://fb.me/prop-types-in-prod
|
1153 |
var throwOnDirectAccess = true;
|
1154 |
-
module.exports = __webpack_require__(/*! ./factoryWithTypeCheckers */
|
1155 |
} else {
|
1156 |
// By explicitly using `prop-types` you are opting into new production behavior.
|
1157 |
// http://fb.me/prop-types-in-prod
|
1158 |
-
module.exports = __webpack_require__(/*! ./factoryWithThrowingShims */
|
1159 |
}
|
1160 |
|
1161 |
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(/*! ./../process/browser.js */ 6)))
|
@@ -1184,7 +1184,7 @@ if (typeof __e == 'number') __e = core; // eslint-disable-line no-undef
|
|
1184 |
|
1185 |
var arrayMap = __webpack_require__(/*! ./_arrayMap */ 44),
|
1186 |
baseIteratee = __webpack_require__(/*! ./_baseIteratee */ 143),
|
1187 |
-
baseMap = __webpack_require__(/*! ./_baseMap */
|
1188 |
isArray = __webpack_require__(/*! ./isArray */ 13);
|
1189 |
|
1190 |
/**
|
@@ -1482,8 +1482,8 @@ if (typeof __g == 'number') __g = global; // eslint-disable-line no-undef
|
|
1482 |
/*! all exports used */
|
1483 |
/***/ (function(module, exports, __webpack_require__) {
|
1484 |
|
1485 |
-
var baseIsNative = __webpack_require__(/*! ./_baseIsNative */
|
1486 |
-
getValue = __webpack_require__(/*! ./_getValue */
|
1487 |
|
1488 |
/**
|
1489 |
* Gets the native function at `key` of `object`.
|
@@ -1511,8 +1511,8 @@ module.exports = getNative;
|
|
1511 |
/***/ (function(module, exports, __webpack_require__) {
|
1512 |
|
1513 |
var Symbol = __webpack_require__(/*! ./_Symbol */ 27),
|
1514 |
-
getRawTag = __webpack_require__(/*! ./_getRawTag */
|
1515 |
-
objectToString = __webpack_require__(/*! ./_objectToString */
|
1516 |
|
1517 |
/** `Object#toString` result references. */
|
1518 |
var nullTag = '[object Null]',
|
@@ -1551,7 +1551,7 @@ module.exports = baseGetTag;
|
|
1551 |
|
1552 |
var global = __webpack_require__(/*! ./_global */ 20);
|
1553 |
var core = __webpack_require__(/*! ./_core */ 16);
|
1554 |
-
var ctx = __webpack_require__(/*! ./_ctx */
|
1555 |
var hide = __webpack_require__(/*! ./_hide */ 36);
|
1556 |
var has = __webpack_require__(/*! ./_has */ 26);
|
1557 |
var PROTOTYPE = 'prototype';
|
@@ -1623,7 +1623,7 @@ module.exports = $export;
|
|
1623 |
/***/ (function(module, exports, __webpack_require__) {
|
1624 |
|
1625 |
var anObject = __webpack_require__(/*! ./_an-object */ 43);
|
1626 |
-
var IE8_DOM_DEFINE = __webpack_require__(/*! ./_ie8-dom-define */
|
1627 |
var toPrimitive = __webpack_require__(/*! ./_to-primitive */ 129);
|
1628 |
var dP = Object.defineProperty;
|
1629 |
|
@@ -1697,7 +1697,7 @@ module.exports = Symbol;
|
|
1697 |
/***/ (function(module, exports, __webpack_require__) {
|
1698 |
|
1699 |
var arrayLikeKeys = __webpack_require__(/*! ./_arrayLikeKeys */ 153),
|
1700 |
-
baseKeys = __webpack_require__(/*! ./_baseKeys */
|
1701 |
isArrayLike = __webpack_require__(/*! ./isArrayLike */ 29);
|
1702 |
|
1703 |
/**
|
@@ -1790,7 +1790,7 @@ module.exports = isArrayLike;
|
|
1790 |
|
1791 |
var isArray = __webpack_require__(/*! ./isArray */ 13),
|
1792 |
isKey = __webpack_require__(/*! ./_isKey */ 82),
|
1793 |
-
stringToPath = __webpack_require__(/*! ./_stringToPath */
|
1794 |
toString = __webpack_require__(/*! ./toString */ 160);
|
1795 |
|
1796 |
/**
|
@@ -1989,9 +1989,9 @@ if (process.env.NODE_ENV === 'production') {
|
|
1989 |
// DCE check should happen before ReactDOM bundle executes so that
|
1990 |
// DevTools can report bad minification during injection.
|
1991 |
checkDCE();
|
1992 |
-
module.exports = __webpack_require__(/*! ./cjs/react-dom.production.min.js */
|
1993 |
} else {
|
1994 |
-
module.exports = __webpack_require__(/*! ./cjs/react-dom.development.js */
|
1995 |
}
|
1996 |
|
1997 |
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(/*! ./../process/browser.js */ 6)))
|
@@ -2314,7 +2314,7 @@ module.exports = function (exec) {
|
|
2314 |
/***/ (function(module, exports, __webpack_require__) {
|
2315 |
|
2316 |
// to indexed object, toObject with fallback for non-array-like ES3 strings
|
2317 |
-
var IObject = __webpack_require__(/*! ./_iobject */
|
2318 |
var defined = __webpack_require__(/*! ./_defined */ 130);
|
2319 |
module.exports = function (it) {
|
2320 |
return IObject(defined(it));
|
@@ -3374,11 +3374,11 @@ module.exports = arrayMap;
|
|
3374 |
/*! all exports used */
|
3375 |
/***/ (function(module, exports, __webpack_require__) {
|
3376 |
|
3377 |
-
var listCacheClear = __webpack_require__(/*! ./_listCacheClear */
|
3378 |
-
listCacheDelete = __webpack_require__(/*! ./_listCacheDelete */
|
3379 |
-
listCacheGet = __webpack_require__(/*! ./_listCacheGet */
|
3380 |
-
listCacheHas = __webpack_require__(/*! ./_listCacheHas */
|
3381 |
-
listCacheSet = __webpack_require__(/*! ./_listCacheSet */
|
3382 |
|
3383 |
/**
|
3384 |
* Creates an list cache object.
|
@@ -3514,7 +3514,7 @@ module.exports = nativeCreate;
|
|
3514 |
/*! all exports used */
|
3515 |
/***/ (function(module, exports, __webpack_require__) {
|
3516 |
|
3517 |
-
var isKeyable = __webpack_require__(/*! ./_isKeyable */
|
3518 |
|
3519 |
/**
|
3520 |
* Gets the data for `map`.
|
@@ -3675,11 +3675,11 @@ module.exports = isPrototype;
|
|
3675 |
/*! all exports used */
|
3676 |
/***/ (function(module, exports, __webpack_require__) {
|
3677 |
|
3678 |
-
var DataView = __webpack_require__(/*! ./_DataView */
|
3679 |
Map = __webpack_require__(/*! ./_Map */ 73),
|
3680 |
-
Promise = __webpack_require__(/*! ./_Promise */
|
3681 |
-
Set = __webpack_require__(/*! ./_Set */
|
3682 |
-
WeakMap = __webpack_require__(/*! ./_WeakMap */
|
3683 |
baseGetTag = __webpack_require__(/*! ./_baseGetTag */ 22),
|
3684 |
toSource = __webpack_require__(/*! ./_toSource */ 146);
|
3685 |
|
@@ -3897,7 +3897,7 @@ function _createClass(Constructor, protoProps, staticProps) {
|
|
3897 |
|
3898 |
"use strict";
|
3899 |
/* harmony export (immutable) */ __webpack_exports__["a"] = _inherits;
|
3900 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_esm_setPrototypeOf__ = __webpack_require__(/*! @babel/runtime/helpers/esm/setPrototypeOf */
|
3901 |
|
3902 |
function _inherits(subClass, superClass) {
|
3903 |
if (typeof superClass !== "function" && superClass !== null) {
|
@@ -4368,7 +4368,7 @@ module.exports = function (bitmap, value) {
|
|
4368 |
/***/ (function(module, exports, __webpack_require__) {
|
4369 |
|
4370 |
// 19.1.2.14 / 15.2.3.14 Object.keys(O)
|
4371 |
-
var $keys = __webpack_require__(/*! ./_object-keys-internal */
|
4372 |
var enumBugKeys = __webpack_require__(/*! ./_enum-bug-keys */ 134);
|
4373 |
|
4374 |
module.exports = Object.keys || function keys(O) {
|
@@ -4426,11 +4426,11 @@ exports.f = {}.propertyIsEnumerable;
|
|
4426 |
/***/ (function(module, exports, __webpack_require__) {
|
4427 |
|
4428 |
var ListCache = __webpack_require__(/*! ./_ListCache */ 45),
|
4429 |
-
stackClear = __webpack_require__(/*! ./_stackClear */
|
4430 |
-
stackDelete = __webpack_require__(/*! ./_stackDelete */
|
4431 |
-
stackGet = __webpack_require__(/*! ./_stackGet */
|
4432 |
-
stackHas = __webpack_require__(/*! ./_stackHas */
|
4433 |
-
stackSet = __webpack_require__(/*! ./_stackSet */
|
4434 |
|
4435 |
/**
|
4436 |
* Creates a stack cache object to store key-value pairs.
|
@@ -4513,11 +4513,11 @@ module.exports = g;
|
|
4513 |
/*! all exports used */
|
4514 |
/***/ (function(module, exports, __webpack_require__) {
|
4515 |
|
4516 |
-
var mapCacheClear = __webpack_require__(/*! ./_mapCacheClear */
|
4517 |
-
mapCacheDelete = __webpack_require__(/*! ./_mapCacheDelete */
|
4518 |
-
mapCacheGet = __webpack_require__(/*! ./_mapCacheGet */
|
4519 |
-
mapCacheHas = __webpack_require__(/*! ./_mapCacheHas */
|
4520 |
-
mapCacheSet = __webpack_require__(/*! ./_mapCacheSet */
|
4521 |
|
4522 |
/**
|
4523 |
* Creates a map cache object to store key-value pairs.
|
@@ -4587,7 +4587,7 @@ module.exports = arrayPush;
|
|
4587 |
/*! all exports used */
|
4588 |
/***/ (function(module, exports, __webpack_require__) {
|
4589 |
|
4590 |
-
var arrayFilter = __webpack_require__(/*! ./_arrayFilter */
|
4591 |
stubArray = __webpack_require__(/*! ./stubArray */ 152);
|
4592 |
|
4593 |
/** Used for built-in method references. */
|
@@ -4628,7 +4628,7 @@ module.exports = getSymbols;
|
|
4628 |
/*! all exports used */
|
4629 |
/***/ (function(module, exports, __webpack_require__) {
|
4630 |
|
4631 |
-
var baseIsArguments = __webpack_require__(/*! ./_baseIsArguments */
|
4632 |
isObjectLike = __webpack_require__(/*! ./isObjectLike */ 18);
|
4633 |
|
4634 |
/** Used for built-in method references. */
|
@@ -4676,7 +4676,7 @@ module.exports = isArguments;
|
|
4676 |
/***/ (function(module, exports, __webpack_require__) {
|
4677 |
|
4678 |
/* WEBPACK VAR INJECTION */(function(module) {var root = __webpack_require__(/*! ./_root */ 11),
|
4679 |
-
stubFalse = __webpack_require__(/*! ./stubFalse */
|
4680 |
|
4681 |
/** Detect free variable `exports`. */
|
4682 |
var freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports;
|
@@ -4989,7 +4989,7 @@ module.exports = ReactPropTypesSecret;
|
|
4989 |
/* unused harmony export createElement */
|
4990 |
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return jsx; });
|
4991 |
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return keyframes; });
|
4992 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_esm_inheritsLoose__ = __webpack_require__(/*! @babel/runtime/helpers/esm/inheritsLoose */
|
4993 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_react__ = __webpack_require__(/*! react */ 5);
|
4994 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_react___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1_react__);
|
4995 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__emotion_cache__ = __webpack_require__(/*! @emotion/cache */ 86);
|
@@ -5263,8 +5263,8 @@ var ClassNames = Object(__WEBPACK_IMPORTED_MODULE_3__emotion_element_57a3a7a3_br
|
|
5263 |
|
5264 |
"use strict";
|
5265 |
/* WEBPACK VAR INJECTION */(function(process) {/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__emotion_sheet__ = __webpack_require__(/*! @emotion/sheet */ 168);
|
5266 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__emotion_stylis__ = __webpack_require__(/*! @emotion/stylis */
|
5267 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__emotion_weak_memoize__ = __webpack_require__(/*! @emotion/weak-memoize */
|
5268 |
|
5269 |
|
5270 |
|
@@ -5489,9 +5489,9 @@ var createCache = function createCache(options) {
|
|
5489 |
|
5490 |
"use strict";
|
5491 |
/* WEBPACK VAR INJECTION */(function(process) {/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return serializeStyles; });
|
5492 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__emotion_hash__ = __webpack_require__(/*! @emotion/hash */
|
5493 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__emotion_unitless__ = __webpack_require__(/*! @emotion/unitless */
|
5494 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__emotion_memoize__ = __webpack_require__(/*! @emotion/memoize */
|
5495 |
|
5496 |
|
5497 |
|
@@ -5828,7 +5828,7 @@ var serializeStyles = function serializeStyles(args, registered, mergedProps) {
|
|
5828 |
|
5829 |
"use strict";
|
5830 |
/* harmony export (immutable) */ __webpack_exports__["a"] = _objectWithoutProperties;
|
5831 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_esm_objectWithoutPropertiesLoose__ = __webpack_require__(/*! @babel/runtime/helpers/esm/objectWithoutPropertiesLoose */
|
5832 |
|
5833 |
function _objectWithoutProperties(source, excluded) {
|
5834 |
if (source == null) return {};
|
@@ -5966,7 +5966,7 @@ module.exports = hasUnicode;
|
|
5966 |
/*! all exports used */
|
5967 |
/***/ (function(module, exports, __webpack_require__) {
|
5968 |
|
5969 |
-
var toFinite = __webpack_require__(/*! ./toFinite */
|
5970 |
|
5971 |
/**
|
5972 |
* Converts `value` to an integer.
|
@@ -9058,7 +9058,7 @@ module.exports = {};
|
|
9058 |
|
9059 |
// 19.1.2.2 / 15.2.3.5 Object.create(O [, Properties])
|
9060 |
var anObject = __webpack_require__(/*! ./_an-object */ 43);
|
9061 |
-
var dPs = __webpack_require__(/*! ./_object-dps */
|
9062 |
var enumBugKeys = __webpack_require__(/*! ./_enum-bug-keys */ 134);
|
9063 |
var IE_PROTO = __webpack_require__(/*! ./_shared-key */ 132)('IE_PROTO');
|
9064 |
var Empty = function () { /* empty */ };
|
@@ -9067,13 +9067,13 @@ var PROTOTYPE = 'prototype';
|
|
9067 |
// Create object with fake `null` prototype: use iframe Object with cleared prototype
|
9068 |
var createDict = function () {
|
9069 |
// Thrash, waste and sodomy: IE GC bug
|
9070 |
-
var iframe = __webpack_require__(/*! ./_dom-create */
|
9071 |
var i = enumBugKeys.length;
|
9072 |
var lt = '<';
|
9073 |
var gt = '>';
|
9074 |
var iframeDocument;
|
9075 |
iframe.style.display = 'none';
|
9076 |
-
__webpack_require__(/*! ./_html */
|
9077 |
iframe.src = 'javascript:'; // eslint-disable-line no-script-url
|
9078 |
// createDict = iframe.contentWindow.Object;
|
9079 |
// html.removeChild(iframe);
|
@@ -9315,11 +9315,11 @@ var attributes = {
|
|
9315 |
/*! all exports used */
|
9316 |
/***/ (function(module, exports, __webpack_require__) {
|
9317 |
|
9318 |
-
var baseMatches = __webpack_require__(/*! ./_baseMatches */
|
9319 |
-
baseMatchesProperty = __webpack_require__(/*! ./_baseMatchesProperty */
|
9320 |
identity = __webpack_require__(/*! ./identity */ 57),
|
9321 |
isArray = __webpack_require__(/*! ./isArray */ 13),
|
9322 |
-
property = __webpack_require__(/*! ./property */
|
9323 |
|
9324 |
/**
|
9325 |
* The base implementation of `_.iteratee`.
|
@@ -9458,7 +9458,7 @@ module.exports = toSource;
|
|
9458 |
/*! all exports used */
|
9459 |
/***/ (function(module, exports, __webpack_require__) {
|
9460 |
|
9461 |
-
var baseIsEqualDeep = __webpack_require__(/*! ./_baseIsEqualDeep */
|
9462 |
isObjectLike = __webpack_require__(/*! ./isObjectLike */ 18);
|
9463 |
|
9464 |
/**
|
@@ -9497,9 +9497,9 @@ module.exports = baseIsEqual;
|
|
9497 |
/*! all exports used */
|
9498 |
/***/ (function(module, exports, __webpack_require__) {
|
9499 |
|
9500 |
-
var SetCache = __webpack_require__(/*! ./_SetCache */
|
9501 |
-
arraySome = __webpack_require__(/*! ./_arraySome */
|
9502 |
-
cacheHas = __webpack_require__(/*! ./_cacheHas */
|
9503 |
|
9504 |
/** Used to compose bitmasks for value comparisons. */
|
9505 |
var COMPARE_PARTIAL_FLAG = 1,
|
@@ -9791,7 +9791,7 @@ module.exports = baseTimes;
|
|
9791 |
/*! all exports used */
|
9792 |
/***/ (function(module, exports, __webpack_require__) {
|
9793 |
|
9794 |
-
var baseIsTypedArray = __webpack_require__(/*! ./_baseIsTypedArray */
|
9795 |
baseUnary = __webpack_require__(/*! ./_baseUnary */ 51),
|
9796 |
nodeUtil = __webpack_require__(/*! ./_nodeUtil */ 52);
|
9797 |
|
@@ -10361,7 +10361,7 @@ function () {
|
|
10361 |
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return createEmotionProps; });
|
10362 |
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return hasOwnProperty; });
|
10363 |
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return withEmotionCache; });
|
10364 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_inheritsLoose__ = __webpack_require__(/*! @babel/runtime/helpers/inheritsLoose */
|
10365 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_inheritsLoose___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_inheritsLoose__);
|
10366 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_react__ = __webpack_require__(/*! react */ 5);
|
10367 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_react___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1_react__);
|
@@ -10574,9 +10574,9 @@ var insertStyles = function insertStyles(cache, serialized, isStringTag) {
|
|
10574 |
/* WEBPACK VAR INJECTION */(function(process) {
|
10575 |
|
10576 |
if (process.env.NODE_ENV === 'production') {
|
10577 |
-
module.exports = __webpack_require__(/*! ./cjs/scheduler.production.min.js */
|
10578 |
} else {
|
10579 |
-
module.exports = __webpack_require__(/*! ./cjs/scheduler.development.js */
|
10580 |
}
|
10581 |
|
10582 |
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(/*! ./../process/browser.js */ 6)))
|
@@ -10640,7 +10640,7 @@ if (process.env.NODE_ENV === 'production') {
|
|
10640 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_10_react_dom___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_10_react_dom__);
|
10641 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_11__babel_runtime_helpers_esm_typeof__ = __webpack_require__(/*! @babel/runtime/helpers/esm/typeof */ 165);
|
10642 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_12__emotion_css__ = __webpack_require__(/*! @emotion/css */ 41);
|
10643 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_13__babel_runtime_helpers_esm_taggedTemplateLiteral__ = __webpack_require__(/*! @babel/runtime/helpers/esm/taggedTemplateLiteral */
|
10644 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_14_react_input_autosize__ = __webpack_require__(/*! react-input-autosize */ 174);
|
10645 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_14_react_input_autosize___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_14_react_input_autosize__);
|
10646 |
|
@@ -12448,9 +12448,9 @@ exports.default = AutosizeInput;
|
|
12448 |
/* WEBPACK VAR INJECTION */(function(process) {
|
12449 |
|
12450 |
if (process.env.NODE_ENV === 'production') {
|
12451 |
-
module.exports = __webpack_require__(/*! ./cjs/react-is.production.min.js */
|
12452 |
} else {
|
12453 |
-
module.exports = __webpack_require__(/*! ./cjs/react-is.development.js */
|
12454 |
}
|
12455 |
|
12456 |
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(/*! ./../process/browser.js */ 6)))
|
@@ -12472,8 +12472,8 @@ if (process.env.NODE_ENV === 'production') {
|
|
12472 |
/* unused harmony export m */
|
12473 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_esm_objectWithoutProperties__ = __webpack_require__(/*! @babel/runtime/helpers/esm/objectWithoutProperties */ 88);
|
12474 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__babel_runtime_helpers_esm_extends__ = __webpack_require__(/*! @babel/runtime/helpers/esm/extends */ 89);
|
12475 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__babel_runtime_helpers_esm_slicedToArray__ = __webpack_require__(/*! @babel/runtime/helpers/esm/slicedToArray */
|
12476 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__babel_runtime_helpers_esm_toConsumableArray__ = __webpack_require__(/*! @babel/runtime/helpers/esm/toConsumableArray */
|
12477 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__babel_runtime_helpers_esm_defineProperty__ = __webpack_require__(/*! @babel/runtime/helpers/esm/defineProperty */ 173);
|
12478 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__babel_runtime_helpers_esm_classCallCheck__ = __webpack_require__(/*! @babel/runtime/helpers/esm/classCallCheck */ 58);
|
12479 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__babel_runtime_helpers_esm_createClass__ = __webpack_require__(/*! @babel/runtime/helpers/esm/createClass */ 59);
|
@@ -15542,7 +15542,7 @@ var PostImage = function PostImage(props) {
|
|
15542 |
|
15543 |
"use strict";
|
15544 |
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return PostExcerpt; });
|
15545 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_lodash_truncate__ = __webpack_require__(/*! lodash/truncate */
|
15546 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_lodash_truncate___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_lodash_truncate__);
|
15547 |
|
15548 |
|
@@ -15794,7 +15794,7 @@ module.exports = defineProperty;
|
|
15794 |
/*! all exports used */
|
15795 |
/***/ (function(module, exports, __webpack_require__) {
|
15796 |
|
15797 |
-
var apply = __webpack_require__(/*! ./_apply */
|
15798 |
|
15799 |
/* Built-in method references for those with the same name as other `lodash` methods. */
|
15800 |
var nativeMax = Math.max;
|
@@ -15841,8 +15841,8 @@ module.exports = overRest;
|
|
15841 |
/*! all exports used */
|
15842 |
/***/ (function(module, exports, __webpack_require__) {
|
15843 |
|
15844 |
-
var baseSetToString = __webpack_require__(/*! ./_baseSetToString */
|
15845 |
-
shortOut = __webpack_require__(/*! ./_shortOut */
|
15846 |
|
15847 |
/**
|
15848 |
* Sets the `toString` method of `func` to return `string`.
|
@@ -15949,7 +15949,7 @@ detector.isLegacyOpera = function() {
|
|
15949 |
/***/ (function(module, exports, __webpack_require__) {
|
15950 |
|
15951 |
var arrayLikeKeys = __webpack_require__(/*! ./_arrayLikeKeys */ 153),
|
15952 |
-
baseKeysIn = __webpack_require__(/*! ./_baseKeysIn */
|
15953 |
isArrayLike = __webpack_require__(/*! ./isArrayLike */ 29);
|
15954 |
|
15955 |
/**
|
@@ -16035,7 +16035,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
16035 |
});
|
16036 |
exports["default"] = void 0;
|
16037 |
|
16038 |
-
var _slider = _interopRequireDefault(__webpack_require__(/*! ./slider */
|
16039 |
|
16040 |
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
16041 |
|
@@ -17620,7 +17620,7 @@ var _react = _interopRequireDefault(__webpack_require__(/*! react */ 5));
|
|
17620 |
|
17621 |
var _reactLifecyclesCompat = __webpack_require__(/*! react-lifecycles-compat */ 201);
|
17622 |
|
17623 |
-
var _ChildMapping = __webpack_require__(/*! ./utils/ChildMapping */
|
17624 |
|
17625 |
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
17626 |
|
@@ -21050,7 +21050,7 @@ function contentTimelineStyle(props) {
|
|
21050 |
var resp_selectors = "left";
|
21051 |
|
21052 |
var selectors = (_selectors = {
|
21053 |
-
" .uagb-timeline__heading": {
|
21054 |
"font-size": Object(__WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */])(headFontSize, headFontSizeType),
|
21055 |
"font-family": headFontFamily,
|
21056 |
"font-weight": headFontWeight,
|
@@ -21365,6 +21365,93 @@ function contentTimelineStyle(props) {
|
|
21365 |
|
21366 |
/***/ }),
|
21367 |
/* 221 */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21368 |
/*!*************************************************!*\
|
21369 |
!*** ./src/blocks/call-to-action/attributes.js ***!
|
21370 |
\*************************************************/
|
@@ -21630,7 +21717,7 @@ var attributes = {
|
|
21630 |
/* harmony default export */ __webpack_exports__["a"] = (attributes);
|
21631 |
|
21632 |
/***/ }),
|
21633 |
-
/*
|
21634 |
/*!*****************************************!*\
|
21635 |
!*** ./src/blocks/column/attributes.js ***!
|
21636 |
\*****************************************/
|
@@ -21894,7 +21981,7 @@ var attributes = {
|
|
21894 |
/* harmony default export */ __webpack_exports__["a"] = (attributes);
|
21895 |
|
21896 |
/***/ }),
|
21897 |
-
/*
|
21898 |
/*!******************************************!*\
|
21899 |
!*** ./src/blocks/columns/attributes.js ***!
|
21900 |
\******************************************/
|
@@ -22215,7 +22302,7 @@ var attributes = {
|
|
22215 |
/* harmony default export */ __webpack_exports__["a"] = (attributes);
|
22216 |
|
22217 |
/***/ }),
|
22218 |
-
/*
|
22219 |
/*!*************************************!*\
|
22220 |
!*** ./src/blocks/columns/icons.js ***!
|
22221 |
\*************************************/
|
@@ -22336,7 +22423,7 @@ rowIcons.layout255025 = wp.element.createElement(
|
|
22336 |
/* harmony default export */ __webpack_exports__["a"] = (rowIcons);
|
22337 |
|
22338 |
/***/ }),
|
22339 |
-
/*
|
22340 |
/*!*********************************************!*\
|
22341 |
!*** ./src/blocks/blockquote/attributes.js ***!
|
22342 |
\*********************************************/
|
@@ -22684,7 +22771,7 @@ var attributes = {
|
|
22684 |
/* harmony default export */ __webpack_exports__["a"] = (attributes);
|
22685 |
|
22686 |
/***/ }),
|
22687 |
-
/*
|
22688 |
/*!***************************************************!*\
|
22689 |
!*** ./src/blocks/marketing-button/attributes.js ***!
|
22690 |
\***************************************************/
|
@@ -22978,7 +23065,7 @@ var attributes = {
|
|
22978 |
/* harmony default export */ __webpack_exports__["a"] = (attributes);
|
22979 |
|
22980 |
/***/ }),
|
22981 |
-
/*
|
22982 |
/*!****************************************************!*\
|
22983 |
!*** ./src/blocks/table-of-contents/attributes.js ***!
|
22984 |
\****************************************************/
|
@@ -23325,7 +23412,7 @@ var attributes = {
|
|
23325 |
/* harmony default export */ __webpack_exports__["a"] = (attributes);
|
23326 |
|
23327 |
/***/ }),
|
23328 |
-
/*
|
23329 |
/*!*********************************************!*\
|
23330 |
!*** ./src/blocks/table-of-contents/toc.js ***!
|
23331 |
\*********************************************/
|
@@ -23458,7 +23545,7 @@ var TableOfContents = function (_React$Component) {
|
|
23458 |
/* harmony default export */ __webpack_exports__["a"] = (TableOfContents);
|
23459 |
|
23460 |
/***/ }),
|
23461 |
-
/*
|
23462 |
/*!*************************************************!*\
|
23463 |
!*** ./node_modules/striptags/src/striptags.js ***!
|
23464 |
\*************************************************/
|
@@ -23706,7 +23793,7 @@ var __WEBPACK_AMD_DEFINE_RESULT__;
|
|
23706 |
|
23707 |
|
23708 |
/***/ }),
|
23709 |
-
/*
|
23710 |
/*!*****************************************!*\
|
23711 |
!*** ./src/blocks/how-to/attributes.js ***!
|
23712 |
\*****************************************/
|
@@ -24025,7 +24112,7 @@ var attributes = {
|
|
24025 |
/* harmony default export */ __webpack_exports__["a"] = (attributes);
|
24026 |
|
24027 |
/***/ }),
|
24028 |
-
/*
|
24029 |
/*!**************************************!*\
|
24030 |
!*** ./src/blocks/how-to/style.scss ***!
|
24031 |
\**************************************/
|
@@ -24035,7 +24122,7 @@ var attributes = {
|
|
24035 |
// removed by extract-text-webpack-plugin
|
24036 |
|
24037 |
/***/ }),
|
24038 |
-
/*
|
24039 |
/*!**************************************!*\
|
24040 |
!*** ./src/blocks/faq/attributes.js ***!
|
24041 |
\**************************************/
|
@@ -24379,7 +24466,7 @@ var attributes = {
|
|
24379 |
/* harmony default export */ __webpack_exports__["a"] = (attributes);
|
24380 |
|
24381 |
/***/ }),
|
24382 |
-
/*
|
24383 |
/*!********************************************!*\
|
24384 |
!*** ./src/blocks/faq-child/attributes.js ***!
|
24385 |
\********************************************/
|
@@ -24425,7 +24512,7 @@ var attributes = {
|
|
24425 |
/* harmony default export */ __webpack_exports__["a"] = (attributes);
|
24426 |
|
24427 |
/***/ }),
|
24428 |
-
/*
|
24429 |
/*!*****************************************!*\
|
24430 |
!*** ./src/blocks/review/components.js ***!
|
24431 |
\*****************************************/
|
@@ -24844,7 +24931,7 @@ var ReviewBody = function (_Component2) {
|
|
24844 |
}(__WEBPACK_IMPORTED_MODULE_0_react__["Component"]);
|
24845 |
|
24846 |
/***/ }),
|
24847 |
-
/*
|
24848 |
/*!******************************************************!*\
|
24849 |
!*** ./node_modules/core-js/library/modules/_ctx.js ***!
|
24850 |
\******************************************************/
|
@@ -24853,7 +24940,7 @@ var ReviewBody = function (_Component2) {
|
|
24853 |
/***/ (function(module, exports, __webpack_require__) {
|
24854 |
|
24855 |
// optional / simple context binding
|
24856 |
-
var aFunction = __webpack_require__(/*! ./_a-function */
|
24857 |
module.exports = function (fn, that, length) {
|
24858 |
aFunction(fn);
|
24859 |
if (that === undefined) return fn;
|
@@ -24875,7 +24962,7 @@ module.exports = function (fn, that, length) {
|
|
24875 |
|
24876 |
|
24877 |
/***/ }),
|
24878 |
-
/*
|
24879 |
/*!*****************************************************************!*\
|
24880 |
!*** ./node_modules/core-js/library/modules/_ie8-dom-define.js ***!
|
24881 |
\*****************************************************************/
|
@@ -24884,12 +24971,12 @@ module.exports = function (fn, that, length) {
|
|
24884 |
/***/ (function(module, exports, __webpack_require__) {
|
24885 |
|
24886 |
module.exports = !__webpack_require__(/*! ./_descriptors */ 25) && !__webpack_require__(/*! ./_fails */ 38)(function () {
|
24887 |
-
return Object.defineProperty(__webpack_require__(/*! ./_dom-create */
|
24888 |
});
|
24889 |
|
24890 |
|
24891 |
/***/ }),
|
24892 |
-
/*
|
24893 |
/*!*************************************************************!*\
|
24894 |
!*** ./node_modules/core-js/library/modules/_dom-create.js ***!
|
24895 |
\*************************************************************/
|
@@ -24907,7 +24994,7 @@ module.exports = function (it) {
|
|
24907 |
|
24908 |
|
24909 |
/***/ }),
|
24910 |
-
/*
|
24911 |
/*!***********************************************************************!*\
|
24912 |
!*** ./node_modules/core-js/library/modules/_object-keys-internal.js ***!
|
24913 |
\***********************************************************************/
|
@@ -24917,7 +25004,7 @@ module.exports = function (it) {
|
|
24917 |
|
24918 |
var has = __webpack_require__(/*! ./_has */ 26);
|
24919 |
var toIObject = __webpack_require__(/*! ./_to-iobject */ 39);
|
24920 |
-
var arrayIndexOf = __webpack_require__(/*! ./_array-includes */
|
24921 |
var IE_PROTO = __webpack_require__(/*! ./_shared-key */ 132)('IE_PROTO');
|
24922 |
|
24923 |
module.exports = function (object, names) {
|
@@ -24935,7 +25022,7 @@ module.exports = function (object, names) {
|
|
24935 |
|
24936 |
|
24937 |
/***/ }),
|
24938 |
-
/*
|
24939 |
/*!**********************************************************!*\
|
24940 |
!*** ./node_modules/core-js/library/modules/_iobject.js ***!
|
24941 |
\**********************************************************/
|
@@ -24944,7 +25031,7 @@ module.exports = function (object, names) {
|
|
24944 |
/***/ (function(module, exports, __webpack_require__) {
|
24945 |
|
24946 |
// fallback for non-array-like ES3 and non-enumerable old V8 strings
|
24947 |
-
var cof = __webpack_require__(/*! ./_cof */
|
24948 |
// eslint-disable-next-line no-prototype-builtins
|
24949 |
module.exports = Object('z').propertyIsEnumerable(0) ? Object : function (it) {
|
24950 |
return cof(it) == 'String' ? it.split('') : Object(it);
|
@@ -24952,7 +25039,7 @@ module.exports = Object('z').propertyIsEnumerable(0) ? Object : function (it) {
|
|
24952 |
|
24953 |
|
24954 |
/***/ }),
|
24955 |
-
/*
|
24956 |
/*!******************************************************!*\
|
24957 |
!*** ./node_modules/core-js/library/modules/_cof.js ***!
|
24958 |
\******************************************************/
|
@@ -24968,7 +25055,7 @@ module.exports = function (it) {
|
|
24968 |
|
24969 |
|
24970 |
/***/ }),
|
24971 |
-
/*
|
24972 |
/*!*************************************************************!*\
|
24973 |
!*** ./node_modules/core-js/library/modules/_object-gpo.js ***!
|
24974 |
\*************************************************************/
|
@@ -24992,7 +25079,7 @@ module.exports = Object.getPrototypeOf || function (O) {
|
|
24992 |
|
24993 |
|
24994 |
/***/ }),
|
24995 |
-
/*
|
24996 |
/*!******************************************************!*\
|
24997 |
!*** ./node_modules/babel-runtime/helpers/typeof.js ***!
|
24998 |
\******************************************************/
|
@@ -25005,11 +25092,11 @@ module.exports = Object.getPrototypeOf || function (O) {
|
|
25005 |
|
25006 |
exports.__esModule = true;
|
25007 |
|
25008 |
-
var _iterator = __webpack_require__(/*! ../core-js/symbol/iterator */
|
25009 |
|
25010 |
var _iterator2 = _interopRequireDefault(_iterator);
|
25011 |
|
25012 |
-
var _symbol = __webpack_require__(/*! ../core-js/symbol */
|
25013 |
|
25014 |
var _symbol2 = _interopRequireDefault(_symbol);
|
25015 |
|
@@ -25024,7 +25111,7 @@ exports.default = typeof _symbol2.default === "function" && _typeof(_iterator2.d
|
|
25024 |
};
|
25025 |
|
25026 |
/***/ }),
|
25027 |
-
/*
|
25028 |
/*!**************************************************************!*\
|
25029 |
!*** ./node_modules/core-js/library/modules/_iter-define.js ***!
|
25030 |
\**************************************************************/
|
@@ -25036,12 +25123,12 @@ exports.default = typeof _symbol2.default === "function" && _typeof(_iterator2.d
|
|
25036 |
|
25037 |
var LIBRARY = __webpack_require__(/*! ./_library */ 69);
|
25038 |
var $export = __webpack_require__(/*! ./_export */ 23);
|
25039 |
-
var redefine = __webpack_require__(/*! ./_redefine */
|
25040 |
var hide = __webpack_require__(/*! ./_hide */ 36);
|
25041 |
var Iterators = __webpack_require__(/*! ./_iterators */ 137);
|
25042 |
-
var $iterCreate = __webpack_require__(/*! ./_iter-create */
|
25043 |
var setToStringTag = __webpack_require__(/*! ./_set-to-string-tag */ 139);
|
25044 |
-
var getPrototypeOf = __webpack_require__(/*! ./_object-gpo */
|
25045 |
var ITERATOR = __webpack_require__(/*! ./_wks */ 40)('iterator');
|
25046 |
var BUGGY = !([].keys && 'next' in [].keys()); // Safari has buggy iterators w/o `next`
|
25047 |
var FF_ITERATOR = '@@iterator';
|
@@ -25105,7 +25192,7 @@ module.exports = function (Base, NAME, Constructor, next, DEFAULT, IS_SET, FORCE
|
|
25105 |
|
25106 |
|
25107 |
/***/ }),
|
25108 |
-
/*
|
25109 |
/*!***********************************************************!*\
|
25110 |
!*** ./node_modules/core-js/library/modules/_redefine.js ***!
|
25111 |
\***********************************************************/
|
@@ -25117,7 +25204,7 @@ module.exports = __webpack_require__(/*! ./_hide */ 36);
|
|
25117 |
|
25118 |
|
25119 |
/***/ }),
|
25120 |
-
/*
|
25121 |
/*!**************************************************************!*\
|
25122 |
!*** ./node_modules/core-js/library/modules/_object-gopn.js ***!
|
25123 |
\**************************************************************/
|
@@ -25126,7 +25213,7 @@ module.exports = __webpack_require__(/*! ./_hide */ 36);
|
|
25126 |
/***/ (function(module, exports, __webpack_require__) {
|
25127 |
|
25128 |
// 19.1.2.7 / 15.2.3.4 Object.getOwnPropertyNames(O)
|
25129 |
-
var $keys = __webpack_require__(/*! ./_object-keys-internal */
|
25130 |
var hiddenKeys = __webpack_require__(/*! ./_enum-bug-keys */ 134).concat('length', 'prototype');
|
25131 |
|
25132 |
exports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {
|
@@ -25135,7 +25222,7 @@ exports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {
|
|
25135 |
|
25136 |
|
25137 |
/***/ }),
|
25138 |
-
/*
|
25139 |
/*!**************************************************************!*\
|
25140 |
!*** ./node_modules/core-js/library/modules/_object-gopd.js ***!
|
25141 |
\**************************************************************/
|
@@ -25148,7 +25235,7 @@ var createDesc = __webpack_require__(/*! ./_property-desc */ 67);
|
|
25148 |
var toIObject = __webpack_require__(/*! ./_to-iobject */ 39);
|
25149 |
var toPrimitive = __webpack_require__(/*! ./_to-primitive */ 129);
|
25150 |
var has = __webpack_require__(/*! ./_has */ 26);
|
25151 |
-
var IE8_DOM_DEFINE = __webpack_require__(/*! ./_ie8-dom-define */
|
25152 |
var gOPD = Object.getOwnPropertyDescriptor;
|
25153 |
|
25154 |
exports.f = __webpack_require__(/*! ./_descriptors */ 25) ? gOPD : function getOwnPropertyDescriptor(O, P) {
|
@@ -25162,7 +25249,7 @@ exports.f = __webpack_require__(/*! ./_descriptors */ 25) ? gOPD : function getO
|
|
25162 |
|
25163 |
|
25164 |
/***/ }),
|
25165 |
-
/*
|
25166 |
/*!***********************!*\
|
25167 |
!*** ./src/blocks.js ***!
|
25168 |
\***********************/
|
@@ -25172,38 +25259,38 @@ exports.f = __webpack_require__(/*! ./_descriptors */ 25) ? gOPD : function getO
|
|
25172 |
|
25173 |
"use strict";
|
25174 |
Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
|
25175 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__blocks_advanced_heading_block_js__ = __webpack_require__(/*! ./blocks/advanced-heading/block.js */
|
25176 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__blocks_post_block_js__ = __webpack_require__(/*! ./blocks/post/block.js */
|
25177 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__blocks_section_block_js__ = __webpack_require__(/*! ./blocks/section/block.js */
|
25178 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__blocks_buttons_block_js__ = __webpack_require__(/*! ./blocks/buttons/block.js */
|
25179 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__blocks_buttons_child_block_js__ = __webpack_require__(/*! ./blocks/buttons-child/block.js */
|
25180 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__blocks_info_box_block_js__ = __webpack_require__(/*! ./blocks/info-box/block.js */
|
25181 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__blocks_testimonial_block_js__ = __webpack_require__(/*! ./blocks/testimonial/block.js */
|
25182 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__blocks_team_block_js__ = __webpack_require__(/*! ./blocks/team/block.js */
|
25183 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__blocks_social_share_block_js__ = __webpack_require__(/*! ./blocks/social-share/block.js */
|
25184 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_9__blocks_social_share_child_block_js__ = __webpack_require__(/*! ./blocks/social-share-child/block.js */
|
25185 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_10__blocks_google_map_block_js__ = __webpack_require__(/*! ./blocks/google-map/block.js */
|
25186 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_11__blocks_icon_list_block_js__ = __webpack_require__(/*! ./blocks/icon-list/block.js */
|
25187 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_12__blocks_icon_list_child_block_js__ = __webpack_require__(/*! ./blocks/icon-list-child/block.js */
|
25188 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_13__blocks_price_list_block_js__ = __webpack_require__(/*! ./blocks/price-list/block.js */
|
25189 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_14__blocks_price_list_child_block_js__ = __webpack_require__(/*! ./blocks/price-list-child/block.js */
|
25190 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_15__blocks_timeline_block_js__ = __webpack_require__(/*! ./blocks/timeline/block.js */
|
25191 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_16__blocks_call_to_action_block_js__ = __webpack_require__(/*! ./blocks/call-to-action/block.js */
|
25192 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_17__blocks_column_block_js__ = __webpack_require__(/*! ./blocks/column/block.js */
|
25193 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_18__blocks_columns_block_js__ = __webpack_require__(/*! ./blocks/columns/block.js */
|
25194 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_19__blocks_cf7_styler_block_js__ = __webpack_require__(/*! ./blocks/cf7-styler/block.js */
|
25195 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_20__blocks_gf_styler_block_js__ = __webpack_require__(/*! ./blocks/gf-styler/block.js */
|
25196 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_21__blocks_blockquote_block_js__ = __webpack_require__(/*! ./blocks/blockquote/block.js */
|
25197 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_22__blocks_marketing_button_block_js__ = __webpack_require__(/*! ./blocks/marketing-button/block.js */
|
25198 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_23__blocks_table_of_contents_block_js__ = __webpack_require__(/*! ./blocks/table-of-contents/block.js */
|
25199 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_24__blocks_how_to_block_js__ = __webpack_require__(/*! ./blocks/how-to/block.js */
|
25200 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_25__blocks_faq_block_js__ = __webpack_require__(/*! ./blocks/faq/block.js */
|
25201 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_26__blocks_faq_child_block_js__ = __webpack_require__(/*! ./blocks/faq-child/block.js */
|
25202 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_27__blocks_inline_notice_block_js__ = __webpack_require__(/*! ./blocks/inline-notice/block.js */
|
25203 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_28__blocks_wp_search_block_js__ = __webpack_require__(/*! ./blocks/wp-search/block.js */
|
25204 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_29__blocks_review_block_js__ = __webpack_require__(/*! ./blocks/review/block.js */
|
25205 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_30__blocks_taxonomy_list_block_js__ = __webpack_require__(/*! ./blocks/taxonomy-list/block.js */
|
25206 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_31__blocks_lottie_block_js__ = __webpack_require__(/*! ./blocks/lottie/block.js */
|
25207 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_32__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../dist/blocks/uagb-controls/block-icons */ 1);
|
25208 |
/**
|
25209 |
* Gutenberg Blocks
|
@@ -25258,7 +25345,7 @@ updateCategory("uagb", {
|
|
25258 |
});
|
25259 |
|
25260 |
/***/ }),
|
25261 |
-
/*
|
25262 |
/*!**********************************************!*\
|
25263 |
!*** ./src/blocks/advanced-heading/block.js ***!
|
25264 |
\**********************************************/
|
@@ -25268,10 +25355,10 @@ updateCategory("uagb", {
|
|
25268 |
"use strict";
|
25269 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
25270 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__attributes__ = __webpack_require__(/*! ./attributes */ 142);
|
25271 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__edit__ = __webpack_require__(/*! ./edit */
|
25272 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__save__ = __webpack_require__(/*! ./save */
|
25273 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__deprecated__ = __webpack_require__(/*! ./deprecated */
|
25274 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__transform__ = __webpack_require__(/*! ./transform */
|
25275 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__style_scss__ = __webpack_require__(/*! ./style.scss */ 179);
|
25276 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_6__style_scss__);
|
25277 |
/**
|
@@ -25314,7 +25401,7 @@ registerBlockType("uagb/advanced-heading", {
|
|
25314 |
});
|
25315 |
|
25316 |
/***/ }),
|
25317 |
-
/*
|
25318 |
/*!*********************************************!*\
|
25319 |
!*** ./src/blocks/advanced-heading/edit.js ***!
|
25320 |
\*********************************************/
|
@@ -25325,7 +25412,7 @@ registerBlockType("uagb/advanced-heading", {
|
|
25325 |
"use strict";
|
25326 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames__ = __webpack_require__(/*! classnames */ 0);
|
25327 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_classnames__);
|
25328 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__styling__ = __webpack_require__(/*! ./styling */
|
25329 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__components_typography__ = __webpack_require__(/*! ../../components/typography */ 7);
|
25330 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__components_typography_fontloader__ = __webpack_require__(/*! ../../components/typography/fontloader */ 8);
|
25331 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__style_scss__ = __webpack_require__(/*! ./style.scss */ 179);
|
@@ -25822,7 +25909,7 @@ var UAGBAdvancedHeading = function (_Component) {
|
|
25822 |
})(UAGBAdvancedHeading));
|
25823 |
|
25824 |
/***/ }),
|
25825 |
-
/*
|
25826 |
/*!************************************************!*\
|
25827 |
!*** ./src/blocks/advanced-heading/styling.js ***!
|
25828 |
\************************************************/
|
@@ -25945,7 +26032,7 @@ function styling(props) {
|
|
25945 |
/* harmony default export */ __webpack_exports__["a"] = (styling);
|
25946 |
|
25947 |
/***/ }),
|
25948 |
-
/*
|
25949 |
/*!******************************************************!*\
|
25950 |
!*** ./src/components/typography/font-typography.js ***!
|
25951 |
\******************************************************/
|
@@ -25956,8 +26043,8 @@ function styling(props) {
|
|
25956 |
"use strict";
|
25957 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_lodash_map__ = __webpack_require__(/*! lodash/map */ 17);
|
25958 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_lodash_map___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_lodash_map__);
|
25959 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__fonts__ = __webpack_require__(/*! ./fonts */
|
25960 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_react_select__ = __webpack_require__(/*! react-select */
|
25961 |
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
25962 |
|
25963 |
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
@@ -26120,7 +26207,7 @@ function FontFamilyControl(props) {
|
|
26120 |
/* harmony default export */ __webpack_exports__["a"] = (FontFamilyControl);
|
26121 |
|
26122 |
/***/ }),
|
26123 |
-
/*
|
26124 |
/*!*********************************************!*\
|
26125 |
!*** ./node_modules/lodash/_baseMatches.js ***!
|
26126 |
\*********************************************/
|
@@ -26128,8 +26215,8 @@ function FontFamilyControl(props) {
|
|
26128 |
/*! all exports used */
|
26129 |
/***/ (function(module, exports, __webpack_require__) {
|
26130 |
|
26131 |
-
var baseIsMatch = __webpack_require__(/*! ./_baseIsMatch */
|
26132 |
-
getMatchData = __webpack_require__(/*! ./_getMatchData */
|
26133 |
matchesStrictComparable = __webpack_require__(/*! ./_matchesStrictComparable */ 158);
|
26134 |
|
26135 |
/**
|
@@ -26153,7 +26240,7 @@ module.exports = baseMatches;
|
|
26153 |
|
26154 |
|
26155 |
/***/ }),
|
26156 |
-
/*
|
26157 |
/*!*********************************************!*\
|
26158 |
!*** ./node_modules/lodash/_baseIsMatch.js ***!
|
26159 |
\*********************************************/
|
@@ -26226,7 +26313,7 @@ module.exports = baseIsMatch;
|
|
26226 |
|
26227 |
|
26228 |
/***/ }),
|
26229 |
-
/*
|
26230 |
/*!************************************************!*\
|
26231 |
!*** ./node_modules/lodash/_listCacheClear.js ***!
|
26232 |
\************************************************/
|
@@ -26250,7 +26337,7 @@ module.exports = listCacheClear;
|
|
26250 |
|
26251 |
|
26252 |
/***/ }),
|
26253 |
-
/*
|
26254 |
/*!*************************************************!*\
|
26255 |
!*** ./node_modules/lodash/_listCacheDelete.js ***!
|
26256 |
\*************************************************/
|
@@ -26296,7 +26383,7 @@ module.exports = listCacheDelete;
|
|
26296 |
|
26297 |
|
26298 |
/***/ }),
|
26299 |
-
/*
|
26300 |
/*!**********************************************!*\
|
26301 |
!*** ./node_modules/lodash/_listCacheGet.js ***!
|
26302 |
\**********************************************/
|
@@ -26326,7 +26413,7 @@ module.exports = listCacheGet;
|
|
26326 |
|
26327 |
|
26328 |
/***/ }),
|
26329 |
-
/*
|
26330 |
/*!**********************************************!*\
|
26331 |
!*** ./node_modules/lodash/_listCacheHas.js ***!
|
26332 |
\**********************************************/
|
@@ -26353,7 +26440,7 @@ module.exports = listCacheHas;
|
|
26353 |
|
26354 |
|
26355 |
/***/ }),
|
26356 |
-
/*
|
26357 |
/*!**********************************************!*\
|
26358 |
!*** ./node_modules/lodash/_listCacheSet.js ***!
|
26359 |
\**********************************************/
|
@@ -26390,7 +26477,7 @@ module.exports = listCacheSet;
|
|
26390 |
|
26391 |
|
26392 |
/***/ }),
|
26393 |
-
/*
|
26394 |
/*!********************************************!*\
|
26395 |
!*** ./node_modules/lodash/_stackClear.js ***!
|
26396 |
\********************************************/
|
@@ -26416,7 +26503,7 @@ module.exports = stackClear;
|
|
26416 |
|
26417 |
|
26418 |
/***/ }),
|
26419 |
-
/*
|
26420 |
/*!*********************************************!*\
|
26421 |
!*** ./node_modules/lodash/_stackDelete.js ***!
|
26422 |
\*********************************************/
|
@@ -26445,7 +26532,7 @@ module.exports = stackDelete;
|
|
26445 |
|
26446 |
|
26447 |
/***/ }),
|
26448 |
-
/*
|
26449 |
/*!******************************************!*\
|
26450 |
!*** ./node_modules/lodash/_stackGet.js ***!
|
26451 |
\******************************************/
|
@@ -26470,7 +26557,7 @@ module.exports = stackGet;
|
|
26470 |
|
26471 |
|
26472 |
/***/ }),
|
26473 |
-
/*
|
26474 |
/*!******************************************!*\
|
26475 |
!*** ./node_modules/lodash/_stackHas.js ***!
|
26476 |
\******************************************/
|
@@ -26495,7 +26582,7 @@ module.exports = stackHas;
|
|
26495 |
|
26496 |
|
26497 |
/***/ }),
|
26498 |
-
/*
|
26499 |
/*!******************************************!*\
|
26500 |
!*** ./node_modules/lodash/_stackSet.js ***!
|
26501 |
\******************************************/
|
@@ -26540,7 +26627,7 @@ module.exports = stackSet;
|
|
26540 |
|
26541 |
|
26542 |
/***/ }),
|
26543 |
-
/*
|
26544 |
/*!**********************************************!*\
|
26545 |
!*** ./node_modules/lodash/_baseIsNative.js ***!
|
26546 |
\**********************************************/
|
@@ -26549,7 +26636,7 @@ module.exports = stackSet;
|
|
26549 |
/***/ (function(module, exports, __webpack_require__) {
|
26550 |
|
26551 |
var isFunction = __webpack_require__(/*! ./isFunction */ 144),
|
26552 |
-
isMasked = __webpack_require__(/*! ./_isMasked */
|
26553 |
isObject = __webpack_require__(/*! ./isObject */ 12),
|
26554 |
toSource = __webpack_require__(/*! ./_toSource */ 146);
|
26555 |
|
@@ -26598,7 +26685,7 @@ module.exports = baseIsNative;
|
|
26598 |
|
26599 |
|
26600 |
/***/ }),
|
26601 |
-
/*
|
26602 |
/*!*******************************************!*\
|
26603 |
!*** ./node_modules/lodash/_getRawTag.js ***!
|
26604 |
\*******************************************/
|
@@ -26655,7 +26742,7 @@ module.exports = getRawTag;
|
|
26655 |
|
26656 |
|
26657 |
/***/ }),
|
26658 |
-
/*
|
26659 |
/*!************************************************!*\
|
26660 |
!*** ./node_modules/lodash/_objectToString.js ***!
|
26661 |
\************************************************/
|
@@ -26688,7 +26775,7 @@ module.exports = objectToString;
|
|
26688 |
|
26689 |
|
26690 |
/***/ }),
|
26691 |
-
/*
|
26692 |
/*!******************************************!*\
|
26693 |
!*** ./node_modules/lodash/_isMasked.js ***!
|
26694 |
\******************************************/
|
@@ -26696,7 +26783,7 @@ module.exports = objectToString;
|
|
26696 |
/*! all exports used */
|
26697 |
/***/ (function(module, exports, __webpack_require__) {
|
26698 |
|
26699 |
-
var coreJsData = __webpack_require__(/*! ./_coreJsData */
|
26700 |
|
26701 |
/** Used to detect methods masquerading as native. */
|
26702 |
var maskSrcKey = (function() {
|
@@ -26719,7 +26806,7 @@ module.exports = isMasked;
|
|
26719 |
|
26720 |
|
26721 |
/***/ }),
|
26722 |
-
/*
|
26723 |
/*!********************************************!*\
|
26724 |
!*** ./node_modules/lodash/_coreJsData.js ***!
|
26725 |
\********************************************/
|
@@ -26736,7 +26823,7 @@ module.exports = coreJsData;
|
|
26736 |
|
26737 |
|
26738 |
/***/ }),
|
26739 |
-
/*
|
26740 |
/*!******************************************!*\
|
26741 |
!*** ./node_modules/lodash/_getValue.js ***!
|
26742 |
\******************************************/
|
@@ -26760,7 +26847,7 @@ module.exports = getValue;
|
|
26760 |
|
26761 |
|
26762 |
/***/ }),
|
26763 |
-
/*
|
26764 |
/*!***********************************************!*\
|
26765 |
!*** ./node_modules/lodash/_mapCacheClear.js ***!
|
26766 |
\***********************************************/
|
@@ -26768,7 +26855,7 @@ module.exports = getValue;
|
|
26768 |
/*! all exports used */
|
26769 |
/***/ (function(module, exports, __webpack_require__) {
|
26770 |
|
26771 |
-
var Hash = __webpack_require__(/*! ./_Hash */
|
26772 |
ListCache = __webpack_require__(/*! ./_ListCache */ 45),
|
26773 |
Map = __webpack_require__(/*! ./_Map */ 73);
|
26774 |
|
@@ -26792,7 +26879,7 @@ module.exports = mapCacheClear;
|
|
26792 |
|
26793 |
|
26794 |
/***/ }),
|
26795 |
-
/*
|
26796 |
/*!**************************************!*\
|
26797 |
!*** ./node_modules/lodash/_Hash.js ***!
|
26798 |
\**************************************/
|
@@ -26800,11 +26887,11 @@ module.exports = mapCacheClear;
|
|
26800 |
/*! all exports used */
|
26801 |
/***/ (function(module, exports, __webpack_require__) {
|
26802 |
|
26803 |
-
var hashClear = __webpack_require__(/*! ./_hashClear */
|
26804 |
-
hashDelete = __webpack_require__(/*! ./_hashDelete */
|
26805 |
-
hashGet = __webpack_require__(/*! ./_hashGet */
|
26806 |
-
hashHas = __webpack_require__(/*! ./_hashHas */
|
26807 |
-
hashSet = __webpack_require__(/*! ./_hashSet */
|
26808 |
|
26809 |
/**
|
26810 |
* Creates a hash object.
|
@@ -26835,7 +26922,7 @@ module.exports = Hash;
|
|
26835 |
|
26836 |
|
26837 |
/***/ }),
|
26838 |
-
/*
|
26839 |
/*!*******************************************!*\
|
26840 |
!*** ./node_modules/lodash/_hashClear.js ***!
|
26841 |
\*******************************************/
|
@@ -26861,7 +26948,7 @@ module.exports = hashClear;
|
|
26861 |
|
26862 |
|
26863 |
/***/ }),
|
26864 |
-
/*
|
26865 |
/*!********************************************!*\
|
26866 |
!*** ./node_modules/lodash/_hashDelete.js ***!
|
26867 |
\********************************************/
|
@@ -26889,7 +26976,7 @@ module.exports = hashDelete;
|
|
26889 |
|
26890 |
|
26891 |
/***/ }),
|
26892 |
-
/*
|
26893 |
/*!*****************************************!*\
|
26894 |
!*** ./node_modules/lodash/_hashGet.js ***!
|
26895 |
\*****************************************/
|
@@ -26930,7 +27017,7 @@ module.exports = hashGet;
|
|
26930 |
|
26931 |
|
26932 |
/***/ }),
|
26933 |
-
/*
|
26934 |
/*!*****************************************!*\
|
26935 |
!*** ./node_modules/lodash/_hashHas.js ***!
|
26936 |
\*****************************************/
|
@@ -26964,7 +27051,7 @@ module.exports = hashHas;
|
|
26964 |
|
26965 |
|
26966 |
/***/ }),
|
26967 |
-
/*
|
26968 |
/*!*****************************************!*\
|
26969 |
!*** ./node_modules/lodash/_hashSet.js ***!
|
26970 |
\*****************************************/
|
@@ -26998,7 +27085,7 @@ module.exports = hashSet;
|
|
26998 |
|
26999 |
|
27000 |
/***/ }),
|
27001 |
-
/*
|
27002 |
/*!************************************************!*\
|
27003 |
!*** ./node_modules/lodash/_mapCacheDelete.js ***!
|
27004 |
\************************************************/
|
@@ -27027,7 +27114,7 @@ module.exports = mapCacheDelete;
|
|
27027 |
|
27028 |
|
27029 |
/***/ }),
|
27030 |
-
/*
|
27031 |
/*!*******************************************!*\
|
27032 |
!*** ./node_modules/lodash/_isKeyable.js ***!
|
27033 |
\*******************************************/
|
@@ -27053,7 +27140,7 @@ module.exports = isKeyable;
|
|
27053 |
|
27054 |
|
27055 |
/***/ }),
|
27056 |
-
/*
|
27057 |
/*!*********************************************!*\
|
27058 |
!*** ./node_modules/lodash/_mapCacheGet.js ***!
|
27059 |
\*********************************************/
|
@@ -27080,7 +27167,7 @@ module.exports = mapCacheGet;
|
|
27080 |
|
27081 |
|
27082 |
/***/ }),
|
27083 |
-
/*
|
27084 |
/*!*********************************************!*\
|
27085 |
!*** ./node_modules/lodash/_mapCacheHas.js ***!
|
27086 |
\*********************************************/
|
@@ -27107,7 +27194,7 @@ module.exports = mapCacheHas;
|
|
27107 |
|
27108 |
|
27109 |
/***/ }),
|
27110 |
-
/*
|
27111 |
/*!*********************************************!*\
|
27112 |
!*** ./node_modules/lodash/_mapCacheSet.js ***!
|
27113 |
\*********************************************/
|
@@ -27140,7 +27227,7 @@ module.exports = mapCacheSet;
|
|
27140 |
|
27141 |
|
27142 |
/***/ }),
|
27143 |
-
/*
|
27144 |
/*!*************************************************!*\
|
27145 |
!*** ./node_modules/lodash/_baseIsEqualDeep.js ***!
|
27146 |
\*************************************************/
|
@@ -27150,8 +27237,8 @@ module.exports = mapCacheSet;
|
|
27150 |
|
27151 |
var Stack = __webpack_require__(/*! ./_Stack */ 72),
|
27152 |
equalArrays = __webpack_require__(/*! ./_equalArrays */ 148),
|
27153 |
-
equalByTag = __webpack_require__(/*! ./_equalByTag */
|
27154 |
-
equalObjects = __webpack_require__(/*! ./_equalObjects */
|
27155 |
getTag = __webpack_require__(/*! ./_getTag */ 54),
|
27156 |
isArray = __webpack_require__(/*! ./isArray */ 13),
|
27157 |
isBuffer = __webpack_require__(/*! ./isBuffer */ 79),
|
@@ -27234,7 +27321,7 @@ module.exports = baseIsEqualDeep;
|
|
27234 |
|
27235 |
|
27236 |
/***/ }),
|
27237 |
-
/*
|
27238 |
/*!******************************************!*\
|
27239 |
!*** ./node_modules/lodash/_SetCache.js ***!
|
27240 |
\******************************************/
|
@@ -27243,8 +27330,8 @@ module.exports = baseIsEqualDeep;
|
|
27243 |
/***/ (function(module, exports, __webpack_require__) {
|
27244 |
|
27245 |
var MapCache = __webpack_require__(/*! ./_MapCache */ 75),
|
27246 |
-
setCacheAdd = __webpack_require__(/*! ./_setCacheAdd */
|
27247 |
-
setCacheHas = __webpack_require__(/*! ./_setCacheHas */
|
27248 |
|
27249 |
/**
|
27250 |
*
|
@@ -27272,7 +27359,7 @@ module.exports = SetCache;
|
|
27272 |
|
27273 |
|
27274 |
/***/ }),
|
27275 |
-
/*
|
27276 |
/*!*********************************************!*\
|
27277 |
!*** ./node_modules/lodash/_setCacheAdd.js ***!
|
27278 |
\*********************************************/
|
@@ -27302,7 +27389,7 @@ module.exports = setCacheAdd;
|
|
27302 |
|
27303 |
|
27304 |
/***/ }),
|
27305 |
-
/*
|
27306 |
/*!*********************************************!*\
|
27307 |
!*** ./node_modules/lodash/_setCacheHas.js ***!
|
27308 |
\*********************************************/
|
@@ -27327,7 +27414,7 @@ module.exports = setCacheHas;
|
|
27327 |
|
27328 |
|
27329 |
/***/ }),
|
27330 |
-
/*
|
27331 |
/*!*******************************************!*\
|
27332 |
!*** ./node_modules/lodash/_arraySome.js ***!
|
27333 |
\*******************************************/
|
@@ -27361,7 +27448,7 @@ module.exports = arraySome;
|
|
27361 |
|
27362 |
|
27363 |
/***/ }),
|
27364 |
-
/*
|
27365 |
/*!******************************************!*\
|
27366 |
!*** ./node_modules/lodash/_cacheHas.js ***!
|
27367 |
\******************************************/
|
@@ -27385,7 +27472,7 @@ module.exports = cacheHas;
|
|
27385 |
|
27386 |
|
27387 |
/***/ }),
|
27388 |
-
/*
|
27389 |
/*!********************************************!*\
|
27390 |
!*** ./node_modules/lodash/_equalByTag.js ***!
|
27391 |
\********************************************/
|
@@ -27397,8 +27484,8 @@ var Symbol = __webpack_require__(/*! ./_Symbol */ 27),
|
|
27397 |
Uint8Array = __webpack_require__(/*! ./_Uint8Array */ 149),
|
27398 |
eq = __webpack_require__(/*! ./eq */ 47),
|
27399 |
equalArrays = __webpack_require__(/*! ./_equalArrays */ 148),
|
27400 |
-
mapToArray = __webpack_require__(/*! ./_mapToArray */
|
27401 |
-
setToArray = __webpack_require__(/*! ./_setToArray */
|
27402 |
|
27403 |
/** Used to compose bitmasks for value comparisons. */
|
27404 |
var COMPARE_PARTIAL_FLAG = 1,
|
@@ -27508,7 +27595,7 @@ module.exports = equalByTag;
|
|
27508 |
|
27509 |
|
27510 |
/***/ }),
|
27511 |
-
/*
|
27512 |
/*!********************************************!*\
|
27513 |
!*** ./node_modules/lodash/_mapToArray.js ***!
|
27514 |
\********************************************/
|
@@ -27537,7 +27624,7 @@ module.exports = mapToArray;
|
|
27537 |
|
27538 |
|
27539 |
/***/ }),
|
27540 |
-
/*
|
27541 |
/*!********************************************!*\
|
27542 |
!*** ./node_modules/lodash/_setToArray.js ***!
|
27543 |
\********************************************/
|
@@ -27566,7 +27653,7 @@ module.exports = setToArray;
|
|
27566 |
|
27567 |
|
27568 |
/***/ }),
|
27569 |
-
/*
|
27570 |
/*!**********************************************!*\
|
27571 |
!*** ./node_modules/lodash/_equalObjects.js ***!
|
27572 |
\**********************************************/
|
@@ -27666,7 +27753,7 @@ module.exports = equalObjects;
|
|
27666 |
|
27667 |
|
27668 |
/***/ }),
|
27669 |
-
/*
|
27670 |
/*!*********************************************!*\
|
27671 |
!*** ./node_modules/lodash/_arrayFilter.js ***!
|
27672 |
\*********************************************/
|
@@ -27702,7 +27789,7 @@ module.exports = arrayFilter;
|
|
27702 |
|
27703 |
|
27704 |
/***/ }),
|
27705 |
-
/*
|
27706 |
/*!*************************************************!*\
|
27707 |
!*** ./node_modules/lodash/_baseIsArguments.js ***!
|
27708 |
\*************************************************/
|
@@ -27731,7 +27818,7 @@ module.exports = baseIsArguments;
|
|
27731 |
|
27732 |
|
27733 |
/***/ }),
|
27734 |
-
/*
|
27735 |
/*!******************************************!*\
|
27736 |
!*** ./node_modules/lodash/stubFalse.js ***!
|
27737 |
\******************************************/
|
@@ -27760,7 +27847,7 @@ module.exports = stubFalse;
|
|
27760 |
|
27761 |
|
27762 |
/***/ }),
|
27763 |
-
/*
|
27764 |
/*!**************************************************!*\
|
27765 |
!*** ./node_modules/lodash/_baseIsTypedArray.js ***!
|
27766 |
\**************************************************/
|
@@ -27831,7 +27918,7 @@ module.exports = baseIsTypedArray;
|
|
27831 |
|
27832 |
|
27833 |
/***/ }),
|
27834 |
-
/*
|
27835 |
/*!******************************************!*\
|
27836 |
!*** ./node_modules/lodash/_baseKeys.js ***!
|
27837 |
\******************************************/
|
@@ -27840,7 +27927,7 @@ module.exports = baseIsTypedArray;
|
|
27840 |
/***/ (function(module, exports, __webpack_require__) {
|
27841 |
|
27842 |
var isPrototype = __webpack_require__(/*! ./_isPrototype */ 53),
|
27843 |
-
nativeKeys = __webpack_require__(/*! ./_nativeKeys */
|
27844 |
|
27845 |
/** Used for built-in method references. */
|
27846 |
var objectProto = Object.prototype;
|
@@ -27872,7 +27959,7 @@ module.exports = baseKeys;
|
|
27872 |
|
27873 |
|
27874 |
/***/ }),
|
27875 |
-
/*
|
27876 |
/*!********************************************!*\
|
27877 |
!*** ./node_modules/lodash/_nativeKeys.js ***!
|
27878 |
\********************************************/
|
@@ -27889,7 +27976,7 @@ module.exports = nativeKeys;
|
|
27889 |
|
27890 |
|
27891 |
/***/ }),
|
27892 |
-
/*
|
27893 |
/*!******************************************!*\
|
27894 |
!*** ./node_modules/lodash/_DataView.js ***!
|
27895 |
\******************************************/
|
@@ -27907,7 +27994,7 @@ module.exports = DataView;
|
|
27907 |
|
27908 |
|
27909 |
/***/ }),
|
27910 |
-
/*
|
27911 |
/*!*****************************************!*\
|
27912 |
!*** ./node_modules/lodash/_Promise.js ***!
|
27913 |
\*****************************************/
|
@@ -27925,7 +28012,7 @@ module.exports = Promise;
|
|
27925 |
|
27926 |
|
27927 |
/***/ }),
|
27928 |
-
/*
|
27929 |
/*!*************************************!*\
|
27930 |
!*** ./node_modules/lodash/_Set.js ***!
|
27931 |
\*************************************/
|
@@ -27943,7 +28030,7 @@ module.exports = Set;
|
|
27943 |
|
27944 |
|
27945 |
/***/ }),
|
27946 |
-
/*
|
27947 |
/*!*****************************************!*\
|
27948 |
!*** ./node_modules/lodash/_WeakMap.js ***!
|
27949 |
\*****************************************/
|
@@ -27961,7 +28048,7 @@ module.exports = WeakMap;
|
|
27961 |
|
27962 |
|
27963 |
/***/ }),
|
27964 |
-
/*
|
27965 |
/*!**********************************************!*\
|
27966 |
!*** ./node_modules/lodash/_getMatchData.js ***!
|
27967 |
\**********************************************/
|
@@ -27996,7 +28083,7 @@ module.exports = getMatchData;
|
|
27996 |
|
27997 |
|
27998 |
/***/ }),
|
27999 |
-
/*
|
28000 |
/*!*****************************************************!*\
|
28001 |
!*** ./node_modules/lodash/_baseMatchesProperty.js ***!
|
28002 |
\*****************************************************/
|
@@ -28006,7 +28093,7 @@ module.exports = getMatchData;
|
|
28006 |
|
28007 |
var baseIsEqual = __webpack_require__(/*! ./_baseIsEqual */ 147),
|
28008 |
get = __webpack_require__(/*! ./get */ 159),
|
28009 |
-
hasIn = __webpack_require__(/*! ./hasIn */
|
28010 |
isKey = __webpack_require__(/*! ./_isKey */ 82),
|
28011 |
isStrictComparable = __webpack_require__(/*! ./_isStrictComparable */ 157),
|
28012 |
matchesStrictComparable = __webpack_require__(/*! ./_matchesStrictComparable */ 158),
|
@@ -28040,7 +28127,7 @@ module.exports = baseMatchesProperty;
|
|
28040 |
|
28041 |
|
28042 |
/***/ }),
|
28043 |
-
/*
|
28044 |
/*!**********************************************!*\
|
28045 |
!*** ./node_modules/lodash/_stringToPath.js ***!
|
28046 |
\**********************************************/
|
@@ -28048,7 +28135,7 @@ module.exports = baseMatchesProperty;
|
|
28048 |
/*! all exports used */
|
28049 |
/***/ (function(module, exports, __webpack_require__) {
|
28050 |
|
28051 |
-
var memoizeCapped = __webpack_require__(/*! ./_memoizeCapped */
|
28052 |
|
28053 |
/** Used to match property names within property paths. */
|
28054 |
var rePropName = /[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g;
|
@@ -28078,7 +28165,7 @@ module.exports = stringToPath;
|
|
28078 |
|
28079 |
|
28080 |
/***/ }),
|
28081 |
-
/*
|
28082 |
/*!***********************************************!*\
|
28083 |
!*** ./node_modules/lodash/_memoizeCapped.js ***!
|
28084 |
\***********************************************/
|
@@ -28086,7 +28173,7 @@ module.exports = stringToPath;
|
|
28086 |
/*! all exports used */
|
28087 |
/***/ (function(module, exports, __webpack_require__) {
|
28088 |
|
28089 |
-
var memoize = __webpack_require__(/*! ./memoize */
|
28090 |
|
28091 |
/** Used as the maximum memoize cache size. */
|
28092 |
var MAX_MEMOIZE_SIZE = 500;
|
@@ -28115,7 +28202,7 @@ module.exports = memoizeCapped;
|
|
28115 |
|
28116 |
|
28117 |
/***/ }),
|
28118 |
-
/*
|
28119 |
/*!****************************************!*\
|
28120 |
!*** ./node_modules/lodash/memoize.js ***!
|
28121 |
\****************************************/
|
@@ -28199,7 +28286,7 @@ module.exports = memoize;
|
|
28199 |
|
28200 |
|
28201 |
/***/ }),
|
28202 |
-
/*
|
28203 |
/*!**************************************!*\
|
28204 |
!*** ./node_modules/lodash/hasIn.js ***!
|
28205 |
\**************************************/
|
@@ -28207,8 +28294,8 @@ module.exports = memoize;
|
|
28207 |
/*! all exports used */
|
28208 |
/***/ (function(module, exports, __webpack_require__) {
|
28209 |
|
28210 |
-
var baseHasIn = __webpack_require__(/*! ./_baseHasIn */
|
28211 |
-
hasPath = __webpack_require__(/*! ./_hasPath */
|
28212 |
|
28213 |
/**
|
28214 |
* Checks if `path` is a direct or inherited property of `object`.
|
@@ -28244,7 +28331,7 @@ module.exports = hasIn;
|
|
28244 |
|
28245 |
|
28246 |
/***/ }),
|
28247 |
-
/*
|
28248 |
/*!*******************************************!*\
|
28249 |
!*** ./node_modules/lodash/_baseHasIn.js ***!
|
28250 |
\*******************************************/
|
@@ -28268,7 +28355,7 @@ module.exports = baseHasIn;
|
|
28268 |
|
28269 |
|
28270 |
/***/ }),
|
28271 |
-
/*
|
28272 |
/*!*****************************************!*\
|
28273 |
!*** ./node_modules/lodash/_hasPath.js ***!
|
28274 |
\*****************************************/
|
@@ -28318,7 +28405,7 @@ module.exports = hasPath;
|
|
28318 |
|
28319 |
|
28320 |
/***/ }),
|
28321 |
-
/*
|
28322 |
/*!*****************************************!*\
|
28323 |
!*** ./node_modules/lodash/property.js ***!
|
28324 |
\*****************************************/
|
@@ -28327,7 +28414,7 @@ module.exports = hasPath;
|
|
28327 |
/***/ (function(module, exports, __webpack_require__) {
|
28328 |
|
28329 |
var baseProperty = __webpack_require__(/*! ./_baseProperty */ 162),
|
28330 |
-
basePropertyDeep = __webpack_require__(/*! ./_basePropertyDeep */
|
28331 |
isKey = __webpack_require__(/*! ./_isKey */ 82),
|
28332 |
toKey = __webpack_require__(/*! ./_toKey */ 31);
|
28333 |
|
@@ -28361,7 +28448,7 @@ module.exports = property;
|
|
28361 |
|
28362 |
|
28363 |
/***/ }),
|
28364 |
-
/*
|
28365 |
/*!**************************************************!*\
|
28366 |
!*** ./node_modules/lodash/_basePropertyDeep.js ***!
|
28367 |
\**************************************************/
|
@@ -28388,7 +28475,7 @@ module.exports = basePropertyDeep;
|
|
28388 |
|
28389 |
|
28390 |
/***/ }),
|
28391 |
-
/*
|
28392 |
/*!*****************************************!*\
|
28393 |
!*** ./node_modules/lodash/_baseMap.js ***!
|
28394 |
\*****************************************/
|
@@ -28396,7 +28483,7 @@ module.exports = basePropertyDeep;
|
|
28396 |
/*! all exports used */
|
28397 |
/***/ (function(module, exports, __webpack_require__) {
|
28398 |
|
28399 |
-
var baseEach = __webpack_require__(/*! ./_baseEach */
|
28400 |
isArrayLike = __webpack_require__(/*! ./isArrayLike */ 29);
|
28401 |
|
28402 |
/**
|
@@ -28421,7 +28508,7 @@ module.exports = baseMap;
|
|
28421 |
|
28422 |
|
28423 |
/***/ }),
|
28424 |
-
/*
|
28425 |
/*!******************************************!*\
|
28426 |
!*** ./node_modules/lodash/_baseEach.js ***!
|
28427 |
\******************************************/
|
@@ -28429,8 +28516,8 @@ module.exports = baseMap;
|
|
28429 |
/*! all exports used */
|
28430 |
/***/ (function(module, exports, __webpack_require__) {
|
28431 |
|
28432 |
-
var baseForOwn = __webpack_require__(/*! ./_baseForOwn */
|
28433 |
-
createBaseEach = __webpack_require__(/*! ./_createBaseEach */
|
28434 |
|
28435 |
/**
|
28436 |
* The base implementation of `_.forEach` without support for iteratee shorthands.
|
@@ -28446,7 +28533,7 @@ module.exports = baseEach;
|
|
28446 |
|
28447 |
|
28448 |
/***/ }),
|
28449 |
-
/*
|
28450 |
/*!********************************************!*\
|
28451 |
!*** ./node_modules/lodash/_baseForOwn.js ***!
|
28452 |
\********************************************/
|
@@ -28454,7 +28541,7 @@ module.exports = baseEach;
|
|
28454 |
/*! all exports used */
|
28455 |
/***/ (function(module, exports, __webpack_require__) {
|
28456 |
|
28457 |
-
var baseFor = __webpack_require__(/*! ./_baseFor */
|
28458 |
keys = __webpack_require__(/*! ./keys */ 28);
|
28459 |
|
28460 |
/**
|
@@ -28473,7 +28560,7 @@ module.exports = baseForOwn;
|
|
28473 |
|
28474 |
|
28475 |
/***/ }),
|
28476 |
-
/*
|
28477 |
/*!*****************************************!*\
|
28478 |
!*** ./node_modules/lodash/_baseFor.js ***!
|
28479 |
\*****************************************/
|
@@ -28481,7 +28568,7 @@ module.exports = baseForOwn;
|
|
28481 |
/*! all exports used */
|
28482 |
/***/ (function(module, exports, __webpack_require__) {
|
28483 |
|
28484 |
-
var createBaseFor = __webpack_require__(/*! ./_createBaseFor */
|
28485 |
|
28486 |
/**
|
28487 |
* The base implementation of `baseForOwn` which iterates over `object`
|
@@ -28500,7 +28587,7 @@ module.exports = baseFor;
|
|
28500 |
|
28501 |
|
28502 |
/***/ }),
|
28503 |
-
/*
|
28504 |
/*!***********************************************!*\
|
28505 |
!*** ./node_modules/lodash/_createBaseFor.js ***!
|
28506 |
\***********************************************/
|
@@ -28536,7 +28623,7 @@ module.exports = createBaseFor;
|
|
28536 |
|
28537 |
|
28538 |
/***/ }),
|
28539 |
-
/*
|
28540 |
/*!************************************************!*\
|
28541 |
!*** ./node_modules/lodash/_createBaseEach.js ***!
|
28542 |
\************************************************/
|
@@ -28579,7 +28666,7 @@ module.exports = createBaseEach;
|
|
28579 |
|
28580 |
|
28581 |
/***/ }),
|
28582 |
-
/*
|
28583 |
/*!********************************************!*\
|
28584 |
!*** ./src/components/typography/fonts.js ***!
|
28585 |
\********************************************/
|
@@ -29484,7 +29571,7 @@ fonts["Zilla Slab Highlight"] = { "v": ["regular", "700"], "subset": ["latin-ext
|
|
29484 |
/* harmony default export */ __webpack_exports__["a"] = (fonts);
|
29485 |
|
29486 |
/***/ }),
|
29487 |
-
/*
|
29488 |
/*!********************************************************************!*\
|
29489 |
!*** ./node_modules/react-select/dist/react-select.browser.esm.js ***!
|
29490 |
\********************************************************************/
|
@@ -29494,19 +29581,19 @@ fonts["Zilla Slab Highlight"] = { "v": ["regular", "700"], "subset": ["latin-ext
|
|
29494 |
|
29495 |
"use strict";
|
29496 |
/* unused harmony export NonceProvider */
|
29497 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_objectWithoutProperties__ = __webpack_require__(/*! @babel/runtime/helpers/objectWithoutProperties */
|
29498 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_objectWithoutProperties___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_objectWithoutProperties__);
|
29499 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__babel_runtime_helpers_extends__ = __webpack_require__(/*! @babel/runtime/helpers/extends */
|
29500 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__babel_runtime_helpers_extends___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1__babel_runtime_helpers_extends__);
|
29501 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__babel_runtime_helpers_slicedToArray__ = __webpack_require__(/*! @babel/runtime/helpers/slicedToArray */
|
29502 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__babel_runtime_helpers_slicedToArray___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_2__babel_runtime_helpers_slicedToArray__);
|
29503 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__babel_runtime_helpers_toConsumableArray__ = __webpack_require__(/*! @babel/runtime/helpers/toConsumableArray */
|
29504 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__babel_runtime_helpers_toConsumableArray___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_3__babel_runtime_helpers_toConsumableArray__);
|
29505 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__babel_runtime_helpers_defineProperty__ = __webpack_require__(/*! @babel/runtime/helpers/defineProperty */
|
29506 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__babel_runtime_helpers_defineProperty___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_4__babel_runtime_helpers_defineProperty__);
|
29507 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__babel_runtime_helpers_esm_classCallCheck__ = __webpack_require__(/*! @babel/runtime/helpers/esm/classCallCheck */ 58);
|
29508 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__babel_runtime_helpers_esm_createClass__ = __webpack_require__(/*! @babel/runtime/helpers/esm/createClass */ 59);
|
29509 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__babel_runtime_helpers_assertThisInitialized__ = __webpack_require__(/*! @babel/runtime/helpers/assertThisInitialized */
|
29510 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__babel_runtime_helpers_assertThisInitialized___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_7__babel_runtime_helpers_assertThisInitialized__);
|
29511 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__babel_runtime_helpers_esm_inherits__ = __webpack_require__(/*! @babel/runtime/helpers/esm/inherits */ 60);
|
29512 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_9__babel_runtime_helpers_esm_possibleConstructorReturn__ = __webpack_require__(/*! @babel/runtime/helpers/esm/possibleConstructorReturn */ 61);
|
@@ -29517,7 +29604,7 @@ fonts["Zilla Slab Highlight"] = { "v": ["regular", "700"], "subset": ["latin-ext
|
|
29517 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_13__emotion_core__ = __webpack_require__(/*! @emotion/core */ 85);
|
29518 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_14_react_dom__ = __webpack_require__(/*! react-dom */ 33);
|
29519 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_14_react_dom___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_14_react_dom__);
|
29520 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_15__babel_runtime_helpers_typeof__ = __webpack_require__(/*! @babel/runtime/helpers/typeof */
|
29521 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_15__babel_runtime_helpers_typeof___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_15__babel_runtime_helpers_typeof__);
|
29522 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_16__index_4b37608a_browser_esm_js__ = __webpack_require__(/*! ./index-4b37608a.browser.esm.js */ 172);
|
29523 |
/* unused harmony reexport components */
|
@@ -29526,11 +29613,11 @@ fonts["Zilla Slab Highlight"] = { "v": ["regular", "700"], "subset": ["latin-ext
|
|
29526 |
/* unused harmony reexport defaultTheme */
|
29527 |
/* unused harmony reexport mergeStyles */
|
29528 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_18__emotion_css__ = __webpack_require__(/*! @emotion/css */ 41);
|
29529 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_19__babel_runtime_helpers_taggedTemplateLiteral__ = __webpack_require__(/*! @babel/runtime/helpers/taggedTemplateLiteral */
|
29530 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_19__babel_runtime_helpers_taggedTemplateLiteral___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_19__babel_runtime_helpers_taggedTemplateLiteral__);
|
29531 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_20_react_input_autosize__ = __webpack_require__(/*! react-input-autosize */ 174);
|
29532 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_20_react_input_autosize___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_20_react_input_autosize__);
|
29533 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_21__stateManager_2f2b6f5b_browser_esm_js__ = __webpack_require__(/*! ./stateManager-2f2b6f5b.browser.esm.js */
|
29534 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_22__emotion_cache__ = __webpack_require__(/*! @emotion/cache */ 86);
|
29535 |
|
29536 |
|
@@ -29603,14 +29690,14 @@ var index = Object(__WEBPACK_IMPORTED_MODULE_21__stateManager_2f2b6f5b_browser_e
|
|
29603 |
|
29604 |
|
29605 |
/***/ }),
|
29606 |
-
/*
|
29607 |
/*!**************************************************************************************************!*\
|
29608 |
!*** ./node_modules/react-select/node_modules/@babel/runtime/helpers/objectWithoutProperties.js ***!
|
29609 |
\**************************************************************************************************/
|
29610 |
/*! dynamic exports provided */
|
29611 |
/***/ (function(module, exports, __webpack_require__) {
|
29612 |
|
29613 |
-
var objectWithoutPropertiesLoose = __webpack_require__(/*! ./objectWithoutPropertiesLoose */
|
29614 |
|
29615 |
function _objectWithoutProperties(source, excluded) {
|
29616 |
if (source == null) return {};
|
@@ -29634,7 +29721,7 @@ function _objectWithoutProperties(source, excluded) {
|
|
29634 |
module.exports = _objectWithoutProperties;
|
29635 |
|
29636 |
/***/ }),
|
29637 |
-
/*
|
29638 |
/*!*******************************************************************************************************!*\
|
29639 |
!*** ./node_modules/react-select/node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js ***!
|
29640 |
\*******************************************************************************************************/
|
@@ -29660,7 +29747,7 @@ function _objectWithoutPropertiesLoose(source, excluded) {
|
|
29660 |
module.exports = _objectWithoutPropertiesLoose;
|
29661 |
|
29662 |
/***/ }),
|
29663 |
-
/*
|
29664 |
/*!**********************************************************************************!*\
|
29665 |
!*** ./node_modules/react-select/node_modules/@babel/runtime/helpers/extends.js ***!
|
29666 |
\**********************************************************************************/
|
@@ -29688,20 +29775,20 @@ function _extends() {
|
|
29688 |
module.exports = _extends;
|
29689 |
|
29690 |
/***/ }),
|
29691 |
-
/*
|
29692 |
/*!****************************************************************************************!*\
|
29693 |
!*** ./node_modules/react-select/node_modules/@babel/runtime/helpers/slicedToArray.js ***!
|
29694 |
\****************************************************************************************/
|
29695 |
/*! dynamic exports provided */
|
29696 |
/***/ (function(module, exports, __webpack_require__) {
|
29697 |
|
29698 |
-
var arrayWithHoles = __webpack_require__(/*! ./arrayWithHoles */
|
29699 |
|
29700 |
-
var iterableToArrayLimit = __webpack_require__(/*! ./iterableToArrayLimit */
|
29701 |
|
29702 |
var unsupportedIterableToArray = __webpack_require__(/*! ./unsupportedIterableToArray */ 163);
|
29703 |
|
29704 |
-
var nonIterableRest = __webpack_require__(/*! ./nonIterableRest */
|
29705 |
|
29706 |
function _slicedToArray(arr, i) {
|
29707 |
return arrayWithHoles(arr) || iterableToArrayLimit(arr, i) || unsupportedIterableToArray(arr, i) || nonIterableRest();
|
@@ -29710,7 +29797,7 @@ function _slicedToArray(arr, i) {
|
|
29710 |
module.exports = _slicedToArray;
|
29711 |
|
29712 |
/***/ }),
|
29713 |
-
/*
|
29714 |
/*!*****************************************************************************************!*\
|
29715 |
!*** ./node_modules/react-select/node_modules/@babel/runtime/helpers/arrayWithHoles.js ***!
|
29716 |
\*****************************************************************************************/
|
@@ -29725,7 +29812,7 @@ function _arrayWithHoles(arr) {
|
|
29725 |
module.exports = _arrayWithHoles;
|
29726 |
|
29727 |
/***/ }),
|
29728 |
-
/*
|
29729 |
/*!***********************************************************************************************!*\
|
29730 |
!*** ./node_modules/react-select/node_modules/@babel/runtime/helpers/iterableToArrayLimit.js ***!
|
29731 |
\***********************************************************************************************/
|
@@ -29763,7 +29850,7 @@ function _iterableToArrayLimit(arr, i) {
|
|
29763 |
module.exports = _iterableToArrayLimit;
|
29764 |
|
29765 |
/***/ }),
|
29766 |
-
/*
|
29767 |
/*!******************************************************************************************!*\
|
29768 |
!*** ./node_modules/react-select/node_modules/@babel/runtime/helpers/nonIterableRest.js ***!
|
29769 |
\******************************************************************************************/
|
@@ -29778,20 +29865,20 @@ function _nonIterableRest() {
|
|
29778 |
module.exports = _nonIterableRest;
|
29779 |
|
29780 |
/***/ }),
|
29781 |
-
/*
|
29782 |
/*!********************************************************************************************!*\
|
29783 |
!*** ./node_modules/react-select/node_modules/@babel/runtime/helpers/toConsumableArray.js ***!
|
29784 |
\********************************************************************************************/
|
29785 |
/*! dynamic exports provided */
|
29786 |
/***/ (function(module, exports, __webpack_require__) {
|
29787 |
|
29788 |
-
var arrayWithoutHoles = __webpack_require__(/*! ./arrayWithoutHoles */
|
29789 |
|
29790 |
-
var iterableToArray = __webpack_require__(/*! ./iterableToArray */
|
29791 |
|
29792 |
var unsupportedIterableToArray = __webpack_require__(/*! ./unsupportedIterableToArray */ 163);
|
29793 |
|
29794 |
-
var nonIterableSpread = __webpack_require__(/*! ./nonIterableSpread */
|
29795 |
|
29796 |
function _toConsumableArray(arr) {
|
29797 |
return arrayWithoutHoles(arr) || iterableToArray(arr) || unsupportedIterableToArray(arr) || nonIterableSpread();
|
@@ -29800,7 +29887,7 @@ function _toConsumableArray(arr) {
|
|
29800 |
module.exports = _toConsumableArray;
|
29801 |
|
29802 |
/***/ }),
|
29803 |
-
/*
|
29804 |
/*!********************************************************************************************!*\
|
29805 |
!*** ./node_modules/react-select/node_modules/@babel/runtime/helpers/arrayWithoutHoles.js ***!
|
29806 |
\********************************************************************************************/
|
@@ -29817,7 +29904,7 @@ function _arrayWithoutHoles(arr) {
|
|
29817 |
module.exports = _arrayWithoutHoles;
|
29818 |
|
29819 |
/***/ }),
|
29820 |
-
/*
|
29821 |
/*!******************************************************************************************!*\
|
29822 |
!*** ./node_modules/react-select/node_modules/@babel/runtime/helpers/iterableToArray.js ***!
|
29823 |
\******************************************************************************************/
|
@@ -29832,7 +29919,7 @@ function _iterableToArray(iter) {
|
|
29832 |
module.exports = _iterableToArray;
|
29833 |
|
29834 |
/***/ }),
|
29835 |
-
/*
|
29836 |
/*!********************************************************************************************!*\
|
29837 |
!*** ./node_modules/react-select/node_modules/@babel/runtime/helpers/nonIterableSpread.js ***!
|
29838 |
\********************************************************************************************/
|
@@ -29847,7 +29934,7 @@ function _nonIterableSpread() {
|
|
29847 |
module.exports = _nonIterableSpread;
|
29848 |
|
29849 |
/***/ }),
|
29850 |
-
/*
|
29851 |
/*!*****************************************************************************************!*\
|
29852 |
!*** ./node_modules/react-select/node_modules/@babel/runtime/helpers/defineProperty.js ***!
|
29853 |
\*****************************************************************************************/
|
@@ -29872,7 +29959,7 @@ function _defineProperty(obj, key, value) {
|
|
29872 |
module.exports = _defineProperty;
|
29873 |
|
29874 |
/***/ }),
|
29875 |
-
/*
|
29876 |
/*!************************************************************************************************!*\
|
29877 |
!*** ./node_modules/react-select/node_modules/@babel/runtime/helpers/assertThisInitialized.js ***!
|
29878 |
\************************************************************************************************/
|
@@ -29890,7 +29977,7 @@ function _assertThisInitialized(self) {
|
|
29890 |
module.exports = _assertThisInitialized;
|
29891 |
|
29892 |
/***/ }),
|
29893 |
-
/*
|
29894 |
/*!*********************************************************************************************!*\
|
29895 |
!*** ./node_modules/react-select/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js ***!
|
29896 |
\*********************************************************************************************/
|
@@ -29910,7 +29997,7 @@ function _setPrototypeOf(o, p) {
|
|
29910 |
}
|
29911 |
|
29912 |
/***/ }),
|
29913 |
-
/*
|
29914 |
/*!********************************************************!*\
|
29915 |
!*** ./node_modules/react/cjs/react.production.min.js ***!
|
29916 |
\********************************************************/
|
@@ -29947,7 +30034,7 @@ exports.useLayoutEffect=function(a,b){return Z().useLayoutEffect(a,b)};exports.u
|
|
29947 |
|
29948 |
|
29949 |
/***/ }),
|
29950 |
-
/*
|
29951 |
/*!*****************************************************!*\
|
29952 |
!*** ./node_modules/react/cjs/react.development.js ***!
|
29953 |
\*****************************************************/
|
@@ -31872,7 +31959,7 @@ exports.version = ReactVersion;
|
|
31872 |
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(/*! ./../../process/browser.js */ 6)))
|
31873 |
|
31874 |
/***/ }),
|
31875 |
-
/*
|
31876 |
/*!*********************************************************************************************!*\
|
31877 |
!*** ./node_modules/@emotion/core/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js ***!
|
31878 |
\*********************************************************************************************/
|
@@ -31889,7 +31976,7 @@ function _inheritsLoose(subClass, superClass) {
|
|
31889 |
}
|
31890 |
|
31891 |
/***/ }),
|
31892 |
-
/*
|
31893 |
/*!*****************************************************************!*\
|
31894 |
!*** ./node_modules/@emotion/stylis/dist/stylis.browser.esm.js ***!
|
31895 |
\*****************************************************************/
|
@@ -32516,7 +32603,7 @@ function stylis_min (W) {
|
|
32516 |
|
32517 |
|
32518 |
/***/ }),
|
32519 |
-
/*
|
32520 |
/*!*****************************************************************************!*\
|
32521 |
!*** ./node_modules/@emotion/weak-memoize/dist/weak-memoize.browser.esm.js ***!
|
32522 |
\*****************************************************************************/
|
@@ -32543,7 +32630,7 @@ var weakMemoize = function weakMemoize(func) {
|
|
32543 |
|
32544 |
|
32545 |
/***/ }),
|
32546 |
-
/*
|
32547 |
/*!*****************************************************************************************!*\
|
32548 |
!*** ./node_modules/@emotion/core/node_modules/@babel/runtime/helpers/inheritsLoose.js ***!
|
32549 |
\*****************************************************************************************/
|
@@ -32559,7 +32646,7 @@ function _inheritsLoose(subClass, superClass) {
|
|
32559 |
module.exports = _inheritsLoose;
|
32560 |
|
32561 |
/***/ }),
|
32562 |
-
/*
|
32563 |
/*!*************************************************************!*\
|
32564 |
!*** ./node_modules/@emotion/hash/dist/hash.browser.esm.js ***!
|
32565 |
\*************************************************************/
|
@@ -32626,7 +32713,7 @@ function murmur2(str) {
|
|
32626 |
|
32627 |
|
32628 |
/***/ }),
|
32629 |
-
/*
|
32630 |
/*!*********************************************************************!*\
|
32631 |
!*** ./node_modules/@emotion/unitless/dist/unitless.browser.esm.js ***!
|
32632 |
\*********************************************************************/
|
@@ -32688,7 +32775,7 @@ var unitlessKeys = {
|
|
32688 |
|
32689 |
|
32690 |
/***/ }),
|
32691 |
-
/*
|
32692 |
/*!*******************************************************************!*\
|
32693 |
!*** ./node_modules/@emotion/memoize/dist/memoize.browser.esm.js ***!
|
32694 |
\*******************************************************************/
|
@@ -32709,7 +32796,7 @@ function memoize(fn) {
|
|
32709 |
|
32710 |
|
32711 |
/***/ }),
|
32712 |
-
/*
|
32713 |
/*!****************************************************************!*\
|
32714 |
!*** ./node_modules/react-dom/cjs/react-dom.production.min.js ***!
|
32715 |
\****************************************************************/
|
@@ -33013,7 +33100,7 @@ exports.unstable_renderSubtreeIntoContainer=function(a,b,c,d){if(!gk(c))throw Er
|
|
33013 |
|
33014 |
|
33015 |
/***/ }),
|
33016 |
-
/*
|
33017 |
/*!****************************************************************!*\
|
33018 |
!*** ./node_modules/scheduler/cjs/scheduler.production.min.js ***!
|
33019 |
\****************************************************************/
|
@@ -33046,7 +33133,7 @@ exports.unstable_shouldYield=function(){var a=exports.unstable_now();V(a);var b=
|
|
33046 |
|
33047 |
|
33048 |
/***/ }),
|
33049 |
-
/*
|
33050 |
/*!*************************************************************!*\
|
33051 |
!*** ./node_modules/scheduler/cjs/scheduler.development.js ***!
|
33052 |
\*************************************************************/
|
@@ -33917,7 +34004,7 @@ exports.unstable_wrapCallback = unstable_wrapCallback;
|
|
33917 |
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(/*! ./../../process/browser.js */ 6)))
|
33918 |
|
33919 |
/***/ }),
|
33920 |
-
/*
|
33921 |
/*!*************************************************************!*\
|
33922 |
!*** ./node_modules/react-dom/cjs/react-dom.development.js ***!
|
33923 |
\*************************************************************/
|
@@ -33947,7 +34034,7 @@ var React = __webpack_require__(/*! react */ 5);
|
|
33947 |
var _assign = __webpack_require__(/*! object-assign */ 32);
|
33948 |
var Scheduler = __webpack_require__(/*! scheduler */ 171);
|
33949 |
var checkPropTypes = __webpack_require__(/*! prop-types/checkPropTypes */ 83);
|
33950 |
-
var tracing = __webpack_require__(/*! scheduler/tracing */
|
33951 |
|
33952 |
var ReactSharedInternals = React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED; // Prevent newer renderers from RTE when used with older react package versions.
|
33953 |
// Current owner and dispatcher used to share the same ref,
|
@@ -58942,7 +59029,7 @@ exports.version = ReactVersion;
|
|
58942 |
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(/*! ./../../process/browser.js */ 6)))
|
58943 |
|
58944 |
/***/ }),
|
58945 |
-
/*
|
58946 |
/*!*******************************************!*\
|
58947 |
!*** ./node_modules/scheduler/tracing.js ***!
|
58948 |
\*******************************************/
|
@@ -58954,15 +59041,15 @@ exports.version = ReactVersion;
|
|
58954 |
/* WEBPACK VAR INJECTION */(function(process) {
|
58955 |
|
58956 |
if (process.env.NODE_ENV === 'production') {
|
58957 |
-
module.exports = __webpack_require__(/*! ./cjs/scheduler-tracing.production.min.js */
|
58958 |
} else {
|
58959 |
-
module.exports = __webpack_require__(/*! ./cjs/scheduler-tracing.development.js */
|
58960 |
}
|
58961 |
|
58962 |
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(/*! ./../process/browser.js */ 6)))
|
58963 |
|
58964 |
/***/ }),
|
58965 |
-
/*
|
58966 |
/*!************************************************************************!*\
|
58967 |
!*** ./node_modules/scheduler/cjs/scheduler-tracing.production.min.js ***!
|
58968 |
\************************************************************************/
|
@@ -58984,7 +59071,7 @@ var b=0;exports.__interactionsRef=null;exports.__subscriberRef=null;exports.unst
|
|
58984 |
|
58985 |
|
58986 |
/***/ }),
|
58987 |
-
/*
|
58988 |
/*!*********************************************************************!*\
|
58989 |
!*** ./node_modules/scheduler/cjs/scheduler-tracing.development.js ***!
|
58990 |
\*********************************************************************/
|
@@ -59346,7 +59433,7 @@ exports.unstable_wrap = unstable_wrap;
|
|
59346 |
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(/*! ./../../process/browser.js */ 6)))
|
59347 |
|
59348 |
/***/ }),
|
59349 |
-
/*
|
59350 |
/*!*********************************************************************************!*\
|
59351 |
!*** ./node_modules/react-select/node_modules/@babel/runtime/helpers/typeof.js ***!
|
59352 |
\*********************************************************************************/
|
@@ -59372,7 +59459,7 @@ function _typeof(obj) {
|
|
59372 |
module.exports = _typeof;
|
59373 |
|
59374 |
/***/ }),
|
59375 |
-
/*
|
59376 |
/*!***********************************************************************************************************!*\
|
59377 |
!*** ./node_modules/react-select/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js ***!
|
59378 |
\***********************************************************************************************************/
|
@@ -59398,7 +59485,7 @@ function _objectWithoutPropertiesLoose(source, excluded) {
|
|
59398 |
}
|
59399 |
|
59400 |
/***/ }),
|
59401 |
-
/*
|
59402 |
/*!****************************************************************************************************!*\
|
59403 |
!*** ./node_modules/react-select/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteral.js ***!
|
59404 |
\****************************************************************************************************/
|
@@ -59421,7 +59508,7 @@ function _taggedTemplateLiteral(strings, raw) {
|
|
59421 |
}
|
59422 |
|
59423 |
/***/ }),
|
59424 |
-
/*
|
59425 |
/*!**************************************************************!*\
|
59426 |
!*** ./node_modules/react-is/cjs/react-is.production.min.js ***!
|
59427 |
\**************************************************************/
|
@@ -59448,7 +59535,7 @@ exports.isSuspense=function(a){return t(a)===p};
|
|
59448 |
|
59449 |
|
59450 |
/***/ }),
|
59451 |
-
/*
|
59452 |
/*!***********************************************************!*\
|
59453 |
!*** ./node_modules/react-is/cjs/react-is.development.js ***!
|
59454 |
\***********************************************************/
|
@@ -59688,7 +59775,7 @@ exports.isSuspense = isSuspense;
|
|
59688 |
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(/*! ./../../process/browser.js */ 6)))
|
59689 |
|
59690 |
/***/ }),
|
59691 |
-
/*
|
59692 |
/*!************************************************************!*\
|
59693 |
!*** ./node_modules/prop-types/factoryWithTypeCheckers.js ***!
|
59694 |
\************************************************************/
|
@@ -60292,7 +60379,7 @@ module.exports = function(isValidElement, throwOnDirectAccess) {
|
|
60292 |
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(/*! ./../process/browser.js */ 6)))
|
60293 |
|
60294 |
/***/ }),
|
60295 |
-
/*
|
60296 |
/*!*************************************************************!*\
|
60297 |
!*** ./node_modules/prop-types/factoryWithThrowingShims.js ***!
|
60298 |
\*************************************************************/
|
@@ -60368,7 +60455,7 @@ module.exports = function() {
|
|
60368 |
|
60369 |
|
60370 |
/***/ }),
|
60371 |
-
/*
|
60372 |
/*!********************************************************************************************!*\
|
60373 |
!*** ./node_modules/react-select/node_modules/@babel/runtime/helpers/esm/slicedToArray.js ***!
|
60374 |
\********************************************************************************************/
|
@@ -60378,10 +60465,10 @@ module.exports = function() {
|
|
60378 |
|
60379 |
"use strict";
|
60380 |
/* harmony export (immutable) */ __webpack_exports__["a"] = _slicedToArray;
|
60381 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_esm_arrayWithHoles__ = __webpack_require__(/*! @babel/runtime/helpers/esm/arrayWithHoles */
|
60382 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__babel_runtime_helpers_esm_iterableToArrayLimit__ = __webpack_require__(/*! @babel/runtime/helpers/esm/iterableToArrayLimit */
|
60383 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__babel_runtime_helpers_esm_unsupportedIterableToArray__ = __webpack_require__(/*! @babel/runtime/helpers/esm/unsupportedIterableToArray */ 177);
|
60384 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__babel_runtime_helpers_esm_nonIterableRest__ = __webpack_require__(/*! @babel/runtime/helpers/esm/nonIterableRest */
|
60385 |
|
60386 |
|
60387 |
|
@@ -60391,7 +60478,7 @@ function _slicedToArray(arr, i) {
|
|
60391 |
}
|
60392 |
|
60393 |
/***/ }),
|
60394 |
-
/*
|
60395 |
/*!*********************************************************************************************!*\
|
60396 |
!*** ./node_modules/react-select/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js ***!
|
60397 |
\*********************************************************************************************/
|
@@ -60406,7 +60493,7 @@ function _arrayWithHoles(arr) {
|
|
60406 |
}
|
60407 |
|
60408 |
/***/ }),
|
60409 |
-
/*
|
60410 |
/*!***************************************************************************************************!*\
|
60411 |
!*** ./node_modules/react-select/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js ***!
|
60412 |
\***************************************************************************************************/
|
@@ -60444,7 +60531,7 @@ function _iterableToArrayLimit(arr, i) {
|
|
60444 |
}
|
60445 |
|
60446 |
/***/ }),
|
60447 |
-
/*
|
60448 |
/*!**********************************************************************************************!*\
|
60449 |
!*** ./node_modules/react-select/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js ***!
|
60450 |
\**********************************************************************************************/
|
@@ -60459,7 +60546,7 @@ function _nonIterableRest() {
|
|
60459 |
}
|
60460 |
|
60461 |
/***/ }),
|
60462 |
-
/*
|
60463 |
/*!************************************************************************************************!*\
|
60464 |
!*** ./node_modules/react-select/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js ***!
|
60465 |
\************************************************************************************************/
|
@@ -60469,10 +60556,10 @@ function _nonIterableRest() {
|
|
60469 |
|
60470 |
"use strict";
|
60471 |
/* harmony export (immutable) */ __webpack_exports__["a"] = _toConsumableArray;
|
60472 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_esm_arrayWithoutHoles__ = __webpack_require__(/*! @babel/runtime/helpers/esm/arrayWithoutHoles */
|
60473 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__babel_runtime_helpers_esm_iterableToArray__ = __webpack_require__(/*! @babel/runtime/helpers/esm/iterableToArray */
|
60474 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__babel_runtime_helpers_esm_unsupportedIterableToArray__ = __webpack_require__(/*! @babel/runtime/helpers/esm/unsupportedIterableToArray */ 177);
|
60475 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__babel_runtime_helpers_esm_nonIterableSpread__ = __webpack_require__(/*! @babel/runtime/helpers/esm/nonIterableSpread */
|
60476 |
|
60477 |
|
60478 |
|
@@ -60482,7 +60569,7 @@ function _toConsumableArray(arr) {
|
|
60482 |
}
|
60483 |
|
60484 |
/***/ }),
|
60485 |
-
/*
|
60486 |
/*!************************************************************************************************!*\
|
60487 |
!*** ./node_modules/react-select/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js ***!
|
60488 |
\************************************************************************************************/
|
@@ -60499,7 +60586,7 @@ function _arrayWithoutHoles(arr) {
|
|
60499 |
}
|
60500 |
|
60501 |
/***/ }),
|
60502 |
-
/*
|
60503 |
/*!**********************************************************************************************!*\
|
60504 |
!*** ./node_modules/react-select/node_modules/@babel/runtime/helpers/esm/iterableToArray.js ***!
|
60505 |
\**********************************************************************************************/
|
@@ -60514,7 +60601,7 @@ function _iterableToArray(iter) {
|
|
60514 |
}
|
60515 |
|
60516 |
/***/ }),
|
60517 |
-
/*
|
60518 |
/*!************************************************************************************************!*\
|
60519 |
!*** ./node_modules/react-select/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js ***!
|
60520 |
\************************************************************************************************/
|
@@ -60529,7 +60616,7 @@ function _nonIterableSpread() {
|
|
60529 |
}
|
60530 |
|
60531 |
/***/ }),
|
60532 |
-
/*
|
60533 |
/*!************************************************************************************************!*\
|
60534 |
!*** ./node_modules/react-select/node_modules/@babel/runtime/helpers/taggedTemplateLiteral.js ***!
|
60535 |
\************************************************************************************************/
|
@@ -60551,7 +60638,7 @@ function _taggedTemplateLiteral(strings, raw) {
|
|
60551 |
module.exports = _taggedTemplateLiteral;
|
60552 |
|
60553 |
/***/ }),
|
60554 |
-
/*
|
60555 |
/*!*****************************************************************************!*\
|
60556 |
!*** ./node_modules/react-select/dist/stateManager-2f2b6f5b.browser.esm.js ***!
|
60557 |
\*****************************************************************************/
|
@@ -60714,7 +60801,7 @@ var manageState = function manageState(SelectComponent) {
|
|
60714 |
|
60715 |
|
60716 |
/***/ }),
|
60717 |
-
/*
|
60718 |
/*!*******************************************************!*\
|
60719 |
!*** ./src/components/typography/range-typography.js ***!
|
60720 |
\*******************************************************/
|
@@ -60877,7 +60964,7 @@ function RangeTypographyControl(props) {
|
|
60877 |
/* harmony default export */ __webpack_exports__["a"] = (RangeTypographyControl);
|
60878 |
|
60879 |
/***/ }),
|
60880 |
-
/*
|
60881 |
/*!****************************************************!*\
|
60882 |
!*** ./src/components/typography/inline-styles.js ***!
|
60883 |
\****************************************************/
|
@@ -60897,7 +60984,7 @@ function TypographyStyles(props) {
|
|
60897 |
/* unused harmony default export */ var _unused_webpack_default_export = (TypographyStyles);
|
60898 |
|
60899 |
/***/ }),
|
60900 |
-
/*
|
60901 |
/*!***********************************************!*\
|
60902 |
!*** ./src/components/typography/editor.scss ***!
|
60903 |
\***********************************************/
|
@@ -60907,7 +60994,7 @@ function TypographyStyles(props) {
|
|
60907 |
// removed by extract-text-webpack-plugin
|
60908 |
|
60909 |
/***/ }),
|
60910 |
-
/*
|
60911 |
/*!*****************************************************!*\
|
60912 |
!*** ./node_modules/webfontloader/webfontloader.js ***!
|
60913 |
\*****************************************************/
|
@@ -60936,7 +61023,7 @@ g,0<d.length&&(d=za[d[0]])&&(a.c[e]=d))}a.c[e]||(d=za[e])&&(a.c[e]=d);for(d=0;d<
|
|
60936 |
|
60937 |
|
60938 |
/***/ }),
|
60939 |
-
/*
|
60940 |
/*!*********************************************!*\
|
60941 |
!*** ./src/blocks/advanced-heading/save.js ***!
|
60942 |
\*********************************************/
|
@@ -60996,7 +61083,7 @@ function save(props) {
|
|
60996 |
}
|
60997 |
|
60998 |
/***/ }),
|
60999 |
-
/*
|
61000 |
/*!***************************************************!*\
|
61001 |
!*** ./src/blocks/advanced-heading/deprecated.js ***!
|
61002 |
\***************************************************/
|
@@ -61092,7 +61179,7 @@ var deprecated = [{
|
|
61092 |
/* harmony default export */ __webpack_exports__["a"] = (deprecated);
|
61093 |
|
61094 |
/***/ }),
|
61095 |
-
/*
|
61096 |
/*!**************************************************!*\
|
61097 |
!*** ./src/blocks/advanced-heading/transform.js ***!
|
61098 |
\**************************************************/
|
@@ -61157,7 +61244,7 @@ var transform = [{
|
|
61157 |
/* harmony default export */ __webpack_exports__["a"] = (transform);
|
61158 |
|
61159 |
/***/ }),
|
61160 |
-
/*
|
61161 |
/*!**********************************!*\
|
61162 |
!*** ./src/blocks/post/block.js ***!
|
61163 |
\**********************************/
|
@@ -61165,14 +61252,14 @@ var transform = [{
|
|
61165 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
61166 |
|
61167 |
"use strict";
|
61168 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__post_grid_block_js__ = __webpack_require__(/*! ./post-grid/block.js */
|
61169 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__post_masonry_block_js__ = __webpack_require__(/*! ./post-masonry/block.js */
|
61170 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__post_carousel_block_js__ = __webpack_require__(/*! ./post-carousel/block.js */
|
61171 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__post_title_block_js__ = __webpack_require__(/*! ./post-title/block.js */
|
61172 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__post_image_block_js__ = __webpack_require__(/*! ./post-image/block.js */
|
61173 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__post_button_block_js__ = __webpack_require__(/*! ./post-button/block.js */
|
61174 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__post_excerpt_block_js__ = __webpack_require__(/*! ./post-excerpt/block.js */
|
61175 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__post_meta_block_js__ = __webpack_require__(/*! ./post-meta/block.js */
|
61176 |
/**
|
61177 |
* Gutenberg Blocks
|
61178 |
*
|
@@ -61194,7 +61281,7 @@ var transform = [{
|
|
61194 |
|
61195 |
|
61196 |
/***/ }),
|
61197 |
-
/*
|
61198 |
/*!********************************************!*\
|
61199 |
!*** ./src/blocks/post/post-grid/block.js ***!
|
61200 |
\********************************************/
|
@@ -61202,7 +61289,7 @@ var transform = [{
|
|
61202 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
61203 |
|
61204 |
"use strict";
|
61205 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__edit__ = __webpack_require__(/*! ./edit */
|
61206 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../../dist/blocks/uagb-controls/block-icons */ 1);
|
61207 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__style_scss__ = __webpack_require__(/*! .././style.scss */ 94);
|
61208 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_2__style_scss__);
|
@@ -61243,7 +61330,7 @@ registerBlockType("uagb/post-grid", {
|
|
61243 |
});
|
61244 |
|
61245 |
/***/ }),
|
61246 |
-
/*
|
61247 |
/*!*******************************************!*\
|
61248 |
!*** ./src/blocks/post/post-grid/edit.js ***!
|
61249 |
\*******************************************/
|
@@ -61257,7 +61344,7 @@ registerBlockType("uagb/post-grid", {
|
|
61257 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../../dist/blocks/uagb-controls/block-icons */ 1);
|
61258 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__components_typography__ = __webpack_require__(/*! ../../../components/typography */ 7);
|
61259 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__components_typography_fontloader__ = __webpack_require__(/*! ../../../components/typography/fontloader */ 8);
|
61260 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__blog__ = __webpack_require__(/*! ./blog */
|
61261 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__styling__ = __webpack_require__(/*! .././styling */ 93);
|
61262 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__function__ = __webpack_require__(/*! .././function */ 34);
|
61263 |
var _slicedToArray = function () { function sliceIterator(arr, i) { var _arr = []; var _n = true; var _d = false; var _e = undefined; try { for (var _i = arr[Symbol.iterator](), _s; !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"]) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } return function (arr, i) { if (Array.isArray(arr)) { return arr; } else if (Symbol.iterator in Object(arr)) { return sliceIterator(arr, i); } else { throw new TypeError("Invalid attempt to destructure non-iterable instance"); } }; }();
|
@@ -62944,7 +63031,7 @@ var UAGBPostGrid = function (_Component) {
|
|
62944 |
})(UAGBPostGrid));
|
62945 |
|
62946 |
/***/ }),
|
62947 |
-
/*
|
62948 |
/*!*******************************************!*\
|
62949 |
!*** ./src/blocks/post/post-grid/blog.js ***!
|
62950 |
\*******************************************/
|
@@ -63046,7 +63133,7 @@ var Blog = function (_React$Component) {
|
|
63046 |
/* harmony default export */ __webpack_exports__["a"] = (Blog);
|
63047 |
|
63048 |
/***/ }),
|
63049 |
-
/*
|
63050 |
/*!*****************************************!*\
|
63051 |
!*** ./node_modules/lodash/truncate.js ***!
|
63052 |
\*****************************************/
|
@@ -63054,12 +63141,12 @@ var Blog = function (_React$Component) {
|
|
63054 |
/***/ (function(module, exports, __webpack_require__) {
|
63055 |
|
63056 |
var baseToString = __webpack_require__(/*! ./_baseToString */ 161),
|
63057 |
-
castSlice = __webpack_require__(/*! ./_castSlice */
|
63058 |
hasUnicode = __webpack_require__(/*! ./_hasUnicode */ 91),
|
63059 |
isObject = __webpack_require__(/*! ./isObject */ 12),
|
63060 |
-
isRegExp = __webpack_require__(/*! ./isRegExp */
|
63061 |
-
stringSize = __webpack_require__(/*! ./_stringSize */
|
63062 |
-
stringToArray = __webpack_require__(/*! ./_stringToArray */
|
63063 |
toInteger = __webpack_require__(/*! ./toInteger */ 92),
|
63064 |
toString = __webpack_require__(/*! ./toString */ 160);
|
63065 |
|
@@ -63167,7 +63254,7 @@ module.exports = truncate;
|
|
63167 |
|
63168 |
|
63169 |
/***/ }),
|
63170 |
-
/*
|
63171 |
/*!*******************************************!*\
|
63172 |
!*** ./node_modules/lodash/_castSlice.js ***!
|
63173 |
\*******************************************/
|
@@ -63196,7 +63283,7 @@ module.exports = castSlice;
|
|
63196 |
|
63197 |
|
63198 |
/***/ }),
|
63199 |
-
/*
|
63200 |
/*!*****************************************!*\
|
63201 |
!*** ./node_modules/lodash/isRegExp.js ***!
|
63202 |
\*****************************************/
|
@@ -63204,7 +63291,7 @@ module.exports = castSlice;
|
|
63204 |
/*! all exports used */
|
63205 |
/***/ (function(module, exports, __webpack_require__) {
|
63206 |
|
63207 |
-
var baseIsRegExp = __webpack_require__(/*! ./_baseIsRegExp */
|
63208 |
baseUnary = __webpack_require__(/*! ./_baseUnary */ 51),
|
63209 |
nodeUtil = __webpack_require__(/*! ./_nodeUtil */ 52);
|
63210 |
|
@@ -63234,7 +63321,7 @@ module.exports = isRegExp;
|
|
63234 |
|
63235 |
|
63236 |
/***/ }),
|
63237 |
-
/*
|
63238 |
/*!**********************************************!*\
|
63239 |
!*** ./node_modules/lodash/_baseIsRegExp.js ***!
|
63240 |
\**********************************************/
|
@@ -63263,7 +63350,7 @@ module.exports = baseIsRegExp;
|
|
63263 |
|
63264 |
|
63265 |
/***/ }),
|
63266 |
-
/*
|
63267 |
/*!********************************************!*\
|
63268 |
!*** ./node_modules/lodash/_stringSize.js ***!
|
63269 |
\********************************************/
|
@@ -63271,9 +63358,9 @@ module.exports = baseIsRegExp;
|
|
63271 |
/*! all exports used */
|
63272 |
/***/ (function(module, exports, __webpack_require__) {
|
63273 |
|
63274 |
-
var asciiSize = __webpack_require__(/*! ./_asciiSize */
|
63275 |
hasUnicode = __webpack_require__(/*! ./_hasUnicode */ 91),
|
63276 |
-
unicodeSize = __webpack_require__(/*! ./_unicodeSize */
|
63277 |
|
63278 |
/**
|
63279 |
* Gets the number of symbols in `string`.
|
@@ -63292,7 +63379,7 @@ module.exports = stringSize;
|
|
63292 |
|
63293 |
|
63294 |
/***/ }),
|
63295 |
-
/*
|
63296 |
/*!*******************************************!*\
|
63297 |
!*** ./node_modules/lodash/_asciiSize.js ***!
|
63298 |
\*******************************************/
|
@@ -63315,7 +63402,7 @@ module.exports = asciiSize;
|
|
63315 |
|
63316 |
|
63317 |
/***/ }),
|
63318 |
-
/*
|
63319 |
/*!*********************************************!*\
|
63320 |
!*** ./node_modules/lodash/_unicodeSize.js ***!
|
63321 |
\*********************************************/
|
@@ -63370,7 +63457,7 @@ module.exports = unicodeSize;
|
|
63370 |
|
63371 |
|
63372 |
/***/ }),
|
63373 |
-
/*
|
63374 |
/*!***********************************************!*\
|
63375 |
!*** ./node_modules/lodash/_stringToArray.js ***!
|
63376 |
\***********************************************/
|
@@ -63378,9 +63465,9 @@ module.exports = unicodeSize;
|
|
63378 |
/*! all exports used */
|
63379 |
/***/ (function(module, exports, __webpack_require__) {
|
63380 |
|
63381 |
-
var asciiToArray = __webpack_require__(/*! ./_asciiToArray */
|
63382 |
hasUnicode = __webpack_require__(/*! ./_hasUnicode */ 91),
|
63383 |
-
unicodeToArray = __webpack_require__(/*! ./_unicodeToArray */
|
63384 |
|
63385 |
/**
|
63386 |
* Converts `string` to an array.
|
@@ -63399,7 +63486,7 @@ module.exports = stringToArray;
|
|
63399 |
|
63400 |
|
63401 |
/***/ }),
|
63402 |
-
/*
|
63403 |
/*!**********************************************!*\
|
63404 |
!*** ./node_modules/lodash/_asciiToArray.js ***!
|
63405 |
\**********************************************/
|
@@ -63422,7 +63509,7 @@ module.exports = asciiToArray;
|
|
63422 |
|
63423 |
|
63424 |
/***/ }),
|
63425 |
-
/*
|
63426 |
/*!************************************************!*\
|
63427 |
!*** ./node_modules/lodash/_unicodeToArray.js ***!
|
63428 |
\************************************************/
|
@@ -63473,7 +63560,7 @@ module.exports = unicodeToArray;
|
|
63473 |
|
63474 |
|
63475 |
/***/ }),
|
63476 |
-
/*
|
63477 |
/*!*****************************************!*\
|
63478 |
!*** ./node_modules/lodash/toFinite.js ***!
|
63479 |
\*****************************************/
|
@@ -63526,7 +63613,7 @@ module.exports = toFinite;
|
|
63526 |
|
63527 |
|
63528 |
/***/ }),
|
63529 |
-
/*
|
63530 |
/*!***********************************************!*\
|
63531 |
!*** ./src/blocks/post/post-masonry/block.js ***!
|
63532 |
\***********************************************/
|
@@ -63534,7 +63621,7 @@ module.exports = toFinite;
|
|
63534 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
63535 |
|
63536 |
"use strict";
|
63537 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__edit__ = __webpack_require__(/*! ./edit */
|
63538 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../../dist/blocks/uagb-controls/block-icons */ 1);
|
63539 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__style_scss__ = __webpack_require__(/*! .././style.scss */ 94);
|
63540 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_2__style_scss__);
|
@@ -63576,7 +63663,7 @@ registerBlockType("uagb/post-masonry", {
|
|
63576 |
});
|
63577 |
|
63578 |
/***/ }),
|
63579 |
-
/*
|
63580 |
/*!**********************************************!*\
|
63581 |
!*** ./src/blocks/post/post-masonry/edit.js ***!
|
63582 |
\**********************************************/
|
@@ -63588,7 +63675,7 @@ registerBlockType("uagb/post-masonry", {
|
|
63588 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../../dist/blocks/uagb-controls/block-icons */ 1);
|
63589 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__components_typography__ = __webpack_require__(/*! ../../../components/typography */ 7);
|
63590 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__components_typography_fontloader__ = __webpack_require__(/*! ../../../components/typography/fontloader */ 8);
|
63591 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__blog__ = __webpack_require__(/*! ./blog */
|
63592 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__styling__ = __webpack_require__(/*! .././styling */ 93);
|
63593 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__function__ = __webpack_require__(/*! .././function */ 34);
|
63594 |
var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
|
@@ -65442,7 +65529,7 @@ var UAGBPostMasonry = function (_Component) {
|
|
65442 |
})(UAGBPostMasonry));
|
65443 |
|
65444 |
/***/ }),
|
65445 |
-
/*
|
65446 |
/*!**********************************************!*\
|
65447 |
!*** ./src/blocks/post/post-masonry/blog.js ***!
|
65448 |
\**********************************************/
|
@@ -65453,7 +65540,7 @@ var UAGBPostMasonry = function (_Component) {
|
|
65453 |
"use strict";
|
65454 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames__ = __webpack_require__(/*! classnames */ 0);
|
65455 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_classnames__);
|
65456 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_react_masonry_component__ = __webpack_require__(/*! react-masonry-component */
|
65457 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_react_masonry_component___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1_react_masonry_component__);
|
65458 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__function__ = __webpack_require__(/*! .././function */ 34);
|
65459 |
var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();
|
@@ -65571,7 +65658,7 @@ var Blog = function (_React$Component) {
|
|
65571 |
/* harmony default export */ __webpack_exports__["a"] = (Blog);
|
65572 |
|
65573 |
/***/ }),
|
65574 |
-
/*
|
65575 |
/*!***********************************************************!*\
|
65576 |
!*** ./node_modules/react-masonry-component/lib/index.js ***!
|
65577 |
\***********************************************************/
|
@@ -65580,15 +65667,15 @@ var Blog = function (_React$Component) {
|
|
65580 |
/***/ (function(module, exports, __webpack_require__) {
|
65581 |
|
65582 |
var isBrowser = typeof window !== 'undefined';
|
65583 |
-
var Masonry = isBrowser ? window.Masonry || __webpack_require__(/*! masonry-layout */
|
65584 |
-
var imagesloaded = isBrowser ? __webpack_require__(/*! imagesloaded */
|
65585 |
-
var assign = __webpack_require__(/*! lodash/assign */
|
65586 |
-
var elementResizeDetectorMaker = __webpack_require__(/*! element-resize-detector */
|
65587 |
-
var debounce = __webpack_require__(/*! lodash/debounce */
|
65588 |
-
var omit = __webpack_require__(/*! lodash/omit */
|
65589 |
var PropTypes = __webpack_require__(/*! prop-types */ 15);
|
65590 |
var React = __webpack_require__(/*! react */ 5);
|
65591 |
-
var createReactClass = __webpack_require__(/*! create-react-class */
|
65592 |
|
65593 |
var propTypes = {
|
65594 |
enableResizableChildren: PropTypes.bool,
|
@@ -65897,7 +65984,7 @@ module.exports.default = MasonryComponent;
|
|
65897 |
|
65898 |
|
65899 |
/***/ }),
|
65900 |
-
/*
|
65901 |
/*!************************************************!*\
|
65902 |
!*** ./node_modules/masonry-layout/masonry.js ***!
|
65903 |
\************************************************/
|
@@ -65919,7 +66006,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
|
|
65919 |
if ( true ) {
|
65920 |
// AMD
|
65921 |
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [
|
65922 |
-
__webpack_require__(/*! outlayer/outlayer */
|
65923 |
__webpack_require__(/*! get-size/get-size */ 97)
|
65924 |
], __WEBPACK_AMD_DEFINE_FACTORY__ = (factory),
|
65925 |
__WEBPACK_AMD_DEFINE_RESULT__ = (typeof __WEBPACK_AMD_DEFINE_FACTORY__ === 'function' ?
|
@@ -66149,7 +66236,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
|
|
66149 |
|
66150 |
|
66151 |
/***/ }),
|
66152 |
-
/*
|
66153 |
/*!*******************************************!*\
|
66154 |
!*** ./node_modules/outlayer/outlayer.js ***!
|
66155 |
\*******************************************/
|
@@ -66172,8 +66259,8 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
|
|
66172 |
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [
|
66173 |
__webpack_require__(/*! ev-emitter/ev-emitter */ 96),
|
66174 |
__webpack_require__(/*! get-size/get-size */ 97),
|
66175 |
-
__webpack_require__(/*! fizzy-ui-utils/utils */
|
66176 |
-
__webpack_require__(/*! ./item */
|
66177 |
], __WEBPACK_AMD_DEFINE_RESULT__ = (function( EvEmitter, getSize, utils, Item ) {
|
66178 |
return factory( window, EvEmitter, getSize, utils, Item);
|
66179 |
}).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
|
@@ -67098,7 +67185,7 @@ return Outlayer;
|
|
67098 |
|
67099 |
|
67100 |
/***/ }),
|
67101 |
-
/*
|
67102 |
/*!**********************************************!*\
|
67103 |
!*** ./node_modules/fizzy-ui-utils/utils.js ***!
|
67104 |
\**********************************************/
|
@@ -67120,7 +67207,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/**
|
|
67120 |
if ( true ) {
|
67121 |
// AMD
|
67122 |
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [
|
67123 |
-
__webpack_require__(/*! desandro-matches-selector/matches-selector */
|
67124 |
], __WEBPACK_AMD_DEFINE_RESULT__ = (function( matchesSelector ) {
|
67125 |
return factory( window, matchesSelector );
|
67126 |
}).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
|
@@ -67351,7 +67438,7 @@ return utils;
|
|
67351 |
|
67352 |
|
67353 |
/***/ }),
|
67354 |
-
/*
|
67355 |
/*!********************************************************************!*\
|
67356 |
!*** ./node_modules/desandro-matches-selector/matches-selector.js ***!
|
67357 |
\********************************************************************/
|
@@ -67419,7 +67506,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_RESULT__;/**
|
|
67419 |
|
67420 |
|
67421 |
/***/ }),
|
67422 |
-
/*
|
67423 |
/*!***************************************!*\
|
67424 |
!*** ./node_modules/outlayer/item.js ***!
|
67425 |
\***************************************/
|
@@ -67985,7 +68072,7 @@ return Item;
|
|
67985 |
|
67986 |
|
67987 |
/***/ }),
|
67988 |
-
/*
|
67989 |
/*!***************************************************!*\
|
67990 |
!*** ./node_modules/imagesloaded/imagesloaded.js ***!
|
67991 |
\***************************************************/
|
@@ -68374,7 +68461,7 @@ return ImagesLoaded;
|
|
68374 |
|
68375 |
|
68376 |
/***/ }),
|
68377 |
-
/*
|
68378 |
/*!***************************************!*\
|
68379 |
!*** ./node_modules/lodash/assign.js ***!
|
68380 |
\***************************************/
|
@@ -68384,7 +68471,7 @@ return ImagesLoaded;
|
|
68384 |
|
68385 |
var assignValue = __webpack_require__(/*! ./_assignValue */ 63),
|
68386 |
copyObject = __webpack_require__(/*! ./_copyObject */ 35),
|
68387 |
-
createAssigner = __webpack_require__(/*! ./_createAssigner */
|
68388 |
isArrayLike = __webpack_require__(/*! ./isArrayLike */ 29),
|
68389 |
isPrototype = __webpack_require__(/*! ./_isPrototype */ 53),
|
68390 |
keys = __webpack_require__(/*! ./keys */ 28);
|
@@ -68443,7 +68530,7 @@ module.exports = assign;
|
|
68443 |
|
68444 |
|
68445 |
/***/ }),
|
68446 |
-
/*
|
68447 |
/*!************************************************!*\
|
68448 |
!*** ./node_modules/lodash/_createAssigner.js ***!
|
68449 |
\************************************************/
|
@@ -68451,8 +68538,8 @@ module.exports = assign;
|
|
68451 |
/*! all exports used */
|
68452 |
/***/ (function(module, exports, __webpack_require__) {
|
68453 |
|
68454 |
-
var baseRest = __webpack_require__(/*! ./_baseRest */
|
68455 |
-
isIterateeCall = __webpack_require__(/*! ./_isIterateeCall */
|
68456 |
|
68457 |
/**
|
68458 |
* Creates a function like `_.assign`.
|
@@ -68491,7 +68578,7 @@ module.exports = createAssigner;
|
|
68491 |
|
68492 |
|
68493 |
/***/ }),
|
68494 |
-
/*
|
68495 |
/*!******************************************!*\
|
68496 |
!*** ./node_modules/lodash/_baseRest.js ***!
|
68497 |
\******************************************/
|
@@ -68519,7 +68606,7 @@ module.exports = baseRest;
|
|
68519 |
|
68520 |
|
68521 |
/***/ }),
|
68522 |
-
/*
|
68523 |
/*!***************************************!*\
|
68524 |
!*** ./node_modules/lodash/_apply.js ***!
|
68525 |
\***************************************/
|
@@ -68551,7 +68638,7 @@ module.exports = apply;
|
|
68551 |
|
68552 |
|
68553 |
/***/ }),
|
68554 |
-
/*
|
68555 |
/*!*************************************************!*\
|
68556 |
!*** ./node_modules/lodash/_baseSetToString.js ***!
|
68557 |
\*************************************************/
|
@@ -68559,7 +68646,7 @@ module.exports = apply;
|
|
68559 |
/*! all exports used */
|
68560 |
/***/ (function(module, exports, __webpack_require__) {
|
68561 |
|
68562 |
-
var constant = __webpack_require__(/*! ./constant */
|
68563 |
defineProperty = __webpack_require__(/*! ./_defineProperty */ 187),
|
68564 |
identity = __webpack_require__(/*! ./identity */ 57);
|
68565 |
|
@@ -68584,7 +68671,7 @@ module.exports = baseSetToString;
|
|
68584 |
|
68585 |
|
68586 |
/***/ }),
|
68587 |
-
/*
|
68588 |
/*!*****************************************!*\
|
68589 |
!*** ./node_modules/lodash/constant.js ***!
|
68590 |
\*****************************************/
|
@@ -68621,7 +68708,7 @@ module.exports = constant;
|
|
68621 |
|
68622 |
|
68623 |
/***/ }),
|
68624 |
-
/*
|
68625 |
/*!******************************************!*\
|
68626 |
!*** ./node_modules/lodash/_shortOut.js ***!
|
68627 |
\******************************************/
|
@@ -68669,7 +68756,7 @@ module.exports = shortOut;
|
|
68669 |
|
68670 |
|
68671 |
/***/ }),
|
68672 |
-
/*
|
68673 |
/*!************************************************!*\
|
68674 |
!*** ./node_modules/lodash/_isIterateeCall.js ***!
|
68675 |
\************************************************/
|
@@ -68710,7 +68797,7 @@ module.exports = isIterateeCall;
|
|
68710 |
|
68711 |
|
68712 |
/***/ }),
|
68713 |
-
/*
|
68714 |
/*!*****************************************************************************!*\
|
68715 |
!*** ./node_modules/element-resize-detector/src/element-resize-detector.js ***!
|
68716 |
\*****************************************************************************/
|
@@ -68722,18 +68809,18 @@ module.exports = isIterateeCall;
|
|
68722 |
|
68723 |
|
68724 |
var forEach = __webpack_require__(/*! ./collection-utils */ 190).forEach;
|
68725 |
-
var elementUtilsMaker = __webpack_require__(/*! ./element-utils */
|
68726 |
-
var listenerHandlerMaker = __webpack_require__(/*! ./listener-handler */
|
68727 |
-
var idGeneratorMaker = __webpack_require__(/*! ./id-generator */
|
68728 |
-
var idHandlerMaker = __webpack_require__(/*! ./id-handler */
|
68729 |
-
var reporterMaker = __webpack_require__(/*! ./reporter */
|
68730 |
var browserDetector = __webpack_require__(/*! ./browser-detector */ 191);
|
68731 |
-
var batchProcessorMaker = __webpack_require__(/*! batch-processor */
|
68732 |
-
var stateHandler = __webpack_require__(/*! ./state-handler */
|
68733 |
|
68734 |
//Detection strategies.
|
68735 |
-
var objectStrategyMaker = __webpack_require__(/*! ./detection-strategy/object.js */
|
68736 |
-
var scrollStrategyMaker = __webpack_require__(/*! ./detection-strategy/scroll.js */
|
68737 |
|
68738 |
function isCollection(obj) {
|
68739 |
return Array.isArray(obj) || obj.length !== undefined;
|
@@ -69050,7 +69137,7 @@ function getOption(options, name, defaultValue) {
|
|
69050 |
|
69051 |
|
69052 |
/***/ }),
|
69053 |
-
/*
|
69054 |
/*!*******************************************************************!*\
|
69055 |
!*** ./node_modules/element-resize-detector/src/element-utils.js ***!
|
69056 |
\*******************************************************************/
|
@@ -69114,7 +69201,7 @@ module.exports = function(options) {
|
|
69114 |
|
69115 |
|
69116 |
/***/ }),
|
69117 |
-
/*
|
69118 |
/*!**********************************************************************!*\
|
69119 |
!*** ./node_modules/element-resize-detector/src/listener-handler.js ***!
|
69120 |
\**********************************************************************/
|
@@ -69186,7 +69273,7 @@ module.exports = function(idHandler) {
|
|
69186 |
|
69187 |
|
69188 |
/***/ }),
|
69189 |
-
/*
|
69190 |
/*!******************************************************************!*\
|
69191 |
!*** ./node_modules/element-resize-detector/src/id-generator.js ***!
|
69192 |
\******************************************************************/
|
@@ -69216,7 +69303,7 @@ module.exports = function() {
|
|
69216 |
|
69217 |
|
69218 |
/***/ }),
|
69219 |
-
/*
|
69220 |
/*!****************************************************************!*\
|
69221 |
!*** ./node_modules/element-resize-detector/src/id-handler.js ***!
|
69222 |
\****************************************************************/
|
@@ -69275,7 +69362,7 @@ module.exports = function(options) {
|
|
69275 |
|
69276 |
|
69277 |
/***/ }),
|
69278 |
-
/*
|
69279 |
/*!**************************************************************!*\
|
69280 |
!*** ./node_modules/element-resize-detector/src/reporter.js ***!
|
69281 |
\**************************************************************/
|
@@ -69329,7 +69416,7 @@ module.exports = function(quiet) {
|
|
69329 |
};
|
69330 |
|
69331 |
/***/ }),
|
69332 |
-
/*
|
69333 |
/*!*************************************************************!*\
|
69334 |
!*** ./node_modules/batch-processor/src/batch-processor.js ***!
|
69335 |
\*************************************************************/
|
@@ -69340,7 +69427,7 @@ module.exports = function(quiet) {
|
|
69340 |
"use strict";
|
69341 |
|
69342 |
|
69343 |
-
var utils = __webpack_require__(/*! ./utils */
|
69344 |
|
69345 |
module.exports = function batchProcessorMaker(options) {
|
69346 |
options = options || {};
|
@@ -69479,7 +69566,7 @@ function Batch() {
|
|
69479 |
|
69480 |
|
69481 |
/***/ }),
|
69482 |
-
/*
|
69483 |
/*!***************************************************!*\
|
69484 |
!*** ./node_modules/batch-processor/src/utils.js ***!
|
69485 |
\***************************************************/
|
@@ -69506,7 +69593,7 @@ function getOption(options, name, defaultValue) {
|
|
69506 |
|
69507 |
|
69508 |
/***/ }),
|
69509 |
-
/*
|
69510 |
/*!*******************************************************************!*\
|
69511 |
!*** ./node_modules/element-resize-detector/src/state-handler.js ***!
|
69512 |
\*******************************************************************/
|
@@ -69540,7 +69627,7 @@ module.exports = {
|
|
69540 |
|
69541 |
|
69542 |
/***/ }),
|
69543 |
-
/*
|
69544 |
/*!*******************************************************************************!*\
|
69545 |
!*** ./node_modules/element-resize-detector/src/detection-strategy/object.js ***!
|
69546 |
\*******************************************************************************/
|
@@ -69799,7 +69886,7 @@ module.exports = function(options) {
|
|
69799 |
|
69800 |
|
69801 |
/***/ }),
|
69802 |
-
/*
|
69803 |
/*!*******************************************************************************!*\
|
69804 |
!*** ./node_modules/element-resize-detector/src/detection-strategy/scroll.js ***!
|
69805 |
\*******************************************************************************/
|
@@ -70472,7 +70559,7 @@ module.exports = function(options) {
|
|
70472 |
|
70473 |
|
70474 |
/***/ }),
|
70475 |
-
/*
|
70476 |
/*!*****************************************!*\
|
70477 |
!*** ./node_modules/lodash/debounce.js ***!
|
70478 |
\*****************************************/
|
@@ -70481,7 +70568,7 @@ module.exports = function(options) {
|
|
70481 |
/***/ (function(module, exports, __webpack_require__) {
|
70482 |
|
70483 |
var isObject = __webpack_require__(/*! ./isObject */ 12),
|
70484 |
-
now = __webpack_require__(/*! ./now */
|
70485 |
toNumber = __webpack_require__(/*! ./toNumber */ 184);
|
70486 |
|
70487 |
/** Error message constants. */
|
@@ -70674,7 +70761,7 @@ module.exports = debounce;
|
|
70674 |
|
70675 |
|
70676 |
/***/ }),
|
70677 |
-
/*
|
70678 |
/*!************************************!*\
|
70679 |
!*** ./node_modules/lodash/now.js ***!
|
70680 |
\************************************/
|
@@ -70708,7 +70795,7 @@ module.exports = now;
|
|
70708 |
|
70709 |
|
70710 |
/***/ }),
|
70711 |
-
/*
|
70712 |
/*!*************************************!*\
|
70713 |
!*** ./node_modules/lodash/omit.js ***!
|
70714 |
\*************************************/
|
@@ -70717,12 +70804,12 @@ module.exports = now;
|
|
70717 |
/***/ (function(module, exports, __webpack_require__) {
|
70718 |
|
70719 |
var arrayMap = __webpack_require__(/*! ./_arrayMap */ 44),
|
70720 |
-
baseClone = __webpack_require__(/*! ./_baseClone */
|
70721 |
-
baseUnset = __webpack_require__(/*! ./_baseUnset */
|
70722 |
castPath = __webpack_require__(/*! ./_castPath */ 30),
|
70723 |
copyObject = __webpack_require__(/*! ./_copyObject */ 35),
|
70724 |
-
customOmitClone = __webpack_require__(/*! ./_customOmitClone */
|
70725 |
-
flatRest = __webpack_require__(/*! ./_flatRest */
|
70726 |
getAllKeysIn = __webpack_require__(/*! ./_getAllKeysIn */ 99);
|
70727 |
|
70728 |
/** Used to compose bitmasks for cloning. */
|
@@ -70776,7 +70863,7 @@ module.exports = omit;
|
|
70776 |
|
70777 |
|
70778 |
/***/ }),
|
70779 |
-
/*
|
70780 |
/*!*******************************************!*\
|
70781 |
!*** ./node_modules/lodash/_baseClone.js ***!
|
70782 |
\*******************************************/
|
@@ -70785,25 +70872,25 @@ module.exports = omit;
|
|
70785 |
/***/ (function(module, exports, __webpack_require__) {
|
70786 |
|
70787 |
var Stack = __webpack_require__(/*! ./_Stack */ 72),
|
70788 |
-
arrayEach = __webpack_require__(/*! ./_arrayEach */
|
70789 |
assignValue = __webpack_require__(/*! ./_assignValue */ 63),
|
70790 |
-
baseAssign = __webpack_require__(/*! ./_baseAssign */
|
70791 |
-
baseAssignIn = __webpack_require__(/*! ./_baseAssignIn */
|
70792 |
-
cloneBuffer = __webpack_require__(/*! ./_cloneBuffer */
|
70793 |
-
copyArray = __webpack_require__(/*! ./_copyArray */
|
70794 |
-
copySymbols = __webpack_require__(/*! ./_copySymbols */
|
70795 |
-
copySymbolsIn = __webpack_require__(/*! ./_copySymbolsIn */
|
70796 |
getAllKeys = __webpack_require__(/*! ./_getAllKeys */ 150),
|
70797 |
getAllKeysIn = __webpack_require__(/*! ./_getAllKeysIn */ 99),
|
70798 |
getTag = __webpack_require__(/*! ./_getTag */ 54),
|
70799 |
-
initCloneArray = __webpack_require__(/*! ./_initCloneArray */
|
70800 |
-
initCloneByTag = __webpack_require__(/*! ./_initCloneByTag */
|
70801 |
-
initCloneObject = __webpack_require__(/*! ./_initCloneObject */
|
70802 |
isArray = __webpack_require__(/*! ./isArray */ 13),
|
70803 |
isBuffer = __webpack_require__(/*! ./isBuffer */ 79),
|
70804 |
-
isMap = __webpack_require__(/*! ./isMap */
|
70805 |
isObject = __webpack_require__(/*! ./isObject */ 12),
|
70806 |
-
isSet = __webpack_require__(/*! ./isSet */
|
70807 |
keys = __webpack_require__(/*! ./keys */ 28);
|
70808 |
|
70809 |
/** Used to compose bitmasks for cloning. */
|
@@ -70952,7 +71039,7 @@ module.exports = baseClone;
|
|
70952 |
|
70953 |
|
70954 |
/***/ }),
|
70955 |
-
/*
|
70956 |
/*!*******************************************!*\
|
70957 |
!*** ./node_modules/lodash/_arrayEach.js ***!
|
70958 |
\*******************************************/
|
@@ -70985,7 +71072,7 @@ module.exports = arrayEach;
|
|
70985 |
|
70986 |
|
70987 |
/***/ }),
|
70988 |
-
/*
|
70989 |
/*!********************************************!*\
|
70990 |
!*** ./node_modules/lodash/_baseAssign.js ***!
|
70991 |
\********************************************/
|
@@ -71013,7 +71100,7 @@ module.exports = baseAssign;
|
|
71013 |
|
71014 |
|
71015 |
/***/ }),
|
71016 |
-
/*
|
71017 |
/*!**********************************************!*\
|
71018 |
!*** ./node_modules/lodash/_baseAssignIn.js ***!
|
71019 |
\**********************************************/
|
@@ -71041,7 +71128,7 @@ module.exports = baseAssignIn;
|
|
71041 |
|
71042 |
|
71043 |
/***/ }),
|
71044 |
-
/*
|
71045 |
/*!********************************************!*\
|
71046 |
!*** ./node_modules/lodash/_baseKeysIn.js ***!
|
71047 |
\********************************************/
|
@@ -71051,7 +71138,7 @@ module.exports = baseAssignIn;
|
|
71051 |
|
71052 |
var isObject = __webpack_require__(/*! ./isObject */ 12),
|
71053 |
isPrototype = __webpack_require__(/*! ./_isPrototype */ 53),
|
71054 |
-
nativeKeysIn = __webpack_require__(/*! ./_nativeKeysIn */
|
71055 |
|
71056 |
/** Used for built-in method references. */
|
71057 |
var objectProto = Object.prototype;
|
@@ -71085,7 +71172,7 @@ module.exports = baseKeysIn;
|
|
71085 |
|
71086 |
|
71087 |
/***/ }),
|
71088 |
-
/*
|
71089 |
/*!**********************************************!*\
|
71090 |
!*** ./node_modules/lodash/_nativeKeysIn.js ***!
|
71091 |
\**********************************************/
|
@@ -71116,7 +71203,7 @@ module.exports = nativeKeysIn;
|
|
71116 |
|
71117 |
|
71118 |
/***/ }),
|
71119 |
-
/*
|
71120 |
/*!*********************************************!*\
|
71121 |
!*** ./node_modules/lodash/_cloneBuffer.js ***!
|
71122 |
\*********************************************/
|
@@ -71163,7 +71250,7 @@ module.exports = cloneBuffer;
|
|
71163 |
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(/*! ./../webpack/buildin/module.js */ 80)(module)))
|
71164 |
|
71165 |
/***/ }),
|
71166 |
-
/*
|
71167 |
/*!*******************************************!*\
|
71168 |
!*** ./node_modules/lodash/_copyArray.js ***!
|
71169 |
\*******************************************/
|
@@ -71194,7 +71281,7 @@ module.exports = copyArray;
|
|
71194 |
|
71195 |
|
71196 |
/***/ }),
|
71197 |
-
/*
|
71198 |
/*!*********************************************!*\
|
71199 |
!*** ./node_modules/lodash/_copySymbols.js ***!
|
71200 |
\*********************************************/
|
@@ -71221,7 +71308,7 @@ module.exports = copySymbols;
|
|
71221 |
|
71222 |
|
71223 |
/***/ }),
|
71224 |
-
/*
|
71225 |
/*!***********************************************!*\
|
71226 |
!*** ./node_modules/lodash/_copySymbolsIn.js ***!
|
71227 |
\***********************************************/
|
@@ -71248,7 +71335,7 @@ module.exports = copySymbolsIn;
|
|
71248 |
|
71249 |
|
71250 |
/***/ }),
|
71251 |
-
/*
|
71252 |
/*!************************************************!*\
|
71253 |
!*** ./node_modules/lodash/_initCloneArray.js ***!
|
71254 |
\************************************************/
|
@@ -71285,7 +71372,7 @@ module.exports = initCloneArray;
|
|
71285 |
|
71286 |
|
71287 |
/***/ }),
|
71288 |
-
/*
|
71289 |
/*!************************************************!*\
|
71290 |
!*** ./node_modules/lodash/_initCloneByTag.js ***!
|
71291 |
\************************************************/
|
@@ -71294,10 +71381,10 @@ module.exports = initCloneArray;
|
|
71294 |
/***/ (function(module, exports, __webpack_require__) {
|
71295 |
|
71296 |
var cloneArrayBuffer = __webpack_require__(/*! ./_cloneArrayBuffer */ 100),
|
71297 |
-
cloneDataView = __webpack_require__(/*! ./_cloneDataView */
|
71298 |
-
cloneRegExp = __webpack_require__(/*! ./_cloneRegExp */
|
71299 |
-
cloneSymbol = __webpack_require__(/*! ./_cloneSymbol */
|
71300 |
-
cloneTypedArray = __webpack_require__(/*! ./_cloneTypedArray */
|
71301 |
|
71302 |
/** `Object#toString` result references. */
|
71303 |
var boolTag = '[object Boolean]',
|
@@ -71373,7 +71460,7 @@ module.exports = initCloneByTag;
|
|
71373 |
|
71374 |
|
71375 |
/***/ }),
|
71376 |
-
/*
|
71377 |
/*!***********************************************!*\
|
71378 |
!*** ./node_modules/lodash/_cloneDataView.js ***!
|
71379 |
\***********************************************/
|
@@ -71400,7 +71487,7 @@ module.exports = cloneDataView;
|
|
71400 |
|
71401 |
|
71402 |
/***/ }),
|
71403 |
-
/*
|
71404 |
/*!*********************************************!*\
|
71405 |
!*** ./node_modules/lodash/_cloneRegExp.js ***!
|
71406 |
\*********************************************/
|
@@ -71428,7 +71515,7 @@ module.exports = cloneRegExp;
|
|
71428 |
|
71429 |
|
71430 |
/***/ }),
|
71431 |
-
/*
|
71432 |
/*!*********************************************!*\
|
71433 |
!*** ./node_modules/lodash/_cloneSymbol.js ***!
|
71434 |
\*********************************************/
|
@@ -71457,7 +71544,7 @@ module.exports = cloneSymbol;
|
|
71457 |
|
71458 |
|
71459 |
/***/ }),
|
71460 |
-
/*
|
71461 |
/*!*************************************************!*\
|
71462 |
!*** ./node_modules/lodash/_cloneTypedArray.js ***!
|
71463 |
\*************************************************/
|
@@ -71484,7 +71571,7 @@ module.exports = cloneTypedArray;
|
|
71484 |
|
71485 |
|
71486 |
/***/ }),
|
71487 |
-
/*
|
71488 |
/*!*************************************************!*\
|
71489 |
!*** ./node_modules/lodash/_initCloneObject.js ***!
|
71490 |
\*************************************************/
|
@@ -71492,7 +71579,7 @@ module.exports = cloneTypedArray;
|
|
71492 |
/*! all exports used */
|
71493 |
/***/ (function(module, exports, __webpack_require__) {
|
71494 |
|
71495 |
-
var baseCreate = __webpack_require__(/*! ./_baseCreate */
|
71496 |
getPrototype = __webpack_require__(/*! ./_getPrototype */ 98),
|
71497 |
isPrototype = __webpack_require__(/*! ./_isPrototype */ 53);
|
71498 |
|
@@ -71513,7 +71600,7 @@ module.exports = initCloneObject;
|
|
71513 |
|
71514 |
|
71515 |
/***/ }),
|
71516 |
-
/*
|
71517 |
/*!********************************************!*\
|
71518 |
!*** ./node_modules/lodash/_baseCreate.js ***!
|
71519 |
\********************************************/
|
@@ -71554,7 +71641,7 @@ module.exports = baseCreate;
|
|
71554 |
|
71555 |
|
71556 |
/***/ }),
|
71557 |
-
/*
|
71558 |
/*!**************************************!*\
|
71559 |
!*** ./node_modules/lodash/isMap.js ***!
|
71560 |
\**************************************/
|
@@ -71562,7 +71649,7 @@ module.exports = baseCreate;
|
|
71562 |
/*! all exports used */
|
71563 |
/***/ (function(module, exports, __webpack_require__) {
|
71564 |
|
71565 |
-
var baseIsMap = __webpack_require__(/*! ./_baseIsMap */
|
71566 |
baseUnary = __webpack_require__(/*! ./_baseUnary */ 51),
|
71567 |
nodeUtil = __webpack_require__(/*! ./_nodeUtil */ 52);
|
71568 |
|
@@ -71592,7 +71679,7 @@ module.exports = isMap;
|
|
71592 |
|
71593 |
|
71594 |
/***/ }),
|
71595 |
-
/*
|
71596 |
/*!*******************************************!*\
|
71597 |
!*** ./node_modules/lodash/_baseIsMap.js ***!
|
71598 |
\*******************************************/
|
@@ -71621,7 +71708,7 @@ module.exports = baseIsMap;
|
|
71621 |
|
71622 |
|
71623 |
/***/ }),
|
71624 |
-
/*
|
71625 |
/*!**************************************!*\
|
71626 |
!*** ./node_modules/lodash/isSet.js ***!
|
71627 |
\**************************************/
|
@@ -71629,7 +71716,7 @@ module.exports = baseIsMap;
|
|
71629 |
/*! all exports used */
|
71630 |
/***/ (function(module, exports, __webpack_require__) {
|
71631 |
|
71632 |
-
var baseIsSet = __webpack_require__(/*! ./_baseIsSet */
|
71633 |
baseUnary = __webpack_require__(/*! ./_baseUnary */ 51),
|
71634 |
nodeUtil = __webpack_require__(/*! ./_nodeUtil */ 52);
|
71635 |
|
@@ -71659,7 +71746,7 @@ module.exports = isSet;
|
|
71659 |
|
71660 |
|
71661 |
/***/ }),
|
71662 |
-
/*
|
71663 |
/*!*******************************************!*\
|
71664 |
!*** ./node_modules/lodash/_baseIsSet.js ***!
|
71665 |
\*******************************************/
|
@@ -71688,7 +71775,7 @@ module.exports = baseIsSet;
|
|
71688 |
|
71689 |
|
71690 |
/***/ }),
|
71691 |
-
/*
|
71692 |
/*!*******************************************!*\
|
71693 |
!*** ./node_modules/lodash/_baseUnset.js ***!
|
71694 |
\*******************************************/
|
@@ -71697,8 +71784,8 @@ module.exports = baseIsSet;
|
|
71697 |
/***/ (function(module, exports, __webpack_require__) {
|
71698 |
|
71699 |
var castPath = __webpack_require__(/*! ./_castPath */ 30),
|
71700 |
-
last = __webpack_require__(/*! ./last */
|
71701 |
-
parent = __webpack_require__(/*! ./_parent */
|
71702 |
toKey = __webpack_require__(/*! ./_toKey */ 31);
|
71703 |
|
71704 |
/**
|
@@ -71719,7 +71806,7 @@ module.exports = baseUnset;
|
|
71719 |
|
71720 |
|
71721 |
/***/ }),
|
71722 |
-
/*
|
71723 |
/*!*************************************!*\
|
71724 |
!*** ./node_modules/lodash/last.js ***!
|
71725 |
\*************************************/
|
@@ -71750,7 +71837,7 @@ module.exports = last;
|
|
71750 |
|
71751 |
|
71752 |
/***/ }),
|
71753 |
-
/*
|
71754 |
/*!****************************************!*\
|
71755 |
!*** ./node_modules/lodash/_parent.js ***!
|
71756 |
\****************************************/
|
@@ -71777,7 +71864,7 @@ module.exports = parent;
|
|
71777 |
|
71778 |
|
71779 |
/***/ }),
|
71780 |
-
/*
|
71781 |
/*!*************************************************!*\
|
71782 |
!*** ./node_modules/lodash/_customOmitClone.js ***!
|
71783 |
\*************************************************/
|
@@ -71785,7 +71872,7 @@ module.exports = parent;
|
|
71785 |
/*! all exports used */
|
71786 |
/***/ (function(module, exports, __webpack_require__) {
|
71787 |
|
71788 |
-
var isPlainObject = __webpack_require__(/*! ./isPlainObject */
|
71789 |
|
71790 |
/**
|
71791 |
* Used by `_.omit` to customize its `_.cloneDeep` use to only clone plain
|
@@ -71804,7 +71891,7 @@ module.exports = customOmitClone;
|
|
71804 |
|
71805 |
|
71806 |
/***/ }),
|
71807 |
-
/*
|
71808 |
/*!**********************************************!*\
|
71809 |
!*** ./node_modules/lodash/isPlainObject.js ***!
|
71810 |
\**********************************************/
|
@@ -71877,7 +71964,7 @@ module.exports = isPlainObject;
|
|
71877 |
|
71878 |
|
71879 |
/***/ }),
|
71880 |
-
/*
|
71881 |
/*!******************************************!*\
|
71882 |
!*** ./node_modules/lodash/_flatRest.js ***!
|
71883 |
\******************************************/
|
@@ -71885,7 +71972,7 @@ module.exports = isPlainObject;
|
|
71885 |
/*! all exports used */
|
71886 |
/***/ (function(module, exports, __webpack_require__) {
|
71887 |
|
71888 |
-
var flatten = __webpack_require__(/*! ./flatten */
|
71889 |
overRest = __webpack_require__(/*! ./_overRest */ 188),
|
71890 |
setToString = __webpack_require__(/*! ./_setToString */ 189);
|
71891 |
|
@@ -71904,7 +71991,7 @@ module.exports = flatRest;
|
|
71904 |
|
71905 |
|
71906 |
/***/ }),
|
71907 |
-
/*
|
71908 |
/*!****************************************!*\
|
71909 |
!*** ./node_modules/lodash/flatten.js ***!
|
71910 |
\****************************************/
|
@@ -71912,7 +71999,7 @@ module.exports = flatRest;
|
|
71912 |
/*! all exports used */
|
71913 |
/***/ (function(module, exports, __webpack_require__) {
|
71914 |
|
71915 |
-
var baseFlatten = __webpack_require__(/*! ./_baseFlatten */
|
71916 |
|
71917 |
/**
|
71918 |
* Flattens `array` a single level deep.
|
@@ -71937,7 +72024,7 @@ module.exports = flatten;
|
|
71937 |
|
71938 |
|
71939 |
/***/ }),
|
71940 |
-
/*
|
71941 |
/*!*********************************************!*\
|
71942 |
!*** ./node_modules/lodash/_baseFlatten.js ***!
|
71943 |
\*********************************************/
|
@@ -71946,7 +72033,7 @@ module.exports = flatten;
|
|
71946 |
/***/ (function(module, exports, __webpack_require__) {
|
71947 |
|
71948 |
var arrayPush = __webpack_require__(/*! ./_arrayPush */ 76),
|
71949 |
-
isFlattenable = __webpack_require__(/*! ./_isFlattenable */
|
71950 |
|
71951 |
/**
|
71952 |
* The base implementation of `_.flatten` with support for restricting flattening.
|
@@ -71986,7 +72073,7 @@ module.exports = baseFlatten;
|
|
71986 |
|
71987 |
|
71988 |
/***/ }),
|
71989 |
-
/*
|
71990 |
/*!***********************************************!*\
|
71991 |
!*** ./node_modules/lodash/_isFlattenable.js ***!
|
71992 |
\***********************************************/
|
@@ -72017,7 +72104,7 @@ module.exports = isFlattenable;
|
|
72017 |
|
72018 |
|
72019 |
/***/ }),
|
72020 |
-
/*
|
72021 |
/*!**************************************************!*\
|
72022 |
!*** ./node_modules/create-react-class/index.js ***!
|
72023 |
\**************************************************/
|
@@ -72037,7 +72124,7 @@ module.exports = isFlattenable;
|
|
72037 |
|
72038 |
|
72039 |
var React = __webpack_require__(/*! react */ 5);
|
72040 |
-
var factory = __webpack_require__(/*! ./factory */
|
72041 |
|
72042 |
if (typeof React === 'undefined') {
|
72043 |
throw Error(
|
@@ -72057,7 +72144,7 @@ module.exports = factory(
|
|
72057 |
|
72058 |
|
72059 |
/***/ }),
|
72060 |
-
/*
|
72061 |
/*!****************************************************!*\
|
72062 |
!*** ./node_modules/create-react-class/factory.js ***!
|
72063 |
\****************************************************/
|
@@ -73072,7 +73159,7 @@ module.exports = factory;
|
|
73072 |
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(/*! ./../process/browser.js */ 6)))
|
73073 |
|
73074 |
/***/ }),
|
73075 |
-
/*
|
73076 |
/*!************************************************!*\
|
73077 |
!*** ./src/blocks/post/post-carousel/block.js ***!
|
73078 |
\************************************************/
|
@@ -73080,7 +73167,7 @@ module.exports = factory;
|
|
73080 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
73081 |
|
73082 |
"use strict";
|
73083 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__edit__ = __webpack_require__(/*! ./edit */
|
73084 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../../dist/blocks/uagb-controls/block-icons */ 1);
|
73085 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__style_scss__ = __webpack_require__(/*! .././style.scss */ 94);
|
73086 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_2__style_scss__);
|
@@ -73122,7 +73209,7 @@ registerBlockType("uagb/post-carousel", {
|
|
73122 |
});
|
73123 |
|
73124 |
/***/ }),
|
73125 |
-
/*
|
73126 |
/*!***********************************************!*\
|
73127 |
!*** ./src/blocks/post/post-carousel/edit.js ***!
|
73128 |
\***********************************************/
|
@@ -73138,7 +73225,7 @@ registerBlockType("uagb/post-carousel", {
|
|
73138 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../../dist/blocks/uagb-controls/block-icons */ 1);
|
73139 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__components_typography__ = __webpack_require__(/*! ../../../components/typography */ 7);
|
73140 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__components_typography_fontloader__ = __webpack_require__(/*! ../../../components/typography/fontloader */ 8);
|
73141 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__blog__ = __webpack_require__(/*! ./blog */
|
73142 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__styling__ = __webpack_require__(/*! .././styling */ 93);
|
73143 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__function__ = __webpack_require__(/*! .././function */ 34);
|
73144 |
var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
|
@@ -74658,7 +74745,7 @@ var UAGBPostCarousel = function (_Component) {
|
|
74658 |
})(UAGBPostCarousel));
|
74659 |
|
74660 |
/***/ }),
|
74661 |
-
/*
|
74662 |
/*!***********************************************!*\
|
74663 |
!*** ./src/blocks/post/post-carousel/blog.js ***!
|
74664 |
\***********************************************/
|
@@ -74853,7 +74940,7 @@ var Blog = function (_React$Component) {
|
|
74853 |
/* harmony default export */ __webpack_exports__["a"] = (Blog);
|
74854 |
|
74855 |
/***/ }),
|
74856 |
-
/*
|
74857 |
/*!************************************************!*\
|
74858 |
!*** ./node_modules/react-slick/lib/slider.js ***!
|
74859 |
\************************************************/
|
@@ -74871,11 +74958,11 @@ exports["default"] = void 0;
|
|
74871 |
|
74872 |
var _react = _interopRequireDefault(__webpack_require__(/*! react */ 5));
|
74873 |
|
74874 |
-
var _innerSlider = __webpack_require__(/*! ./inner-slider */
|
74875 |
|
74876 |
-
var _json2mq = _interopRequireDefault(__webpack_require__(/*! json2mq */
|
74877 |
|
74878 |
-
var _defaultProps = _interopRequireDefault(__webpack_require__(/*! ./default-props */
|
74879 |
|
74880 |
var _innerSliderUtils = __webpack_require__(/*! ./utils/innerSliderUtils */ 42);
|
74881 |
|
@@ -74907,7 +74994,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
|
|
74907 |
|
74908 |
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
74909 |
|
74910 |
-
var enquire = (0, _innerSliderUtils.canUseDOM)() && __webpack_require__(/*! enquire.js */
|
74911 |
|
74912 |
var Slider =
|
74913 |
/*#__PURE__*/
|
@@ -75150,7 +75237,7 @@ exports["default"] = Slider;
|
|
75150 |
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(/*! ./../../process/browser.js */ 6)))
|
75151 |
|
75152 |
/***/ }),
|
75153 |
-
/*
|
75154 |
/*!******************************************************!*\
|
75155 |
!*** ./node_modules/react-slick/lib/inner-slider.js ***!
|
75156 |
\******************************************************/
|
@@ -75168,21 +75255,21 @@ exports.InnerSlider = void 0;
|
|
75168 |
|
75169 |
var _react = _interopRequireDefault(__webpack_require__(/*! react */ 5));
|
75170 |
|
75171 |
-
var _initialState = _interopRequireDefault(__webpack_require__(/*! ./initial-state */
|
75172 |
|
75173 |
-
var _lodash = _interopRequireDefault(__webpack_require__(/*! lodash.debounce */
|
75174 |
|
75175 |
var _classnames = _interopRequireDefault(__webpack_require__(/*! classnames */ 0));
|
75176 |
|
75177 |
var _innerSliderUtils = __webpack_require__(/*! ./utils/innerSliderUtils */ 42);
|
75178 |
|
75179 |
-
var _track = __webpack_require__(/*! ./track */
|
75180 |
|
75181 |
-
var _dots = __webpack_require__(/*! ./dots */
|
75182 |
|
75183 |
-
var _arrows = __webpack_require__(/*! ./arrows */
|
75184 |
|
75185 |
-
var _resizeObserverPolyfill = _interopRequireDefault(__webpack_require__(/*! resize-observer-polyfill */
|
75186 |
|
75187 |
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
75188 |
|
@@ -76032,7 +76119,7 @@ function (_React$Component) {
|
|
76032 |
exports.InnerSlider = InnerSlider;
|
76033 |
|
76034 |
/***/ }),
|
76035 |
-
/*
|
76036 |
/*!*******************************************************!*\
|
76037 |
!*** ./node_modules/react-slick/lib/initial-state.js ***!
|
76038 |
\*******************************************************/
|
@@ -76082,7 +76169,7 @@ var _default = initialState;
|
|
76082 |
exports["default"] = _default;
|
76083 |
|
76084 |
/***/ }),
|
76085 |
-
/*
|
76086 |
/*!***********************************************!*\
|
76087 |
!*** ./node_modules/lodash.debounce/index.js ***!
|
76088 |
\***********************************************/
|
@@ -76471,7 +76558,7 @@ module.exports = debounce;
|
|
76471 |
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(/*! ./../webpack/buildin/global.js */ 74)))
|
76472 |
|
76473 |
/***/ }),
|
76474 |
-
/*
|
76475 |
/*!***********************************************!*\
|
76476 |
!*** ./node_modules/react-slick/lib/track.js ***!
|
76477 |
\***********************************************/
|
@@ -76768,7 +76855,7 @@ function (_React$PureComponent) {
|
|
76768 |
exports.Track = Track;
|
76769 |
|
76770 |
/***/ }),
|
76771 |
-
/*
|
76772 |
/*!**********************************************!*\
|
76773 |
!*** ./node_modules/react-slick/lib/dots.js ***!
|
76774 |
\**********************************************/
|
@@ -76910,7 +76997,7 @@ function (_React$PureComponent) {
|
|
76910 |
exports.Dots = Dots;
|
76911 |
|
76912 |
/***/ }),
|
76913 |
-
/*
|
76914 |
/*!************************************************!*\
|
76915 |
!*** ./node_modules/react-slick/lib/arrows.js ***!
|
76916 |
\************************************************/
|
@@ -77099,7 +77186,7 @@ function (_React$PureComponent2) {
|
|
77099 |
exports.NextArrow = NextArrow;
|
77100 |
|
77101 |
/***/ }),
|
77102 |
-
/*
|
77103 |
/*!*************************************************************************!*\
|
77104 |
!*** ./node_modules/resize-observer-polyfill/dist/ResizeObserver.es.js ***!
|
77105 |
\*************************************************************************/
|
@@ -78041,7 +78128,7 @@ var index = (function () {
|
|
78041 |
/* WEBPACK VAR INJECTION */}.call(__webpack_exports__, __webpack_require__(/*! ./../../webpack/buildin/global.js */ 74)))
|
78042 |
|
78043 |
/***/ }),
|
78044 |
-
/*
|
78045 |
/*!***************************************!*\
|
78046 |
!*** ./node_modules/json2mq/index.js ***!
|
78047 |
\***************************************/
|
@@ -78049,7 +78136,7 @@ var index = (function () {
|
|
78049 |
/*! all exports used */
|
78050 |
/***/ (function(module, exports, __webpack_require__) {
|
78051 |
|
78052 |
-
var camel2hyphen = __webpack_require__(/*! string-convert/camel2hyphen */
|
78053 |
|
78054 |
var isDimension = function (feature) {
|
78055 |
var re = /[height|width]$/;
|
@@ -78102,7 +78189,7 @@ var json2mq = function (query) {
|
|
78102 |
module.exports = json2mq;
|
78103 |
|
78104 |
/***/ }),
|
78105 |
-
/*
|
78106 |
/*!*****************************************************!*\
|
78107 |
!*** ./node_modules/string-convert/camel2hyphen.js ***!
|
78108 |
\*****************************************************/
|
@@ -78121,7 +78208,7 @@ var camel2hyphen = function (str) {
|
|
78121 |
module.exports = camel2hyphen;
|
78122 |
|
78123 |
/***/ }),
|
78124 |
-
/*
|
78125 |
/*!*******************************************************!*\
|
78126 |
!*** ./node_modules/react-slick/lib/default-props.js ***!
|
78127 |
\*******************************************************/
|
@@ -78205,7 +78292,7 @@ var _default = defaultProps;
|
|
78205 |
exports["default"] = _default;
|
78206 |
|
78207 |
/***/ }),
|
78208 |
-
/*
|
78209 |
/*!**********************************************!*\
|
78210 |
!*** ./node_modules/enquire.js/src/index.js ***!
|
78211 |
\**********************************************/
|
@@ -78213,12 +78300,12 @@ exports["default"] = _default;
|
|
78213 |
/*! all exports used */
|
78214 |
/***/ (function(module, exports, __webpack_require__) {
|
78215 |
|
78216 |
-
var MediaQueryDispatch = __webpack_require__(/*! ./MediaQueryDispatch */
|
78217 |
module.exports = new MediaQueryDispatch();
|
78218 |
|
78219 |
|
78220 |
/***/ }),
|
78221 |
-
/*
|
78222 |
/*!***********************************************************!*\
|
78223 |
!*** ./node_modules/enquire.js/src/MediaQueryDispatch.js ***!
|
78224 |
\***********************************************************/
|
@@ -78226,7 +78313,7 @@ module.exports = new MediaQueryDispatch();
|
|
78226 |
/*! all exports used */
|
78227 |
/***/ (function(module, exports, __webpack_require__) {
|
78228 |
|
78229 |
-
var MediaQuery = __webpack_require__(/*! ./MediaQuery */
|
78230 |
var Util = __webpack_require__(/*! ./Util */ 195);
|
78231 |
var each = Util.each;
|
78232 |
var isFunction = Util.isFunction;
|
@@ -78314,7 +78401,7 @@ module.exports = MediaQueryDispatch;
|
|
78314 |
|
78315 |
|
78316 |
/***/ }),
|
78317 |
-
/*
|
78318 |
/*!***************************************************!*\
|
78319 |
!*** ./node_modules/enquire.js/src/MediaQuery.js ***!
|
78320 |
\***************************************************/
|
@@ -78322,7 +78409,7 @@ module.exports = MediaQueryDispatch;
|
|
78322 |
/*! all exports used */
|
78323 |
/***/ (function(module, exports, __webpack_require__) {
|
78324 |
|
78325 |
-
var QueryHandler = __webpack_require__(/*! ./QueryHandler */
|
78326 |
var each = __webpack_require__(/*! ./Util */ 195).each;
|
78327 |
|
78328 |
/**
|
@@ -78418,7 +78505,7 @@ module.exports = MediaQuery;
|
|
78418 |
|
78419 |
|
78420 |
/***/ }),
|
78421 |
-
/*
|
78422 |
/*!*****************************************************!*\
|
78423 |
!*** ./node_modules/enquire.js/src/QueryHandler.js ***!
|
78424 |
\*****************************************************/
|
@@ -78503,7 +78590,7 @@ module.exports = QueryHandler;
|
|
78503 |
|
78504 |
|
78505 |
/***/ }),
|
78506 |
-
/*
|
78507 |
/*!*********************************************!*\
|
78508 |
!*** ./src/blocks/post/post-title/block.js ***!
|
78509 |
\*********************************************/
|
@@ -78512,11 +78599,11 @@ module.exports = QueryHandler;
|
|
78512 |
|
78513 |
"use strict";
|
78514 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__edit__ = __webpack_require__(/*! ./edit */ 180);
|
78515 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__style_scss__ = __webpack_require__(/*! ./style.scss */
|
78516 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1__style_scss__);
|
78517 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__editor_scss__ = __webpack_require__(/*! ./editor.scss */
|
78518 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__editor_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_2__editor_scss__);
|
78519 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__save__ = __webpack_require__(/*! ./save */
|
78520 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../../dist/blocks/uagb-controls/block-icons */ 1);
|
78521 |
/**
|
78522 |
* BLOCK: Post Title
|
@@ -78551,7 +78638,7 @@ registerBlockType("uagb/post-title", {
|
|
78551 |
});
|
78552 |
|
78553 |
/***/ }),
|
78554 |
-
/*
|
78555 |
/*!***********************************************!*\
|
78556 |
!*** ./src/blocks/post/post-title/style.scss ***!
|
78557 |
\***********************************************/
|
@@ -78561,7 +78648,7 @@ registerBlockType("uagb/post-title", {
|
|
78561 |
// removed by extract-text-webpack-plugin
|
78562 |
|
78563 |
/***/ }),
|
78564 |
-
/*
|
78565 |
/*!************************************************!*\
|
78566 |
!*** ./src/blocks/post/post-title/editor.scss ***!
|
78567 |
\************************************************/
|
@@ -78571,7 +78658,7 @@ registerBlockType("uagb/post-title", {
|
|
78571 |
// removed by extract-text-webpack-plugin
|
78572 |
|
78573 |
/***/ }),
|
78574 |
-
/*
|
78575 |
/*!********************************************!*\
|
78576 |
!*** ./src/blocks/post/post-title/save.js ***!
|
78577 |
\********************************************/
|
@@ -78597,7 +78684,7 @@ function save() {
|
|
78597 |
}
|
78598 |
|
78599 |
/***/ }),
|
78600 |
-
/*
|
78601 |
/*!*********************************************!*\
|
78602 |
!*** ./src/blocks/post/post-image/block.js ***!
|
78603 |
\*********************************************/
|
@@ -78606,9 +78693,9 @@ function save() {
|
|
78606 |
|
78607 |
"use strict";
|
78608 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__edit__ = __webpack_require__(/*! ./edit */ 182);
|
78609 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__save__ = __webpack_require__(/*! ./save */
|
78610 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../../dist/blocks/uagb-controls/block-icons */ 1);
|
78611 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__editor_scss__ = __webpack_require__(/*! ./editor.scss */
|
78612 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__editor_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_3__editor_scss__);
|
78613 |
/**
|
78614 |
* BLOCK: Post Image
|
@@ -78641,7 +78728,7 @@ registerBlockType("uagb/post-image", {
|
|
78641 |
});
|
78642 |
|
78643 |
/***/ }),
|
78644 |
-
/*
|
78645 |
/*!********************************************!*\
|
78646 |
!*** ./src/blocks/post/post-image/save.js ***!
|
78647 |
\********************************************/
|
@@ -78662,7 +78749,7 @@ function save() {
|
|
78662 |
}
|
78663 |
|
78664 |
/***/ }),
|
78665 |
-
/*
|
78666 |
/*!************************************************!*\
|
78667 |
!*** ./src/blocks/post/post-image/editor.scss ***!
|
78668 |
\************************************************/
|
@@ -78672,7 +78759,7 @@ function save() {
|
|
78672 |
// removed by extract-text-webpack-plugin
|
78673 |
|
78674 |
/***/ }),
|
78675 |
-
/*
|
78676 |
/*!**********************************************!*\
|
78677 |
!*** ./src/blocks/post/post-button/block.js ***!
|
78678 |
\**********************************************/
|
@@ -78681,9 +78768,9 @@ function save() {
|
|
78681 |
|
78682 |
"use strict";
|
78683 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__edit__ = __webpack_require__(/*! ./edit */ 185);
|
78684 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__save__ = __webpack_require__(/*! ./save */
|
78685 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../../dist/blocks/uagb-controls/block-icons */ 1);
|
78686 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__editor_scss__ = __webpack_require__(/*! ./editor.scss */
|
78687 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__editor_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_3__editor_scss__);
|
78688 |
/**
|
78689 |
* BLOCK: Post Button
|
@@ -78716,7 +78803,7 @@ registerBlockType("uagb/post-button", {
|
|
78716 |
});
|
78717 |
|
78718 |
/***/ }),
|
78719 |
-
/*
|
78720 |
/*!*********************************************!*\
|
78721 |
!*** ./src/blocks/post/post-button/save.js ***!
|
78722 |
\*********************************************/
|
@@ -78739,7 +78826,7 @@ function save() {
|
|
78739 |
}
|
78740 |
|
78741 |
/***/ }),
|
78742 |
-
/*
|
78743 |
/*!*************************************************!*\
|
78744 |
!*** ./src/blocks/post/post-button/editor.scss ***!
|
78745 |
\*************************************************/
|
@@ -78749,7 +78836,7 @@ function save() {
|
|
78749 |
// removed by extract-text-webpack-plugin
|
78750 |
|
78751 |
/***/ }),
|
78752 |
-
/*
|
78753 |
/*!***********************************************!*\
|
78754 |
!*** ./src/blocks/post/post-excerpt/block.js ***!
|
78755 |
\***********************************************/
|
@@ -78758,9 +78845,9 @@ function save() {
|
|
78758 |
|
78759 |
"use strict";
|
78760 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__edit__ = __webpack_require__(/*! ./edit */ 183);
|
78761 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__save__ = __webpack_require__(/*! ./save */
|
78762 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../../dist/blocks/uagb-controls/block-icons */ 1);
|
78763 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__style_scss__ = __webpack_require__(/*! ./style.scss */
|
78764 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_3__style_scss__);
|
78765 |
/**
|
78766 |
* BLOCK: Post Excerpt
|
@@ -78794,7 +78881,7 @@ registerBlockType("uagb/post-excerpt", {
|
|
78794 |
});
|
78795 |
|
78796 |
/***/ }),
|
78797 |
-
/*
|
78798 |
/*!**********************************************!*\
|
78799 |
!*** ./src/blocks/post/post-excerpt/save.js ***!
|
78800 |
\**********************************************/
|
@@ -78815,7 +78902,7 @@ function save() {
|
|
78815 |
}
|
78816 |
|
78817 |
/***/ }),
|
78818 |
-
/*
|
78819 |
/*!*************************************************!*\
|
78820 |
!*** ./src/blocks/post/post-excerpt/style.scss ***!
|
78821 |
\*************************************************/
|
@@ -78825,7 +78912,7 @@ function save() {
|
|
78825 |
// removed by extract-text-webpack-plugin
|
78826 |
|
78827 |
/***/ }),
|
78828 |
-
/*
|
78829 |
/*!********************************************!*\
|
78830 |
!*** ./src/blocks/post/post-meta/block.js ***!
|
78831 |
\********************************************/
|
@@ -78834,11 +78921,11 @@ function save() {
|
|
78834 |
|
78835 |
"use strict";
|
78836 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__edit__ = __webpack_require__(/*! ./edit */ 181);
|
78837 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__save__ = __webpack_require__(/*! ./save */
|
78838 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../../dist/blocks/uagb-controls/block-icons */ 1);
|
78839 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__style_scss__ = __webpack_require__(/*! ./style.scss */
|
78840 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_3__style_scss__);
|
78841 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__editor_scss__ = __webpack_require__(/*! ./editor.scss */
|
78842 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__editor_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_4__editor_scss__);
|
78843 |
/**
|
78844 |
* BLOCK: Post Meta
|
@@ -78872,7 +78959,7 @@ registerBlockType("uagb/post-meta", {
|
|
78872 |
});
|
78873 |
|
78874 |
/***/ }),
|
78875 |
-
/*
|
78876 |
/*!*******************************************!*\
|
78877 |
!*** ./src/blocks/post/post-meta/save.js ***!
|
78878 |
\*******************************************/
|
@@ -78916,7 +79003,7 @@ function save() {
|
|
78916 |
}
|
78917 |
|
78918 |
/***/ }),
|
78919 |
-
/*
|
78920 |
/*!**********************************************!*\
|
78921 |
!*** ./src/blocks/post/post-meta/style.scss ***!
|
78922 |
\**********************************************/
|
@@ -78926,7 +79013,7 @@ function save() {
|
|
78926 |
// removed by extract-text-webpack-plugin
|
78927 |
|
78928 |
/***/ }),
|
78929 |
-
/*
|
78930 |
/*!***********************************************!*\
|
78931 |
!*** ./src/blocks/post/post-meta/editor.scss ***!
|
78932 |
\***********************************************/
|
@@ -78936,7 +79023,7 @@ function save() {
|
|
78936 |
// removed by extract-text-webpack-plugin
|
78937 |
|
78938 |
/***/ }),
|
78939 |
-
/*
|
78940 |
/*!*************************************!*\
|
78941 |
!*** ./src/blocks/section/block.js ***!
|
78942 |
\*************************************/
|
@@ -78947,14 +79034,14 @@ function save() {
|
|
78947 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames__ = __webpack_require__(/*! classnames */ 0);
|
78948 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_classnames__);
|
78949 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
78950 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__style_scss__ = __webpack_require__(/*! ./style.scss */
|
78951 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_2__style_scss__);
|
78952 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__editor_scss__ = __webpack_require__(/*! ./editor.scss */
|
78953 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__editor_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_3__editor_scss__);
|
78954 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__attributes__ = __webpack_require__(/*! ./attributes */ 196);
|
78955 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__edit__ = __webpack_require__(/*! ./edit */
|
78956 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__save__ = __webpack_require__(/*! ./save */
|
78957 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__deprecated__ = __webpack_require__(/*! ./deprecated */
|
78958 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__inline_styles__ = __webpack_require__(/*! ./inline-styles */ 197);
|
78959 |
/**
|
78960 |
* BLOCK: Section
|
@@ -79002,7 +79089,7 @@ registerBlockType("uagb/section", {
|
|
79002 |
});
|
79003 |
|
79004 |
/***/ }),
|
79005 |
-
/*
|
79006 |
/*!***************************************!*\
|
79007 |
!*** ./src/blocks/section/style.scss ***!
|
79008 |
\***************************************/
|
@@ -79012,7 +79099,7 @@ registerBlockType("uagb/section", {
|
|
79012 |
// removed by extract-text-webpack-plugin
|
79013 |
|
79014 |
/***/ }),
|
79015 |
-
/*
|
79016 |
/*!****************************************!*\
|
79017 |
!*** ./src/blocks/section/editor.scss ***!
|
79018 |
\****************************************/
|
@@ -79022,7 +79109,7 @@ registerBlockType("uagb/section", {
|
|
79022 |
// removed by extract-text-webpack-plugin
|
79023 |
|
79024 |
/***/ }),
|
79025 |
-
/*
|
79026 |
/*!************************************!*\
|
79027 |
!*** ./src/blocks/section/edit.js ***!
|
79028 |
\************************************/
|
@@ -79033,7 +79120,7 @@ registerBlockType("uagb/section", {
|
|
79033 |
"use strict";
|
79034 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames__ = __webpack_require__(/*! classnames */ 0);
|
79035 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_classnames__);
|
79036 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__styling__ = __webpack_require__(/*! ./styling */
|
79037 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
79038 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__components_box_shadow__ = __webpack_require__(/*! ../../components/box-shadow */ 64);
|
79039 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__components_gradient_settings__ = __webpack_require__(/*! ../../components/gradient-settings */ 101);
|
@@ -80243,7 +80330,7 @@ var UAGBSectionEdit = function (_Component) {
|
|
80243 |
/* harmony default export */ __webpack_exports__["a"] = (withNotices(UAGBSectionEdit));
|
80244 |
|
80245 |
/***/ }),
|
80246 |
-
/*
|
80247 |
/*!***************************************!*\
|
80248 |
!*** ./src/blocks/section/styling.js ***!
|
80249 |
\***************************************/
|
@@ -80457,7 +80544,7 @@ function styling(props) {
|
|
80457 |
/* harmony default export */ __webpack_exports__["a"] = (styling);
|
80458 |
|
80459 |
/***/ }),
|
80460 |
-
/*
|
80461 |
/*!************************************!*\
|
80462 |
!*** ./src/blocks/section/save.js ***!
|
80463 |
\************************************/
|
@@ -80527,7 +80614,7 @@ function save(props) {
|
|
80527 |
}
|
80528 |
|
80529 |
/***/ }),
|
80530 |
-
/*
|
80531 |
/*!******************************************!*\
|
80532 |
!*** ./src/blocks/section/deprecated.js ***!
|
80533 |
\******************************************/
|
@@ -80647,7 +80734,7 @@ var deprecated = [{
|
|
80647 |
/* harmony default export */ __webpack_exports__["a"] = (deprecated);
|
80648 |
|
80649 |
/***/ }),
|
80650 |
-
/*
|
80651 |
/*!*************************************!*\
|
80652 |
!*** ./src/blocks/buttons/block.js ***!
|
80653 |
\*************************************/
|
@@ -80657,12 +80744,12 @@ var deprecated = [{
|
|
80657 |
"use strict";
|
80658 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
80659 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__attributes__ = __webpack_require__(/*! ./attributes */ 198);
|
80660 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__edit__ = __webpack_require__(/*! ./edit */
|
80661 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__deprecated__ = __webpack_require__(/*! ./deprecated */
|
80662 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__save__ = __webpack_require__(/*! ./save */
|
80663 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__style_scss__ = __webpack_require__(/*! ./style.scss */
|
80664 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_5__style_scss__);
|
80665 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__editor_scss__ = __webpack_require__(/*! ./editor.scss */
|
80666 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__editor_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_6__editor_scss__);
|
80667 |
/**
|
80668 |
* BLOCK: Multi Buttons
|
@@ -80716,7 +80803,7 @@ registerBlockType("uagb/buttons", {
|
|
80716 |
});
|
80717 |
|
80718 |
/***/ }),
|
80719 |
-
/*
|
80720 |
/*!************************************!*\
|
80721 |
!*** ./src/blocks/buttons/edit.js ***!
|
80722 |
\************************************/
|
@@ -80729,7 +80816,7 @@ registerBlockType("uagb/buttons", {
|
|
80729 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_classnames__);
|
80730 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_lodash_times__ = __webpack_require__(/*! lodash/times */ 14);
|
80731 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_lodash_times___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1_lodash_times__);
|
80732 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__styling__ = __webpack_require__(/*! ./styling */
|
80733 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3_memize__ = __webpack_require__(/*! memize */ 19);
|
80734 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3_memize___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_3_memize__);
|
80735 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__components_typography__ = __webpack_require__(/*! ../../components/typography */ 7);
|
@@ -80952,7 +81039,7 @@ var UAGBMultiButtonEdit = function (_Component) {
|
|
80952 |
/* harmony default export */ __webpack_exports__["a"] = (UAGBMultiButtonEdit);
|
80953 |
|
80954 |
/***/ }),
|
80955 |
-
/*
|
80956 |
/*!**********************************************!*\
|
80957 |
!*** ./node_modules/lodash/_castFunction.js ***!
|
80958 |
\**********************************************/
|
@@ -80977,7 +81064,7 @@ module.exports = castFunction;
|
|
80977 |
|
80978 |
|
80979 |
/***/ }),
|
80980 |
-
/*
|
80981 |
/*!***************************************!*\
|
80982 |
!*** ./src/blocks/buttons/styling.js ***!
|
80983 |
\***************************************/
|
@@ -81101,7 +81188,7 @@ function styling(props) {
|
|
81101 |
/* harmony default export */ __webpack_exports__["a"] = (styling);
|
81102 |
|
81103 |
/***/ }),
|
81104 |
-
/*
|
81105 |
/*!******************************************!*\
|
81106 |
!*** ./src/blocks/buttons/deprecated.js ***!
|
81107 |
\******************************************/
|
@@ -81279,7 +81366,7 @@ var deprecated = [{
|
|
81279 |
/* harmony default export */ __webpack_exports__["a"] = (deprecated);
|
81280 |
|
81281 |
/***/ }),
|
81282 |
-
/*
|
81283 |
/*!************************************!*\
|
81284 |
!*** ./src/blocks/buttons/save.js ***!
|
81285 |
\************************************/
|
@@ -81325,7 +81412,7 @@ function save(props) {
|
|
81325 |
}
|
81326 |
|
81327 |
/***/ }),
|
81328 |
-
/*
|
81329 |
/*!***************************************!*\
|
81330 |
!*** ./src/blocks/buttons/style.scss ***!
|
81331 |
\***************************************/
|
@@ -81335,7 +81422,7 @@ function save(props) {
|
|
81335 |
// removed by extract-text-webpack-plugin
|
81336 |
|
81337 |
/***/ }),
|
81338 |
-
/*
|
81339 |
/*!****************************************!*\
|
81340 |
!*** ./src/blocks/buttons/editor.scss ***!
|
81341 |
\****************************************/
|
@@ -81345,7 +81432,7 @@ function save(props) {
|
|
81345 |
// removed by extract-text-webpack-plugin
|
81346 |
|
81347 |
/***/ }),
|
81348 |
-
/*
|
81349 |
/*!*******************************************!*\
|
81350 |
!*** ./src/blocks/buttons-child/block.js ***!
|
81351 |
\*******************************************/
|
@@ -81355,10 +81442,10 @@ function save(props) {
|
|
81355 |
"use strict";
|
81356 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
81357 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__attributes__ = __webpack_require__(/*! ./attributes */ 199);
|
81358 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__deprecated__ = __webpack_require__(/*! ./deprecated */
|
81359 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__edit__ = __webpack_require__(/*! ./edit */
|
81360 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__save__ = __webpack_require__(/*! ./save */
|
81361 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__style_scss__ = __webpack_require__(/*! ./style.scss */
|
81362 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_5__style_scss__);
|
81363 |
/**
|
81364 |
* BLOCK: Buttons - Child
|
@@ -81387,7 +81474,7 @@ registerBlockType("uagb/buttons-child", {
|
|
81387 |
});
|
81388 |
|
81389 |
/***/ }),
|
81390 |
-
/*
|
81391 |
/*!************************************************!*\
|
81392 |
!*** ./src/blocks/buttons-child/deprecated.js ***!
|
81393 |
\************************************************/
|
@@ -81450,7 +81537,7 @@ var deprecated = [{
|
|
81450 |
/* harmony default export */ __webpack_exports__["a"] = (deprecated);
|
81451 |
|
81452 |
/***/ }),
|
81453 |
-
/*
|
81454 |
/*!******************************************!*\
|
81455 |
!*** ./src/blocks/buttons-child/edit.js ***!
|
81456 |
\******************************************/
|
@@ -81461,7 +81548,7 @@ var deprecated = [{
|
|
81461 |
"use strict";
|
81462 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames__ = __webpack_require__(/*! classnames */ 0);
|
81463 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_classnames__);
|
81464 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__styling__ = __webpack_require__(/*! ./styling */
|
81465 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
81466 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__dist_blocks_uagb_controls_UAGBIcon_json__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/UAGBIcon.json */ 9);
|
81467 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__dist_blocks_uagb_controls_UAGBIcon_json___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_3__dist_blocks_uagb_controls_UAGBIcon_json__);
|
@@ -82319,7 +82406,7 @@ var UAGBButtonsChild = function (_Component) {
|
|
82319 |
/* harmony default export */ __webpack_exports__["a"] = (UAGBButtonsChild);
|
82320 |
|
82321 |
/***/ }),
|
82322 |
-
/*
|
82323 |
/*!*********************************************!*\
|
82324 |
!*** ./src/blocks/buttons-child/styling.js ***!
|
82325 |
\*********************************************/
|
@@ -82452,7 +82539,7 @@ function styling(props) {
|
|
82452 |
/* harmony default export */ __webpack_exports__["a"] = (styling);
|
82453 |
|
82454 |
/***/ }),
|
82455 |
-
/*
|
82456 |
/*!******************************************************!*\
|
82457 |
!*** ./node_modules/react-transition-group/index.js ***!
|
82458 |
\******************************************************/
|
@@ -82463,9 +82550,9 @@ function styling(props) {
|
|
82463 |
"use strict";
|
82464 |
|
82465 |
|
82466 |
-
var _CSSTransition = _interopRequireDefault(__webpack_require__(/*! ./CSSTransition */
|
82467 |
|
82468 |
-
var _ReplaceTransition = _interopRequireDefault(__webpack_require__(/*! ./ReplaceTransition */
|
82469 |
|
82470 |
var _TransitionGroup = _interopRequireDefault(__webpack_require__(/*! ./TransitionGroup */ 203));
|
82471 |
|
@@ -82481,7 +82568,7 @@ module.exports = {
|
|
82481 |
};
|
82482 |
|
82483 |
/***/ }),
|
82484 |
-
/*
|
82485 |
/*!**************************************************************!*\
|
82486 |
!*** ./node_modules/react-transition-group/CSSTransition.js ***!
|
82487 |
\**************************************************************/
|
@@ -82497,9 +82584,9 @@ exports.default = void 0;
|
|
82497 |
|
82498 |
var PropTypes = _interopRequireWildcard(__webpack_require__(/*! prop-types */ 15));
|
82499 |
|
82500 |
-
var _addClass = _interopRequireDefault(__webpack_require__(/*! dom-helpers/class/addClass */
|
82501 |
|
82502 |
-
var _removeClass = _interopRequireDefault(__webpack_require__(/*! dom-helpers/class/removeClass */
|
82503 |
|
82504 |
var _react = _interopRequireDefault(__webpack_require__(/*! react */ 5));
|
82505 |
|
@@ -82857,7 +82944,7 @@ module.exports = exports["default"];
|
|
82857 |
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(/*! ./../process/browser.js */ 6)))
|
82858 |
|
82859 |
/***/ }),
|
82860 |
-
/*
|
82861 |
/*!****************************************************!*\
|
82862 |
!*** ./node_modules/dom-helpers/class/addClass.js ***!
|
82863 |
\****************************************************/
|
@@ -82868,12 +82955,12 @@ module.exports = exports["default"];
|
|
82868 |
"use strict";
|
82869 |
|
82870 |
|
82871 |
-
var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */
|
82872 |
|
82873 |
exports.__esModule = true;
|
82874 |
exports.default = addClass;
|
82875 |
|
82876 |
-
var _hasClass = _interopRequireDefault(__webpack_require__(/*! ./hasClass */
|
82877 |
|
82878 |
function addClass(element, className) {
|
82879 |
if (element.classList) element.classList.add(className);else if (!(0, _hasClass.default)(element, className)) if (typeof element.className === 'string') element.className = element.className + ' ' + className;else element.setAttribute('class', (element.className && element.className.baseVal || '') + ' ' + className);
|
@@ -82882,7 +82969,7 @@ function addClass(element, className) {
|
|
82882 |
module.exports = exports["default"];
|
82883 |
|
82884 |
/***/ }),
|
82885 |
-
/*
|
82886 |
/*!**********************************************************************!*\
|
82887 |
!*** ./node_modules/@babel/runtime/helpers/interopRequireDefault.js ***!
|
82888 |
\**********************************************************************/
|
@@ -82899,7 +82986,7 @@ function _interopRequireDefault(obj) {
|
|
82899 |
module.exports = _interopRequireDefault;
|
82900 |
|
82901 |
/***/ }),
|
82902 |
-
/*
|
82903 |
/*!****************************************************!*\
|
82904 |
!*** ./node_modules/dom-helpers/class/hasClass.js ***!
|
82905 |
\****************************************************/
|
@@ -82920,7 +83007,7 @@ function hasClass(element, className) {
|
|
82920 |
module.exports = exports["default"];
|
82921 |
|
82922 |
/***/ }),
|
82923 |
-
/*
|
82924 |
/*!*******************************************************!*\
|
82925 |
!*** ./node_modules/dom-helpers/class/removeClass.js ***!
|
82926 |
\*******************************************************/
|
@@ -82940,7 +83027,7 @@ module.exports = function removeClass(element, className) {
|
|
82940 |
};
|
82941 |
|
82942 |
/***/ }),
|
82943 |
-
/*
|
82944 |
/*!******************************************************************!*\
|
82945 |
!*** ./node_modules/react-transition-group/ReplaceTransition.js ***!
|
82946 |
\******************************************************************/
|
@@ -83102,7 +83189,7 @@ module.exports = exports["default"];
|
|
83102 |
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(/*! ./../process/browser.js */ 6)))
|
83103 |
|
83104 |
/***/ }),
|
83105 |
-
/*
|
83106 |
/*!*******************************************************************!*\
|
83107 |
!*** ./node_modules/react-transition-group/utils/ChildMapping.js ***!
|
83108 |
\*******************************************************************/
|
@@ -83263,7 +83350,7 @@ function getNextChildMapping(nextProps, prevChildMapping, onExited) {
|
|
83263 |
}
|
83264 |
|
83265 |
/***/ }),
|
83266 |
-
/*
|
83267 |
/*!************************************************!*\
|
83268 |
!*** ./dist/blocks/uagb-controls/parseIcon.js ***!
|
83269 |
\************************************************/
|
@@ -83286,7 +83373,7 @@ function parseSVG(svg) {
|
|
83286 |
/* harmony default export */ __webpack_exports__["a"] = (parseSVG);
|
83287 |
|
83288 |
/***/ }),
|
83289 |
-
/*
|
83290 |
/*!******************************************!*\
|
83291 |
!*** ./src/blocks/buttons-child/save.js ***!
|
83292 |
\******************************************/
|
@@ -83362,7 +83449,7 @@ function save(props) {
|
|
83362 |
}
|
83363 |
|
83364 |
/***/ }),
|
83365 |
-
/*
|
83366 |
/*!*********************************************!*\
|
83367 |
!*** ./src/blocks/buttons-child/style.scss ***!
|
83368 |
\*********************************************/
|
@@ -83372,7 +83459,7 @@ function save(props) {
|
|
83372 |
// removed by extract-text-webpack-plugin
|
83373 |
|
83374 |
/***/ }),
|
83375 |
-
/*
|
83376 |
/*!**************************************!*\
|
83377 |
!*** ./src/blocks/info-box/block.js ***!
|
83378 |
\**************************************/
|
@@ -83381,13 +83468,13 @@ function save(props) {
|
|
83381 |
|
83382 |
"use strict";
|
83383 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
83384 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__edit__ = __webpack_require__(/*! ./edit */
|
83385 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__save__ = __webpack_require__(/*! ./save */
|
83386 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__attributes__ = __webpack_require__(/*! ./attributes */ 206);
|
83387 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__deprecated__ = __webpack_require__(/*! ./deprecated */
|
83388 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__editor_scss__ = __webpack_require__(/*! ./editor.scss */
|
83389 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__editor_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_5__editor_scss__);
|
83390 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__style_scss__ = __webpack_require__(/*! ./style.scss */
|
83391 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_6__style_scss__);
|
83392 |
/**
|
83393 |
* BLOCK: Info Box
|
@@ -83422,7 +83509,7 @@ registerBlockType("uagb/info-box", {
|
|
83422 |
});
|
83423 |
|
83424 |
/***/ }),
|
83425 |
-
/*
|
83426 |
/*!*************************************!*\
|
83427 |
!*** ./src/blocks/info-box/edit.js ***!
|
83428 |
\*************************************/
|
@@ -84926,7 +85013,7 @@ var UAGBinfoBox = function (_Component) {
|
|
84926 |
/* harmony default export */ __webpack_exports__["a"] = (UAGBinfoBox);
|
84927 |
|
84928 |
/***/ }),
|
84929 |
-
/*
|
84930 |
/*!*************************************!*\
|
84931 |
!*** ./src/blocks/info-box/save.js ***!
|
84932 |
\*************************************/
|
@@ -85108,7 +85195,7 @@ function save(props) {
|
|
85108 |
}
|
85109 |
|
85110 |
/***/ }),
|
85111 |
-
/*
|
85112 |
/*!*******************************************!*\
|
85113 |
!*** ./src/blocks/info-box/deprecated.js ***!
|
85114 |
\*******************************************/
|
@@ -85122,14 +85209,14 @@ function save(props) {
|
|
85122 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__components_Prefix__ = __webpack_require__(/*! ./components/Prefix */ 103);
|
85123 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__components_Title__ = __webpack_require__(/*! ./components/Title */ 104);
|
85124 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__components_InfoBoxDesc__ = __webpack_require__(/*! ./components/InfoBoxDesc */ 106);
|
85125 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__components_InfoBoxIcon__ = __webpack_require__(/*! ./components/InfoBoxIcon */
|
85126 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__components_Icon__ = __webpack_require__(/*! ./components/Icon */ 105);
|
85127 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__classes__ = __webpack_require__(/*! ./classes */ 107);
|
85128 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__components_InfoBoxSeparator__ = __webpack_require__(/*! ./components/InfoBoxSeparator */ 108);
|
85129 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__components_InfoBoxCta__ = __webpack_require__(/*! ./components/InfoBoxCta */
|
85130 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_9__components_CallToAction__ = __webpack_require__(/*! ./components/CallToAction */ 109);
|
85131 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_10__inline_styles__ = __webpack_require__(/*! ./inline-styles */ 204);
|
85132 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_11__components_InfoBoxIconImage__ = __webpack_require__(/*! ./components/InfoBoxIconImage */
|
85133 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_12__attributes__ = __webpack_require__(/*! ./attributes */ 206);
|
85134 |
function _toConsumableArray(arr) { if (Array.isArray(arr)) { for (var i = 0, arr2 = Array(arr.length); i < arr.length; i++) { arr2[i] = arr[i]; } return arr2; } else { return Array.from(arr); } }
|
85135 |
|
@@ -86157,7 +86244,7 @@ var deprecated = [{
|
|
86157 |
/* harmony default export */ __webpack_exports__["a"] = (deprecated);
|
86158 |
|
86159 |
/***/ }),
|
86160 |
-
/*
|
86161 |
/*!*******************************************************!*\
|
86162 |
!*** ./src/blocks/info-box/components/InfoBoxIcon.js ***!
|
86163 |
\*******************************************************/
|
@@ -86217,7 +86304,7 @@ var InfoBoxIcon = function (_React$Component) {
|
|
86217 |
/* harmony default export */ __webpack_exports__["a"] = (InfoBoxIcon);
|
86218 |
|
86219 |
/***/ }),
|
86220 |
-
/*
|
86221 |
/*!******************************************************!*\
|
86222 |
!*** ./src/blocks/info-box/components/InfoBoxCta.js ***!
|
86223 |
\******************************************************/
|
@@ -86315,7 +86402,7 @@ var InfoBoxCta = function (_React$Component) {
|
|
86315 |
/* harmony default export */ __webpack_exports__["a"] = (InfoBoxCta);
|
86316 |
|
86317 |
/***/ }),
|
86318 |
-
/*
|
86319 |
/*!************************************************************!*\
|
86320 |
!*** ./src/blocks/info-box/components/InfoBoxIconImage.js ***!
|
86321 |
\************************************************************/
|
@@ -86395,7 +86482,7 @@ var InfoBoxIconImage = function (_React$Component) {
|
|
86395 |
/* harmony default export */ __webpack_exports__["a"] = (InfoBoxIconImage);
|
86396 |
|
86397 |
/***/ }),
|
86398 |
-
/*
|
86399 |
/*!*****************************************!*\
|
86400 |
!*** ./src/blocks/info-box/editor.scss ***!
|
86401 |
\*****************************************/
|
@@ -86405,7 +86492,7 @@ var InfoBoxIconImage = function (_React$Component) {
|
|
86405 |
// removed by extract-text-webpack-plugin
|
86406 |
|
86407 |
/***/ }),
|
86408 |
-
/*
|
86409 |
/*!****************************************!*\
|
86410 |
!*** ./src/blocks/info-box/style.scss ***!
|
86411 |
\****************************************/
|
@@ -86415,7 +86502,7 @@ var InfoBoxIconImage = function (_React$Component) {
|
|
86415 |
// removed by extract-text-webpack-plugin
|
86416 |
|
86417 |
/***/ }),
|
86418 |
-
/*
|
86419 |
/*!*****************************************!*\
|
86420 |
!*** ./src/blocks/testimonial/block.js ***!
|
86421 |
\*****************************************/
|
@@ -86426,13 +86513,13 @@ var InfoBoxIconImage = function (_React$Component) {
|
|
86426 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames__ = __webpack_require__(/*! classnames */ 0);
|
86427 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_classnames__);
|
86428 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
86429 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__edit__ = __webpack_require__(/*! ./edit */
|
86430 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__save__ = __webpack_require__(/*! ./save */
|
86431 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__attributes__ = __webpack_require__(/*! ./attributes */ 208);
|
86432 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__deprecated__ = __webpack_require__(/*! ./deprecated */
|
86433 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__style_scss__ = __webpack_require__(/*! ./style.scss */
|
86434 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_6__style_scss__);
|
86435 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__editor_scss__ = __webpack_require__(/*! ./editor.scss */
|
86436 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__editor_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_7__editor_scss__);
|
86437 |
/**
|
86438 |
* BLOCK: Testimonial
|
@@ -86467,7 +86554,7 @@ registerBlockType("uagb/testimonial", {
|
|
86467 |
});
|
86468 |
|
86469 |
/***/ }),
|
86470 |
-
/*
|
86471 |
/*!****************************************!*\
|
86472 |
!*** ./src/blocks/testimonial/edit.js ***!
|
86473 |
\****************************************/
|
@@ -86482,7 +86569,7 @@ registerBlockType("uagb/testimonial", {
|
|
86482 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__components_Company__ = __webpack_require__(/*! ./components/Company */ 111);
|
86483 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__components_Description__ = __webpack_require__(/*! ./components/Description */ 112);
|
86484 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__classes__ = __webpack_require__(/*! ./classes */ 113);
|
86485 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__inline_styles__ = __webpack_require__(/*! ./inline-styles */
|
86486 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__components_Image__ = __webpack_require__(/*! ./components/Image */ 207);
|
86487 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7_lodash_times__ = __webpack_require__(/*! lodash/times */ 14);
|
86488 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7_lodash_times___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_7_lodash_times__);
|
@@ -87673,7 +87760,7 @@ var UAGBtestimonial = function (_Component) {
|
|
87673 |
/* harmony default export */ __webpack_exports__["a"] = (UAGBtestimonial);
|
87674 |
|
87675 |
/***/ }),
|
87676 |
-
/*
|
87677 |
/*!*************************************************!*\
|
87678 |
!*** ./src/blocks/testimonial/inline-styles.js ***!
|
87679 |
\*************************************************/
|
@@ -87918,7 +88005,7 @@ function TestimonialStyle(props) {
|
|
87918 |
/* harmony default export */ __webpack_exports__["a"] = (TestimonialStyle);
|
87919 |
|
87920 |
/***/ }),
|
87921 |
-
/*
|
87922 |
/*!****************************************!*\
|
87923 |
!*** ./src/blocks/testimonial/save.js ***!
|
87924 |
\****************************************/
|
@@ -88034,7 +88121,7 @@ function save(props) {
|
|
88034 |
}
|
88035 |
|
88036 |
/***/ }),
|
88037 |
-
/*
|
88038 |
/*!**********************************************!*\
|
88039 |
!*** ./src/blocks/testimonial/deprecated.js ***!
|
88040 |
\**********************************************/
|
@@ -88051,7 +88138,7 @@ function save(props) {
|
|
88051 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__components_Company__ = __webpack_require__(/*! ./components/Company */ 111);
|
88052 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__components_Description__ = __webpack_require__(/*! ./components/Description */ 112);
|
88053 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__classes__ = __webpack_require__(/*! ./classes */ 113);
|
88054 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__components_TestimonialImage__ = __webpack_require__(/*! ./components/TestimonialImage */
|
88055 |
function _toConsumableArray(arr) { if (Array.isArray(arr)) { for (var i = 0, arr2 = Array(arr.length); i < arr.length; i++) { arr2[i] = arr[i]; } return arr2; } else { return Array.from(arr); } }
|
88056 |
|
88057 |
/**
|
@@ -88343,7 +88430,7 @@ var deprecated = [{
|
|
88343 |
/* harmony default export */ __webpack_exports__["a"] = (deprecated);
|
88344 |
|
88345 |
/***/ }),
|
88346 |
-
/*
|
88347 |
/*!***************************************************************!*\
|
88348 |
!*** ./src/blocks/testimonial/components/TestimonialImage.js ***!
|
88349 |
\***************************************************************/
|
@@ -88428,7 +88515,7 @@ var TestimonialImage = function (_React$Component) {
|
|
88428 |
/* harmony default export */ __webpack_exports__["a"] = (TestimonialImage);
|
88429 |
|
88430 |
/***/ }),
|
88431 |
-
/*
|
88432 |
/*!*******************************************!*\
|
88433 |
!*** ./src/blocks/testimonial/style.scss ***!
|
88434 |
\*******************************************/
|
@@ -88438,7 +88525,7 @@ var TestimonialImage = function (_React$Component) {
|
|
88438 |
// removed by extract-text-webpack-plugin
|
88439 |
|
88440 |
/***/ }),
|
88441 |
-
/*
|
88442 |
/*!********************************************!*\
|
88443 |
!*** ./src/blocks/testimonial/editor.scss ***!
|
88444 |
\********************************************/
|
@@ -88448,7 +88535,7 @@ var TestimonialImage = function (_React$Component) {
|
|
88448 |
// removed by extract-text-webpack-plugin
|
88449 |
|
88450 |
/***/ }),
|
88451 |
-
/*
|
88452 |
/*!**********************************!*\
|
88453 |
!*** ./src/blocks/team/block.js ***!
|
88454 |
\**********************************/
|
@@ -88460,13 +88547,13 @@ var TestimonialImage = function (_React$Component) {
|
|
88460 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_classnames__);
|
88461 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
88462 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_renderIcon__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/renderIcon */ 2);
|
88463 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__edit__ = __webpack_require__(/*! ./edit */
|
88464 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__save__ = __webpack_require__(/*! ./save */
|
88465 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__deprecated__ = __webpack_require__(/*! ./deprecated */
|
88466 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__attributes__ = __webpack_require__(/*! ./attributes */ 209);
|
88467 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__editor_scss__ = __webpack_require__(/*! ./editor.scss */
|
88468 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__editor_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_7__editor_scss__);
|
88469 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__style_scss__ = __webpack_require__(/*! ./style.scss */
|
88470 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_8__style_scss__);
|
88471 |
/**
|
88472 |
* BLOCK: Team
|
@@ -88503,7 +88590,7 @@ registerBlockType("uagb/team", {
|
|
88503 |
});
|
88504 |
|
88505 |
/***/ }),
|
88506 |
-
/*
|
88507 |
/*!*********************************!*\
|
88508 |
!*** ./src/blocks/team/edit.js ***!
|
88509 |
\*********************************/
|
@@ -88518,7 +88605,7 @@ registerBlockType("uagb/team", {
|
|
88518 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_UAGBIcon_json___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_UAGBIcon_json__);
|
88519 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__fonticonpicker_react_fonticonpicker__ = __webpack_require__(/*! @fonticonpicker/react-fonticonpicker */ 10);
|
88520 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__fonticonpicker_react_fonticonpicker___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_2__fonticonpicker_react_fonticonpicker__);
|
88521 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__styling__ = __webpack_require__(/*! ./styling */
|
88522 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__dist_blocks_uagb_controls_renderIcon__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/renderIcon */ 2);
|
88523 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
88524 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__components_typography__ = __webpack_require__(/*! ../../components/typography */ 7);
|
@@ -89433,7 +89520,7 @@ var UAGBTeam = function (_Component) {
|
|
89433 |
/* harmony default export */ __webpack_exports__["a"] = (UAGBTeam);
|
89434 |
|
89435 |
/***/ }),
|
89436 |
-
/*
|
89437 |
/*!************************************!*\
|
89438 |
!*** ./src/blocks/team/styling.js ***!
|
89439 |
\************************************/
|
@@ -89658,7 +89745,7 @@ function styling(props) {
|
|
89658 |
/* harmony default export */ __webpack_exports__["a"] = (styling);
|
89659 |
|
89660 |
/***/ }),
|
89661 |
-
/*
|
89662 |
/*!*********************************!*\
|
89663 |
!*** ./src/blocks/team/save.js ***!
|
89664 |
\*********************************/
|
@@ -89803,7 +89890,7 @@ function save(props) {
|
|
89803 |
}
|
89804 |
|
89805 |
/***/ }),
|
89806 |
-
/*
|
89807 |
/*!***************************************!*\
|
89808 |
!*** ./src/blocks/team/deprecated.js ***!
|
89809 |
\***************************************/
|
@@ -90179,7 +90266,7 @@ var deprecated = [{
|
|
90179 |
/* harmony default export */ __webpack_exports__["a"] = (deprecated);
|
90180 |
|
90181 |
/***/ }),
|
90182 |
-
/*
|
90183 |
/*!*************************************!*\
|
90184 |
!*** ./src/blocks/team/editor.scss ***!
|
90185 |
\*************************************/
|
@@ -90189,7 +90276,7 @@ var deprecated = [{
|
|
90189 |
// removed by extract-text-webpack-plugin
|
90190 |
|
90191 |
/***/ }),
|
90192 |
-
/*
|
90193 |
/*!************************************!*\
|
90194 |
!*** ./src/blocks/team/style.scss ***!
|
90195 |
\************************************/
|
@@ -90199,7 +90286,7 @@ var deprecated = [{
|
|
90199 |
// removed by extract-text-webpack-plugin
|
90200 |
|
90201 |
/***/ }),
|
90202 |
-
/*
|
90203 |
/*!******************************************!*\
|
90204 |
!*** ./src/blocks/social-share/block.js ***!
|
90205 |
\******************************************/
|
@@ -90211,16 +90298,16 @@ var deprecated = [{
|
|
90211 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_classnames__);
|
90212 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
90213 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_renderIcon__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/renderIcon */ 2);
|
90214 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__style_scss__ = __webpack_require__(/*! ./style.scss */
|
90215 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_3__style_scss__);
|
90216 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__editor_scss__ = __webpack_require__(/*! ./editor.scss */
|
90217 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__editor_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_4__editor_scss__);
|
90218 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__transform__ = __webpack_require__(/*! ./transform */
|
90219 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__attributes__ = __webpack_require__(/*! ./attributes */ 210);
|
90220 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__edit__ = __webpack_require__(/*! ./edit */
|
90221 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__links__ = __webpack_require__(/*! ./links */ 114);
|
90222 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_9__save__ = __webpack_require__(/*! ./save */
|
90223 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_10__deprecated__ = __webpack_require__(/*! ./deprecated */
|
90224 |
/**
|
90225 |
* BLOCK: Social Share
|
90226 |
*/
|
@@ -90267,7 +90354,7 @@ registerBlockType("uagb/social-share", {
|
|
90267 |
});
|
90268 |
|
90269 |
/***/ }),
|
90270 |
-
/*
|
90271 |
/*!********************************************!*\
|
90272 |
!*** ./src/blocks/social-share/style.scss ***!
|
90273 |
\********************************************/
|
@@ -90277,7 +90364,7 @@ registerBlockType("uagb/social-share", {
|
|
90277 |
// removed by extract-text-webpack-plugin
|
90278 |
|
90279 |
/***/ }),
|
90280 |
-
/*
|
90281 |
/*!*********************************************!*\
|
90282 |
!*** ./src/blocks/social-share/editor.scss ***!
|
90283 |
\*********************************************/
|
@@ -90287,7 +90374,7 @@ registerBlockType("uagb/social-share", {
|
|
90287 |
// removed by extract-text-webpack-plugin
|
90288 |
|
90289 |
/***/ }),
|
90290 |
-
/*
|
90291 |
/*!**********************************************!*\
|
90292 |
!*** ./src/blocks/social-share/transform.js ***!
|
90293 |
\**********************************************/
|
@@ -90341,7 +90428,7 @@ var transform = {
|
|
90341 |
/* harmony default export */ __webpack_exports__["a"] = (transform);
|
90342 |
|
90343 |
/***/ }),
|
90344 |
-
/*
|
90345 |
/*!*****************************************!*\
|
90346 |
!*** ./src/blocks/social-share/edit.js ***!
|
90347 |
\*****************************************/
|
@@ -90360,7 +90447,7 @@ var transform = {
|
|
90360 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3_memize___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_3_memize__);
|
90361 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__dist_blocks_uagb_controls_UAGBIcon_json__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/UAGBIcon.json */ 9);
|
90362 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__dist_blocks_uagb_controls_UAGBIcon_json___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_4__dist_blocks_uagb_controls_UAGBIcon_json__);
|
90363 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__styling__ = __webpack_require__(/*! ./styling */
|
90364 |
var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();
|
90365 |
|
90366 |
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
@@ -90690,7 +90777,7 @@ var UAGBSocialShare = function (_Component) {
|
|
90690 |
/* harmony default export */ __webpack_exports__["a"] = (UAGBSocialShare);
|
90691 |
|
90692 |
/***/ }),
|
90693 |
-
/*
|
90694 |
/*!********************************************!*\
|
90695 |
!*** ./src/blocks/social-share/styling.js ***!
|
90696 |
\********************************************/
|
@@ -90900,7 +90987,7 @@ function styling(props) {
|
|
90900 |
/* harmony default export */ __webpack_exports__["a"] = (styling);
|
90901 |
|
90902 |
/***/ }),
|
90903 |
-
/*
|
90904 |
/*!*****************************************!*\
|
90905 |
!*** ./src/blocks/social-share/save.js ***!
|
90906 |
\*****************************************/
|
@@ -90950,7 +91037,7 @@ function save(props) {
|
|
90950 |
}
|
90951 |
|
90952 |
/***/ }),
|
90953 |
-
/*
|
90954 |
/*!***********************************************!*\
|
90955 |
!*** ./src/blocks/social-share/deprecated.js ***!
|
90956 |
\***********************************************/
|
@@ -91185,7 +91272,7 @@ var deprecated = [{
|
|
91185 |
/* harmony default export */ __webpack_exports__["a"] = (deprecated);
|
91186 |
|
91187 |
/***/ }),
|
91188 |
-
/*
|
91189 |
/*!************************************************!*\
|
91190 |
!*** ./src/blocks/social-share-child/block.js ***!
|
91191 |
\************************************************/
|
@@ -91195,13 +91282,13 @@ var deprecated = [{
|
|
91195 |
"use strict";
|
91196 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
91197 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__attributes__ = __webpack_require__(/*! ./attributes */ 211);
|
91198 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__edit__ = __webpack_require__(/*! ./edit */
|
91199 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__save__ = __webpack_require__(/*! ./save */
|
91200 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__style_scss__ = __webpack_require__(/*! ./style.scss */
|
91201 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_4__style_scss__);
|
91202 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__editor_scss__ = __webpack_require__(/*! ./editor.scss */
|
91203 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__editor_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_5__editor_scss__);
|
91204 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__deprecated__ = __webpack_require__(/*! ./deprecated */
|
91205 |
/**
|
91206 |
* BLOCK: Social Share Child
|
91207 |
*/
|
@@ -91232,7 +91319,7 @@ registerBlockType("uagb/social-share-child", {
|
|
91232 |
});
|
91233 |
|
91234 |
/***/ }),
|
91235 |
-
/*
|
91236 |
/*!***********************************************!*\
|
91237 |
!*** ./src/blocks/social-share-child/edit.js ***!
|
91238 |
\***********************************************/
|
@@ -91247,7 +91334,7 @@ registerBlockType("uagb/social-share-child", {
|
|
91247 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_UAGBIcon_json___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_UAGBIcon_json__);
|
91248 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__fonticonpicker_react_fonticonpicker__ = __webpack_require__(/*! @fonticonpicker/react-fonticonpicker */ 10);
|
91249 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__fonticonpicker_react_fonticonpicker___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_2__fonticonpicker_react_fonticonpicker__);
|
91250 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__styling__ = __webpack_require__(/*! ./styling */
|
91251 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__dist_blocks_uagb_controls_renderIcon__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/renderIcon */ 2);
|
91252 |
var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();
|
91253 |
|
@@ -91694,7 +91781,7 @@ var UAGBSocialShareChild = function (_Component) {
|
|
91694 |
/* harmony default export */ __webpack_exports__["a"] = (UAGBSocialShareChild);
|
91695 |
|
91696 |
/***/ }),
|
91697 |
-
/*
|
91698 |
/*!**************************************************!*\
|
91699 |
!*** ./src/blocks/social-share-child/styling.js ***!
|
91700 |
\**************************************************/
|
@@ -91750,7 +91837,7 @@ function styling(props) {
|
|
91750 |
/* harmony default export */ __webpack_exports__["a"] = (styling);
|
91751 |
|
91752 |
/***/ }),
|
91753 |
-
/*
|
91754 |
/*!***********************************************!*\
|
91755 |
!*** ./src/blocks/social-share-child/save.js ***!
|
91756 |
\***********************************************/
|
@@ -91824,7 +91911,7 @@ function save(props) {
|
|
91824 |
}
|
91825 |
|
91826 |
/***/ }),
|
91827 |
-
/*
|
91828 |
/*!**************************************************!*\
|
91829 |
!*** ./src/blocks/social-share-child/style.scss ***!
|
91830 |
\**************************************************/
|
@@ -91834,7 +91921,7 @@ function save(props) {
|
|
91834 |
// removed by extract-text-webpack-plugin
|
91835 |
|
91836 |
/***/ }),
|
91837 |
-
/*
|
91838 |
/*!***************************************************!*\
|
91839 |
!*** ./src/blocks/social-share-child/editor.scss ***!
|
91840 |
\***************************************************/
|
@@ -91844,7 +91931,7 @@ function save(props) {
|
|
91844 |
// removed by extract-text-webpack-plugin
|
91845 |
|
91846 |
/***/ }),
|
91847 |
-
/*
|
91848 |
/*!*****************************************************!*\
|
91849 |
!*** ./src/blocks/social-share-child/deprecated.js ***!
|
91850 |
\*****************************************************/
|
@@ -91926,7 +92013,7 @@ var deprecated = [{
|
|
91926 |
/* harmony default export */ __webpack_exports__["a"] = (deprecated);
|
91927 |
|
91928 |
/***/ }),
|
91929 |
-
/*
|
91930 |
/*!****************************************!*\
|
91931 |
!*** ./src/blocks/google-map/block.js ***!
|
91932 |
\****************************************/
|
@@ -91937,7 +92024,7 @@ var deprecated = [{
|
|
91937 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames__ = __webpack_require__(/*! classnames */ 0);
|
91938 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_classnames__);
|
91939 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
91940 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__style_scss__ = __webpack_require__(/*! ./style.scss */
|
91941 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_2__style_scss__);
|
91942 |
var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();
|
91943 |
|
@@ -92258,7 +92345,7 @@ registerBlockType("uagb/google-map", {
|
|
92258 |
});
|
92259 |
|
92260 |
/***/ }),
|
92261 |
-
/*
|
92262 |
/*!******************************************!*\
|
92263 |
!*** ./src/blocks/google-map/style.scss ***!
|
92264 |
\******************************************/
|
@@ -92268,7 +92355,7 @@ registerBlockType("uagb/google-map", {
|
|
92268 |
// removed by extract-text-webpack-plugin
|
92269 |
|
92270 |
/***/ }),
|
92271 |
-
/*
|
92272 |
/*!***************************************!*\
|
92273 |
!*** ./src/blocks/icon-list/block.js ***!
|
92274 |
\***************************************/
|
@@ -92278,13 +92365,13 @@ registerBlockType("uagb/google-map", {
|
|
92278 |
"use strict";
|
92279 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
92280 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__attributes__ = __webpack_require__(/*! ./attributes */ 213);
|
92281 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__edit__ = __webpack_require__(/*! ./edit */
|
92282 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__save__ = __webpack_require__(/*! ./save */
|
92283 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__transform__ = __webpack_require__(/*! ./transform */
|
92284 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__deprecated__ = __webpack_require__(/*! ./deprecated */
|
92285 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__style_scss__ = __webpack_require__(/*! ./style.scss */
|
92286 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_6__style_scss__);
|
92287 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__editor_scss__ = __webpack_require__(/*! ./editor.scss */
|
92288 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__editor_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_7__editor_scss__);
|
92289 |
/**
|
92290 |
* BLOCK: Icon List
|
@@ -92329,7 +92416,7 @@ registerBlockType("uagb/icon-list", {
|
|
92329 |
});
|
92330 |
|
92331 |
/***/ }),
|
92332 |
-
/*
|
92333 |
/*!**************************************!*\
|
92334 |
!*** ./src/blocks/icon-list/edit.js ***!
|
92335 |
\**************************************/
|
@@ -92346,7 +92433,7 @@ registerBlockType("uagb/icon-list", {
|
|
92346 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_lodash_map___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_2_lodash_map__);
|
92347 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3_memize__ = __webpack_require__(/*! memize */ 19);
|
92348 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3_memize___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_3_memize__);
|
92349 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__styling__ = __webpack_require__(/*! ./styling */
|
92350 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__components_typography__ = __webpack_require__(/*! ../../components/typography */ 7);
|
92351 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__components_typography_fontloader__ = __webpack_require__(/*! ../../components/typography/fontloader */ 8);
|
92352 |
var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();
|
@@ -92765,7 +92852,7 @@ var UAGBIconList = function (_Component) {
|
|
92765 |
/* harmony default export */ __webpack_exports__["a"] = (UAGBIconList);
|
92766 |
|
92767 |
/***/ }),
|
92768 |
-
/*
|
92769 |
/*!*****************************************!*\
|
92770 |
!*** ./src/blocks/icon-list/styling.js ***!
|
92771 |
\*****************************************/
|
@@ -92997,7 +93084,7 @@ function styling(props) {
|
|
92997 |
/* harmony default export */ __webpack_exports__["a"] = (styling);
|
92998 |
|
92999 |
/***/ }),
|
93000 |
-
/*
|
93001 |
/*!**************************************!*\
|
93002 |
!*** ./src/blocks/icon-list/save.js ***!
|
93003 |
\**************************************/
|
@@ -93044,7 +93131,7 @@ function save(props) {
|
|
93044 |
}
|
93045 |
|
93046 |
/***/ }),
|
93047 |
-
/*
|
93048 |
/*!*******************************************!*\
|
93049 |
!*** ./src/blocks/icon-list/transform.js ***!
|
93050 |
\*******************************************/
|
@@ -93098,7 +93185,7 @@ var transform = {
|
|
93098 |
/* harmony default export */ __webpack_exports__["a"] = (transform);
|
93099 |
|
93100 |
/***/ }),
|
93101 |
-
/*
|
93102 |
/*!********************************************!*\
|
93103 |
!*** ./src/blocks/icon-list/deprecated.js ***!
|
93104 |
\********************************************/
|
@@ -93554,7 +93641,7 @@ var deprecated = [{
|
|
93554 |
/* harmony default export */ __webpack_exports__["a"] = (deprecated);
|
93555 |
|
93556 |
/***/ }),
|
93557 |
-
/*
|
93558 |
/*!*****************************************!*\
|
93559 |
!*** ./src/blocks/icon-list/style.scss ***!
|
93560 |
\*****************************************/
|
@@ -93564,7 +93651,7 @@ var deprecated = [{
|
|
93564 |
// removed by extract-text-webpack-plugin
|
93565 |
|
93566 |
/***/ }),
|
93567 |
-
/*
|
93568 |
/*!******************************************!*\
|
93569 |
!*** ./src/blocks/icon-list/editor.scss ***!
|
93570 |
\******************************************/
|
@@ -93574,7 +93661,7 @@ var deprecated = [{
|
|
93574 |
// removed by extract-text-webpack-plugin
|
93575 |
|
93576 |
/***/ }),
|
93577 |
-
/*
|
93578 |
/*!*********************************************!*\
|
93579 |
!*** ./src/blocks/icon-list-child/block.js ***!
|
93580 |
\*********************************************/
|
@@ -93584,13 +93671,13 @@ var deprecated = [{
|
|
93584 |
"use strict";
|
93585 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
93586 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__attributes__ = __webpack_require__(/*! ./attributes */ 214);
|
93587 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__edit__ = __webpack_require__(/*! ./edit */
|
93588 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__save__ = __webpack_require__(/*! ./save */
|
93589 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__style_scss__ = __webpack_require__(/*! ./style.scss */
|
93590 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_4__style_scss__);
|
93591 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__editor_scss__ = __webpack_require__(/*! ./editor.scss */
|
93592 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__editor_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_5__editor_scss__);
|
93593 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__deprecated__ = __webpack_require__(/*! ./deprecated */
|
93594 |
/**
|
93595 |
* BLOCK: Icon List - Child
|
93596 |
*/
|
@@ -93620,7 +93707,7 @@ registerBlockType("uagb/icon-list-child", {
|
|
93620 |
});
|
93621 |
|
93622 |
/***/ }),
|
93623 |
-
/*
|
93624 |
/*!********************************************!*\
|
93625 |
!*** ./src/blocks/icon-list-child/edit.js ***!
|
93626 |
\********************************************/
|
@@ -93635,7 +93722,7 @@ registerBlockType("uagb/icon-list-child", {
|
|
93635 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_UAGBIcon_json___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_UAGBIcon_json__);
|
93636 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__fonticonpicker_react_fonticonpicker__ = __webpack_require__(/*! @fonticonpicker/react-fonticonpicker */ 10);
|
93637 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__fonticonpicker_react_fonticonpicker___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_2__fonticonpicker_react_fonticonpicker__);
|
93638 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__styling__ = __webpack_require__(/*! ./styling */
|
93639 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__dist_blocks_uagb_controls_renderIcon__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/renderIcon */ 2);
|
93640 |
var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();
|
93641 |
|
@@ -94236,7 +94323,7 @@ var UAGBIconListChild = function (_Component) {
|
|
94236 |
/* harmony default export */ __webpack_exports__["a"] = (UAGBIconListChild);
|
94237 |
|
94238 |
/***/ }),
|
94239 |
-
/*
|
94240 |
/*!***********************************************!*\
|
94241 |
!*** ./src/blocks/icon-list-child/styling.js ***!
|
94242 |
\***********************************************/
|
@@ -94304,7 +94391,7 @@ function styling(props) {
|
|
94304 |
/* harmony default export */ __webpack_exports__["a"] = (styling);
|
94305 |
|
94306 |
/***/ }),
|
94307 |
-
/*
|
94308 |
/*!********************************************!*\
|
94309 |
!*** ./src/blocks/icon-list-child/save.js ***!
|
94310 |
\********************************************/
|
@@ -94388,7 +94475,7 @@ function save(props) {
|
|
94388 |
}
|
94389 |
|
94390 |
/***/ }),
|
94391 |
-
/*
|
94392 |
/*!***********************************************!*\
|
94393 |
!*** ./src/blocks/icon-list-child/style.scss ***!
|
94394 |
\***********************************************/
|
@@ -94398,7 +94485,7 @@ function save(props) {
|
|
94398 |
// removed by extract-text-webpack-plugin
|
94399 |
|
94400 |
/***/ }),
|
94401 |
-
/*
|
94402 |
/*!************************************************!*\
|
94403 |
!*** ./src/blocks/icon-list-child/editor.scss ***!
|
94404 |
\************************************************/
|
@@ -94408,7 +94495,7 @@ function save(props) {
|
|
94408 |
// removed by extract-text-webpack-plugin
|
94409 |
|
94410 |
/***/ }),
|
94411 |
-
/*
|
94412 |
/*!**************************************************!*\
|
94413 |
!*** ./src/blocks/icon-list-child/deprecated.js ***!
|
94414 |
\**************************************************/
|
@@ -94497,7 +94584,7 @@ var deprecated = [{
|
|
94497 |
/* harmony default export */ __webpack_exports__["a"] = (deprecated);
|
94498 |
|
94499 |
/***/ }),
|
94500 |
-
/*
|
94501 |
/*!****************************************!*\
|
94502 |
!*** ./src/blocks/price-list/block.js ***!
|
94503 |
\****************************************/
|
@@ -94506,13 +94593,13 @@ var deprecated = [{
|
|
94506 |
|
94507 |
"use strict";
|
94508 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
94509 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__edit__ = __webpack_require__(/*! ./edit */
|
94510 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__save__ = __webpack_require__(/*! ./save */
|
94511 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__deprecated__ = __webpack_require__(/*! ./deprecated */
|
94512 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__attributes__ = __webpack_require__(/*! ./attributes */ 215);
|
94513 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__style_scss__ = __webpack_require__(/*! ./style.scss */
|
94514 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_5__style_scss__);
|
94515 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__editor_scss__ = __webpack_require__(/*! ./editor.scss */
|
94516 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__editor_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_6__editor_scss__);
|
94517 |
var _registerBlockType;
|
94518 |
|
@@ -94590,7 +94677,7 @@ registerBlockType("uagb/restaurant-menu", (_registerBlockType = {
|
|
94590 |
addFilter('editor.BlockEdit', 'uagb/restaurant-menu', withPriceList);
|
94591 |
|
94592 |
/***/ }),
|
94593 |
-
/*
|
94594 |
/*!***************************************!*\
|
94595 |
!*** ./src/blocks/price-list/edit.js ***!
|
94596 |
\***************************************/
|
@@ -94602,7 +94689,7 @@ addFilter('editor.BlockEdit', 'uagb/restaurant-menu', withPriceList);
|
|
94602 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames__ = __webpack_require__(/*! classnames */ 0);
|
94603 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_classnames__);
|
94604 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__classes__ = __webpack_require__(/*! ./classes */ 65);
|
94605 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__inline_styles__ = __webpack_require__(/*! ./inline-styles */
|
94606 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3_lodash_times__ = __webpack_require__(/*! lodash/times */ 14);
|
94607 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3_lodash_times___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_3_lodash_times__);
|
94608 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
@@ -95395,6 +95482,7 @@ var UAGBRestaurantMenu = function (_Component) {
|
|
95395 |
}, {
|
95396 |
key: "componentDidMount",
|
95397 |
value: function componentDidMount() {
|
|
|
95398 |
|
95399 |
// Assigning block_id in the attribute.
|
95400 |
this.props.setAttributes({ block_id: this.props.clientId.substr(0, 8) });
|
@@ -95406,6 +95494,12 @@ var UAGBRestaurantMenu = function (_Component) {
|
|
95406 |
var $style = document.createElement("style");
|
95407 |
$style.setAttribute("id", "uagb-restaurant-menu-style-" + this.props.clientId.substr(0, 8));
|
95408 |
document.head.appendChild($style);
|
|
|
|
|
|
|
|
|
|
|
|
|
95409 |
}
|
95410 |
}]);
|
95411 |
|
@@ -95415,7 +95509,7 @@ var UAGBRestaurantMenu = function (_Component) {
|
|
95415 |
/* harmony default export */ __webpack_exports__["a"] = (UAGBRestaurantMenu);
|
95416 |
|
95417 |
/***/ }),
|
95418 |
-
/*
|
95419 |
/*!************************************************!*\
|
95420 |
!*** ./src/blocks/price-list/inline-styles.js ***!
|
95421 |
\************************************************/
|
@@ -95632,7 +95726,7 @@ function RestMenuStyle(props) {
|
|
95632 |
/* harmony default export */ __webpack_exports__["a"] = (RestMenuStyle);
|
95633 |
|
95634 |
/***/ }),
|
95635 |
-
/*
|
95636 |
/*!***************************************!*\
|
95637 |
!*** ./src/blocks/price-list/save.js ***!
|
95638 |
\***************************************/
|
@@ -95674,7 +95768,7 @@ function save(props) {
|
|
95674 |
}
|
95675 |
|
95676 |
/***/ }),
|
95677 |
-
/*
|
95678 |
/*!*********************************************!*\
|
95679 |
!*** ./src/blocks/price-list/deprecated.js ***!
|
95680 |
\*********************************************/
|
@@ -95846,7 +95940,7 @@ var deprecated = [{
|
|
95846 |
/* harmony default export */ __webpack_exports__["a"] = (deprecated);
|
95847 |
|
95848 |
/***/ }),
|
95849 |
-
/*
|
95850 |
/*!******************************************!*\
|
95851 |
!*** ./src/blocks/price-list/style.scss ***!
|
95852 |
\******************************************/
|
@@ -95856,7 +95950,7 @@ var deprecated = [{
|
|
95856 |
// removed by extract-text-webpack-plugin
|
95857 |
|
95858 |
/***/ }),
|
95859 |
-
/*
|
95860 |
/*!*******************************************!*\
|
95861 |
!*** ./src/blocks/price-list/editor.scss ***!
|
95862 |
\*******************************************/
|
@@ -95866,7 +95960,7 @@ var deprecated = [{
|
|
95866 |
// removed by extract-text-webpack-plugin
|
95867 |
|
95868 |
/***/ }),
|
95869 |
-
/*
|
95870 |
/*!**********************************************!*\
|
95871 |
!*** ./src/blocks/price-list-child/block.js ***!
|
95872 |
\**********************************************/
|
@@ -95875,10 +95969,10 @@ var deprecated = [{
|
|
95875 |
|
95876 |
"use strict";
|
95877 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
95878 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__edit__ = __webpack_require__(/*! ./edit */
|
95879 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__save__ = __webpack_require__(/*! ./save */
|
95880 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__attributes__ = __webpack_require__(/*! ./attributes */
|
95881 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__style_scss__ = __webpack_require__(/*! ./style.scss */
|
95882 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_4__style_scss__);
|
95883 |
/**
|
95884 |
* BLOCK: Price List
|
@@ -95912,7 +96006,7 @@ registerBlockType("uagb/restaurant-menu-child", {
|
|
95912 |
});
|
95913 |
|
95914 |
/***/ }),
|
95915 |
-
/*
|
95916 |
/*!*********************************************!*\
|
95917 |
!*** ./src/blocks/price-list-child/edit.js ***!
|
95918 |
\*********************************************/
|
@@ -96173,7 +96267,7 @@ var UAGBRestaurantMenuChild = function (_Component) {
|
|
96173 |
/* harmony default export */ __webpack_exports__["a"] = (UAGBRestaurantMenuChild);
|
96174 |
|
96175 |
/***/ }),
|
96176 |
-
/*
|
96177 |
/*!*********************************************!*\
|
96178 |
!*** ./src/blocks/price-list-child/save.js ***!
|
96179 |
\*********************************************/
|
@@ -96273,7 +96367,7 @@ function save(props) {
|
|
96273 |
}
|
96274 |
|
96275 |
/***/ }),
|
96276 |
-
/*
|
96277 |
/*!***************************************************!*\
|
96278 |
!*** ./src/blocks/price-list-child/attributes.js ***!
|
96279 |
\***************************************************/
|
@@ -96308,7 +96402,10 @@ var attributes = {
|
|
96308 |
type: "string",
|
96309 |
default: "top"
|
96310 |
},
|
96311 |
-
|
|
|
|
|
|
|
96312 |
imageSize: {
|
96313 |
type: "string",
|
96314 |
default: "medium"
|
@@ -96339,7 +96436,7 @@ var attributes = {
|
|
96339 |
/* harmony default export */ __webpack_exports__["a"] = (attributes);
|
96340 |
|
96341 |
/***/ }),
|
96342 |
-
/*
|
96343 |
/*!************************************************!*\
|
96344 |
!*** ./src/blocks/price-list-child/style.scss ***!
|
96345 |
\************************************************/
|
@@ -96349,7 +96446,7 @@ var attributes = {
|
|
96349 |
// removed by extract-text-webpack-plugin
|
96350 |
|
96351 |
/***/ }),
|
96352 |
-
/*
|
96353 |
/*!**************************************!*\
|
96354 |
!*** ./src/blocks/timeline/block.js ***!
|
96355 |
\**************************************/
|
@@ -96357,15 +96454,15 @@ var attributes = {
|
|
96357 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
96358 |
|
96359 |
"use strict";
|
96360 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__content_timeline_block_js__ = __webpack_require__(/*! ./content-timeline/block.js */
|
96361 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__content_timeline_child_block_js__ = __webpack_require__(/*! ./content-timeline-child/block.js */
|
96362 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__post_timeline_block_js__ = __webpack_require__(/*! ./post-timeline/block.js */
|
96363 |
|
96364 |
|
96365 |
|
96366 |
|
96367 |
/***/ }),
|
96368 |
-
/*
|
96369 |
/*!*******************************************************!*\
|
96370 |
!*** ./src/blocks/timeline/content-timeline/block.js ***!
|
96371 |
\*******************************************************/
|
@@ -96376,12 +96473,12 @@ var attributes = {
|
|
96376 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../../dist/blocks/uagb-controls/block-icons */ 1);
|
96377 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__style_scss__ = __webpack_require__(/*! .././style.scss */ 119);
|
96378 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1__style_scss__);
|
96379 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__style_scss__ = __webpack_require__(/*! ./style.scss */
|
96380 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_2__style_scss__);
|
96381 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__deprecated__ = __webpack_require__(/*! ./deprecated */
|
96382 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__save__ = __webpack_require__(/*! ./save */
|
96383 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__attributes__ = __webpack_require__(/*! ./attributes */ 216);
|
96384 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__edit__ = __webpack_require__(/*! ./edit */
|
96385 |
function _objectWithoutProperties(obj, keys) { var target = {}; for (var i in obj) { if (keys.indexOf(i) >= 0) continue; if (!Object.prototype.hasOwnProperty.call(obj, i)) continue; target[i] = obj[i]; } return target; }
|
96386 |
|
96387 |
/**
|
@@ -96500,7 +96597,7 @@ registerBlockType("uagb/content-timeline", {
|
|
96500 |
addFilter('editor.BlockEdit', 'uagb/content-timeline', withcontentTimeline);
|
96501 |
|
96502 |
/***/ }),
|
96503 |
-
/*
|
96504 |
/*!*********************************************************!*\
|
96505 |
!*** ./src/blocks/timeline/content-timeline/style.scss ***!
|
96506 |
\*********************************************************/
|
@@ -96510,7 +96607,7 @@ addFilter('editor.BlockEdit', 'uagb/content-timeline', withcontentTimeline);
|
|
96510 |
// removed by extract-text-webpack-plugin
|
96511 |
|
96512 |
/***/ }),
|
96513 |
-
/*
|
96514 |
/*!************************************************************!*\
|
96515 |
!*** ./src/blocks/timeline/content-timeline/deprecated.js ***!
|
96516 |
\************************************************************/
|
@@ -97093,7 +97190,7 @@ var deprecated = [{
|
|
97093 |
/* harmony default export */ __webpack_exports__["a"] = (deprecated);
|
97094 |
|
97095 |
/***/ }),
|
97096 |
-
/*
|
97097 |
/*!******************************************************!*\
|
97098 |
!*** ./src/blocks/timeline/content-timeline/save.js ***!
|
97099 |
\******************************************************/
|
@@ -97153,7 +97250,7 @@ function save(props) {
|
|
97153 |
}
|
97154 |
|
97155 |
/***/ }),
|
97156 |
-
/*
|
97157 |
/*!******************************************************!*\
|
97158 |
!*** ./src/blocks/timeline/content-timeline/edit.js ***!
|
97159 |
\******************************************************/
|
@@ -97947,6 +98044,7 @@ var UAGBcontentTimeline = function (_Component) {
|
|
97947 |
}, {
|
97948 |
key: "componentDidUpdate",
|
97949 |
value: function componentDidUpdate() {
|
|
|
97950 |
|
97951 |
select('core/block-editor').getBlocksByClientId(this.props.clientId)[0].innerBlocks.forEach(function (block, key) {
|
97952 |
var align_class = "";
|
@@ -97978,6 +98076,10 @@ var UAGBcontentTimeline = function (_Component) {
|
|
97978 |
dispatch('core/block-editor').updateBlockAttributes(block.clientId, { content_class: align_class });
|
97979 |
dispatch('core/block-editor').updateBlockAttributes(block.clientId, { dayalign_class: day_align_class });
|
97980 |
});
|
|
|
|
|
|
|
|
|
97981 |
|
97982 |
var id = this.props.clientId;
|
97983 |
window.addEventListener("load", this.timelineContent_back(id));
|
@@ -98081,7 +98183,7 @@ var UAGBcontentTimeline = function (_Component) {
|
|
98081 |
/* harmony default export */ __webpack_exports__["a"] = (UAGBcontentTimeline);
|
98082 |
|
98083 |
/***/ }),
|
98084 |
-
/*
|
98085 |
/*!*************************************************************!*\
|
98086 |
!*** ./src/blocks/timeline/content-timeline-child/block.js ***!
|
98087 |
\*************************************************************/
|
@@ -98092,11 +98194,12 @@ var UAGBcontentTimeline = function (_Component) {
|
|
98092 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../../dist/blocks/uagb-controls/block-icons */ 1);
|
98093 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__style_scss__ = __webpack_require__(/*! .././style.scss */ 119);
|
98094 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1__style_scss__);
|
98095 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__style_scss__ = __webpack_require__(/*! ./style.scss */
|
98096 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_2__style_scss__);
|
98097 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__save__ = __webpack_require__(/*! ./save */
|
98098 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__attributes__ = __webpack_require__(/*! ./attributes */
|
98099 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__edit__ = __webpack_require__(/*! ./edit */ 597);
|
|
|
98100 |
/**
|
98101 |
* BLOCK: Content Timeline Child
|
98102 |
*/
|
@@ -98108,6 +98211,7 @@ var UAGBcontentTimeline = function (_Component) {
|
|
98108 |
|
98109 |
|
98110 |
|
|
|
98111 |
var __ = wp.i18n.__;
|
98112 |
var registerBlockType = wp.blocks.registerBlockType;
|
98113 |
|
@@ -98121,11 +98225,12 @@ registerBlockType("uagb/content-timeline-child", {
|
|
98121 |
keywords: [__("Content Timeline"), __("Timeline"), __("uag")],
|
98122 |
attributes: __WEBPACK_IMPORTED_MODULE_4__attributes__["a" /* default */],
|
98123 |
edit: __WEBPACK_IMPORTED_MODULE_5__edit__["a" /* default */],
|
98124 |
-
save: __WEBPACK_IMPORTED_MODULE_3__save__["a" /* default */]
|
|
|
98125 |
});
|
98126 |
|
98127 |
/***/ }),
|
98128 |
-
/*
|
98129 |
/*!***************************************************************!*\
|
98130 |
!*** ./src/blocks/timeline/content-timeline-child/style.scss ***!
|
98131 |
\***************************************************************/
|
@@ -98135,7 +98240,7 @@ registerBlockType("uagb/content-timeline-child", {
|
|
98135 |
// removed by extract-text-webpack-plugin
|
98136 |
|
98137 |
/***/ }),
|
98138 |
-
/*
|
98139 |
/*!************************************************************!*\
|
98140 |
!*** ./src/blocks/timeline/content-timeline-child/save.js ***!
|
98141 |
\************************************************************/
|
@@ -98216,7 +98321,7 @@ function save(props) {
|
|
98216 |
wp.element.createElement(
|
98217 |
"div",
|
98218 |
{ className: "uagb-timeline__date-hide uagb-timeline__date-inner" },
|
98219 |
-
wp.element.createElement(
|
98220 |
"div",
|
98221 |
{ className: "uagb-timeline__inner-date-new" },
|
98222 |
post_date
|
@@ -98257,93 +98362,6 @@ function save(props) {
|
|
98257 |
);
|
98258 |
}
|
98259 |
|
98260 |
-
/***/ }),
|
98261 |
-
/* 596 */
|
98262 |
-
/*!******************************************************************!*\
|
98263 |
-
!*** ./src/blocks/timeline/content-timeline-child/attributes.js ***!
|
98264 |
-
\******************************************************************/
|
98265 |
-
/*! exports provided: default */
|
98266 |
-
/*! exports used: default */
|
98267 |
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
98268 |
-
|
98269 |
-
"use strict";
|
98270 |
-
/**
|
98271 |
-
* BLOCK: UAGB Timeline Child Attributes
|
98272 |
-
*/
|
98273 |
-
|
98274 |
-
var __ = wp.i18n.__;
|
98275 |
-
|
98276 |
-
|
98277 |
-
var attributes = {
|
98278 |
-
content_class: {
|
98279 |
-
type: "string"
|
98280 |
-
},
|
98281 |
-
dayalign_class: {
|
98282 |
-
type: "string"
|
98283 |
-
},
|
98284 |
-
time_heading: {
|
98285 |
-
type: "string",
|
98286 |
-
default: __("Timeline Heading ")
|
98287 |
-
},
|
98288 |
-
time_desc: {
|
98289 |
-
type: "string",
|
98290 |
-
default: __("This is Timeline description, you can change me anytime click here ")
|
98291 |
-
},
|
98292 |
-
dateFormat: {
|
98293 |
-
type: "string",
|
98294 |
-
default: "F j, Y"
|
98295 |
-
},
|
98296 |
-
align: {
|
98297 |
-
type: "string",
|
98298 |
-
default: "center"
|
98299 |
-
},
|
98300 |
-
headingTag: {
|
98301 |
-
type: "string",
|
98302 |
-
default: "h4"
|
98303 |
-
},
|
98304 |
-
timelinAlignment: {
|
98305 |
-
type: "string",
|
98306 |
-
default: "center"
|
98307 |
-
},
|
98308 |
-
arrowlinAlignment: {
|
98309 |
-
type: "string",
|
98310 |
-
default: "center"
|
98311 |
-
},
|
98312 |
-
block_id: {
|
98313 |
-
type: "string",
|
98314 |
-
default: "0"
|
98315 |
-
},
|
98316 |
-
timelineItem: {
|
98317 |
-
type: "number",
|
98318 |
-
default: 5
|
98319 |
-
},
|
98320 |
-
tm_client_id: {
|
98321 |
-
type: "string",
|
98322 |
-
default: "not_set"
|
98323 |
-
},
|
98324 |
-
iconSize: {
|
98325 |
-
type: "number",
|
98326 |
-
default: 12
|
98327 |
-
},
|
98328 |
-
icon: {
|
98329 |
-
type: "string",
|
98330 |
-
default: "fab fa fa-calendar-alt"
|
98331 |
-
},
|
98332 |
-
t_date: {
|
98333 |
-
type: "string",
|
98334 |
-
default: '1/1/2019'
|
98335 |
-
},
|
98336 |
-
displayPostDate: {
|
98337 |
-
type: "boolean"
|
98338 |
-
},
|
98339 |
-
stack: {
|
98340 |
-
type: "string",
|
98341 |
-
default: "tablet"
|
98342 |
-
}
|
98343 |
-
};
|
98344 |
-
|
98345 |
-
/* harmony default export */ __webpack_exports__["a"] = (attributes);
|
98346 |
-
|
98347 |
/***/ }),
|
98348 |
/* 597 */
|
98349 |
/*!************************************************************!*\
|
@@ -98523,7 +98541,7 @@ var UAGBcontentTimelineChild = function (_Component) {
|
|
98523 |
wp.element.createElement(
|
98524 |
"div",
|
98525 |
{ className: "uagb-timeline__date-hide uagb-timeline__date-inner" },
|
98526 |
-
wp.element.createElement(
|
98527 |
"div",
|
98528 |
{ className: "uagb-timeline__inner-date-new" },
|
98529 |
post_date
|
@@ -98538,11 +98556,11 @@ var UAGBcontentTimelineChild = function (_Component) {
|
|
98538 |
wp.element.createElement(RichText, {
|
98539 |
tagName: headingTag,
|
98540 |
value: time_heading,
|
98541 |
-
placeholder: __("Write a Heading"),
|
98542 |
-
className: "uagb-timeline__heading",
|
98543 |
onChange: function onChange(value) {
|
98544 |
-
setAttributes({
|
98545 |
},
|
|
|
|
|
98546 |
onMerge: mergeBlocks,
|
98547 |
unstableOnSplit: insertBlocksAfter ? function (before, after) {
|
98548 |
for (var _len2 = arguments.length, blocks = Array(_len2 > 2 ? _len2 - 2 : 0), _key2 = 2; _key2 < _len2; _key2++) {
|
@@ -98560,6 +98578,9 @@ var UAGBcontentTimelineChild = function (_Component) {
|
|
98560 |
wp.element.createElement(RichText, {
|
98561 |
tagName: "p",
|
98562 |
value: time_desc,
|
|
|
|
|
|
|
98563 |
placeholder: __("Write a Description"),
|
98564 |
className: "uagb-timeline-desc-content",
|
98565 |
onMerge: mergeBlocks,
|
@@ -98595,6 +98616,133 @@ var UAGBcontentTimelineChild = function (_Component) {
|
|
98595 |
|
98596 |
/***/ }),
|
98597 |
/* 598 */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
98598 |
/*!****************************************************!*\
|
98599 |
!*** ./src/blocks/timeline/post-timeline/block.js ***!
|
98600 |
\****************************************************/
|
@@ -98606,9 +98754,9 @@ var UAGBcontentTimelineChild = function (_Component) {
|
|
98606 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../../dist/blocks/uagb-controls/block-icons */ 1);
|
98607 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__style_scss__ = __webpack_require__(/*! .././style.scss */ 119);
|
98608 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1__style_scss__);
|
98609 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__editor_scss__ = __webpack_require__(/*! .././editor.scss */
|
98610 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__editor_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_2__editor_scss__);
|
98611 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__edit__ = __webpack_require__(/*! ./edit */
|
98612 |
/**
|
98613 |
* BLOCK: Post Timeline Js.
|
98614 |
*/
|
@@ -98647,7 +98795,7 @@ registerBlockType("uagb/post-timeline", {
|
|
98647 |
});
|
98648 |
|
98649 |
/***/ }),
|
98650 |
-
/*
|
98651 |
/*!*****************************************!*\
|
98652 |
!*** ./src/blocks/timeline/editor.scss ***!
|
98653 |
\*****************************************/
|
@@ -98657,7 +98805,7 @@ registerBlockType("uagb/post-timeline", {
|
|
98657 |
// removed by extract-text-webpack-plugin
|
98658 |
|
98659 |
/***/ }),
|
98660 |
-
/*
|
98661 |
/*!***************************************************!*\
|
98662 |
!*** ./src/blocks/timeline/post-timeline/edit.js ***!
|
98663 |
\***************************************************/
|
@@ -98666,9 +98814,9 @@ registerBlockType("uagb/post-timeline", {
|
|
98666 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
98667 |
|
98668 |
"use strict";
|
98669 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_lodash_isUndefined__ = __webpack_require__(/*! lodash/isUndefined */
|
98670 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_lodash_isUndefined___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_lodash_isUndefined__);
|
98671 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_lodash_pickBy__ = __webpack_require__(/*! lodash/pickBy */
|
98672 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_lodash_pickBy___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1_lodash_pickBy__);
|
98673 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_lodash_map__ = __webpack_require__(/*! lodash/map */ 17);
|
98674 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_lodash_map___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_2_lodash_map__);
|
@@ -98683,13 +98831,13 @@ registerBlockType("uagb/post-timeline", {
|
|
98683 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__classes__ = __webpack_require__(/*! .././classes */ 66);
|
98684 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_9__align_classes__ = __webpack_require__(/*! .././align-classes */ 218);
|
98685 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_10__day_align_classes__ = __webpack_require__(/*! .././day-align-classes */ 219);
|
98686 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_11__components_Title__ = __webpack_require__(/*! ./components/Title */
|
98687 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_12__components_FeaturedImage__ = __webpack_require__(/*! ./components/FeaturedImage */
|
98688 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_13__components_Excerpt__ = __webpack_require__(/*! ./components/Excerpt */
|
98689 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_14__components_CtaLink__ = __webpack_require__(/*! ./components/CtaLink */
|
98690 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_15__components_Author__ = __webpack_require__(/*! ./components/Author */
|
98691 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_16__components_PostDate__ = __webpack_require__(/*! ./components/PostDate */
|
98692 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_17__components_Icon__ = __webpack_require__(/*! ./components/Icon */
|
98693 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_18__components_typography__ = __webpack_require__(/*! ../../../components/typography */ 7);
|
98694 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_19__components_typography_fontloader__ = __webpack_require__(/*! ../../../components/typography/fontloader */ 8);
|
98695 |
var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
|
@@ -100107,7 +100255,7 @@ var UAGBTimeline = function (_Component) {
|
|
100107 |
})(UAGBTimeline));
|
100108 |
|
100109 |
/***/ }),
|
100110 |
-
/*
|
100111 |
/*!********************************************!*\
|
100112 |
!*** ./node_modules/lodash/isUndefined.js ***!
|
100113 |
\********************************************/
|
@@ -100139,7 +100287,7 @@ module.exports = isUndefined;
|
|
100139 |
|
100140 |
|
100141 |
/***/ }),
|
100142 |
-
/*
|
100143 |
/*!***************************************!*\
|
100144 |
!*** ./node_modules/lodash/pickBy.js ***!
|
100145 |
\***************************************/
|
@@ -100148,7 +100296,7 @@ module.exports = isUndefined;
|
|
100148 |
|
100149 |
var arrayMap = __webpack_require__(/*! ./_arrayMap */ 44),
|
100150 |
baseIteratee = __webpack_require__(/*! ./_baseIteratee */ 143),
|
100151 |
-
basePickBy = __webpack_require__(/*! ./_basePickBy */
|
100152 |
getAllKeysIn = __webpack_require__(/*! ./_getAllKeysIn */ 99);
|
100153 |
|
100154 |
/**
|
@@ -100186,7 +100334,7 @@ module.exports = pickBy;
|
|
100186 |
|
100187 |
|
100188 |
/***/ }),
|
100189 |
-
/*
|
100190 |
/*!********************************************!*\
|
100191 |
!*** ./node_modules/lodash/_basePickBy.js ***!
|
100192 |
\********************************************/
|
@@ -100195,7 +100343,7 @@ module.exports = pickBy;
|
|
100195 |
/***/ (function(module, exports, __webpack_require__) {
|
100196 |
|
100197 |
var baseGet = __webpack_require__(/*! ./_baseGet */ 55),
|
100198 |
-
baseSet = __webpack_require__(/*! ./_baseSet */
|
100199 |
castPath = __webpack_require__(/*! ./_castPath */ 30);
|
100200 |
|
100201 |
/**
|
@@ -100227,7 +100375,7 @@ module.exports = basePickBy;
|
|
100227 |
|
100228 |
|
100229 |
/***/ }),
|
100230 |
-
/*
|
100231 |
/*!*****************************************!*\
|
100232 |
!*** ./node_modules/lodash/_baseSet.js ***!
|
100233 |
\*****************************************/
|
@@ -100285,7 +100433,7 @@ module.exports = baseSet;
|
|
100285 |
|
100286 |
|
100287 |
/***/ }),
|
100288 |
-
/*
|
100289 |
/*!***************************************************************!*\
|
100290 |
!*** ./src/blocks/timeline/post-timeline/components/Title.js ***!
|
100291 |
\***************************************************************/
|
@@ -100351,7 +100499,7 @@ var Title = function (_React$Component) {
|
|
100351 |
/* harmony default export */ __webpack_exports__["a"] = (Title);
|
100352 |
|
100353 |
/***/ }),
|
100354 |
-
/*
|
100355 |
/*!***********************************************************************!*\
|
100356 |
!*** ./src/blocks/timeline/post-timeline/components/FeaturedImage.js ***!
|
100357 |
\***********************************************************************/
|
@@ -100420,7 +100568,7 @@ var FeaturedImage = function (_React$Component) {
|
|
100420 |
/* harmony default export */ __webpack_exports__["a"] = (FeaturedImage);
|
100421 |
|
100422 |
/***/ }),
|
100423 |
-
/*
|
100424 |
/*!*****************************************************************!*\
|
100425 |
!*** ./src/blocks/timeline/post-timeline/components/Excerpt.js ***!
|
100426 |
\*****************************************************************/
|
@@ -100479,7 +100627,7 @@ var Excerpt = function (_React$Component) {
|
|
100479 |
/* harmony default export */ __webpack_exports__["a"] = (Excerpt);
|
100480 |
|
100481 |
/***/ }),
|
100482 |
-
/*
|
100483 |
/*!*****************************************************************!*\
|
100484 |
!*** ./src/blocks/timeline/post-timeline/components/CtaLink.js ***!
|
100485 |
\*****************************************************************/
|
@@ -100539,7 +100687,7 @@ var CtaLink = function (_React$Component) {
|
|
100539 |
/* harmony default export */ __webpack_exports__["a"] = (CtaLink);
|
100540 |
|
100541 |
/***/ }),
|
100542 |
-
/*
|
100543 |
/*!****************************************************************!*\
|
100544 |
!*** ./src/blocks/timeline/post-timeline/components/Author.js ***!
|
100545 |
\****************************************************************/
|
@@ -100603,7 +100751,7 @@ var Author = function (_React$Component) {
|
|
100603 |
/* harmony default export */ __webpack_exports__["a"] = (Author);
|
100604 |
|
100605 |
/***/ }),
|
100606 |
-
/*
|
100607 |
/*!******************************************************************!*\
|
100608 |
!*** ./src/blocks/timeline/post-timeline/components/PostDate.js ***!
|
100609 |
\******************************************************************/
|
@@ -100663,7 +100811,7 @@ var PostDate = function (_React$Component) {
|
|
100663 |
/* harmony default export */ __webpack_exports__["a"] = (PostDate);
|
100664 |
|
100665 |
/***/ }),
|
100666 |
-
/*
|
100667 |
/*!**************************************************************!*\
|
100668 |
!*** ./src/blocks/timeline/post-timeline/components/Icon.js ***!
|
100669 |
\**************************************************************/
|
@@ -100717,7 +100865,7 @@ var Icon = function (_React$Component) {
|
|
100717 |
/* harmony default export */ __webpack_exports__["a"] = (Icon);
|
100718 |
|
100719 |
/***/ }),
|
100720 |
-
/*
|
100721 |
/*!********************************************!*\
|
100722 |
!*** ./src/blocks/call-to-action/block.js ***!
|
100723 |
\********************************************/
|
@@ -100726,13 +100874,13 @@ var Icon = function (_React$Component) {
|
|
100726 |
|
100727 |
"use strict";
|
100728 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
100729 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__edit__ = __webpack_require__(/*! ./edit */
|
100730 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__save__ = __webpack_require__(/*! ./save */
|
100731 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__attributes__ = __webpack_require__(/*! ./attributes */
|
100732 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__deprecated__ = __webpack_require__(/*! ./deprecated */
|
100733 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__editor_scss__ = __webpack_require__(/*! ./editor.scss */
|
100734 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__editor_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_5__editor_scss__);
|
100735 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__style_scss__ = __webpack_require__(/*! ./style.scss */
|
100736 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_6__style_scss__);
|
100737 |
/**
|
100738 |
* BLOCK: Call To Action.
|
@@ -100770,7 +100918,7 @@ registerBlockType("uagb/call-to-action", {
|
|
100770 |
});
|
100771 |
|
100772 |
/***/ }),
|
100773 |
-
/*
|
100774 |
/*!*******************************************!*\
|
100775 |
!*** ./src/blocks/call-to-action/edit.js ***!
|
100776 |
\*******************************************/
|
@@ -100790,7 +100938,7 @@ registerBlockType("uagb/call-to-action", {
|
|
100790 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__classes__ = __webpack_require__(/*! ./classes */ 122);
|
100791 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__components_CTA__ = __webpack_require__(/*! ./components/CTA */ 123);
|
100792 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
100793 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__inline_styles__ = __webpack_require__(/*! ./inline-styles */
|
100794 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_9__dist_blocks_uagb_controls_renderIcon__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/renderIcon */ 2);
|
100795 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_10__components_typography__ = __webpack_require__(/*! ../../components/typography */ 7);
|
100796 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_11__components_typography_fontloader__ = __webpack_require__(/*! ../../components/typography/fontloader */ 8);
|
@@ -101694,7 +101842,7 @@ var UAGBCallToAction = function (_Component) {
|
|
101694 |
/* harmony default export */ __webpack_exports__["a"] = (UAGBCallToAction);
|
101695 |
|
101696 |
/***/ }),
|
101697 |
-
/*
|
101698 |
/*!****************************************************!*\
|
101699 |
!*** ./src/blocks/call-to-action/inline-styles.js ***!
|
101700 |
\****************************************************/
|
@@ -101931,7 +102079,7 @@ function CtaStyle(props) {
|
|
101931 |
/* harmony default export */ __webpack_exports__["a"] = (CtaStyle);
|
101932 |
|
101933 |
/***/ }),
|
101934 |
-
/*
|
101935 |
/*!*******************************************!*\
|
101936 |
!*** ./src/blocks/call-to-action/save.js ***!
|
101937 |
\*******************************************/
|
@@ -102060,7 +102208,7 @@ function save(props) {
|
|
102060 |
}
|
102061 |
|
102062 |
/***/ }),
|
102063 |
-
/*
|
102064 |
/*!*************************************************!*\
|
102065 |
!*** ./src/blocks/call-to-action/deprecated.js ***!
|
102066 |
\*************************************************/
|
@@ -102074,9 +102222,9 @@ function save(props) {
|
|
102074 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__components_Title__ = __webpack_require__(/*! ./components/Title */ 120);
|
102075 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__components_Description__ = __webpack_require__(/*! ./components/Description */ 121);
|
102076 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__classes__ = __webpack_require__(/*! ./classes */ 122);
|
102077 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__components_CallToAction__ = __webpack_require__(/*! ./components/CallToAction */
|
102078 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__components_CTA__ = __webpack_require__(/*! ./components/CTA */ 123);
|
102079 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__attributes__ = __webpack_require__(/*! ./attributes */
|
102080 |
function _toConsumableArray(arr) { if (Array.isArray(arr)) { for (var i = 0, arr2 = Array(arr.length); i < arr.length; i++) { arr2[i] = arr[i]; } return arr2; } else { return Array.from(arr); } }
|
102081 |
|
102082 |
/**
|
@@ -102399,7 +102547,7 @@ var deprecated = [{
|
|
102399 |
/* harmony default export */ __webpack_exports__["a"] = (deprecated);
|
102400 |
|
102401 |
/***/ }),
|
102402 |
-
/*
|
102403 |
/*!**************************************************************!*\
|
102404 |
!*** ./src/blocks/call-to-action/components/CallToAction.js ***!
|
102405 |
\**************************************************************/
|
@@ -102493,7 +102641,7 @@ var CallToAction = function (_React$Component) {
|
|
102493 |
/* harmony default export */ __webpack_exports__["a"] = (CallToAction);
|
102494 |
|
102495 |
/***/ }),
|
102496 |
-
/*
|
102497 |
/*!***********************************************!*\
|
102498 |
!*** ./src/blocks/call-to-action/editor.scss ***!
|
102499 |
\***********************************************/
|
@@ -102503,7 +102651,7 @@ var CallToAction = function (_React$Component) {
|
|
102503 |
// removed by extract-text-webpack-plugin
|
102504 |
|
102505 |
/***/ }),
|
102506 |
-
/*
|
102507 |
/*!**********************************************!*\
|
102508 |
!*** ./src/blocks/call-to-action/style.scss ***!
|
102509 |
\**********************************************/
|
@@ -102513,7 +102661,7 @@ var CallToAction = function (_React$Component) {
|
|
102513 |
// removed by extract-text-webpack-plugin
|
102514 |
|
102515 |
/***/ }),
|
102516 |
-
/*
|
102517 |
/*!************************************!*\
|
102518 |
!*** ./src/blocks/column/block.js ***!
|
102519 |
\************************************/
|
@@ -102522,13 +102670,13 @@ var CallToAction = function (_React$Component) {
|
|
102522 |
|
102523 |
"use strict";
|
102524 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
102525 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__edit__ = __webpack_require__(/*! ./edit */
|
102526 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__save__ = __webpack_require__(/*! ./save */
|
102527 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__deprecated__ = __webpack_require__(/*! ./deprecated */
|
102528 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__attributes__ = __webpack_require__(/*! ./attributes */
|
102529 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__style_scss__ = __webpack_require__(/*! ./style.scss */
|
102530 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_5__style_scss__);
|
102531 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__editor_scss__ = __webpack_require__(/*! ./editor.scss */
|
102532 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__editor_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_6__editor_scss__);
|
102533 |
/**
|
102534 |
* BLOCK: Column
|
@@ -102564,7 +102712,7 @@ registerBlockType("uagb/column", {
|
|
102564 |
});
|
102565 |
|
102566 |
/***/ }),
|
102567 |
-
/*
|
102568 |
/*!***********************************!*\
|
102569 |
!*** ./src/blocks/column/edit.js ***!
|
102570 |
\***********************************/
|
@@ -102576,7 +102724,7 @@ registerBlockType("uagb/column", {
|
|
102576 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames__ = __webpack_require__(/*! classnames */ 0);
|
102577 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_classnames__);
|
102578 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
102579 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__styling__ = __webpack_require__(/*! ./styling */
|
102580 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__components_gradient_settings__ = __webpack_require__(/*! ../../components/gradient-settings */ 101);
|
102581 |
var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();
|
102582 |
|
@@ -103621,7 +103769,7 @@ var UAGBColumnEdit = function (_Component) {
|
|
103621 |
/* harmony default export */ __webpack_exports__["a"] = (UAGBColumnEdit);
|
103622 |
|
103623 |
/***/ }),
|
103624 |
-
/*
|
103625 |
/*!**************************************!*\
|
103626 |
!*** ./src/blocks/column/styling.js ***!
|
103627 |
\**************************************/
|
@@ -103630,7 +103778,7 @@ var UAGBColumnEdit = function (_Component) {
|
|
103630 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
103631 |
|
103632 |
"use strict";
|
103633 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__inline_styles__ = __webpack_require__(/*! ./inline-styles */
|
103634 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSS__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/generateCSS */ 4);
|
103635 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/generateCSSUnit */ 3);
|
103636 |
/**
|
@@ -103778,7 +103926,7 @@ function styling(props) {
|
|
103778 |
/* harmony default export */ __webpack_exports__["a"] = (styling);
|
103779 |
|
103780 |
/***/ }),
|
103781 |
-
/*
|
103782 |
/*!********************************************!*\
|
103783 |
!*** ./src/blocks/column/inline-styles.js ***!
|
103784 |
\********************************************/
|
@@ -103864,7 +104012,7 @@ function inlineStyles(props, isEditor) {
|
|
103864 |
/* harmony default export */ __webpack_exports__["a"] = (inlineStyles);
|
103865 |
|
103866 |
/***/ }),
|
103867 |
-
/*
|
103868 |
/*!***********************************!*\
|
103869 |
!*** ./src/blocks/column/save.js ***!
|
103870 |
\***********************************/
|
@@ -103914,7 +104062,7 @@ function save(_ref) {
|
|
103914 |
}
|
103915 |
|
103916 |
/***/ }),
|
103917 |
-
/*
|
103918 |
/*!*****************************************!*\
|
103919 |
!*** ./src/blocks/column/deprecated.js ***!
|
103920 |
\*****************************************/
|
@@ -103925,7 +104073,7 @@ function save(_ref) {
|
|
103925 |
"use strict";
|
103926 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames__ = __webpack_require__(/*! classnames */ 0);
|
103927 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_classnames__);
|
103928 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__attributes__ = __webpack_require__(/*! ./attributes */
|
103929 |
/**
|
103930 |
* BLOCK: Column - Deprecated Block
|
103931 |
*/
|
@@ -103975,7 +104123,7 @@ var deprecated = [{
|
|
103975 |
/* harmony default export */ __webpack_exports__["a"] = (deprecated);
|
103976 |
|
103977 |
/***/ }),
|
103978 |
-
/*
|
103979 |
/*!**************************************!*\
|
103980 |
!*** ./src/blocks/column/style.scss ***!
|
103981 |
\**************************************/
|
@@ -103985,7 +104133,7 @@ var deprecated = [{
|
|
103985 |
// removed by extract-text-webpack-plugin
|
103986 |
|
103987 |
/***/ }),
|
103988 |
-
/*
|
103989 |
/*!***************************************!*\
|
103990 |
!*** ./src/blocks/column/editor.scss ***!
|
103991 |
\***************************************/
|
@@ -103995,7 +104143,7 @@ var deprecated = [{
|
|
103995 |
// removed by extract-text-webpack-plugin
|
103996 |
|
103997 |
/***/ }),
|
103998 |
-
/*
|
103999 |
/*!*************************************!*\
|
104000 |
!*** ./src/blocks/columns/block.js ***!
|
104001 |
\*************************************/
|
@@ -104006,14 +104154,14 @@ var deprecated = [{
|
|
104006 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames__ = __webpack_require__(/*! classnames */ 0);
|
104007 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_classnames__);
|
104008 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
104009 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__attributes__ = __webpack_require__(/*! ./attributes */
|
104010 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__edit__ = __webpack_require__(/*! ./edit */
|
104011 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__deprecated__ = __webpack_require__(/*! ./deprecated */
|
104012 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__shapes__ = __webpack_require__(/*! ./shapes */ 124);
|
104013 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__variations__ = __webpack_require__(/*! ./variations */
|
104014 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__style_scss__ = __webpack_require__(/*! ./style.scss */
|
104015 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_7__style_scss__);
|
104016 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__editor_scss__ = __webpack_require__(/*! ./editor.scss */
|
104017 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__editor_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_8__editor_scss__);
|
104018 |
/**
|
104019 |
* BLOCK: Columns
|
@@ -104125,7 +104273,7 @@ registerBlockType("uagb/columns", {
|
|
104125 |
});
|
104126 |
|
104127 |
/***/ }),
|
104128 |
-
/*
|
104129 |
/*!************************************!*\
|
104130 |
!*** ./src/blocks/columns/edit.js ***!
|
104131 |
\************************************/
|
@@ -104134,23 +104282,23 @@ registerBlockType("uagb/columns", {
|
|
104134 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
104135 |
|
104136 |
"use strict";
|
104137 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__components_option_selector_control__ = __webpack_require__(/*! ../../components/option-selector-control */
|
104138 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_classnames__ = __webpack_require__(/*! classnames */ 0);
|
104139 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_classnames___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1_classnames__);
|
104140 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__styling__ = __webpack_require__(/*! ./styling */
|
104141 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3_memize__ = __webpack_require__(/*! memize */ 19);
|
104142 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3_memize___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_3_memize__);
|
104143 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4_lodash_times__ = __webpack_require__(/*! lodash/times */ 14);
|
104144 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4_lodash_times___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_4_lodash_times__);
|
104145 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5_lodash_map__ = __webpack_require__(/*! lodash/map */ 17);
|
104146 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5_lodash_map___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_5_lodash_map__);
|
104147 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6_lodash_dropRight__ = __webpack_require__(/*! lodash/dropRight */
|
104148 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6_lodash_dropRight___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_6_lodash_dropRight__);
|
104149 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
104150 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__shapes__ = __webpack_require__(/*! ./shapes */ 124);
|
104151 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_9__components_box_shadow__ = __webpack_require__(/*! ../../components/box-shadow */ 64);
|
104152 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_10__components_gradient_settings__ = __webpack_require__(/*! ../../components/gradient-settings */ 101);
|
104153 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_11__icons__ = __webpack_require__(/*! ./icons */
|
104154 |
var _slicedToArray = function () { function sliceIterator(arr, i) { var _arr = []; var _n = true; var _d = false; var _e = undefined; try { for (var _i = arr[Symbol.iterator](), _s; !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"]) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } return function (arr, i) { if (Array.isArray(arr)) { return arr; } else if (Symbol.iterator in Object(arr)) { return sliceIterator(arr, i); } else { throw new TypeError("Invalid attempt to destructure non-iterable instance"); } }; }();
|
104155 |
|
104156 |
var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();
|
@@ -105654,7 +105802,7 @@ var applyWithSelect = withSelect(function (select, props) {
|
|
105654 |
/* harmony default export */ __webpack_exports__["a"] = (compose(withNotices, applyWithSelect)(UAGBColumns));
|
105655 |
|
105656 |
/***/ }),
|
105657 |
-
/*
|
105658 |
/*!*********************************************************!*\
|
105659 |
!*** ./src/components/option-selector-control/index.js ***!
|
105660 |
\*********************************************************/
|
@@ -105800,7 +105948,7 @@ var OptionSelectorControl = function (_Component) {
|
|
105800 |
/* harmony default export */ __webpack_exports__["a"] = (OptionSelectorControl);
|
105801 |
|
105802 |
/***/ }),
|
105803 |
-
/*
|
105804 |
/*!***************************************!*\
|
105805 |
!*** ./src/blocks/columns/styling.js ***!
|
105806 |
\***************************************/
|
@@ -105809,7 +105957,7 @@ var OptionSelectorControl = function (_Component) {
|
|
105809 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
105810 |
|
105811 |
"use strict";
|
105812 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__inline_styles__ = __webpack_require__(/*! ./inline-styles */
|
105813 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSS__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/generateCSS */ 4);
|
105814 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_hexToRgba__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/hexToRgba */ 102);
|
105815 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__dist_blocks_uagb_controls_generateCSSUnit__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/generateCSSUnit */ 3);
|
@@ -106011,7 +106159,7 @@ function styling(props) {
|
|
106011 |
/* harmony default export */ __webpack_exports__["a"] = (styling);
|
106012 |
|
106013 |
/***/ }),
|
106014 |
-
/*
|
106015 |
/*!*********************************************!*\
|
106016 |
!*** ./src/blocks/columns/inline-styles.js ***!
|
106017 |
\*********************************************/
|
@@ -106081,7 +106229,7 @@ function inlineStyles(props, isEditor) {
|
|
106081 |
/* harmony default export */ __webpack_exports__["a"] = (inlineStyles);
|
106082 |
|
106083 |
/***/ }),
|
106084 |
-
/*
|
106085 |
/*!******************************************!*\
|
106086 |
!*** ./node_modules/lodash/dropRight.js ***!
|
106087 |
\******************************************/
|
@@ -106130,7 +106278,7 @@ module.exports = dropRight;
|
|
106130 |
|
106131 |
|
106132 |
/***/ }),
|
106133 |
-
/*
|
106134 |
/*!******************************************!*\
|
106135 |
!*** ./src/blocks/columns/deprecated.js ***!
|
106136 |
\******************************************/
|
@@ -106142,7 +106290,7 @@ module.exports = dropRight;
|
|
106142 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames__ = __webpack_require__(/*! classnames */ 0);
|
106143 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_classnames__);
|
106144 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__shapes__ = __webpack_require__(/*! ./shapes */ 124);
|
106145 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__attributes__ = __webpack_require__(/*! ./attributes */
|
106146 |
/**
|
106147 |
* BLOCK: Columns - Deprecated Block
|
106148 |
*/
|
@@ -106302,7 +106450,7 @@ var deprecated = [{
|
|
106302 |
/* harmony default export */ __webpack_exports__["a"] = (deprecated);
|
106303 |
|
106304 |
/***/ }),
|
106305 |
-
/*
|
106306 |
/*!******************************************!*\
|
106307 |
!*** ./src/blocks/columns/variations.js ***!
|
106308 |
\******************************************/
|
@@ -106311,8 +106459,8 @@ var deprecated = [{
|
|
106311 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
106312 |
|
106313 |
"use strict";
|
106314 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__icons__ = __webpack_require__(/*! ./icons */
|
106315 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__wordpress_i18n__ = __webpack_require__(/*! @wordpress/i18n */
|
106316 |
/**
|
106317 |
* Internal dependencies
|
106318 |
*/
|
@@ -106411,7 +106559,7 @@ var variations = [{
|
|
106411 |
/* harmony default export */ __webpack_exports__["a"] = (variations);
|
106412 |
|
106413 |
/***/ }),
|
106414 |
-
/*
|
106415 |
/*!************************************************************!*\
|
106416 |
!*** ./node_modules/@wordpress/i18n/build-module/index.js ***!
|
106417 |
\************************************************************/
|
@@ -106426,11 +106574,11 @@ var variations = [{
|
|
106426 |
/* unused harmony export _n */
|
106427 |
/* unused harmony export _nx */
|
106428 |
/* unused harmony export sprintf */
|
106429 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_esm_objectSpread__ = __webpack_require__(/*! @babel/runtime/helpers/esm/objectSpread */
|
106430 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_tannin__ = __webpack_require__(/*! tannin */
|
106431 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_memize__ = __webpack_require__(/*! memize */ 19);
|
106432 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_memize___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_2_memize__);
|
106433 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3_sprintf_js__ = __webpack_require__(/*! sprintf-js */
|
106434 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3_sprintf_js___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_3_sprintf_js__);
|
106435 |
|
106436 |
|
@@ -106608,7 +106756,7 @@ function sprintf(format) {
|
|
106608 |
//# sourceMappingURL=index.js.map
|
106609 |
|
106610 |
/***/ }),
|
106611 |
-
/*
|
106612 |
/*!*****************************************************************!*\
|
106613 |
!*** ./node_modules/@babel/runtime/helpers/esm/objectSpread.js ***!
|
106614 |
\*****************************************************************/
|
@@ -106618,7 +106766,7 @@ function sprintf(format) {
|
|
106618 |
|
106619 |
"use strict";
|
106620 |
/* harmony export (immutable) */ __webpack_exports__["a"] = _objectSpread;
|
106621 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__defineProperty__ = __webpack_require__(/*! ./defineProperty */
|
106622 |
|
106623 |
function _objectSpread(target) {
|
106624 |
for (var i = 1; i < arguments.length; i++) {
|
@@ -106640,7 +106788,7 @@ function _objectSpread(target) {
|
|
106640 |
}
|
106641 |
|
106642 |
/***/ }),
|
106643 |
-
/*
|
106644 |
/*!*******************************************************************!*\
|
106645 |
!*** ./node_modules/@babel/runtime/helpers/esm/defineProperty.js ***!
|
106646 |
\*******************************************************************/
|
@@ -106666,7 +106814,7 @@ function _defineProperty(obj, key, value) {
|
|
106666 |
}
|
106667 |
|
106668 |
/***/ }),
|
106669 |
-
/*
|
106670 |
/*!**************************************!*\
|
106671 |
!*** ./node_modules/tannin/index.js ***!
|
106672 |
\**************************************/
|
@@ -106676,7 +106824,7 @@ function _defineProperty(obj, key, value) {
|
|
106676 |
|
106677 |
"use strict";
|
106678 |
/* harmony export (immutable) */ __webpack_exports__["a"] = Tannin;
|
106679 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__tannin_plural_forms__ = __webpack_require__(/*! @tannin/plural-forms */
|
106680 |
|
106681 |
|
106682 |
/**
|
@@ -106820,7 +106968,7 @@ Tannin.prototype.dcnpgettext = function( domain, context, singular, plural, n )
|
|
106820 |
|
106821 |
|
106822 |
/***/ }),
|
106823 |
-
/*
|
106824 |
/*!****************************************************!*\
|
106825 |
!*** ./node_modules/@tannin/plural-forms/index.js ***!
|
106826 |
\****************************************************/
|
@@ -106830,7 +106978,7 @@ Tannin.prototype.dcnpgettext = function( domain, context, singular, plural, n )
|
|
106830 |
|
106831 |
"use strict";
|
106832 |
/* harmony export (immutable) */ __webpack_exports__["a"] = pluralForms;
|
106833 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__tannin_compile__ = __webpack_require__(/*! @tannin/compile */
|
106834 |
|
106835 |
|
106836 |
/**
|
@@ -106852,7 +107000,7 @@ function pluralForms( expression ) {
|
|
106852 |
|
106853 |
|
106854 |
/***/ }),
|
106855 |
-
/*
|
106856 |
/*!***********************************************!*\
|
106857 |
!*** ./node_modules/@tannin/compile/index.js ***!
|
106858 |
\***********************************************/
|
@@ -106862,8 +107010,8 @@ function pluralForms( expression ) {
|
|
106862 |
|
106863 |
"use strict";
|
106864 |
/* harmony export (immutable) */ __webpack_exports__["a"] = compile;
|
106865 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__tannin_postfix__ = __webpack_require__(/*! @tannin/postfix */
|
106866 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__tannin_evaluate__ = __webpack_require__(/*! @tannin/evaluate */
|
106867 |
|
106868 |
|
106869 |
|
@@ -106896,7 +107044,7 @@ function compile( expression ) {
|
|
106896 |
|
106897 |
|
106898 |
/***/ }),
|
106899 |
-
/*
|
106900 |
/*!***********************************************!*\
|
106901 |
!*** ./node_modules/@tannin/postfix/index.js ***!
|
106902 |
\***********************************************/
|
@@ -107033,7 +107181,7 @@ function postfix( expression ) {
|
|
107033 |
|
107034 |
|
107035 |
/***/ }),
|
107036 |
-
/*
|
107037 |
/*!************************************************!*\
|
107038 |
!*** ./node_modules/@tannin/evaluate/index.js ***!
|
107039 |
\************************************************/
|
@@ -107156,7 +107304,7 @@ function evaluate( postfix, variables ) {
|
|
107156 |
|
107157 |
|
107158 |
/***/ }),
|
107159 |
-
/*
|
107160 |
/*!*****************************************************************************!*\
|
107161 |
!*** ./node_modules/@wordpress/i18n/node_modules/sprintf-js/src/sprintf.js ***!
|
107162 |
\*****************************************************************************/
|
@@ -107399,7 +107547,7 @@ var __WEBPACK_AMD_DEFINE_RESULT__;/* global window, exports, define */
|
|
107399 |
|
107400 |
|
107401 |
/***/ }),
|
107402 |
-
/*
|
107403 |
/*!***************************************!*\
|
107404 |
!*** ./src/blocks/columns/style.scss ***!
|
107405 |
\***************************************/
|
@@ -107409,7 +107557,7 @@ var __WEBPACK_AMD_DEFINE_RESULT__;/* global window, exports, define */
|
|
107409 |
// removed by extract-text-webpack-plugin
|
107410 |
|
107411 |
/***/ }),
|
107412 |
-
/*
|
107413 |
/*!****************************************!*\
|
107414 |
!*** ./src/blocks/columns/editor.scss ***!
|
107415 |
\****************************************/
|
@@ -107419,7 +107567,7 @@ var __WEBPACK_AMD_DEFINE_RESULT__;/* global window, exports, define */
|
|
107419 |
// removed by extract-text-webpack-plugin
|
107420 |
|
107421 |
/***/ }),
|
107422 |
-
/*
|
107423 |
/*!****************************************!*\
|
107424 |
!*** ./src/blocks/cf7-styler/block.js ***!
|
107425 |
\****************************************/
|
@@ -107428,10 +107576,10 @@ var __WEBPACK_AMD_DEFINE_RESULT__;/* global window, exports, define */
|
|
107428 |
|
107429 |
"use strict";
|
107430 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
107431 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__edit__ = __webpack_require__(/*! ./edit */
|
107432 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__editor_scss__ = __webpack_require__(/*! ./editor.scss */
|
107433 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__editor_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_2__editor_scss__);
|
107434 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__style_scss__ = __webpack_require__(/*! ./style.scss */
|
107435 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_3__style_scss__);
|
107436 |
/**
|
107437 |
* BLOCK: Contact Form 7 Styler
|
@@ -107483,7 +107631,7 @@ if (uagb_blocks_info.blocks["uagb/cf7-styler"]["is_active"]) {
|
|
107483 |
}
|
107484 |
|
107485 |
/***/ }),
|
107486 |
-
/*
|
107487 |
/*!***************************************!*\
|
107488 |
!*** ./src/blocks/cf7-styler/edit.js ***!
|
107489 |
\***************************************/
|
@@ -107497,7 +107645,7 @@ if (uagb_blocks_info.blocks["uagb/cf7-styler"]["is_active"]) {
|
|
107497 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
107498 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__components_typography__ = __webpack_require__(/*! ../../components/typography */ 7);
|
107499 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__components_typography_fontloader__ = __webpack_require__(/*! ../../components/typography/fontloader */ 8);
|
107500 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__styling__ = __webpack_require__(/*! ./styling */
|
107501 |
var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();
|
107502 |
|
107503 |
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
@@ -108939,7 +109087,7 @@ var UAGBCF7 = function (_Component) {
|
|
108939 |
})(UAGBCF7));
|
108940 |
|
108941 |
/***/ }),
|
108942 |
-
/*
|
108943 |
/*!******************************************!*\
|
108944 |
!*** ./src/blocks/cf7-styler/styling.js ***!
|
108945 |
\******************************************/
|
@@ -109352,7 +109500,7 @@ function styling(props) {
|
|
109352 |
/* harmony default export */ __webpack_exports__["a"] = (styling);
|
109353 |
|
109354 |
/***/ }),
|
109355 |
-
/*
|
109356 |
/*!*******************************************!*\
|
109357 |
!*** ./src/blocks/cf7-styler/editor.scss ***!
|
109358 |
\*******************************************/
|
@@ -109362,7 +109510,7 @@ function styling(props) {
|
|
109362 |
// removed by extract-text-webpack-plugin
|
109363 |
|
109364 |
/***/ }),
|
109365 |
-
/*
|
109366 |
/*!******************************************!*\
|
109367 |
!*** ./src/blocks/cf7-styler/style.scss ***!
|
109368 |
\******************************************/
|
@@ -109372,7 +109520,7 @@ function styling(props) {
|
|
109372 |
// removed by extract-text-webpack-plugin
|
109373 |
|
109374 |
/***/ }),
|
109375 |
-
/*
|
109376 |
/*!***************************************!*\
|
109377 |
!*** ./src/blocks/gf-styler/block.js ***!
|
109378 |
\***************************************/
|
@@ -109381,10 +109529,10 @@ function styling(props) {
|
|
109381 |
|
109382 |
"use strict";
|
109383 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
109384 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__edit__ = __webpack_require__(/*! ./edit */
|
109385 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__editor_scss__ = __webpack_require__(/*! ./editor.scss */
|
109386 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__editor_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_2__editor_scss__);
|
109387 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__style_scss__ = __webpack_require__(/*! ./style.scss */
|
109388 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_3__style_scss__);
|
109389 |
/**
|
109390 |
* BLOCK: Gravity Form Styler
|
@@ -109436,7 +109584,7 @@ if (uagb_blocks_info.blocks["uagb/gf-styler"]["is_active"]) {
|
|
109436 |
}
|
109437 |
|
109438 |
/***/ }),
|
109439 |
-
/*
|
109440 |
/*!**************************************!*\
|
109441 |
!*** ./src/blocks/gf-styler/edit.js ***!
|
109442 |
\**************************************/
|
@@ -109452,7 +109600,7 @@ if (uagb_blocks_info.blocks["uagb/gf-styler"]["is_active"]) {
|
|
109452 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__components_typography_fontloader__ = __webpack_require__(/*! ../../components/typography/fontloader */ 8);
|
109453 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4_lodash_map__ = __webpack_require__(/*! lodash/map */ 17);
|
109454 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4_lodash_map___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_4_lodash_map__);
|
109455 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__styling__ = __webpack_require__(/*! ./styling */
|
109456 |
var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();
|
109457 |
|
109458 |
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
@@ -110933,7 +111081,7 @@ var UAGBGF = function (_Component) {
|
|
110933 |
})(UAGBGF));
|
110934 |
|
110935 |
/***/ }),
|
110936 |
-
/*
|
110937 |
/*!*****************************************!*\
|
110938 |
!*** ./src/blocks/gf-styler/styling.js ***!
|
110939 |
\*****************************************/
|
@@ -111576,7 +111724,7 @@ function styling(props) {
|
|
111576 |
/* harmony default export */ __webpack_exports__["a"] = (styling);
|
111577 |
|
111578 |
/***/ }),
|
111579 |
-
/*
|
111580 |
/*!******************************************!*\
|
111581 |
!*** ./src/blocks/gf-styler/editor.scss ***!
|
111582 |
\******************************************/
|
@@ -111586,7 +111734,7 @@ function styling(props) {
|
|
111586 |
// removed by extract-text-webpack-plugin
|
111587 |
|
111588 |
/***/ }),
|
111589 |
-
/*
|
111590 |
/*!*****************************************!*\
|
111591 |
!*** ./src/blocks/gf-styler/style.scss ***!
|
111592 |
\*****************************************/
|
@@ -111596,7 +111744,7 @@ function styling(props) {
|
|
111596 |
// removed by extract-text-webpack-plugin
|
111597 |
|
111598 |
/***/ }),
|
111599 |
-
/*
|
111600 |
/*!****************************************!*\
|
111601 |
!*** ./src/blocks/blockquote/block.js ***!
|
111602 |
\****************************************/
|
@@ -111605,13 +111753,13 @@ function styling(props) {
|
|
111605 |
|
111606 |
"use strict";
|
111607 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
111608 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__edit__ = __webpack_require__(/*! ./edit */
|
111609 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__deprecated__ = __webpack_require__(/*! ./deprecated */
|
111610 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__save__ = __webpack_require__(/*! ./save */
|
111611 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__attributes__ = __webpack_require__(/*! ./attributes */
|
111612 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__editor_scss__ = __webpack_require__(/*! ./editor.scss */
|
111613 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__editor_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_5__editor_scss__);
|
111614 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__style_scss__ = __webpack_require__(/*! ./style.scss */
|
111615 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_6__style_scss__);
|
111616 |
/**
|
111617 |
* BLOCK: Quote
|
@@ -111663,7 +111811,7 @@ registerBlockType("uagb/blockquote", {
|
|
111663 |
});
|
111664 |
|
111665 |
/***/ }),
|
111666 |
-
/*
|
111667 |
/*!***************************************!*\
|
111668 |
!*** ./src/blocks/blockquote/edit.js ***!
|
111669 |
\***************************************/
|
@@ -111678,7 +111826,7 @@ registerBlockType("uagb/blockquote", {
|
|
111678 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__components_Description__ = __webpack_require__(/*! ./components/Description */ 126);
|
111679 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__components_AuthorText__ = __webpack_require__(/*! ./components/AuthorText */ 127);
|
111680 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__components_AuthorImage__ = __webpack_require__(/*! ./components/AuthorImage */ 128);
|
111681 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__styling__ = __webpack_require__(/*! ./styling */
|
111682 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6_lodash_map__ = __webpack_require__(/*! lodash/map */ 17);
|
111683 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6_lodash_map___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_6_lodash_map__);
|
111684 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
@@ -113112,7 +113260,7 @@ var UAGBBlockQuote = function (_Component) {
|
|
113112 |
/* harmony default export */ __webpack_exports__["a"] = (UAGBBlockQuote);
|
113113 |
|
113114 |
/***/ }),
|
113115 |
-
/*
|
113116 |
/*!******************************************!*\
|
113117 |
!*** ./src/blocks/blockquote/styling.js ***!
|
113118 |
\******************************************/
|
@@ -113435,7 +113583,7 @@ function styling(props) {
|
|
113435 |
/* harmony default export */ __webpack_exports__["a"] = (styling);
|
113436 |
|
113437 |
/***/ }),
|
113438 |
-
/*
|
113439 |
/*!*********************************************!*\
|
113440 |
!*** ./src/blocks/blockquote/deprecated.js ***!
|
113441 |
\*********************************************/
|
@@ -113444,11 +113592,11 @@ function styling(props) {
|
|
113444 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
113445 |
|
113446 |
"use strict";
|
113447 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__attributes__ = __webpack_require__(/*! ./attributes */
|
113448 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_classnames__ = __webpack_require__(/*! classnames */ 0);
|
113449 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_classnames___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1_classnames__);
|
113450 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
113451 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__components_TweetButton__ = __webpack_require__(/*! ./components/TweetButton */
|
113452 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__components_TweetButtonCTA__ = __webpack_require__(/*! ./components/TweetButtonCTA */ 125);
|
113453 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__components_Description__ = __webpack_require__(/*! ./components/Description */ 126);
|
113454 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__components_AuthorText__ = __webpack_require__(/*! ./components/AuthorText */ 127);
|
@@ -113590,7 +113738,7 @@ var deprecated = [{
|
|
113590 |
/* harmony default export */ __webpack_exports__["a"] = (deprecated);
|
113591 |
|
113592 |
/***/ }),
|
113593 |
-
/*
|
113594 |
/*!*********************************************************!*\
|
113595 |
!*** ./src/blocks/blockquote/components/TweetButton.js ***!
|
113596 |
\*********************************************************/
|
@@ -113664,7 +113812,7 @@ var TweetButton = function (_React$Component) {
|
|
113664 |
/* harmony default export */ __webpack_exports__["a"] = (TweetButton);
|
113665 |
|
113666 |
/***/ }),
|
113667 |
-
/*
|
113668 |
/*!***************************************!*\
|
113669 |
!*** ./src/blocks/blockquote/save.js ***!
|
113670 |
\***************************************/
|
@@ -113757,7 +113905,7 @@ function save(props) {
|
|
113757 |
}
|
113758 |
|
113759 |
/***/ }),
|
113760 |
-
/*
|
113761 |
/*!*******************************************!*\
|
113762 |
!*** ./src/blocks/blockquote/editor.scss ***!
|
113763 |
\*******************************************/
|
@@ -113767,7 +113915,7 @@ function save(props) {
|
|
113767 |
// removed by extract-text-webpack-plugin
|
113768 |
|
113769 |
/***/ }),
|
113770 |
-
/*
|
113771 |
/*!******************************************!*\
|
113772 |
!*** ./src/blocks/blockquote/style.scss ***!
|
113773 |
\******************************************/
|
@@ -113777,7 +113925,7 @@ function save(props) {
|
|
113777 |
// removed by extract-text-webpack-plugin
|
113778 |
|
113779 |
/***/ }),
|
113780 |
-
/*
|
113781 |
/*!**********************************************!*\
|
113782 |
!*** ./src/blocks/marketing-button/block.js ***!
|
113783 |
\**********************************************/
|
@@ -113786,13 +113934,13 @@ function save(props) {
|
|
113786 |
|
113787 |
"use strict";
|
113788 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
113789 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__attributes__ = __webpack_require__(/*! ./attributes */
|
113790 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__edit__ = __webpack_require__(/*! ./edit */
|
113791 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__save__ = __webpack_require__(/*! ./save */
|
113792 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__deprecated__ = __webpack_require__(/*! ./deprecated */
|
113793 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__style_scss__ = __webpack_require__(/*! ./style.scss */
|
113794 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_5__style_scss__);
|
113795 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__editor_scss__ = __webpack_require__(/*! ./editor.scss */
|
113796 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__editor_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_6__editor_scss__);
|
113797 |
/**
|
113798 |
* BLOCK: Marketing Button
|
@@ -113826,7 +113974,7 @@ registerBlockType("uagb/marketing-button", {
|
|
113826 |
});
|
113827 |
|
113828 |
/***/ }),
|
113829 |
-
/*
|
113830 |
/*!*********************************************!*\
|
113831 |
!*** ./src/blocks/marketing-button/edit.js ***!
|
113832 |
\*********************************************/
|
@@ -113837,7 +113985,7 @@ registerBlockType("uagb/marketing-button", {
|
|
113837 |
"use strict";
|
113838 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames__ = __webpack_require__(/*! classnames */ 0);
|
113839 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_classnames__);
|
113840 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__styling__ = __webpack_require__(/*! ./styling */
|
113841 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__fonticonpicker_react_fonticonpicker__ = __webpack_require__(/*! @fonticonpicker/react-fonticonpicker */ 10);
|
113842 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__fonticonpicker_react_fonticonpicker___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_2__fonticonpicker_react_fonticonpicker__);
|
113843 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
@@ -114851,7 +114999,7 @@ var UAGBMarketingButtonEdit = function (_Component) {
|
|
114851 |
/* harmony default export */ __webpack_exports__["a"] = (UAGBMarketingButtonEdit);
|
114852 |
|
114853 |
/***/ }),
|
114854 |
-
/*
|
114855 |
/*!************************************************!*\
|
114856 |
!*** ./src/blocks/marketing-button/styling.js ***!
|
114857 |
\************************************************/
|
@@ -115069,7 +115217,7 @@ function styling(props) {
|
|
115069 |
/* harmony default export */ __webpack_exports__["a"] = (styling);
|
115070 |
|
115071 |
/***/ }),
|
115072 |
-
/*
|
115073 |
/*!*********************************************!*\
|
115074 |
!*** ./src/blocks/marketing-button/save.js ***!
|
115075 |
\*********************************************/
|
@@ -115149,7 +115297,7 @@ function save(props) {
|
|
115149 |
}
|
115150 |
|
115151 |
/***/ }),
|
115152 |
-
/*
|
115153 |
/*!***************************************************!*\
|
115154 |
!*** ./src/blocks/marketing-button/deprecated.js ***!
|
115155 |
\***************************************************/
|
@@ -115160,7 +115308,7 @@ function save(props) {
|
|
115160 |
"use strict";
|
115161 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames__ = __webpack_require__(/*! classnames */ 0);
|
115162 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_classnames__);
|
115163 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__attributes__ = __webpack_require__(/*! ./attributes */
|
115164 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_renderIcon__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/renderIcon */ 2);
|
115165 |
/**
|
115166 |
* BLOCK: Columns - Deprecated Block
|
@@ -115235,7 +115383,7 @@ var deprecated = [{
|
|
115235 |
/* harmony default export */ __webpack_exports__["a"] = (deprecated);
|
115236 |
|
115237 |
/***/ }),
|
115238 |
-
/*
|
115239 |
/*!************************************************!*\
|
115240 |
!*** ./src/blocks/marketing-button/style.scss ***!
|
115241 |
\************************************************/
|
@@ -115245,7 +115393,7 @@ var deprecated = [{
|
|
115245 |
// removed by extract-text-webpack-plugin
|
115246 |
|
115247 |
/***/ }),
|
115248 |
-
/*
|
115249 |
/*!*************************************************!*\
|
115250 |
!*** ./src/blocks/marketing-button/editor.scss ***!
|
115251 |
\*************************************************/
|
@@ -115255,7 +115403,7 @@ var deprecated = [{
|
|
115255 |
// removed by extract-text-webpack-plugin
|
115256 |
|
115257 |
/***/ }),
|
115258 |
-
/*
|
115259 |
/*!***********************************************!*\
|
115260 |
!*** ./src/blocks/table-of-contents/block.js ***!
|
115261 |
\***********************************************/
|
@@ -115264,13 +115412,13 @@ var deprecated = [{
|
|
115264 |
|
115265 |
"use strict";
|
115266 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
115267 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__attributes__ = __webpack_require__(/*! ./attributes */
|
115268 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__edit__ = __webpack_require__(/*! ./edit */
|
115269 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__save__ = __webpack_require__(/*! ./save */
|
115270 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__deprecated__ = __webpack_require__(/*! ./deprecated */
|
115271 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__style_scss__ = __webpack_require__(/*! ./style.scss */
|
115272 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_5__style_scss__);
|
115273 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__editor_scss__ = __webpack_require__(/*! ./editor.scss */
|
115274 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__editor_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_6__editor_scss__);
|
115275 |
/**
|
115276 |
* BLOCK: Table of Contents
|
@@ -115305,7 +115453,7 @@ registerBlockType("uagb/table-of-contents", {
|
|
115305 |
});
|
115306 |
|
115307 |
/***/ }),
|
115308 |
-
/*
|
115309 |
/*!**********************************************!*\
|
115310 |
!*** ./src/blocks/table-of-contents/edit.js ***!
|
115311 |
\**********************************************/
|
@@ -115316,7 +115464,7 @@ registerBlockType("uagb/table-of-contents", {
|
|
115316 |
"use strict";
|
115317 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames__ = __webpack_require__(/*! classnames */ 0);
|
115318 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_classnames__);
|
115319 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__styling__ = __webpack_require__(/*! ./styling */
|
115320 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
115321 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__dist_blocks_uagb_controls_UAGBIcon_json__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/UAGBIcon.json */ 9);
|
115322 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__dist_blocks_uagb_controls_UAGBIcon_json___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_3__dist_blocks_uagb_controls_UAGBIcon_json__);
|
@@ -115325,7 +115473,7 @@ registerBlockType("uagb/table-of-contents", {
|
|
115325 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__dist_blocks_uagb_controls_renderIcon__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/renderIcon */ 2);
|
115326 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__components_typography__ = __webpack_require__(/*! ../../components/typography */ 7);
|
115327 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__components_typography_fontloader__ = __webpack_require__(/*! ../../components/typography/fontloader */ 8);
|
115328 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__toc__ = __webpack_require__(/*! ./toc */
|
115329 |
var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();
|
115330 |
|
115331 |
function _toConsumableArray(arr) { if (Array.isArray(arr)) { for (var i = 0, arr2 = Array(arr.length); i < arr.length; i++) { arr2[i] = arr[i]; } return arr2; } else { return Array.from(arr); } }
|
@@ -115355,7 +115503,7 @@ function _inherits(subClass, superClass) { if (typeof superClass !== "function"
|
|
115355 |
|
115356 |
|
115357 |
|
115358 |
-
var striptags = __webpack_require__(/*! striptags */
|
115359 |
var __ = wp.i18n.__;
|
115360 |
var withSelect = wp.data.withSelect;
|
115361 |
var compose = wp.compose.compose;
|
@@ -116833,7 +116981,7 @@ var UAGBTableOfContentsEdit = function (_Component) {
|
|
116833 |
}))(UAGBTableOfContentsEdit));
|
116834 |
|
116835 |
/***/ }),
|
116836 |
-
/*
|
116837 |
/*!*************************************************!*\
|
116838 |
!*** ./src/blocks/table-of-contents/styling.js ***!
|
116839 |
\*************************************************/
|
@@ -117089,7 +117237,7 @@ function styling(props) {
|
|
117089 |
/* harmony default export */ __webpack_exports__["a"] = (styling);
|
117090 |
|
117091 |
/***/ }),
|
117092 |
-
/*
|
117093 |
/*!**********************************************!*\
|
117094 |
!*** ./src/blocks/table-of-contents/save.js ***!
|
117095 |
\**********************************************/
|
@@ -117102,7 +117250,7 @@ function styling(props) {
|
|
117102 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames__ = __webpack_require__(/*! classnames */ 0);
|
117103 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_classnames__);
|
117104 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_renderIcon__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/renderIcon */ 2);
|
117105 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__toc__ = __webpack_require__(/*! ./toc */
|
117106 |
/**
|
117107 |
* BLOCK: Table of Contents - Save Block
|
117108 |
*/
|
@@ -117171,7 +117319,7 @@ function save(props) {
|
|
117171 |
}
|
117172 |
|
117173 |
/***/ }),
|
117174 |
-
/*
|
117175 |
/*!****************************************************!*\
|
117176 |
!*** ./src/blocks/table-of-contents/deprecated.js ***!
|
117177 |
\****************************************************/
|
@@ -117182,9 +117330,9 @@ function save(props) {
|
|
117182 |
"use strict";
|
117183 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames__ = __webpack_require__(/*! classnames */ 0);
|
117184 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_classnames__);
|
117185 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__deprecated_components__ = __webpack_require__(/*! ./deprecated/components */
|
117186 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__deprecated_table_of_contents__ = __webpack_require__(/*! ./deprecated/table-of-contents */
|
117187 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__attributes__ = __webpack_require__(/*! ./attributes */
|
117188 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__dist_blocks_uagb_controls_renderIcon__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/renderIcon */ 2);
|
117189 |
/**
|
117190 |
* BLOCK: Table of Contents - Deprecated Block
|
@@ -117358,7 +117506,7 @@ var deprecated = [{
|
|
117358 |
/* harmony default export */ __webpack_exports__["a"] = (deprecated);
|
117359 |
|
117360 |
/***/ }),
|
117361 |
-
/*
|
117362 |
/*!***************************************************************!*\
|
117363 |
!*** ./src/blocks/table-of-contents/deprecated/components.js ***!
|
117364 |
\***************************************************************/
|
@@ -117386,7 +117534,7 @@ var _wp$data = wp.data,
|
|
117386 |
|
117387 |
var __ = wp.i18n.__;
|
117388 |
|
117389 |
-
var striptags = __webpack_require__(/*! striptags */
|
117390 |
|
117391 |
var TableOfContents = function (_Component) {
|
117392 |
_inherits(TableOfContents, _Component);
|
@@ -117597,7 +117745,7 @@ var TableOfContents = function (_Component) {
|
|
117597 |
/* harmony default export */ __webpack_exports__["a"] = (TableOfContents);
|
117598 |
|
117599 |
/***/ }),
|
117600 |
-
/*
|
117601 |
/*!**********************************************************************!*\
|
117602 |
!*** ./src/blocks/table-of-contents/deprecated/table-of-contents.js ***!
|
117603 |
\**********************************************************************/
|
@@ -117730,7 +117878,7 @@ var TOC = function (_React$Component) {
|
|
117730 |
/* harmony default export */ __webpack_exports__["a"] = (TOC);
|
117731 |
|
117732 |
/***/ }),
|
117733 |
-
/*
|
117734 |
/*!*************************************************!*\
|
117735 |
!*** ./src/blocks/table-of-contents/style.scss ***!
|
117736 |
\*************************************************/
|
@@ -117740,7 +117888,7 @@ var TOC = function (_React$Component) {
|
|
117740 |
// removed by extract-text-webpack-plugin
|
117741 |
|
117742 |
/***/ }),
|
117743 |
-
/*
|
117744 |
/*!**************************************************!*\
|
117745 |
!*** ./src/blocks/table-of-contents/editor.scss ***!
|
117746 |
\**************************************************/
|
@@ -117750,7 +117898,7 @@ var TOC = function (_React$Component) {
|
|
117750 |
// removed by extract-text-webpack-plugin
|
117751 |
|
117752 |
/***/ }),
|
117753 |
-
/*
|
117754 |
/*!************************************!*\
|
117755 |
!*** ./src/blocks/how-to/block.js ***!
|
117756 |
\************************************/
|
@@ -117759,14 +117907,14 @@ var TOC = function (_React$Component) {
|
|
117759 |
|
117760 |
"use strict";
|
117761 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
117762 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__attributes__ = __webpack_require__(/*! ./attributes */
|
117763 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__edit__ = __webpack_require__(/*! ./edit */
|
117764 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__save__ = __webpack_require__(/*! ./save */
|
117765 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__style_scss__ = __webpack_require__(/*! ./style.scss */
|
117766 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_4__style_scss__);
|
117767 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__editor_scss__ = __webpack_require__(/*! ./editor.scss */
|
117768 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__editor_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_5__editor_scss__);
|
117769 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__deprecated__ = __webpack_require__(/*! ./deprecated */
|
117770 |
/**
|
117771 |
* BLOCK: How-To Schema
|
117772 |
*/
|
@@ -117832,7 +117980,7 @@ registerBlockType("uagb/how-to", {
|
|
117832 |
});
|
117833 |
|
117834 |
/***/ }),
|
117835 |
-
/*
|
117836 |
/*!***********************************!*\
|
117837 |
!*** ./src/blocks/how-to/edit.js ***!
|
117838 |
\***********************************/
|
@@ -117843,13 +117991,13 @@ registerBlockType("uagb/how-to", {
|
|
117843 |
"use strict";
|
117844 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames__ = __webpack_require__(/*! classnames */ 0);
|
117845 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_classnames__);
|
117846 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__schema_notices__ = __webpack_require__(/*! ./schema-notices */
|
117847 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_lodash_times__ = __webpack_require__(/*! lodash/times */ 14);
|
117848 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_lodash_times___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_2_lodash_times__);
|
117849 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__styling__ = __webpack_require__(/*! ./styling */
|
117850 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__components_typography__ = __webpack_require__(/*! ../../components/typography */ 7);
|
117851 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__components_typography_fontloader__ = __webpack_require__(/*! ../../components/typography/fontloader */ 8);
|
117852 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__style_scss__ = __webpack_require__(/*! ./style.scss */
|
117853 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_6__style_scss__);
|
117854 |
var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
|
117855 |
|
@@ -119075,7 +119223,7 @@ var UAGBHowTo = function (_Component) {
|
|
119075 |
}))(UAGBHowTo));
|
119076 |
|
119077 |
/***/ }),
|
119078 |
-
/*
|
119079 |
/*!*********************************************!*\
|
119080 |
!*** ./src/blocks/how-to/schema-notices.js ***!
|
119081 |
\*********************************************/
|
@@ -119241,7 +119389,7 @@ var SchemaNotices = function (_Component) {
|
|
119241 |
/* harmony default export */ __webpack_exports__["a"] = (SchemaNotices);
|
119242 |
|
119243 |
/***/ }),
|
119244 |
-
/*
|
119245 |
/*!**************************************!*\
|
119246 |
!*** ./src/blocks/how-to/styling.js ***!
|
119247 |
\**************************************/
|
@@ -119576,7 +119724,7 @@ function styling(props) {
|
|
119576 |
/* harmony default export */ __webpack_exports__["a"] = (styling);
|
119577 |
|
119578 |
/***/ }),
|
119579 |
-
/*
|
119580 |
/*!***********************************!*\
|
119581 |
!*** ./src/blocks/how-to/save.js ***!
|
119582 |
\***********************************/
|
@@ -119882,7 +120030,7 @@ function save(props) {
|
|
119882 |
}
|
119883 |
|
119884 |
/***/ }),
|
119885 |
-
/*
|
119886 |
/*!***************************************!*\
|
119887 |
!*** ./src/blocks/how-to/editor.scss ***!
|
119888 |
\***************************************/
|
@@ -119892,7 +120040,7 @@ function save(props) {
|
|
119892 |
// removed by extract-text-webpack-plugin
|
119893 |
|
119894 |
/***/ }),
|
119895 |
-
/*
|
119896 |
/*!*****************************************!*\
|
119897 |
!*** ./src/blocks/how-to/deprecated.js ***!
|
119898 |
\*****************************************/
|
@@ -119903,7 +120051,7 @@ function save(props) {
|
|
119903 |
"use strict";
|
119904 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames__ = __webpack_require__(/*! classnames */ 0);
|
119905 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_classnames__);
|
119906 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__attributes__ = __webpack_require__(/*! ./attributes */
|
119907 |
/**
|
119908 |
* BLOCK: How To Schema - Deprecated Block
|
119909 |
*/
|
@@ -120122,7 +120270,7 @@ var deprecated = [{
|
|
120122 |
/* harmony default export */ __webpack_exports__["a"] = (deprecated);
|
120123 |
|
120124 |
/***/ }),
|
120125 |
-
/*
|
120126 |
/*!*********************************!*\
|
120127 |
!*** ./src/blocks/faq/block.js ***!
|
120128 |
\*********************************/
|
@@ -120131,14 +120279,14 @@ var deprecated = [{
|
|
120131 |
|
120132 |
"use strict";
|
120133 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
120134 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__attributes__ = __webpack_require__(/*! ./attributes */
|
120135 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__edit__ = __webpack_require__(/*! ./edit */
|
120136 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__save__ = __webpack_require__(/*! ./save */
|
120137 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__style_scss__ = __webpack_require__(/*! ./style.scss */
|
120138 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_4__style_scss__);
|
120139 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__editor_scss__ = __webpack_require__(/*! ./editor.scss */
|
120140 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__editor_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_5__editor_scss__);
|
120141 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__deprecated__ = __webpack_require__(/*! ./deprecated */
|
120142 |
function _objectWithoutProperties(obj, keys) { var target = {}; for (var i in obj) { if (keys.indexOf(i) >= 0) continue; if (!Object.prototype.hasOwnProperty.call(obj, i)) continue; target[i] = obj[i]; } return target; }
|
120143 |
|
120144 |
/**
|
@@ -120225,7 +120373,7 @@ registerBlockType("uagb/faq", {
|
|
120225 |
addFilter('editor.BlockEdit', 'uagb/faq', withFaq);
|
120226 |
|
120227 |
/***/ }),
|
120228 |
-
/*
|
120229 |
/*!********************************!*\
|
120230 |
!*** ./src/blocks/faq/edit.js ***!
|
120231 |
\********************************/
|
@@ -120243,7 +120391,7 @@ addFilter('editor.BlockEdit', 'uagb/faq', withFaq);
|
|
120243 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__fonticonpicker_react_fonticonpicker___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_3__fonticonpicker_react_fonticonpicker__);
|
120244 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4_lodash_times__ = __webpack_require__(/*! lodash/times */ 14);
|
120245 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4_lodash_times___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_4_lodash_times__);
|
120246 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__styling__ = __webpack_require__(/*! ./styling */
|
120247 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6_memize__ = __webpack_require__(/*! memize */ 19);
|
120248 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6_memize___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_6_memize__);
|
120249 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
@@ -121705,7 +121853,7 @@ var UAGBFaqEdit = function (_Component) {
|
|
121705 |
}))(UAGBFaqEdit));
|
121706 |
|
121707 |
/***/ }),
|
121708 |
-
/*
|
121709 |
/*!***********************************!*\
|
121710 |
!*** ./src/blocks/faq/styling.js ***!
|
121711 |
\***********************************/
|
@@ -122015,7 +122163,7 @@ function styling(props) {
|
|
122015 |
/* harmony default export */ __webpack_exports__["a"] = (styling);
|
122016 |
|
122017 |
/***/ }),
|
122018 |
-
/*
|
122019 |
/*!********************************!*\
|
122020 |
!*** ./src/blocks/faq/save.js ***!
|
122021 |
\********************************/
|
@@ -122077,7 +122225,7 @@ function save(props) {
|
|
122077 |
}
|
122078 |
|
122079 |
/***/ }),
|
122080 |
-
/*
|
122081 |
/*!***********************************!*\
|
122082 |
!*** ./src/blocks/faq/style.scss ***!
|
122083 |
\***********************************/
|
@@ -122087,7 +122235,7 @@ function save(props) {
|
|
122087 |
// removed by extract-text-webpack-plugin
|
122088 |
|
122089 |
/***/ }),
|
122090 |
-
/*
|
122091 |
/*!************************************!*\
|
122092 |
!*** ./src/blocks/faq/editor.scss ***!
|
122093 |
\************************************/
|
@@ -122097,7 +122245,7 @@ function save(props) {
|
|
122097 |
// removed by extract-text-webpack-plugin
|
122098 |
|
122099 |
/***/ }),
|
122100 |
-
/*
|
122101 |
/*!**************************************!*\
|
122102 |
!*** ./src/blocks/faq/deprecated.js ***!
|
122103 |
\**************************************/
|
@@ -122108,7 +122256,7 @@ function save(props) {
|
|
122108 |
"use strict";
|
122109 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames__ = __webpack_require__(/*! classnames */ 0);
|
122110 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_classnames__);
|
122111 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__attributes__ = __webpack_require__(/*! ./attributes */
|
122112 |
/**
|
122113 |
* BLOCK: How To Schema - Deprecated Block
|
122114 |
*/
|
@@ -122163,7 +122311,7 @@ var deprecated = [{
|
|
122163 |
/* harmony default export */ __webpack_exports__["a"] = (deprecated);
|
122164 |
|
122165 |
/***/ }),
|
122166 |
-
/*
|
122167 |
/*!***************************************!*\
|
122168 |
!*** ./src/blocks/faq-child/block.js ***!
|
122169 |
\***************************************/
|
@@ -122172,14 +122320,14 @@ var deprecated = [{
|
|
122172 |
|
122173 |
"use strict";
|
122174 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
122175 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__attributes__ = __webpack_require__(/*! ./attributes */
|
122176 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__edit__ = __webpack_require__(/*! ./edit */
|
122177 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__save__ = __webpack_require__(/*! ./save */
|
122178 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__style_scss__ = __webpack_require__(/*! ./style.scss */
|
122179 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_4__style_scss__);
|
122180 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__editor_scss__ = __webpack_require__(/*! ./editor.scss */
|
122181 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__editor_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_5__editor_scss__);
|
122182 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__deprecated__ = __webpack_require__(/*! ./deprecated */
|
122183 |
/**
|
122184 |
* BLOCK: FAQ - Schema - Child
|
122185 |
*/
|
@@ -122212,7 +122360,7 @@ registerBlockType("uagb/faq-child", {
|
|
122212 |
});
|
122213 |
|
122214 |
/***/ }),
|
122215 |
-
/*
|
122216 |
/*!**************************************!*\
|
122217 |
!*** ./src/blocks/faq-child/edit.js ***!
|
122218 |
\**************************************/
|
@@ -122393,7 +122541,7 @@ var UAGBFaqChildEdit = function (_Component) {
|
|
122393 |
/* harmony default export */ __webpack_exports__["a"] = (UAGBFaqChildEdit);
|
122394 |
|
122395 |
/***/ }),
|
122396 |
-
/*
|
122397 |
/*!**************************************!*\
|
122398 |
!*** ./src/blocks/faq-child/save.js ***!
|
122399 |
\**************************************/
|
@@ -122488,7 +122636,7 @@ function save(props) {
|
|
122488 |
}
|
122489 |
|
122490 |
/***/ }),
|
122491 |
-
/*
|
122492 |
/*!*****************************************!*\
|
122493 |
!*** ./src/blocks/faq-child/style.scss ***!
|
122494 |
\*****************************************/
|
@@ -122498,7 +122646,7 @@ function save(props) {
|
|
122498 |
// removed by extract-text-webpack-plugin
|
122499 |
|
122500 |
/***/ }),
|
122501 |
-
/*
|
122502 |
/*!******************************************!*\
|
122503 |
!*** ./src/blocks/faq-child/editor.scss ***!
|
122504 |
\******************************************/
|
@@ -122508,7 +122656,7 @@ function save(props) {
|
|
122508 |
// removed by extract-text-webpack-plugin
|
122509 |
|
122510 |
/***/ }),
|
122511 |
-
/*
|
122512 |
/*!********************************************!*\
|
122513 |
!*** ./src/blocks/faq-child/deprecated.js ***!
|
122514 |
\********************************************/
|
@@ -122520,7 +122668,7 @@ function save(props) {
|
|
122520 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames__ = __webpack_require__(/*! classnames */ 0);
|
122521 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_classnames__);
|
122522 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_renderIcon__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/renderIcon */ 2);
|
122523 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__attributes__ = __webpack_require__(/*! ./attributes */
|
122524 |
/**
|
122525 |
* BLOCK: FAQ-Child - Deprecated Block
|
122526 |
*/
|
@@ -122608,7 +122756,7 @@ var deprecated = [{
|
|
122608 |
/* harmony default export */ __webpack_exports__["a"] = (deprecated);
|
122609 |
|
122610 |
/***/ }),
|
122611 |
-
/*
|
122612 |
/*!*******************************************!*\
|
122613 |
!*** ./src/blocks/inline-notice/block.js ***!
|
122614 |
\*******************************************/
|
@@ -122617,12 +122765,12 @@ var deprecated = [{
|
|
122617 |
|
122618 |
"use strict";
|
122619 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
122620 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__attributes__ = __webpack_require__(/*! ./attributes */
|
122621 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__edit__ = __webpack_require__(/*! ./edit */
|
122622 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__save__ = __webpack_require__(/*! ./save */
|
122623 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__style_scss__ = __webpack_require__(/*! ./style.scss */
|
122624 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_4__style_scss__);
|
122625 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__editor_scss__ = __webpack_require__(/*! ./editor.scss */
|
122626 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__editor_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_5__editor_scss__);
|
122627 |
/**
|
122628 |
* BLOCK: Inline Notice Block.
|
@@ -122654,7 +122802,7 @@ registerBlockType("uagb/inline-notice", {
|
|
122654 |
});
|
122655 |
|
122656 |
/***/ }),
|
122657 |
-
/*
|
122658 |
/*!************************************************!*\
|
122659 |
!*** ./src/blocks/inline-notice/attributes.js ***!
|
122660 |
\************************************************/
|
@@ -122837,7 +122985,7 @@ var attributes = {
|
|
122837 |
/* harmony default export */ __webpack_exports__["a"] = (attributes);
|
122838 |
|
122839 |
/***/ }),
|
122840 |
-
/*
|
122841 |
/*!******************************************!*\
|
122842 |
!*** ./src/blocks/inline-notice/edit.js ***!
|
122843 |
\******************************************/
|
@@ -122848,7 +122996,7 @@ var attributes = {
|
|
122848 |
"use strict";
|
122849 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames__ = __webpack_require__(/*! classnames */ 0);
|
122850 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_classnames__);
|
122851 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__styling__ = __webpack_require__(/*! ./styling */
|
122852 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_renderIcon__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/renderIcon */ 2);
|
122853 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__fonticonpicker_react_fonticonpicker__ = __webpack_require__(/*! @fonticonpicker/react-fonticonpicker */ 10);
|
122854 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__fonticonpicker_react_fonticonpicker___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_3__fonticonpicker_react_fonticonpicker__);
|
@@ -123377,7 +123525,7 @@ var UAGBInlineNoticeEdit = function (_Component) {
|
|
123377 |
/* harmony default export */ __webpack_exports__["a"] = (UAGBInlineNoticeEdit);
|
123378 |
|
123379 |
/***/ }),
|
123380 |
-
/*
|
123381 |
/*!*********************************************!*\
|
123382 |
!*** ./src/blocks/inline-notice/styling.js ***!
|
123383 |
\*********************************************/
|
@@ -123544,7 +123692,7 @@ function styling(props) {
|
|
123544 |
/* harmony default export */ __webpack_exports__["a"] = (styling);
|
123545 |
|
123546 |
/***/ }),
|
123547 |
-
/*
|
123548 |
/*!******************************************!*\
|
123549 |
!*** ./src/blocks/inline-notice/save.js ***!
|
123550 |
\******************************************/
|
@@ -123616,7 +123764,7 @@ function save(props) {
|
|
123616 |
}
|
123617 |
|
123618 |
/***/ }),
|
123619 |
-
/*
|
123620 |
/*!*********************************************!*\
|
123621 |
!*** ./src/blocks/inline-notice/style.scss ***!
|
123622 |
\*********************************************/
|
@@ -123626,7 +123774,7 @@ function save(props) {
|
|
123626 |
// removed by extract-text-webpack-plugin
|
123627 |
|
123628 |
/***/ }),
|
123629 |
-
/*
|
123630 |
/*!**********************************************!*\
|
123631 |
!*** ./src/blocks/inline-notice/editor.scss ***!
|
123632 |
\**********************************************/
|
@@ -123636,7 +123784,7 @@ function save(props) {
|
|
123636 |
// removed by extract-text-webpack-plugin
|
123637 |
|
123638 |
/***/ }),
|
123639 |
-
/*
|
123640 |
/*!***************************************!*\
|
123641 |
!*** ./src/blocks/wp-search/block.js ***!
|
123642 |
\***************************************/
|
@@ -123644,13 +123792,13 @@ function save(props) {
|
|
123644 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
123645 |
|
123646 |
"use strict";
|
123647 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__style_scss__ = __webpack_require__(/*! ./style.scss */
|
123648 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__style_scss__);
|
123649 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__editor_scss__ = __webpack_require__(/*! ./editor.scss */
|
123650 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__editor_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1__editor_scss__);
|
123651 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__save__ = __webpack_require__(/*! ./save */
|
123652 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__edit__ = __webpack_require__(/*! ./edit */
|
123653 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__attributes__ = __webpack_require__(/*! ./attributes */
|
123654 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
123655 |
/**
|
123656 |
* BLOCK: WP-Search
|
@@ -123683,7 +123831,7 @@ registerBlockType("uagb/wp-search", {
|
|
123683 |
});
|
123684 |
|
123685 |
/***/ }),
|
123686 |
-
/*
|
123687 |
/*!*****************************************!*\
|
123688 |
!*** ./src/blocks/wp-search/style.scss ***!
|
123689 |
\*****************************************/
|
@@ -123693,7 +123841,7 @@ registerBlockType("uagb/wp-search", {
|
|
123693 |
// removed by extract-text-webpack-plugin
|
123694 |
|
123695 |
/***/ }),
|
123696 |
-
/*
|
123697 |
/*!******************************************!*\
|
123698 |
!*** ./src/blocks/wp-search/editor.scss ***!
|
123699 |
\******************************************/
|
@@ -123703,7 +123851,7 @@ registerBlockType("uagb/wp-search", {
|
|
123703 |
// removed by extract-text-webpack-plugin
|
123704 |
|
123705 |
/***/ }),
|
123706 |
-
/*
|
123707 |
/*!**************************************!*\
|
123708 |
!*** ./src/blocks/wp-search/save.js ***!
|
123709 |
\**************************************/
|
@@ -123801,7 +123949,7 @@ function save(props) {
|
|
123801 |
}
|
123802 |
|
123803 |
/***/ }),
|
123804 |
-
/*
|
123805 |
/*!**************************************!*\
|
123806 |
!*** ./src/blocks/wp-search/edit.js ***!
|
123807 |
\**************************************/
|
@@ -123810,7 +123958,7 @@ function save(props) {
|
|
123810 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
123811 |
|
123812 |
"use strict";
|
123813 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__styling__ = __webpack_require__(/*! ./styling */
|
123814 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_react__ = __webpack_require__(/*! react */ 5);
|
123815 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_react___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1_react__);
|
123816 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_classnames__ = __webpack_require__(/*! classnames */ 0);
|
@@ -124694,7 +124842,7 @@ var UAGBWpSearchEdit = function (_Component) {
|
|
124694 |
/* harmony default export */ __webpack_exports__["a"] = (UAGBWpSearchEdit);
|
124695 |
|
124696 |
/***/ }),
|
124697 |
-
/*
|
124698 |
/*!*****************************************!*\
|
124699 |
!*** ./src/blocks/wp-search/styling.js ***!
|
124700 |
\*****************************************/
|
@@ -124945,7 +125093,7 @@ function styling(props) {
|
|
124945 |
/* harmony default export */ __webpack_exports__["a"] = (styling);
|
124946 |
|
124947 |
/***/ }),
|
124948 |
-
/*
|
124949 |
/*!********************************************!*\
|
124950 |
!*** ./src/blocks/wp-search/attributes.js ***!
|
124951 |
\********************************************/
|
@@ -125177,7 +125325,7 @@ var attributes = {
|
|
125177 |
/* harmony default export */ __webpack_exports__["a"] = (attributes);
|
125178 |
|
125179 |
/***/ }),
|
125180 |
-
/*
|
125181 |
/*!************************************!*\
|
125182 |
!*** ./src/blocks/review/block.js ***!
|
125183 |
\************************************/
|
@@ -125186,12 +125334,12 @@ var attributes = {
|
|
125186 |
|
125187 |
"use strict";
|
125188 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
125189 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__attributes__ = __webpack_require__(/*! ./attributes */
|
125190 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__edit__ = __webpack_require__(/*! ./edit */
|
125191 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__save__ = __webpack_require__(/*! ./save */
|
125192 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__style_scss__ = __webpack_require__(/*! ./style.scss */
|
125193 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_4__style_scss__);
|
125194 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__editor_scss__ = __webpack_require__(/*! ./editor.scss */
|
125195 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__editor_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_5__editor_scss__);
|
125196 |
/**
|
125197 |
* BLOCK: Rating Block.
|
@@ -125223,7 +125371,7 @@ registerBlockType("uagb/review", {
|
|
125223 |
});
|
125224 |
|
125225 |
/***/ }),
|
125226 |
-
/*
|
125227 |
/*!*****************************************!*\
|
125228 |
!*** ./src/blocks/review/attributes.js ***!
|
125229 |
\*****************************************/
|
@@ -125701,7 +125849,7 @@ var attributes = {
|
|
125701 |
/* harmony default export */ __webpack_exports__["a"] = (attributes);
|
125702 |
|
125703 |
/***/ }),
|
125704 |
-
/*
|
125705 |
/*!***********************************!*\
|
125706 |
!*** ./src/blocks/review/edit.js ***!
|
125707 |
\***********************************/
|
@@ -125713,10 +125861,10 @@ var attributes = {
|
|
125713 |
/* unused harmony export removeFromArray */
|
125714 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames__ = __webpack_require__(/*! classnames */ 0);
|
125715 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_classnames__);
|
125716 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__styling__ = __webpack_require__(/*! ./styling */
|
125717 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
125718 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__schema_notices__ = __webpack_require__(/*! ./schema-notices */
|
125719 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__components__ = __webpack_require__(/*! ./components */
|
125720 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__components_typography__ = __webpack_require__(/*! ../../components/typography */ 7);
|
125721 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__components_typography_fontloader__ = __webpack_require__(/*! ../../components/typography/fontloader */ 8);
|
125722 |
var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();
|
@@ -126928,7 +127076,7 @@ var UAGBRatingEdit = function (_Component) {
|
|
126928 |
}))(UAGBRatingEdit));
|
126929 |
|
126930 |
/***/ }),
|
126931 |
-
/*
|
126932 |
/*!**************************************!*\
|
126933 |
!*** ./src/blocks/review/styling.js ***!
|
126934 |
\**************************************/
|
@@ -127107,7 +127255,7 @@ function styling(props) {
|
|
127107 |
/* harmony default export */ __webpack_exports__["a"] = (styling);
|
127108 |
|
127109 |
/***/ }),
|
127110 |
-
/*
|
127111 |
/*!*********************************************!*\
|
127112 |
!*** ./src/blocks/review/schema-notices.js ***!
|
127113 |
\*********************************************/
|
@@ -127356,7 +127504,7 @@ var SchemaNotices = function (_Component) {
|
|
127356 |
/* harmony default export */ __webpack_exports__["a"] = (SchemaNotices);
|
127357 |
|
127358 |
/***/ }),
|
127359 |
-
/*
|
127360 |
/*!***********************************!*\
|
127361 |
!*** ./src/blocks/review/save.js ***!
|
127362 |
\***********************************/
|
@@ -127368,7 +127516,7 @@ var SchemaNotices = function (_Component) {
|
|
127368 |
/* harmony export (immutable) */ __webpack_exports__["a"] = save;
|
127369 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames__ = __webpack_require__(/*! classnames */ 0);
|
127370 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_classnames__);
|
127371 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__components__ = __webpack_require__(/*! ./components */
|
127372 |
/**
|
127373 |
* BLOCK: Review block - Save Block
|
127374 |
*/
|
@@ -127565,7 +127713,7 @@ function save(props) {
|
|
127565 |
}
|
127566 |
|
127567 |
/***/ }),
|
127568 |
-
/*
|
127569 |
/*!**************************************!*\
|
127570 |
!*** ./src/blocks/review/style.scss ***!
|
127571 |
\**************************************/
|
@@ -127575,7 +127723,7 @@ function save(props) {
|
|
127575 |
// removed by extract-text-webpack-plugin
|
127576 |
|
127577 |
/***/ }),
|
127578 |
-
/*
|
127579 |
/*!***************************************!*\
|
127580 |
!*** ./src/blocks/review/editor.scss ***!
|
127581 |
\***************************************/
|
@@ -127585,7 +127733,7 @@ function save(props) {
|
|
127585 |
// removed by extract-text-webpack-plugin
|
127586 |
|
127587 |
/***/ }),
|
127588 |
-
/*
|
127589 |
/*!*******************************************!*\
|
127590 |
!*** ./src/blocks/taxonomy-list/block.js ***!
|
127591 |
\*******************************************/
|
@@ -127594,11 +127742,11 @@ function save(props) {
|
|
127594 |
|
127595 |
"use strict";
|
127596 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
127597 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__style_scss__ = __webpack_require__(/*! ./style.scss */
|
127598 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1__style_scss__);
|
127599 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__editor_scss__ = __webpack_require__(/*! ./editor.scss */
|
127600 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__editor_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_2__editor_scss__);
|
127601 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__edit__ = __webpack_require__(/*! ./edit */
|
127602 |
/**
|
127603 |
* BLOCK: UAGB - Taxonomy List
|
127604 |
*/
|
@@ -127635,7 +127783,7 @@ registerBlockType("uagb/taxonomy-list", {
|
|
127635 |
});
|
127636 |
|
127637 |
/***/ }),
|
127638 |
-
/*
|
127639 |
/*!*********************************************!*\
|
127640 |
!*** ./src/blocks/taxonomy-list/style.scss ***!
|
127641 |
\*********************************************/
|
@@ -127645,7 +127793,7 @@ registerBlockType("uagb/taxonomy-list", {
|
|
127645 |
// removed by extract-text-webpack-plugin
|
127646 |
|
127647 |
/***/ }),
|
127648 |
-
/*
|
127649 |
/*!**********************************************!*\
|
127650 |
!*** ./src/blocks/taxonomy-list/editor.scss ***!
|
127651 |
\**********************************************/
|
@@ -127655,7 +127803,7 @@ registerBlockType("uagb/taxonomy-list", {
|
|
127655 |
// removed by extract-text-webpack-plugin
|
127656 |
|
127657 |
/***/ }),
|
127658 |
-
/*
|
127659 |
/*!******************************************!*\
|
127660 |
!*** ./src/blocks/taxonomy-list/edit.js ***!
|
127661 |
\******************************************/
|
@@ -127666,7 +127814,7 @@ registerBlockType("uagb/taxonomy-list", {
|
|
127666 |
"use strict";
|
127667 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames__ = __webpack_require__(/*! classnames */ 0);
|
127668 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_classnames__);
|
127669 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__styling__ = __webpack_require__(/*! ./styling */
|
127670 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__components_box_shadow__ = __webpack_require__(/*! ../../components/box-shadow */ 64);
|
127671 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__components_typography__ = __webpack_require__(/*! ../../components/typography */ 7);
|
127672 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__components_typography_fontloader__ = __webpack_require__(/*! ../../components/typography/fontloader */ 8);
|
@@ -128785,7 +128933,7 @@ var UAGBTaxonomyList = function (_Component) {
|
|
128785 |
})(UAGBTaxonomyList));
|
128786 |
|
128787 |
/***/ }),
|
128788 |
-
/*
|
128789 |
/*!*********************************************!*\
|
128790 |
!*** ./src/blocks/taxonomy-list/styling.js ***!
|
128791 |
\*********************************************/
|
@@ -129013,7 +129161,7 @@ function styling(props) {
|
|
129013 |
/* harmony default export */ __webpack_exports__["a"] = (styling);
|
129014 |
|
129015 |
/***/ }),
|
129016 |
-
/*
|
129017 |
/*!************************************!*\
|
129018 |
!*** ./src/blocks/lottie/block.js ***!
|
129019 |
\************************************/
|
@@ -129021,11 +129169,11 @@ function styling(props) {
|
|
129021 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
129022 |
|
129023 |
"use strict";
|
129024 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__style_scss__ = __webpack_require__(/*! ./style.scss */
|
129025 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__style_scss__);
|
129026 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__editor_scss__ = __webpack_require__(/*! ./editor.scss */
|
129027 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__editor_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1__editor_scss__);
|
129028 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__edit__ = __webpack_require__(/*! ./edit */
|
129029 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
129030 |
/**
|
129031 |
* BLOCK: Lottie
|
@@ -129055,7 +129203,7 @@ registerBlockType("uagb/lottie", {
|
|
129055 |
});
|
129056 |
|
129057 |
/***/ }),
|
129058 |
-
/*
|
129059 |
/*!**************************************!*\
|
129060 |
!*** ./src/blocks/lottie/style.scss ***!
|
129061 |
\**************************************/
|
@@ -129065,7 +129213,7 @@ registerBlockType("uagb/lottie", {
|
|
129065 |
// removed by extract-text-webpack-plugin
|
129066 |
|
129067 |
/***/ }),
|
129068 |
-
/*
|
129069 |
/*!***************************************!*\
|
129070 |
!*** ./src/blocks/lottie/editor.scss ***!
|
129071 |
\***************************************/
|
@@ -129075,7 +129223,7 @@ registerBlockType("uagb/lottie", {
|
|
129075 |
// removed by extract-text-webpack-plugin
|
129076 |
|
129077 |
/***/ }),
|
129078 |
-
/*
|
129079 |
/*!***********************************!*\
|
129080 |
!*** ./src/blocks/lottie/edit.js ***!
|
129081 |
\***********************************/
|
@@ -129086,8 +129234,8 @@ registerBlockType("uagb/lottie", {
|
|
129086 |
"use strict";
|
129087 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames__ = __webpack_require__(/*! classnames */ 0);
|
129088 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_classnames__);
|
129089 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__styling__ = __webpack_require__(/*! ./styling */
|
129090 |
-
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_react_lottie__ = __webpack_require__(/*! react-lottie */
|
129091 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_react_lottie___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_2_react_lottie__);
|
129092 |
var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();
|
129093 |
|
@@ -129569,7 +129717,7 @@ var UAGBLottie = function (_Component) {
|
|
129569 |
/* harmony default export */ __webpack_exports__["a"] = (UAGBLottie);
|
129570 |
|
129571 |
/***/ }),
|
129572 |
-
/*
|
129573 |
/*!**************************************!*\
|
129574 |
!*** ./src/blocks/lottie/styling.js ***!
|
129575 |
\**************************************/
|
@@ -129637,7 +129785,7 @@ function styling(props) {
|
|
129637 |
/* harmony default export */ __webpack_exports__["a"] = (styling);
|
129638 |
|
129639 |
/***/ }),
|
129640 |
-
/*
|
129641 |
/*!*************************************************!*\
|
129642 |
!*** ./node_modules/react-lottie/dist/index.js ***!
|
129643 |
\*************************************************/
|
@@ -129652,27 +129800,27 @@ Object.defineProperty(exports, "__esModule", {
|
|
129652 |
value: true
|
129653 |
});
|
129654 |
|
129655 |
-
var _extends2 = __webpack_require__(/*! babel-runtime/helpers/extends */
|
129656 |
|
129657 |
var _extends3 = _interopRequireDefault(_extends2);
|
129658 |
|
129659 |
-
var _getPrototypeOf = __webpack_require__(/*! babel-runtime/core-js/object/get-prototype-of */
|
129660 |
|
129661 |
var _getPrototypeOf2 = _interopRequireDefault(_getPrototypeOf);
|
129662 |
|
129663 |
-
var _classCallCheck2 = __webpack_require__(/*! babel-runtime/helpers/classCallCheck */
|
129664 |
|
129665 |
var _classCallCheck3 = _interopRequireDefault(_classCallCheck2);
|
129666 |
|
129667 |
-
var _createClass2 = __webpack_require__(/*! babel-runtime/helpers/createClass */
|
129668 |
|
129669 |
var _createClass3 = _interopRequireDefault(_createClass2);
|
129670 |
|
129671 |
-
var _possibleConstructorReturn2 = __webpack_require__(/*! babel-runtime/helpers/possibleConstructorReturn */
|
129672 |
|
129673 |
var _possibleConstructorReturn3 = _interopRequireDefault(_possibleConstructorReturn2);
|
129674 |
|
129675 |
-
var _inherits2 = __webpack_require__(/*! babel-runtime/helpers/inherits */
|
129676 |
|
129677 |
var _inherits3 = _interopRequireDefault(_inherits2);
|
129678 |
|
@@ -129684,7 +129832,7 @@ var _propTypes = __webpack_require__(/*! prop-types */ 15);
|
|
129684 |
|
129685 |
var _propTypes2 = _interopRequireDefault(_propTypes);
|
129686 |
|
129687 |
-
var _lottieWeb = __webpack_require__(/*! lottie-web */
|
129688 |
|
129689 |
var _lottieWeb2 = _interopRequireDefault(_lottieWeb);
|
129690 |
|
@@ -129924,7 +130072,7 @@ Lottie.defaultProps = {
|
|
129924 |
};
|
129925 |
|
129926 |
/***/ }),
|
129927 |
-
/*
|
129928 |
/*!*******************************************************!*\
|
129929 |
!*** ./node_modules/babel-runtime/helpers/extends.js ***!
|
129930 |
\*******************************************************/
|
@@ -129937,7 +130085,7 @@ Lottie.defaultProps = {
|
|
129937 |
|
129938 |
exports.__esModule = true;
|
129939 |
|
129940 |
-
var _assign = __webpack_require__(/*! ../core-js/object/assign */
|
129941 |
|
129942 |
var _assign2 = _interopRequireDefault(_assign);
|
129943 |
|
@@ -129958,7 +130106,7 @@ exports.default = _assign2.default || function (target) {
|
|
129958 |
};
|
129959 |
|
129960 |
/***/ }),
|
129961 |
-
/*
|
129962 |
/*!*************************************************************!*\
|
129963 |
!*** ./node_modules/babel-runtime/core-js/object/assign.js ***!
|
129964 |
\*************************************************************/
|
@@ -129966,10 +130114,10 @@ exports.default = _assign2.default || function (target) {
|
|
129966 |
/*! all exports used */
|
129967 |
/***/ (function(module, exports, __webpack_require__) {
|
129968 |
|
129969 |
-
module.exports = { "default": __webpack_require__(/*! core-js/library/fn/object/assign */
|
129970 |
|
129971 |
/***/ }),
|
129972 |
-
/*
|
129973 |
/*!**********************************************************!*\
|
129974 |
!*** ./node_modules/core-js/library/fn/object/assign.js ***!
|
129975 |
\**********************************************************/
|
@@ -129977,12 +130125,12 @@ module.exports = { "default": __webpack_require__(/*! core-js/library/fn/object/
|
|
129977 |
/*! all exports used */
|
129978 |
/***/ (function(module, exports, __webpack_require__) {
|
129979 |
|
129980 |
-
__webpack_require__(/*! ../../modules/es6.object.assign */
|
129981 |
module.exports = __webpack_require__(/*! ../../modules/_core */ 16).Object.assign;
|
129982 |
|
129983 |
|
129984 |
/***/ }),
|
129985 |
-
/*
|
129986 |
/*!*******************************************************************!*\
|
129987 |
!*** ./node_modules/core-js/library/modules/es6.object.assign.js ***!
|
129988 |
\*******************************************************************/
|
@@ -129993,11 +130141,11 @@ module.exports = __webpack_require__(/*! ../../modules/_core */ 16).Object.assig
|
|
129993 |
// 19.1.3.1 Object.assign(target, source)
|
129994 |
var $export = __webpack_require__(/*! ./_export */ 23);
|
129995 |
|
129996 |
-
$export($export.S + $export.F, 'Object', { assign: __webpack_require__(/*! ./_object-assign */
|
129997 |
|
129998 |
|
129999 |
/***/ }),
|
130000 |
-
/*
|
130001 |
/*!*************************************************************!*\
|
130002 |
!*** ./node_modules/core-js/library/modules/_a-function.js ***!
|
130003 |
\*************************************************************/
|
@@ -130012,7 +130160,7 @@ module.exports = function (it) {
|
|
130012 |
|
130013 |
|
130014 |
/***/ }),
|
130015 |
-
/*
|
130016 |
/*!****************************************************************!*\
|
130017 |
!*** ./node_modules/core-js/library/modules/_object-assign.js ***!
|
130018 |
\****************************************************************/
|
@@ -130027,7 +130175,7 @@ var getKeys = __webpack_require__(/*! ./_object-keys */ 68);
|
|
130027 |
var gOPS = __webpack_require__(/*! ./_object-gops */ 135);
|
130028 |
var pIE = __webpack_require__(/*! ./_object-pie */ 71);
|
130029 |
var toObject = __webpack_require__(/*! ./_to-object */ 136);
|
130030 |
-
var IObject = __webpack_require__(/*! ./_iobject */
|
130031 |
var $assign = Object.assign;
|
130032 |
|
130033 |
// should work with symbols and should have deterministic property order (V8 bug)
|
@@ -130058,7 +130206,7 @@ module.exports = !$assign || __webpack_require__(/*! ./_fails */ 38)(function ()
|
|
130058 |
|
130059 |
|
130060 |
/***/ }),
|
130061 |
-
/*
|
130062 |
/*!*****************************************************************!*\
|
130063 |
!*** ./node_modules/core-js/library/modules/_array-includes.js ***!
|
130064 |
\*****************************************************************/
|
@@ -130069,8 +130217,8 @@ module.exports = !$assign || __webpack_require__(/*! ./_fails */ 38)(function ()
|
|
130069 |
// false -> Array#indexOf
|
130070 |
// true -> Array#includes
|
130071 |
var toIObject = __webpack_require__(/*! ./_to-iobject */ 39);
|
130072 |
-
var toLength = __webpack_require__(/*! ./_to-length */
|
130073 |
-
var toAbsoluteIndex = __webpack_require__(/*! ./_to-absolute-index */
|
130074 |
module.exports = function (IS_INCLUDES) {
|
130075 |
return function ($this, el, fromIndex) {
|
130076 |
var O = toIObject($this);
|
@@ -130092,7 +130240,7 @@ module.exports = function (IS_INCLUDES) {
|
|
130092 |
|
130093 |
|
130094 |
/***/ }),
|
130095 |
-
/*
|
130096 |
/*!************************************************************!*\
|
130097 |
!*** ./node_modules/core-js/library/modules/_to-length.js ***!
|
130098 |
\************************************************************/
|
@@ -130109,7 +130257,7 @@ module.exports = function (it) {
|
|
130109 |
|
130110 |
|
130111 |
/***/ }),
|
130112 |
-
/*
|
130113 |
/*!********************************************************************!*\
|
130114 |
!*** ./node_modules/core-js/library/modules/_to-absolute-index.js ***!
|
130115 |
\********************************************************************/
|
@@ -130127,7 +130275,7 @@ module.exports = function (index, length) {
|
|
130127 |
|
130128 |
|
130129 |
/***/ }),
|
130130 |
-
/*
|
130131 |
/*!***********************************************************************!*\
|
130132 |
!*** ./node_modules/babel-runtime/core-js/object/get-prototype-of.js ***!
|
130133 |
\***********************************************************************/
|
@@ -130135,10 +130283,10 @@ module.exports = function (index, length) {
|
|
130135 |
/*! all exports used */
|
130136 |
/***/ (function(module, exports, __webpack_require__) {
|
130137 |
|
130138 |
-
module.exports = { "default": __webpack_require__(/*! core-js/library/fn/object/get-prototype-of */
|
130139 |
|
130140 |
/***/ }),
|
130141 |
-
/*
|
130142 |
/*!********************************************************************!*\
|
130143 |
!*** ./node_modules/core-js/library/fn/object/get-prototype-of.js ***!
|
130144 |
\********************************************************************/
|
@@ -130146,12 +130294,12 @@ module.exports = { "default": __webpack_require__(/*! core-js/library/fn/object/
|
|
130146 |
/*! all exports used */
|
130147 |
/***/ (function(module, exports, __webpack_require__) {
|
130148 |
|
130149 |
-
__webpack_require__(/*! ../../modules/es6.object.get-prototype-of */
|
130150 |
module.exports = __webpack_require__(/*! ../../modules/_core */ 16).Object.getPrototypeOf;
|
130151 |
|
130152 |
|
130153 |
/***/ }),
|
130154 |
-
/*
|
130155 |
/*!*****************************************************************************!*\
|
130156 |
!*** ./node_modules/core-js/library/modules/es6.object.get-prototype-of.js ***!
|
130157 |
\*****************************************************************************/
|
@@ -130161,9 +130309,9 @@ module.exports = __webpack_require__(/*! ../../modules/_core */ 16).Object.getPr
|
|
130161 |
|
130162 |
// 19.1.2.9 Object.getPrototypeOf(O)
|
130163 |
var toObject = __webpack_require__(/*! ./_to-object */ 136);
|
130164 |
-
var $getPrototypeOf = __webpack_require__(/*! ./_object-gpo */
|
130165 |
|
130166 |
-
__webpack_require__(/*! ./_object-sap */
|
130167 |
return function getPrototypeOf(it) {
|
130168 |
return $getPrototypeOf(toObject(it));
|
130169 |
};
|
@@ -130171,7 +130319,7 @@ __webpack_require__(/*! ./_object-sap */ 746)('getPrototypeOf', function () {
|
|
130171 |
|
130172 |
|
130173 |
/***/ }),
|
130174 |
-
/*
|
130175 |
/*!*************************************************************!*\
|
130176 |
!*** ./node_modules/core-js/library/modules/_object-sap.js ***!
|
130177 |
\*************************************************************/
|
@@ -130192,7 +130340,7 @@ module.exports = function (KEY, exec) {
|
|
130192 |
|
130193 |
|
130194 |
/***/ }),
|
130195 |
-
/*
|
130196 |
/*!**************************************************************!*\
|
130197 |
!*** ./node_modules/babel-runtime/helpers/classCallCheck.js ***!
|
130198 |
\**************************************************************/
|
@@ -130212,7 +130360,7 @@ exports.default = function (instance, Constructor) {
|
|
130212 |
};
|
130213 |
|
130214 |
/***/ }),
|
130215 |
-
/*
|
130216 |
/*!***********************************************************!*\
|
130217 |
!*** ./node_modules/babel-runtime/helpers/createClass.js ***!
|
130218 |
\***********************************************************/
|
@@ -130225,7 +130373,7 @@ exports.default = function (instance, Constructor) {
|
|
130225 |
|
130226 |
exports.__esModule = true;
|
130227 |
|
130228 |
-
var _defineProperty = __webpack_require__(/*! ../core-js/object/define-property */
|
130229 |
|
130230 |
var _defineProperty2 = _interopRequireDefault(_defineProperty);
|
130231 |
|
@@ -130250,7 +130398,7 @@ exports.default = function () {
|
|
130250 |
}();
|
130251 |
|
130252 |
/***/ }),
|
130253 |
-
/*
|
130254 |
/*!**********************************************************************!*\
|
130255 |
!*** ./node_modules/babel-runtime/core-js/object/define-property.js ***!
|
130256 |
\**********************************************************************/
|
@@ -130258,10 +130406,10 @@ exports.default = function () {
|
|
130258 |
/*! all exports used */
|
130259 |
/***/ (function(module, exports, __webpack_require__) {
|
130260 |
|
130261 |
-
module.exports = { "default": __webpack_require__(/*! core-js/library/fn/object/define-property */
|
130262 |
|
130263 |
/***/ }),
|
130264 |
-
/*
|
130265 |
/*!*******************************************************************!*\
|
130266 |
!*** ./node_modules/core-js/library/fn/object/define-property.js ***!
|
130267 |
\*******************************************************************/
|
@@ -130269,7 +130417,7 @@ module.exports = { "default": __webpack_require__(/*! core-js/library/fn/object/
|
|
130269 |
/*! all exports used */
|
130270 |
/***/ (function(module, exports, __webpack_require__) {
|
130271 |
|
130272 |
-
__webpack_require__(/*! ../../modules/es6.object.define-property */
|
130273 |
var $Object = __webpack_require__(/*! ../../modules/_core */ 16).Object;
|
130274 |
module.exports = function defineProperty(it, key, desc) {
|
130275 |
return $Object.defineProperty(it, key, desc);
|
@@ -130277,7 +130425,7 @@ module.exports = function defineProperty(it, key, desc) {
|
|
130277 |
|
130278 |
|
130279 |
/***/ }),
|
130280 |
-
/*
|
130281 |
/*!****************************************************************************!*\
|
130282 |
!*** ./node_modules/core-js/library/modules/es6.object.define-property.js ***!
|
130283 |
\****************************************************************************/
|
@@ -130291,7 +130439,7 @@ $export($export.S + $export.F * !__webpack_require__(/*! ./_descriptors */ 25),
|
|
130291 |
|
130292 |
|
130293 |
/***/ }),
|
130294 |
-
/*
|
130295 |
/*!*************************************************************************!*\
|
130296 |
!*** ./node_modules/babel-runtime/helpers/possibleConstructorReturn.js ***!
|
130297 |
\*************************************************************************/
|
@@ -130304,7 +130452,7 @@ $export($export.S + $export.F * !__webpack_require__(/*! ./_descriptors */ 25),
|
|
130304 |
|
130305 |
exports.__esModule = true;
|
130306 |
|
130307 |
-
var _typeof2 = __webpack_require__(/*! ../helpers/typeof */
|
130308 |
|
130309 |
var _typeof3 = _interopRequireDefault(_typeof2);
|
130310 |
|
@@ -130319,7 +130467,7 @@ exports.default = function (self, call) {
|
|
130319 |
};
|
130320 |
|
130321 |
/***/ }),
|
130322 |
-
/*
|
130323 |
/*!***************************************************************!*\
|
130324 |
!*** ./node_modules/babel-runtime/core-js/symbol/iterator.js ***!
|
130325 |
\***************************************************************/
|
@@ -130327,10 +130475,10 @@ exports.default = function (self, call) {
|
|
130327 |
/*! all exports used */
|
130328 |
/***/ (function(module, exports, __webpack_require__) {
|
130329 |
|
130330 |
-
module.exports = { "default": __webpack_require__(/*! core-js/library/fn/symbol/iterator */
|
130331 |
|
130332 |
/***/ }),
|
130333 |
-
/*
|
130334 |
/*!************************************************************!*\
|
130335 |
!*** ./node_modules/core-js/library/fn/symbol/iterator.js ***!
|
130336 |
\************************************************************/
|
@@ -130338,13 +130486,13 @@ module.exports = { "default": __webpack_require__(/*! core-js/library/fn/symbol/
|
|
130338 |
/*! all exports used */
|
130339 |
/***/ (function(module, exports, __webpack_require__) {
|
130340 |
|
130341 |
-
__webpack_require__(/*! ../../modules/es6.string.iterator */
|
130342 |
-
__webpack_require__(/*! ../../modules/web.dom.iterable */
|
130343 |
module.exports = __webpack_require__(/*! ../../modules/_wks-ext */ 140).f('iterator');
|
130344 |
|
130345 |
|
130346 |
/***/ }),
|
130347 |
-
/*
|
130348 |
/*!*********************************************************************!*\
|
130349 |
!*** ./node_modules/core-js/library/modules/es6.string.iterator.js ***!
|
130350 |
\*********************************************************************/
|
@@ -130354,10 +130502,10 @@ module.exports = __webpack_require__(/*! ../../modules/_wks-ext */ 140).f('itera
|
|
130354 |
|
130355 |
"use strict";
|
130356 |
|
130357 |
-
var $at = __webpack_require__(/*! ./_string-at */
|
130358 |
|
130359 |
// 21.1.3.27 String.prototype[@@iterator]()
|
130360 |
-
__webpack_require__(/*! ./_iter-define */
|
130361 |
this._t = String(iterated); // target
|
130362 |
this._i = 0; // next index
|
130363 |
// 21.1.5.2.1 %StringIteratorPrototype%.next()
|
@@ -130373,7 +130521,7 @@ __webpack_require__(/*! ./_iter-define */ 243)(String, 'String', function (itera
|
|
130373 |
|
130374 |
|
130375 |
/***/ }),
|
130376 |
-
/*
|
130377 |
/*!************************************************************!*\
|
130378 |
!*** ./node_modules/core-js/library/modules/_string-at.js ***!
|
130379 |
\************************************************************/
|
@@ -130401,7 +130549,7 @@ module.exports = function (TO_STRING) {
|
|
130401 |
|
130402 |
|
130403 |
/***/ }),
|
130404 |
-
/*
|
130405 |
/*!**************************************************************!*\
|
130406 |
!*** ./node_modules/core-js/library/modules/_iter-create.js ***!
|
130407 |
\**************************************************************/
|
@@ -130426,7 +130574,7 @@ module.exports = function (Constructor, NAME, next) {
|
|
130426 |
|
130427 |
|
130428 |
/***/ }),
|
130429 |
-
/*
|
130430 |
/*!*************************************************************!*\
|
130431 |
!*** ./node_modules/core-js/library/modules/_object-dps.js ***!
|
130432 |
\*************************************************************/
|
@@ -130450,7 +130598,7 @@ module.exports = __webpack_require__(/*! ./_descriptors */ 25) ? Object.definePr
|
|
130450 |
|
130451 |
|
130452 |
/***/ }),
|
130453 |
-
/*
|
130454 |
/*!*******************************************************!*\
|
130455 |
!*** ./node_modules/core-js/library/modules/_html.js ***!
|
130456 |
\*******************************************************/
|
@@ -130463,7 +130611,7 @@ module.exports = document && document.documentElement;
|
|
130463 |
|
130464 |
|
130465 |
/***/ }),
|
130466 |
-
/*
|
130467 |
/*!******************************************************************!*\
|
130468 |
!*** ./node_modules/core-js/library/modules/web.dom.iterable.js ***!
|
130469 |
\******************************************************************/
|
@@ -130471,7 +130619,7 @@ module.exports = document && document.documentElement;
|
|
130471 |
/*! all exports used */
|
130472 |
/***/ (function(module, exports, __webpack_require__) {
|
130473 |
|
130474 |
-
__webpack_require__(/*! ./es6.array.iterator */
|
130475 |
var global = __webpack_require__(/*! ./_global */ 20);
|
130476 |
var hide = __webpack_require__(/*! ./_hide */ 36);
|
130477 |
var Iterators = __webpack_require__(/*! ./_iterators */ 137);
|
@@ -130493,7 +130641,7 @@ for (var i = 0; i < DOMIterables.length; i++) {
|
|
130493 |
|
130494 |
|
130495 |
/***/ }),
|
130496 |
-
/*
|
130497 |
/*!********************************************************************!*\
|
130498 |
!*** ./node_modules/core-js/library/modules/es6.array.iterator.js ***!
|
130499 |
\********************************************************************/
|
@@ -130503,8 +130651,8 @@ for (var i = 0; i < DOMIterables.length; i++) {
|
|
130503 |
|
130504 |
"use strict";
|
130505 |
|
130506 |
-
var addToUnscopables = __webpack_require__(/*! ./_add-to-unscopables */
|
130507 |
-
var step = __webpack_require__(/*! ./_iter-step */
|
130508 |
var Iterators = __webpack_require__(/*! ./_iterators */ 137);
|
130509 |
var toIObject = __webpack_require__(/*! ./_to-iobject */ 39);
|
130510 |
|
@@ -130512,7 +130660,7 @@ var toIObject = __webpack_require__(/*! ./_to-iobject */ 39);
|
|
130512 |
// 22.1.3.13 Array.prototype.keys()
|
130513 |
// 22.1.3.29 Array.prototype.values()
|
130514 |
// 22.1.3.30 Array.prototype[@@iterator]()
|
130515 |
-
module.exports = __webpack_require__(/*! ./_iter-define */
|
130516 |
this._t = toIObject(iterated); // target
|
130517 |
this._i = 0; // next index
|
130518 |
this._k = kind; // kind
|
@@ -130539,7 +130687,7 @@ addToUnscopables('entries');
|
|
130539 |
|
130540 |
|
130541 |
/***/ }),
|
130542 |
-
/*
|
130543 |
/*!*********************************************************************!*\
|
130544 |
!*** ./node_modules/core-js/library/modules/_add-to-unscopables.js ***!
|
130545 |
\*********************************************************************/
|
@@ -130551,7 +130699,7 @@ module.exports = function () { /* empty */ };
|
|
130551 |
|
130552 |
|
130553 |
/***/ }),
|
130554 |
-
/*
|
130555 |
/*!************************************************************!*\
|
130556 |
!*** ./node_modules/core-js/library/modules/_iter-step.js ***!
|
130557 |
\************************************************************/
|
@@ -130565,7 +130713,7 @@ module.exports = function (done, value) {
|
|
130565 |
|
130566 |
|
130567 |
/***/ }),
|
130568 |
-
/*
|
130569 |
/*!******************************************************!*\
|
130570 |
!*** ./node_modules/babel-runtime/core-js/symbol.js ***!
|
130571 |
\******************************************************/
|
@@ -130573,10 +130721,10 @@ module.exports = function (done, value) {
|
|
130573 |
/*! all exports used */
|
130574 |
/***/ (function(module, exports, __webpack_require__) {
|
130575 |
|
130576 |
-
module.exports = { "default": __webpack_require__(/*! core-js/library/fn/symbol */
|
130577 |
|
130578 |
/***/ }),
|
130579 |
-
/*
|
130580 |
/*!*********************************************************!*\
|
130581 |
!*** ./node_modules/core-js/library/fn/symbol/index.js ***!
|
130582 |
\*********************************************************/
|
@@ -130584,15 +130732,15 @@ module.exports = { "default": __webpack_require__(/*! core-js/library/fn/symbol
|
|
130584 |
/*! all exports used */
|
130585 |
/***/ (function(module, exports, __webpack_require__) {
|
130586 |
|
130587 |
-
__webpack_require__(/*! ../../modules/es6.symbol */
|
130588 |
-
__webpack_require__(/*! ../../modules/es6.object.to-string */
|
130589 |
-
__webpack_require__(/*! ../../modules/es7.symbol.async-iterator */
|
130590 |
-
__webpack_require__(/*! ../../modules/es7.symbol.observable */
|
130591 |
module.exports = __webpack_require__(/*! ../../modules/_core */ 16).Symbol;
|
130592 |
|
130593 |
|
130594 |
/***/ }),
|
130595 |
-
/*
|
130596 |
/*!************************************************************!*\
|
130597 |
!*** ./node_modules/core-js/library/modules/es6.symbol.js ***!
|
130598 |
\************************************************************/
|
@@ -130607,8 +130755,8 @@ var global = __webpack_require__(/*! ./_global */ 20);
|
|
130607 |
var has = __webpack_require__(/*! ./_has */ 26);
|
130608 |
var DESCRIPTORS = __webpack_require__(/*! ./_descriptors */ 25);
|
130609 |
var $export = __webpack_require__(/*! ./_export */ 23);
|
130610 |
-
var redefine = __webpack_require__(/*! ./_redefine */
|
130611 |
-
var META = __webpack_require__(/*! ./_meta */
|
130612 |
var $fails = __webpack_require__(/*! ./_fails */ 38);
|
130613 |
var shared = __webpack_require__(/*! ./_shared */ 133);
|
130614 |
var setToStringTag = __webpack_require__(/*! ./_set-to-string-tag */ 139);
|
@@ -130616,16 +130764,16 @@ var uid = __webpack_require__(/*! ./_uid */ 70);
|
|
130616 |
var wks = __webpack_require__(/*! ./_wks */ 40);
|
130617 |
var wksExt = __webpack_require__(/*! ./_wks-ext */ 140);
|
130618 |
var wksDefine = __webpack_require__(/*! ./_wks-define */ 141);
|
130619 |
-
var enumKeys = __webpack_require__(/*! ./_enum-keys */
|
130620 |
-
var isArray = __webpack_require__(/*! ./_is-array */
|
130621 |
var anObject = __webpack_require__(/*! ./_an-object */ 43);
|
130622 |
var isObject = __webpack_require__(/*! ./_is-object */ 37);
|
130623 |
var toIObject = __webpack_require__(/*! ./_to-iobject */ 39);
|
130624 |
var toPrimitive = __webpack_require__(/*! ./_to-primitive */ 129);
|
130625 |
var createDesc = __webpack_require__(/*! ./_property-desc */ 67);
|
130626 |
var _create = __webpack_require__(/*! ./_object-create */ 138);
|
130627 |
-
var gOPNExt = __webpack_require__(/*! ./_object-gopn-ext */
|
130628 |
-
var $GOPD = __webpack_require__(/*! ./_object-gopd */
|
130629 |
var $DP = __webpack_require__(/*! ./_object-dp */ 24);
|
130630 |
var $keys = __webpack_require__(/*! ./_object-keys */ 68);
|
130631 |
var gOPD = $GOPD.f;
|
@@ -130750,7 +130898,7 @@ if (!USE_NATIVE) {
|
|
130750 |
|
130751 |
$GOPD.f = $getOwnPropertyDescriptor;
|
130752 |
$DP.f = $defineProperty;
|
130753 |
-
__webpack_require__(/*! ./_object-gopn */
|
130754 |
__webpack_require__(/*! ./_object-pie */ 71).f = $propertyIsEnumerable;
|
130755 |
__webpack_require__(/*! ./_object-gops */ 135).f = $getOwnPropertySymbols;
|
130756 |
|
@@ -130838,7 +130986,7 @@ setToStringTag(global.JSON, 'JSON', true);
|
|
130838 |
|
130839 |
|
130840 |
/***/ }),
|
130841 |
-
/*
|
130842 |
/*!*******************************************************!*\
|
130843 |
!*** ./node_modules/core-js/library/modules/_meta.js ***!
|
130844 |
\*******************************************************/
|
@@ -130902,7 +131050,7 @@ var meta = module.exports = {
|
|
130902 |
|
130903 |
|
130904 |
/***/ }),
|
130905 |
-
/*
|
130906 |
/*!************************************************************!*\
|
130907 |
!*** ./node_modules/core-js/library/modules/_enum-keys.js ***!
|
130908 |
\************************************************************/
|
@@ -130928,7 +131076,7 @@ module.exports = function (it) {
|
|
130928 |
|
130929 |
|
130930 |
/***/ }),
|
130931 |
-
/*
|
130932 |
/*!***********************************************************!*\
|
130933 |
!*** ./node_modules/core-js/library/modules/_is-array.js ***!
|
130934 |
\***********************************************************/
|
@@ -130937,14 +131085,14 @@ module.exports = function (it) {
|
|
130937 |
/***/ (function(module, exports, __webpack_require__) {
|
130938 |
|
130939 |
// 7.2.2 IsArray(argument)
|
130940 |
-
var cof = __webpack_require__(/*! ./_cof */
|
130941 |
module.exports = Array.isArray || function isArray(arg) {
|
130942 |
return cof(arg) == 'Array';
|
130943 |
};
|
130944 |
|
130945 |
|
130946 |
/***/ }),
|
130947 |
-
/*
|
130948 |
/*!******************************************************************!*\
|
130949 |
!*** ./node_modules/core-js/library/modules/_object-gopn-ext.js ***!
|
130950 |
\******************************************************************/
|
@@ -130954,7 +131102,7 @@ module.exports = Array.isArray || function isArray(arg) {
|
|
130954 |
|
130955 |
// fallback for IE11 buggy Object.getOwnPropertyNames with iframe and window
|
130956 |
var toIObject = __webpack_require__(/*! ./_to-iobject */ 39);
|
130957 |
-
var gOPN = __webpack_require__(/*! ./_object-gopn */
|
130958 |
var toString = {}.toString;
|
130959 |
|
130960 |
var windowNames = typeof window == 'object' && window && Object.getOwnPropertyNames
|
@@ -130974,7 +131122,7 @@ module.exports.f = function getOwnPropertyNames(it) {
|
|
130974 |
|
130975 |
|
130976 |
/***/ }),
|
130977 |
-
/*
|
130978 |
/*!**********************************************************************!*\
|
130979 |
!*** ./node_modules/core-js/library/modules/es6.object.to-string.js ***!
|
130980 |
\**********************************************************************/
|
@@ -130985,7 +131133,7 @@ module.exports.f = function getOwnPropertyNames(it) {
|
|
130985 |
|
130986 |
|
130987 |
/***/ }),
|
130988 |
-
/*
|
130989 |
/*!***************************************************************************!*\
|
130990 |
!*** ./node_modules/core-js/library/modules/es7.symbol.async-iterator.js ***!
|
130991 |
\***************************************************************************/
|
@@ -130997,7 +131145,7 @@ __webpack_require__(/*! ./_wks-define */ 141)('asyncIterator');
|
|
130997 |
|
130998 |
|
130999 |
/***/ }),
|
131000 |
-
/*
|
131001 |
/*!***********************************************************************!*\
|
131002 |
!*** ./node_modules/core-js/library/modules/es7.symbol.observable.js ***!
|
131003 |
\***********************************************************************/
|
@@ -131009,7 +131157,7 @@ __webpack_require__(/*! ./_wks-define */ 141)('observable');
|
|
131009 |
|
131010 |
|
131011 |
/***/ }),
|
131012 |
-
/*
|
131013 |
/*!********************************************************!*\
|
131014 |
!*** ./node_modules/babel-runtime/helpers/inherits.js ***!
|
131015 |
\********************************************************/
|
@@ -131022,15 +131170,15 @@ __webpack_require__(/*! ./_wks-define */ 141)('observable');
|
|
131022 |
|
131023 |
exports.__esModule = true;
|
131024 |
|
131025 |
-
var _setPrototypeOf = __webpack_require__(/*! ../core-js/object/set-prototype-of */
|
131026 |
|
131027 |
var _setPrototypeOf2 = _interopRequireDefault(_setPrototypeOf);
|
131028 |
|
131029 |
-
var _create = __webpack_require__(/*! ../core-js/object/create */
|
131030 |
|
131031 |
var _create2 = _interopRequireDefault(_create);
|
131032 |
|
131033 |
-
var _typeof2 = __webpack_require__(/*! ../helpers/typeof */
|
131034 |
|
131035 |
var _typeof3 = _interopRequireDefault(_typeof2);
|
131036 |
|
@@ -131053,7 +131201,7 @@ exports.default = function (subClass, superClass) {
|
|
131053 |
};
|
131054 |
|
131055 |
/***/ }),
|
131056 |
-
/*
|
131057 |
/*!***********************************************************************!*\
|
131058 |
!*** ./node_modules/babel-runtime/core-js/object/set-prototype-of.js ***!
|
131059 |
\***********************************************************************/
|
@@ -131061,10 +131209,10 @@ exports.default = function (subClass, superClass) {
|
|
131061 |
/*! all exports used */
|
131062 |
/***/ (function(module, exports, __webpack_require__) {
|
131063 |
|
131064 |
-
module.exports = { "default": __webpack_require__(/*! core-js/library/fn/object/set-prototype-of */
|
131065 |
|
131066 |
/***/ }),
|
131067 |
-
/*
|
131068 |
/*!********************************************************************!*\
|
131069 |
!*** ./node_modules/core-js/library/fn/object/set-prototype-of.js ***!
|
131070 |
\********************************************************************/
|
@@ -131072,12 +131220,12 @@ module.exports = { "default": __webpack_require__(/*! core-js/library/fn/object/
|
|
131072 |
/*! all exports used */
|
131073 |
/***/ (function(module, exports, __webpack_require__) {
|
131074 |
|
131075 |
-
__webpack_require__(/*! ../../modules/es6.object.set-prototype-of */
|
131076 |
module.exports = __webpack_require__(/*! ../../modules/_core */ 16).Object.setPrototypeOf;
|
131077 |
|
131078 |
|
131079 |
/***/ }),
|
131080 |
-
/*
|
131081 |
/*!*****************************************************************************!*\
|
131082 |
!*** ./node_modules/core-js/library/modules/es6.object.set-prototype-of.js ***!
|
131083 |
\*****************************************************************************/
|
@@ -131087,11 +131235,11 @@ module.exports = __webpack_require__(/*! ../../modules/_core */ 16).Object.setPr
|
|
131087 |
|
131088 |
// 19.1.3.19 Object.setPrototypeOf(O, proto)
|
131089 |
var $export = __webpack_require__(/*! ./_export */ 23);
|
131090 |
-
$export($export.S, 'Object', { setPrototypeOf: __webpack_require__(/*! ./_set-proto */
|
131091 |
|
131092 |
|
131093 |
/***/ }),
|
131094 |
-
/*
|
131095 |
/*!************************************************************!*\
|
131096 |
!*** ./node_modules/core-js/library/modules/_set-proto.js ***!
|
131097 |
\************************************************************/
|
@@ -131111,7 +131259,7 @@ module.exports = {
|
|
131111 |
set: Object.setPrototypeOf || ('__proto__' in {} ? // eslint-disable-line
|
131112 |
function (test, buggy, set) {
|
131113 |
try {
|
131114 |
-
set = __webpack_require__(/*! ./_ctx */
|
131115 |
set(test, []);
|
131116 |
buggy = !(test instanceof Array);
|
131117 |
} catch (e) { buggy = true; }
|
@@ -131127,7 +131275,7 @@ module.exports = {
|
|
131127 |
|
131128 |
|
131129 |
/***/ }),
|
131130 |
-
/*
|
131131 |
/*!*************************************************************!*\
|
131132 |
!*** ./node_modules/babel-runtime/core-js/object/create.js ***!
|
131133 |
\*************************************************************/
|
@@ -131135,10 +131283,10 @@ module.exports = {
|
|
131135 |
/*! all exports used */
|
131136 |
/***/ (function(module, exports, __webpack_require__) {
|
131137 |
|
131138 |
-
module.exports = { "default": __webpack_require__(/*! core-js/library/fn/object/create */
|
131139 |
|
131140 |
/***/ }),
|
131141 |
-
/*
|
131142 |
/*!**********************************************************!*\
|
131143 |
!*** ./node_modules/core-js/library/fn/object/create.js ***!
|
131144 |
\**********************************************************/
|
@@ -131146,7 +131294,7 @@ module.exports = { "default": __webpack_require__(/*! core-js/library/fn/object/
|
|
131146 |
/*! all exports used */
|
131147 |
/***/ (function(module, exports, __webpack_require__) {
|
131148 |
|
131149 |
-
__webpack_require__(/*! ../../modules/es6.object.create */
|
131150 |
var $Object = __webpack_require__(/*! ../../modules/_core */ 16).Object;
|
131151 |
module.exports = function create(P, D) {
|
131152 |
return $Object.create(P, D);
|
@@ -131154,7 +131302,7 @@ module.exports = function create(P, D) {
|
|
131154 |
|
131155 |
|
131156 |
/***/ }),
|
131157 |
-
/*
|
131158 |
/*!*******************************************************************!*\
|
131159 |
!*** ./node_modules/core-js/library/modules/es6.object.create.js ***!
|
131160 |
\*******************************************************************/
|
@@ -131168,7 +131316,7 @@ $export($export.S, 'Object', { create: __webpack_require__(/*! ./_object-create
|
|
131168 |
|
131169 |
|
131170 |
/***/ }),
|
131171 |
-
/*
|
131172 |
/*!********************************************************!*\
|
131173 |
!*** ./node_modules/lottie-web/build/player/lottie.js ***!
|
131174 |
\********************************************************/
|
60 |
/******/ __webpack_require__.p = "";
|
61 |
/******/
|
62 |
/******/ // Load entry module and return exports
|
63 |
+
/******/ return __webpack_require__(__webpack_require__.s = 248);
|
64 |
/******/ })
|
65 |
/************************************************************************/
|
66 |
/******/ ([
|
211 |
"use strict";
|
212 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__UAGBIcon__ = __webpack_require__(/*! ./UAGBIcon */ 9);
|
213 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__UAGBIcon___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__UAGBIcon__);
|
214 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__parseIcon__ = __webpack_require__(/*! ./parseIcon */ 517);
|
215 |
/**
|
216 |
* Set inline CSS class.
|
217 |
* @param {object} props - The block object.
|
354 |
/* WEBPACK VAR INJECTION */(function(process) {
|
355 |
|
356 |
if (process.env.NODE_ENV === 'production') {
|
357 |
+
module.exports = __webpack_require__(/*! ./cjs/react.production.min.js */ 335);
|
358 |
} else {
|
359 |
+
module.exports = __webpack_require__(/*! ./cjs/react.development.js */ 336);
|
360 |
}
|
361 |
|
362 |
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(/*! ./../process/browser.js */ 6)))
|
566 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
567 |
|
568 |
"use strict";
|
569 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__font_typography__ = __webpack_require__(/*! ./font-typography */ 252);
|
570 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__range_typography__ = __webpack_require__(/*! ./range-typography */ 368);
|
571 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__inline_styles__ = __webpack_require__(/*! ./inline-styles */ 369);
|
572 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__editor_scss__ = __webpack_require__(/*! ./editor.scss */ 370);
|
573 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__editor_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_3__editor_scss__);
|
574 |
/* unused harmony reexport TypographyStyles */
|
575 |
var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
|
813 |
"use strict";
|
814 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_prop_types__ = __webpack_require__(/*! prop-types */ 15);
|
815 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_prop_types___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_prop_types__);
|
816 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_webfontloader__ = __webpack_require__(/*! webfontloader */ 371);
|
817 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_webfontloader___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1_webfontloader__);
|
818 |
var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
|
819 |
|
965 |
* https://opensource.org/licenses/MIT
|
966 |
*
|
967 |
*/
|
968 |
+
!function(e,t){ true?module.exports=t(__webpack_require__(/*! prop-types */ 15),__webpack_require__(/*! react */ 5),__webpack_require__(/*! classnames */ 0),__webpack_require__(/*! react-dom */ 33),__webpack_require__(/*! react-transition-group */ 509)):"function"==typeof define&&define.amd?define(["prop-types","react","classnames","react-dom","react-transition-group"],t):"object"==typeof exports?exports.FontIconPicker=t(require("prop-types"),require("react"),require("classnames"),require("react-dom"),require("react-transition-group")):e.FontIconPicker=t(e.PropTypes,e.React,e.classNames,e.ReactDOM,e.ReactTransitionGroup)}(window,function(e,t,r,n,a){return function(e){var t={};function r(n){if(t[n])return t[n].exports;var a=t[n]={i:n,l:!1,exports:{}};return e[n].call(a.exports,a,a.exports,r),a.l=!0,a.exports}return r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{configurable:!1,enumerable:!0,get:n})},r.r=function(e){Object.defineProperty(e,"__esModule",{value:!0})},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=15)}([function(t,r){t.exports=e},function(e,r){e.exports=t},function(e,t,r){"use strict";function n(e){return(n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function a(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function o(e){return function(e){if(Array.isArray(e)){for(var t=0,r=new Array(e.length);t<e.length;t++)r[t]=e[t];return r}}(e)||function(e){if(Symbol.iterator in Object(e)||"[object Arguments]"===Object.prototype.toString.call(e))return Array.from(e)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance")}()}Object.defineProperty(t,"__esModule",{value:!0}),t.flattenPossiblyCategorizedSource=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;if(Array.isArray(e))return o(e);if(null!==t)return void 0!==e[t]?o(e[t]):[];var r=[],n=function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{},n=Object.keys(r);"function"==typeof Object.getOwnPropertySymbols&&(n=n.concat(Object.getOwnPropertySymbols(r).filter(function(e){return Object.getOwnPropertyDescriptor(r,e).enumerable}))),n.forEach(function(t){a(e,t,r[t])})}return e}({},e);return Object.keys(n).forEach(function(e){r=o(r).concat(o(n[e]))}),r},t.getPossibleCategories=function(e){return Array.isArray(e)?null:Object.keys(e)},t.convertToHex=function(e){return String.fromCodePoint(parseInt(e,10))},t.isArrayEqual=function(e,t){if(!Array.isArray(e)||!Array.isArray(t))return!1;var r=o(e);r.sort();var n=o(t);return n.sort(),JSON.stringify(r)===JSON.stringify(n)},t.getOffset=function(e){var t=e.getBoundingClientRect(),r=window.pageXOffset||document.documentElement.scrollLeft,n=window.pageYOffset||document.documentElement.scrollTop;return{top:t.top+n,left:t.left+r}},t.getSourceType=function(e){return null===e?"null":"object"!==n(e)||Array.isArray(e)?Array.isArray(e)?"array":n(e):"object"},t.InvalidSourceException=function(e,t){this.givenType=e,this.requiredType=t,this.message="Expected of type: ".concat(this.requiredType,", found: ").concat(this.givenType),this.toString=function(){return"Invalid Source Exception: ".concat(this.message)}},t.fuzzySearch=function(e,t){e=e.toLowerCase();var r=(t=t.toLowerCase()).length,n=e.length;if(n>r)return!1;if(n===r)return e===t;e:for(var a=0,o=0;a<n;a++){for(var l=e.codePointAt(a);o<r;)if(t.codePointAt(o++)===l)continue e;return!1}return!0},t.debounce=void 0,t.debounce=function(e,t){var r;return function(){var n=this,a=arguments;clearTimeout(r),r=setTimeout(function(){return e.apply(n,a)},t)}}},function(e,t){e.exports=r},,,function(e,t){e.exports=n},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=u(r(1)),a=r(6),o=u(r(0)),l=u(r(3)),i=r(2);function u(e){return e&&e.__esModule?e:{default:e}}function c(e){return(c="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function s(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function f(e,t,r){return t&&s(e.prototype,t),r&&s(e,r),e}function d(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}var p=function(e){function t(e){var r,n;return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t),this,n=(t.__proto__||Object.getPrototypeOf(t)).call(this,e),r=!n||"object"!==c(n)&&"function"!=typeof n?d(this):n,Object.defineProperty(d(r),"syncPortalPosition",{configurable:!0,enumerable:!0,writable:!0,value:function(){r.resetPortalPosition(),r.fixWindowOverflow()}}),Object.defineProperty(d(r),"fixWindowOverflow",{configurable:!0,enumerable:!0,writable:!0,value:function(){var e=r.props.domRef.current.offsetWidth,t=r.props.domRef.current.offsetHeight,n=window,a=n.innerWidth,o=n.pageYOffset,l=document.documentElement.clientHeight,u=(0,i.getOffset)(r.props.domRef.current),c=u.left,s=u.top,f="self"===r.state.appendRoot?r.props.domRef.current:r.state.appendRoot,d=(0,i.getOffset)(f),p=r.props.btnRef.current,h=r.props.domRef.current,y=(0,i.getOffset)(p),b=getComputedStyle(p),g=(parseInt(b.borderTop,10)||0)+(parseInt(b.borderBottom,10)||0);if(c+e>a-20){var m=y.left+r.props.btnRef.current.offsetWidth-(e+d.left);m+d.left<0&&(m=10-d.left),h.style.left="".concat(m,"px")}t+s-o>l&&y.top-t>0&&("self"===r.state.appendRoot?h.style.top="-".concat(t-g,"px"):h.style.top="".concat(y.top+g-t,"px"))}}),r.state={},r.debouncedSyncPortalPosition=(0,i.debounce)(r.syncPortalPosition,250),r}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,n.default.PureComponent),f(t,null,[{key:"getDerivedStateFromProps",value:function(e){var r=t.calculateAppendAndClass(e.appendRoot);return{appendRoot:r.appendRoot,portalClasses:r.portalClasses}}},{key:"calculateAppendAndClass",value:function(e){var t="self",r=(0,l.default)({"rfipdropdown--portal":!1!==e});return!1!==e&&(t=document.querySelector(e)),{portalClasses:r,appendRoot:t}}}]),f(t,[{key:"componentDidMount",value:function(){window.addEventListener("resize",this.debouncedSyncPortalPosition),window.addEventListener("scroll",this.debouncedSyncPortalPosition),this.syncPortalPosition()}},{key:"componentDidUpdate",value:function(){this.syncPortalPosition()}},{key:"componentWillUnmount",value:function(){window.removeEventListener("resize",this.debouncedSyncPortalPosition),window.removeEventListener("scroll",this.debouncedSyncPortalPosition)}},{key:"positionPortal",value:function(){var e=this.props.domRef.current.style.display;this.props.domRef.current.style.display="none";var t=this.props.btnRef.current,r=(0,i.getOffset)(t),n=(0,i.getOffset)(this.state.appendRoot),a=t.offsetHeight;this.props.domRef.current.style.left="".concat(r.left-n.left,"px"),this.props.domRef.current.style.top="".concat(r.top+a,"px"),this.props.domRef.current.style.display=e}},{key:"resetPortalPosition",value:function(){var e=this.props.domRef.current;"self"===this.state.appendRoot?e.style.top="":this.positionPortal()}},{key:"render",value:function(){var e=(0,l.default)(this.props.className,this.state.portalClasses),t=n.default.createElement("div",{className:e,ref:this.props.domRef},this.props.children);return"self"===this.state.appendRoot?t:(0,a.createPortal)(t,this.state.appendRoot)}}]),t}();Object.defineProperty(p,"propTypes",{configurable:!0,enumerable:!0,writable:!0,value:{appendRoot:o.default.oneOfType([o.default.bool,o.default.string]),children:o.default.node.isRequired,domRef:o.default.object.isRequired,btnRef:o.default.object.isRequired,className:o.default.string.isRequired}}),Object.defineProperty(p,"defaultProps",{configurable:!0,enumerable:!0,writable:!0,value:{appendRoot:!1}});var h=p;t.default=h},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=i(r(1)),a=i(r(0)),o=i(r(3)),l=r(2);function i(e){return e&&e.__esModule?e:{default:e}}function u(e){return(u="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function c(e){return function(e){if(Array.isArray(e)){for(var t=0,r=new Array(e.length);t<e.length;t++)r[t]=e[t];return r}}(e)||function(e){if(Symbol.iterator in Object(e)||"[object Arguments]"===Object.prototype.toString.call(e))return Array.from(e)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance")}()}function s(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function f(e,t,r){return t&&s(e.prototype,t),r&&s(e,r),e}function d(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}var p=function(e){function t(e){var r,n;return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t),this,n=(t.__proto__||Object.getPrototypeOf(t)).call(this,e),r=!n||"object"!==u(n)&&"function"!=typeof n?d(this):n,Object.defineProperty(d(r),"handleChangePage",{configurable:!0,enumerable:!0,writable:!0,value:function(e){var t,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,a=r.props.currentPage,o=r.state.totalPage;null!==n?"next"===n?a+=1:a-=1:a=parseInt(e.target.value,10)-1,a<0&&(a=0),a>o-1&&(a=o-1),t=a+1,null===n&&Number.isNaN(a)&&(a=0,t=""),r.setState({viewPage:t}),r.props.handleChangePage(a)}}),Object.defineProperty(d(r),"handlePageKeyBoard",{configurable:!0,enumerable:!0,writable:!0,value:function(e,t){13!==e.keyCode&&32!==e.keyCode||r.handleChangePage({},t)}}),Object.defineProperty(d(r),"handleChangeValue",{configurable:!0,enumerable:!0,writable:!0,value:function(e){r.props.handleChangeValue(e)}}),Object.defineProperty(d(r),"handleValueKeyboard",{configurable:!0,enumerable:!0,writable:!0,value:function(e,t){13!==e.keyCode&&32!==e.keyCode||r.handleChangeValue(t)}}),r.state={viewPage:r.props.currentPage+1},r}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,n.default.PureComponent),f(t,null,[{key:"getDerivedStateFromProps",value:function(e,r){var n=t.getCategoryFilteredState(e.currentCategory,e.categories,e.icons),a=t.getCategoryFilteredState(e.currentCategory,e.categories,null===e.search?e.icons:e.search),o=t.getActiveIcons(n,a,e.currentSearch),l=o.activeIcons,i=o.activeTitles,u=e.currentPage,c=e.iconsPerPage,s={iconView:t.getCurrentViewIcons(l,c,u),titleView:t.getCurrentViewIcons(i,c,u),totalPage:Math.ceil(l.length/c)};return""!==r.viewPage&&(s.viewPage=e.currentPage+1),s}},{key:"getActiveIcons",value:function(e,t,r){var n=c(e),a=c(t);if(""===r||null===r)return{activeIcons:n,activeTitles:a};var o=[],i=[];return n.forEach(function(e,n){(0,l.fuzzySearch)(r,t[n])&&(o.push(e),i.push(t[n]))}),{activeIcons:o,activeTitles:i}}},{key:"getCategoryFilteredState",value:function(e,t,r){var n=null,a=(0,l.getSourceType)(r);if(Array.isArray(t)){if("object"!==a)throw new l.InvalidSourceException(a,"object")}else if("array"!==a)throw new l.InvalidSourceException(a,"array");return 0!==e&&Array.isArray(t)&&(n=t[e]||null),(0,l.flattenPossiblyCategorizedSource)(r,n)}},{key:"getCurrentViewIcons",value:function(e,t,r){var n=r*t,a=(r+1)*t;return e.slice(n,a)}}]),f(t,[{key:"renderPager",value:function(){var e=this;if(this.state.totalPage<1)return null;var t=this.props.currentPage>0?n.default.createElement("span",{className:"rfipicons__left",role:"button",tabIndex:0,onKeyDown:function(t){return e.handlePageKeyBoard(t,"prev")},onClick:function(t){return e.handleChangePage(t,"prev")}},n.default.createElement("span",{role:"presentation",className:"rfipicons__label","aria-label":"Left"},n.default.createElement("i",{className:"fipicon-angle-left"}))):null,r=this.props.currentPage<this.state.totalPage-1?n.default.createElement("span",{className:"rfipicons__right",role:"button",tabIndex:0,onKeyDown:function(t){return e.handlePageKeyBoard(t,"next")},onClick:function(t){return e.handleChangePage(t,"next")}},n.default.createElement("span",{role:"presentation",className:"rfipicons__label","aria-label":"Right"},n.default.createElement("i",{className:"fipicon-angle-right"}))):null;return n.default.createElement("div",{className:"rfipicons__pager"},n.default.createElement("div",{className:"rfipicons__num"},n.default.createElement("input",{value:this.state.viewPage,onChange:this.handleChangePage,className:"rfipicons__cp",type:"tel",min:1}),n.default.createElement("span",{className:"rfipicons__sp"},"/"),n.default.createElement("span",{className:"rfipicons__tp"},this.state.totalPage)),n.default.createElement("div",{className:"rfipicons__arrow"},t,r))}},{key:"renderIconView",value:function(){var e=this;return this.state.totalPage>0?this.state.iconView.map(function(t,r){var a=(0,o.default)("rfipicons__icon",{"rfipicons__icon--selected":e.props.value===t||Array.isArray(e.props.value)&&e.props.value.includes(t)});return n.default.createElement("span",{className:a,key:t,title:e.state.titleView[r]},n.default.createElement("span",{className:"rfipicons__ibox",tabIndex:0,role:"button",onClick:function(){return e.handleChangeValue(t)},onKeyDown:function(r){return e.handleValueKeyboard(r,t)}},e.props.renderIcon(t)))}):n.default.createElement("span",{className:"rfipicons__icon--error"},n.default.createElement("span",{className:"rfipicons__ibox--error"},this.props.noIconPlaceholder))}},{key:"render",value:function(){return n.default.createElement("div",{className:"rfipicons"},this.renderPager(),n.default.createElement("div",{className:"rfipicons__selector"},this.renderIconView()))}}]),t}();Object.defineProperty(p,"propTypes",{configurable:!0,enumerable:!0,writable:!0,value:{categories:a.default.arrayOf(a.default.string),currentCategory:a.default.number,isMulti:a.default.bool.isRequired,icons:a.default.oneOfType([a.default.arrayOf(a.default.string),a.default.arrayOf(a.default.number),a.default.objectOf(a.default.oneOfType([a.default.arrayOf(a.default.number),a.default.arrayOf(a.default.string)]))]).isRequired,search:a.default.oneOfType([a.default.objectOf(a.default.arrayOf(a.default.string)),a.default.arrayOf(a.default.string)]),value:a.default.oneOfType([a.default.number,a.default.string,a.default.arrayOf(a.default.oneOfType([a.default.number,a.default.string]))]).isRequired,currentSearch:a.default.string.isRequired,handleChangeValue:a.default.func.isRequired,currentPage:a.default.number.isRequired,iconsPerPage:a.default.number.isRequired,handleChangePage:a.default.func.isRequired,renderIcon:a.default.func.isRequired,noIconPlaceholder:a.default.string.isRequired}}),Object.defineProperty(p,"defaultProps",{configurable:!0,enumerable:!0,writable:!0,value:{categories:null,currentCategory:null,search:null}});var h=p;t.default=h},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=o(r(1)),a=o(r(0));function o(e){return e&&e.__esModule?e:{default:e}}var l=function(e){return n.default.createElement("div",{className:"rfipsearch"},n.default.createElement("input",{type:"text",className:"rfipsearch__input",value:e.value,onChange:e.handleSearch,placeholder:e.placeholder}))};l.propTypes={handleSearch:a.default.func.isRequired,value:a.default.string.isRequired,placeholder:a.default.string.isRequired};var i=l;t.default=i},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=o(r(1)),a=o(r(0));function o(e){return e&&e.__esModule?e:{default:e}}function l(e){return(l="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function i(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}var u=function(e){function t(){return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t),function(e,t){return!t||"object"!==l(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}(this,(t.__proto__||Object.getPrototypeOf(t)).apply(this,arguments))}var r,a;return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,n.default.PureComponent),r=t,(a=[{key:"render",value:function(){return n.default.createElement("div",{className:"rfipcategory"},n.default.createElement("select",{className:"rfipcategory__select",onChange:this.props.handleCategory,value:this.props.value},this.props.categories.map(function(e,t){return n.default.createElement("option",{className:"rfipcategory__select__option",key:e,value:t},e)})),n.default.createElement("i",{className:"fipicon-angle-down",role:"presentation","aria-label":"Open"}))}}])&&i(r.prototype,a),t}();Object.defineProperty(u,"propTypes",{configurable:!0,enumerable:!0,writable:!0,value:{handleCategory:a.default.func.isRequired,value:a.default.number.isRequired,categories:a.default.arrayOf(a.default.string).isRequired}});var c=u;t.default=c},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=c(r(1)),a=c(r(0)),o=c(r(10)),l=c(r(9)),i=c(r(8)),u=r(2);function c(e){return e&&e.__esModule?e:{default:e}}function s(e){return(s="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function f(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function d(e,t,r){return t&&f(e.prototype,t),r&&f(e,r),e}function p(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}var h=function(e){function t(e){var r,n;return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t),this,n=(t.__proto__||Object.getPrototypeOf(t)).call(this,e),r=!n||"object"!==s(n)&&"function"!=typeof n?p(this):n,Object.defineProperty(p(r),"handleCategory",{configurable:!0,enumerable:!0,writable:!0,value:function(e){var t=parseInt(e.target.value,10);Number.isNaN(t)&&(t=0),r.props.handleChangeCategory(t),r.props.handleChangePage(0)}}),Object.defineProperty(p(r),"handleSearch",{configurable:!0,enumerable:!0,writable:!0,value:function(e){var t=e.target.value;r.props.handleChangeSearch(t)}}),r.state={},r}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,n.default.PureComponent),d(t,null,[{key:"getDerivedStateFromProps",value:function(e){var t=(0,u.getPossibleCategories)(e.icons);return null!==t&&(t=[e.allCatPlaceholder].concat(function(e){return function(e){if(Array.isArray(e)){for(var t=0,r=new Array(e.length);t<e.length;t++)r[t]=e[t];return r}}(e)||function(e){if(Symbol.iterator in Object(e)||"[object Arguments]"===Object.prototype.toString.call(e))return Array.from(e)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance")}()}(t))),{categories:t,searchString:e.currentSearch}}}]),d(t,[{key:"render",value:function(){return n.default.createElement("div",{className:"rfipdropdown__selector"},this.props.showSearch?n.default.createElement(l.default,{handleSearch:this.handleSearch,value:this.state.searchString,placeholder:this.props.searchPlaceholder}):null,this.props.showCategory&&this.state.categories&&this.state.categories.length?n.default.createElement(o.default,{handleCategory:this.handleCategory,value:this.props.currentCategory,categories:this.state.categories}):null,n.default.createElement(i.default,{categories:this.state.categories,currentCategory:this.props.currentCategory,isMulti:this.props.isMulti,icons:this.props.icons,search:this.props.search,value:this.props.value,currentSearch:this.props.currentSearch,handleChangeValue:this.props.handleChangeValue,currentPage:this.props.currentPage,iconsPerPage:this.props.iconsPerPage,handleChangePage:this.props.handleChangePage,renderIcon:this.props.renderIcon,noIconPlaceholder:this.props.noIconPlaceholder}))}}]),t}();Object.defineProperty(h,"propTypes",{configurable:!0,enumerable:!0,writable:!0,value:{isMulti:a.default.bool.isRequired,value:a.default.oneOfType([a.default.number,a.default.string,a.default.arrayOf(a.default.any)]).isRequired,currentCategory:a.default.number.isRequired,currentPage:a.default.number.isRequired,currentSearch:a.default.string.isRequired,icons:a.default.oneOfType([a.default.arrayOf(a.default.number),a.default.arrayOf(a.default.string),a.default.objectOf(a.default.oneOfType([a.default.arrayOf(a.default.number),a.default.arrayOf(a.default.string)]))]).isRequired,search:a.default.oneOfType([a.default.object,a.default.arrayOf(a.default.string)]),showCategory:a.default.bool.isRequired,showSearch:a.default.bool.isRequired,iconsPerPage:a.default.number.isRequired,allCatPlaceholder:a.default.string.isRequired,searchPlaceholder:a.default.string.isRequired,noIconPlaceholder:a.default.string.isRequired,renderIcon:a.default.func.isRequired,handleChangeValue:a.default.func.isRequired,handleChangeCategory:a.default.func.isRequired,handleChangePage:a.default.func.isRequired,handleChangeSearch:a.default.func.isRequired}}),Object.defineProperty(h,"defaultProps",{configurable:!0,enumerable:!0,writable:!0,value:{search:null}});var y=h;t.default=y},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=l(r(1)),a=l(r(0)),o=l(r(3));function l(e){return e&&e.__esModule?e:{default:e}}function i(e){return(i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function u(){return(u=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e}).apply(this,arguments)}function c(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function s(e,t){return!t||"object"!==i(t)&&"function"!=typeof t?f(e):t}function f(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}var d=function(e){function t(){var e,r,a;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t);for(var o=arguments.length,l=new Array(o),i=0;i<o;i++)l[i]=arguments[i];return s(a,(r=a=s(this,(e=t.__proto__||Object.getPrototypeOf(t)).call.apply(e,[this].concat(l))),Object.defineProperty(f(a),"handleClick",{configurable:!0,enumerable:!0,writable:!0,value:function(){a.props.onClick()}}),Object.defineProperty(f(a),"handleKeyDown",{configurable:!0,enumerable:!0,writable:!0,value:function(e){32!==e.keyCode&&13!==e.keyCode||a.props.onClick()}}),Object.defineProperty(f(a),"handleDelete",{configurable:!0,enumerable:!0,writable:!0,value:function(e,t){e.stopPropagation(),a.props.handleDeleteValue(t)}}),Object.defineProperty(f(a),"handleDeleteKeyboard",{configurable:!0,enumerable:!0,writable:!0,value:function(e,t){32!==e.keyCode&&13!==e.keyCode||a.props.handleDeleteValue(t)}}),Object.defineProperty(f(a),"renderEmptyIcon",{configurable:!0,enumerable:!0,writable:!0,value:function(){return n.default.createElement("span",{className:"rfipbtn__icon--empty"},a.props.noSelectedPlaceholder)}}),r))}var r,a;return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,n.default.PureComponent),r=t,(a=[{key:"renderIcon",value:function(e){var t=this;return""===e||null===e||void 0===e?this.renderEmptyIcon():n.default.createElement("span",{className:"rfipbtn__icon",key:e},n.default.createElement("span",{className:"rfipbtn__elm"},this.props.renderIcon(e)),n.default.createElement("span",{className:"rfipbtn__del",onClick:function(r){return t.handleDelete(r,e)},onKeyDown:function(r){return t.handleDeleteKeyboard(r,e)},tabIndex:0,role:"button"},"×"))}},{key:"renderCurrentIcons",value:function(){var e=this;return this.props.isMulti?this.props.value.length?this.props.value.map(function(t){return e.renderIcon(t)}):this.renderEmptyIcon():this.renderIcon(this.props.value)}},{key:"render",value:function(){var e={onClick:this.handleClick,onKeyDown:this.handleKeyDown,onFocus:this.handleFocus,onBlur:this.handleBlur,tabIndex:0},t=(0,o.default)("rfipbtn__button","rfipbtn__button--".concat(this.props.isOpen?"open":"close")),r=(0,o.default)(this.props.className);return n.default.createElement("div",u({className:r,ref:this.props.domRef},e),n.default.createElement("div",{className:"rfipbtn__current"},this.renderCurrentIcons()),n.default.createElement("div",{className:t},n.default.createElement("i",{className:"fipicon-angle-down",role:"presentation","aria-label":"Open"})))}}])&&c(r.prototype,a),t}();Object.defineProperty(d,"propTypes",{configurable:!0,enumerable:!0,writable:!0,value:{className:a.default.string.isRequired,isOpen:a.default.bool.isRequired,onClick:a.default.func.isRequired,domRef:a.default.object.isRequired,isMulti:a.default.bool.isRequired,value:a.default.oneOfType([a.default.number,a.default.string,a.default.arrayOf(a.default.oneOfType([a.default.number,a.default.string]))]).isRequired,renderIcon:a.default.func.isRequired,handleDeleteValue:a.default.func.isRequired,noSelectedPlaceholder:a.default.string.isRequired}});var p=d;t.default=p},function(e,t){e.exports=a},function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=f(r(1)),a=f(r(0)),o=f(r(3)),l=r(13),i=f(r(12)),u=f(r(11)),c=f(r(7)),s=r(2);function f(e){return e&&e.__esModule?e:{default:e}}function d(e){return(d="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function p(e){return function(e){if(Array.isArray(e)){for(var t=0,r=new Array(e.length);t<e.length;t++)r[t]=e[t];return r}}(e)||function(e){if(Symbol.iterator in Object(e)||"[object Arguments]"===Object.prototype.toString.call(e))return Array.from(e)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance")}()}function h(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function y(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function b(e,t,r){return t&&y(e.prototype,t),r&&y(e,r),e}function g(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}var m=[],v="",P=function(e){function t(e){var r,a;return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t),this,a=(t.__proto__||Object.getPrototypeOf(t)).call(this,e),r=!a||"object"!==d(a)&&"function"!=typeof a?g(this):a,Object.defineProperty(g(r),"handleOuterClick",{configurable:!0,enumerable:!0,writable:!0,value:function(e){var t=e.target;r.isClickWithin(t)||r.closeDropdown()}}),Object.defineProperty(g(r),"handleEscapeKeyboard",{configurable:!0,enumerable:!0,writable:!0,value:function(e){27===e.keyCode&&r.closeDropdown()}}),Object.defineProperty(g(r),"isClickWithin",{configurable:!0,enumerable:!0,writable:!0,value:function(e){return r.fipButtonRef.current.contains(e)||r.fipDropDownRef.current&&r.fipDropDownRef.current.contains(e)}}),Object.defineProperty(g(r),"handleToggle",{configurable:!0,enumerable:!0,writable:!0,value:function(){r.setState(function(e){return r.handleDropDown(!e.isOpen,!1)})}}),Object.defineProperty(g(r),"closeDropdown",{configurable:!0,enumerable:!0,writable:!0,value:function(){r.handleDropDown(!1)}}),Object.defineProperty(g(r),"handleDropDown",{configurable:!0,enumerable:!0,writable:!0,value:function(e){var n=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],a={isOpen:e};return a.elemClass=t.getDerivedClassName("rfip",r.props.theme,r.props.isMulti,e),a.btnClass=t.getDerivedClassName("rfipbtn",r.props.theme,r.props.isMulti,e),a.ddClass=t.getDerivedClassName("rfipdropdown",r.props.theme,r.props.isMulti,e),n&&r.setState(a),a}}),Object.defineProperty(g(r),"handleChangeValue",{configurable:!0,enumerable:!0,writable:!0,value:function(e){var t;r.props.isMulti?(t=p(r.state.value)).includes(e)?(t=t.filter(function(t){return t!==e})).length||(t=m):t.push(e):t=e===r.state.value?v:e,r.setState({value:t,isOpen:!r.props.closeOnSelect}),r.props.onChange(t)}}),Object.defineProperty(g(r),"handleDeleteValue",{configurable:!0,enumerable:!0,writable:!0,value:function(e){var n;n=r.props.isMulti?r.state.value.filter(function(t){return t!==e}):t.getDerivedValue(n,r.props.isMulti),r.setState({value:n}),r.props.onChange(n)}}),Object.defineProperty(g(r),"handleChangePage",{configurable:!0,enumerable:!0,writable:!0,value:function(e){r.setState({currentPage:e})}}),Object.defineProperty(g(r),"handleChangeCategory",{configurable:!0,enumerable:!0,writable:!0,value:function(e){r.setState({currentCategory:e,currentPage:0})}}),Object.defineProperty(g(r),"handleChangeSearch",{configurable:!0,enumerable:!0,writable:!0,value:function(e){r.setState({currentSearch:e,currentPage:0})}}),Object.defineProperty(g(r),"resetPortalStyle",{configurable:!0,enumerable:!0,writable:!0,value:function(e){["maxHeight","paddingTop","paddingBottom"].forEach(function(t){e.style[t]=null})}}),Object.defineProperty(g(r),"handlePortalEnter",{configurable:!0,enumerable:!0,writable:!0,value:function(e){var t=e.childNodes[0];r.resetPortalStyle(t);var n=getComputedStyle(t);r.fipPortalComputedStyle={height:n.height,paddingTop:n.paddingTop,paddingBottom:n.paddingBottom},["maxHeight","paddingTop","paddingBottom"].forEach(function(e){t.style[e]="0px"})}}),Object.defineProperty(g(r),"handlePortalEntering",{configurable:!0,enumerable:!0,writable:!0,value:function(e){var t=e.childNodes[0];t.style.maxHeight=r.fipPortalComputedStyle.height,t.style.paddingTop=r.fipPortalComputedStyle.paddingTop,t.style.paddingBottom=r.fipPortalComputedStyle.paddingBottom}}),Object.defineProperty(g(r),"handlePortalEntered",{configurable:!0,enumerable:!0,writable:!0,value:function(e){var t=e.childNodes[0];r.resetPortalStyle(t),r.props.showSearch&&void 0===window.orientation&&-1===navigator.userAgent.indexOf("IEMobile")&&t.querySelector(".rfipsearch__input").focus()}}),Object.defineProperty(g(r),"handlePortalExit",{configurable:!0,enumerable:!0,writable:!0,value:function(e){var t=e.childNodes[0];r.resetPortalStyle(t);var n=getComputedStyle(t).height;t.style.maxHeight=n}}),Object.defineProperty(g(r),"handlePortalExiting",{configurable:!0,enumerable:!0,writable:!0,value:function(e){var t=e.childNodes[0];t.style.maxHeight="0px",t.style.paddingTop="0px",t.style.paddingBottom="0px"}}),Object.defineProperty(g(r),"renderIcon",{configurable:!0,enumerable:!0,writable:!0,value:function(e){if("function"==typeof r.props.renderFunc)return r.props.renderFunc(e);if("class"===r.props.renderUsing)return n.default.createElement("i",{className:e});var t=h({},r.props.renderUsing,r.props.convertHex?(0,s.convertToHex)(e):e);return n.default.createElement("i",t)}}),r.fipButtonRef=n.default.createRef(),r.fipDropDownRef=n.default.createRef(),r.state={currentCategory:0,currentPage:0,isOpen:!1,currentSearch:""},r.fipPortalComputedStyle=null,r}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,n.default.PureComponent),b(t,null,[{key:"getDerivedStateFromProps",value:function(e,r){var n={};return n.elemClass=t.getDerivedClassName("rfip",e.theme,e.isMulti,r.isOpen),n.btnClass=t.getDerivedClassName("rfipbtn",e.theme,e.isMulti,r.isOpen),n.ddClass=t.getDerivedClassName("rfipdropdown",e.theme,e.isMulti,r.isOpen),n.value=t.getDerivedValue(e.value,e.isMulti),e.showCategory||(n.currentCategory=0,n.currentPage=0),e.showSearch||(n.currentSearch="",n.currentPage=0),n}},{key:"getDerivedClassName",value:function(e,t,r,n){return(0,o.default)(e,"".concat(e,"--").concat(t),h({},"".concat(e,"--multi"),r),"".concat(e,"--").concat(n?"open":"close"))}},{key:"getDerivedValue",value:function(e,t){var r=e;return t?r=Array.isArray(e)?p(e):m:"number"!=typeof e&&"string"!=typeof e&&(r=v),r}}]),b(t,[{key:"componentDidMount",value:function(){var e=this;["click"].forEach(function(t){document.addEventListener(t,e.handleOuterClick,!1)}),document.addEventListener("keydown",this.handleEscapeKeyboard,!1),this.props.onChange(this.state.value)}},{key:"componentWillUnmount",value:function(){var e=this;["click"].forEach(function(t){document.removeEventListener(t,e.handleOuterClick,!1)}),document.removeEventListener("keydown",this.handleEscapeKeyboard,!1)}},{key:"render",value:function(){var e={currentCategory:this.state.currentCategory,currentPage:this.state.currentPage,currentSearch:this.state.currentSearch,value:this.state.value,isMulti:this.props.isMulti,icons:this.props.icons,search:this.props.search,showCategory:this.props.showCategory,showSearch:this.props.showSearch,iconsPerPage:this.props.iconsPerPage,allCatPlaceholder:this.props.allCatPlaceholder,searchPlaceholder:this.props.searchPlaceholder,noIconPlaceholder:this.props.noIconPlaceholder,renderIcon:this.renderIcon,handleChangeValue:this.handleChangeValue,handleChangeCategory:this.handleChangeCategory,handleChangePage:this.handleChangePage,handleChangeSearch:this.handleChangeSearch};return n.default.createElement("div",{className:this.state.elemClass,ref:this.fipRef},n.default.createElement(i.default,{className:this.state.btnClass,isOpen:this.state.isOpen,onClick:this.handleToggle,domRef:this.fipButtonRef,isMulti:this.props.isMulti,value:this.state.value,renderIcon:this.renderIcon,handleDeleteValue:this.handleDeleteValue,noSelectedPlaceholder:this.props.noSelectedPlaceholder}),n.default.createElement(l.CSSTransition,{classNames:"fipappear",timeout:300,in:this.state.isOpen,unmountOnExit:!0,onEnter:this.handlePortalEnter,onEntering:this.handlePortalEntering,onEntered:this.handlePortalEntered,onExit:this.handlePortalExit,onExiting:this.handlePortalExiting},n.default.createElement(c.default,{appendRoot:this.props.appendTo,domRef:this.fipDropDownRef,btnRef:this.fipButtonRef,className:this.state.ddClass},n.default.createElement(u.default,e))))}}]),t}();Object.defineProperty(P,"propTypes",{configurable:!0,enumerable:!0,writable:!0,value:{icons:a.default.oneOfType([a.default.arrayOf(a.default.string),a.default.arrayOf(a.default.number),a.default.objectOf(a.default.oneOfType([a.default.arrayOf(a.default.number),a.default.arrayOf(a.default.string)]))]).isRequired,search:a.default.oneOfType([a.default.objectOf(a.default.arrayOf(a.default.string)),a.default.arrayOf(a.default.string)]),iconsPerPage:a.default.number,theme:a.default.string,onChange:a.default.func.isRequired,showCategory:a.default.bool,showSearch:a.default.bool,value:a.default.oneOfType([a.default.arrayOf(a.default.string),a.default.arrayOf(a.default.number),a.default.number,a.default.string]),isMulti:a.default.bool,renderUsing:a.default.string,convertHex:a.default.bool,renderFunc:a.default.func,appendTo:a.default.oneOfType([a.default.bool,a.default.string]),allCatPlaceholder:a.default.string,searchPlaceholder:a.default.string,noIconPlaceholder:a.default.string,noSelectedPlaceholder:a.default.string,closeOnSelect:a.default.bool}}),Object.defineProperty(P,"defaultProps",{configurable:!0,enumerable:!0,writable:!0,value:{search:null,iconsPerPage:20,theme:"default",showCategory:!0,showSearch:!0,value:null,isMulti:!1,renderUsing:"class",convertHex:!0,renderFunc:null,appendTo:!1,allCatPlaceholder:"Show from all",searchPlaceholder:"Search Icons",noIconPlaceholder:"No icons found",noSelectedPlaceholder:"Select icon",closeOnSelect:!1}}),Object.defineProperty(P,"displayName",{configurable:!0,enumerable:!0,writable:!0,value:"FontIconPicker"});var O=P;t.default=O},function(e,t,r){"use strict";var n;Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var a=((n=r(14))&&n.__esModule?n:{default:n}).default;t.default=a}]).default});
|
969 |
//# sourceMappingURL=fonticonpicker.react.js.map
|
970 |
|
971 |
/***/ }),
|
1077 |
/***/ (function(module, exports, __webpack_require__) {
|
1078 |
|
1079 |
var baseTimes = __webpack_require__(/*! ./_baseTimes */ 154),
|
1080 |
+
castFunction = __webpack_require__(/*! ./_castFunction */ 499),
|
1081 |
toInteger = __webpack_require__(/*! ./toInteger */ 92);
|
1082 |
|
1083 |
/** Used as references for various `Number` constants. */
|
1151 |
// By explicitly using `prop-types` you are opting into new development behavior.
|
1152 |
// http://fb.me/prop-types-in-prod
|
1153 |
var throwOnDirectAccess = true;
|
1154 |
+
module.exports = __webpack_require__(/*! ./factoryWithTypeCheckers */ 356)(ReactIs.isElement, throwOnDirectAccess);
|
1155 |
} else {
|
1156 |
// By explicitly using `prop-types` you are opting into new production behavior.
|
1157 |
// http://fb.me/prop-types-in-prod
|
1158 |
+
module.exports = __webpack_require__(/*! ./factoryWithThrowingShims */ 357)();
|
1159 |
}
|
1160 |
|
1161 |
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(/*! ./../process/browser.js */ 6)))
|
1184 |
|
1185 |
var arrayMap = __webpack_require__(/*! ./_arrayMap */ 44),
|
1186 |
baseIteratee = __webpack_require__(/*! ./_baseIteratee */ 143),
|
1187 |
+
baseMap = __webpack_require__(/*! ./_baseMap */ 313),
|
1188 |
isArray = __webpack_require__(/*! ./isArray */ 13);
|
1189 |
|
1190 |
/**
|
1482 |
/*! all exports used */
|
1483 |
/***/ (function(module, exports, __webpack_require__) {
|
1484 |
|
1485 |
+
var baseIsNative = __webpack_require__(/*! ./_baseIsNative */ 265),
|
1486 |
+
getValue = __webpack_require__(/*! ./_getValue */ 270);
|
1487 |
|
1488 |
/**
|
1489 |
* Gets the native function at `key` of `object`.
|
1511 |
/***/ (function(module, exports, __webpack_require__) {
|
1512 |
|
1513 |
var Symbol = __webpack_require__(/*! ./_Symbol */ 27),
|
1514 |
+
getRawTag = __webpack_require__(/*! ./_getRawTag */ 266),
|
1515 |
+
objectToString = __webpack_require__(/*! ./_objectToString */ 267);
|
1516 |
|
1517 |
/** `Object#toString` result references. */
|
1518 |
var nullTag = '[object Null]',
|
1551 |
|
1552 |
var global = __webpack_require__(/*! ./_global */ 20);
|
1553 |
var core = __webpack_require__(/*! ./_core */ 16);
|
1554 |
+
var ctx = __webpack_require__(/*! ./_ctx */ 236);
|
1555 |
var hide = __webpack_require__(/*! ./_hide */ 36);
|
1556 |
var has = __webpack_require__(/*! ./_has */ 26);
|
1557 |
var PROTOTYPE = 'prototype';
|
1623 |
/***/ (function(module, exports, __webpack_require__) {
|
1624 |
|
1625 |
var anObject = __webpack_require__(/*! ./_an-object */ 43);
|
1626 |
+
var IE8_DOM_DEFINE = __webpack_require__(/*! ./_ie8-dom-define */ 237);
|
1627 |
var toPrimitive = __webpack_require__(/*! ./_to-primitive */ 129);
|
1628 |
var dP = Object.defineProperty;
|
1629 |
|
1697 |
/***/ (function(module, exports, __webpack_require__) {
|
1698 |
|
1699 |
var arrayLikeKeys = __webpack_require__(/*! ./_arrayLikeKeys */ 153),
|
1700 |
+
baseKeys = __webpack_require__(/*! ./_baseKeys */ 297),
|
1701 |
isArrayLike = __webpack_require__(/*! ./isArrayLike */ 29);
|
1702 |
|
1703 |
/**
|
1790 |
|
1791 |
var isArray = __webpack_require__(/*! ./isArray */ 13),
|
1792 |
isKey = __webpack_require__(/*! ./_isKey */ 82),
|
1793 |
+
stringToPath = __webpack_require__(/*! ./_stringToPath */ 305),
|
1794 |
toString = __webpack_require__(/*! ./toString */ 160);
|
1795 |
|
1796 |
/**
|
1989 |
// DCE check should happen before ReactDOM bundle executes so that
|
1990 |
// DevTools can report bad minification during injection.
|
1991 |
checkDCE();
|
1992 |
+
module.exports = __webpack_require__(/*! ./cjs/react-dom.production.min.js */ 344);
|
1993 |
} else {
|
1994 |
+
module.exports = __webpack_require__(/*! ./cjs/react-dom.development.js */ 347);
|
1995 |
}
|
1996 |
|
1997 |
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(/*! ./../process/browser.js */ 6)))
|
2314 |
/***/ (function(module, exports, __webpack_require__) {
|
2315 |
|
2316 |
// to indexed object, toObject with fallback for non-array-like ES3 strings
|
2317 |
+
var IObject = __webpack_require__(/*! ./_iobject */ 240);
|
2318 |
var defined = __webpack_require__(/*! ./_defined */ 130);
|
2319 |
module.exports = function (it) {
|
2320 |
return IObject(defined(it));
|
3374 |
/*! all exports used */
|
3375 |
/***/ (function(module, exports, __webpack_require__) {
|
3376 |
|
3377 |
+
var listCacheClear = __webpack_require__(/*! ./_listCacheClear */ 255),
|
3378 |
+
listCacheDelete = __webpack_require__(/*! ./_listCacheDelete */ 256),
|
3379 |
+
listCacheGet = __webpack_require__(/*! ./_listCacheGet */ 257),
|
3380 |
+
listCacheHas = __webpack_require__(/*! ./_listCacheHas */ 258),
|
3381 |
+
listCacheSet = __webpack_require__(/*! ./_listCacheSet */ 259);
|
3382 |
|
3383 |
/**
|
3384 |
* Creates an list cache object.
|
3514 |
/*! all exports used */
|
3515 |
/***/ (function(module, exports, __webpack_require__) {
|
3516 |
|
3517 |
+
var isKeyable = __webpack_require__(/*! ./_isKeyable */ 279);
|
3518 |
|
3519 |
/**
|
3520 |
* Gets the data for `map`.
|
3675 |
/*! all exports used */
|
3676 |
/***/ (function(module, exports, __webpack_require__) {
|
3677 |
|
3678 |
+
var DataView = __webpack_require__(/*! ./_DataView */ 299),
|
3679 |
Map = __webpack_require__(/*! ./_Map */ 73),
|
3680 |
+
Promise = __webpack_require__(/*! ./_Promise */ 300),
|
3681 |
+
Set = __webpack_require__(/*! ./_Set */ 301),
|
3682 |
+
WeakMap = __webpack_require__(/*! ./_WeakMap */ 302),
|
3683 |
baseGetTag = __webpack_require__(/*! ./_baseGetTag */ 22),
|
3684 |
toSource = __webpack_require__(/*! ./_toSource */ 146);
|
3685 |
|
3897 |
|
3898 |
"use strict";
|
3899 |
/* harmony export (immutable) */ __webpack_exports__["a"] = _inherits;
|
3900 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_esm_setPrototypeOf__ = __webpack_require__(/*! @babel/runtime/helpers/esm/setPrototypeOf */ 334);
|
3901 |
|
3902 |
function _inherits(subClass, superClass) {
|
3903 |
if (typeof superClass !== "function" && superClass !== null) {
|
4368 |
/***/ (function(module, exports, __webpack_require__) {
|
4369 |
|
4370 |
// 19.1.2.14 / 15.2.3.14 Object.keys(O)
|
4371 |
+
var $keys = __webpack_require__(/*! ./_object-keys-internal */ 239);
|
4372 |
var enumBugKeys = __webpack_require__(/*! ./_enum-bug-keys */ 134);
|
4373 |
|
4374 |
module.exports = Object.keys || function keys(O) {
|
4426 |
/***/ (function(module, exports, __webpack_require__) {
|
4427 |
|
4428 |
var ListCache = __webpack_require__(/*! ./_ListCache */ 45),
|
4429 |
+
stackClear = __webpack_require__(/*! ./_stackClear */ 260),
|
4430 |
+
stackDelete = __webpack_require__(/*! ./_stackDelete */ 261),
|
4431 |
+
stackGet = __webpack_require__(/*! ./_stackGet */ 262),
|
4432 |
+
stackHas = __webpack_require__(/*! ./_stackHas */ 263),
|
4433 |
+
stackSet = __webpack_require__(/*! ./_stackSet */ 264);
|
4434 |
|
4435 |
/**
|
4436 |
* Creates a stack cache object to store key-value pairs.
|
4513 |
/*! all exports used */
|
4514 |
/***/ (function(module, exports, __webpack_require__) {
|
4515 |
|
4516 |
+
var mapCacheClear = __webpack_require__(/*! ./_mapCacheClear */ 271),
|
4517 |
+
mapCacheDelete = __webpack_require__(/*! ./_mapCacheDelete */ 278),
|
4518 |
+
mapCacheGet = __webpack_require__(/*! ./_mapCacheGet */ 280),
|
4519 |
+
mapCacheHas = __webpack_require__(/*! ./_mapCacheHas */ 281),
|
4520 |
+
mapCacheSet = __webpack_require__(/*! ./_mapCacheSet */ 282);
|
4521 |
|
4522 |
/**
|
4523 |
* Creates a map cache object to store key-value pairs.
|
4587 |
/*! all exports used */
|
4588 |
/***/ (function(module, exports, __webpack_require__) {
|
4589 |
|
4590 |
+
var arrayFilter = __webpack_require__(/*! ./_arrayFilter */ 293),
|
4591 |
stubArray = __webpack_require__(/*! ./stubArray */ 152);
|
4592 |
|
4593 |
/** Used for built-in method references. */
|
4628 |
/*! all exports used */
|
4629 |
/***/ (function(module, exports, __webpack_require__) {
|
4630 |
|
4631 |
+
var baseIsArguments = __webpack_require__(/*! ./_baseIsArguments */ 294),
|
4632 |
isObjectLike = __webpack_require__(/*! ./isObjectLike */ 18);
|
4633 |
|
4634 |
/** Used for built-in method references. */
|
4676 |
/***/ (function(module, exports, __webpack_require__) {
|
4677 |
|
4678 |
/* WEBPACK VAR INJECTION */(function(module) {var root = __webpack_require__(/*! ./_root */ 11),
|
4679 |
+
stubFalse = __webpack_require__(/*! ./stubFalse */ 295);
|
4680 |
|
4681 |
/** Detect free variable `exports`. */
|
4682 |
var freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports;
|
4989 |
/* unused harmony export createElement */
|
4990 |
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return jsx; });
|
4991 |
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return keyframes; });
|
4992 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_esm_inheritsLoose__ = __webpack_require__(/*! @babel/runtime/helpers/esm/inheritsLoose */ 337);
|
4993 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_react__ = __webpack_require__(/*! react */ 5);
|
4994 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_react___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1_react__);
|
4995 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__emotion_cache__ = __webpack_require__(/*! @emotion/cache */ 86);
|
5263 |
|
5264 |
"use strict";
|
5265 |
/* WEBPACK VAR INJECTION */(function(process) {/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__emotion_sheet__ = __webpack_require__(/*! @emotion/sheet */ 168);
|
5266 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__emotion_stylis__ = __webpack_require__(/*! @emotion/stylis */ 338);
|
5267 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__emotion_weak_memoize__ = __webpack_require__(/*! @emotion/weak-memoize */ 339);
|
5268 |
|
5269 |
|
5270 |
|
5489 |
|
5490 |
"use strict";
|
5491 |
/* WEBPACK VAR INJECTION */(function(process) {/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return serializeStyles; });
|
5492 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__emotion_hash__ = __webpack_require__(/*! @emotion/hash */ 341);
|
5493 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__emotion_unitless__ = __webpack_require__(/*! @emotion/unitless */ 342);
|
5494 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__emotion_memoize__ = __webpack_require__(/*! @emotion/memoize */ 343);
|
5495 |
|
5496 |
|
5497 |
|
5828 |
|
5829 |
"use strict";
|
5830 |
/* harmony export (immutable) */ __webpack_exports__["a"] = _objectWithoutProperties;
|
5831 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_esm_objectWithoutPropertiesLoose__ = __webpack_require__(/*! @babel/runtime/helpers/esm/objectWithoutPropertiesLoose */ 352);
|
5832 |
|
5833 |
function _objectWithoutProperties(source, excluded) {
|
5834 |
if (source == null) return {};
|
5966 |
/*! all exports used */
|
5967 |
/***/ (function(module, exports, __webpack_require__) {
|
5968 |
|
5969 |
+
var toFinite = __webpack_require__(/*! ./toFinite */ 389);
|
5970 |
|
5971 |
/**
|
5972 |
* Converts `value` to an integer.
|
9058 |
|
9059 |
// 19.1.2.2 / 15.2.3.5 Object.create(O [, Properties])
|
9060 |
var anObject = __webpack_require__(/*! ./_an-object */ 43);
|
9061 |
+
var dPs = __webpack_require__(/*! ./_object-dps */ 759);
|
9062 |
var enumBugKeys = __webpack_require__(/*! ./_enum-bug-keys */ 134);
|
9063 |
var IE_PROTO = __webpack_require__(/*! ./_shared-key */ 132)('IE_PROTO');
|
9064 |
var Empty = function () { /* empty */ };
|
9067 |
// Create object with fake `null` prototype: use iframe Object with cleared prototype
|
9068 |
var createDict = function () {
|
9069 |
// Thrash, waste and sodomy: IE GC bug
|
9070 |
+
var iframe = __webpack_require__(/*! ./_dom-create */ 238)('iframe');
|
9071 |
var i = enumBugKeys.length;
|
9072 |
var lt = '<';
|
9073 |
var gt = '>';
|
9074 |
var iframeDocument;
|
9075 |
iframe.style.display = 'none';
|
9076 |
+
__webpack_require__(/*! ./_html */ 760).appendChild(iframe);
|
9077 |
iframe.src = 'javascript:'; // eslint-disable-line no-script-url
|
9078 |
// createDict = iframe.contentWindow.Object;
|
9079 |
// html.removeChild(iframe);
|
9315 |
/*! all exports used */
|
9316 |
/***/ (function(module, exports, __webpack_require__) {
|
9317 |
|
9318 |
+
var baseMatches = __webpack_require__(/*! ./_baseMatches */ 253),
|
9319 |
+
baseMatchesProperty = __webpack_require__(/*! ./_baseMatchesProperty */ 304),
|
9320 |
identity = __webpack_require__(/*! ./identity */ 57),
|
9321 |
isArray = __webpack_require__(/*! ./isArray */ 13),
|
9322 |
+
property = __webpack_require__(/*! ./property */ 311);
|
9323 |
|
9324 |
/**
|
9325 |
* The base implementation of `_.iteratee`.
|
9458 |
/*! all exports used */
|
9459 |
/***/ (function(module, exports, __webpack_require__) {
|
9460 |
|
9461 |
+
var baseIsEqualDeep = __webpack_require__(/*! ./_baseIsEqualDeep */ 283),
|
9462 |
isObjectLike = __webpack_require__(/*! ./isObjectLike */ 18);
|
9463 |
|
9464 |
/**
|
9497 |
/*! all exports used */
|
9498 |
/***/ (function(module, exports, __webpack_require__) {
|
9499 |
|
9500 |
+
var SetCache = __webpack_require__(/*! ./_SetCache */ 284),
|
9501 |
+
arraySome = __webpack_require__(/*! ./_arraySome */ 287),
|
9502 |
+
cacheHas = __webpack_require__(/*! ./_cacheHas */ 288);
|
9503 |
|
9504 |
/** Used to compose bitmasks for value comparisons. */
|
9505 |
var COMPARE_PARTIAL_FLAG = 1,
|
9791 |
/*! all exports used */
|
9792 |
/***/ (function(module, exports, __webpack_require__) {
|
9793 |
|
9794 |
+
var baseIsTypedArray = __webpack_require__(/*! ./_baseIsTypedArray */ 296),
|
9795 |
baseUnary = __webpack_require__(/*! ./_baseUnary */ 51),
|
9796 |
nodeUtil = __webpack_require__(/*! ./_nodeUtil */ 52);
|
9797 |
|
10361 |
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return createEmotionProps; });
|
10362 |
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return hasOwnProperty; });
|
10363 |
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return withEmotionCache; });
|
10364 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_inheritsLoose__ = __webpack_require__(/*! @babel/runtime/helpers/inheritsLoose */ 340);
|
10365 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_inheritsLoose___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_inheritsLoose__);
|
10366 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_react__ = __webpack_require__(/*! react */ 5);
|
10367 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_react___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1_react__);
|
10574 |
/* WEBPACK VAR INJECTION */(function(process) {
|
10575 |
|
10576 |
if (process.env.NODE_ENV === 'production') {
|
10577 |
+
module.exports = __webpack_require__(/*! ./cjs/scheduler.production.min.js */ 345);
|
10578 |
} else {
|
10579 |
+
module.exports = __webpack_require__(/*! ./cjs/scheduler.development.js */ 346);
|
10580 |
}
|
10581 |
|
10582 |
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(/*! ./../process/browser.js */ 6)))
|
10640 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_10_react_dom___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_10_react_dom__);
|
10641 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_11__babel_runtime_helpers_esm_typeof__ = __webpack_require__(/*! @babel/runtime/helpers/esm/typeof */ 165);
|
10642 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_12__emotion_css__ = __webpack_require__(/*! @emotion/css */ 41);
|
10643 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_13__babel_runtime_helpers_esm_taggedTemplateLiteral__ = __webpack_require__(/*! @babel/runtime/helpers/esm/taggedTemplateLiteral */ 353);
|
10644 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_14_react_input_autosize__ = __webpack_require__(/*! react-input-autosize */ 174);
|
10645 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_14_react_input_autosize___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_14_react_input_autosize__);
|
10646 |
|
12448 |
/* WEBPACK VAR INJECTION */(function(process) {
|
12449 |
|
12450 |
if (process.env.NODE_ENV === 'production') {
|
12451 |
+
module.exports = __webpack_require__(/*! ./cjs/react-is.production.min.js */ 354);
|
12452 |
} else {
|
12453 |
+
module.exports = __webpack_require__(/*! ./cjs/react-is.development.js */ 355);
|
12454 |
}
|
12455 |
|
12456 |
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(/*! ./../process/browser.js */ 6)))
|
12472 |
/* unused harmony export m */
|
12473 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_esm_objectWithoutProperties__ = __webpack_require__(/*! @babel/runtime/helpers/esm/objectWithoutProperties */ 88);
|
12474 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__babel_runtime_helpers_esm_extends__ = __webpack_require__(/*! @babel/runtime/helpers/esm/extends */ 89);
|
12475 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__babel_runtime_helpers_esm_slicedToArray__ = __webpack_require__(/*! @babel/runtime/helpers/esm/slicedToArray */ 358);
|
12476 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__babel_runtime_helpers_esm_toConsumableArray__ = __webpack_require__(/*! @babel/runtime/helpers/esm/toConsumableArray */ 362);
|
12477 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__babel_runtime_helpers_esm_defineProperty__ = __webpack_require__(/*! @babel/runtime/helpers/esm/defineProperty */ 173);
|
12478 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__babel_runtime_helpers_esm_classCallCheck__ = __webpack_require__(/*! @babel/runtime/helpers/esm/classCallCheck */ 58);
|
12479 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__babel_runtime_helpers_esm_createClass__ = __webpack_require__(/*! @babel/runtime/helpers/esm/createClass */ 59);
|
15542 |
|
15543 |
"use strict";
|
15544 |
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return PostExcerpt; });
|
15545 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_lodash_truncate__ = __webpack_require__(/*! lodash/truncate */ 379);
|
15546 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_lodash_truncate___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_lodash_truncate__);
|
15547 |
|
15548 |
|
15794 |
/*! all exports used */
|
15795 |
/***/ (function(module, exports, __webpack_require__) {
|
15796 |
|
15797 |
+
var apply = __webpack_require__(/*! ./_apply */ 403);
|
15798 |
|
15799 |
/* Built-in method references for those with the same name as other `lodash` methods. */
|
15800 |
var nativeMax = Math.max;
|
15841 |
/*! all exports used */
|
15842 |
/***/ (function(module, exports, __webpack_require__) {
|
15843 |
|
15844 |
+
var baseSetToString = __webpack_require__(/*! ./_baseSetToString */ 404),
|
15845 |
+
shortOut = __webpack_require__(/*! ./_shortOut */ 406);
|
15846 |
|
15847 |
/**
|
15848 |
* Sets the `toString` method of `func` to return `string`.
|
15949 |
/***/ (function(module, exports, __webpack_require__) {
|
15950 |
|
15951 |
var arrayLikeKeys = __webpack_require__(/*! ./_arrayLikeKeys */ 153),
|
15952 |
+
baseKeysIn = __webpack_require__(/*! ./_baseKeysIn */ 426),
|
15953 |
isArrayLike = __webpack_require__(/*! ./isArrayLike */ 29);
|
15954 |
|
15955 |
/**
|
16035 |
});
|
16036 |
exports["default"] = void 0;
|
16037 |
|
16038 |
+
var _slider = _interopRequireDefault(__webpack_require__(/*! ./slider */ 458));
|
16039 |
|
16040 |
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
16041 |
|
17620 |
|
17621 |
var _reactLifecyclesCompat = __webpack_require__(/*! react-lifecycles-compat */ 201);
|
17622 |
|
17623 |
+
var _ChildMapping = __webpack_require__(/*! ./utils/ChildMapping */ 516);
|
17624 |
|
17625 |
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
17626 |
|
21050 |
var resp_selectors = "left";
|
21051 |
|
21052 |
var selectors = (_selectors = {
|
21053 |
+
" .uagb-timeline__heading.rich-text": {
|
21054 |
"font-size": Object(__WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */])(headFontSize, headFontSizeType),
|
21055 |
"font-family": headFontFamily,
|
21056 |
"font-weight": headFontWeight,
|
21365 |
|
21366 |
/***/ }),
|
21367 |
/* 221 */
|
21368 |
+
/*!******************************************************************!*\
|
21369 |
+
!*** ./src/blocks/timeline/content-timeline-child/attributes.js ***!
|
21370 |
+
\******************************************************************/
|
21371 |
+
/*! exports provided: default */
|
21372 |
+
/*! exports used: default */
|
21373 |
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
21374 |
+
|
21375 |
+
"use strict";
|
21376 |
+
/**
|
21377 |
+
* BLOCK: UAGB Timeline Child Attributes
|
21378 |
+
*/
|
21379 |
+
|
21380 |
+
var __ = wp.i18n.__;
|
21381 |
+
|
21382 |
+
|
21383 |
+
var attributes = {
|
21384 |
+
content_class: {
|
21385 |
+
type: "string"
|
21386 |
+
},
|
21387 |
+
dayalign_class: {
|
21388 |
+
type: "string"
|
21389 |
+
},
|
21390 |
+
time_heading: {
|
21391 |
+
type: "string",
|
21392 |
+
default: __("Timeline Heading ")
|
21393 |
+
},
|
21394 |
+
time_desc: {
|
21395 |
+
type: "string",
|
21396 |
+
default: __("This is Timeline description, you can change me anytime click here ")
|
21397 |
+
},
|
21398 |
+
dateFormat: {
|
21399 |
+
type: "string",
|
21400 |
+
default: "F j, Y"
|
21401 |
+
},
|
21402 |
+
align: {
|
21403 |
+
type: "string",
|
21404 |
+
default: "center"
|
21405 |
+
},
|
21406 |
+
headingTag: {
|
21407 |
+
type: "string",
|
21408 |
+
default: "h4"
|
21409 |
+
},
|
21410 |
+
timelinAlignment: {
|
21411 |
+
type: "string",
|
21412 |
+
default: "center"
|
21413 |
+
},
|
21414 |
+
arrowlinAlignment: {
|
21415 |
+
type: "string",
|
21416 |
+
default: "center"
|
21417 |
+
},
|
21418 |
+
block_id: {
|
21419 |
+
type: "string",
|
21420 |
+
default: "0"
|
21421 |
+
},
|
21422 |
+
timelineItem: {
|
21423 |
+
type: "number",
|
21424 |
+
default: 5
|
21425 |
+
},
|
21426 |
+
tm_client_id: {
|
21427 |
+
type: "string",
|
21428 |
+
default: "not_set"
|
21429 |
+
},
|
21430 |
+
iconSize: {
|
21431 |
+
type: "number",
|
21432 |
+
default: 12
|
21433 |
+
},
|
21434 |
+
icon: {
|
21435 |
+
type: "string",
|
21436 |
+
default: "fab fa fa-calendar-alt"
|
21437 |
+
},
|
21438 |
+
t_date: {
|
21439 |
+
type: "string",
|
21440 |
+
default: '1/1/2019'
|
21441 |
+
},
|
21442 |
+
displayPostDate: {
|
21443 |
+
type: "boolean"
|
21444 |
+
},
|
21445 |
+
stack: {
|
21446 |
+
type: "string",
|
21447 |
+
default: "tablet"
|
21448 |
+
}
|
21449 |
+
};
|
21450 |
+
|
21451 |
+
/* harmony default export */ __webpack_exports__["a"] = (attributes);
|
21452 |
+
|
21453 |
+
/***/ }),
|
21454 |
+
/* 222 */
|
21455 |
/*!*************************************************!*\
|
21456 |
!*** ./src/blocks/call-to-action/attributes.js ***!
|
21457 |
\*************************************************/
|
21717 |
/* harmony default export */ __webpack_exports__["a"] = (attributes);
|
21718 |
|
21719 |
/***/ }),
|
21720 |
+
/* 223 */
|
21721 |
/*!*****************************************!*\
|
21722 |
!*** ./src/blocks/column/attributes.js ***!
|
21723 |
\*****************************************/
|
21981 |
/* harmony default export */ __webpack_exports__["a"] = (attributes);
|
21982 |
|
21983 |
/***/ }),
|
21984 |
+
/* 224 */
|
21985 |
/*!******************************************!*\
|
21986 |
!*** ./src/blocks/columns/attributes.js ***!
|
21987 |
\******************************************/
|
22302 |
/* harmony default export */ __webpack_exports__["a"] = (attributes);
|
22303 |
|
22304 |
/***/ }),
|
22305 |
+
/* 225 */
|
22306 |
/*!*************************************!*\
|
22307 |
!*** ./src/blocks/columns/icons.js ***!
|
22308 |
\*************************************/
|
22423 |
/* harmony default export */ __webpack_exports__["a"] = (rowIcons);
|
22424 |
|
22425 |
/***/ }),
|
22426 |
+
/* 226 */
|
22427 |
/*!*********************************************!*\
|
22428 |
!*** ./src/blocks/blockquote/attributes.js ***!
|
22429 |
\*********************************************/
|
22771 |
/* harmony default export */ __webpack_exports__["a"] = (attributes);
|
22772 |
|
22773 |
/***/ }),
|
22774 |
+
/* 227 */
|
22775 |
/*!***************************************************!*\
|
22776 |
!*** ./src/blocks/marketing-button/attributes.js ***!
|
22777 |
\***************************************************/
|
23065 |
/* harmony default export */ __webpack_exports__["a"] = (attributes);
|
23066 |
|
23067 |
/***/ }),
|
23068 |
+
/* 228 */
|
23069 |
/*!****************************************************!*\
|
23070 |
!*** ./src/blocks/table-of-contents/attributes.js ***!
|
23071 |
\****************************************************/
|
23412 |
/* harmony default export */ __webpack_exports__["a"] = (attributes);
|
23413 |
|
23414 |
/***/ }),
|
23415 |
+
/* 229 */
|
23416 |
/*!*********************************************!*\
|
23417 |
!*** ./src/blocks/table-of-contents/toc.js ***!
|
23418 |
\*********************************************/
|
23545 |
/* harmony default export */ __webpack_exports__["a"] = (TableOfContents);
|
23546 |
|
23547 |
/***/ }),
|
23548 |
+
/* 230 */
|
23549 |
/*!*************************************************!*\
|
23550 |
!*** ./node_modules/striptags/src/striptags.js ***!
|
23551 |
\*************************************************/
|
23793 |
|
23794 |
|
23795 |
/***/ }),
|
23796 |
+
/* 231 */
|
23797 |
/*!*****************************************!*\
|
23798 |
!*** ./src/blocks/how-to/attributes.js ***!
|
23799 |
\*****************************************/
|
24112 |
/* harmony default export */ __webpack_exports__["a"] = (attributes);
|
24113 |
|
24114 |
/***/ }),
|
24115 |
+
/* 232 */
|
24116 |
/*!**************************************!*\
|
24117 |
!*** ./src/blocks/how-to/style.scss ***!
|
24118 |
\**************************************/
|
24122 |
// removed by extract-text-webpack-plugin
|
24123 |
|
24124 |
/***/ }),
|
24125 |
+
/* 233 */
|
24126 |
/*!**************************************!*\
|
24127 |
!*** ./src/blocks/faq/attributes.js ***!
|
24128 |
\**************************************/
|
24466 |
/* harmony default export */ __webpack_exports__["a"] = (attributes);
|
24467 |
|
24468 |
/***/ }),
|
24469 |
+
/* 234 */
|
24470 |
/*!********************************************!*\
|
24471 |
!*** ./src/blocks/faq-child/attributes.js ***!
|
24472 |
\********************************************/
|
24512 |
/* harmony default export */ __webpack_exports__["a"] = (attributes);
|
24513 |
|
24514 |
/***/ }),
|
24515 |
+
/* 235 */
|
24516 |
/*!*****************************************!*\
|
24517 |
!*** ./src/blocks/review/components.js ***!
|
24518 |
\*****************************************/
|
24931 |
}(__WEBPACK_IMPORTED_MODULE_0_react__["Component"]);
|
24932 |
|
24933 |
/***/ }),
|
24934 |
+
/* 236 */
|
24935 |
/*!******************************************************!*\
|
24936 |
!*** ./node_modules/core-js/library/modules/_ctx.js ***!
|
24937 |
\******************************************************/
|
24940 |
/***/ (function(module, exports, __webpack_require__) {
|
24941 |
|
24942 |
// optional / simple context binding
|
24943 |
+
var aFunction = __webpack_require__(/*! ./_a-function */ 739);
|
24944 |
module.exports = function (fn, that, length) {
|
24945 |
aFunction(fn);
|
24946 |
if (that === undefined) return fn;
|
24962 |
|
24963 |
|
24964 |
/***/ }),
|
24965 |
+
/* 237 */
|
24966 |
/*!*****************************************************************!*\
|
24967 |
!*** ./node_modules/core-js/library/modules/_ie8-dom-define.js ***!
|
24968 |
\*****************************************************************/
|
24971 |
/***/ (function(module, exports, __webpack_require__) {
|
24972 |
|
24973 |
module.exports = !__webpack_require__(/*! ./_descriptors */ 25) && !__webpack_require__(/*! ./_fails */ 38)(function () {
|
24974 |
+
return Object.defineProperty(__webpack_require__(/*! ./_dom-create */ 238)('div'), 'a', { get: function () { return 7; } }).a != 7;
|
24975 |
});
|
24976 |
|
24977 |
|
24978 |
/***/ }),
|
24979 |
+
/* 238 */
|
24980 |
/*!*************************************************************!*\
|
24981 |
!*** ./node_modules/core-js/library/modules/_dom-create.js ***!
|
24982 |
\*************************************************************/
|
24994 |
|
24995 |
|
24996 |
/***/ }),
|
24997 |
+
/* 239 */
|
24998 |
/*!***********************************************************************!*\
|
24999 |
!*** ./node_modules/core-js/library/modules/_object-keys-internal.js ***!
|
25000 |
\***********************************************************************/
|
25004 |
|
25005 |
var has = __webpack_require__(/*! ./_has */ 26);
|
25006 |
var toIObject = __webpack_require__(/*! ./_to-iobject */ 39);
|
25007 |
+
var arrayIndexOf = __webpack_require__(/*! ./_array-includes */ 741)(false);
|
25008 |
var IE_PROTO = __webpack_require__(/*! ./_shared-key */ 132)('IE_PROTO');
|
25009 |
|
25010 |
module.exports = function (object, names) {
|
25022 |
|
25023 |
|
25024 |
/***/ }),
|
25025 |
+
/* 240 */
|
25026 |
/*!**********************************************************!*\
|
25027 |
!*** ./node_modules/core-js/library/modules/_iobject.js ***!
|
25028 |
\**********************************************************/
|
25031 |
/***/ (function(module, exports, __webpack_require__) {
|
25032 |
|
25033 |
// fallback for non-array-like ES3 and non-enumerable old V8 strings
|
25034 |
+
var cof = __webpack_require__(/*! ./_cof */ 241);
|
25035 |
// eslint-disable-next-line no-prototype-builtins
|
25036 |
module.exports = Object('z').propertyIsEnumerable(0) ? Object : function (it) {
|
25037 |
return cof(it) == 'String' ? it.split('') : Object(it);
|
25039 |
|
25040 |
|
25041 |
/***/ }),
|
25042 |
+
/* 241 */
|
25043 |
/*!******************************************************!*\
|
25044 |
!*** ./node_modules/core-js/library/modules/_cof.js ***!
|
25045 |
\******************************************************/
|
25055 |
|
25056 |
|
25057 |
/***/ }),
|
25058 |
+
/* 242 */
|
25059 |
/*!*************************************************************!*\
|
25060 |
!*** ./node_modules/core-js/library/modules/_object-gpo.js ***!
|
25061 |
\*************************************************************/
|
25079 |
|
25080 |
|
25081 |
/***/ }),
|
25082 |
+
/* 243 */
|
25083 |
/*!******************************************************!*\
|
25084 |
!*** ./node_modules/babel-runtime/helpers/typeof.js ***!
|
25085 |
\******************************************************/
|
25092 |
|
25093 |
exports.__esModule = true;
|
25094 |
|
25095 |
+
var _iterator = __webpack_require__(/*! ../core-js/symbol/iterator */ 754);
|
25096 |
|
25097 |
var _iterator2 = _interopRequireDefault(_iterator);
|
25098 |
|
25099 |
+
var _symbol = __webpack_require__(/*! ../core-js/symbol */ 765);
|
25100 |
|
25101 |
var _symbol2 = _interopRequireDefault(_symbol);
|
25102 |
|
25111 |
};
|
25112 |
|
25113 |
/***/ }),
|
25114 |
+
/* 244 */
|
25115 |
/*!**************************************************************!*\
|
25116 |
!*** ./node_modules/core-js/library/modules/_iter-define.js ***!
|
25117 |
\**************************************************************/
|
25123 |
|
25124 |
var LIBRARY = __webpack_require__(/*! ./_library */ 69);
|
25125 |
var $export = __webpack_require__(/*! ./_export */ 23);
|
25126 |
+
var redefine = __webpack_require__(/*! ./_redefine */ 245);
|
25127 |
var hide = __webpack_require__(/*! ./_hide */ 36);
|
25128 |
var Iterators = __webpack_require__(/*! ./_iterators */ 137);
|
25129 |
+
var $iterCreate = __webpack_require__(/*! ./_iter-create */ 758);
|
25130 |
var setToStringTag = __webpack_require__(/*! ./_set-to-string-tag */ 139);
|
25131 |
+
var getPrototypeOf = __webpack_require__(/*! ./_object-gpo */ 242);
|
25132 |
var ITERATOR = __webpack_require__(/*! ./_wks */ 40)('iterator');
|
25133 |
var BUGGY = !([].keys && 'next' in [].keys()); // Safari has buggy iterators w/o `next`
|
25134 |
var FF_ITERATOR = '@@iterator';
|
25192 |
|
25193 |
|
25194 |
/***/ }),
|
25195 |
+
/* 245 */
|
25196 |
/*!***********************************************************!*\
|
25197 |
!*** ./node_modules/core-js/library/modules/_redefine.js ***!
|
25198 |
\***********************************************************/
|
25204 |
|
25205 |
|
25206 |
/***/ }),
|
25207 |
+
/* 246 */
|
25208 |
/*!**************************************************************!*\
|
25209 |
!*** ./node_modules/core-js/library/modules/_object-gopn.js ***!
|
25210 |
\**************************************************************/
|
25213 |
/***/ (function(module, exports, __webpack_require__) {
|
25214 |
|
25215 |
// 19.1.2.7 / 15.2.3.4 Object.getOwnPropertyNames(O)
|
25216 |
+
var $keys = __webpack_require__(/*! ./_object-keys-internal */ 239);
|
25217 |
var hiddenKeys = __webpack_require__(/*! ./_enum-bug-keys */ 134).concat('length', 'prototype');
|
25218 |
|
25219 |
exports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {
|
25222 |
|
25223 |
|
25224 |
/***/ }),
|
25225 |
+
/* 247 */
|
25226 |
/*!**************************************************************!*\
|
25227 |
!*** ./node_modules/core-js/library/modules/_object-gopd.js ***!
|
25228 |
\**************************************************************/
|
25235 |
var toIObject = __webpack_require__(/*! ./_to-iobject */ 39);
|
25236 |
var toPrimitive = __webpack_require__(/*! ./_to-primitive */ 129);
|
25237 |
var has = __webpack_require__(/*! ./_has */ 26);
|
25238 |
+
var IE8_DOM_DEFINE = __webpack_require__(/*! ./_ie8-dom-define */ 237);
|
25239 |
var gOPD = Object.getOwnPropertyDescriptor;
|
25240 |
|
25241 |
exports.f = __webpack_require__(/*! ./_descriptors */ 25) ? gOPD : function getOwnPropertyDescriptor(O, P) {
|
25249 |
|
25250 |
|
25251 |
/***/ }),
|
25252 |
+
/* 248 */
|
25253 |
/*!***********************!*\
|
25254 |
!*** ./src/blocks.js ***!
|
25255 |
\***********************/
|
25259 |
|
25260 |
"use strict";
|
25261 |
Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
|
25262 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__blocks_advanced_heading_block_js__ = __webpack_require__(/*! ./blocks/advanced-heading/block.js */ 249);
|
25263 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__blocks_post_block_js__ = __webpack_require__(/*! ./blocks/post/block.js */ 375);
|
25264 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__blocks_section_block_js__ = __webpack_require__(/*! ./blocks/section/block.js */ 490);
|
25265 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__blocks_buttons_block_js__ = __webpack_require__(/*! ./blocks/buttons/block.js */ 497);
|
25266 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__blocks_buttons_child_block_js__ = __webpack_require__(/*! ./blocks/buttons-child/block.js */ 505);
|
25267 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__blocks_info_box_block_js__ = __webpack_require__(/*! ./blocks/info-box/block.js */ 520);
|
25268 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__blocks_testimonial_block_js__ = __webpack_require__(/*! ./blocks/testimonial/block.js */ 529);
|
25269 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__blocks_team_block_js__ = __webpack_require__(/*! ./blocks/team/block.js */ 537);
|
25270 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__blocks_social_share_block_js__ = __webpack_require__(/*! ./blocks/social-share/block.js */ 544);
|
25271 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_9__blocks_social_share_child_block_js__ = __webpack_require__(/*! ./blocks/social-share-child/block.js */ 552);
|
25272 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_10__blocks_google_map_block_js__ = __webpack_require__(/*! ./blocks/google-map/block.js */ 559);
|
25273 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_11__blocks_icon_list_block_js__ = __webpack_require__(/*! ./blocks/icon-list/block.js */ 561);
|
25274 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_12__blocks_icon_list_child_block_js__ = __webpack_require__(/*! ./blocks/icon-list-child/block.js */ 569);
|
25275 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_13__blocks_price_list_block_js__ = __webpack_require__(/*! ./blocks/price-list/block.js */ 576);
|
25276 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_14__blocks_price_list_child_block_js__ = __webpack_require__(/*! ./blocks/price-list-child/block.js */ 583);
|
25277 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_15__blocks_timeline_block_js__ = __webpack_require__(/*! ./blocks/timeline/block.js */ 588);
|
25278 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_16__blocks_call_to_action_block_js__ = __webpack_require__(/*! ./blocks/call-to-action/block.js */ 613);
|
25279 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_17__blocks_column_block_js__ = __webpack_require__(/*! ./blocks/column/block.js */ 621);
|
25280 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_18__blocks_columns_block_js__ = __webpack_require__(/*! ./blocks/columns/block.js */ 629);
|
25281 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_19__blocks_cf7_styler_block_js__ = __webpack_require__(/*! ./blocks/cf7-styler/block.js */ 648);
|
25282 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_20__blocks_gf_styler_block_js__ = __webpack_require__(/*! ./blocks/gf-styler/block.js */ 653);
|
25283 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_21__blocks_blockquote_block_js__ = __webpack_require__(/*! ./blocks/blockquote/block.js */ 658);
|
25284 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_22__blocks_marketing_button_block_js__ = __webpack_require__(/*! ./blocks/marketing-button/block.js */ 666);
|
25285 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_23__blocks_table_of_contents_block_js__ = __webpack_require__(/*! ./blocks/table-of-contents/block.js */ 673);
|
25286 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_24__blocks_how_to_block_js__ = __webpack_require__(/*! ./blocks/how-to/block.js */ 682);
|
25287 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_25__blocks_faq_block_js__ = __webpack_require__(/*! ./blocks/faq/block.js */ 689);
|
25288 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_26__blocks_faq_child_block_js__ = __webpack_require__(/*! ./blocks/faq-child/block.js */ 696);
|
25289 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_27__blocks_inline_notice_block_js__ = __webpack_require__(/*! ./blocks/inline-notice/block.js */ 702);
|
25290 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_28__blocks_wp_search_block_js__ = __webpack_require__(/*! ./blocks/wp-search/block.js */ 709);
|
25291 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_29__blocks_review_block_js__ = __webpack_require__(/*! ./blocks/review/block.js */ 716);
|
25292 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_30__blocks_taxonomy_list_block_js__ = __webpack_require__(/*! ./blocks/taxonomy-list/block.js */ 724);
|
25293 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_31__blocks_lottie_block_js__ = __webpack_require__(/*! ./blocks/lottie/block.js */ 729);
|
25294 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_32__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../dist/blocks/uagb-controls/block-icons */ 1);
|
25295 |
/**
|
25296 |
* Gutenberg Blocks
|
25345 |
});
|
25346 |
|
25347 |
/***/ }),
|
25348 |
+
/* 249 */
|
25349 |
/*!**********************************************!*\
|
25350 |
!*** ./src/blocks/advanced-heading/block.js ***!
|
25351 |
\**********************************************/
|
25355 |
"use strict";
|
25356 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
25357 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__attributes__ = __webpack_require__(/*! ./attributes */ 142);
|
25358 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__edit__ = __webpack_require__(/*! ./edit */ 250);
|
25359 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__save__ = __webpack_require__(/*! ./save */ 372);
|
25360 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__deprecated__ = __webpack_require__(/*! ./deprecated */ 373);
|
25361 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__transform__ = __webpack_require__(/*! ./transform */ 374);
|
25362 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__style_scss__ = __webpack_require__(/*! ./style.scss */ 179);
|
25363 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_6__style_scss__);
|
25364 |
/**
|
25401 |
});
|
25402 |
|
25403 |
/***/ }),
|
25404 |
+
/* 250 */
|
25405 |
/*!*********************************************!*\
|
25406 |
!*** ./src/blocks/advanced-heading/edit.js ***!
|
25407 |
\*********************************************/
|
25412 |
"use strict";
|
25413 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames__ = __webpack_require__(/*! classnames */ 0);
|
25414 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_classnames__);
|
25415 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__styling__ = __webpack_require__(/*! ./styling */ 251);
|
25416 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__components_typography__ = __webpack_require__(/*! ../../components/typography */ 7);
|
25417 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__components_typography_fontloader__ = __webpack_require__(/*! ../../components/typography/fontloader */ 8);
|
25418 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__style_scss__ = __webpack_require__(/*! ./style.scss */ 179);
|
25909 |
})(UAGBAdvancedHeading));
|
25910 |
|
25911 |
/***/ }),
|
25912 |
+
/* 251 */
|
25913 |
/*!************************************************!*\
|
25914 |
!*** ./src/blocks/advanced-heading/styling.js ***!
|
25915 |
\************************************************/
|
26032 |
/* harmony default export */ __webpack_exports__["a"] = (styling);
|
26033 |
|
26034 |
/***/ }),
|
26035 |
+
/* 252 */
|
26036 |
/*!******************************************************!*\
|
26037 |
!*** ./src/components/typography/font-typography.js ***!
|
26038 |
\******************************************************/
|
26043 |
"use strict";
|
26044 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_lodash_map__ = __webpack_require__(/*! lodash/map */ 17);
|
26045 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_lodash_map___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_lodash_map__);
|
26046 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__fonts__ = __webpack_require__(/*! ./fonts */ 319);
|
26047 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_react_select__ = __webpack_require__(/*! react-select */ 320);
|
26048 |
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
26049 |
|
26050 |
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
26207 |
/* harmony default export */ __webpack_exports__["a"] = (FontFamilyControl);
|
26208 |
|
26209 |
/***/ }),
|
26210 |
+
/* 253 */
|
26211 |
/*!*********************************************!*\
|
26212 |
!*** ./node_modules/lodash/_baseMatches.js ***!
|
26213 |
\*********************************************/
|
26215 |
/*! all exports used */
|
26216 |
/***/ (function(module, exports, __webpack_require__) {
|
26217 |
|
26218 |
+
var baseIsMatch = __webpack_require__(/*! ./_baseIsMatch */ 254),
|
26219 |
+
getMatchData = __webpack_require__(/*! ./_getMatchData */ 303),
|
26220 |
matchesStrictComparable = __webpack_require__(/*! ./_matchesStrictComparable */ 158);
|
26221 |
|
26222 |
/**
|
26240 |
|
26241 |
|
26242 |
/***/ }),
|
26243 |
+
/* 254 */
|
26244 |
/*!*********************************************!*\
|
26245 |
!*** ./node_modules/lodash/_baseIsMatch.js ***!
|
26246 |
\*********************************************/
|
26313 |
|
26314 |
|
26315 |
/***/ }),
|
26316 |
+
/* 255 */
|
26317 |
/*!************************************************!*\
|
26318 |
!*** ./node_modules/lodash/_listCacheClear.js ***!
|
26319 |
\************************************************/
|
26337 |
|
26338 |
|
26339 |
/***/ }),
|
26340 |
+
/* 256 */
|
26341 |
/*!*************************************************!*\
|
26342 |
!*** ./node_modules/lodash/_listCacheDelete.js ***!
|
26343 |
\*************************************************/
|
26383 |
|
26384 |
|
26385 |
/***/ }),
|
26386 |
+
/* 257 */
|
26387 |
/*!**********************************************!*\
|
26388 |
!*** ./node_modules/lodash/_listCacheGet.js ***!
|
26389 |
\**********************************************/
|
26413 |
|
26414 |
|
26415 |
/***/ }),
|
26416 |
+
/* 258 */
|
26417 |
/*!**********************************************!*\
|
26418 |
!*** ./node_modules/lodash/_listCacheHas.js ***!
|
26419 |
\**********************************************/
|
26440 |
|
26441 |
|
26442 |
/***/ }),
|
26443 |
+
/* 259 */
|
26444 |
/*!**********************************************!*\
|
26445 |
!*** ./node_modules/lodash/_listCacheSet.js ***!
|
26446 |
\**********************************************/
|
26477 |
|
26478 |
|
26479 |
/***/ }),
|
26480 |
+
/* 260 */
|
26481 |
/*!********************************************!*\
|
26482 |
!*** ./node_modules/lodash/_stackClear.js ***!
|
26483 |
\********************************************/
|
26503 |
|
26504 |
|
26505 |
/***/ }),
|
26506 |
+
/* 261 */
|
26507 |
/*!*********************************************!*\
|
26508 |
!*** ./node_modules/lodash/_stackDelete.js ***!
|
26509 |
\*********************************************/
|
26532 |
|
26533 |
|
26534 |
/***/ }),
|
26535 |
+
/* 262 */
|
26536 |
/*!******************************************!*\
|
26537 |
!*** ./node_modules/lodash/_stackGet.js ***!
|
26538 |
\******************************************/
|
26557 |
|
26558 |
|
26559 |
/***/ }),
|
26560 |
+
/* 263 */
|
26561 |
/*!******************************************!*\
|
26562 |
!*** ./node_modules/lodash/_stackHas.js ***!
|
26563 |
\******************************************/
|
26582 |
|
26583 |
|
26584 |
/***/ }),
|
26585 |
+
/* 264 */
|
26586 |
/*!******************************************!*\
|
26587 |
!*** ./node_modules/lodash/_stackSet.js ***!
|
26588 |
\******************************************/
|
26627 |
|
26628 |
|
26629 |
/***/ }),
|
26630 |
+
/* 265 */
|
26631 |
/*!**********************************************!*\
|
26632 |
!*** ./node_modules/lodash/_baseIsNative.js ***!
|
26633 |
\**********************************************/
|
26636 |
/***/ (function(module, exports, __webpack_require__) {
|
26637 |
|
26638 |
var isFunction = __webpack_require__(/*! ./isFunction */ 144),
|
26639 |
+
isMasked = __webpack_require__(/*! ./_isMasked */ 268),
|
26640 |
isObject = __webpack_require__(/*! ./isObject */ 12),
|
26641 |
toSource = __webpack_require__(/*! ./_toSource */ 146);
|
26642 |
|
26685 |
|
26686 |
|
26687 |
/***/ }),
|
26688 |
+
/* 266 */
|
26689 |
/*!*******************************************!*\
|
26690 |
!*** ./node_modules/lodash/_getRawTag.js ***!
|
26691 |
\*******************************************/
|
26742 |
|
26743 |
|
26744 |
/***/ }),
|
26745 |
+
/* 267 */
|
26746 |
/*!************************************************!*\
|
26747 |
!*** ./node_modules/lodash/_objectToString.js ***!
|
26748 |
\************************************************/
|
26775 |
|
26776 |
|
26777 |
/***/ }),
|
26778 |
+
/* 268 */
|
26779 |
/*!******************************************!*\
|
26780 |
!*** ./node_modules/lodash/_isMasked.js ***!
|
26781 |
\******************************************/
|
26783 |
/*! all exports used */
|
26784 |
/***/ (function(module, exports, __webpack_require__) {
|
26785 |
|
26786 |
+
var coreJsData = __webpack_require__(/*! ./_coreJsData */ 269);
|
26787 |
|
26788 |
/** Used to detect methods masquerading as native. */
|
26789 |
var maskSrcKey = (function() {
|
26806 |
|
26807 |
|
26808 |
/***/ }),
|
26809 |
+
/* 269 */
|
26810 |
/*!********************************************!*\
|
26811 |
!*** ./node_modules/lodash/_coreJsData.js ***!
|
26812 |
\********************************************/
|
26823 |
|
26824 |
|
26825 |
/***/ }),
|
26826 |
+
/* 270 */
|
26827 |
/*!******************************************!*\
|
26828 |
!*** ./node_modules/lodash/_getValue.js ***!
|
26829 |
\******************************************/
|
26847 |
|
26848 |
|
26849 |
/***/ }),
|
26850 |
+
/* 271 */
|
26851 |
/*!***********************************************!*\
|
26852 |
!*** ./node_modules/lodash/_mapCacheClear.js ***!
|
26853 |
\***********************************************/
|
26855 |
/*! all exports used */
|
26856 |
/***/ (function(module, exports, __webpack_require__) {
|
26857 |
|
26858 |
+
var Hash = __webpack_require__(/*! ./_Hash */ 272),
|
26859 |
ListCache = __webpack_require__(/*! ./_ListCache */ 45),
|
26860 |
Map = __webpack_require__(/*! ./_Map */ 73);
|
26861 |
|
26879 |
|
26880 |
|
26881 |
/***/ }),
|
26882 |
+
/* 272 */
|
26883 |
/*!**************************************!*\
|
26884 |
!*** ./node_modules/lodash/_Hash.js ***!
|
26885 |
\**************************************/
|
26887 |
/*! all exports used */
|
26888 |
/***/ (function(module, exports, __webpack_require__) {
|
26889 |
|
26890 |
+
var hashClear = __webpack_require__(/*! ./_hashClear */ 273),
|
26891 |
+
hashDelete = __webpack_require__(/*! ./_hashDelete */ 274),
|
26892 |
+
hashGet = __webpack_require__(/*! ./_hashGet */ 275),
|
26893 |
+
hashHas = __webpack_require__(/*! ./_hashHas */ 276),
|
26894 |
+
hashSet = __webpack_require__(/*! ./_hashSet */ 277);
|
26895 |
|
26896 |
/**
|
26897 |
* Creates a hash object.
|
26922 |
|
26923 |
|
26924 |
/***/ }),
|
26925 |
+
/* 273 */
|
26926 |
/*!*******************************************!*\
|
26927 |
!*** ./node_modules/lodash/_hashClear.js ***!
|
26928 |
\*******************************************/
|
26948 |
|
26949 |
|
26950 |
/***/ }),
|
26951 |
+
/* 274 */
|
26952 |
/*!********************************************!*\
|
26953 |
!*** ./node_modules/lodash/_hashDelete.js ***!
|
26954 |
\********************************************/
|
26976 |
|
26977 |
|
26978 |
/***/ }),
|
26979 |
+
/* 275 */
|
26980 |
/*!*****************************************!*\
|
26981 |
!*** ./node_modules/lodash/_hashGet.js ***!
|
26982 |
\*****************************************/
|
27017 |
|
27018 |
|
27019 |
/***/ }),
|
27020 |
+
/* 276 */
|
27021 |
/*!*****************************************!*\
|
27022 |
!*** ./node_modules/lodash/_hashHas.js ***!
|
27023 |
\*****************************************/
|
27051 |
|
27052 |
|
27053 |
/***/ }),
|
27054 |
+
/* 277 */
|
27055 |
/*!*****************************************!*\
|
27056 |
!*** ./node_modules/lodash/_hashSet.js ***!
|
27057 |
\*****************************************/
|
27085 |
|
27086 |
|
27087 |
/***/ }),
|
27088 |
+
/* 278 */
|
27089 |
/*!************************************************!*\
|
27090 |
!*** ./node_modules/lodash/_mapCacheDelete.js ***!
|
27091 |
\************************************************/
|
27114 |
|
27115 |
|
27116 |
/***/ }),
|
27117 |
+
/* 279 */
|
27118 |
/*!*******************************************!*\
|
27119 |
!*** ./node_modules/lodash/_isKeyable.js ***!
|
27120 |
\*******************************************/
|
27140 |
|
27141 |
|
27142 |
/***/ }),
|
27143 |
+
/* 280 */
|
27144 |
/*!*********************************************!*\
|
27145 |
!*** ./node_modules/lodash/_mapCacheGet.js ***!
|
27146 |
\*********************************************/
|
27167 |
|
27168 |
|
27169 |
/***/ }),
|
27170 |
+
/* 281 */
|
27171 |
/*!*********************************************!*\
|
27172 |
!*** ./node_modules/lodash/_mapCacheHas.js ***!
|
27173 |
\*********************************************/
|
27194 |
|
27195 |
|
27196 |
/***/ }),
|
27197 |
+
/* 282 */
|
27198 |
/*!*********************************************!*\
|
27199 |
!*** ./node_modules/lodash/_mapCacheSet.js ***!
|
27200 |
\*********************************************/
|
27227 |
|
27228 |
|
27229 |
/***/ }),
|
27230 |
+
/* 283 */
|
27231 |
/*!*************************************************!*\
|
27232 |
!*** ./node_modules/lodash/_baseIsEqualDeep.js ***!
|
27233 |
\*************************************************/
|
27237 |
|
27238 |
var Stack = __webpack_require__(/*! ./_Stack */ 72),
|
27239 |
equalArrays = __webpack_require__(/*! ./_equalArrays */ 148),
|
27240 |
+
equalByTag = __webpack_require__(/*! ./_equalByTag */ 289),
|
27241 |
+
equalObjects = __webpack_require__(/*! ./_equalObjects */ 292),
|
27242 |
getTag = __webpack_require__(/*! ./_getTag */ 54),
|
27243 |
isArray = __webpack_require__(/*! ./isArray */ 13),
|
27244 |
isBuffer = __webpack_require__(/*! ./isBuffer */ 79),
|
27321 |
|
27322 |
|
27323 |
/***/ }),
|
27324 |
+
/* 284 */
|
27325 |
/*!******************************************!*\
|
27326 |
!*** ./node_modules/lodash/_SetCache.js ***!
|
27327 |
\******************************************/
|
27330 |
/***/ (function(module, exports, __webpack_require__) {
|
27331 |
|
27332 |
var MapCache = __webpack_require__(/*! ./_MapCache */ 75),
|
27333 |
+
setCacheAdd = __webpack_require__(/*! ./_setCacheAdd */ 285),
|
27334 |
+
setCacheHas = __webpack_require__(/*! ./_setCacheHas */ 286);
|
27335 |
|
27336 |
/**
|
27337 |
*
|
27359 |
|
27360 |
|
27361 |
/***/ }),
|
27362 |
+
/* 285 */
|
27363 |
/*!*********************************************!*\
|
27364 |
!*** ./node_modules/lodash/_setCacheAdd.js ***!
|
27365 |
\*********************************************/
|
27389 |
|
27390 |
|
27391 |
/***/ }),
|
27392 |
+
/* 286 */
|
27393 |
/*!*********************************************!*\
|
27394 |
!*** ./node_modules/lodash/_setCacheHas.js ***!
|
27395 |
\*********************************************/
|
27414 |
|
27415 |
|
27416 |
/***/ }),
|
27417 |
+
/* 287 */
|
27418 |
/*!*******************************************!*\
|
27419 |
!*** ./node_modules/lodash/_arraySome.js ***!
|
27420 |
\*******************************************/
|
27448 |
|
27449 |
|
27450 |
/***/ }),
|
27451 |
+
/* 288 */
|
27452 |
/*!******************************************!*\
|
27453 |
!*** ./node_modules/lodash/_cacheHas.js ***!
|
27454 |
\******************************************/
|
27472 |
|
27473 |
|
27474 |
/***/ }),
|
27475 |
+
/* 289 */
|
27476 |
/*!********************************************!*\
|
27477 |
!*** ./node_modules/lodash/_equalByTag.js ***!
|
27478 |
\********************************************/
|
27484 |
Uint8Array = __webpack_require__(/*! ./_Uint8Array */ 149),
|
27485 |
eq = __webpack_require__(/*! ./eq */ 47),
|
27486 |
equalArrays = __webpack_require__(/*! ./_equalArrays */ 148),
|
27487 |
+
mapToArray = __webpack_require__(/*! ./_mapToArray */ 290),
|
27488 |
+
setToArray = __webpack_require__(/*! ./_setToArray */ 291);
|
27489 |
|
27490 |
/** Used to compose bitmasks for value comparisons. */
|
27491 |
var COMPARE_PARTIAL_FLAG = 1,
|
27595 |
|
27596 |
|
27597 |
/***/ }),
|
27598 |
+
/* 290 */
|
27599 |
/*!********************************************!*\
|
27600 |
!*** ./node_modules/lodash/_mapToArray.js ***!
|
27601 |
\********************************************/
|
27624 |
|
27625 |
|
27626 |
/***/ }),
|
27627 |
+
/* 291 */
|
27628 |
/*!********************************************!*\
|
27629 |
!*** ./node_modules/lodash/_setToArray.js ***!
|
27630 |
\********************************************/
|
27653 |
|
27654 |
|
27655 |
/***/ }),
|
27656 |
+
/* 292 */
|
27657 |
/*!**********************************************!*\
|
27658 |
!*** ./node_modules/lodash/_equalObjects.js ***!
|
27659 |
\**********************************************/
|
27753 |
|
27754 |
|
27755 |
/***/ }),
|
27756 |
+
/* 293 */
|
27757 |
/*!*********************************************!*\
|
27758 |
!*** ./node_modules/lodash/_arrayFilter.js ***!
|
27759 |
\*********************************************/
|
27789 |
|
27790 |
|
27791 |
/***/ }),
|
27792 |
+
/* 294 */
|
27793 |
/*!*************************************************!*\
|
27794 |
!*** ./node_modules/lodash/_baseIsArguments.js ***!
|
27795 |
\*************************************************/
|
27818 |
|
27819 |
|
27820 |
/***/ }),
|
27821 |
+
/* 295 */
|
27822 |
/*!******************************************!*\
|
27823 |
!*** ./node_modules/lodash/stubFalse.js ***!
|
27824 |
\******************************************/
|
27847 |
|
27848 |
|
27849 |
/***/ }),
|
27850 |
+
/* 296 */
|
27851 |
/*!**************************************************!*\
|
27852 |
!*** ./node_modules/lodash/_baseIsTypedArray.js ***!
|
27853 |
\**************************************************/
|
27918 |
|
27919 |
|
27920 |
/***/ }),
|
27921 |
+
/* 297 */
|
27922 |
/*!******************************************!*\
|
27923 |
!*** ./node_modules/lodash/_baseKeys.js ***!
|
27924 |
\******************************************/
|
27927 |
/***/ (function(module, exports, __webpack_require__) {
|
27928 |
|
27929 |
var isPrototype = __webpack_require__(/*! ./_isPrototype */ 53),
|
27930 |
+
nativeKeys = __webpack_require__(/*! ./_nativeKeys */ 298);
|
27931 |
|
27932 |
/** Used for built-in method references. */
|
27933 |
var objectProto = Object.prototype;
|
27959 |
|
27960 |
|
27961 |
/***/ }),
|
27962 |
+
/* 298 */
|
27963 |
/*!********************************************!*\
|
27964 |
!*** ./node_modules/lodash/_nativeKeys.js ***!
|
27965 |
\********************************************/
|
27976 |
|
27977 |
|
27978 |
/***/ }),
|
27979 |
+
/* 299 */
|
27980 |
/*!******************************************!*\
|
27981 |
!*** ./node_modules/lodash/_DataView.js ***!
|
27982 |
\******************************************/
|
27994 |
|
27995 |
|
27996 |
/***/ }),
|
27997 |
+
/* 300 */
|
27998 |
/*!*****************************************!*\
|
27999 |
!*** ./node_modules/lodash/_Promise.js ***!
|
28000 |
\*****************************************/
|
28012 |
|
28013 |
|
28014 |
/***/ }),
|
28015 |
+
/* 301 */
|
28016 |
/*!*************************************!*\
|
28017 |
!*** ./node_modules/lodash/_Set.js ***!
|
28018 |
\*************************************/
|
28030 |
|
28031 |
|
28032 |
/***/ }),
|
28033 |
+
/* 302 */
|
28034 |
/*!*****************************************!*\
|
28035 |
!*** ./node_modules/lodash/_WeakMap.js ***!
|
28036 |
\*****************************************/
|
28048 |
|
28049 |
|
28050 |
/***/ }),
|
28051 |
+
/* 303 */
|
28052 |
/*!**********************************************!*\
|
28053 |
!*** ./node_modules/lodash/_getMatchData.js ***!
|
28054 |
\**********************************************/
|
28083 |
|
28084 |
|
28085 |
/***/ }),
|
28086 |
+
/* 304 */
|
28087 |
/*!*****************************************************!*\
|
28088 |
!*** ./node_modules/lodash/_baseMatchesProperty.js ***!
|
28089 |
\*****************************************************/
|
28093 |
|
28094 |
var baseIsEqual = __webpack_require__(/*! ./_baseIsEqual */ 147),
|
28095 |
get = __webpack_require__(/*! ./get */ 159),
|
28096 |
+
hasIn = __webpack_require__(/*! ./hasIn */ 308),
|
28097 |
isKey = __webpack_require__(/*! ./_isKey */ 82),
|
28098 |
isStrictComparable = __webpack_require__(/*! ./_isStrictComparable */ 157),
|
28099 |
matchesStrictComparable = __webpack_require__(/*! ./_matchesStrictComparable */ 158),
|
28127 |
|
28128 |
|
28129 |
/***/ }),
|
28130 |
+
/* 305 */
|
28131 |
/*!**********************************************!*\
|
28132 |
!*** ./node_modules/lodash/_stringToPath.js ***!
|
28133 |
\**********************************************/
|
28135 |
/*! all exports used */
|
28136 |
/***/ (function(module, exports, __webpack_require__) {
|
28137 |
|
28138 |
+
var memoizeCapped = __webpack_require__(/*! ./_memoizeCapped */ 306);
|
28139 |
|
28140 |
/** Used to match property names within property paths. */
|
28141 |
var rePropName = /[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g;
|
28165 |
|
28166 |
|
28167 |
/***/ }),
|
28168 |
+
/* 306 */
|
28169 |
/*!***********************************************!*\
|
28170 |
!*** ./node_modules/lodash/_memoizeCapped.js ***!
|
28171 |
\***********************************************/
|
28173 |
/*! all exports used */
|
28174 |
/***/ (function(module, exports, __webpack_require__) {
|
28175 |
|
28176 |
+
var memoize = __webpack_require__(/*! ./memoize */ 307);
|
28177 |
|
28178 |
/** Used as the maximum memoize cache size. */
|
28179 |
var MAX_MEMOIZE_SIZE = 500;
|
28202 |
|
28203 |
|
28204 |
/***/ }),
|
28205 |
+
/* 307 */
|
28206 |
/*!****************************************!*\
|
28207 |
!*** ./node_modules/lodash/memoize.js ***!
|
28208 |
\****************************************/
|
28286 |
|
28287 |
|
28288 |
/***/ }),
|
28289 |
+
/* 308 */
|
28290 |
/*!**************************************!*\
|
28291 |
!*** ./node_modules/lodash/hasIn.js ***!
|
28292 |
\**************************************/
|
28294 |
/*! all exports used */
|
28295 |
/***/ (function(module, exports, __webpack_require__) {
|
28296 |
|
28297 |
+
var baseHasIn = __webpack_require__(/*! ./_baseHasIn */ 309),
|
28298 |
+
hasPath = __webpack_require__(/*! ./_hasPath */ 310);
|
28299 |
|
28300 |
/**
|
28301 |
* Checks if `path` is a direct or inherited property of `object`.
|
28331 |
|
28332 |
|
28333 |
/***/ }),
|
28334 |
+
/* 309 */
|
28335 |
/*!*******************************************!*\
|
28336 |
!*** ./node_modules/lodash/_baseHasIn.js ***!
|
28337 |
\*******************************************/
|
28355 |
|
28356 |
|
28357 |
/***/ }),
|
28358 |
+
/* 310 */
|
28359 |
/*!*****************************************!*\
|
28360 |
!*** ./node_modules/lodash/_hasPath.js ***!
|
28361 |
\*****************************************/
|
28405 |
|
28406 |
|
28407 |
/***/ }),
|
28408 |
+
/* 311 */
|
28409 |
/*!*****************************************!*\
|
28410 |
!*** ./node_modules/lodash/property.js ***!
|
28411 |
\*****************************************/
|
28414 |
/***/ (function(module, exports, __webpack_require__) {
|
28415 |
|
28416 |
var baseProperty = __webpack_require__(/*! ./_baseProperty */ 162),
|
28417 |
+
basePropertyDeep = __webpack_require__(/*! ./_basePropertyDeep */ 312),
|
28418 |
isKey = __webpack_require__(/*! ./_isKey */ 82),
|
28419 |
toKey = __webpack_require__(/*! ./_toKey */ 31);
|
28420 |
|
28448 |
|
28449 |
|
28450 |
/***/ }),
|
28451 |
+
/* 312 */
|
28452 |
/*!**************************************************!*\
|
28453 |
!*** ./node_modules/lodash/_basePropertyDeep.js ***!
|
28454 |
\**************************************************/
|
28475 |
|
28476 |
|
28477 |
/***/ }),
|
28478 |
+
/* 313 */
|
28479 |
/*!*****************************************!*\
|
28480 |
!*** ./node_modules/lodash/_baseMap.js ***!
|
28481 |
\*****************************************/
|
28483 |
/*! all exports used */
|
28484 |
/***/ (function(module, exports, __webpack_require__) {
|
28485 |
|
28486 |
+
var baseEach = __webpack_require__(/*! ./_baseEach */ 314),
|
28487 |
isArrayLike = __webpack_require__(/*! ./isArrayLike */ 29);
|
28488 |
|
28489 |
/**
|
28508 |
|
28509 |
|
28510 |
/***/ }),
|
28511 |
+
/* 314 */
|
28512 |
/*!******************************************!*\
|
28513 |
!*** ./node_modules/lodash/_baseEach.js ***!
|
28514 |
\******************************************/
|
28516 |
/*! all exports used */
|
28517 |
/***/ (function(module, exports, __webpack_require__) {
|
28518 |
|
28519 |
+
var baseForOwn = __webpack_require__(/*! ./_baseForOwn */ 315),
|
28520 |
+
createBaseEach = __webpack_require__(/*! ./_createBaseEach */ 318);
|
28521 |
|
28522 |
/**
|
28523 |
* The base implementation of `_.forEach` without support for iteratee shorthands.
|
28533 |
|
28534 |
|
28535 |
/***/ }),
|
28536 |
+
/* 315 */
|
28537 |
/*!********************************************!*\
|
28538 |
!*** ./node_modules/lodash/_baseForOwn.js ***!
|
28539 |
\********************************************/
|
28541 |
/*! all exports used */
|
28542 |
/***/ (function(module, exports, __webpack_require__) {
|
28543 |
|
28544 |
+
var baseFor = __webpack_require__(/*! ./_baseFor */ 316),
|
28545 |
keys = __webpack_require__(/*! ./keys */ 28);
|
28546 |
|
28547 |
/**
|
28560 |
|
28561 |
|
28562 |
/***/ }),
|
28563 |
+
/* 316 */
|
28564 |
/*!*****************************************!*\
|
28565 |
!*** ./node_modules/lodash/_baseFor.js ***!
|
28566 |
\*****************************************/
|
28568 |
/*! all exports used */
|
28569 |
/***/ (function(module, exports, __webpack_require__) {
|
28570 |
|
28571 |
+
var createBaseFor = __webpack_require__(/*! ./_createBaseFor */ 317);
|
28572 |
|
28573 |
/**
|
28574 |
* The base implementation of `baseForOwn` which iterates over `object`
|
28587 |
|
28588 |
|
28589 |
/***/ }),
|
28590 |
+
/* 317 */
|
28591 |
/*!***********************************************!*\
|
28592 |
!*** ./node_modules/lodash/_createBaseFor.js ***!
|
28593 |
\***********************************************/
|
28623 |
|
28624 |
|
28625 |
/***/ }),
|
28626 |
+
/* 318 */
|
28627 |
/*!************************************************!*\
|
28628 |
!*** ./node_modules/lodash/_createBaseEach.js ***!
|
28629 |
\************************************************/
|
28666 |
|
28667 |
|
28668 |
/***/ }),
|
28669 |
+
/* 319 */
|
28670 |
/*!********************************************!*\
|
28671 |
!*** ./src/components/typography/fonts.js ***!
|
28672 |
\********************************************/
|
29571 |
/* harmony default export */ __webpack_exports__["a"] = (fonts);
|
29572 |
|
29573 |
/***/ }),
|
29574 |
+
/* 320 */
|
29575 |
/*!********************************************************************!*\
|
29576 |
!*** ./node_modules/react-select/dist/react-select.browser.esm.js ***!
|
29577 |
\********************************************************************/
|
29581 |
|
29582 |
"use strict";
|
29583 |
/* unused harmony export NonceProvider */
|
29584 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_objectWithoutProperties__ = __webpack_require__(/*! @babel/runtime/helpers/objectWithoutProperties */ 321);
|
29585 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_objectWithoutProperties___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_objectWithoutProperties__);
|
29586 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__babel_runtime_helpers_extends__ = __webpack_require__(/*! @babel/runtime/helpers/extends */ 323);
|
29587 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__babel_runtime_helpers_extends___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1__babel_runtime_helpers_extends__);
|
29588 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__babel_runtime_helpers_slicedToArray__ = __webpack_require__(/*! @babel/runtime/helpers/slicedToArray */ 324);
|
29589 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__babel_runtime_helpers_slicedToArray___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_2__babel_runtime_helpers_slicedToArray__);
|
29590 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__babel_runtime_helpers_toConsumableArray__ = __webpack_require__(/*! @babel/runtime/helpers/toConsumableArray */ 328);
|
29591 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__babel_runtime_helpers_toConsumableArray___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_3__babel_runtime_helpers_toConsumableArray__);
|
29592 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__babel_runtime_helpers_defineProperty__ = __webpack_require__(/*! @babel/runtime/helpers/defineProperty */ 332);
|
29593 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__babel_runtime_helpers_defineProperty___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_4__babel_runtime_helpers_defineProperty__);
|
29594 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__babel_runtime_helpers_esm_classCallCheck__ = __webpack_require__(/*! @babel/runtime/helpers/esm/classCallCheck */ 58);
|
29595 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__babel_runtime_helpers_esm_createClass__ = __webpack_require__(/*! @babel/runtime/helpers/esm/createClass */ 59);
|
29596 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__babel_runtime_helpers_assertThisInitialized__ = __webpack_require__(/*! @babel/runtime/helpers/assertThisInitialized */ 333);
|
29597 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__babel_runtime_helpers_assertThisInitialized___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_7__babel_runtime_helpers_assertThisInitialized__);
|
29598 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__babel_runtime_helpers_esm_inherits__ = __webpack_require__(/*! @babel/runtime/helpers/esm/inherits */ 60);
|
29599 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_9__babel_runtime_helpers_esm_possibleConstructorReturn__ = __webpack_require__(/*! @babel/runtime/helpers/esm/possibleConstructorReturn */ 61);
|
29604 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_13__emotion_core__ = __webpack_require__(/*! @emotion/core */ 85);
|
29605 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_14_react_dom__ = __webpack_require__(/*! react-dom */ 33);
|
29606 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_14_react_dom___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_14_react_dom__);
|
29607 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_15__babel_runtime_helpers_typeof__ = __webpack_require__(/*! @babel/runtime/helpers/typeof */ 351);
|
29608 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_15__babel_runtime_helpers_typeof___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_15__babel_runtime_helpers_typeof__);
|
29609 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_16__index_4b37608a_browser_esm_js__ = __webpack_require__(/*! ./index-4b37608a.browser.esm.js */ 172);
|
29610 |
/* unused harmony reexport components */
|
29613 |
/* unused harmony reexport defaultTheme */
|
29614 |
/* unused harmony reexport mergeStyles */
|
29615 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_18__emotion_css__ = __webpack_require__(/*! @emotion/css */ 41);
|
29616 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_19__babel_runtime_helpers_taggedTemplateLiteral__ = __webpack_require__(/*! @babel/runtime/helpers/taggedTemplateLiteral */ 366);
|
29617 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_19__babel_runtime_helpers_taggedTemplateLiteral___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_19__babel_runtime_helpers_taggedTemplateLiteral__);
|
29618 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_20_react_input_autosize__ = __webpack_require__(/*! react-input-autosize */ 174);
|
29619 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_20_react_input_autosize___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_20_react_input_autosize__);
|
29620 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_21__stateManager_2f2b6f5b_browser_esm_js__ = __webpack_require__(/*! ./stateManager-2f2b6f5b.browser.esm.js */ 367);
|
29621 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_22__emotion_cache__ = __webpack_require__(/*! @emotion/cache */ 86);
|
29622 |
|
29623 |
|
29690 |
|
29691 |
|
29692 |
/***/ }),
|
29693 |
+
/* 321 */
|
29694 |
/*!**************************************************************************************************!*\
|
29695 |
!*** ./node_modules/react-select/node_modules/@babel/runtime/helpers/objectWithoutProperties.js ***!
|
29696 |
\**************************************************************************************************/
|
29697 |
/*! dynamic exports provided */
|
29698 |
/***/ (function(module, exports, __webpack_require__) {
|
29699 |
|
29700 |
+
var objectWithoutPropertiesLoose = __webpack_require__(/*! ./objectWithoutPropertiesLoose */ 322);
|
29701 |
|
29702 |
function _objectWithoutProperties(source, excluded) {
|
29703 |
if (source == null) return {};
|
29721 |
module.exports = _objectWithoutProperties;
|
29722 |
|
29723 |
/***/ }),
|
29724 |
+
/* 322 */
|
29725 |
/*!*******************************************************************************************************!*\
|
29726 |
!*** ./node_modules/react-select/node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js ***!
|
29727 |
\*******************************************************************************************************/
|
29747 |
module.exports = _objectWithoutPropertiesLoose;
|
29748 |
|
29749 |
/***/ }),
|
29750 |
+
/* 323 */
|
29751 |
/*!**********************************************************************************!*\
|
29752 |
!*** ./node_modules/react-select/node_modules/@babel/runtime/helpers/extends.js ***!
|
29753 |
\**********************************************************************************/
|
29775 |
module.exports = _extends;
|
29776 |
|
29777 |
/***/ }),
|
29778 |
+
/* 324 */
|
29779 |
/*!****************************************************************************************!*\
|
29780 |
!*** ./node_modules/react-select/node_modules/@babel/runtime/helpers/slicedToArray.js ***!
|
29781 |
\****************************************************************************************/
|
29782 |
/*! dynamic exports provided */
|
29783 |
/***/ (function(module, exports, __webpack_require__) {
|
29784 |
|
29785 |
+
var arrayWithHoles = __webpack_require__(/*! ./arrayWithHoles */ 325);
|
29786 |
|
29787 |
+
var iterableToArrayLimit = __webpack_require__(/*! ./iterableToArrayLimit */ 326);
|
29788 |
|
29789 |
var unsupportedIterableToArray = __webpack_require__(/*! ./unsupportedIterableToArray */ 163);
|
29790 |
|
29791 |
+
var nonIterableRest = __webpack_require__(/*! ./nonIterableRest */ 327);
|
29792 |
|
29793 |
function _slicedToArray(arr, i) {
|
29794 |
return arrayWithHoles(arr) || iterableToArrayLimit(arr, i) || unsupportedIterableToArray(arr, i) || nonIterableRest();
|
29797 |
module.exports = _slicedToArray;
|
29798 |
|
29799 |
/***/ }),
|
29800 |
+
/* 325 */
|
29801 |
/*!*****************************************************************************************!*\
|
29802 |
!*** ./node_modules/react-select/node_modules/@babel/runtime/helpers/arrayWithHoles.js ***!
|
29803 |
\*****************************************************************************************/
|
29812 |
module.exports = _arrayWithHoles;
|
29813 |
|
29814 |
/***/ }),
|
29815 |
+
/* 326 */
|
29816 |
/*!***********************************************************************************************!*\
|
29817 |
!*** ./node_modules/react-select/node_modules/@babel/runtime/helpers/iterableToArrayLimit.js ***!
|
29818 |
\***********************************************************************************************/
|
29850 |
module.exports = _iterableToArrayLimit;
|
29851 |
|
29852 |
/***/ }),
|
29853 |
+
/* 327 */
|
29854 |
/*!******************************************************************************************!*\
|
29855 |
!*** ./node_modules/react-select/node_modules/@babel/runtime/helpers/nonIterableRest.js ***!
|
29856 |
\******************************************************************************************/
|
29865 |
module.exports = _nonIterableRest;
|
29866 |
|
29867 |
/***/ }),
|
29868 |
+
/* 328 */
|
29869 |
/*!********************************************************************************************!*\
|
29870 |
!*** ./node_modules/react-select/node_modules/@babel/runtime/helpers/toConsumableArray.js ***!
|
29871 |
\********************************************************************************************/
|
29872 |
/*! dynamic exports provided */
|
29873 |
/***/ (function(module, exports, __webpack_require__) {
|
29874 |
|
29875 |
+
var arrayWithoutHoles = __webpack_require__(/*! ./arrayWithoutHoles */ 329);
|
29876 |
|
29877 |
+
var iterableToArray = __webpack_require__(/*! ./iterableToArray */ 330);
|
29878 |
|
29879 |
var unsupportedIterableToArray = __webpack_require__(/*! ./unsupportedIterableToArray */ 163);
|
29880 |
|
29881 |
+
var nonIterableSpread = __webpack_require__(/*! ./nonIterableSpread */ 331);
|
29882 |
|
29883 |
function _toConsumableArray(arr) {
|
29884 |
return arrayWithoutHoles(arr) || iterableToArray(arr) || unsupportedIterableToArray(arr) || nonIterableSpread();
|
29887 |
module.exports = _toConsumableArray;
|
29888 |
|
29889 |
/***/ }),
|
29890 |
+
/* 329 */
|
29891 |
/*!********************************************************************************************!*\
|
29892 |
!*** ./node_modules/react-select/node_modules/@babel/runtime/helpers/arrayWithoutHoles.js ***!
|
29893 |
\********************************************************************************************/
|
29904 |
module.exports = _arrayWithoutHoles;
|
29905 |
|
29906 |
/***/ }),
|
29907 |
+
/* 330 */
|
29908 |
/*!******************************************************************************************!*\
|
29909 |
!*** ./node_modules/react-select/node_modules/@babel/runtime/helpers/iterableToArray.js ***!
|
29910 |
\******************************************************************************************/
|
29919 |
module.exports = _iterableToArray;
|
29920 |
|
29921 |
/***/ }),
|
29922 |
+
/* 331 */
|
29923 |
/*!********************************************************************************************!*\
|
29924 |
!*** ./node_modules/react-select/node_modules/@babel/runtime/helpers/nonIterableSpread.js ***!
|
29925 |
\********************************************************************************************/
|
29934 |
module.exports = _nonIterableSpread;
|
29935 |
|
29936 |
/***/ }),
|
29937 |
+
/* 332 */
|
29938 |
/*!*****************************************************************************************!*\
|
29939 |
!*** ./node_modules/react-select/node_modules/@babel/runtime/helpers/defineProperty.js ***!
|
29940 |
\*****************************************************************************************/
|
29959 |
module.exports = _defineProperty;
|
29960 |
|
29961 |
/***/ }),
|
29962 |
+
/* 333 */
|
29963 |
/*!************************************************************************************************!*\
|
29964 |
!*** ./node_modules/react-select/node_modules/@babel/runtime/helpers/assertThisInitialized.js ***!
|
29965 |
\************************************************************************************************/
|
29977 |
module.exports = _assertThisInitialized;
|
29978 |
|
29979 |
/***/ }),
|
29980 |
+
/* 334 */
|
29981 |
/*!*********************************************************************************************!*\
|
29982 |
!*** ./node_modules/react-select/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js ***!
|
29983 |
\*********************************************************************************************/
|
29997 |
}
|
29998 |
|
29999 |
/***/ }),
|
30000 |
+
/* 335 */
|
30001 |
/*!********************************************************!*\
|
30002 |
!*** ./node_modules/react/cjs/react.production.min.js ***!
|
30003 |
\********************************************************/
|
30034 |
|
30035 |
|
30036 |
/***/ }),
|
30037 |
+
/* 336 */
|
30038 |
/*!*****************************************************!*\
|
30039 |
!*** ./node_modules/react/cjs/react.development.js ***!
|
30040 |
\*****************************************************/
|
31959 |
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(/*! ./../../process/browser.js */ 6)))
|
31960 |
|
31961 |
/***/ }),
|
31962 |
+
/* 337 */
|
31963 |
/*!*********************************************************************************************!*\
|
31964 |
!*** ./node_modules/@emotion/core/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js ***!
|
31965 |
\*********************************************************************************************/
|
31976 |
}
|
31977 |
|
31978 |
/***/ }),
|
31979 |
+
/* 338 */
|
31980 |
/*!*****************************************************************!*\
|
31981 |
!*** ./node_modules/@emotion/stylis/dist/stylis.browser.esm.js ***!
|
31982 |
\*****************************************************************/
|
32603 |
|
32604 |
|
32605 |
/***/ }),
|
32606 |
+
/* 339 */
|
32607 |
/*!*****************************************************************************!*\
|
32608 |
!*** ./node_modules/@emotion/weak-memoize/dist/weak-memoize.browser.esm.js ***!
|
32609 |
\*****************************************************************************/
|
32630 |
|
32631 |
|
32632 |
/***/ }),
|
32633 |
+
/* 340 */
|
32634 |
/*!*****************************************************************************************!*\
|
32635 |
!*** ./node_modules/@emotion/core/node_modules/@babel/runtime/helpers/inheritsLoose.js ***!
|
32636 |
\*****************************************************************************************/
|
32646 |
module.exports = _inheritsLoose;
|
32647 |
|
32648 |
/***/ }),
|
32649 |
+
/* 341 */
|
32650 |
/*!*************************************************************!*\
|
32651 |
!*** ./node_modules/@emotion/hash/dist/hash.browser.esm.js ***!
|
32652 |
\*************************************************************/
|
32713 |
|
32714 |
|
32715 |
/***/ }),
|
32716 |
+
/* 342 */
|
32717 |
/*!*********************************************************************!*\
|
32718 |
!*** ./node_modules/@emotion/unitless/dist/unitless.browser.esm.js ***!
|
32719 |
\*********************************************************************/
|
32775 |
|
32776 |
|
32777 |
/***/ }),
|
32778 |
+
/* 343 */
|
32779 |
/*!*******************************************************************!*\
|
32780 |
!*** ./node_modules/@emotion/memoize/dist/memoize.browser.esm.js ***!
|
32781 |
\*******************************************************************/
|
32796 |
|
32797 |
|
32798 |
/***/ }),
|
32799 |
+
/* 344 */
|
32800 |
/*!****************************************************************!*\
|
32801 |
!*** ./node_modules/react-dom/cjs/react-dom.production.min.js ***!
|
32802 |
\****************************************************************/
|
33100 |
|
33101 |
|
33102 |
/***/ }),
|
33103 |
+
/* 345 */
|
33104 |
/*!****************************************************************!*\
|
33105 |
!*** ./node_modules/scheduler/cjs/scheduler.production.min.js ***!
|
33106 |
\****************************************************************/
|
33133 |
|
33134 |
|
33135 |
/***/ }),
|
33136 |
+
/* 346 */
|
33137 |
/*!*************************************************************!*\
|
33138 |
!*** ./node_modules/scheduler/cjs/scheduler.development.js ***!
|
33139 |
\*************************************************************/
|
34004 |
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(/*! ./../../process/browser.js */ 6)))
|
34005 |
|
34006 |
/***/ }),
|
34007 |
+
/* 347 */
|
34008 |
/*!*************************************************************!*\
|
34009 |
!*** ./node_modules/react-dom/cjs/react-dom.development.js ***!
|
34010 |
\*************************************************************/
|
34034 |
var _assign = __webpack_require__(/*! object-assign */ 32);
|
34035 |
var Scheduler = __webpack_require__(/*! scheduler */ 171);
|
34036 |
var checkPropTypes = __webpack_require__(/*! prop-types/checkPropTypes */ 83);
|
34037 |
+
var tracing = __webpack_require__(/*! scheduler/tracing */ 348);
|
34038 |
|
34039 |
var ReactSharedInternals = React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED; // Prevent newer renderers from RTE when used with older react package versions.
|
34040 |
// Current owner and dispatcher used to share the same ref,
|
59029 |
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(/*! ./../../process/browser.js */ 6)))
|
59030 |
|
59031 |
/***/ }),
|
59032 |
+
/* 348 */
|
59033 |
/*!*******************************************!*\
|
59034 |
!*** ./node_modules/scheduler/tracing.js ***!
|
59035 |
\*******************************************/
|
59041 |
/* WEBPACK VAR INJECTION */(function(process) {
|
59042 |
|
59043 |
if (process.env.NODE_ENV === 'production') {
|
59044 |
+
module.exports = __webpack_require__(/*! ./cjs/scheduler-tracing.production.min.js */ 349);
|
59045 |
} else {
|
59046 |
+
module.exports = __webpack_require__(/*! ./cjs/scheduler-tracing.development.js */ 350);
|
59047 |
}
|
59048 |
|
59049 |
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(/*! ./../process/browser.js */ 6)))
|
59050 |
|
59051 |
/***/ }),
|
59052 |
+
/* 349 */
|
59053 |
/*!************************************************************************!*\
|
59054 |
!*** ./node_modules/scheduler/cjs/scheduler-tracing.production.min.js ***!
|
59055 |
\************************************************************************/
|
59071 |
|
59072 |
|
59073 |
/***/ }),
|
59074 |
+
/* 350 */
|
59075 |
/*!*********************************************************************!*\
|
59076 |
!*** ./node_modules/scheduler/cjs/scheduler-tracing.development.js ***!
|
59077 |
\*********************************************************************/
|
59433 |
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(/*! ./../../process/browser.js */ 6)))
|
59434 |
|
59435 |
/***/ }),
|
59436 |
+
/* 351 */
|
59437 |
/*!*********************************************************************************!*\
|
59438 |
!*** ./node_modules/react-select/node_modules/@babel/runtime/helpers/typeof.js ***!
|
59439 |
\*********************************************************************************/
|
59459 |
module.exports = _typeof;
|
59460 |
|
59461 |
/***/ }),
|
59462 |
+
/* 352 */
|
59463 |
/*!***********************************************************************************************************!*\
|
59464 |
!*** ./node_modules/react-select/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js ***!
|
59465 |
\***********************************************************************************************************/
|
59485 |
}
|
59486 |
|
59487 |
/***/ }),
|
59488 |
+
/* 353 */
|
59489 |
/*!****************************************************************************************************!*\
|
59490 |
!*** ./node_modules/react-select/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteral.js ***!
|
59491 |
\****************************************************************************************************/
|
59508 |
}
|
59509 |
|
59510 |
/***/ }),
|
59511 |
+
/* 354 */
|
59512 |
/*!**************************************************************!*\
|
59513 |
!*** ./node_modules/react-is/cjs/react-is.production.min.js ***!
|
59514 |
\**************************************************************/
|
59535 |
|
59536 |
|
59537 |
/***/ }),
|
59538 |
+
/* 355 */
|
59539 |
/*!***********************************************************!*\
|
59540 |
!*** ./node_modules/react-is/cjs/react-is.development.js ***!
|
59541 |
\***********************************************************/
|
59775 |
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(/*! ./../../process/browser.js */ 6)))
|
59776 |
|
59777 |
/***/ }),
|
59778 |
+
/* 356 */
|
59779 |
/*!************************************************************!*\
|
59780 |
!*** ./node_modules/prop-types/factoryWithTypeCheckers.js ***!
|
59781 |
\************************************************************/
|
60379 |
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(/*! ./../process/browser.js */ 6)))
|
60380 |
|
60381 |
/***/ }),
|
60382 |
+
/* 357 */
|
60383 |
/*!*************************************************************!*\
|
60384 |
!*** ./node_modules/prop-types/factoryWithThrowingShims.js ***!
|
60385 |
\*************************************************************/
|
60455 |
|
60456 |
|
60457 |
/***/ }),
|
60458 |
+
/* 358 */
|
60459 |
/*!********************************************************************************************!*\
|
60460 |
!*** ./node_modules/react-select/node_modules/@babel/runtime/helpers/esm/slicedToArray.js ***!
|
60461 |
\********************************************************************************************/
|
60465 |
|
60466 |
"use strict";
|
60467 |
/* harmony export (immutable) */ __webpack_exports__["a"] = _slicedToArray;
|
60468 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_esm_arrayWithHoles__ = __webpack_require__(/*! @babel/runtime/helpers/esm/arrayWithHoles */ 359);
|
60469 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__babel_runtime_helpers_esm_iterableToArrayLimit__ = __webpack_require__(/*! @babel/runtime/helpers/esm/iterableToArrayLimit */ 360);
|
60470 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__babel_runtime_helpers_esm_unsupportedIterableToArray__ = __webpack_require__(/*! @babel/runtime/helpers/esm/unsupportedIterableToArray */ 177);
|
60471 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__babel_runtime_helpers_esm_nonIterableRest__ = __webpack_require__(/*! @babel/runtime/helpers/esm/nonIterableRest */ 361);
|
60472 |
|
60473 |
|
60474 |
|
60478 |
}
|
60479 |
|
60480 |
/***/ }),
|
60481 |
+
/* 359 */
|
60482 |
/*!*********************************************************************************************!*\
|
60483 |
!*** ./node_modules/react-select/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js ***!
|
60484 |
\*********************************************************************************************/
|
60493 |
}
|
60494 |
|
60495 |
/***/ }),
|
60496 |
+
/* 360 */
|
60497 |
/*!***************************************************************************************************!*\
|
60498 |
!*** ./node_modules/react-select/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js ***!
|
60499 |
\***************************************************************************************************/
|
60531 |
}
|
60532 |
|
60533 |
/***/ }),
|
60534 |
+
/* 361 */
|
60535 |
/*!**********************************************************************************************!*\
|
60536 |
!*** ./node_modules/react-select/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js ***!
|
60537 |
\**********************************************************************************************/
|
60546 |
}
|
60547 |
|
60548 |
/***/ }),
|
60549 |
+
/* 362 */
|
60550 |
/*!************************************************************************************************!*\
|
60551 |
!*** ./node_modules/react-select/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js ***!
|
60552 |
\************************************************************************************************/
|
60556 |
|
60557 |
"use strict";
|
60558 |
/* harmony export (immutable) */ __webpack_exports__["a"] = _toConsumableArray;
|
60559 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_esm_arrayWithoutHoles__ = __webpack_require__(/*! @babel/runtime/helpers/esm/arrayWithoutHoles */ 363);
|
60560 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__babel_runtime_helpers_esm_iterableToArray__ = __webpack_require__(/*! @babel/runtime/helpers/esm/iterableToArray */ 364);
|
60561 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__babel_runtime_helpers_esm_unsupportedIterableToArray__ = __webpack_require__(/*! @babel/runtime/helpers/esm/unsupportedIterableToArray */ 177);
|
60562 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__babel_runtime_helpers_esm_nonIterableSpread__ = __webpack_require__(/*! @babel/runtime/helpers/esm/nonIterableSpread */ 365);
|
60563 |
|
60564 |
|
60565 |
|
60569 |
}
|
60570 |
|
60571 |
/***/ }),
|
60572 |
+
/* 363 */
|
60573 |
/*!************************************************************************************************!*\
|
60574 |
!*** ./node_modules/react-select/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js ***!
|
60575 |
\************************************************************************************************/
|
60586 |
}
|
60587 |
|
60588 |
/***/ }),
|
60589 |
+
/* 364 */
|
60590 |
/*!**********************************************************************************************!*\
|
60591 |
!*** ./node_modules/react-select/node_modules/@babel/runtime/helpers/esm/iterableToArray.js ***!
|
60592 |
\**********************************************************************************************/
|
60601 |
}
|
60602 |
|
60603 |
/***/ }),
|
60604 |
+
/* 365 */
|
60605 |
/*!************************************************************************************************!*\
|
60606 |
!*** ./node_modules/react-select/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js ***!
|
60607 |
\************************************************************************************************/
|
60616 |
}
|
60617 |
|
60618 |
/***/ }),
|
60619 |
+
/* 366 */
|
60620 |
/*!************************************************************************************************!*\
|
60621 |
!*** ./node_modules/react-select/node_modules/@babel/runtime/helpers/taggedTemplateLiteral.js ***!
|
60622 |
\************************************************************************************************/
|
60638 |
module.exports = _taggedTemplateLiteral;
|
60639 |
|
60640 |
/***/ }),
|
60641 |
+
/* 367 */
|
60642 |
/*!*****************************************************************************!*\
|
60643 |
!*** ./node_modules/react-select/dist/stateManager-2f2b6f5b.browser.esm.js ***!
|
60644 |
\*****************************************************************************/
|
60801 |
|
60802 |
|
60803 |
/***/ }),
|
60804 |
+
/* 368 */
|
60805 |
/*!*******************************************************!*\
|
60806 |
!*** ./src/components/typography/range-typography.js ***!
|
60807 |
\*******************************************************/
|
60964 |
/* harmony default export */ __webpack_exports__["a"] = (RangeTypographyControl);
|
60965 |
|
60966 |
/***/ }),
|
60967 |
+
/* 369 */
|
60968 |
/*!****************************************************!*\
|
60969 |
!*** ./src/components/typography/inline-styles.js ***!
|
60970 |
\****************************************************/
|
60984 |
/* unused harmony default export */ var _unused_webpack_default_export = (TypographyStyles);
|
60985 |
|
60986 |
/***/ }),
|
60987 |
+
/* 370 */
|
60988 |
/*!***********************************************!*\
|
60989 |
!*** ./src/components/typography/editor.scss ***!
|
60990 |
\***********************************************/
|
60994 |
// removed by extract-text-webpack-plugin
|
60995 |
|
60996 |
/***/ }),
|
60997 |
+
/* 371 */
|
60998 |
/*!*****************************************************!*\
|
60999 |
!*** ./node_modules/webfontloader/webfontloader.js ***!
|
61000 |
\*****************************************************/
|
61023 |
|
61024 |
|
61025 |
/***/ }),
|
61026 |
+
/* 372 */
|
61027 |
/*!*********************************************!*\
|
61028 |
!*** ./src/blocks/advanced-heading/save.js ***!
|
61029 |
\*********************************************/
|
61083 |
}
|
61084 |
|
61085 |
/***/ }),
|
61086 |
+
/* 373 */
|
61087 |
/*!***************************************************!*\
|
61088 |
!*** ./src/blocks/advanced-heading/deprecated.js ***!
|
61089 |
\***************************************************/
|
61179 |
/* harmony default export */ __webpack_exports__["a"] = (deprecated);
|
61180 |
|
61181 |
/***/ }),
|
61182 |
+
/* 374 */
|
61183 |
/*!**************************************************!*\
|
61184 |
!*** ./src/blocks/advanced-heading/transform.js ***!
|
61185 |
\**************************************************/
|
61244 |
/* harmony default export */ __webpack_exports__["a"] = (transform);
|
61245 |
|
61246 |
/***/ }),
|
61247 |
+
/* 375 */
|
61248 |
/*!**********************************!*\
|
61249 |
!*** ./src/blocks/post/block.js ***!
|
61250 |
\**********************************/
|
61252 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
61253 |
|
61254 |
"use strict";
|
61255 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__post_grid_block_js__ = __webpack_require__(/*! ./post-grid/block.js */ 376);
|
61256 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__post_masonry_block_js__ = __webpack_require__(/*! ./post-masonry/block.js */ 390);
|
61257 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__post_carousel_block_js__ = __webpack_require__(/*! ./post-carousel/block.js */ 455);
|
61258 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__post_title_block_js__ = __webpack_require__(/*! ./post-title/block.js */ 473);
|
61259 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__post_image_block_js__ = __webpack_require__(/*! ./post-image/block.js */ 477);
|
61260 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__post_button_block_js__ = __webpack_require__(/*! ./post-button/block.js */ 480);
|
61261 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__post_excerpt_block_js__ = __webpack_require__(/*! ./post-excerpt/block.js */ 483);
|
61262 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__post_meta_block_js__ = __webpack_require__(/*! ./post-meta/block.js */ 486);
|
61263 |
/**
|
61264 |
* Gutenberg Blocks
|
61265 |
*
|
61281 |
|
61282 |
|
61283 |
/***/ }),
|
61284 |
+
/* 376 */
|
61285 |
/*!********************************************!*\
|
61286 |
!*** ./src/blocks/post/post-grid/block.js ***!
|
61287 |
\********************************************/
|
61289 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
61290 |
|
61291 |
"use strict";
|
61292 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__edit__ = __webpack_require__(/*! ./edit */ 377);
|
61293 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../../dist/blocks/uagb-controls/block-icons */ 1);
|
61294 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__style_scss__ = __webpack_require__(/*! .././style.scss */ 94);
|
61295 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_2__style_scss__);
|
61330 |
});
|
61331 |
|
61332 |
/***/ }),
|
61333 |
+
/* 377 */
|
61334 |
/*!*******************************************!*\
|
61335 |
!*** ./src/blocks/post/post-grid/edit.js ***!
|
61336 |
\*******************************************/
|
61344 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../../dist/blocks/uagb-controls/block-icons */ 1);
|
61345 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__components_typography__ = __webpack_require__(/*! ../../../components/typography */ 7);
|
61346 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__components_typography_fontloader__ = __webpack_require__(/*! ../../../components/typography/fontloader */ 8);
|
61347 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__blog__ = __webpack_require__(/*! ./blog */ 378);
|
61348 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__styling__ = __webpack_require__(/*! .././styling */ 93);
|
61349 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__function__ = __webpack_require__(/*! .././function */ 34);
|
61350 |
var _slicedToArray = function () { function sliceIterator(arr, i) { var _arr = []; var _n = true; var _d = false; var _e = undefined; try { for (var _i = arr[Symbol.iterator](), _s; !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"]) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } return function (arr, i) { if (Array.isArray(arr)) { return arr; } else if (Symbol.iterator in Object(arr)) { return sliceIterator(arr, i); } else { throw new TypeError("Invalid attempt to destructure non-iterable instance"); } }; }();
|
63031 |
})(UAGBPostGrid));
|
63032 |
|
63033 |
/***/ }),
|
63034 |
+
/* 378 */
|
63035 |
/*!*******************************************!*\
|
63036 |
!*** ./src/blocks/post/post-grid/blog.js ***!
|
63037 |
\*******************************************/
|
63133 |
/* harmony default export */ __webpack_exports__["a"] = (Blog);
|
63134 |
|
63135 |
/***/ }),
|
63136 |
+
/* 379 */
|
63137 |
/*!*****************************************!*\
|
63138 |
!*** ./node_modules/lodash/truncate.js ***!
|
63139 |
\*****************************************/
|
63141 |
/***/ (function(module, exports, __webpack_require__) {
|
63142 |
|
63143 |
var baseToString = __webpack_require__(/*! ./_baseToString */ 161),
|
63144 |
+
castSlice = __webpack_require__(/*! ./_castSlice */ 380),
|
63145 |
hasUnicode = __webpack_require__(/*! ./_hasUnicode */ 91),
|
63146 |
isObject = __webpack_require__(/*! ./isObject */ 12),
|
63147 |
+
isRegExp = __webpack_require__(/*! ./isRegExp */ 381),
|
63148 |
+
stringSize = __webpack_require__(/*! ./_stringSize */ 383),
|
63149 |
+
stringToArray = __webpack_require__(/*! ./_stringToArray */ 386),
|
63150 |
toInteger = __webpack_require__(/*! ./toInteger */ 92),
|
63151 |
toString = __webpack_require__(/*! ./toString */ 160);
|
63152 |
|
63254 |
|
63255 |
|
63256 |
/***/ }),
|
63257 |
+
/* 380 */
|
63258 |
/*!*******************************************!*\
|
63259 |
!*** ./node_modules/lodash/_castSlice.js ***!
|
63260 |
\*******************************************/
|
63283 |
|
63284 |
|
63285 |
/***/ }),
|
63286 |
+
/* 381 */
|
63287 |
/*!*****************************************!*\
|
63288 |
!*** ./node_modules/lodash/isRegExp.js ***!
|
63289 |
\*****************************************/
|
63291 |
/*! all exports used */
|
63292 |
/***/ (function(module, exports, __webpack_require__) {
|
63293 |
|
63294 |
+
var baseIsRegExp = __webpack_require__(/*! ./_baseIsRegExp */ 382),
|
63295 |
baseUnary = __webpack_require__(/*! ./_baseUnary */ 51),
|
63296 |
nodeUtil = __webpack_require__(/*! ./_nodeUtil */ 52);
|
63297 |
|
63321 |
|
63322 |
|
63323 |
/***/ }),
|
63324 |
+
/* 382 */
|
63325 |
/*!**********************************************!*\
|
63326 |
!*** ./node_modules/lodash/_baseIsRegExp.js ***!
|
63327 |
\**********************************************/
|
63350 |
|
63351 |
|
63352 |
/***/ }),
|
63353 |
+
/* 383 */
|
63354 |
/*!********************************************!*\
|
63355 |
!*** ./node_modules/lodash/_stringSize.js ***!
|
63356 |
\********************************************/
|
63358 |
/*! all exports used */
|
63359 |
/***/ (function(module, exports, __webpack_require__) {
|
63360 |
|
63361 |
+
var asciiSize = __webpack_require__(/*! ./_asciiSize */ 384),
|
63362 |
hasUnicode = __webpack_require__(/*! ./_hasUnicode */ 91),
|
63363 |
+
unicodeSize = __webpack_require__(/*! ./_unicodeSize */ 385);
|
63364 |
|
63365 |
/**
|
63366 |
* Gets the number of symbols in `string`.
|
63379 |
|
63380 |
|
63381 |
/***/ }),
|
63382 |
+
/* 384 */
|
63383 |
/*!*******************************************!*\
|
63384 |
!*** ./node_modules/lodash/_asciiSize.js ***!
|
63385 |
\*******************************************/
|
63402 |
|
63403 |
|
63404 |
/***/ }),
|
63405 |
+
/* 385 */
|
63406 |
/*!*********************************************!*\
|
63407 |
!*** ./node_modules/lodash/_unicodeSize.js ***!
|
63408 |
\*********************************************/
|
63457 |
|
63458 |
|
63459 |
/***/ }),
|
63460 |
+
/* 386 */
|
63461 |
/*!***********************************************!*\
|
63462 |
!*** ./node_modules/lodash/_stringToArray.js ***!
|
63463 |
\***********************************************/
|
63465 |
/*! all exports used */
|
63466 |
/***/ (function(module, exports, __webpack_require__) {
|
63467 |
|
63468 |
+
var asciiToArray = __webpack_require__(/*! ./_asciiToArray */ 387),
|
63469 |
hasUnicode = __webpack_require__(/*! ./_hasUnicode */ 91),
|
63470 |
+
unicodeToArray = __webpack_require__(/*! ./_unicodeToArray */ 388);
|
63471 |
|
63472 |
/**
|
63473 |
* Converts `string` to an array.
|
63486 |
|
63487 |
|
63488 |
/***/ }),
|
63489 |
+
/* 387 */
|
63490 |
/*!**********************************************!*\
|
63491 |
!*** ./node_modules/lodash/_asciiToArray.js ***!
|
63492 |
\**********************************************/
|
63509 |
|
63510 |
|
63511 |
/***/ }),
|
63512 |
+
/* 388 */
|
63513 |
/*!************************************************!*\
|
63514 |
!*** ./node_modules/lodash/_unicodeToArray.js ***!
|
63515 |
\************************************************/
|
63560 |
|
63561 |
|
63562 |
/***/ }),
|
63563 |
+
/* 389 */
|
63564 |
/*!*****************************************!*\
|
63565 |
!*** ./node_modules/lodash/toFinite.js ***!
|
63566 |
\*****************************************/
|
63613 |
|
63614 |
|
63615 |
/***/ }),
|
63616 |
+
/* 390 */
|
63617 |
/*!***********************************************!*\
|
63618 |
!*** ./src/blocks/post/post-masonry/block.js ***!
|
63619 |
\***********************************************/
|
63621 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
63622 |
|
63623 |
"use strict";
|
63624 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__edit__ = __webpack_require__(/*! ./edit */ 391);
|
63625 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../../dist/blocks/uagb-controls/block-icons */ 1);
|
63626 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__style_scss__ = __webpack_require__(/*! .././style.scss */ 94);
|
63627 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_2__style_scss__);
|
63663 |
});
|
63664 |
|
63665 |
/***/ }),
|
63666 |
+
/* 391 */
|
63667 |
/*!**********************************************!*\
|
63668 |
!*** ./src/blocks/post/post-masonry/edit.js ***!
|
63669 |
\**********************************************/
|
63675 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../../dist/blocks/uagb-controls/block-icons */ 1);
|
63676 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__components_typography__ = __webpack_require__(/*! ../../../components/typography */ 7);
|
63677 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__components_typography_fontloader__ = __webpack_require__(/*! ../../../components/typography/fontloader */ 8);
|
63678 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__blog__ = __webpack_require__(/*! ./blog */ 392);
|
63679 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__styling__ = __webpack_require__(/*! .././styling */ 93);
|
63680 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__function__ = __webpack_require__(/*! .././function */ 34);
|
63681 |
var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
|
65529 |
})(UAGBPostMasonry));
|
65530 |
|
65531 |
/***/ }),
|
65532 |
+
/* 392 */
|
65533 |
/*!**********************************************!*\
|
65534 |
!*** ./src/blocks/post/post-masonry/blog.js ***!
|
65535 |
\**********************************************/
|
65540 |
"use strict";
|
65541 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames__ = __webpack_require__(/*! classnames */ 0);
|
65542 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_classnames__);
|
65543 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_react_masonry_component__ = __webpack_require__(/*! react-masonry-component */ 393);
|
65544 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_react_masonry_component___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1_react_masonry_component__);
|
65545 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__function__ = __webpack_require__(/*! .././function */ 34);
|
65546 |
var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();
|
65658 |
/* harmony default export */ __webpack_exports__["a"] = (Blog);
|
65659 |
|
65660 |
/***/ }),
|
65661 |
+
/* 393 */
|
65662 |
/*!***********************************************************!*\
|
65663 |
!*** ./node_modules/react-masonry-component/lib/index.js ***!
|
65664 |
\***********************************************************/
|
65667 |
/***/ (function(module, exports, __webpack_require__) {
|
65668 |
|
65669 |
var isBrowser = typeof window !== 'undefined';
|
65670 |
+
var Masonry = isBrowser ? window.Masonry || __webpack_require__(/*! masonry-layout */ 394) : null;
|
65671 |
+
var imagesloaded = isBrowser ? __webpack_require__(/*! imagesloaded */ 399) : null;
|
65672 |
+
var assign = __webpack_require__(/*! lodash/assign */ 400);
|
65673 |
+
var elementResizeDetectorMaker = __webpack_require__(/*! element-resize-detector */ 408);
|
65674 |
+
var debounce = __webpack_require__(/*! lodash/debounce */ 419);
|
65675 |
+
var omit = __webpack_require__(/*! lodash/omit */ 421);
|
65676 |
var PropTypes = __webpack_require__(/*! prop-types */ 15);
|
65677 |
var React = __webpack_require__(/*! react */ 5);
|
65678 |
+
var createReactClass = __webpack_require__(/*! create-react-class */ 453);
|
65679 |
|
65680 |
var propTypes = {
|
65681 |
enableResizableChildren: PropTypes.bool,
|
65984 |
|
65985 |
|
65986 |
/***/ }),
|
65987 |
+
/* 394 */
|
65988 |
/*!************************************************!*\
|
65989 |
!*** ./node_modules/masonry-layout/masonry.js ***!
|
65990 |
\************************************************/
|
66006 |
if ( true ) {
|
66007 |
// AMD
|
66008 |
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [
|
66009 |
+
__webpack_require__(/*! outlayer/outlayer */ 395),
|
66010 |
__webpack_require__(/*! get-size/get-size */ 97)
|
66011 |
], __WEBPACK_AMD_DEFINE_FACTORY__ = (factory),
|
66012 |
__WEBPACK_AMD_DEFINE_RESULT__ = (typeof __WEBPACK_AMD_DEFINE_FACTORY__ === 'function' ?
|
66236 |
|
66237 |
|
66238 |
/***/ }),
|
66239 |
+
/* 395 */
|
66240 |
/*!*******************************************!*\
|
66241 |
!*** ./node_modules/outlayer/outlayer.js ***!
|
66242 |
\*******************************************/
|
66259 |
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [
|
66260 |
__webpack_require__(/*! ev-emitter/ev-emitter */ 96),
|
66261 |
__webpack_require__(/*! get-size/get-size */ 97),
|
66262 |
+
__webpack_require__(/*! fizzy-ui-utils/utils */ 396),
|
66263 |
+
__webpack_require__(/*! ./item */ 398)
|
66264 |
], __WEBPACK_AMD_DEFINE_RESULT__ = (function( EvEmitter, getSize, utils, Item ) {
|
66265 |
return factory( window, EvEmitter, getSize, utils, Item);
|
66266 |
}).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
|
67185 |
|
67186 |
|
67187 |
/***/ }),
|
67188 |
+
/* 396 */
|
67189 |
/*!**********************************************!*\
|
67190 |
!*** ./node_modules/fizzy-ui-utils/utils.js ***!
|
67191 |
\**********************************************/
|
67207 |
if ( true ) {
|
67208 |
// AMD
|
67209 |
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [
|
67210 |
+
__webpack_require__(/*! desandro-matches-selector/matches-selector */ 397)
|
67211 |
], __WEBPACK_AMD_DEFINE_RESULT__ = (function( matchesSelector ) {
|
67212 |
return factory( window, matchesSelector );
|
67213 |
}).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
|
67438 |
|
67439 |
|
67440 |
/***/ }),
|
67441 |
+
/* 397 */
|
67442 |
/*!********************************************************************!*\
|
67443 |
!*** ./node_modules/desandro-matches-selector/matches-selector.js ***!
|
67444 |
\********************************************************************/
|
67506 |
|
67507 |
|
67508 |
/***/ }),
|
67509 |
+
/* 398 */
|
67510 |
/*!***************************************!*\
|
67511 |
!*** ./node_modules/outlayer/item.js ***!
|
67512 |
\***************************************/
|
68072 |
|
68073 |
|
68074 |
/***/ }),
|
68075 |
+
/* 399 */
|
68076 |
/*!***************************************************!*\
|
68077 |
!*** ./node_modules/imagesloaded/imagesloaded.js ***!
|
68078 |
\***************************************************/
|
68461 |
|
68462 |
|
68463 |
/***/ }),
|
68464 |
+
/* 400 */
|
68465 |
/*!***************************************!*\
|
68466 |
!*** ./node_modules/lodash/assign.js ***!
|
68467 |
\***************************************/
|
68471 |
|
68472 |
var assignValue = __webpack_require__(/*! ./_assignValue */ 63),
|
68473 |
copyObject = __webpack_require__(/*! ./_copyObject */ 35),
|
68474 |
+
createAssigner = __webpack_require__(/*! ./_createAssigner */ 401),
|
68475 |
isArrayLike = __webpack_require__(/*! ./isArrayLike */ 29),
|
68476 |
isPrototype = __webpack_require__(/*! ./_isPrototype */ 53),
|
68477 |
keys = __webpack_require__(/*! ./keys */ 28);
|
68530 |
|
68531 |
|
68532 |
/***/ }),
|
68533 |
+
/* 401 */
|
68534 |
/*!************************************************!*\
|
68535 |
!*** ./node_modules/lodash/_createAssigner.js ***!
|
68536 |
\************************************************/
|
68538 |
/*! all exports used */
|
68539 |
/***/ (function(module, exports, __webpack_require__) {
|
68540 |
|
68541 |
+
var baseRest = __webpack_require__(/*! ./_baseRest */ 402),
|
68542 |
+
isIterateeCall = __webpack_require__(/*! ./_isIterateeCall */ 407);
|
68543 |
|
68544 |
/**
|
68545 |
* Creates a function like `_.assign`.
|
68578 |
|
68579 |
|
68580 |
/***/ }),
|
68581 |
+
/* 402 */
|
68582 |
/*!******************************************!*\
|
68583 |
!*** ./node_modules/lodash/_baseRest.js ***!
|
68584 |
\******************************************/
|
68606 |
|
68607 |
|
68608 |
/***/ }),
|
68609 |
+
/* 403 */
|
68610 |
/*!***************************************!*\
|
68611 |
!*** ./node_modules/lodash/_apply.js ***!
|
68612 |
\***************************************/
|
68638 |
|
68639 |
|
68640 |
/***/ }),
|
68641 |
+
/* 404 */
|
68642 |
/*!*************************************************!*\
|
68643 |
!*** ./node_modules/lodash/_baseSetToString.js ***!
|
68644 |
\*************************************************/
|
68646 |
/*! all exports used */
|
68647 |
/***/ (function(module, exports, __webpack_require__) {
|
68648 |
|
68649 |
+
var constant = __webpack_require__(/*! ./constant */ 405),
|
68650 |
defineProperty = __webpack_require__(/*! ./_defineProperty */ 187),
|
68651 |
identity = __webpack_require__(/*! ./identity */ 57);
|
68652 |
|
68671 |
|
68672 |
|
68673 |
/***/ }),
|
68674 |
+
/* 405 */
|
68675 |
/*!*****************************************!*\
|
68676 |
!*** ./node_modules/lodash/constant.js ***!
|
68677 |
\*****************************************/
|
68708 |
|
68709 |
|
68710 |
/***/ }),
|
68711 |
+
/* 406 */
|
68712 |
/*!******************************************!*\
|
68713 |
!*** ./node_modules/lodash/_shortOut.js ***!
|
68714 |
\******************************************/
|
68756 |
|
68757 |
|
68758 |
/***/ }),
|
68759 |
+
/* 407 */
|
68760 |
/*!************************************************!*\
|
68761 |
!*** ./node_modules/lodash/_isIterateeCall.js ***!
|
68762 |
\************************************************/
|
68797 |
|
68798 |
|
68799 |
/***/ }),
|
68800 |
+
/* 408 */
|
68801 |
/*!*****************************************************************************!*\
|
68802 |
!*** ./node_modules/element-resize-detector/src/element-resize-detector.js ***!
|
68803 |
\*****************************************************************************/
|
68809 |
|
68810 |
|
68811 |
var forEach = __webpack_require__(/*! ./collection-utils */ 190).forEach;
|
68812 |
+
var elementUtilsMaker = __webpack_require__(/*! ./element-utils */ 409);
|
68813 |
+
var listenerHandlerMaker = __webpack_require__(/*! ./listener-handler */ 410);
|
68814 |
+
var idGeneratorMaker = __webpack_require__(/*! ./id-generator */ 411);
|
68815 |
+
var idHandlerMaker = __webpack_require__(/*! ./id-handler */ 412);
|
68816 |
+
var reporterMaker = __webpack_require__(/*! ./reporter */ 413);
|
68817 |
var browserDetector = __webpack_require__(/*! ./browser-detector */ 191);
|
68818 |
+
var batchProcessorMaker = __webpack_require__(/*! batch-processor */ 414);
|
68819 |
+
var stateHandler = __webpack_require__(/*! ./state-handler */ 416);
|
68820 |
|
68821 |
//Detection strategies.
|
68822 |
+
var objectStrategyMaker = __webpack_require__(/*! ./detection-strategy/object.js */ 417);
|
68823 |
+
var scrollStrategyMaker = __webpack_require__(/*! ./detection-strategy/scroll.js */ 418);
|
68824 |
|
68825 |
function isCollection(obj) {
|
68826 |
return Array.isArray(obj) || obj.length !== undefined;
|
69137 |
|
69138 |
|
69139 |
/***/ }),
|
69140 |
+
/* 409 */
|
69141 |
/*!*******************************************************************!*\
|
69142 |
!*** ./node_modules/element-resize-detector/src/element-utils.js ***!
|
69143 |
\*******************************************************************/
|
69201 |
|
69202 |
|
69203 |
/***/ }),
|
69204 |
+
/* 410 */
|
69205 |
/*!**********************************************************************!*\
|
69206 |
!*** ./node_modules/element-resize-detector/src/listener-handler.js ***!
|
69207 |
\**********************************************************************/
|
69273 |
|
69274 |
|
69275 |
/***/ }),
|
69276 |
+
/* 411 */
|
69277 |
/*!******************************************************************!*\
|
69278 |
!*** ./node_modules/element-resize-detector/src/id-generator.js ***!
|
69279 |
\******************************************************************/
|
69303 |
|
69304 |
|
69305 |
/***/ }),
|
69306 |
+
/* 412 */
|
69307 |
/*!****************************************************************!*\
|
69308 |
!*** ./node_modules/element-resize-detector/src/id-handler.js ***!
|
69309 |
\****************************************************************/
|
69362 |
|
69363 |
|
69364 |
/***/ }),
|
69365 |
+
/* 413 */
|
69366 |
/*!**************************************************************!*\
|
69367 |
!*** ./node_modules/element-resize-detector/src/reporter.js ***!
|
69368 |
\**************************************************************/
|
69416 |
};
|
69417 |
|
69418 |
/***/ }),
|
69419 |
+
/* 414 */
|
69420 |
/*!*************************************************************!*\
|
69421 |
!*** ./node_modules/batch-processor/src/batch-processor.js ***!
|
69422 |
\*************************************************************/
|
69427 |
"use strict";
|
69428 |
|
69429 |
|
69430 |
+
var utils = __webpack_require__(/*! ./utils */ 415);
|
69431 |
|
69432 |
module.exports = function batchProcessorMaker(options) {
|
69433 |
options = options || {};
|
69566 |
|
69567 |
|
69568 |
/***/ }),
|
69569 |
+
/* 415 */
|
69570 |
/*!***************************************************!*\
|
69571 |
!*** ./node_modules/batch-processor/src/utils.js ***!
|
69572 |
\***************************************************/
|
69593 |
|
69594 |
|
69595 |
/***/ }),
|
69596 |
+
/* 416 */
|
69597 |
/*!*******************************************************************!*\
|
69598 |
!*** ./node_modules/element-resize-detector/src/state-handler.js ***!
|
69599 |
\*******************************************************************/
|
69627 |
|
69628 |
|
69629 |
/***/ }),
|
69630 |
+
/* 417 */
|
69631 |
/*!*******************************************************************************!*\
|
69632 |
!*** ./node_modules/element-resize-detector/src/detection-strategy/object.js ***!
|
69633 |
\*******************************************************************************/
|
69886 |
|
69887 |
|
69888 |
/***/ }),
|
69889 |
+
/* 418 */
|
69890 |
/*!*******************************************************************************!*\
|
69891 |
!*** ./node_modules/element-resize-detector/src/detection-strategy/scroll.js ***!
|
69892 |
\*******************************************************************************/
|
70559 |
|
70560 |
|
70561 |
/***/ }),
|
70562 |
+
/* 419 */
|
70563 |
/*!*****************************************!*\
|
70564 |
!*** ./node_modules/lodash/debounce.js ***!
|
70565 |
\*****************************************/
|
70568 |
/***/ (function(module, exports, __webpack_require__) {
|
70569 |
|
70570 |
var isObject = __webpack_require__(/*! ./isObject */ 12),
|
70571 |
+
now = __webpack_require__(/*! ./now */ 420),
|
70572 |
toNumber = __webpack_require__(/*! ./toNumber */ 184);
|
70573 |
|
70574 |
/** Error message constants. */
|
70761 |
|
70762 |
|
70763 |
/***/ }),
|
70764 |
+
/* 420 */
|
70765 |
/*!************************************!*\
|
70766 |
!*** ./node_modules/lodash/now.js ***!
|
70767 |
\************************************/
|
70795 |
|
70796 |
|
70797 |
/***/ }),
|
70798 |
+
/* 421 */
|
70799 |
/*!*************************************!*\
|
70800 |
!*** ./node_modules/lodash/omit.js ***!
|
70801 |
\*************************************/
|
70804 |
/***/ (function(module, exports, __webpack_require__) {
|
70805 |
|
70806 |
var arrayMap = __webpack_require__(/*! ./_arrayMap */ 44),
|
70807 |
+
baseClone = __webpack_require__(/*! ./_baseClone */ 422),
|
70808 |
+
baseUnset = __webpack_require__(/*! ./_baseUnset */ 444),
|
70809 |
castPath = __webpack_require__(/*! ./_castPath */ 30),
|
70810 |
copyObject = __webpack_require__(/*! ./_copyObject */ 35),
|
70811 |
+
customOmitClone = __webpack_require__(/*! ./_customOmitClone */ 447),
|
70812 |
+
flatRest = __webpack_require__(/*! ./_flatRest */ 449),
|
70813 |
getAllKeysIn = __webpack_require__(/*! ./_getAllKeysIn */ 99);
|
70814 |
|
70815 |
/** Used to compose bitmasks for cloning. */
|
70863 |
|
70864 |
|
70865 |
/***/ }),
|
70866 |
+
/* 422 */
|
70867 |
/*!*******************************************!*\
|
70868 |
!*** ./node_modules/lodash/_baseClone.js ***!
|
70869 |
\*******************************************/
|
70872 |
/***/ (function(module, exports, __webpack_require__) {
|
70873 |
|
70874 |
var Stack = __webpack_require__(/*! ./_Stack */ 72),
|
70875 |
+
arrayEach = __webpack_require__(/*! ./_arrayEach */ 423),
|
70876 |
assignValue = __webpack_require__(/*! ./_assignValue */ 63),
|
70877 |
+
baseAssign = __webpack_require__(/*! ./_baseAssign */ 424),
|
70878 |
+
baseAssignIn = __webpack_require__(/*! ./_baseAssignIn */ 425),
|
70879 |
+
cloneBuffer = __webpack_require__(/*! ./_cloneBuffer */ 428),
|
70880 |
+
copyArray = __webpack_require__(/*! ./_copyArray */ 429),
|
70881 |
+
copySymbols = __webpack_require__(/*! ./_copySymbols */ 430),
|
70882 |
+
copySymbolsIn = __webpack_require__(/*! ./_copySymbolsIn */ 431),
|
70883 |
getAllKeys = __webpack_require__(/*! ./_getAllKeys */ 150),
|
70884 |
getAllKeysIn = __webpack_require__(/*! ./_getAllKeysIn */ 99),
|
70885 |
getTag = __webpack_require__(/*! ./_getTag */ 54),
|
70886 |
+
initCloneArray = __webpack_require__(/*! ./_initCloneArray */ 432),
|
70887 |
+
initCloneByTag = __webpack_require__(/*! ./_initCloneByTag */ 433),
|
70888 |
+
initCloneObject = __webpack_require__(/*! ./_initCloneObject */ 438),
|
70889 |
isArray = __webpack_require__(/*! ./isArray */ 13),
|
70890 |
isBuffer = __webpack_require__(/*! ./isBuffer */ 79),
|
70891 |
+
isMap = __webpack_require__(/*! ./isMap */ 440),
|
70892 |
isObject = __webpack_require__(/*! ./isObject */ 12),
|
70893 |
+
isSet = __webpack_require__(/*! ./isSet */ 442),
|
70894 |
keys = __webpack_require__(/*! ./keys */ 28);
|
70895 |
|
70896 |
/** Used to compose bitmasks for cloning. */
|
71039 |
|
71040 |
|
71041 |
/***/ }),
|
71042 |
+
/* 423 */
|
71043 |
/*!*******************************************!*\
|
71044 |
!*** ./node_modules/lodash/_arrayEach.js ***!
|
71045 |
\*******************************************/
|
71072 |
|
71073 |
|
71074 |
/***/ }),
|
71075 |
+
/* 424 */
|
71076 |
/*!********************************************!*\
|
71077 |
!*** ./node_modules/lodash/_baseAssign.js ***!
|
71078 |
\********************************************/
|
71100 |
|
71101 |
|
71102 |
/***/ }),
|
71103 |
+
/* 425 */
|
71104 |
/*!**********************************************!*\
|
71105 |
!*** ./node_modules/lodash/_baseAssignIn.js ***!
|
71106 |
\**********************************************/
|
71128 |
|
71129 |
|
71130 |
/***/ }),
|
71131 |
+
/* 426 */
|
71132 |
/*!********************************************!*\
|
71133 |
!*** ./node_modules/lodash/_baseKeysIn.js ***!
|
71134 |
\********************************************/
|
71138 |
|
71139 |
var isObject = __webpack_require__(/*! ./isObject */ 12),
|
71140 |
isPrototype = __webpack_require__(/*! ./_isPrototype */ 53),
|
71141 |
+
nativeKeysIn = __webpack_require__(/*! ./_nativeKeysIn */ 427);
|
71142 |
|
71143 |
/** Used for built-in method references. */
|
71144 |
var objectProto = Object.prototype;
|
71172 |
|
71173 |
|
71174 |
/***/ }),
|
71175 |
+
/* 427 */
|
71176 |
/*!**********************************************!*\
|
71177 |
!*** ./node_modules/lodash/_nativeKeysIn.js ***!
|
71178 |
\**********************************************/
|
71203 |
|
71204 |
|
71205 |
/***/ }),
|
71206 |
+
/* 428 */
|
71207 |
/*!*********************************************!*\
|
71208 |
!*** ./node_modules/lodash/_cloneBuffer.js ***!
|
71209 |
\*********************************************/
|
71250 |
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(/*! ./../webpack/buildin/module.js */ 80)(module)))
|
71251 |
|
71252 |
/***/ }),
|
71253 |
+
/* 429 */
|
71254 |
/*!*******************************************!*\
|
71255 |
!*** ./node_modules/lodash/_copyArray.js ***!
|
71256 |
\*******************************************/
|
71281 |
|
71282 |
|
71283 |
/***/ }),
|
71284 |
+
/* 430 */
|
71285 |
/*!*********************************************!*\
|
71286 |
!*** ./node_modules/lodash/_copySymbols.js ***!
|
71287 |
\*********************************************/
|
71308 |
|
71309 |
|
71310 |
/***/ }),
|
71311 |
+
/* 431 */
|
71312 |
/*!***********************************************!*\
|
71313 |
!*** ./node_modules/lodash/_copySymbolsIn.js ***!
|
71314 |
\***********************************************/
|
71335 |
|
71336 |
|
71337 |
/***/ }),
|
71338 |
+
/* 432 */
|
71339 |
/*!************************************************!*\
|
71340 |
!*** ./node_modules/lodash/_initCloneArray.js ***!
|
71341 |
\************************************************/
|
71372 |
|
71373 |
|
71374 |
/***/ }),
|
71375 |
+
/* 433 */
|
71376 |
/*!************************************************!*\
|
71377 |
!*** ./node_modules/lodash/_initCloneByTag.js ***!
|
71378 |
\************************************************/
|
71381 |
/***/ (function(module, exports, __webpack_require__) {
|
71382 |
|
71383 |
var cloneArrayBuffer = __webpack_require__(/*! ./_cloneArrayBuffer */ 100),
|
71384 |
+
cloneDataView = __webpack_require__(/*! ./_cloneDataView */ 434),
|
71385 |
+
cloneRegExp = __webpack_require__(/*! ./_cloneRegExp */ 435),
|
71386 |
+
cloneSymbol = __webpack_require__(/*! ./_cloneSymbol */ 436),
|
71387 |
+
cloneTypedArray = __webpack_require__(/*! ./_cloneTypedArray */ 437);
|
71388 |
|
71389 |
/** `Object#toString` result references. */
|
71390 |
var boolTag = '[object Boolean]',
|
71460 |
|
71461 |
|
71462 |
/***/ }),
|
71463 |
+
/* 434 */
|
71464 |
/*!***********************************************!*\
|
71465 |
!*** ./node_modules/lodash/_cloneDataView.js ***!
|
71466 |
\***********************************************/
|
71487 |
|
71488 |
|
71489 |
/***/ }),
|
71490 |
+
/* 435 */
|
71491 |
/*!*********************************************!*\
|
71492 |
!*** ./node_modules/lodash/_cloneRegExp.js ***!
|
71493 |
\*********************************************/
|
71515 |
|
71516 |
|
71517 |
/***/ }),
|
71518 |
+
/* 436 */
|
71519 |
/*!*********************************************!*\
|
71520 |
!*** ./node_modules/lodash/_cloneSymbol.js ***!
|
71521 |
\*********************************************/
|
71544 |
|
71545 |
|
71546 |
/***/ }),
|
71547 |
+
/* 437 */
|
71548 |
/*!*************************************************!*\
|
71549 |
!*** ./node_modules/lodash/_cloneTypedArray.js ***!
|
71550 |
\*************************************************/
|
71571 |
|
71572 |
|
71573 |
/***/ }),
|
71574 |
+
/* 438 */
|
71575 |
/*!*************************************************!*\
|
71576 |
!*** ./node_modules/lodash/_initCloneObject.js ***!
|
71577 |
\*************************************************/
|
71579 |
/*! all exports used */
|
71580 |
/***/ (function(module, exports, __webpack_require__) {
|
71581 |
|
71582 |
+
var baseCreate = __webpack_require__(/*! ./_baseCreate */ 439),
|
71583 |
getPrototype = __webpack_require__(/*! ./_getPrototype */ 98),
|
71584 |
isPrototype = __webpack_require__(/*! ./_isPrototype */ 53);
|
71585 |
|
71600 |
|
71601 |
|
71602 |
/***/ }),
|
71603 |
+
/* 439 */
|
71604 |
/*!********************************************!*\
|
71605 |
!*** ./node_modules/lodash/_baseCreate.js ***!
|
71606 |
\********************************************/
|
71641 |
|
71642 |
|
71643 |
/***/ }),
|
71644 |
+
/* 440 */
|
71645 |
/*!**************************************!*\
|
71646 |
!*** ./node_modules/lodash/isMap.js ***!
|
71647 |
\**************************************/
|
71649 |
/*! all exports used */
|
71650 |
/***/ (function(module, exports, __webpack_require__) {
|
71651 |
|
71652 |
+
var baseIsMap = __webpack_require__(/*! ./_baseIsMap */ 441),
|
71653 |
baseUnary = __webpack_require__(/*! ./_baseUnary */ 51),
|
71654 |
nodeUtil = __webpack_require__(/*! ./_nodeUtil */ 52);
|
71655 |
|
71679 |
|
71680 |
|
71681 |
/***/ }),
|
71682 |
+
/* 441 */
|
71683 |
/*!*******************************************!*\
|
71684 |
!*** ./node_modules/lodash/_baseIsMap.js ***!
|
71685 |
\*******************************************/
|
71708 |
|
71709 |
|
71710 |
/***/ }),
|
71711 |
+
/* 442 */
|
71712 |
/*!**************************************!*\
|
71713 |
!*** ./node_modules/lodash/isSet.js ***!
|
71714 |
\**************************************/
|
71716 |
/*! all exports used */
|
71717 |
/***/ (function(module, exports, __webpack_require__) {
|
71718 |
|
71719 |
+
var baseIsSet = __webpack_require__(/*! ./_baseIsSet */ 443),
|
71720 |
baseUnary = __webpack_require__(/*! ./_baseUnary */ 51),
|
71721 |
nodeUtil = __webpack_require__(/*! ./_nodeUtil */ 52);
|
71722 |
|
71746 |
|
71747 |
|
71748 |
/***/ }),
|
71749 |
+
/* 443 */
|
71750 |
/*!*******************************************!*\
|
71751 |
!*** ./node_modules/lodash/_baseIsSet.js ***!
|
71752 |
\*******************************************/
|
71775 |
|
71776 |
|
71777 |
/***/ }),
|
71778 |
+
/* 444 */
|
71779 |
/*!*******************************************!*\
|
71780 |
!*** ./node_modules/lodash/_baseUnset.js ***!
|
71781 |
\*******************************************/
|
71784 |
/***/ (function(module, exports, __webpack_require__) {
|
71785 |
|
71786 |
var castPath = __webpack_require__(/*! ./_castPath */ 30),
|
71787 |
+
last = __webpack_require__(/*! ./last */ 445),
|
71788 |
+
parent = __webpack_require__(/*! ./_parent */ 446),
|
71789 |
toKey = __webpack_require__(/*! ./_toKey */ 31);
|
71790 |
|
71791 |
/**
|
71806 |
|
71807 |
|
71808 |
/***/ }),
|
71809 |
+
/* 445 */
|
71810 |
/*!*************************************!*\
|
71811 |
!*** ./node_modules/lodash/last.js ***!
|
71812 |
\*************************************/
|
71837 |
|
71838 |
|
71839 |
/***/ }),
|
71840 |
+
/* 446 */
|
71841 |
/*!****************************************!*\
|
71842 |
!*** ./node_modules/lodash/_parent.js ***!
|
71843 |
\****************************************/
|
71864 |
|
71865 |
|
71866 |
/***/ }),
|
71867 |
+
/* 447 */
|
71868 |
/*!*************************************************!*\
|
71869 |
!*** ./node_modules/lodash/_customOmitClone.js ***!
|
71870 |
\*************************************************/
|
71872 |
/*! all exports used */
|
71873 |
/***/ (function(module, exports, __webpack_require__) {
|
71874 |
|
71875 |
+
var isPlainObject = __webpack_require__(/*! ./isPlainObject */ 448);
|
71876 |
|
71877 |
/**
|
71878 |
* Used by `_.omit` to customize its `_.cloneDeep` use to only clone plain
|
71891 |
|
71892 |
|
71893 |
/***/ }),
|
71894 |
+
/* 448 */
|
71895 |
/*!**********************************************!*\
|
71896 |
!*** ./node_modules/lodash/isPlainObject.js ***!
|
71897 |
\**********************************************/
|
71964 |
|
71965 |
|
71966 |
/***/ }),
|
71967 |
+
/* 449 */
|
71968 |
/*!******************************************!*\
|
71969 |
!*** ./node_modules/lodash/_flatRest.js ***!
|
71970 |
\******************************************/
|
71972 |
/*! all exports used */
|
71973 |
/***/ (function(module, exports, __webpack_require__) {
|
71974 |
|
71975 |
+
var flatten = __webpack_require__(/*! ./flatten */ 450),
|
71976 |
overRest = __webpack_require__(/*! ./_overRest */ 188),
|
71977 |
setToString = __webpack_require__(/*! ./_setToString */ 189);
|
71978 |
|
71991 |
|
71992 |
|
71993 |
/***/ }),
|
71994 |
+
/* 450 */
|
71995 |
/*!****************************************!*\
|
71996 |
!*** ./node_modules/lodash/flatten.js ***!
|
71997 |
\****************************************/
|
71999 |
/*! all exports used */
|
72000 |
/***/ (function(module, exports, __webpack_require__) {
|
72001 |
|
72002 |
+
var baseFlatten = __webpack_require__(/*! ./_baseFlatten */ 451);
|
72003 |
|
72004 |
/**
|
72005 |
* Flattens `array` a single level deep.
|
72024 |
|
72025 |
|
72026 |
/***/ }),
|
72027 |
+
/* 451 */
|
72028 |
/*!*********************************************!*\
|
72029 |
!*** ./node_modules/lodash/_baseFlatten.js ***!
|
72030 |
\*********************************************/
|
72033 |
/***/ (function(module, exports, __webpack_require__) {
|
72034 |
|
72035 |
var arrayPush = __webpack_require__(/*! ./_arrayPush */ 76),
|
72036 |
+
isFlattenable = __webpack_require__(/*! ./_isFlattenable */ 452);
|
72037 |
|
72038 |
/**
|
72039 |
* The base implementation of `_.flatten` with support for restricting flattening.
|
72073 |
|
72074 |
|
72075 |
/***/ }),
|
72076 |
+
/* 452 */
|
72077 |
/*!***********************************************!*\
|
72078 |
!*** ./node_modules/lodash/_isFlattenable.js ***!
|
72079 |
\***********************************************/
|
72104 |
|
72105 |
|
72106 |
/***/ }),
|
72107 |
+
/* 453 */
|
72108 |
/*!**************************************************!*\
|
72109 |
!*** ./node_modules/create-react-class/index.js ***!
|
72110 |
\**************************************************/
|
72124 |
|
72125 |
|
72126 |
var React = __webpack_require__(/*! react */ 5);
|
72127 |
+
var factory = __webpack_require__(/*! ./factory */ 454);
|
72128 |
|
72129 |
if (typeof React === 'undefined') {
|
72130 |
throw Error(
|
72144 |
|
72145 |
|
72146 |
/***/ }),
|
72147 |
+
/* 454 */
|
72148 |
/*!****************************************************!*\
|
72149 |
!*** ./node_modules/create-react-class/factory.js ***!
|
72150 |
\****************************************************/
|
73159 |
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(/*! ./../process/browser.js */ 6)))
|
73160 |
|
73161 |
/***/ }),
|
73162 |
+
/* 455 */
|
73163 |
/*!************************************************!*\
|
73164 |
!*** ./src/blocks/post/post-carousel/block.js ***!
|
73165 |
\************************************************/
|
73167 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
73168 |
|
73169 |
"use strict";
|
73170 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__edit__ = __webpack_require__(/*! ./edit */ 456);
|
73171 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../../dist/blocks/uagb-controls/block-icons */ 1);
|
73172 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__style_scss__ = __webpack_require__(/*! .././style.scss */ 94);
|
73173 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_2__style_scss__);
|
73209 |
});
|
73210 |
|
73211 |
/***/ }),
|
73212 |
+
/* 456 */
|
73213 |
/*!***********************************************!*\
|
73214 |
!*** ./src/blocks/post/post-carousel/edit.js ***!
|
73215 |
\***********************************************/
|
73225 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../../dist/blocks/uagb-controls/block-icons */ 1);
|
73226 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__components_typography__ = __webpack_require__(/*! ../../../components/typography */ 7);
|
73227 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__components_typography_fontloader__ = __webpack_require__(/*! ../../../components/typography/fontloader */ 8);
|
73228 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__blog__ = __webpack_require__(/*! ./blog */ 457);
|
73229 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__styling__ = __webpack_require__(/*! .././styling */ 93);
|
73230 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__function__ = __webpack_require__(/*! .././function */ 34);
|
73231 |
var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
|
74745 |
})(UAGBPostCarousel));
|
74746 |
|
74747 |
/***/ }),
|
74748 |
+
/* 457 */
|
74749 |
/*!***********************************************!*\
|
74750 |
!*** ./src/blocks/post/post-carousel/blog.js ***!
|
74751 |
\***********************************************/
|
74940 |
/* harmony default export */ __webpack_exports__["a"] = (Blog);
|
74941 |
|
74942 |
/***/ }),
|
74943 |
+
/* 458 */
|
74944 |
/*!************************************************!*\
|
74945 |
!*** ./node_modules/react-slick/lib/slider.js ***!
|
74946 |
\************************************************/
|
74958 |
|
74959 |
var _react = _interopRequireDefault(__webpack_require__(/*! react */ 5));
|
74960 |
|
74961 |
+
var _innerSlider = __webpack_require__(/*! ./inner-slider */ 459);
|
74962 |
|
74963 |
+
var _json2mq = _interopRequireDefault(__webpack_require__(/*! json2mq */ 466));
|
74964 |
|
74965 |
+
var _defaultProps = _interopRequireDefault(__webpack_require__(/*! ./default-props */ 468));
|
74966 |
|
74967 |
var _innerSliderUtils = __webpack_require__(/*! ./utils/innerSliderUtils */ 42);
|
74968 |
|
74994 |
|
74995 |
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
74996 |
|
74997 |
+
var enquire = (0, _innerSliderUtils.canUseDOM)() && __webpack_require__(/*! enquire.js */ 469);
|
74998 |
|
74999 |
var Slider =
|
75000 |
/*#__PURE__*/
|
75237 |
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(/*! ./../../process/browser.js */ 6)))
|
75238 |
|
75239 |
/***/ }),
|
75240 |
+
/* 459 */
|
75241 |
/*!******************************************************!*\
|
75242 |
!*** ./node_modules/react-slick/lib/inner-slider.js ***!
|
75243 |
\******************************************************/
|
75255 |
|
75256 |
var _react = _interopRequireDefault(__webpack_require__(/*! react */ 5));
|
75257 |
|
75258 |
+
var _initialState = _interopRequireDefault(__webpack_require__(/*! ./initial-state */ 460));
|
75259 |
|
75260 |
+
var _lodash = _interopRequireDefault(__webpack_require__(/*! lodash.debounce */ 461));
|
75261 |
|
75262 |
var _classnames = _interopRequireDefault(__webpack_require__(/*! classnames */ 0));
|
75263 |
|
75264 |
var _innerSliderUtils = __webpack_require__(/*! ./utils/innerSliderUtils */ 42);
|
75265 |
|
75266 |
+
var _track = __webpack_require__(/*! ./track */ 462);
|
75267 |
|
75268 |
+
var _dots = __webpack_require__(/*! ./dots */ 463);
|
75269 |
|
75270 |
+
var _arrows = __webpack_require__(/*! ./arrows */ 464);
|
75271 |
|
75272 |
+
var _resizeObserverPolyfill = _interopRequireDefault(__webpack_require__(/*! resize-observer-polyfill */ 465));
|
75273 |
|
75274 |
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
75275 |
|
76119 |
exports.InnerSlider = InnerSlider;
|
76120 |
|
76121 |
/***/ }),
|
76122 |
+
/* 460 */
|
76123 |
/*!*******************************************************!*\
|
76124 |
!*** ./node_modules/react-slick/lib/initial-state.js ***!
|
76125 |
\*******************************************************/
|
76169 |
exports["default"] = _default;
|
76170 |
|
76171 |
/***/ }),
|
76172 |
+
/* 461 */
|
76173 |
/*!***********************************************!*\
|
76174 |
!*** ./node_modules/lodash.debounce/index.js ***!
|
76175 |
\***********************************************/
|
76558 |
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(/*! ./../webpack/buildin/global.js */ 74)))
|
76559 |
|
76560 |
/***/ }),
|
76561 |
+
/* 462 */
|
76562 |
/*!***********************************************!*\
|
76563 |
!*** ./node_modules/react-slick/lib/track.js ***!
|
76564 |
\***********************************************/
|
76855 |
exports.Track = Track;
|
76856 |
|
76857 |
/***/ }),
|
76858 |
+
/* 463 */
|
76859 |
/*!**********************************************!*\
|
76860 |
!*** ./node_modules/react-slick/lib/dots.js ***!
|
76861 |
\**********************************************/
|
76997 |
exports.Dots = Dots;
|
76998 |
|
76999 |
/***/ }),
|
77000 |
+
/* 464 */
|
77001 |
/*!************************************************!*\
|
77002 |
!*** ./node_modules/react-slick/lib/arrows.js ***!
|
77003 |
\************************************************/
|
77186 |
exports.NextArrow = NextArrow;
|
77187 |
|
77188 |
/***/ }),
|
77189 |
+
/* 465 */
|
77190 |
/*!*************************************************************************!*\
|
77191 |
!*** ./node_modules/resize-observer-polyfill/dist/ResizeObserver.es.js ***!
|
77192 |
\*************************************************************************/
|
78128 |
/* WEBPACK VAR INJECTION */}.call(__webpack_exports__, __webpack_require__(/*! ./../../webpack/buildin/global.js */ 74)))
|
78129 |
|
78130 |
/***/ }),
|
78131 |
+
/* 466 */
|
78132 |
/*!***************************************!*\
|
78133 |
!*** ./node_modules/json2mq/index.js ***!
|
78134 |
\***************************************/
|
78136 |
/*! all exports used */
|
78137 |
/***/ (function(module, exports, __webpack_require__) {
|
78138 |
|
78139 |
+
var camel2hyphen = __webpack_require__(/*! string-convert/camel2hyphen */ 467);
|
78140 |
|
78141 |
var isDimension = function (feature) {
|
78142 |
var re = /[height|width]$/;
|
78189 |
module.exports = json2mq;
|
78190 |
|
78191 |
/***/ }),
|
78192 |
+
/* 467 */
|
78193 |
/*!*****************************************************!*\
|
78194 |
!*** ./node_modules/string-convert/camel2hyphen.js ***!
|
78195 |
\*****************************************************/
|
78208 |
module.exports = camel2hyphen;
|
78209 |
|
78210 |
/***/ }),
|
78211 |
+
/* 468 */
|
78212 |
/*!*******************************************************!*\
|
78213 |
!*** ./node_modules/react-slick/lib/default-props.js ***!
|
78214 |
\*******************************************************/
|
78292 |
exports["default"] = _default;
|
78293 |
|
78294 |
/***/ }),
|
78295 |
+
/* 469 */
|
78296 |
/*!**********************************************!*\
|
78297 |
!*** ./node_modules/enquire.js/src/index.js ***!
|
78298 |
\**********************************************/
|
78300 |
/*! all exports used */
|
78301 |
/***/ (function(module, exports, __webpack_require__) {
|
78302 |
|
78303 |
+
var MediaQueryDispatch = __webpack_require__(/*! ./MediaQueryDispatch */ 470);
|
78304 |
module.exports = new MediaQueryDispatch();
|
78305 |
|
78306 |
|
78307 |
/***/ }),
|
78308 |
+
/* 470 */
|
78309 |
/*!***********************************************************!*\
|
78310 |
!*** ./node_modules/enquire.js/src/MediaQueryDispatch.js ***!
|
78311 |
\***********************************************************/
|
78313 |
/*! all exports used */
|
78314 |
/***/ (function(module, exports, __webpack_require__) {
|
78315 |
|
78316 |
+
var MediaQuery = __webpack_require__(/*! ./MediaQuery */ 471);
|
78317 |
var Util = __webpack_require__(/*! ./Util */ 195);
|
78318 |
var each = Util.each;
|
78319 |
var isFunction = Util.isFunction;
|
78401 |
|
78402 |
|
78403 |
/***/ }),
|
78404 |
+
/* 471 */
|
78405 |
/*!***************************************************!*\
|
78406 |
!*** ./node_modules/enquire.js/src/MediaQuery.js ***!
|
78407 |
\***************************************************/
|
78409 |
/*! all exports used */
|
78410 |
/***/ (function(module, exports, __webpack_require__) {
|
78411 |
|
78412 |
+
var QueryHandler = __webpack_require__(/*! ./QueryHandler */ 472);
|
78413 |
var each = __webpack_require__(/*! ./Util */ 195).each;
|
78414 |
|
78415 |
/**
|
78505 |
|
78506 |
|
78507 |
/***/ }),
|
78508 |
+
/* 472 */
|
78509 |
/*!*****************************************************!*\
|
78510 |
!*** ./node_modules/enquire.js/src/QueryHandler.js ***!
|
78511 |
\*****************************************************/
|
78590 |
|
78591 |
|
78592 |
/***/ }),
|
78593 |
+
/* 473 */
|
78594 |
/*!*********************************************!*\
|
78595 |
!*** ./src/blocks/post/post-title/block.js ***!
|
78596 |
\*********************************************/
|
78599 |
|
78600 |
"use strict";
|
78601 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__edit__ = __webpack_require__(/*! ./edit */ 180);
|
78602 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__style_scss__ = __webpack_require__(/*! ./style.scss */ 474);
|
78603 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1__style_scss__);
|
78604 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__editor_scss__ = __webpack_require__(/*! ./editor.scss */ 475);
|
78605 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__editor_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_2__editor_scss__);
|
78606 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__save__ = __webpack_require__(/*! ./save */ 476);
|
78607 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../../dist/blocks/uagb-controls/block-icons */ 1);
|
78608 |
/**
|
78609 |
* BLOCK: Post Title
|
78638 |
});
|
78639 |
|
78640 |
/***/ }),
|
78641 |
+
/* 474 */
|
78642 |
/*!***********************************************!*\
|
78643 |
!*** ./src/blocks/post/post-title/style.scss ***!
|
78644 |
\***********************************************/
|
78648 |
// removed by extract-text-webpack-plugin
|
78649 |
|
78650 |
/***/ }),
|
78651 |
+
/* 475 */
|
78652 |
/*!************************************************!*\
|
78653 |
!*** ./src/blocks/post/post-title/editor.scss ***!
|
78654 |
\************************************************/
|
78658 |
// removed by extract-text-webpack-plugin
|
78659 |
|
78660 |
/***/ }),
|
78661 |
+
/* 476 */
|
78662 |
/*!********************************************!*\
|
78663 |
!*** ./src/blocks/post/post-title/save.js ***!
|
78664 |
\********************************************/
|
78684 |
}
|
78685 |
|
78686 |
/***/ }),
|
78687 |
+
/* 477 */
|
78688 |
/*!*********************************************!*\
|
78689 |
!*** ./src/blocks/post/post-image/block.js ***!
|
78690 |
\*********************************************/
|
78693 |
|
78694 |
"use strict";
|
78695 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__edit__ = __webpack_require__(/*! ./edit */ 182);
|
78696 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__save__ = __webpack_require__(/*! ./save */ 478);
|
78697 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../../dist/blocks/uagb-controls/block-icons */ 1);
|
78698 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__editor_scss__ = __webpack_require__(/*! ./editor.scss */ 479);
|
78699 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__editor_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_3__editor_scss__);
|
78700 |
/**
|
78701 |
* BLOCK: Post Image
|
78728 |
});
|
78729 |
|
78730 |
/***/ }),
|
78731 |
+
/* 478 */
|
78732 |
/*!********************************************!*\
|
78733 |
!*** ./src/blocks/post/post-image/save.js ***!
|
78734 |
\********************************************/
|
78749 |
}
|
78750 |
|
78751 |
/***/ }),
|
78752 |
+
/* 479 */
|
78753 |
/*!************************************************!*\
|
78754 |
!*** ./src/blocks/post/post-image/editor.scss ***!
|
78755 |
\************************************************/
|
78759 |
// removed by extract-text-webpack-plugin
|
78760 |
|
78761 |
/***/ }),
|
78762 |
+
/* 480 */
|
78763 |
/*!**********************************************!*\
|
78764 |
!*** ./src/blocks/post/post-button/block.js ***!
|
78765 |
\**********************************************/
|
78768 |
|
78769 |
"use strict";
|
78770 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__edit__ = __webpack_require__(/*! ./edit */ 185);
|
78771 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__save__ = __webpack_require__(/*! ./save */ 481);
|
78772 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../../dist/blocks/uagb-controls/block-icons */ 1);
|
78773 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__editor_scss__ = __webpack_require__(/*! ./editor.scss */ 482);
|
78774 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__editor_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_3__editor_scss__);
|
78775 |
/**
|
78776 |
* BLOCK: Post Button
|
78803 |
});
|
78804 |
|
78805 |
/***/ }),
|
78806 |
+
/* 481 */
|
78807 |
/*!*********************************************!*\
|
78808 |
!*** ./src/blocks/post/post-button/save.js ***!
|
78809 |
\*********************************************/
|
78826 |
}
|
78827 |
|
78828 |
/***/ }),
|
78829 |
+
/* 482 */
|
78830 |
/*!*************************************************!*\
|
78831 |
!*** ./src/blocks/post/post-button/editor.scss ***!
|
78832 |
\*************************************************/
|
78836 |
// removed by extract-text-webpack-plugin
|
78837 |
|
78838 |
/***/ }),
|
78839 |
+
/* 483 */
|
78840 |
/*!***********************************************!*\
|
78841 |
!*** ./src/blocks/post/post-excerpt/block.js ***!
|
78842 |
\***********************************************/
|
78845 |
|
78846 |
"use strict";
|
78847 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__edit__ = __webpack_require__(/*! ./edit */ 183);
|
78848 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__save__ = __webpack_require__(/*! ./save */ 484);
|
78849 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../../dist/blocks/uagb-controls/block-icons */ 1);
|
78850 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__style_scss__ = __webpack_require__(/*! ./style.scss */ 485);
|
78851 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_3__style_scss__);
|
78852 |
/**
|
78853 |
* BLOCK: Post Excerpt
|
78881 |
});
|
78882 |
|
78883 |
/***/ }),
|
78884 |
+
/* 484 */
|
78885 |
/*!**********************************************!*\
|
78886 |
!*** ./src/blocks/post/post-excerpt/save.js ***!
|
78887 |
\**********************************************/
|
78902 |
}
|
78903 |
|
78904 |
/***/ }),
|
78905 |
+
/* 485 */
|
78906 |
/*!*************************************************!*\
|
78907 |
!*** ./src/blocks/post/post-excerpt/style.scss ***!
|
78908 |
\*************************************************/
|
78912 |
// removed by extract-text-webpack-plugin
|
78913 |
|
78914 |
/***/ }),
|
78915 |
+
/* 486 */
|
78916 |
/*!********************************************!*\
|
78917 |
!*** ./src/blocks/post/post-meta/block.js ***!
|
78918 |
\********************************************/
|
78921 |
|
78922 |
"use strict";
|
78923 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__edit__ = __webpack_require__(/*! ./edit */ 181);
|
78924 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__save__ = __webpack_require__(/*! ./save */ 487);
|
78925 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../../dist/blocks/uagb-controls/block-icons */ 1);
|
78926 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__style_scss__ = __webpack_require__(/*! ./style.scss */ 488);
|
78927 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_3__style_scss__);
|
78928 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__editor_scss__ = __webpack_require__(/*! ./editor.scss */ 489);
|
78929 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__editor_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_4__editor_scss__);
|
78930 |
/**
|
78931 |
* BLOCK: Post Meta
|
78959 |
});
|
78960 |
|
78961 |
/***/ }),
|
78962 |
+
/* 487 */
|
78963 |
/*!*******************************************!*\
|
78964 |
!*** ./src/blocks/post/post-meta/save.js ***!
|
78965 |
\*******************************************/
|
79003 |
}
|
79004 |
|
79005 |
/***/ }),
|
79006 |
+
/* 488 */
|
79007 |
/*!**********************************************!*\
|
79008 |
!*** ./src/blocks/post/post-meta/style.scss ***!
|
79009 |
\**********************************************/
|
79013 |
// removed by extract-text-webpack-plugin
|
79014 |
|
79015 |
/***/ }),
|
79016 |
+
/* 489 */
|
79017 |
/*!***********************************************!*\
|
79018 |
!*** ./src/blocks/post/post-meta/editor.scss ***!
|
79019 |
\***********************************************/
|
79023 |
// removed by extract-text-webpack-plugin
|
79024 |
|
79025 |
/***/ }),
|
79026 |
+
/* 490 */
|
79027 |
/*!*************************************!*\
|
79028 |
!*** ./src/blocks/section/block.js ***!
|
79029 |
\*************************************/
|
79034 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames__ = __webpack_require__(/*! classnames */ 0);
|
79035 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_classnames__);
|
79036 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
79037 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__style_scss__ = __webpack_require__(/*! ./style.scss */ 491);
|
79038 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_2__style_scss__);
|
79039 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__editor_scss__ = __webpack_require__(/*! ./editor.scss */ 492);
|
79040 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__editor_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_3__editor_scss__);
|
79041 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__attributes__ = __webpack_require__(/*! ./attributes */ 196);
|
79042 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__edit__ = __webpack_require__(/*! ./edit */ 493);
|
79043 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__save__ = __webpack_require__(/*! ./save */ 495);
|
79044 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__deprecated__ = __webpack_require__(/*! ./deprecated */ 496);
|
79045 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__inline_styles__ = __webpack_require__(/*! ./inline-styles */ 197);
|
79046 |
/**
|
79047 |
* BLOCK: Section
|
79089 |
});
|
79090 |
|
79091 |
/***/ }),
|
79092 |
+
/* 491 */
|
79093 |
/*!***************************************!*\
|
79094 |
!*** ./src/blocks/section/style.scss ***!
|
79095 |
\***************************************/
|
79099 |
// removed by extract-text-webpack-plugin
|
79100 |
|
79101 |
/***/ }),
|
79102 |
+
/* 492 */
|
79103 |
/*!****************************************!*\
|
79104 |
!*** ./src/blocks/section/editor.scss ***!
|
79105 |
\****************************************/
|
79109 |
// removed by extract-text-webpack-plugin
|
79110 |
|
79111 |
/***/ }),
|
79112 |
+
/* 493 */
|
79113 |
/*!************************************!*\
|
79114 |
!*** ./src/blocks/section/edit.js ***!
|
79115 |
\************************************/
|
79120 |
"use strict";
|
79121 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames__ = __webpack_require__(/*! classnames */ 0);
|
79122 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_classnames__);
|
79123 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__styling__ = __webpack_require__(/*! ./styling */ 494);
|
79124 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
79125 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__components_box_shadow__ = __webpack_require__(/*! ../../components/box-shadow */ 64);
|
79126 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__components_gradient_settings__ = __webpack_require__(/*! ../../components/gradient-settings */ 101);
|
80330 |
/* harmony default export */ __webpack_exports__["a"] = (withNotices(UAGBSectionEdit));
|
80331 |
|
80332 |
/***/ }),
|
80333 |
+
/* 494 */
|
80334 |
/*!***************************************!*\
|
80335 |
!*** ./src/blocks/section/styling.js ***!
|
80336 |
\***************************************/
|
80544 |
/* harmony default export */ __webpack_exports__["a"] = (styling);
|
80545 |
|
80546 |
/***/ }),
|
80547 |
+
/* 495 */
|
80548 |
/*!************************************!*\
|
80549 |
!*** ./src/blocks/section/save.js ***!
|
80550 |
\************************************/
|
80614 |
}
|
80615 |
|
80616 |
/***/ }),
|
80617 |
+
/* 496 */
|
80618 |
/*!******************************************!*\
|
80619 |
!*** ./src/blocks/section/deprecated.js ***!
|
80620 |
\******************************************/
|
80734 |
/* harmony default export */ __webpack_exports__["a"] = (deprecated);
|
80735 |
|
80736 |
/***/ }),
|
80737 |
+
/* 497 */
|
80738 |
/*!*************************************!*\
|
80739 |
!*** ./src/blocks/buttons/block.js ***!
|
80740 |
\*************************************/
|
80744 |
"use strict";
|
80745 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
80746 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__attributes__ = __webpack_require__(/*! ./attributes */ 198);
|
80747 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__edit__ = __webpack_require__(/*! ./edit */ 498);
|
80748 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__deprecated__ = __webpack_require__(/*! ./deprecated */ 501);
|
80749 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__save__ = __webpack_require__(/*! ./save */ 502);
|
80750 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__style_scss__ = __webpack_require__(/*! ./style.scss */ 503);
|
80751 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_5__style_scss__);
|
80752 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__editor_scss__ = __webpack_require__(/*! ./editor.scss */ 504);
|
80753 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__editor_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_6__editor_scss__);
|
80754 |
/**
|
80755 |
* BLOCK: Multi Buttons
|
80803 |
});
|
80804 |
|
80805 |
/***/ }),
|
80806 |
+
/* 498 */
|
80807 |
/*!************************************!*\
|
80808 |
!*** ./src/blocks/buttons/edit.js ***!
|
80809 |
\************************************/
|
80816 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_classnames__);
|
80817 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_lodash_times__ = __webpack_require__(/*! lodash/times */ 14);
|
80818 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_lodash_times___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1_lodash_times__);
|
80819 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__styling__ = __webpack_require__(/*! ./styling */ 500);
|
80820 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3_memize__ = __webpack_require__(/*! memize */ 19);
|
80821 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3_memize___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_3_memize__);
|
80822 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__components_typography__ = __webpack_require__(/*! ../../components/typography */ 7);
|
81039 |
/* harmony default export */ __webpack_exports__["a"] = (UAGBMultiButtonEdit);
|
81040 |
|
81041 |
/***/ }),
|
81042 |
+
/* 499 */
|
81043 |
/*!**********************************************!*\
|
81044 |
!*** ./node_modules/lodash/_castFunction.js ***!
|
81045 |
\**********************************************/
|
81064 |
|
81065 |
|
81066 |
/***/ }),
|
81067 |
+
/* 500 */
|
81068 |
/*!***************************************!*\
|
81069 |
!*** ./src/blocks/buttons/styling.js ***!
|
81070 |
\***************************************/
|
81188 |
/* harmony default export */ __webpack_exports__["a"] = (styling);
|
81189 |
|
81190 |
/***/ }),
|
81191 |
+
/* 501 */
|
81192 |
/*!******************************************!*\
|
81193 |
!*** ./src/blocks/buttons/deprecated.js ***!
|
81194 |
\******************************************/
|
81366 |
/* harmony default export */ __webpack_exports__["a"] = (deprecated);
|
81367 |
|
81368 |
/***/ }),
|
81369 |
+
/* 502 */
|
81370 |
/*!************************************!*\
|
81371 |
!*** ./src/blocks/buttons/save.js ***!
|
81372 |
\************************************/
|
81412 |
}
|
81413 |
|
81414 |
/***/ }),
|
81415 |
+
/* 503 */
|
81416 |
/*!***************************************!*\
|
81417 |
!*** ./src/blocks/buttons/style.scss ***!
|
81418 |
\***************************************/
|
81422 |
// removed by extract-text-webpack-plugin
|
81423 |
|
81424 |
/***/ }),
|
81425 |
+
/* 504 */
|
81426 |
/*!****************************************!*\
|
81427 |
!*** ./src/blocks/buttons/editor.scss ***!
|
81428 |
\****************************************/
|
81432 |
// removed by extract-text-webpack-plugin
|
81433 |
|
81434 |
/***/ }),
|
81435 |
+
/* 505 */
|
81436 |
/*!*******************************************!*\
|
81437 |
!*** ./src/blocks/buttons-child/block.js ***!
|
81438 |
\*******************************************/
|
81442 |
"use strict";
|
81443 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
81444 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__attributes__ = __webpack_require__(/*! ./attributes */ 199);
|
81445 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__deprecated__ = __webpack_require__(/*! ./deprecated */ 506);
|
81446 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__edit__ = __webpack_require__(/*! ./edit */ 507);
|
81447 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__save__ = __webpack_require__(/*! ./save */ 518);
|
81448 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__style_scss__ = __webpack_require__(/*! ./style.scss */ 519);
|
81449 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_5__style_scss__);
|
81450 |
/**
|
81451 |
* BLOCK: Buttons - Child
|
81474 |
});
|
81475 |
|
81476 |
/***/ }),
|
81477 |
+
/* 506 */
|
81478 |
/*!************************************************!*\
|
81479 |
!*** ./src/blocks/buttons-child/deprecated.js ***!
|
81480 |
\************************************************/
|
81537 |
/* harmony default export */ __webpack_exports__["a"] = (deprecated);
|
81538 |
|
81539 |
/***/ }),
|
81540 |
+
/* 507 */
|
81541 |
/*!******************************************!*\
|
81542 |
!*** ./src/blocks/buttons-child/edit.js ***!
|
81543 |
\******************************************/
|
81548 |
"use strict";
|
81549 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames__ = __webpack_require__(/*! classnames */ 0);
|
81550 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_classnames__);
|
81551 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__styling__ = __webpack_require__(/*! ./styling */ 508);
|
81552 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
81553 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__dist_blocks_uagb_controls_UAGBIcon_json__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/UAGBIcon.json */ 9);
|
81554 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__dist_blocks_uagb_controls_UAGBIcon_json___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_3__dist_blocks_uagb_controls_UAGBIcon_json__);
|
82406 |
/* harmony default export */ __webpack_exports__["a"] = (UAGBButtonsChild);
|
82407 |
|
82408 |
/***/ }),
|
82409 |
+
/* 508 */
|
82410 |
/*!*********************************************!*\
|
82411 |
!*** ./src/blocks/buttons-child/styling.js ***!
|
82412 |
\*********************************************/
|
82539 |
/* harmony default export */ __webpack_exports__["a"] = (styling);
|
82540 |
|
82541 |
/***/ }),
|
82542 |
+
/* 509 */
|
82543 |
/*!******************************************************!*\
|
82544 |
!*** ./node_modules/react-transition-group/index.js ***!
|
82545 |
\******************************************************/
|
82550 |
"use strict";
|
82551 |
|
82552 |
|
82553 |
+
var _CSSTransition = _interopRequireDefault(__webpack_require__(/*! ./CSSTransition */ 510));
|
82554 |
|
82555 |
+
var _ReplaceTransition = _interopRequireDefault(__webpack_require__(/*! ./ReplaceTransition */ 515));
|
82556 |
|
82557 |
var _TransitionGroup = _interopRequireDefault(__webpack_require__(/*! ./TransitionGroup */ 203));
|
82558 |
|
82568 |
};
|
82569 |
|
82570 |
/***/ }),
|
82571 |
+
/* 510 */
|
82572 |
/*!**************************************************************!*\
|
82573 |
!*** ./node_modules/react-transition-group/CSSTransition.js ***!
|
82574 |
\**************************************************************/
|
82584 |
|
82585 |
var PropTypes = _interopRequireWildcard(__webpack_require__(/*! prop-types */ 15));
|
82586 |
|
82587 |
+
var _addClass = _interopRequireDefault(__webpack_require__(/*! dom-helpers/class/addClass */ 511));
|
82588 |
|
82589 |
+
var _removeClass = _interopRequireDefault(__webpack_require__(/*! dom-helpers/class/removeClass */ 514));
|
82590 |
|
82591 |
var _react = _interopRequireDefault(__webpack_require__(/*! react */ 5));
|
82592 |
|
82944 |
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(/*! ./../process/browser.js */ 6)))
|
82945 |
|
82946 |
/***/ }),
|
82947 |
+
/* 511 */
|
82948 |
/*!****************************************************!*\
|
82949 |
!*** ./node_modules/dom-helpers/class/addClass.js ***!
|
82950 |
\****************************************************/
|
82955 |
"use strict";
|
82956 |
|
82957 |
|
82958 |
+
var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ 512);
|
82959 |
|
82960 |
exports.__esModule = true;
|
82961 |
exports.default = addClass;
|
82962 |
|
82963 |
+
var _hasClass = _interopRequireDefault(__webpack_require__(/*! ./hasClass */ 513));
|
82964 |
|
82965 |
function addClass(element, className) {
|
82966 |
if (element.classList) element.classList.add(className);else if (!(0, _hasClass.default)(element, className)) if (typeof element.className === 'string') element.className = element.className + ' ' + className;else element.setAttribute('class', (element.className && element.className.baseVal || '') + ' ' + className);
|
82969 |
module.exports = exports["default"];
|
82970 |
|
82971 |
/***/ }),
|
82972 |
+
/* 512 */
|
82973 |
/*!**********************************************************************!*\
|
82974 |
!*** ./node_modules/@babel/runtime/helpers/interopRequireDefault.js ***!
|
82975 |
\**********************************************************************/
|
82986 |
module.exports = _interopRequireDefault;
|
82987 |
|
82988 |
/***/ }),
|
82989 |
+
/* 513 */
|
82990 |
/*!****************************************************!*\
|
82991 |
!*** ./node_modules/dom-helpers/class/hasClass.js ***!
|
82992 |
\****************************************************/
|
83007 |
module.exports = exports["default"];
|
83008 |
|
83009 |
/***/ }),
|
83010 |
+
/* 514 */
|
83011 |
/*!*******************************************************!*\
|
83012 |
!*** ./node_modules/dom-helpers/class/removeClass.js ***!
|
83013 |
\*******************************************************/
|
83027 |
};
|
83028 |
|
83029 |
/***/ }),
|
83030 |
+
/* 515 */
|
83031 |
/*!******************************************************************!*\
|
83032 |
!*** ./node_modules/react-transition-group/ReplaceTransition.js ***!
|
83033 |
\******************************************************************/
|
83189 |
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(/*! ./../process/browser.js */ 6)))
|
83190 |
|
83191 |
/***/ }),
|
83192 |
+
/* 516 */
|
83193 |
/*!*******************************************************************!*\
|
83194 |
!*** ./node_modules/react-transition-group/utils/ChildMapping.js ***!
|
83195 |
\*******************************************************************/
|
83350 |
}
|
83351 |
|
83352 |
/***/ }),
|
83353 |
+
/* 517 */
|
83354 |
/*!************************************************!*\
|
83355 |
!*** ./dist/blocks/uagb-controls/parseIcon.js ***!
|
83356 |
\************************************************/
|
83373 |
/* harmony default export */ __webpack_exports__["a"] = (parseSVG);
|
83374 |
|
83375 |
/***/ }),
|
83376 |
+
/* 518 */
|
83377 |
/*!******************************************!*\
|
83378 |
!*** ./src/blocks/buttons-child/save.js ***!
|
83379 |
\******************************************/
|
83449 |
}
|
83450 |
|
83451 |
/***/ }),
|
83452 |
+
/* 519 */
|
83453 |
/*!*********************************************!*\
|
83454 |
!*** ./src/blocks/buttons-child/style.scss ***!
|
83455 |
\*********************************************/
|
83459 |
// removed by extract-text-webpack-plugin
|
83460 |
|
83461 |
/***/ }),
|
83462 |
+
/* 520 */
|
83463 |
/*!**************************************!*\
|
83464 |
!*** ./src/blocks/info-box/block.js ***!
|
83465 |
\**************************************/
|
83468 |
|
83469 |
"use strict";
|
83470 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
83471 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__edit__ = __webpack_require__(/*! ./edit */ 521);
|
83472 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__save__ = __webpack_require__(/*! ./save */ 522);
|
83473 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__attributes__ = __webpack_require__(/*! ./attributes */ 206);
|
83474 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__deprecated__ = __webpack_require__(/*! ./deprecated */ 523);
|
83475 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__editor_scss__ = __webpack_require__(/*! ./editor.scss */ 527);
|
83476 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__editor_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_5__editor_scss__);
|
83477 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__style_scss__ = __webpack_require__(/*! ./style.scss */ 528);
|
83478 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_6__style_scss__);
|
83479 |
/**
|
83480 |
* BLOCK: Info Box
|
83509 |
});
|
83510 |
|
83511 |
/***/ }),
|
83512 |
+
/* 521 */
|
83513 |
/*!*************************************!*\
|
83514 |
!*** ./src/blocks/info-box/edit.js ***!
|
83515 |
\*************************************/
|
85013 |
/* harmony default export */ __webpack_exports__["a"] = (UAGBinfoBox);
|
85014 |
|
85015 |
/***/ }),
|
85016 |
+
/* 522 */
|
85017 |
/*!*************************************!*\
|
85018 |
!*** ./src/blocks/info-box/save.js ***!
|
85019 |
\*************************************/
|
85195 |
}
|
85196 |
|
85197 |
/***/ }),
|
85198 |
+
/* 523 */
|
85199 |
/*!*******************************************!*\
|
85200 |
!*** ./src/blocks/info-box/deprecated.js ***!
|
85201 |
\*******************************************/
|
85209 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__components_Prefix__ = __webpack_require__(/*! ./components/Prefix */ 103);
|
85210 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__components_Title__ = __webpack_require__(/*! ./components/Title */ 104);
|
85211 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__components_InfoBoxDesc__ = __webpack_require__(/*! ./components/InfoBoxDesc */ 106);
|
85212 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__components_InfoBoxIcon__ = __webpack_require__(/*! ./components/InfoBoxIcon */ 524);
|
85213 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__components_Icon__ = __webpack_require__(/*! ./components/Icon */ 105);
|
85214 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__classes__ = __webpack_require__(/*! ./classes */ 107);
|
85215 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__components_InfoBoxSeparator__ = __webpack_require__(/*! ./components/InfoBoxSeparator */ 108);
|
85216 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__components_InfoBoxCta__ = __webpack_require__(/*! ./components/InfoBoxCta */ 525);
|
85217 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_9__components_CallToAction__ = __webpack_require__(/*! ./components/CallToAction */ 109);
|
85218 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_10__inline_styles__ = __webpack_require__(/*! ./inline-styles */ 204);
|
85219 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_11__components_InfoBoxIconImage__ = __webpack_require__(/*! ./components/InfoBoxIconImage */ 526);
|
85220 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_12__attributes__ = __webpack_require__(/*! ./attributes */ 206);
|
85221 |
function _toConsumableArray(arr) { if (Array.isArray(arr)) { for (var i = 0, arr2 = Array(arr.length); i < arr.length; i++) { arr2[i] = arr[i]; } return arr2; } else { return Array.from(arr); } }
|
85222 |
|
86244 |
/* harmony default export */ __webpack_exports__["a"] = (deprecated);
|
86245 |
|
86246 |
/***/ }),
|
86247 |
+
/* 524 */
|
86248 |
/*!*******************************************************!*\
|
86249 |
!*** ./src/blocks/info-box/components/InfoBoxIcon.js ***!
|
86250 |
\*******************************************************/
|
86304 |
/* harmony default export */ __webpack_exports__["a"] = (InfoBoxIcon);
|
86305 |
|
86306 |
/***/ }),
|
86307 |
+
/* 525 */
|
86308 |
/*!******************************************************!*\
|
86309 |
!*** ./src/blocks/info-box/components/InfoBoxCta.js ***!
|
86310 |
\******************************************************/
|
86402 |
/* harmony default export */ __webpack_exports__["a"] = (InfoBoxCta);
|
86403 |
|
86404 |
/***/ }),
|
86405 |
+
/* 526 */
|
86406 |
/*!************************************************************!*\
|
86407 |
!*** ./src/blocks/info-box/components/InfoBoxIconImage.js ***!
|
86408 |
\************************************************************/
|
86482 |
/* harmony default export */ __webpack_exports__["a"] = (InfoBoxIconImage);
|
86483 |
|
86484 |
/***/ }),
|
86485 |
+
/* 527 */
|
86486 |
/*!*****************************************!*\
|
86487 |
!*** ./src/blocks/info-box/editor.scss ***!
|
86488 |
\*****************************************/
|
86492 |
// removed by extract-text-webpack-plugin
|
86493 |
|
86494 |
/***/ }),
|
86495 |
+
/* 528 */
|
86496 |
/*!****************************************!*\
|
86497 |
!*** ./src/blocks/info-box/style.scss ***!
|
86498 |
\****************************************/
|
86502 |
// removed by extract-text-webpack-plugin
|
86503 |
|
86504 |
/***/ }),
|
86505 |
+
/* 529 */
|
86506 |
/*!*****************************************!*\
|
86507 |
!*** ./src/blocks/testimonial/block.js ***!
|
86508 |
\*****************************************/
|
86513 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames__ = __webpack_require__(/*! classnames */ 0);
|
86514 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_classnames__);
|
86515 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
86516 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__edit__ = __webpack_require__(/*! ./edit */ 530);
|
86517 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__save__ = __webpack_require__(/*! ./save */ 532);
|
86518 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__attributes__ = __webpack_require__(/*! ./attributes */ 208);
|
86519 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__deprecated__ = __webpack_require__(/*! ./deprecated */ 533);
|
86520 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__style_scss__ = __webpack_require__(/*! ./style.scss */ 535);
|
86521 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_6__style_scss__);
|
86522 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__editor_scss__ = __webpack_require__(/*! ./editor.scss */ 536);
|
86523 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__editor_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_7__editor_scss__);
|
86524 |
/**
|
86525 |
* BLOCK: Testimonial
|
86554 |
});
|
86555 |
|
86556 |
/***/ }),
|
86557 |
+
/* 530 */
|
86558 |
/*!****************************************!*\
|
86559 |
!*** ./src/blocks/testimonial/edit.js ***!
|
86560 |
\****************************************/
|
86569 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__components_Company__ = __webpack_require__(/*! ./components/Company */ 111);
|
86570 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__components_Description__ = __webpack_require__(/*! ./components/Description */ 112);
|
86571 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__classes__ = __webpack_require__(/*! ./classes */ 113);
|
86572 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__inline_styles__ = __webpack_require__(/*! ./inline-styles */ 531);
|
86573 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__components_Image__ = __webpack_require__(/*! ./components/Image */ 207);
|
86574 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7_lodash_times__ = __webpack_require__(/*! lodash/times */ 14);
|
86575 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7_lodash_times___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_7_lodash_times__);
|
87760 |
/* harmony default export */ __webpack_exports__["a"] = (UAGBtestimonial);
|
87761 |
|
87762 |
/***/ }),
|
87763 |
+
/* 531 */
|
87764 |
/*!*************************************************!*\
|
87765 |
!*** ./src/blocks/testimonial/inline-styles.js ***!
|
87766 |
\*************************************************/
|
88005 |
/* harmony default export */ __webpack_exports__["a"] = (TestimonialStyle);
|
88006 |
|
88007 |
/***/ }),
|
88008 |
+
/* 532 */
|
88009 |
/*!****************************************!*\
|
88010 |
!*** ./src/blocks/testimonial/save.js ***!
|
88011 |
\****************************************/
|
88121 |
}
|
88122 |
|
88123 |
/***/ }),
|
88124 |
+
/* 533 */
|
88125 |
/*!**********************************************!*\
|
88126 |
!*** ./src/blocks/testimonial/deprecated.js ***!
|
88127 |
\**********************************************/
|
88138 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__components_Company__ = __webpack_require__(/*! ./components/Company */ 111);
|
88139 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__components_Description__ = __webpack_require__(/*! ./components/Description */ 112);
|
88140 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__classes__ = __webpack_require__(/*! ./classes */ 113);
|
88141 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__components_TestimonialImage__ = __webpack_require__(/*! ./components/TestimonialImage */ 534);
|
88142 |
function _toConsumableArray(arr) { if (Array.isArray(arr)) { for (var i = 0, arr2 = Array(arr.length); i < arr.length; i++) { arr2[i] = arr[i]; } return arr2; } else { return Array.from(arr); } }
|
88143 |
|
88144 |
/**
|
88430 |
/* harmony default export */ __webpack_exports__["a"] = (deprecated);
|
88431 |
|
88432 |
/***/ }),
|
88433 |
+
/* 534 */
|
88434 |
/*!***************************************************************!*\
|
88435 |
!*** ./src/blocks/testimonial/components/TestimonialImage.js ***!
|
88436 |
\***************************************************************/
|
88515 |
/* harmony default export */ __webpack_exports__["a"] = (TestimonialImage);
|
88516 |
|
88517 |
/***/ }),
|
88518 |
+
/* 535 */
|
88519 |
/*!*******************************************!*\
|
88520 |
!*** ./src/blocks/testimonial/style.scss ***!
|
88521 |
\*******************************************/
|
88525 |
// removed by extract-text-webpack-plugin
|
88526 |
|
88527 |
/***/ }),
|
88528 |
+
/* 536 */
|
88529 |
/*!********************************************!*\
|
88530 |
!*** ./src/blocks/testimonial/editor.scss ***!
|
88531 |
\********************************************/
|
88535 |
// removed by extract-text-webpack-plugin
|
88536 |
|
88537 |
/***/ }),
|
88538 |
+
/* 537 */
|
88539 |
/*!**********************************!*\
|
88540 |
!*** ./src/blocks/team/block.js ***!
|
88541 |
\**********************************/
|
88547 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_classnames__);
|
88548 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
88549 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_renderIcon__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/renderIcon */ 2);
|
88550 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__edit__ = __webpack_require__(/*! ./edit */ 538);
|
88551 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__save__ = __webpack_require__(/*! ./save */ 540);
|
88552 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__deprecated__ = __webpack_require__(/*! ./deprecated */ 541);
|
88553 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__attributes__ = __webpack_require__(/*! ./attributes */ 209);
|
88554 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__editor_scss__ = __webpack_require__(/*! ./editor.scss */ 542);
|
88555 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__editor_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_7__editor_scss__);
|
88556 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__style_scss__ = __webpack_require__(/*! ./style.scss */ 543);
|
88557 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_8__style_scss__);
|
88558 |
/**
|
88559 |
* BLOCK: Team
|
88590 |
});
|
88591 |
|
88592 |
/***/ }),
|
88593 |
+
/* 538 */
|
88594 |
/*!*********************************!*\
|
88595 |
!*** ./src/blocks/team/edit.js ***!
|
88596 |
\*********************************/
|
88605 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_UAGBIcon_json___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_UAGBIcon_json__);
|
88606 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__fonticonpicker_react_fonticonpicker__ = __webpack_require__(/*! @fonticonpicker/react-fonticonpicker */ 10);
|
88607 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__fonticonpicker_react_fonticonpicker___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_2__fonticonpicker_react_fonticonpicker__);
|
88608 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__styling__ = __webpack_require__(/*! ./styling */ 539);
|
88609 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__dist_blocks_uagb_controls_renderIcon__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/renderIcon */ 2);
|
88610 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
88611 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__components_typography__ = __webpack_require__(/*! ../../components/typography */ 7);
|
89520 |
/* harmony default export */ __webpack_exports__["a"] = (UAGBTeam);
|
89521 |
|
89522 |
/***/ }),
|
89523 |
+
/* 539 */
|
89524 |
/*!************************************!*\
|
89525 |
!*** ./src/blocks/team/styling.js ***!
|
89526 |
\************************************/
|
89745 |
/* harmony default export */ __webpack_exports__["a"] = (styling);
|
89746 |
|
89747 |
/***/ }),
|
89748 |
+
/* 540 */
|
89749 |
/*!*********************************!*\
|
89750 |
!*** ./src/blocks/team/save.js ***!
|
89751 |
\*********************************/
|
89890 |
}
|
89891 |
|
89892 |
/***/ }),
|
89893 |
+
/* 541 */
|
89894 |
/*!***************************************!*\
|
89895 |
!*** ./src/blocks/team/deprecated.js ***!
|
89896 |
\***************************************/
|
90266 |
/* harmony default export */ __webpack_exports__["a"] = (deprecated);
|
90267 |
|
90268 |
/***/ }),
|
90269 |
+
/* 542 */
|
90270 |
/*!*************************************!*\
|
90271 |
!*** ./src/blocks/team/editor.scss ***!
|
90272 |
\*************************************/
|
90276 |
// removed by extract-text-webpack-plugin
|
90277 |
|
90278 |
/***/ }),
|
90279 |
+
/* 543 */
|
90280 |
/*!************************************!*\
|
90281 |
!*** ./src/blocks/team/style.scss ***!
|
90282 |
\************************************/
|
90286 |
// removed by extract-text-webpack-plugin
|
90287 |
|
90288 |
/***/ }),
|
90289 |
+
/* 544 */
|
90290 |
/*!******************************************!*\
|
90291 |
!*** ./src/blocks/social-share/block.js ***!
|
90292 |
\******************************************/
|
90298 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_classnames__);
|
90299 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
90300 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_renderIcon__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/renderIcon */ 2);
|
90301 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__style_scss__ = __webpack_require__(/*! ./style.scss */ 545);
|
90302 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_3__style_scss__);
|
90303 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__editor_scss__ = __webpack_require__(/*! ./editor.scss */ 546);
|
90304 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__editor_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_4__editor_scss__);
|
90305 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__transform__ = __webpack_require__(/*! ./transform */ 547);
|
90306 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__attributes__ = __webpack_require__(/*! ./attributes */ 210);
|
90307 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__edit__ = __webpack_require__(/*! ./edit */ 548);
|
90308 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__links__ = __webpack_require__(/*! ./links */ 114);
|
90309 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_9__save__ = __webpack_require__(/*! ./save */ 550);
|
90310 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_10__deprecated__ = __webpack_require__(/*! ./deprecated */ 551);
|
90311 |
/**
|
90312 |
* BLOCK: Social Share
|
90313 |
*/
|
90354 |
});
|
90355 |
|
90356 |
/***/ }),
|
90357 |
+
/* 545 */
|
90358 |
/*!********************************************!*\
|
90359 |
!*** ./src/blocks/social-share/style.scss ***!
|
90360 |
\********************************************/
|
90364 |
// removed by extract-text-webpack-plugin
|
90365 |
|
90366 |
/***/ }),
|
90367 |
+
/* 546 */
|
90368 |
/*!*********************************************!*\
|
90369 |
!*** ./src/blocks/social-share/editor.scss ***!
|
90370 |
\*********************************************/
|
90374 |
// removed by extract-text-webpack-plugin
|
90375 |
|
90376 |
/***/ }),
|
90377 |
+
/* 547 */
|
90378 |
/*!**********************************************!*\
|
90379 |
!*** ./src/blocks/social-share/transform.js ***!
|
90380 |
\**********************************************/
|
90428 |
/* harmony default export */ __webpack_exports__["a"] = (transform);
|
90429 |
|
90430 |
/***/ }),
|
90431 |
+
/* 548 */
|
90432 |
/*!*****************************************!*\
|
90433 |
!*** ./src/blocks/social-share/edit.js ***!
|
90434 |
\*****************************************/
|
90447 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3_memize___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_3_memize__);
|
90448 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__dist_blocks_uagb_controls_UAGBIcon_json__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/UAGBIcon.json */ 9);
|
90449 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__dist_blocks_uagb_controls_UAGBIcon_json___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_4__dist_blocks_uagb_controls_UAGBIcon_json__);
|
90450 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__styling__ = __webpack_require__(/*! ./styling */ 549);
|
90451 |
var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();
|
90452 |
|
90453 |
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
90777 |
/* harmony default export */ __webpack_exports__["a"] = (UAGBSocialShare);
|
90778 |
|
90779 |
/***/ }),
|
90780 |
+
/* 549 */
|
90781 |
/*!********************************************!*\
|
90782 |
!*** ./src/blocks/social-share/styling.js ***!
|
90783 |
\********************************************/
|
90987 |
/* harmony default export */ __webpack_exports__["a"] = (styling);
|
90988 |
|
90989 |
/***/ }),
|
90990 |
+
/* 550 */
|
90991 |
/*!*****************************************!*\
|
90992 |
!*** ./src/blocks/social-share/save.js ***!
|
90993 |
\*****************************************/
|
91037 |
}
|
91038 |
|
91039 |
/***/ }),
|
91040 |
+
/* 551 */
|
91041 |
/*!***********************************************!*\
|
91042 |
!*** ./src/blocks/social-share/deprecated.js ***!
|
91043 |
\***********************************************/
|
91272 |
/* harmony default export */ __webpack_exports__["a"] = (deprecated);
|
91273 |
|
91274 |
/***/ }),
|
91275 |
+
/* 552 */
|
91276 |
/*!************************************************!*\
|
91277 |
!*** ./src/blocks/social-share-child/block.js ***!
|
91278 |
\************************************************/
|
91282 |
"use strict";
|
91283 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
91284 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__attributes__ = __webpack_require__(/*! ./attributes */ 211);
|
91285 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__edit__ = __webpack_require__(/*! ./edit */ 553);
|
91286 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__save__ = __webpack_require__(/*! ./save */ 555);
|
91287 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__style_scss__ = __webpack_require__(/*! ./style.scss */ 556);
|
91288 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_4__style_scss__);
|
91289 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__editor_scss__ = __webpack_require__(/*! ./editor.scss */ 557);
|
91290 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__editor_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_5__editor_scss__);
|
91291 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__deprecated__ = __webpack_require__(/*! ./deprecated */ 558);
|
91292 |
/**
|
91293 |
* BLOCK: Social Share Child
|
91294 |
*/
|
91319 |
});
|
91320 |
|
91321 |
/***/ }),
|
91322 |
+
/* 553 */
|
91323 |
/*!***********************************************!*\
|
91324 |
!*** ./src/blocks/social-share-child/edit.js ***!
|
91325 |
\***********************************************/
|
91334 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_UAGBIcon_json___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_UAGBIcon_json__);
|
91335 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__fonticonpicker_react_fonticonpicker__ = __webpack_require__(/*! @fonticonpicker/react-fonticonpicker */ 10);
|
91336 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__fonticonpicker_react_fonticonpicker___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_2__fonticonpicker_react_fonticonpicker__);
|
91337 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__styling__ = __webpack_require__(/*! ./styling */ 554);
|
91338 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__dist_blocks_uagb_controls_renderIcon__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/renderIcon */ 2);
|
91339 |
var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();
|
91340 |
|
91781 |
/* harmony default export */ __webpack_exports__["a"] = (UAGBSocialShareChild);
|
91782 |
|
91783 |
/***/ }),
|
91784 |
+
/* 554 */
|
91785 |
/*!**************************************************!*\
|
91786 |
!*** ./src/blocks/social-share-child/styling.js ***!
|
91787 |
\**************************************************/
|
91837 |
/* harmony default export */ __webpack_exports__["a"] = (styling);
|
91838 |
|
91839 |
/***/ }),
|
91840 |
+
/* 555 */
|
91841 |
/*!***********************************************!*\
|
91842 |
!*** ./src/blocks/social-share-child/save.js ***!
|
91843 |
\***********************************************/
|
91911 |
}
|
91912 |
|
91913 |
/***/ }),
|
91914 |
+
/* 556 */
|
91915 |
/*!**************************************************!*\
|
91916 |
!*** ./src/blocks/social-share-child/style.scss ***!
|
91917 |
\**************************************************/
|
91921 |
// removed by extract-text-webpack-plugin
|
91922 |
|
91923 |
/***/ }),
|
91924 |
+
/* 557 */
|
91925 |
/*!***************************************************!*\
|
91926 |
!*** ./src/blocks/social-share-child/editor.scss ***!
|
91927 |
\***************************************************/
|
91931 |
// removed by extract-text-webpack-plugin
|
91932 |
|
91933 |
/***/ }),
|
91934 |
+
/* 558 */
|
91935 |
/*!*****************************************************!*\
|
91936 |
!*** ./src/blocks/social-share-child/deprecated.js ***!
|
91937 |
\*****************************************************/
|
92013 |
/* harmony default export */ __webpack_exports__["a"] = (deprecated);
|
92014 |
|
92015 |
/***/ }),
|
92016 |
+
/* 559 */
|
92017 |
/*!****************************************!*\
|
92018 |
!*** ./src/blocks/google-map/block.js ***!
|
92019 |
\****************************************/
|
92024 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames__ = __webpack_require__(/*! classnames */ 0);
|
92025 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_classnames__);
|
92026 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
92027 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__style_scss__ = __webpack_require__(/*! ./style.scss */ 560);
|
92028 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_2__style_scss__);
|
92029 |
var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();
|
92030 |
|
92345 |
});
|
92346 |
|
92347 |
/***/ }),
|
92348 |
+
/* 560 */
|
92349 |
/*!******************************************!*\
|
92350 |
!*** ./src/blocks/google-map/style.scss ***!
|
92351 |
\******************************************/
|
92355 |
// removed by extract-text-webpack-plugin
|
92356 |
|
92357 |
/***/ }),
|
92358 |
+
/* 561 */
|
92359 |
/*!***************************************!*\
|
92360 |
!*** ./src/blocks/icon-list/block.js ***!
|
92361 |
\***************************************/
|
92365 |
"use strict";
|
92366 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
92367 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__attributes__ = __webpack_require__(/*! ./attributes */ 213);
|
92368 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__edit__ = __webpack_require__(/*! ./edit */ 562);
|
92369 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__save__ = __webpack_require__(/*! ./save */ 564);
|
92370 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__transform__ = __webpack_require__(/*! ./transform */ 565);
|
92371 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__deprecated__ = __webpack_require__(/*! ./deprecated */ 566);
|
92372 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__style_scss__ = __webpack_require__(/*! ./style.scss */ 567);
|
92373 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_6__style_scss__);
|
92374 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__editor_scss__ = __webpack_require__(/*! ./editor.scss */ 568);
|
92375 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__editor_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_7__editor_scss__);
|
92376 |
/**
|
92377 |
* BLOCK: Icon List
|
92416 |
});
|
92417 |
|
92418 |
/***/ }),
|
92419 |
+
/* 562 */
|
92420 |
/*!**************************************!*\
|
92421 |
!*** ./src/blocks/icon-list/edit.js ***!
|
92422 |
\**************************************/
|
92433 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_lodash_map___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_2_lodash_map__);
|
92434 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3_memize__ = __webpack_require__(/*! memize */ 19);
|
92435 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3_memize___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_3_memize__);
|
92436 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__styling__ = __webpack_require__(/*! ./styling */ 563);
|
92437 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__components_typography__ = __webpack_require__(/*! ../../components/typography */ 7);
|
92438 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__components_typography_fontloader__ = __webpack_require__(/*! ../../components/typography/fontloader */ 8);
|
92439 |
var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();
|
92852 |
/* harmony default export */ __webpack_exports__["a"] = (UAGBIconList);
|
92853 |
|
92854 |
/***/ }),
|
92855 |
+
/* 563 */
|
92856 |
/*!*****************************************!*\
|
92857 |
!*** ./src/blocks/icon-list/styling.js ***!
|
92858 |
\*****************************************/
|
93084 |
/* harmony default export */ __webpack_exports__["a"] = (styling);
|
93085 |
|
93086 |
/***/ }),
|
93087 |
+
/* 564 */
|
93088 |
/*!**************************************!*\
|
93089 |
!*** ./src/blocks/icon-list/save.js ***!
|
93090 |
\**************************************/
|
93131 |
}
|
93132 |
|
93133 |
/***/ }),
|
93134 |
+
/* 565 */
|
93135 |
/*!*******************************************!*\
|
93136 |
!*** ./src/blocks/icon-list/transform.js ***!
|
93137 |
\*******************************************/
|
93185 |
/* harmony default export */ __webpack_exports__["a"] = (transform);
|
93186 |
|
93187 |
/***/ }),
|
93188 |
+
/* 566 */
|
93189 |
/*!********************************************!*\
|
93190 |
!*** ./src/blocks/icon-list/deprecated.js ***!
|
93191 |
\********************************************/
|
93641 |
/* harmony default export */ __webpack_exports__["a"] = (deprecated);
|
93642 |
|
93643 |
/***/ }),
|
93644 |
+
/* 567 */
|
93645 |
/*!*****************************************!*\
|
93646 |
!*** ./src/blocks/icon-list/style.scss ***!
|
93647 |
\*****************************************/
|
93651 |
// removed by extract-text-webpack-plugin
|
93652 |
|
93653 |
/***/ }),
|
93654 |
+
/* 568 */
|
93655 |
/*!******************************************!*\
|
93656 |
!*** ./src/blocks/icon-list/editor.scss ***!
|
93657 |
\******************************************/
|
93661 |
// removed by extract-text-webpack-plugin
|
93662 |
|
93663 |
/***/ }),
|
93664 |
+
/* 569 */
|
93665 |
/*!*********************************************!*\
|
93666 |
!*** ./src/blocks/icon-list-child/block.js ***!
|
93667 |
\*********************************************/
|
93671 |
"use strict";
|
93672 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
93673 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__attributes__ = __webpack_require__(/*! ./attributes */ 214);
|
93674 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__edit__ = __webpack_require__(/*! ./edit */ 570);
|
93675 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__save__ = __webpack_require__(/*! ./save */ 572);
|
93676 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__style_scss__ = __webpack_require__(/*! ./style.scss */ 573);
|
93677 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_4__style_scss__);
|
93678 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__editor_scss__ = __webpack_require__(/*! ./editor.scss */ 574);
|
93679 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__editor_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_5__editor_scss__);
|
93680 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__deprecated__ = __webpack_require__(/*! ./deprecated */ 575);
|
93681 |
/**
|
93682 |
* BLOCK: Icon List - Child
|
93683 |
*/
|
93707 |
});
|
93708 |
|
93709 |
/***/ }),
|
93710 |
+
/* 570 */
|
93711 |
/*!********************************************!*\
|
93712 |
!*** ./src/blocks/icon-list-child/edit.js ***!
|
93713 |
\********************************************/
|
93722 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_UAGBIcon_json___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_UAGBIcon_json__);
|
93723 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__fonticonpicker_react_fonticonpicker__ = __webpack_require__(/*! @fonticonpicker/react-fonticonpicker */ 10);
|
93724 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__fonticonpicker_react_fonticonpicker___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_2__fonticonpicker_react_fonticonpicker__);
|
93725 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__styling__ = __webpack_require__(/*! ./styling */ 571);
|
93726 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__dist_blocks_uagb_controls_renderIcon__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/renderIcon */ 2);
|
93727 |
var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();
|
93728 |
|
94323 |
/* harmony default export */ __webpack_exports__["a"] = (UAGBIconListChild);
|
94324 |
|
94325 |
/***/ }),
|
94326 |
+
/* 571 */
|
94327 |
/*!***********************************************!*\
|
94328 |
!*** ./src/blocks/icon-list-child/styling.js ***!
|
94329 |
\***********************************************/
|
94391 |
/* harmony default export */ __webpack_exports__["a"] = (styling);
|
94392 |
|
94393 |
/***/ }),
|
94394 |
+
/* 572 */
|
94395 |
/*!********************************************!*\
|
94396 |
!*** ./src/blocks/icon-list-child/save.js ***!
|
94397 |
\********************************************/
|
94475 |
}
|
94476 |
|
94477 |
/***/ }),
|
94478 |
+
/* 573 */
|
94479 |
/*!***********************************************!*\
|
94480 |
!*** ./src/blocks/icon-list-child/style.scss ***!
|
94481 |
\***********************************************/
|
94485 |
// removed by extract-text-webpack-plugin
|
94486 |
|
94487 |
/***/ }),
|
94488 |
+
/* 574 */
|
94489 |
/*!************************************************!*\
|
94490 |
!*** ./src/blocks/icon-list-child/editor.scss ***!
|
94491 |
\************************************************/
|
94495 |
// removed by extract-text-webpack-plugin
|
94496 |
|
94497 |
/***/ }),
|
94498 |
+
/* 575 */
|
94499 |
/*!**************************************************!*\
|
94500 |
!*** ./src/blocks/icon-list-child/deprecated.js ***!
|
94501 |
\**************************************************/
|
94584 |
/* harmony default export */ __webpack_exports__["a"] = (deprecated);
|
94585 |
|
94586 |
/***/ }),
|
94587 |
+
/* 576 */
|
94588 |
/*!****************************************!*\
|
94589 |
!*** ./src/blocks/price-list/block.js ***!
|
94590 |
\****************************************/
|
94593 |
|
94594 |
"use strict";
|
94595 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
94596 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__edit__ = __webpack_require__(/*! ./edit */ 577);
|
94597 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__save__ = __webpack_require__(/*! ./save */ 579);
|
94598 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__deprecated__ = __webpack_require__(/*! ./deprecated */ 580);
|
94599 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__attributes__ = __webpack_require__(/*! ./attributes */ 215);
|
94600 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__style_scss__ = __webpack_require__(/*! ./style.scss */ 581);
|
94601 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_5__style_scss__);
|
94602 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__editor_scss__ = __webpack_require__(/*! ./editor.scss */ 582);
|
94603 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__editor_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_6__editor_scss__);
|
94604 |
var _registerBlockType;
|
94605 |
|
94677 |
addFilter('editor.BlockEdit', 'uagb/restaurant-menu', withPriceList);
|
94678 |
|
94679 |
/***/ }),
|
94680 |
+
/* 577 */
|
94681 |
/*!***************************************!*\
|
94682 |
!*** ./src/blocks/price-list/edit.js ***!
|
94683 |
\***************************************/
|
94689 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames__ = __webpack_require__(/*! classnames */ 0);
|
94690 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_classnames__);
|
94691 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__classes__ = __webpack_require__(/*! ./classes */ 65);
|
94692 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__inline_styles__ = __webpack_require__(/*! ./inline-styles */ 578);
|
94693 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3_lodash_times__ = __webpack_require__(/*! lodash/times */ 14);
|
94694 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3_lodash_times___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_3_lodash_times__);
|
94695 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
95482 |
}, {
|
95483 |
key: "componentDidMount",
|
95484 |
value: function componentDidMount() {
|
95485 |
+
var _this4 = this;
|
95486 |
|
95487 |
// Assigning block_id in the attribute.
|
95488 |
this.props.setAttributes({ block_id: this.props.clientId.substr(0, 8) });
|
95494 |
var $style = document.createElement("style");
|
95495 |
$style.setAttribute("id", "uagb-restaurant-menu-style-" + this.props.clientId.substr(0, 8));
|
95496 |
document.head.appendChild($style);
|
95497 |
+
|
95498 |
+
var getChildBlocks = select('core/block-editor').getBlocks(this.props.clientId);
|
95499 |
+
|
95500 |
+
getChildBlocks.forEach(function (pricelistChild, key) {
|
95501 |
+
pricelistChild.attributes.imageAlignment = _this4.props.attributes.imageAlignment;
|
95502 |
+
});
|
95503 |
}
|
95504 |
}]);
|
95505 |
|
95509 |
/* harmony default export */ __webpack_exports__["a"] = (UAGBRestaurantMenu);
|
95510 |
|
95511 |
/***/ }),
|
95512 |
+
/* 578 */
|
95513 |
/*!************************************************!*\
|
95514 |
!*** ./src/blocks/price-list/inline-styles.js ***!
|
95515 |
\************************************************/
|
95726 |
/* harmony default export */ __webpack_exports__["a"] = (RestMenuStyle);
|
95727 |
|
95728 |
/***/ }),
|
95729 |
+
/* 579 */
|
95730 |
/*!***************************************!*\
|
95731 |
!*** ./src/blocks/price-list/save.js ***!
|
95732 |
\***************************************/
|
95768 |
}
|
95769 |
|
95770 |
/***/ }),
|
95771 |
+
/* 580 */
|
95772 |
/*!*********************************************!*\
|
95773 |
!*** ./src/blocks/price-list/deprecated.js ***!
|
95774 |
\*********************************************/
|
95940 |
/* harmony default export */ __webpack_exports__["a"] = (deprecated);
|
95941 |
|
95942 |
/***/ }),
|
95943 |
+
/* 581 */
|
95944 |
/*!******************************************!*\
|
95945 |
!*** ./src/blocks/price-list/style.scss ***!
|
95946 |
\******************************************/
|
95950 |
// removed by extract-text-webpack-plugin
|
95951 |
|
95952 |
/***/ }),
|
95953 |
+
/* 582 */
|
95954 |
/*!*******************************************!*\
|
95955 |
!*** ./src/blocks/price-list/editor.scss ***!
|
95956 |
\*******************************************/
|
95960 |
// removed by extract-text-webpack-plugin
|
95961 |
|
95962 |
/***/ }),
|
95963 |
+
/* 583 */
|
95964 |
/*!**********************************************!*\
|
95965 |
!*** ./src/blocks/price-list-child/block.js ***!
|
95966 |
\**********************************************/
|
95969 |
|
95970 |
"use strict";
|
95971 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
95972 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__edit__ = __webpack_require__(/*! ./edit */ 584);
|
95973 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__save__ = __webpack_require__(/*! ./save */ 585);
|
95974 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__attributes__ = __webpack_require__(/*! ./attributes */ 586);
|
95975 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__style_scss__ = __webpack_require__(/*! ./style.scss */ 587);
|
95976 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_4__style_scss__);
|
95977 |
/**
|
95978 |
* BLOCK: Price List
|
96006 |
});
|
96007 |
|
96008 |
/***/ }),
|
96009 |
+
/* 584 */
|
96010 |
/*!*********************************************!*\
|
96011 |
!*** ./src/blocks/price-list-child/edit.js ***!
|
96012 |
\*********************************************/
|
96267 |
/* harmony default export */ __webpack_exports__["a"] = (UAGBRestaurantMenuChild);
|
96268 |
|
96269 |
/***/ }),
|
96270 |
+
/* 585 */
|
96271 |
/*!*********************************************!*\
|
96272 |
!*** ./src/blocks/price-list-child/save.js ***!
|
96273 |
\*********************************************/
|
96367 |
}
|
96368 |
|
96369 |
/***/ }),
|
96370 |
+
/* 586 */
|
96371 |
/*!***************************************************!*\
|
96372 |
!*** ./src/blocks/price-list-child/attributes.js ***!
|
96373 |
\***************************************************/
|
96402 |
type: "string",
|
96403 |
default: "top"
|
96404 |
},
|
96405 |
+
imageAlignment: {
|
96406 |
+
type: "string",
|
96407 |
+
default: "top"
|
96408 |
+
},
|
96409 |
imageSize: {
|
96410 |
type: "string",
|
96411 |
default: "medium"
|
96436 |
/* harmony default export */ __webpack_exports__["a"] = (attributes);
|
96437 |
|
96438 |
/***/ }),
|
96439 |
+
/* 587 */
|
96440 |
/*!************************************************!*\
|
96441 |
!*** ./src/blocks/price-list-child/style.scss ***!
|
96442 |
\************************************************/
|
96446 |
// removed by extract-text-webpack-plugin
|
96447 |
|
96448 |
/***/ }),
|
96449 |
+
/* 588 */
|
96450 |
/*!**************************************!*\
|
96451 |
!*** ./src/blocks/timeline/block.js ***!
|
96452 |
\**************************************/
|
96454 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
96455 |
|
96456 |
"use strict";
|
96457 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__content_timeline_block_js__ = __webpack_require__(/*! ./content-timeline/block.js */ 589);
|
96458 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__content_timeline_child_block_js__ = __webpack_require__(/*! ./content-timeline-child/block.js */ 594);
|
96459 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__post_timeline_block_js__ = __webpack_require__(/*! ./post-timeline/block.js */ 599);
|
96460 |
|
96461 |
|
96462 |
|
96463 |
|
96464 |
/***/ }),
|
96465 |
+
/* 589 */
|
96466 |
/*!*******************************************************!*\
|
96467 |
!*** ./src/blocks/timeline/content-timeline/block.js ***!
|
96468 |
\*******************************************************/
|
96473 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../../dist/blocks/uagb-controls/block-icons */ 1);
|
96474 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__style_scss__ = __webpack_require__(/*! .././style.scss */ 119);
|
96475 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1__style_scss__);
|
96476 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__style_scss__ = __webpack_require__(/*! ./style.scss */ 590);
|
96477 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_2__style_scss__);
|
96478 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__deprecated__ = __webpack_require__(/*! ./deprecated */ 591);
|
96479 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__save__ = __webpack_require__(/*! ./save */ 592);
|
96480 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__attributes__ = __webpack_require__(/*! ./attributes */ 216);
|
96481 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__edit__ = __webpack_require__(/*! ./edit */ 593);
|
96482 |
function _objectWithoutProperties(obj, keys) { var target = {}; for (var i in obj) { if (keys.indexOf(i) >= 0) continue; if (!Object.prototype.hasOwnProperty.call(obj, i)) continue; target[i] = obj[i]; } return target; }
|
96483 |
|
96484 |
/**
|
96597 |
addFilter('editor.BlockEdit', 'uagb/content-timeline', withcontentTimeline);
|
96598 |
|
96599 |
/***/ }),
|
96600 |
+
/* 590 */
|
96601 |
/*!*********************************************************!*\
|
96602 |
!*** ./src/blocks/timeline/content-timeline/style.scss ***!
|
96603 |
\*********************************************************/
|
96607 |
// removed by extract-text-webpack-plugin
|
96608 |
|
96609 |
/***/ }),
|
96610 |
+
/* 591 */
|
96611 |
/*!************************************************************!*\
|
96612 |
!*** ./src/blocks/timeline/content-timeline/deprecated.js ***!
|
96613 |
\************************************************************/
|
97190 |
/* harmony default export */ __webpack_exports__["a"] = (deprecated);
|
97191 |
|
97192 |
/***/ }),
|
97193 |
+
/* 592 */
|
97194 |
/*!******************************************************!*\
|
97195 |
!*** ./src/blocks/timeline/content-timeline/save.js ***!
|
97196 |
\******************************************************/
|
97250 |
}
|
97251 |
|
97252 |
/***/ }),
|
97253 |
+
/* 593 */
|
97254 |
/*!******************************************************!*\
|
97255 |
!*** ./src/blocks/timeline/content-timeline/edit.js ***!
|
97256 |
\******************************************************/
|
98044 |
}, {
|
98045 |
key: "componentDidUpdate",
|
98046 |
value: function componentDidUpdate() {
|
98047 |
+
var _this2 = this;
|
98048 |
|
98049 |
select('core/block-editor').getBlocksByClientId(this.props.clientId)[0].innerBlocks.forEach(function (block, key) {
|
98050 |
var align_class = "";
|
98076 |
dispatch('core/block-editor').updateBlockAttributes(block.clientId, { content_class: align_class });
|
98077 |
dispatch('core/block-editor').updateBlockAttributes(block.clientId, { dayalign_class: day_align_class });
|
98078 |
});
|
98079 |
+
var getChildBlocks = select('core/block-editor').getBlocks(this.props.clientId);
|
98080 |
+
getChildBlocks.forEach(function (ctChild, key) {
|
98081 |
+
ctChild.attributes.headingTag = _this2.props.attributes.headingTag;
|
98082 |
+
});
|
98083 |
|
98084 |
var id = this.props.clientId;
|
98085 |
window.addEventListener("load", this.timelineContent_back(id));
|
98183 |
/* harmony default export */ __webpack_exports__["a"] = (UAGBcontentTimeline);
|
98184 |
|
98185 |
/***/ }),
|
98186 |
+
/* 594 */
|
98187 |
/*!*************************************************************!*\
|
98188 |
!*** ./src/blocks/timeline/content-timeline-child/block.js ***!
|
98189 |
\*************************************************************/
|
98194 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../../dist/blocks/uagb-controls/block-icons */ 1);
|
98195 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__style_scss__ = __webpack_require__(/*! .././style.scss */ 119);
|
98196 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1__style_scss__);
|
98197 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__style_scss__ = __webpack_require__(/*! ./style.scss */ 595);
|
98198 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_2__style_scss__);
|
98199 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__save__ = __webpack_require__(/*! ./save */ 596);
|
98200 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__attributes__ = __webpack_require__(/*! ./attributes */ 221);
|
98201 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__edit__ = __webpack_require__(/*! ./edit */ 597);
|
98202 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__deprecated__ = __webpack_require__(/*! ./deprecated */ 598);
|
98203 |
/**
|
98204 |
* BLOCK: Content Timeline Child
|
98205 |
*/
|
98211 |
|
98212 |
|
98213 |
|
98214 |
+
|
98215 |
var __ = wp.i18n.__;
|
98216 |
var registerBlockType = wp.blocks.registerBlockType;
|
98217 |
|
98225 |
keywords: [__("Content Timeline"), __("Timeline"), __("uag")],
|
98226 |
attributes: __WEBPACK_IMPORTED_MODULE_4__attributes__["a" /* default */],
|
98227 |
edit: __WEBPACK_IMPORTED_MODULE_5__edit__["a" /* default */],
|
98228 |
+
save: __WEBPACK_IMPORTED_MODULE_3__save__["a" /* default */],
|
98229 |
+
deprecated: __WEBPACK_IMPORTED_MODULE_6__deprecated__["a" /* default */]
|
98230 |
});
|
98231 |
|
98232 |
/***/ }),
|
98233 |
+
/* 595 */
|
98234 |
/*!***************************************************************!*\
|
98235 |
!*** ./src/blocks/timeline/content-timeline-child/style.scss ***!
|
98236 |
\***************************************************************/
|
98240 |
// removed by extract-text-webpack-plugin
|
98241 |
|
98242 |
/***/ }),
|
98243 |
+
/* 596 */
|
98244 |
/*!************************************************************!*\
|
98245 |
!*** ./src/blocks/timeline/content-timeline-child/save.js ***!
|
98246 |
\************************************************************/
|
98321 |
wp.element.createElement(
|
98322 |
"div",
|
98323 |
{ className: "uagb-timeline__date-hide uagb-timeline__date-inner" },
|
98324 |
+
displayPostDate != true && t_date && wp.element.createElement(
|
98325 |
"div",
|
98326 |
{ className: "uagb-timeline__inner-date-new" },
|
98327 |
post_date
|
98362 |
);
|
98363 |
}
|
98364 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
98365 |
/***/ }),
|
98366 |
/* 597 */
|
98367 |
/*!************************************************************!*\
|
98541 |
wp.element.createElement(
|
98542 |
"div",
|
98543 |
{ className: "uagb-timeline__date-hide uagb-timeline__date-inner" },
|
98544 |
+
displayPostDate != true && t_date && wp.element.createElement(
|
98545 |
"div",
|
98546 |
{ className: "uagb-timeline__inner-date-new" },
|
98547 |
post_date
|
98556 |
wp.element.createElement(RichText, {
|
98557 |
tagName: headingTag,
|
98558 |
value: time_heading,
|
|
|
|
|
98559 |
onChange: function onChange(value) {
|
98560 |
+
return setAttributes({ time_heading: value });
|
98561 |
},
|
98562 |
+
placeholder: __("Write a Heading"),
|
98563 |
+
className: "uagb-timeline__heading",
|
98564 |
onMerge: mergeBlocks,
|
98565 |
unstableOnSplit: insertBlocksAfter ? function (before, after) {
|
98566 |
for (var _len2 = arguments.length, blocks = Array(_len2 > 2 ? _len2 - 2 : 0), _key2 = 2; _key2 < _len2; _key2++) {
|
98578 |
wp.element.createElement(RichText, {
|
98579 |
tagName: "p",
|
98580 |
value: time_desc,
|
98581 |
+
onChange: function onChange(value) {
|
98582 |
+
return setAttributes({ time_desc: value });
|
98583 |
+
},
|
98584 |
placeholder: __("Write a Description"),
|
98585 |
className: "uagb-timeline-desc-content",
|
98586 |
onMerge: mergeBlocks,
|
98616 |
|
98617 |
/***/ }),
|
98618 |
/* 598 */
|
98619 |
+
/*!******************************************************************!*\
|
98620 |
+
!*** ./src/blocks/timeline/content-timeline-child/deprecated.js ***!
|
98621 |
+
\******************************************************************/
|
98622 |
+
/*! exports provided: default */
|
98623 |
+
/*! exports used: default */
|
98624 |
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
98625 |
+
|
98626 |
+
"use strict";
|
98627 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames__ = __webpack_require__(/*! classnames */ 0);
|
98628 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_classnames__);
|
98629 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__attributes__ = __webpack_require__(/*! ./attributes */ 221);
|
98630 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_renderIcon__ = __webpack_require__(/*! ../../../../dist/blocks/uagb-controls/renderIcon */ 2);
|
98631 |
+
|
98632 |
+
|
98633 |
+
|
98634 |
+
|
98635 |
+
var _wp$date = wp.date,
|
98636 |
+
dateI18n = _wp$date.dateI18n,
|
98637 |
+
__experimentalGetSettings = _wp$date.__experimentalGetSettings;
|
98638 |
+
var RichText = wp.blockEditor.RichText;
|
98639 |
+
|
98640 |
+
|
98641 |
+
var deprecated = [{
|
98642 |
+
attributes: __WEBPACK_IMPORTED_MODULE_1__attributes__["a" /* default */],
|
98643 |
+
save: function save(props) {
|
98644 |
+
var _props$attributes = props.attributes,
|
98645 |
+
block_id = _props$attributes.block_id,
|
98646 |
+
headingTag = _props$attributes.headingTag,
|
98647 |
+
displayPostDate = _props$attributes.displayPostDate,
|
98648 |
+
icon = _props$attributes.icon,
|
98649 |
+
t_date = _props$attributes.t_date,
|
98650 |
+
dateFormat = _props$attributes.dateFormat,
|
98651 |
+
time_heading = _props$attributes.time_heading,
|
98652 |
+
time_desc = _props$attributes.time_desc;
|
98653 |
+
|
98654 |
+
|
98655 |
+
var display_inner_date = true;
|
98656 |
+
var icon_class = "uagb-timeline__icon-new out-view-uagb-timeline__icon ";
|
98657 |
+
var post_date = t_date;
|
98658 |
+
if ('custom' != dateFormat) {
|
98659 |
+
|
98660 |
+
post_date = dateI18n(dateFormat, t_date);
|
98661 |
+
if (post_date === "Invalid date") {
|
98662 |
+
post_date = t_date;
|
98663 |
+
}
|
98664 |
+
}
|
98665 |
+
|
98666 |
+
var content_class = '';
|
98667 |
+
var dayalign_class = '';
|
98668 |
+
|
98669 |
+
if (props.attributes.dayalign_class != 'undefined' && props.attributes.content_class != 'undefined') {
|
98670 |
+
content_class = props.attributes.content_class;
|
98671 |
+
dayalign_class = props.attributes.dayalign_class;
|
98672 |
+
}
|
98673 |
+
return wp.element.createElement(
|
98674 |
+
"article",
|
98675 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default()("uagb-timeline__field uagb-timeline__field-wrap", "uagb-timeline-child-" + block_id) },
|
98676 |
+
wp.element.createElement(
|
98677 |
+
"div",
|
98678 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default()(content_class) },
|
98679 |
+
wp.element.createElement(
|
98680 |
+
"div",
|
98681 |
+
{ className: "uagb-timeline__marker out-view-uagb-timeline__icon" },
|
98682 |
+
wp.element.createElement(
|
98683 |
+
"span",
|
98684 |
+
{ className: icon_class },
|
98685 |
+
Object(__WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_renderIcon__["a" /* default */])(icon)
|
98686 |
+
)
|
98687 |
+
),
|
98688 |
+
wp.element.createElement(
|
98689 |
+
"div",
|
98690 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default()(dayalign_class) },
|
98691 |
+
wp.element.createElement(
|
98692 |
+
"div",
|
98693 |
+
{ className: "uagb-events-new" },
|
98694 |
+
wp.element.createElement(
|
98695 |
+
"div",
|
98696 |
+
{ className: "uagb-timeline__events-inner-new" },
|
98697 |
+
wp.element.createElement(
|
98698 |
+
"div",
|
98699 |
+
{ className: "uagb-timeline__date-hide uagb-timeline__date-inner" },
|
98700 |
+
wp.element.createElement(
|
98701 |
+
"div",
|
98702 |
+
{ className: "uagb-timeline__inner-date-new" },
|
98703 |
+
post_date
|
98704 |
+
)
|
98705 |
+
),
|
98706 |
+
wp.element.createElement(
|
98707 |
+
"div",
|
98708 |
+
{ className: "uagb-timeline-content" },
|
98709 |
+
wp.element.createElement(
|
98710 |
+
"div",
|
98711 |
+
{ className: "uagb-timeline__heading-text" },
|
98712 |
+
wp.element.createElement(RichText.Content, {
|
98713 |
+
tagName: headingTag,
|
98714 |
+
value: time_heading,
|
98715 |
+
className: "uagb-timeline__heading"
|
98716 |
+
})
|
98717 |
+
),
|
98718 |
+
wp.element.createElement(RichText.Content, {
|
98719 |
+
tagName: "p",
|
98720 |
+
value: time_desc,
|
98721 |
+
className: "uagb-timeline-desc-content"
|
98722 |
+
}),
|
98723 |
+
wp.element.createElement("div", { className: "uagb-timeline__arrow" })
|
98724 |
+
)
|
98725 |
+
)
|
98726 |
+
)
|
98727 |
+
),
|
98728 |
+
display_inner_date && wp.element.createElement(
|
98729 |
+
"div",
|
98730 |
+
{ className: "uagb-timeline__date-new" },
|
98731 |
+
displayPostDate != true && t_date && wp.element.createElement(
|
98732 |
+
"div",
|
98733 |
+
{ className: "uagb-timeline__date-new" },
|
98734 |
+
post_date
|
98735 |
+
)
|
98736 |
+
)
|
98737 |
+
)
|
98738 |
+
);
|
98739 |
+
}
|
98740 |
+
}];
|
98741 |
+
|
98742 |
+
/* harmony default export */ __webpack_exports__["a"] = (deprecated);
|
98743 |
+
|
98744 |
+
/***/ }),
|
98745 |
+
/* 599 */
|
98746 |
/*!****************************************************!*\
|
98747 |
!*** ./src/blocks/timeline/post-timeline/block.js ***!
|
98748 |
\****************************************************/
|
98754 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../../dist/blocks/uagb-controls/block-icons */ 1);
|
98755 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__style_scss__ = __webpack_require__(/*! .././style.scss */ 119);
|
98756 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1__style_scss__);
|
98757 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__editor_scss__ = __webpack_require__(/*! .././editor.scss */ 600);
|
98758 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__editor_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_2__editor_scss__);
|
98759 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__edit__ = __webpack_require__(/*! ./edit */ 601);
|
98760 |
/**
|
98761 |
* BLOCK: Post Timeline Js.
|
98762 |
*/
|
98795 |
});
|
98796 |
|
98797 |
/***/ }),
|
98798 |
+
/* 600 */
|
98799 |
/*!*****************************************!*\
|
98800 |
!*** ./src/blocks/timeline/editor.scss ***!
|
98801 |
\*****************************************/
|
98805 |
// removed by extract-text-webpack-plugin
|
98806 |
|
98807 |
/***/ }),
|
98808 |
+
/* 601 */
|
98809 |
/*!***************************************************!*\
|
98810 |
!*** ./src/blocks/timeline/post-timeline/edit.js ***!
|
98811 |
\***************************************************/
|
98814 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
98815 |
|
98816 |
"use strict";
|
98817 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_lodash_isUndefined__ = __webpack_require__(/*! lodash/isUndefined */ 602);
|
98818 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_lodash_isUndefined___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_lodash_isUndefined__);
|
98819 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_lodash_pickBy__ = __webpack_require__(/*! lodash/pickBy */ 603);
|
98820 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_lodash_pickBy___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1_lodash_pickBy__);
|
98821 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_lodash_map__ = __webpack_require__(/*! lodash/map */ 17);
|
98822 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_lodash_map___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_2_lodash_map__);
|
98831 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__classes__ = __webpack_require__(/*! .././classes */ 66);
|
98832 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_9__align_classes__ = __webpack_require__(/*! .././align-classes */ 218);
|
98833 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_10__day_align_classes__ = __webpack_require__(/*! .././day-align-classes */ 219);
|
98834 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_11__components_Title__ = __webpack_require__(/*! ./components/Title */ 606);
|
98835 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_12__components_FeaturedImage__ = __webpack_require__(/*! ./components/FeaturedImage */ 607);
|
98836 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_13__components_Excerpt__ = __webpack_require__(/*! ./components/Excerpt */ 608);
|
98837 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_14__components_CtaLink__ = __webpack_require__(/*! ./components/CtaLink */ 609);
|
98838 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_15__components_Author__ = __webpack_require__(/*! ./components/Author */ 610);
|
98839 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_16__components_PostDate__ = __webpack_require__(/*! ./components/PostDate */ 611);
|
98840 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_17__components_Icon__ = __webpack_require__(/*! ./components/Icon */ 612);
|
98841 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_18__components_typography__ = __webpack_require__(/*! ../../../components/typography */ 7);
|
98842 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_19__components_typography_fontloader__ = __webpack_require__(/*! ../../../components/typography/fontloader */ 8);
|
98843 |
var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
|
100255 |
})(UAGBTimeline));
|
100256 |
|
100257 |
/***/ }),
|
100258 |
+
/* 602 */
|
100259 |
/*!********************************************!*\
|
100260 |
!*** ./node_modules/lodash/isUndefined.js ***!
|
100261 |
\********************************************/
|
100287 |
|
100288 |
|
100289 |
/***/ }),
|
100290 |
+
/* 603 */
|
100291 |
/*!***************************************!*\
|
100292 |
!*** ./node_modules/lodash/pickBy.js ***!
|
100293 |
\***************************************/
|
100296 |
|
100297 |
var arrayMap = __webpack_require__(/*! ./_arrayMap */ 44),
|
100298 |
baseIteratee = __webpack_require__(/*! ./_baseIteratee */ 143),
|
100299 |
+
basePickBy = __webpack_require__(/*! ./_basePickBy */ 604),
|
100300 |
getAllKeysIn = __webpack_require__(/*! ./_getAllKeysIn */ 99);
|
100301 |
|
100302 |
/**
|
100334 |
|
100335 |
|
100336 |
/***/ }),
|
100337 |
+
/* 604 */
|
100338 |
/*!********************************************!*\
|
100339 |
!*** ./node_modules/lodash/_basePickBy.js ***!
|
100340 |
\********************************************/
|
100343 |
/***/ (function(module, exports, __webpack_require__) {
|
100344 |
|
100345 |
var baseGet = __webpack_require__(/*! ./_baseGet */ 55),
|
100346 |
+
baseSet = __webpack_require__(/*! ./_baseSet */ 605),
|
100347 |
castPath = __webpack_require__(/*! ./_castPath */ 30);
|
100348 |
|
100349 |
/**
|
100375 |
|
100376 |
|
100377 |
/***/ }),
|
100378 |
+
/* 605 */
|
100379 |
/*!*****************************************!*\
|
100380 |
!*** ./node_modules/lodash/_baseSet.js ***!
|
100381 |
\*****************************************/
|
100433 |
|
100434 |
|
100435 |
/***/ }),
|
100436 |
+
/* 606 */
|
100437 |
/*!***************************************************************!*\
|
100438 |
!*** ./src/blocks/timeline/post-timeline/components/Title.js ***!
|
100439 |
\***************************************************************/
|
100499 |
/* harmony default export */ __webpack_exports__["a"] = (Title);
|
100500 |
|
100501 |
/***/ }),
|
100502 |
+
/* 607 */
|
100503 |
/*!***********************************************************************!*\
|
100504 |
!*** ./src/blocks/timeline/post-timeline/components/FeaturedImage.js ***!
|
100505 |
\***********************************************************************/
|
100568 |
/* harmony default export */ __webpack_exports__["a"] = (FeaturedImage);
|
100569 |
|
100570 |
/***/ }),
|
100571 |
+
/* 608 */
|
100572 |
/*!*****************************************************************!*\
|
100573 |
!*** ./src/blocks/timeline/post-timeline/components/Excerpt.js ***!
|
100574 |
\*****************************************************************/
|
100627 |
/* harmony default export */ __webpack_exports__["a"] = (Excerpt);
|
100628 |
|
100629 |
/***/ }),
|
100630 |
+
/* 609 */
|
100631 |
/*!*****************************************************************!*\
|
100632 |
!*** ./src/blocks/timeline/post-timeline/components/CtaLink.js ***!
|
100633 |
\*****************************************************************/
|
100687 |
/* harmony default export */ __webpack_exports__["a"] = (CtaLink);
|
100688 |
|
100689 |
/***/ }),
|
100690 |
+
/* 610 */
|
100691 |
/*!****************************************************************!*\
|
100692 |
!*** ./src/blocks/timeline/post-timeline/components/Author.js ***!
|
100693 |
\****************************************************************/
|
100751 |
/* harmony default export */ __webpack_exports__["a"] = (Author);
|
100752 |
|
100753 |
/***/ }),
|
100754 |
+
/* 611 */
|
100755 |
/*!******************************************************************!*\
|
100756 |
!*** ./src/blocks/timeline/post-timeline/components/PostDate.js ***!
|
100757 |
\******************************************************************/
|
100811 |
/* harmony default export */ __webpack_exports__["a"] = (PostDate);
|
100812 |
|
100813 |
/***/ }),
|
100814 |
+
/* 612 */
|
100815 |
/*!**************************************************************!*\
|
100816 |
!*** ./src/blocks/timeline/post-timeline/components/Icon.js ***!
|
100817 |
\**************************************************************/
|
100865 |
/* harmony default export */ __webpack_exports__["a"] = (Icon);
|
100866 |
|
100867 |
/***/ }),
|
100868 |
+
/* 613 */
|
100869 |
/*!********************************************!*\
|
100870 |
!*** ./src/blocks/call-to-action/block.js ***!
|
100871 |
\********************************************/
|
100874 |
|
100875 |
"use strict";
|
100876 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
100877 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__edit__ = __webpack_require__(/*! ./edit */ 614);
|
100878 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__save__ = __webpack_require__(/*! ./save */ 616);
|
100879 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__attributes__ = __webpack_require__(/*! ./attributes */ 222);
|
100880 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__deprecated__ = __webpack_require__(/*! ./deprecated */ 617);
|
100881 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__editor_scss__ = __webpack_require__(/*! ./editor.scss */ 619);
|
100882 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__editor_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_5__editor_scss__);
|
100883 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__style_scss__ = __webpack_require__(/*! ./style.scss */ 620);
|
100884 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_6__style_scss__);
|
100885 |
/**
|
100886 |
* BLOCK: Call To Action.
|
100918 |
});
|
100919 |
|
100920 |
/***/ }),
|
100921 |
+
/* 614 */
|
100922 |
/*!*******************************************!*\
|
100923 |
!*** ./src/blocks/call-to-action/edit.js ***!
|
100924 |
\*******************************************/
|
100938 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__classes__ = __webpack_require__(/*! ./classes */ 122);
|
100939 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__components_CTA__ = __webpack_require__(/*! ./components/CTA */ 123);
|
100940 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
100941 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__inline_styles__ = __webpack_require__(/*! ./inline-styles */ 615);
|
100942 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_9__dist_blocks_uagb_controls_renderIcon__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/renderIcon */ 2);
|
100943 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_10__components_typography__ = __webpack_require__(/*! ../../components/typography */ 7);
|
100944 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_11__components_typography_fontloader__ = __webpack_require__(/*! ../../components/typography/fontloader */ 8);
|
101842 |
/* harmony default export */ __webpack_exports__["a"] = (UAGBCallToAction);
|
101843 |
|
101844 |
/***/ }),
|
101845 |
+
/* 615 */
|
101846 |
/*!****************************************************!*\
|
101847 |
!*** ./src/blocks/call-to-action/inline-styles.js ***!
|
101848 |
\****************************************************/
|
102079 |
/* harmony default export */ __webpack_exports__["a"] = (CtaStyle);
|
102080 |
|
102081 |
/***/ }),
|
102082 |
+
/* 616 */
|
102083 |
/*!*******************************************!*\
|
102084 |
!*** ./src/blocks/call-to-action/save.js ***!
|
102085 |
\*******************************************/
|
102208 |
}
|
102209 |
|
102210 |
/***/ }),
|
102211 |
+
/* 617 */
|
102212 |
/*!*************************************************!*\
|
102213 |
!*** ./src/blocks/call-to-action/deprecated.js ***!
|
102214 |
\*************************************************/
|
102222 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__components_Title__ = __webpack_require__(/*! ./components/Title */ 120);
|
102223 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__components_Description__ = __webpack_require__(/*! ./components/Description */ 121);
|
102224 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__classes__ = __webpack_require__(/*! ./classes */ 122);
|
102225 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__components_CallToAction__ = __webpack_require__(/*! ./components/CallToAction */ 618);
|
102226 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__components_CTA__ = __webpack_require__(/*! ./components/CTA */ 123);
|
102227 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__attributes__ = __webpack_require__(/*! ./attributes */ 222);
|
102228 |
function _toConsumableArray(arr) { if (Array.isArray(arr)) { for (var i = 0, arr2 = Array(arr.length); i < arr.length; i++) { arr2[i] = arr[i]; } return arr2; } else { return Array.from(arr); } }
|
102229 |
|
102230 |
/**
|
102547 |
/* harmony default export */ __webpack_exports__["a"] = (deprecated);
|
102548 |
|
102549 |
/***/ }),
|
102550 |
+
/* 618 */
|
102551 |
/*!**************************************************************!*\
|
102552 |
!*** ./src/blocks/call-to-action/components/CallToAction.js ***!
|
102553 |
\**************************************************************/
|
102641 |
/* harmony default export */ __webpack_exports__["a"] = (CallToAction);
|
102642 |
|
102643 |
/***/ }),
|
102644 |
+
/* 619 */
|
102645 |
/*!***********************************************!*\
|
102646 |
!*** ./src/blocks/call-to-action/editor.scss ***!
|
102647 |
\***********************************************/
|
102651 |
// removed by extract-text-webpack-plugin
|
102652 |
|
102653 |
/***/ }),
|
102654 |
+
/* 620 */
|
102655 |
/*!**********************************************!*\
|
102656 |
!*** ./src/blocks/call-to-action/style.scss ***!
|
102657 |
\**********************************************/
|
102661 |
// removed by extract-text-webpack-plugin
|
102662 |
|
102663 |
/***/ }),
|
102664 |
+
/* 621 */
|
102665 |
/*!************************************!*\
|
102666 |
!*** ./src/blocks/column/block.js ***!
|
102667 |
\************************************/
|
102670 |
|
102671 |
"use strict";
|
102672 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
102673 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__edit__ = __webpack_require__(/*! ./edit */ 622);
|
102674 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__save__ = __webpack_require__(/*! ./save */ 625);
|
102675 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__deprecated__ = __webpack_require__(/*! ./deprecated */ 626);
|
102676 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__attributes__ = __webpack_require__(/*! ./attributes */ 223);
|
102677 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__style_scss__ = __webpack_require__(/*! ./style.scss */ 627);
|
102678 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_5__style_scss__);
|
102679 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__editor_scss__ = __webpack_require__(/*! ./editor.scss */ 628);
|
102680 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__editor_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_6__editor_scss__);
|
102681 |
/**
|
102682 |
* BLOCK: Column
|
102712 |
});
|
102713 |
|
102714 |
/***/ }),
|
102715 |
+
/* 622 */
|
102716 |
/*!***********************************!*\
|
102717 |
!*** ./src/blocks/column/edit.js ***!
|
102718 |
\***********************************/
|
102724 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames__ = __webpack_require__(/*! classnames */ 0);
|
102725 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_classnames__);
|
102726 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
102727 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__styling__ = __webpack_require__(/*! ./styling */ 623);
|
102728 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__components_gradient_settings__ = __webpack_require__(/*! ../../components/gradient-settings */ 101);
|
102729 |
var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();
|
102730 |
|
103769 |
/* harmony default export */ __webpack_exports__["a"] = (UAGBColumnEdit);
|
103770 |
|
103771 |
/***/ }),
|
103772 |
+
/* 623 */
|
103773 |
/*!**************************************!*\
|
103774 |
!*** ./src/blocks/column/styling.js ***!
|
103775 |
\**************************************/
|
103778 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
103779 |
|
103780 |
"use strict";
|
103781 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__inline_styles__ = __webpack_require__(/*! ./inline-styles */ 624);
|
103782 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSS__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/generateCSS */ 4);
|
103783 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/generateCSSUnit */ 3);
|
103784 |
/**
|
103926 |
/* harmony default export */ __webpack_exports__["a"] = (styling);
|
103927 |
|
103928 |
/***/ }),
|
103929 |
+
/* 624 */
|
103930 |
/*!********************************************!*\
|
103931 |
!*** ./src/blocks/column/inline-styles.js ***!
|
103932 |
\********************************************/
|
104012 |
/* harmony default export */ __webpack_exports__["a"] = (inlineStyles);
|
104013 |
|
104014 |
/***/ }),
|
104015 |
+
/* 625 */
|
104016 |
/*!***********************************!*\
|
104017 |
!*** ./src/blocks/column/save.js ***!
|
104018 |
\***********************************/
|
104062 |
}
|
104063 |
|
104064 |
/***/ }),
|
104065 |
+
/* 626 */
|
104066 |
/*!*****************************************!*\
|
104067 |
!*** ./src/blocks/column/deprecated.js ***!
|
104068 |
\*****************************************/
|
104073 |
"use strict";
|
104074 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames__ = __webpack_require__(/*! classnames */ 0);
|
104075 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_classnames__);
|
104076 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__attributes__ = __webpack_require__(/*! ./attributes */ 223);
|
104077 |
/**
|
104078 |
* BLOCK: Column - Deprecated Block
|
104079 |
*/
|
104123 |
/* harmony default export */ __webpack_exports__["a"] = (deprecated);
|
104124 |
|
104125 |
/***/ }),
|
104126 |
+
/* 627 */
|
104127 |
/*!**************************************!*\
|
104128 |
!*** ./src/blocks/column/style.scss ***!
|
104129 |
\**************************************/
|
104133 |
// removed by extract-text-webpack-plugin
|
104134 |
|
104135 |
/***/ }),
|
104136 |
+
/* 628 */
|
104137 |
/*!***************************************!*\
|
104138 |
!*** ./src/blocks/column/editor.scss ***!
|
104139 |
\***************************************/
|
104143 |
// removed by extract-text-webpack-plugin
|
104144 |
|
104145 |
/***/ }),
|
104146 |
+
/* 629 */
|
104147 |
/*!*************************************!*\
|
104148 |
!*** ./src/blocks/columns/block.js ***!
|
104149 |
\*************************************/
|
104154 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames__ = __webpack_require__(/*! classnames */ 0);
|
104155 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_classnames__);
|
104156 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
104157 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__attributes__ = __webpack_require__(/*! ./attributes */ 224);
|
104158 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__edit__ = __webpack_require__(/*! ./edit */ 630);
|
104159 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__deprecated__ = __webpack_require__(/*! ./deprecated */ 635);
|
104160 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__shapes__ = __webpack_require__(/*! ./shapes */ 124);
|
104161 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__variations__ = __webpack_require__(/*! ./variations */ 636);
|
104162 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__style_scss__ = __webpack_require__(/*! ./style.scss */ 646);
|
104163 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_7__style_scss__);
|
104164 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__editor_scss__ = __webpack_require__(/*! ./editor.scss */ 647);
|
104165 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__editor_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_8__editor_scss__);
|
104166 |
/**
|
104167 |
* BLOCK: Columns
|
104273 |
});
|
104274 |
|
104275 |
/***/ }),
|
104276 |
+
/* 630 */
|
104277 |
/*!************************************!*\
|
104278 |
!*** ./src/blocks/columns/edit.js ***!
|
104279 |
\************************************/
|
104282 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
104283 |
|
104284 |
"use strict";
|
104285 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__components_option_selector_control__ = __webpack_require__(/*! ../../components/option-selector-control */ 631);
|
104286 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_classnames__ = __webpack_require__(/*! classnames */ 0);
|
104287 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_classnames___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1_classnames__);
|
104288 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__styling__ = __webpack_require__(/*! ./styling */ 632);
|
104289 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3_memize__ = __webpack_require__(/*! memize */ 19);
|
104290 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3_memize___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_3_memize__);
|
104291 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4_lodash_times__ = __webpack_require__(/*! lodash/times */ 14);
|
104292 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4_lodash_times___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_4_lodash_times__);
|
104293 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5_lodash_map__ = __webpack_require__(/*! lodash/map */ 17);
|
104294 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5_lodash_map___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_5_lodash_map__);
|
104295 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6_lodash_dropRight__ = __webpack_require__(/*! lodash/dropRight */ 634);
|
104296 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6_lodash_dropRight___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_6_lodash_dropRight__);
|
104297 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
104298 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__shapes__ = __webpack_require__(/*! ./shapes */ 124);
|
104299 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_9__components_box_shadow__ = __webpack_require__(/*! ../../components/box-shadow */ 64);
|
104300 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_10__components_gradient_settings__ = __webpack_require__(/*! ../../components/gradient-settings */ 101);
|
104301 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_11__icons__ = __webpack_require__(/*! ./icons */ 225);
|
104302 |
var _slicedToArray = function () { function sliceIterator(arr, i) { var _arr = []; var _n = true; var _d = false; var _e = undefined; try { for (var _i = arr[Symbol.iterator](), _s; !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"]) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } return function (arr, i) { if (Array.isArray(arr)) { return arr; } else if (Symbol.iterator in Object(arr)) { return sliceIterator(arr, i); } else { throw new TypeError("Invalid attempt to destructure non-iterable instance"); } }; }();
|
104303 |
|
104304 |
var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();
|
105802 |
/* harmony default export */ __webpack_exports__["a"] = (compose(withNotices, applyWithSelect)(UAGBColumns));
|
105803 |
|
105804 |
/***/ }),
|
105805 |
+
/* 631 */
|
105806 |
/*!*********************************************************!*\
|
105807 |
!*** ./src/components/option-selector-control/index.js ***!
|
105808 |
\*********************************************************/
|
105948 |
/* harmony default export */ __webpack_exports__["a"] = (OptionSelectorControl);
|
105949 |
|
105950 |
/***/ }),
|
105951 |
+
/* 632 */
|
105952 |
/*!***************************************!*\
|
105953 |
!*** ./src/blocks/columns/styling.js ***!
|
105954 |
\***************************************/
|
105957 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
105958 |
|
105959 |
"use strict";
|
105960 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__inline_styles__ = __webpack_require__(/*! ./inline-styles */ 633);
|
105961 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSS__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/generateCSS */ 4);
|
105962 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_hexToRgba__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/hexToRgba */ 102);
|
105963 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__dist_blocks_uagb_controls_generateCSSUnit__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/generateCSSUnit */ 3);
|
106159 |
/* harmony default export */ __webpack_exports__["a"] = (styling);
|
106160 |
|
106161 |
/***/ }),
|
106162 |
+
/* 633 */
|
106163 |
/*!*********************************************!*\
|
106164 |
!*** ./src/blocks/columns/inline-styles.js ***!
|
106165 |
\*********************************************/
|
106229 |
/* harmony default export */ __webpack_exports__["a"] = (inlineStyles);
|
106230 |
|
106231 |
/***/ }),
|
106232 |
+
/* 634 */
|
106233 |
/*!******************************************!*\
|
106234 |
!*** ./node_modules/lodash/dropRight.js ***!
|
106235 |
\******************************************/
|
106278 |
|
106279 |
|
106280 |
/***/ }),
|
106281 |
+
/* 635 */
|
106282 |
/*!******************************************!*\
|
106283 |
!*** ./src/blocks/columns/deprecated.js ***!
|
106284 |
\******************************************/
|
106290 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames__ = __webpack_require__(/*! classnames */ 0);
|
106291 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_classnames__);
|
106292 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__shapes__ = __webpack_require__(/*! ./shapes */ 124);
|
106293 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__attributes__ = __webpack_require__(/*! ./attributes */ 224);
|
106294 |
/**
|
106295 |
* BLOCK: Columns - Deprecated Block
|
106296 |
*/
|
106450 |
/* harmony default export */ __webpack_exports__["a"] = (deprecated);
|
106451 |
|
106452 |
/***/ }),
|
106453 |
+
/* 636 */
|
106454 |
/*!******************************************!*\
|
106455 |
!*** ./src/blocks/columns/variations.js ***!
|
106456 |
\******************************************/
|
106459 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
106460 |
|
106461 |
"use strict";
|
106462 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__icons__ = __webpack_require__(/*! ./icons */ 225);
|
106463 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__wordpress_i18n__ = __webpack_require__(/*! @wordpress/i18n */ 637);
|
106464 |
/**
|
106465 |
* Internal dependencies
|
106466 |
*/
|
106559 |
/* harmony default export */ __webpack_exports__["a"] = (variations);
|
106560 |
|
106561 |
/***/ }),
|
106562 |
+
/* 637 */
|
106563 |
/*!************************************************************!*\
|
106564 |
!*** ./node_modules/@wordpress/i18n/build-module/index.js ***!
|
106565 |
\************************************************************/
|
106574 |
/* unused harmony export _n */
|
106575 |
/* unused harmony export _nx */
|
106576 |
/* unused harmony export sprintf */
|
106577 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_esm_objectSpread__ = __webpack_require__(/*! @babel/runtime/helpers/esm/objectSpread */ 638);
|
106578 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_tannin__ = __webpack_require__(/*! tannin */ 640);
|
106579 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_memize__ = __webpack_require__(/*! memize */ 19);
|
106580 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_memize___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_2_memize__);
|
106581 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3_sprintf_js__ = __webpack_require__(/*! sprintf-js */ 645);
|
106582 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3_sprintf_js___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_3_sprintf_js__);
|
106583 |
|
106584 |
|
106756 |
//# sourceMappingURL=index.js.map
|
106757 |
|
106758 |
/***/ }),
|
106759 |
+
/* 638 */
|
106760 |
/*!*****************************************************************!*\
|
106761 |
!*** ./node_modules/@babel/runtime/helpers/esm/objectSpread.js ***!
|
106762 |
\*****************************************************************/
|
106766 |
|
106767 |
"use strict";
|
106768 |
/* harmony export (immutable) */ __webpack_exports__["a"] = _objectSpread;
|
106769 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__defineProperty__ = __webpack_require__(/*! ./defineProperty */ 639);
|
106770 |
|
106771 |
function _objectSpread(target) {
|
106772 |
for (var i = 1; i < arguments.length; i++) {
|
106788 |
}
|
106789 |
|
106790 |
/***/ }),
|
106791 |
+
/* 639 */
|
106792 |
/*!*******************************************************************!*\
|
106793 |
!*** ./node_modules/@babel/runtime/helpers/esm/defineProperty.js ***!
|
106794 |
\*******************************************************************/
|
106814 |
}
|
106815 |
|
106816 |
/***/ }),
|
106817 |
+
/* 640 */
|
106818 |
/*!**************************************!*\
|
106819 |
!*** ./node_modules/tannin/index.js ***!
|
106820 |
\**************************************/
|
106824 |
|
106825 |
"use strict";
|
106826 |
/* harmony export (immutable) */ __webpack_exports__["a"] = Tannin;
|
106827 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__tannin_plural_forms__ = __webpack_require__(/*! @tannin/plural-forms */ 641);
|
106828 |
|
106829 |
|
106830 |
/**
|
106968 |
|
106969 |
|
106970 |
/***/ }),
|
106971 |
+
/* 641 */
|
106972 |
/*!****************************************************!*\
|
106973 |
!*** ./node_modules/@tannin/plural-forms/index.js ***!
|
106974 |
\****************************************************/
|
106978 |
|
106979 |
"use strict";
|
106980 |
/* harmony export (immutable) */ __webpack_exports__["a"] = pluralForms;
|
106981 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__tannin_compile__ = __webpack_require__(/*! @tannin/compile */ 642);
|
106982 |
|
106983 |
|
106984 |
/**
|
107000 |
|
107001 |
|
107002 |
/***/ }),
|
107003 |
+
/* 642 */
|
107004 |
/*!***********************************************!*\
|
107005 |
!*** ./node_modules/@tannin/compile/index.js ***!
|
107006 |
\***********************************************/
|
107010 |
|
107011 |
"use strict";
|
107012 |
/* harmony export (immutable) */ __webpack_exports__["a"] = compile;
|
107013 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__tannin_postfix__ = __webpack_require__(/*! @tannin/postfix */ 643);
|
107014 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__tannin_evaluate__ = __webpack_require__(/*! @tannin/evaluate */ 644);
|
107015 |
|
107016 |
|
107017 |
|
107044 |
|
107045 |
|
107046 |
/***/ }),
|
107047 |
+
/* 643 */
|
107048 |
/*!***********************************************!*\
|
107049 |
!*** ./node_modules/@tannin/postfix/index.js ***!
|
107050 |
\***********************************************/
|
107181 |
|
107182 |
|
107183 |
/***/ }),
|
107184 |
+
/* 644 */
|
107185 |
/*!************************************************!*\
|
107186 |
!*** ./node_modules/@tannin/evaluate/index.js ***!
|
107187 |
\************************************************/
|
107304 |
|
107305 |
|
107306 |
/***/ }),
|
107307 |
+
/* 645 */
|
107308 |
/*!*****************************************************************************!*\
|
107309 |
!*** ./node_modules/@wordpress/i18n/node_modules/sprintf-js/src/sprintf.js ***!
|
107310 |
\*****************************************************************************/
|
107547 |
|
107548 |
|
107549 |
/***/ }),
|
107550 |
+
/* 646 */
|
107551 |
/*!***************************************!*\
|
107552 |
!*** ./src/blocks/columns/style.scss ***!
|
107553 |
\***************************************/
|
107557 |
// removed by extract-text-webpack-plugin
|
107558 |
|
107559 |
/***/ }),
|
107560 |
+
/* 647 */
|
107561 |
/*!****************************************!*\
|
107562 |
!*** ./src/blocks/columns/editor.scss ***!
|
107563 |
\****************************************/
|
107567 |
// removed by extract-text-webpack-plugin
|
107568 |
|
107569 |
/***/ }),
|
107570 |
+
/* 648 */
|
107571 |
/*!****************************************!*\
|
107572 |
!*** ./src/blocks/cf7-styler/block.js ***!
|
107573 |
\****************************************/
|
107576 |
|
107577 |
"use strict";
|
107578 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
107579 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__edit__ = __webpack_require__(/*! ./edit */ 649);
|
107580 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__editor_scss__ = __webpack_require__(/*! ./editor.scss */ 651);
|
107581 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__editor_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_2__editor_scss__);
|
107582 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__style_scss__ = __webpack_require__(/*! ./style.scss */ 652);
|
107583 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_3__style_scss__);
|
107584 |
/**
|
107585 |
* BLOCK: Contact Form 7 Styler
|
107631 |
}
|
107632 |
|
107633 |
/***/ }),
|
107634 |
+
/* 649 */
|
107635 |
/*!***************************************!*\
|
107636 |
!*** ./src/blocks/cf7-styler/edit.js ***!
|
107637 |
\***************************************/
|
107645 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
107646 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__components_typography__ = __webpack_require__(/*! ../../components/typography */ 7);
|
107647 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__components_typography_fontloader__ = __webpack_require__(/*! ../../components/typography/fontloader */ 8);
|
107648 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__styling__ = __webpack_require__(/*! ./styling */ 650);
|
107649 |
var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();
|
107650 |
|
107651 |
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
109087 |
})(UAGBCF7));
|
109088 |
|
109089 |
/***/ }),
|
109090 |
+
/* 650 */
|
109091 |
/*!******************************************!*\
|
109092 |
!*** ./src/blocks/cf7-styler/styling.js ***!
|
109093 |
\******************************************/
|
109500 |
/* harmony default export */ __webpack_exports__["a"] = (styling);
|
109501 |
|
109502 |
/***/ }),
|
109503 |
+
/* 651 */
|
109504 |
/*!*******************************************!*\
|
109505 |
!*** ./src/blocks/cf7-styler/editor.scss ***!
|
109506 |
\*******************************************/
|
109510 |
// removed by extract-text-webpack-plugin
|
109511 |
|
109512 |
/***/ }),
|
109513 |
+
/* 652 */
|
109514 |
/*!******************************************!*\
|
109515 |
!*** ./src/blocks/cf7-styler/style.scss ***!
|
109516 |
\******************************************/
|
109520 |
// removed by extract-text-webpack-plugin
|
109521 |
|
109522 |
/***/ }),
|
109523 |
+
/* 653 */
|
109524 |
/*!***************************************!*\
|
109525 |
!*** ./src/blocks/gf-styler/block.js ***!
|
109526 |
\***************************************/
|
109529 |
|
109530 |
"use strict";
|
109531 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
109532 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__edit__ = __webpack_require__(/*! ./edit */ 654);
|
109533 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__editor_scss__ = __webpack_require__(/*! ./editor.scss */ 656);
|
109534 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__editor_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_2__editor_scss__);
|
109535 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__style_scss__ = __webpack_require__(/*! ./style.scss */ 657);
|
109536 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_3__style_scss__);
|
109537 |
/**
|
109538 |
* BLOCK: Gravity Form Styler
|
109584 |
}
|
109585 |
|
109586 |
/***/ }),
|
109587 |
+
/* 654 */
|
109588 |
/*!**************************************!*\
|
109589 |
!*** ./src/blocks/gf-styler/edit.js ***!
|
109590 |
\**************************************/
|
109600 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__components_typography_fontloader__ = __webpack_require__(/*! ../../components/typography/fontloader */ 8);
|
109601 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4_lodash_map__ = __webpack_require__(/*! lodash/map */ 17);
|
109602 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4_lodash_map___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_4_lodash_map__);
|
109603 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__styling__ = __webpack_require__(/*! ./styling */ 655);
|
109604 |
var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();
|
109605 |
|
109606 |
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
111081 |
})(UAGBGF));
|
111082 |
|
111083 |
/***/ }),
|
111084 |
+
/* 655 */
|
111085 |
/*!*****************************************!*\
|
111086 |
!*** ./src/blocks/gf-styler/styling.js ***!
|
111087 |
\*****************************************/
|
111724 |
/* harmony default export */ __webpack_exports__["a"] = (styling);
|
111725 |
|
111726 |
/***/ }),
|
111727 |
+
/* 656 */
|
111728 |
/*!******************************************!*\
|
111729 |
!*** ./src/blocks/gf-styler/editor.scss ***!
|
111730 |
\******************************************/
|
111734 |
// removed by extract-text-webpack-plugin
|
111735 |
|
111736 |
/***/ }),
|
111737 |
+
/* 657 */
|
111738 |
/*!*****************************************!*\
|
111739 |
!*** ./src/blocks/gf-styler/style.scss ***!
|
111740 |
\*****************************************/
|
111744 |
// removed by extract-text-webpack-plugin
|
111745 |
|
111746 |
/***/ }),
|
111747 |
+
/* 658 */
|
111748 |
/*!****************************************!*\
|
111749 |
!*** ./src/blocks/blockquote/block.js ***!
|
111750 |
\****************************************/
|
111753 |
|
111754 |
"use strict";
|
111755 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
111756 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__edit__ = __webpack_require__(/*! ./edit */ 659);
|
111757 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__deprecated__ = __webpack_require__(/*! ./deprecated */ 661);
|
111758 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__save__ = __webpack_require__(/*! ./save */ 663);
|
111759 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__attributes__ = __webpack_require__(/*! ./attributes */ 226);
|
111760 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__editor_scss__ = __webpack_require__(/*! ./editor.scss */ 664);
|
111761 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__editor_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_5__editor_scss__);
|
111762 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__style_scss__ = __webpack_require__(/*! ./style.scss */ 665);
|
111763 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_6__style_scss__);
|
111764 |
/**
|
111765 |
* BLOCK: Quote
|
111811 |
});
|
111812 |
|
111813 |
/***/ }),
|
111814 |
+
/* 659 */
|
111815 |
/*!***************************************!*\
|
111816 |
!*** ./src/blocks/blockquote/edit.js ***!
|
111817 |
\***************************************/
|
111826 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__components_Description__ = __webpack_require__(/*! ./components/Description */ 126);
|
111827 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__components_AuthorText__ = __webpack_require__(/*! ./components/AuthorText */ 127);
|
111828 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__components_AuthorImage__ = __webpack_require__(/*! ./components/AuthorImage */ 128);
|
111829 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__styling__ = __webpack_require__(/*! ./styling */ 660);
|
111830 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6_lodash_map__ = __webpack_require__(/*! lodash/map */ 17);
|
111831 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6_lodash_map___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_6_lodash_map__);
|
111832 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
113260 |
/* harmony default export */ __webpack_exports__["a"] = (UAGBBlockQuote);
|
113261 |
|
113262 |
/***/ }),
|
113263 |
+
/* 660 */
|
113264 |
/*!******************************************!*\
|
113265 |
!*** ./src/blocks/blockquote/styling.js ***!
|
113266 |
\******************************************/
|
113583 |
/* harmony default export */ __webpack_exports__["a"] = (styling);
|
113584 |
|
113585 |
/***/ }),
|
113586 |
+
/* 661 */
|
113587 |
/*!*********************************************!*\
|
113588 |
!*** ./src/blocks/blockquote/deprecated.js ***!
|
113589 |
\*********************************************/
|
113592 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
113593 |
|
113594 |
"use strict";
|
113595 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__attributes__ = __webpack_require__(/*! ./attributes */ 226);
|
113596 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_classnames__ = __webpack_require__(/*! classnames */ 0);
|
113597 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_classnames___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1_classnames__);
|
113598 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
113599 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__components_TweetButton__ = __webpack_require__(/*! ./components/TweetButton */ 662);
|
113600 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__components_TweetButtonCTA__ = __webpack_require__(/*! ./components/TweetButtonCTA */ 125);
|
113601 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__components_Description__ = __webpack_require__(/*! ./components/Description */ 126);
|
113602 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__components_AuthorText__ = __webpack_require__(/*! ./components/AuthorText */ 127);
|
113738 |
/* harmony default export */ __webpack_exports__["a"] = (deprecated);
|
113739 |
|
113740 |
/***/ }),
|
113741 |
+
/* 662 */
|
113742 |
/*!*********************************************************!*\
|
113743 |
!*** ./src/blocks/blockquote/components/TweetButton.js ***!
|
113744 |
\*********************************************************/
|
113812 |
/* harmony default export */ __webpack_exports__["a"] = (TweetButton);
|
113813 |
|
113814 |
/***/ }),
|
113815 |
+
/* 663 */
|
113816 |
/*!***************************************!*\
|
113817 |
!*** ./src/blocks/blockquote/save.js ***!
|
113818 |
\***************************************/
|
113905 |
}
|
113906 |
|
113907 |
/***/ }),
|
113908 |
+
/* 664 */
|
113909 |
/*!*******************************************!*\
|
113910 |
!*** ./src/blocks/blockquote/editor.scss ***!
|
113911 |
\*******************************************/
|
113915 |
// removed by extract-text-webpack-plugin
|
113916 |
|
113917 |
/***/ }),
|
113918 |
+
/* 665 */
|
113919 |
/*!******************************************!*\
|
113920 |
!*** ./src/blocks/blockquote/style.scss ***!
|
113921 |
\******************************************/
|
113925 |
// removed by extract-text-webpack-plugin
|
113926 |
|
113927 |
/***/ }),
|
113928 |
+
/* 666 */
|
113929 |
/*!**********************************************!*\
|
113930 |
!*** ./src/blocks/marketing-button/block.js ***!
|
113931 |
\**********************************************/
|
113934 |
|
113935 |
"use strict";
|
113936 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
113937 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__attributes__ = __webpack_require__(/*! ./attributes */ 227);
|
113938 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__edit__ = __webpack_require__(/*! ./edit */ 667);
|
113939 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__save__ = __webpack_require__(/*! ./save */ 669);
|
113940 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__deprecated__ = __webpack_require__(/*! ./deprecated */ 670);
|
113941 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__style_scss__ = __webpack_require__(/*! ./style.scss */ 671);
|
113942 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_5__style_scss__);
|
113943 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__editor_scss__ = __webpack_require__(/*! ./editor.scss */ 672);
|
113944 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__editor_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_6__editor_scss__);
|
113945 |
/**
|
113946 |
* BLOCK: Marketing Button
|
113974 |
});
|
113975 |
|
113976 |
/***/ }),
|
113977 |
+
/* 667 */
|
113978 |
/*!*********************************************!*\
|
113979 |
!*** ./src/blocks/marketing-button/edit.js ***!
|
113980 |
\*********************************************/
|
113985 |
"use strict";
|
113986 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames__ = __webpack_require__(/*! classnames */ 0);
|
113987 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_classnames__);
|
113988 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__styling__ = __webpack_require__(/*! ./styling */ 668);
|
113989 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__fonticonpicker_react_fonticonpicker__ = __webpack_require__(/*! @fonticonpicker/react-fonticonpicker */ 10);
|
113990 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__fonticonpicker_react_fonticonpicker___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_2__fonticonpicker_react_fonticonpicker__);
|
113991 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
114999 |
/* harmony default export */ __webpack_exports__["a"] = (UAGBMarketingButtonEdit);
|
115000 |
|
115001 |
/***/ }),
|
115002 |
+
/* 668 */
|
115003 |
/*!************************************************!*\
|
115004 |
!*** ./src/blocks/marketing-button/styling.js ***!
|
115005 |
\************************************************/
|
115217 |
/* harmony default export */ __webpack_exports__["a"] = (styling);
|
115218 |
|
115219 |
/***/ }),
|
115220 |
+
/* 669 */
|
115221 |
/*!*********************************************!*\
|
115222 |
!*** ./src/blocks/marketing-button/save.js ***!
|
115223 |
\*********************************************/
|
115297 |
}
|
115298 |
|
115299 |
/***/ }),
|
115300 |
+
/* 670 */
|
115301 |
/*!***************************************************!*\
|
115302 |
!*** ./src/blocks/marketing-button/deprecated.js ***!
|
115303 |
\***************************************************/
|
115308 |
"use strict";
|
115309 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames__ = __webpack_require__(/*! classnames */ 0);
|
115310 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_classnames__);
|
115311 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__attributes__ = __webpack_require__(/*! ./attributes */ 227);
|
115312 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_renderIcon__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/renderIcon */ 2);
|
115313 |
/**
|
115314 |
* BLOCK: Columns - Deprecated Block
|
115383 |
/* harmony default export */ __webpack_exports__["a"] = (deprecated);
|
115384 |
|
115385 |
/***/ }),
|
115386 |
+
/* 671 */
|
115387 |
/*!************************************************!*\
|
115388 |
!*** ./src/blocks/marketing-button/style.scss ***!
|
115389 |
\************************************************/
|
115393 |
// removed by extract-text-webpack-plugin
|
115394 |
|
115395 |
/***/ }),
|
115396 |
+
/* 672 */
|
115397 |
/*!*************************************************!*\
|
115398 |
!*** ./src/blocks/marketing-button/editor.scss ***!
|
115399 |
\*************************************************/
|
115403 |
// removed by extract-text-webpack-plugin
|
115404 |
|
115405 |
/***/ }),
|
115406 |
+
/* 673 */
|
115407 |
/*!***********************************************!*\
|
115408 |
!*** ./src/blocks/table-of-contents/block.js ***!
|
115409 |
\***********************************************/
|
115412 |
|
115413 |
"use strict";
|
115414 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
115415 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__attributes__ = __webpack_require__(/*! ./attributes */ 228);
|
115416 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__edit__ = __webpack_require__(/*! ./edit */ 674);
|
115417 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__save__ = __webpack_require__(/*! ./save */ 676);
|
115418 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__deprecated__ = __webpack_require__(/*! ./deprecated */ 677);
|
115419 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__style_scss__ = __webpack_require__(/*! ./style.scss */ 680);
|
115420 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_5__style_scss__);
|
115421 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__editor_scss__ = __webpack_require__(/*! ./editor.scss */ 681);
|
115422 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__editor_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_6__editor_scss__);
|
115423 |
/**
|
115424 |
* BLOCK: Table of Contents
|
115453 |
});
|
115454 |
|
115455 |
/***/ }),
|
115456 |
+
/* 674 */
|
115457 |
/*!**********************************************!*\
|
115458 |
!*** ./src/blocks/table-of-contents/edit.js ***!
|
115459 |
\**********************************************/
|
115464 |
"use strict";
|
115465 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames__ = __webpack_require__(/*! classnames */ 0);
|
115466 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_classnames__);
|
115467 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__styling__ = __webpack_require__(/*! ./styling */ 675);
|
115468 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
115469 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__dist_blocks_uagb_controls_UAGBIcon_json__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/UAGBIcon.json */ 9);
|
115470 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__dist_blocks_uagb_controls_UAGBIcon_json___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_3__dist_blocks_uagb_controls_UAGBIcon_json__);
|
115473 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__dist_blocks_uagb_controls_renderIcon__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/renderIcon */ 2);
|
115474 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__components_typography__ = __webpack_require__(/*! ../../components/typography */ 7);
|
115475 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__components_typography_fontloader__ = __webpack_require__(/*! ../../components/typography/fontloader */ 8);
|
115476 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_8__toc__ = __webpack_require__(/*! ./toc */ 229);
|
115477 |
var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();
|
115478 |
|
115479 |
function _toConsumableArray(arr) { if (Array.isArray(arr)) { for (var i = 0, arr2 = Array(arr.length); i < arr.length; i++) { arr2[i] = arr[i]; } return arr2; } else { return Array.from(arr); } }
|
115503 |
|
115504 |
|
115505 |
|
115506 |
+
var striptags = __webpack_require__(/*! striptags */ 230);
|
115507 |
var __ = wp.i18n.__;
|
115508 |
var withSelect = wp.data.withSelect;
|
115509 |
var compose = wp.compose.compose;
|
116981 |
}))(UAGBTableOfContentsEdit));
|
116982 |
|
116983 |
/***/ }),
|
116984 |
+
/* 675 */
|
116985 |
/*!*************************************************!*\
|
116986 |
!*** ./src/blocks/table-of-contents/styling.js ***!
|
116987 |
\*************************************************/
|
117237 |
/* harmony default export */ __webpack_exports__["a"] = (styling);
|
117238 |
|
117239 |
/***/ }),
|
117240 |
+
/* 676 */
|
117241 |
/*!**********************************************!*\
|
117242 |
!*** ./src/blocks/table-of-contents/save.js ***!
|
117243 |
\**********************************************/
|
117250 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames__ = __webpack_require__(/*! classnames */ 0);
|
117251 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_classnames__);
|
117252 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_renderIcon__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/renderIcon */ 2);
|
117253 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__toc__ = __webpack_require__(/*! ./toc */ 229);
|
117254 |
/**
|
117255 |
* BLOCK: Table of Contents - Save Block
|
117256 |
*/
|
117319 |
}
|
117320 |
|
117321 |
/***/ }),
|
117322 |
+
/* 677 */
|
117323 |
/*!****************************************************!*\
|
117324 |
!*** ./src/blocks/table-of-contents/deprecated.js ***!
|
117325 |
\****************************************************/
|
117330 |
"use strict";
|
117331 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames__ = __webpack_require__(/*! classnames */ 0);
|
117332 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_classnames__);
|
117333 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__deprecated_components__ = __webpack_require__(/*! ./deprecated/components */ 678);
|
117334 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__deprecated_table_of_contents__ = __webpack_require__(/*! ./deprecated/table-of-contents */ 679);
|
117335 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__attributes__ = __webpack_require__(/*! ./attributes */ 228);
|
117336 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__dist_blocks_uagb_controls_renderIcon__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/renderIcon */ 2);
|
117337 |
/**
|
117338 |
* BLOCK: Table of Contents - Deprecated Block
|
117506 |
/* harmony default export */ __webpack_exports__["a"] = (deprecated);
|
117507 |
|
117508 |
/***/ }),
|
117509 |
+
/* 678 */
|
117510 |
/*!***************************************************************!*\
|
117511 |
!*** ./src/blocks/table-of-contents/deprecated/components.js ***!
|
117512 |
\***************************************************************/
|
117534 |
|
117535 |
var __ = wp.i18n.__;
|
117536 |
|
117537 |
+
var striptags = __webpack_require__(/*! striptags */ 230);
|
117538 |
|
117539 |
var TableOfContents = function (_Component) {
|
117540 |
_inherits(TableOfContents, _Component);
|
117745 |
/* harmony default export */ __webpack_exports__["a"] = (TableOfContents);
|
117746 |
|
117747 |
/***/ }),
|
117748 |
+
/* 679 */
|
117749 |
/*!**********************************************************************!*\
|
117750 |
!*** ./src/blocks/table-of-contents/deprecated/table-of-contents.js ***!
|
117751 |
\**********************************************************************/
|
117878 |
/* harmony default export */ __webpack_exports__["a"] = (TOC);
|
117879 |
|
117880 |
/***/ }),
|
117881 |
+
/* 680 */
|
117882 |
/*!*************************************************!*\
|
117883 |
!*** ./src/blocks/table-of-contents/style.scss ***!
|
117884 |
\*************************************************/
|
117888 |
// removed by extract-text-webpack-plugin
|
117889 |
|
117890 |
/***/ }),
|
117891 |
+
/* 681 */
|
117892 |
/*!**************************************************!*\
|
117893 |
!*** ./src/blocks/table-of-contents/editor.scss ***!
|
117894 |
\**************************************************/
|
117898 |
// removed by extract-text-webpack-plugin
|
117899 |
|
117900 |
/***/ }),
|
117901 |
+
/* 682 */
|
117902 |
/*!************************************!*\
|
117903 |
!*** ./src/blocks/how-to/block.js ***!
|
117904 |
\************************************/
|
117907 |
|
117908 |
"use strict";
|
117909 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
117910 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__attributes__ = __webpack_require__(/*! ./attributes */ 231);
|
117911 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__edit__ = __webpack_require__(/*! ./edit */ 683);
|
117912 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__save__ = __webpack_require__(/*! ./save */ 686);
|
117913 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__style_scss__ = __webpack_require__(/*! ./style.scss */ 232);
|
117914 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_4__style_scss__);
|
117915 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__editor_scss__ = __webpack_require__(/*! ./editor.scss */ 687);
|
117916 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__editor_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_5__editor_scss__);
|
117917 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__deprecated__ = __webpack_require__(/*! ./deprecated */ 688);
|
117918 |
/**
|
117919 |
* BLOCK: How-To Schema
|
117920 |
*/
|
117980 |
});
|
117981 |
|
117982 |
/***/ }),
|
117983 |
+
/* 683 */
|
117984 |
/*!***********************************!*\
|
117985 |
!*** ./src/blocks/how-to/edit.js ***!
|
117986 |
\***********************************/
|
117991 |
"use strict";
|
117992 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames__ = __webpack_require__(/*! classnames */ 0);
|
117993 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_classnames__);
|
117994 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__schema_notices__ = __webpack_require__(/*! ./schema-notices */ 684);
|
117995 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_lodash_times__ = __webpack_require__(/*! lodash/times */ 14);
|
117996 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_lodash_times___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_2_lodash_times__);
|
117997 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__styling__ = __webpack_require__(/*! ./styling */ 685);
|
117998 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__components_typography__ = __webpack_require__(/*! ../../components/typography */ 7);
|
117999 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__components_typography_fontloader__ = __webpack_require__(/*! ../../components/typography/fontloader */ 8);
|
118000 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__style_scss__ = __webpack_require__(/*! ./style.scss */ 232);
|
118001 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_6__style_scss__);
|
118002 |
var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
|
118003 |
|
119223 |
}))(UAGBHowTo));
|
119224 |
|
119225 |
/***/ }),
|
119226 |
+
/* 684 */
|
119227 |
/*!*********************************************!*\
|
119228 |
!*** ./src/blocks/how-to/schema-notices.js ***!
|
119229 |
\*********************************************/
|
119389 |
/* harmony default export */ __webpack_exports__["a"] = (SchemaNotices);
|
119390 |
|
119391 |
/***/ }),
|
119392 |
+
/* 685 */
|
119393 |
/*!**************************************!*\
|
119394 |
!*** ./src/blocks/how-to/styling.js ***!
|
119395 |
\**************************************/
|
119724 |
/* harmony default export */ __webpack_exports__["a"] = (styling);
|
119725 |
|
119726 |
/***/ }),
|
119727 |
+
/* 686 */
|
119728 |
/*!***********************************!*\
|
119729 |
!*** ./src/blocks/how-to/save.js ***!
|
119730 |
\***********************************/
|
120030 |
}
|
120031 |
|
120032 |
/***/ }),
|
120033 |
+
/* 687 */
|
120034 |
/*!***************************************!*\
|
120035 |
!*** ./src/blocks/how-to/editor.scss ***!
|
120036 |
\***************************************/
|
120040 |
// removed by extract-text-webpack-plugin
|
120041 |
|
120042 |
/***/ }),
|
120043 |
+
/* 688 */
|
120044 |
/*!*****************************************!*\
|
120045 |
!*** ./src/blocks/how-to/deprecated.js ***!
|
120046 |
\*****************************************/
|
120051 |
"use strict";
|
120052 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames__ = __webpack_require__(/*! classnames */ 0);
|
120053 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_classnames__);
|
120054 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__attributes__ = __webpack_require__(/*! ./attributes */ 231);
|
120055 |
/**
|
120056 |
* BLOCK: How To Schema - Deprecated Block
|
120057 |
*/
|
120270 |
/* harmony default export */ __webpack_exports__["a"] = (deprecated);
|
120271 |
|
120272 |
/***/ }),
|
120273 |
+
/* 689 */
|
120274 |
/*!*********************************!*\
|
120275 |
!*** ./src/blocks/faq/block.js ***!
|
120276 |
\*********************************/
|
120279 |
|
120280 |
"use strict";
|
120281 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
120282 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__attributes__ = __webpack_require__(/*! ./attributes */ 233);
|
120283 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__edit__ = __webpack_require__(/*! ./edit */ 690);
|
120284 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__save__ = __webpack_require__(/*! ./save */ 692);
|
120285 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__style_scss__ = __webpack_require__(/*! ./style.scss */ 693);
|
120286 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_4__style_scss__);
|
120287 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__editor_scss__ = __webpack_require__(/*! ./editor.scss */ 694);
|
120288 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__editor_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_5__editor_scss__);
|
120289 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__deprecated__ = __webpack_require__(/*! ./deprecated */ 695);
|
120290 |
function _objectWithoutProperties(obj, keys) { var target = {}; for (var i in obj) { if (keys.indexOf(i) >= 0) continue; if (!Object.prototype.hasOwnProperty.call(obj, i)) continue; target[i] = obj[i]; } return target; }
|
120291 |
|
120292 |
/**
|
120373 |
addFilter('editor.BlockEdit', 'uagb/faq', withFaq);
|
120374 |
|
120375 |
/***/ }),
|
120376 |
+
/* 690 */
|
120377 |
/*!********************************!*\
|
120378 |
!*** ./src/blocks/faq/edit.js ***!
|
120379 |
\********************************/
|
120391 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__fonticonpicker_react_fonticonpicker___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_3__fonticonpicker_react_fonticonpicker__);
|
120392 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4_lodash_times__ = __webpack_require__(/*! lodash/times */ 14);
|
120393 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4_lodash_times___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_4_lodash_times__);
|
120394 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__styling__ = __webpack_require__(/*! ./styling */ 691);
|
120395 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6_memize__ = __webpack_require__(/*! memize */ 19);
|
120396 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6_memize___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_6_memize__);
|
120397 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_7__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
121853 |
}))(UAGBFaqEdit));
|
121854 |
|
121855 |
/***/ }),
|
121856 |
+
/* 691 */
|
121857 |
/*!***********************************!*\
|
121858 |
!*** ./src/blocks/faq/styling.js ***!
|
121859 |
\***********************************/
|
122163 |
/* harmony default export */ __webpack_exports__["a"] = (styling);
|
122164 |
|
122165 |
/***/ }),
|
122166 |
+
/* 692 */
|
122167 |
/*!********************************!*\
|
122168 |
!*** ./src/blocks/faq/save.js ***!
|
122169 |
\********************************/
|
122225 |
}
|
122226 |
|
122227 |
/***/ }),
|
122228 |
+
/* 693 */
|
122229 |
/*!***********************************!*\
|
122230 |
!*** ./src/blocks/faq/style.scss ***!
|
122231 |
\***********************************/
|
122235 |
// removed by extract-text-webpack-plugin
|
122236 |
|
122237 |
/***/ }),
|
122238 |
+
/* 694 */
|
122239 |
/*!************************************!*\
|
122240 |
!*** ./src/blocks/faq/editor.scss ***!
|
122241 |
\************************************/
|
122245 |
// removed by extract-text-webpack-plugin
|
122246 |
|
122247 |
/***/ }),
|
122248 |
+
/* 695 */
|
122249 |
/*!**************************************!*\
|
122250 |
!*** ./src/blocks/faq/deprecated.js ***!
|
122251 |
\**************************************/
|
122256 |
"use strict";
|
122257 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames__ = __webpack_require__(/*! classnames */ 0);
|
122258 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_classnames__);
|
122259 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__attributes__ = __webpack_require__(/*! ./attributes */ 233);
|
122260 |
/**
|
122261 |
* BLOCK: How To Schema - Deprecated Block
|
122262 |
*/
|
122311 |
/* harmony default export */ __webpack_exports__["a"] = (deprecated);
|
122312 |
|
122313 |
/***/ }),
|
122314 |
+
/* 696 */
|
122315 |
/*!***************************************!*\
|
122316 |
!*** ./src/blocks/faq-child/block.js ***!
|
122317 |
\***************************************/
|
122320 |
|
122321 |
"use strict";
|
122322 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
122323 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__attributes__ = __webpack_require__(/*! ./attributes */ 234);
|
122324 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__edit__ = __webpack_require__(/*! ./edit */ 697);
|
122325 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__save__ = __webpack_require__(/*! ./save */ 698);
|
122326 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__style_scss__ = __webpack_require__(/*! ./style.scss */ 699);
|
122327 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_4__style_scss__);
|
122328 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__editor_scss__ = __webpack_require__(/*! ./editor.scss */ 700);
|
122329 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__editor_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_5__editor_scss__);
|
122330 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__deprecated__ = __webpack_require__(/*! ./deprecated */ 701);
|
122331 |
/**
|
122332 |
* BLOCK: FAQ - Schema - Child
|
122333 |
*/
|
122360 |
});
|
122361 |
|
122362 |
/***/ }),
|
122363 |
+
/* 697 */
|
122364 |
/*!**************************************!*\
|
122365 |
!*** ./src/blocks/faq-child/edit.js ***!
|
122366 |
\**************************************/
|
122541 |
/* harmony default export */ __webpack_exports__["a"] = (UAGBFaqChildEdit);
|
122542 |
|
122543 |
/***/ }),
|
122544 |
+
/* 698 */
|
122545 |
/*!**************************************!*\
|
122546 |
!*** ./src/blocks/faq-child/save.js ***!
|
122547 |
\**************************************/
|
122636 |
}
|
122637 |
|
122638 |
/***/ }),
|
122639 |
+
/* 699 */
|
122640 |
/*!*****************************************!*\
|
122641 |
!*** ./src/blocks/faq-child/style.scss ***!
|
122642 |
\*****************************************/
|
122646 |
// removed by extract-text-webpack-plugin
|
122647 |
|
122648 |
/***/ }),
|
122649 |
+
/* 700 */
|
122650 |
/*!******************************************!*\
|
122651 |
!*** ./src/blocks/faq-child/editor.scss ***!
|
122652 |
\******************************************/
|
122656 |
// removed by extract-text-webpack-plugin
|
122657 |
|
122658 |
/***/ }),
|
122659 |
+
/* 701 */
|
122660 |
/*!********************************************!*\
|
122661 |
!*** ./src/blocks/faq-child/deprecated.js ***!
|
122662 |
\********************************************/
|
122668 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames__ = __webpack_require__(/*! classnames */ 0);
|
122669 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_classnames__);
|
122670 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_renderIcon__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/renderIcon */ 2);
|
122671 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__attributes__ = __webpack_require__(/*! ./attributes */ 234);
|
122672 |
/**
|
122673 |
* BLOCK: FAQ-Child - Deprecated Block
|
122674 |
*/
|
122756 |
/* harmony default export */ __webpack_exports__["a"] = (deprecated);
|
122757 |
|
122758 |
/***/ }),
|
122759 |
+
/* 702 */
|
122760 |
/*!*******************************************!*\
|
122761 |
!*** ./src/blocks/inline-notice/block.js ***!
|
122762 |
\*******************************************/
|
122765 |
|
122766 |
"use strict";
|
122767 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
122768 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__attributes__ = __webpack_require__(/*! ./attributes */ 703);
|
122769 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__edit__ = __webpack_require__(/*! ./edit */ 704);
|
122770 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__save__ = __webpack_require__(/*! ./save */ 706);
|
122771 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__style_scss__ = __webpack_require__(/*! ./style.scss */ 707);
|
122772 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_4__style_scss__);
|
122773 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__editor_scss__ = __webpack_require__(/*! ./editor.scss */ 708);
|
122774 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__editor_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_5__editor_scss__);
|
122775 |
/**
|
122776 |
* BLOCK: Inline Notice Block.
|
122802 |
});
|
122803 |
|
122804 |
/***/ }),
|
122805 |
+
/* 703 */
|
122806 |
/*!************************************************!*\
|
122807 |
!*** ./src/blocks/inline-notice/attributes.js ***!
|
122808 |
\************************************************/
|
122985 |
/* harmony default export */ __webpack_exports__["a"] = (attributes);
|
122986 |
|
122987 |
/***/ }),
|
122988 |
+
/* 704 */
|
122989 |
/*!******************************************!*\
|
122990 |
!*** ./src/blocks/inline-notice/edit.js ***!
|
122991 |
\******************************************/
|
122996 |
"use strict";
|
122997 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames__ = __webpack_require__(/*! classnames */ 0);
|
122998 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_classnames__);
|
122999 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__styling__ = __webpack_require__(/*! ./styling */ 705);
|
123000 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_renderIcon__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/renderIcon */ 2);
|
123001 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__fonticonpicker_react_fonticonpicker__ = __webpack_require__(/*! @fonticonpicker/react-fonticonpicker */ 10);
|
123002 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__fonticonpicker_react_fonticonpicker___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_3__fonticonpicker_react_fonticonpicker__);
|
123525 |
/* harmony default export */ __webpack_exports__["a"] = (UAGBInlineNoticeEdit);
|
123526 |
|
123527 |
/***/ }),
|
123528 |
+
/* 705 */
|
123529 |
/*!*********************************************!*\
|
123530 |
!*** ./src/blocks/inline-notice/styling.js ***!
|
123531 |
\*********************************************/
|
123692 |
/* harmony default export */ __webpack_exports__["a"] = (styling);
|
123693 |
|
123694 |
/***/ }),
|
123695 |
+
/* 706 */
|
123696 |
/*!******************************************!*\
|
123697 |
!*** ./src/blocks/inline-notice/save.js ***!
|
123698 |
\******************************************/
|
123764 |
}
|
123765 |
|
123766 |
/***/ }),
|
123767 |
+
/* 707 */
|
123768 |
/*!*********************************************!*\
|
123769 |
!*** ./src/blocks/inline-notice/style.scss ***!
|
123770 |
\*********************************************/
|
123774 |
// removed by extract-text-webpack-plugin
|
123775 |
|
123776 |
/***/ }),
|
123777 |
+
/* 708 */
|
123778 |
/*!**********************************************!*\
|
123779 |
!*** ./src/blocks/inline-notice/editor.scss ***!
|
123780 |
\**********************************************/
|
123784 |
// removed by extract-text-webpack-plugin
|
123785 |
|
123786 |
/***/ }),
|
123787 |
+
/* 709 */
|
123788 |
/*!***************************************!*\
|
123789 |
!*** ./src/blocks/wp-search/block.js ***!
|
123790 |
\***************************************/
|
123792 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
123793 |
|
123794 |
"use strict";
|
123795 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__style_scss__ = __webpack_require__(/*! ./style.scss */ 710);
|
123796 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__style_scss__);
|
123797 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__editor_scss__ = __webpack_require__(/*! ./editor.scss */ 711);
|
123798 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__editor_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1__editor_scss__);
|
123799 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__save__ = __webpack_require__(/*! ./save */ 712);
|
123800 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__edit__ = __webpack_require__(/*! ./edit */ 713);
|
123801 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__attributes__ = __webpack_require__(/*! ./attributes */ 715);
|
123802 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
123803 |
/**
|
123804 |
* BLOCK: WP-Search
|
123831 |
});
|
123832 |
|
123833 |
/***/ }),
|
123834 |
+
/* 710 */
|
123835 |
/*!*****************************************!*\
|
123836 |
!*** ./src/blocks/wp-search/style.scss ***!
|
123837 |
\*****************************************/
|
123841 |
// removed by extract-text-webpack-plugin
|
123842 |
|
123843 |
/***/ }),
|
123844 |
+
/* 711 */
|
123845 |
/*!******************************************!*\
|
123846 |
!*** ./src/blocks/wp-search/editor.scss ***!
|
123847 |
\******************************************/
|
123851 |
// removed by extract-text-webpack-plugin
|
123852 |
|
123853 |
/***/ }),
|
123854 |
+
/* 712 */
|
123855 |
/*!**************************************!*\
|
123856 |
!*** ./src/blocks/wp-search/save.js ***!
|
123857 |
\**************************************/
|
123949 |
}
|
123950 |
|
123951 |
/***/ }),
|
123952 |
+
/* 713 */
|
123953 |
/*!**************************************!*\
|
123954 |
!*** ./src/blocks/wp-search/edit.js ***!
|
123955 |
\**************************************/
|
123958 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
123959 |
|
123960 |
"use strict";
|
123961 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__styling__ = __webpack_require__(/*! ./styling */ 714);
|
123962 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_react__ = __webpack_require__(/*! react */ 5);
|
123963 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1_react___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1_react__);
|
123964 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_classnames__ = __webpack_require__(/*! classnames */ 0);
|
124842 |
/* harmony default export */ __webpack_exports__["a"] = (UAGBWpSearchEdit);
|
124843 |
|
124844 |
/***/ }),
|
124845 |
+
/* 714 */
|
124846 |
/*!*****************************************!*\
|
124847 |
!*** ./src/blocks/wp-search/styling.js ***!
|
124848 |
\*****************************************/
|
125093 |
/* harmony default export */ __webpack_exports__["a"] = (styling);
|
125094 |
|
125095 |
/***/ }),
|
125096 |
+
/* 715 */
|
125097 |
/*!********************************************!*\
|
125098 |
!*** ./src/blocks/wp-search/attributes.js ***!
|
125099 |
\********************************************/
|
125325 |
/* harmony default export */ __webpack_exports__["a"] = (attributes);
|
125326 |
|
125327 |
/***/ }),
|
125328 |
+
/* 716 */
|
125329 |
/*!************************************!*\
|
125330 |
!*** ./src/blocks/review/block.js ***!
|
125331 |
\************************************/
|
125334 |
|
125335 |
"use strict";
|
125336 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
125337 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__attributes__ = __webpack_require__(/*! ./attributes */ 717);
|
125338 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__edit__ = __webpack_require__(/*! ./edit */ 718);
|
125339 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__save__ = __webpack_require__(/*! ./save */ 721);
|
125340 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__style_scss__ = __webpack_require__(/*! ./style.scss */ 722);
|
125341 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_4__style_scss__);
|
125342 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__editor_scss__ = __webpack_require__(/*! ./editor.scss */ 723);
|
125343 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__editor_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_5__editor_scss__);
|
125344 |
/**
|
125345 |
* BLOCK: Rating Block.
|
125371 |
});
|
125372 |
|
125373 |
/***/ }),
|
125374 |
+
/* 717 */
|
125375 |
/*!*****************************************!*\
|
125376 |
!*** ./src/blocks/review/attributes.js ***!
|
125377 |
\*****************************************/
|
125849 |
/* harmony default export */ __webpack_exports__["a"] = (attributes);
|
125850 |
|
125851 |
/***/ }),
|
125852 |
+
/* 718 */
|
125853 |
/*!***********************************!*\
|
125854 |
!*** ./src/blocks/review/edit.js ***!
|
125855 |
\***********************************/
|
125861 |
/* unused harmony export removeFromArray */
|
125862 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames__ = __webpack_require__(/*! classnames */ 0);
|
125863 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_classnames__);
|
125864 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__styling__ = __webpack_require__(/*! ./styling */ 719);
|
125865 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
125866 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__schema_notices__ = __webpack_require__(/*! ./schema-notices */ 720);
|
125867 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__components__ = __webpack_require__(/*! ./components */ 235);
|
125868 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__components_typography__ = __webpack_require__(/*! ../../components/typography */ 7);
|
125869 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_6__components_typography_fontloader__ = __webpack_require__(/*! ../../components/typography/fontloader */ 8);
|
125870 |
var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();
|
127076 |
}))(UAGBRatingEdit));
|
127077 |
|
127078 |
/***/ }),
|
127079 |
+
/* 719 */
|
127080 |
/*!**************************************!*\
|
127081 |
!*** ./src/blocks/review/styling.js ***!
|
127082 |
\**************************************/
|
127255 |
/* harmony default export */ __webpack_exports__["a"] = (styling);
|
127256 |
|
127257 |
/***/ }),
|
127258 |
+
/* 720 */
|
127259 |
/*!*********************************************!*\
|
127260 |
!*** ./src/blocks/review/schema-notices.js ***!
|
127261 |
\*********************************************/
|
127504 |
/* harmony default export */ __webpack_exports__["a"] = (SchemaNotices);
|
127505 |
|
127506 |
/***/ }),
|
127507 |
+
/* 721 */
|
127508 |
/*!***********************************!*\
|
127509 |
!*** ./src/blocks/review/save.js ***!
|
127510 |
\***********************************/
|
127516 |
/* harmony export (immutable) */ __webpack_exports__["a"] = save;
|
127517 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames__ = __webpack_require__(/*! classnames */ 0);
|
127518 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_classnames__);
|
127519 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__components__ = __webpack_require__(/*! ./components */ 235);
|
127520 |
/**
|
127521 |
* BLOCK: Review block - Save Block
|
127522 |
*/
|
127713 |
}
|
127714 |
|
127715 |
/***/ }),
|
127716 |
+
/* 722 */
|
127717 |
/*!**************************************!*\
|
127718 |
!*** ./src/blocks/review/style.scss ***!
|
127719 |
\**************************************/
|
127723 |
// removed by extract-text-webpack-plugin
|
127724 |
|
127725 |
/***/ }),
|
127726 |
+
/* 723 */
|
127727 |
/*!***************************************!*\
|
127728 |
!*** ./src/blocks/review/editor.scss ***!
|
127729 |
\***************************************/
|
127733 |
// removed by extract-text-webpack-plugin
|
127734 |
|
127735 |
/***/ }),
|
127736 |
+
/* 724 */
|
127737 |
/*!*******************************************!*\
|
127738 |
!*** ./src/blocks/taxonomy-list/block.js ***!
|
127739 |
\*******************************************/
|
127742 |
|
127743 |
"use strict";
|
127744 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
127745 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__style_scss__ = __webpack_require__(/*! ./style.scss */ 725);
|
127746 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1__style_scss__);
|
127747 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__editor_scss__ = __webpack_require__(/*! ./editor.scss */ 726);
|
127748 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__editor_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_2__editor_scss__);
|
127749 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__edit__ = __webpack_require__(/*! ./edit */ 727);
|
127750 |
/**
|
127751 |
* BLOCK: UAGB - Taxonomy List
|
127752 |
*/
|
127783 |
});
|
127784 |
|
127785 |
/***/ }),
|
127786 |
+
/* 725 */
|
127787 |
/*!*********************************************!*\
|
127788 |
!*** ./src/blocks/taxonomy-list/style.scss ***!
|
127789 |
\*********************************************/
|
127793 |
// removed by extract-text-webpack-plugin
|
127794 |
|
127795 |
/***/ }),
|
127796 |
+
/* 726 */
|
127797 |
/*!**********************************************!*\
|
127798 |
!*** ./src/blocks/taxonomy-list/editor.scss ***!
|
127799 |
\**********************************************/
|
127803 |
// removed by extract-text-webpack-plugin
|
127804 |
|
127805 |
/***/ }),
|
127806 |
+
/* 727 */
|
127807 |
/*!******************************************!*\
|
127808 |
!*** ./src/blocks/taxonomy-list/edit.js ***!
|
127809 |
\******************************************/
|
127814 |
"use strict";
|
127815 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames__ = __webpack_require__(/*! classnames */ 0);
|
127816 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_classnames__);
|
127817 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__styling__ = __webpack_require__(/*! ./styling */ 728);
|
127818 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__components_box_shadow__ = __webpack_require__(/*! ../../components/box-shadow */ 64);
|
127819 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__components_typography__ = __webpack_require__(/*! ../../components/typography */ 7);
|
127820 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__components_typography_fontloader__ = __webpack_require__(/*! ../../components/typography/fontloader */ 8);
|
128933 |
})(UAGBTaxonomyList));
|
128934 |
|
128935 |
/***/ }),
|
128936 |
+
/* 728 */
|
128937 |
/*!*********************************************!*\
|
128938 |
!*** ./src/blocks/taxonomy-list/styling.js ***!
|
128939 |
\*********************************************/
|
129161 |
/* harmony default export */ __webpack_exports__["a"] = (styling);
|
129162 |
|
129163 |
/***/ }),
|
129164 |
+
/* 729 */
|
129165 |
/*!************************************!*\
|
129166 |
!*** ./src/blocks/lottie/block.js ***!
|
129167 |
\************************************/
|
129169 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
129170 |
|
129171 |
"use strict";
|
129172 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__style_scss__ = __webpack_require__(/*! ./style.scss */ 730);
|
129173 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__style_scss__);
|
129174 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__editor_scss__ = __webpack_require__(/*! ./editor.scss */ 731);
|
129175 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__editor_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1__editor_scss__);
|
129176 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__edit__ = __webpack_require__(/*! ./edit */ 732);
|
129177 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__dist_blocks_uagb_controls_block_icons__ = __webpack_require__(/*! ../../../dist/blocks/uagb-controls/block-icons */ 1);
|
129178 |
/**
|
129179 |
* BLOCK: Lottie
|
129203 |
});
|
129204 |
|
129205 |
/***/ }),
|
129206 |
+
/* 730 */
|
129207 |
/*!**************************************!*\
|
129208 |
!*** ./src/blocks/lottie/style.scss ***!
|
129209 |
\**************************************/
|
129213 |
// removed by extract-text-webpack-plugin
|
129214 |
|
129215 |
/***/ }),
|
129216 |
+
/* 731 */
|
129217 |
/*!***************************************!*\
|
129218 |
!*** ./src/blocks/lottie/editor.scss ***!
|
129219 |
\***************************************/
|
129223 |
// removed by extract-text-webpack-plugin
|
129224 |
|
129225 |
/***/ }),
|
129226 |
+
/* 732 */
|
129227 |
/*!***********************************!*\
|
129228 |
!*** ./src/blocks/lottie/edit.js ***!
|
129229 |
\***********************************/
|
129234 |
"use strict";
|
129235 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames__ = __webpack_require__(/*! classnames */ 0);
|
129236 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0_classnames___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0_classnames__);
|
129237 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__styling__ = __webpack_require__(/*! ./styling */ 733);
|
129238 |
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_react_lottie__ = __webpack_require__(/*! react-lottie */ 734);
|
129239 |
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2_react_lottie___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_2_react_lottie__);
|
129240 |
var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();
|
129241 |
|
129717 |
/* harmony default export */ __webpack_exports__["a"] = (UAGBLottie);
|
129718 |
|
129719 |
/***/ }),
|
129720 |
+
/* 733 */
|
129721 |
/*!**************************************!*\
|
129722 |
!*** ./src/blocks/lottie/styling.js ***!
|
129723 |
\**************************************/
|
129785 |
/* harmony default export */ __webpack_exports__["a"] = (styling);
|
129786 |
|
129787 |
/***/ }),
|
129788 |
+
/* 734 */
|
129789 |
/*!*************************************************!*\
|
129790 |
!*** ./node_modules/react-lottie/dist/index.js ***!
|
129791 |
\*************************************************/
|
129800 |
value: true
|
129801 |
});
|
129802 |
|
129803 |
+
var _extends2 = __webpack_require__(/*! babel-runtime/helpers/extends */ 735);
|
129804 |
|
129805 |
var _extends3 = _interopRequireDefault(_extends2);
|
129806 |
|
129807 |
+
var _getPrototypeOf = __webpack_require__(/*! babel-runtime/core-js/object/get-prototype-of */ 744);
|
129808 |
|
129809 |
var _getPrototypeOf2 = _interopRequireDefault(_getPrototypeOf);
|
129810 |
|
129811 |
+
var _classCallCheck2 = __webpack_require__(/*! babel-runtime/helpers/classCallCheck */ 748);
|
129812 |
|
129813 |
var _classCallCheck3 = _interopRequireDefault(_classCallCheck2);
|
129814 |
|
129815 |
+
var _createClass2 = __webpack_require__(/*! babel-runtime/helpers/createClass */ 749);
|
129816 |
|
129817 |
var _createClass3 = _interopRequireDefault(_createClass2);
|
129818 |
|
129819 |
+
var _possibleConstructorReturn2 = __webpack_require__(/*! babel-runtime/helpers/possibleConstructorReturn */ 753);
|
129820 |
|
129821 |
var _possibleConstructorReturn3 = _interopRequireDefault(_possibleConstructorReturn2);
|
129822 |
|
129823 |
+
var _inherits2 = __webpack_require__(/*! babel-runtime/helpers/inherits */ 775);
|
129824 |
|
129825 |
var _inherits3 = _interopRequireDefault(_inherits2);
|
129826 |
|
129832 |
|
129833 |
var _propTypes2 = _interopRequireDefault(_propTypes);
|
129834 |
|
129835 |
+
var _lottieWeb = __webpack_require__(/*! lottie-web */ 783);
|
129836 |
|
129837 |
var _lottieWeb2 = _interopRequireDefault(_lottieWeb);
|
129838 |
|
130072 |
};
|
130073 |
|
130074 |
/***/ }),
|
130075 |
+
/* 735 */
|
130076 |
/*!*******************************************************!*\
|
130077 |
!*** ./node_modules/babel-runtime/helpers/extends.js ***!
|
130078 |
\*******************************************************/
|
130085 |
|
130086 |
exports.__esModule = true;
|
130087 |
|
130088 |
+
var _assign = __webpack_require__(/*! ../core-js/object/assign */ 736);
|
130089 |
|
130090 |
var _assign2 = _interopRequireDefault(_assign);
|
130091 |
|
130106 |
};
|
130107 |
|
130108 |
/***/ }),
|
130109 |
+
/* 736 */
|
130110 |
/*!*************************************************************!*\
|
130111 |
!*** ./node_modules/babel-runtime/core-js/object/assign.js ***!
|
130112 |
\*************************************************************/
|
130114 |
/*! all exports used */
|
130115 |
/***/ (function(module, exports, __webpack_require__) {
|
130116 |
|
130117 |
+
module.exports = { "default": __webpack_require__(/*! core-js/library/fn/object/assign */ 737), __esModule: true };
|
130118 |
|
130119 |
/***/ }),
|
130120 |
+
/* 737 */
|
130121 |
/*!**********************************************************!*\
|
130122 |
!*** ./node_modules/core-js/library/fn/object/assign.js ***!
|
130123 |
\**********************************************************/
|
130125 |
/*! all exports used */
|
130126 |
/***/ (function(module, exports, __webpack_require__) {
|
130127 |
|
130128 |
+
__webpack_require__(/*! ../../modules/es6.object.assign */ 738);
|
130129 |
module.exports = __webpack_require__(/*! ../../modules/_core */ 16).Object.assign;
|
130130 |
|
130131 |
|
130132 |
/***/ }),
|
130133 |
+
/* 738 */
|
130134 |
/*!*******************************************************************!*\
|
130135 |
!*** ./node_modules/core-js/library/modules/es6.object.assign.js ***!
|
130136 |
\*******************************************************************/
|
130141 |
// 19.1.3.1 Object.assign(target, source)
|
130142 |
var $export = __webpack_require__(/*! ./_export */ 23);
|
130143 |
|
130144 |
+
$export($export.S + $export.F, 'Object', { assign: __webpack_require__(/*! ./_object-assign */ 740) });
|
130145 |
|
130146 |
|
130147 |
/***/ }),
|
130148 |
+
/* 739 */
|
130149 |
/*!*************************************************************!*\
|
130150 |
!*** ./node_modules/core-js/library/modules/_a-function.js ***!
|
130151 |
\*************************************************************/
|
130160 |
|
130161 |
|
130162 |
/***/ }),
|
130163 |
+
/* 740 */
|
130164 |
/*!****************************************************************!*\
|
130165 |
!*** ./node_modules/core-js/library/modules/_object-assign.js ***!
|
130166 |
\****************************************************************/
|
130175 |
var gOPS = __webpack_require__(/*! ./_object-gops */ 135);
|
130176 |
var pIE = __webpack_require__(/*! ./_object-pie */ 71);
|
130177 |
var toObject = __webpack_require__(/*! ./_to-object */ 136);
|
130178 |
+
var IObject = __webpack_require__(/*! ./_iobject */ 240);
|
130179 |
var $assign = Object.assign;
|
130180 |
|
130181 |
// should work with symbols and should have deterministic property order (V8 bug)
|
130206 |
|
130207 |
|
130208 |
/***/ }),
|
130209 |
+
/* 741 */
|
130210 |
/*!*****************************************************************!*\
|
130211 |
!*** ./node_modules/core-js/library/modules/_array-includes.js ***!
|
130212 |
\*****************************************************************/
|
130217 |
// false -> Array#indexOf
|
130218 |
// true -> Array#includes
|
130219 |
var toIObject = __webpack_require__(/*! ./_to-iobject */ 39);
|
130220 |
+
var toLength = __webpack_require__(/*! ./_to-length */ 742);
|
130221 |
+
var toAbsoluteIndex = __webpack_require__(/*! ./_to-absolute-index */ 743);
|
130222 |
module.exports = function (IS_INCLUDES) {
|
130223 |
return function ($this, el, fromIndex) {
|
130224 |
var O = toIObject($this);
|
130240 |
|
130241 |
|
130242 |
/***/ }),
|
130243 |
+
/* 742 */
|
130244 |
/*!************************************************************!*\
|
130245 |
!*** ./node_modules/core-js/library/modules/_to-length.js ***!
|
130246 |
\************************************************************/
|
130257 |
|
130258 |
|
130259 |
/***/ }),
|
130260 |
+
/* 743 */
|
130261 |
/*!********************************************************************!*\
|
130262 |
!*** ./node_modules/core-js/library/modules/_to-absolute-index.js ***!
|
130263 |
\********************************************************************/
|
130275 |
|
130276 |
|
130277 |
/***/ }),
|
130278 |
+
/* 744 */
|
130279 |
/*!***********************************************************************!*\
|
130280 |
!*** ./node_modules/babel-runtime/core-js/object/get-prototype-of.js ***!
|
130281 |
\***********************************************************************/
|
130283 |
/*! all exports used */
|
130284 |
/***/ (function(module, exports, __webpack_require__) {
|
130285 |
|
130286 |
+
module.exports = { "default": __webpack_require__(/*! core-js/library/fn/object/get-prototype-of */ 745), __esModule: true };
|
130287 |
|
130288 |
/***/ }),
|
130289 |
+
/* 745 */
|
130290 |
/*!********************************************************************!*\
|
130291 |
!*** ./node_modules/core-js/library/fn/object/get-prototype-of.js ***!
|
130292 |
\********************************************************************/
|
130294 |
/*! all exports used */
|
130295 |
/***/ (function(module, exports, __webpack_require__) {
|
130296 |
|
130297 |
+
__webpack_require__(/*! ../../modules/es6.object.get-prototype-of */ 746);
|
130298 |
module.exports = __webpack_require__(/*! ../../modules/_core */ 16).Object.getPrototypeOf;
|
130299 |
|
130300 |
|
130301 |
/***/ }),
|
130302 |
+
/* 746 */
|
130303 |
/*!*****************************************************************************!*\
|
130304 |
!*** ./node_modules/core-js/library/modules/es6.object.get-prototype-of.js ***!
|
130305 |
\*****************************************************************************/
|
130309 |
|
130310 |
// 19.1.2.9 Object.getPrototypeOf(O)
|
130311 |
var toObject = __webpack_require__(/*! ./_to-object */ 136);
|
130312 |
+
var $getPrototypeOf = __webpack_require__(/*! ./_object-gpo */ 242);
|
130313 |
|
130314 |
+
__webpack_require__(/*! ./_object-sap */ 747)('getPrototypeOf', function () {
|
130315 |
return function getPrototypeOf(it) {
|
130316 |
return $getPrototypeOf(toObject(it));
|
130317 |
};
|
130319 |
|
130320 |
|
130321 |
/***/ }),
|
130322 |
+
/* 747 */
|
130323 |
/*!*************************************************************!*\
|
130324 |
!*** ./node_modules/core-js/library/modules/_object-sap.js ***!
|
130325 |
\*************************************************************/
|
130340 |
|
130341 |
|
130342 |
/***/ }),
|
130343 |
+
/* 748 */
|
130344 |
/*!**************************************************************!*\
|
130345 |
!*** ./node_modules/babel-runtime/helpers/classCallCheck.js ***!
|
130346 |
\**************************************************************/
|
130360 |
};
|
130361 |
|
130362 |
/***/ }),
|
130363 |
+
/* 749 */
|
130364 |
/*!***********************************************************!*\
|
130365 |
!*** ./node_modules/babel-runtime/helpers/createClass.js ***!
|
130366 |
\***********************************************************/
|
130373 |
|
130374 |
exports.__esModule = true;
|
130375 |
|
130376 |
+
var _defineProperty = __webpack_require__(/*! ../core-js/object/define-property */ 750);
|
130377 |
|
130378 |
var _defineProperty2 = _interopRequireDefault(_defineProperty);
|
130379 |
|
130398 |
}();
|
130399 |
|
130400 |
/***/ }),
|
130401 |
+
/* 750 */
|
130402 |
/*!**********************************************************************!*\
|
130403 |
!*** ./node_modules/babel-runtime/core-js/object/define-property.js ***!
|
130404 |
\**********************************************************************/
|
130406 |
/*! all exports used */
|
130407 |
/***/ (function(module, exports, __webpack_require__) {
|
130408 |
|
130409 |
+
module.exports = { "default": __webpack_require__(/*! core-js/library/fn/object/define-property */ 751), __esModule: true };
|
130410 |
|
130411 |
/***/ }),
|
130412 |
+
/* 751 */
|
130413 |
/*!*******************************************************************!*\
|
130414 |
!*** ./node_modules/core-js/library/fn/object/define-property.js ***!
|
130415 |
\*******************************************************************/
|
130417 |
/*! all exports used */
|
130418 |
/***/ (function(module, exports, __webpack_require__) {
|
130419 |
|
130420 |
+
__webpack_require__(/*! ../../modules/es6.object.define-property */ 752);
|
130421 |
var $Object = __webpack_require__(/*! ../../modules/_core */ 16).Object;
|
130422 |
module.exports = function defineProperty(it, key, desc) {
|
130423 |
return $Object.defineProperty(it, key, desc);
|
130425 |
|
130426 |
|
130427 |
/***/ }),
|
130428 |
+
/* 752 */
|
130429 |
/*!****************************************************************************!*\
|
130430 |
!*** ./node_modules/core-js/library/modules/es6.object.define-property.js ***!
|
130431 |
\****************************************************************************/
|
130439 |
|
130440 |
|
130441 |
/***/ }),
|
130442 |
+
/* 753 */
|
130443 |
/*!*************************************************************************!*\
|
130444 |
!*** ./node_modules/babel-runtime/helpers/possibleConstructorReturn.js ***!
|
130445 |
\*************************************************************************/
|
130452 |
|
130453 |
exports.__esModule = true;
|
130454 |
|
130455 |
+
var _typeof2 = __webpack_require__(/*! ../helpers/typeof */ 243);
|
130456 |
|
130457 |
var _typeof3 = _interopRequireDefault(_typeof2);
|
130458 |
|
130467 |
};
|
130468 |
|
130469 |
/***/ }),
|
130470 |
+
/* 754 */
|
130471 |
/*!***************************************************************!*\
|
130472 |
!*** ./node_modules/babel-runtime/core-js/symbol/iterator.js ***!
|
130473 |
\***************************************************************/
|
130475 |
/*! all exports used */
|
130476 |
/***/ (function(module, exports, __webpack_require__) {
|
130477 |
|
130478 |
+
module.exports = { "default": __webpack_require__(/*! core-js/library/fn/symbol/iterator */ 755), __esModule: true };
|
130479 |
|
130480 |
/***/ }),
|
130481 |
+
/* 755 */
|
130482 |
/*!************************************************************!*\
|
130483 |
!*** ./node_modules/core-js/library/fn/symbol/iterator.js ***!
|
130484 |
\************************************************************/
|
130486 |
/*! all exports used */
|
130487 |
/***/ (function(module, exports, __webpack_require__) {
|
130488 |
|
130489 |
+
__webpack_require__(/*! ../../modules/es6.string.iterator */ 756);
|
130490 |
+
__webpack_require__(/*! ../../modules/web.dom.iterable */ 761);
|
130491 |
module.exports = __webpack_require__(/*! ../../modules/_wks-ext */ 140).f('iterator');
|
130492 |
|
130493 |
|
130494 |
/***/ }),
|
130495 |
+
/* 756 */
|
130496 |
/*!*********************************************************************!*\
|
130497 |
!*** ./node_modules/core-js/library/modules/es6.string.iterator.js ***!
|
130498 |
\*********************************************************************/
|
130502 |
|
130503 |
"use strict";
|
130504 |
|
130505 |
+
var $at = __webpack_require__(/*! ./_string-at */ 757)(true);
|
130506 |
|
130507 |
// 21.1.3.27 String.prototype[@@iterator]()
|
130508 |
+
__webpack_require__(/*! ./_iter-define */ 244)(String, 'String', function (iterated) {
|
130509 |
this._t = String(iterated); // target
|
130510 |
this._i = 0; // next index
|
130511 |
// 21.1.5.2.1 %StringIteratorPrototype%.next()
|
130521 |
|
130522 |
|
130523 |
/***/ }),
|
130524 |
+
/* 757 */
|
130525 |
/*!************************************************************!*\
|
130526 |
!*** ./node_modules/core-js/library/modules/_string-at.js ***!
|
130527 |
\************************************************************/
|
130549 |
|
130550 |
|
130551 |
/***/ }),
|
130552 |
+
/* 758 */
|
130553 |
/*!**************************************************************!*\
|
130554 |
!*** ./node_modules/core-js/library/modules/_iter-create.js ***!
|
130555 |
\**************************************************************/
|
130574 |
|
130575 |
|
130576 |
/***/ }),
|
130577 |
+
/* 759 */
|
130578 |
/*!*************************************************************!*\
|
130579 |
!*** ./node_modules/core-js/library/modules/_object-dps.js ***!
|
130580 |
\*************************************************************/
|
130598 |
|
130599 |
|
130600 |
/***/ }),
|
130601 |
+
/* 760 */
|
130602 |
/*!*******************************************************!*\
|
130603 |
!*** ./node_modules/core-js/library/modules/_html.js ***!
|
130604 |
\*******************************************************/
|
130611 |
|
130612 |
|
130613 |
/***/ }),
|
130614 |
+
/* 761 */
|
130615 |
/*!******************************************************************!*\
|
130616 |
!*** ./node_modules/core-js/library/modules/web.dom.iterable.js ***!
|
130617 |
\******************************************************************/
|
130619 |
/*! all exports used */
|
130620 |
/***/ (function(module, exports, __webpack_require__) {
|
130621 |
|
130622 |
+
__webpack_require__(/*! ./es6.array.iterator */ 762);
|
130623 |
var global = __webpack_require__(/*! ./_global */ 20);
|
130624 |
var hide = __webpack_require__(/*! ./_hide */ 36);
|
130625 |
var Iterators = __webpack_require__(/*! ./_iterators */ 137);
|
130641 |
|
130642 |
|
130643 |
/***/ }),
|
130644 |
+
/* 762 */
|
130645 |
/*!********************************************************************!*\
|
130646 |
!*** ./node_modules/core-js/library/modules/es6.array.iterator.js ***!
|
130647 |
\********************************************************************/
|
130651 |
|
130652 |
"use strict";
|
130653 |
|
130654 |
+
var addToUnscopables = __webpack_require__(/*! ./_add-to-unscopables */ 763);
|
130655 |
+
var step = __webpack_require__(/*! ./_iter-step */ 764);
|
130656 |
var Iterators = __webpack_require__(/*! ./_iterators */ 137);
|
130657 |
var toIObject = __webpack_require__(/*! ./_to-iobject */ 39);
|
130658 |
|
130660 |
// 22.1.3.13 Array.prototype.keys()
|
130661 |
// 22.1.3.29 Array.prototype.values()
|
130662 |
// 22.1.3.30 Array.prototype[@@iterator]()
|
130663 |
+
module.exports = __webpack_require__(/*! ./_iter-define */ 244)(Array, 'Array', function (iterated, kind) {
|
130664 |
this._t = toIObject(iterated); // target
|
130665 |
this._i = 0; // next index
|
130666 |
this._k = kind; // kind
|
130687 |
|
130688 |
|
130689 |
/***/ }),
|
130690 |
+
/* 763 */
|
130691 |
/*!*********************************************************************!*\
|
130692 |
!*** ./node_modules/core-js/library/modules/_add-to-unscopables.js ***!
|
130693 |
\*********************************************************************/
|
130699 |
|
130700 |
|
130701 |
/***/ }),
|
130702 |
+
/* 764 */
|
130703 |
/*!************************************************************!*\
|
130704 |
!*** ./node_modules/core-js/library/modules/_iter-step.js ***!
|
130705 |
\************************************************************/
|
130713 |
|
130714 |
|
130715 |
/***/ }),
|
130716 |
+
/* 765 */
|
130717 |
/*!******************************************************!*\
|
130718 |
!*** ./node_modules/babel-runtime/core-js/symbol.js ***!
|
130719 |
\******************************************************/
|
130721 |
/*! all exports used */
|
130722 |
/***/ (function(module, exports, __webpack_require__) {
|
130723 |
|
130724 |
+
module.exports = { "default": __webpack_require__(/*! core-js/library/fn/symbol */ 766), __esModule: true };
|
130725 |
|
130726 |
/***/ }),
|
130727 |
+
/* 766 */
|
130728 |
/*!*********************************************************!*\
|
130729 |
!*** ./node_modules/core-js/library/fn/symbol/index.js ***!
|
130730 |
\*********************************************************/
|
130732 |
/*! all exports used */
|
130733 |
/***/ (function(module, exports, __webpack_require__) {
|
130734 |
|
130735 |
+
__webpack_require__(/*! ../../modules/es6.symbol */ 767);
|
130736 |
+
__webpack_require__(/*! ../../modules/es6.object.to-string */ 772);
|
130737 |
+
__webpack_require__(/*! ../../modules/es7.symbol.async-iterator */ 773);
|
130738 |
+
__webpack_require__(/*! ../../modules/es7.symbol.observable */ 774);
|
130739 |
module.exports = __webpack_require__(/*! ../../modules/_core */ 16).Symbol;
|
130740 |
|
130741 |
|
130742 |
/***/ }),
|
130743 |
+
/* 767 */
|
130744 |
/*!************************************************************!*\
|
130745 |
!*** ./node_modules/core-js/library/modules/es6.symbol.js ***!
|
130746 |
\************************************************************/
|
130755 |
var has = __webpack_require__(/*! ./_has */ 26);
|
130756 |
var DESCRIPTORS = __webpack_require__(/*! ./_descriptors */ 25);
|
130757 |
var $export = __webpack_require__(/*! ./_export */ 23);
|
130758 |
+
var redefine = __webpack_require__(/*! ./_redefine */ 245);
|
130759 |
+
var META = __webpack_require__(/*! ./_meta */ 768).KEY;
|
130760 |
var $fails = __webpack_require__(/*! ./_fails */ 38);
|
130761 |
var shared = __webpack_require__(/*! ./_shared */ 133);
|
130762 |
var setToStringTag = __webpack_require__(/*! ./_set-to-string-tag */ 139);
|
130764 |
var wks = __webpack_require__(/*! ./_wks */ 40);
|
130765 |
var wksExt = __webpack_require__(/*! ./_wks-ext */ 140);
|
130766 |
var wksDefine = __webpack_require__(/*! ./_wks-define */ 141);
|
130767 |
+
var enumKeys = __webpack_require__(/*! ./_enum-keys */ 769);
|
130768 |
+
var isArray = __webpack_require__(/*! ./_is-array */ 770);
|
130769 |
var anObject = __webpack_require__(/*! ./_an-object */ 43);
|
130770 |
var isObject = __webpack_require__(/*! ./_is-object */ 37);
|
130771 |
var toIObject = __webpack_require__(/*! ./_to-iobject */ 39);
|
130772 |
var toPrimitive = __webpack_require__(/*! ./_to-primitive */ 129);
|
130773 |
var createDesc = __webpack_require__(/*! ./_property-desc */ 67);
|
130774 |
var _create = __webpack_require__(/*! ./_object-create */ 138);
|
130775 |
+
var gOPNExt = __webpack_require__(/*! ./_object-gopn-ext */ 771);
|
130776 |
+
var $GOPD = __webpack_require__(/*! ./_object-gopd */ 247);
|
130777 |
var $DP = __webpack_require__(/*! ./_object-dp */ 24);
|
130778 |
var $keys = __webpack_require__(/*! ./_object-keys */ 68);
|
130779 |
var gOPD = $GOPD.f;
|
130898 |
|
130899 |
$GOPD.f = $getOwnPropertyDescriptor;
|
130900 |
$DP.f = $defineProperty;
|
130901 |
+
__webpack_require__(/*! ./_object-gopn */ 246).f = gOPNExt.f = $getOwnPropertyNames;
|
130902 |
__webpack_require__(/*! ./_object-pie */ 71).f = $propertyIsEnumerable;
|
130903 |
__webpack_require__(/*! ./_object-gops */ 135).f = $getOwnPropertySymbols;
|
130904 |
|
130986 |
|
130987 |
|
130988 |
/***/ }),
|
130989 |
+
/* 768 */
|
130990 |
/*!*******************************************************!*\
|
130991 |
!*** ./node_modules/core-js/library/modules/_meta.js ***!
|
130992 |
\*******************************************************/
|
131050 |
|
131051 |
|
131052 |
/***/ }),
|
131053 |
+
/* 769 */
|
131054 |
/*!************************************************************!*\
|
131055 |
!*** ./node_modules/core-js/library/modules/_enum-keys.js ***!
|
131056 |
\************************************************************/
|
131076 |
|
131077 |
|
131078 |
/***/ }),
|
131079 |
+
/* 770 */
|
131080 |
/*!***********************************************************!*\
|
131081 |
!*** ./node_modules/core-js/library/modules/_is-array.js ***!
|
131082 |
\***********************************************************/
|
131085 |
/***/ (function(module, exports, __webpack_require__) {
|
131086 |
|
131087 |
// 7.2.2 IsArray(argument)
|
131088 |
+
var cof = __webpack_require__(/*! ./_cof */ 241);
|
131089 |
module.exports = Array.isArray || function isArray(arg) {
|
131090 |
return cof(arg) == 'Array';
|
131091 |
};
|
131092 |
|
131093 |
|
131094 |
/***/ }),
|
131095 |
+
/* 771 */
|
131096 |
/*!******************************************************************!*\
|
131097 |
!*** ./node_modules/core-js/library/modules/_object-gopn-ext.js ***!
|
131098 |
\******************************************************************/
|
131102 |
|
131103 |
// fallback for IE11 buggy Object.getOwnPropertyNames with iframe and window
|
131104 |
var toIObject = __webpack_require__(/*! ./_to-iobject */ 39);
|
131105 |
+
var gOPN = __webpack_require__(/*! ./_object-gopn */ 246).f;
|
131106 |
var toString = {}.toString;
|
131107 |
|
131108 |
var windowNames = typeof window == 'object' && window && Object.getOwnPropertyNames
|
131122 |
|
131123 |
|
131124 |
/***/ }),
|
131125 |
+
/* 772 */
|
131126 |
/*!**********************************************************************!*\
|
131127 |
!*** ./node_modules/core-js/library/modules/es6.object.to-string.js ***!
|
131128 |
\**********************************************************************/
|
131133 |
|
131134 |
|
131135 |
/***/ }),
|
131136 |
+
/* 773 */
|
131137 |
/*!***************************************************************************!*\
|
131138 |
!*** ./node_modules/core-js/library/modules/es7.symbol.async-iterator.js ***!
|
131139 |
\***************************************************************************/
|
131145 |
|
131146 |
|
131147 |
/***/ }),
|
131148 |
+
/* 774 */
|
131149 |
/*!***********************************************************************!*\
|
131150 |
!*** ./node_modules/core-js/library/modules/es7.symbol.observable.js ***!
|
131151 |
\***********************************************************************/
|
131157 |
|
131158 |
|
131159 |
/***/ }),
|
131160 |
+
/* 775 */
|
131161 |
/*!********************************************************!*\
|
131162 |
!*** ./node_modules/babel-runtime/helpers/inherits.js ***!
|
131163 |
\********************************************************/
|
131170 |
|
131171 |
exports.__esModule = true;
|
131172 |
|
131173 |
+
var _setPrototypeOf = __webpack_require__(/*! ../core-js/object/set-prototype-of */ 776);
|
131174 |
|
131175 |
var _setPrototypeOf2 = _interopRequireDefault(_setPrototypeOf);
|
131176 |
|
131177 |
+
var _create = __webpack_require__(/*! ../core-js/object/create */ 780);
|
131178 |
|
131179 |
var _create2 = _interopRequireDefault(_create);
|
131180 |
|
131181 |
+
var _typeof2 = __webpack_require__(/*! ../helpers/typeof */ 243);
|
131182 |
|
131183 |
var _typeof3 = _interopRequireDefault(_typeof2);
|
131184 |
|
131201 |
};
|
131202 |
|
131203 |
/***/ }),
|
131204 |
+
/* 776 */
|
131205 |
/*!***********************************************************************!*\
|
131206 |
!*** ./node_modules/babel-runtime/core-js/object/set-prototype-of.js ***!
|
131207 |
\***********************************************************************/
|
131209 |
/*! all exports used */
|
131210 |
/***/ (function(module, exports, __webpack_require__) {
|
131211 |
|
131212 |
+
module.exports = { "default": __webpack_require__(/*! core-js/library/fn/object/set-prototype-of */ 777), __esModule: true };
|
131213 |
|
131214 |
/***/ }),
|
131215 |
+
/* 777 */
|
131216 |
/*!********************************************************************!*\
|
131217 |
!*** ./node_modules/core-js/library/fn/object/set-prototype-of.js ***!
|
131218 |
\********************************************************************/
|
131220 |
/*! all exports used */
|
131221 |
/***/ (function(module, exports, __webpack_require__) {
|
131222 |
|
131223 |
+
__webpack_require__(/*! ../../modules/es6.object.set-prototype-of */ 778);
|
131224 |
module.exports = __webpack_require__(/*! ../../modules/_core */ 16).Object.setPrototypeOf;
|
131225 |
|
131226 |
|
131227 |
/***/ }),
|
131228 |
+
/* 778 */
|
131229 |
/*!*****************************************************************************!*\
|
131230 |
!*** ./node_modules/core-js/library/modules/es6.object.set-prototype-of.js ***!
|
131231 |
\*****************************************************************************/
|
131235 |
|
131236 |
// 19.1.3.19 Object.setPrototypeOf(O, proto)
|
131237 |
var $export = __webpack_require__(/*! ./_export */ 23);
|
131238 |
+
$export($export.S, 'Object', { setPrototypeOf: __webpack_require__(/*! ./_set-proto */ 779).set });
|
131239 |
|
131240 |
|
131241 |
/***/ }),
|
131242 |
+
/* 779 */
|
131243 |
/*!************************************************************!*\
|
131244 |
!*** ./node_modules/core-js/library/modules/_set-proto.js ***!
|
131245 |
\************************************************************/
|
131259 |
set: Object.setPrototypeOf || ('__proto__' in {} ? // eslint-disable-line
|
131260 |
function (test, buggy, set) {
|
131261 |
try {
|
131262 |
+
set = __webpack_require__(/*! ./_ctx */ 236)(Function.call, __webpack_require__(/*! ./_object-gopd */ 247).f(Object.prototype, '__proto__').set, 2);
|
131263 |
set(test, []);
|
131264 |
buggy = !(test instanceof Array);
|
131265 |
} catch (e) { buggy = true; }
|
131275 |
|
131276 |
|
131277 |
/***/ }),
|
131278 |
+
/* 780 */
|
131279 |
/*!*************************************************************!*\
|
131280 |
!*** ./node_modules/babel-runtime/core-js/object/create.js ***!
|
131281 |
\*************************************************************/
|
131283 |
/*! all exports used */
|
131284 |
/***/ (function(module, exports, __webpack_require__) {
|
131285 |
|
131286 |
+
module.exports = { "default": __webpack_require__(/*! core-js/library/fn/object/create */ 781), __esModule: true };
|
131287 |
|
131288 |
/***/ }),
|
131289 |
+
/* 781 */
|
131290 |
/*!**********************************************************!*\
|
131291 |
!*** ./node_modules/core-js/library/fn/object/create.js ***!
|
131292 |
\**********************************************************/
|
131294 |
/*! all exports used */
|
131295 |
/***/ (function(module, exports, __webpack_require__) {
|
131296 |
|
131297 |
+
__webpack_require__(/*! ../../modules/es6.object.create */ 782);
|
131298 |
var $Object = __webpack_require__(/*! ../../modules/_core */ 16).Object;
|
131299 |
module.exports = function create(P, D) {
|
131300 |
return $Object.create(P, D);
|
131302 |
|
131303 |
|
131304 |
/***/ }),
|
131305 |
+
/* 782 */
|
131306 |
/*!*******************************************************************!*\
|
131307 |
!*** ./node_modules/core-js/library/modules/es6.object.create.js ***!
|
131308 |
\*******************************************************************/
|
131316 |
|
131317 |
|
131318 |
/***/ }),
|
131319 |
+
/* 783 */
|
131320 |
/*!********************************************************!*\
|
131321 |
!*** ./node_modules/lottie-web/build/player/lottie.js ***!
|
131322 |
\********************************************************/
|
dist/blocks.style.build.css
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
.uagb-google-map__wrap{display:flex}.uagb-google-map__wrap .uagb-google-map__iframe{width:100%;box-shadow:none;border:none;padding:0;margin:0}
|
12 |
.uagb-icon-list__outer-wrap .uagb-icon-list__wrap{display:flex;align-items:flex-start;justify-content:flex-start}.uagb-icon-list__outer-wrap.wp-block-uagb-icon-list .uagb-icon-list__wrap a.uagb-icon-list__wrapper,.uagb-icon-list__outer-wrap.wp-block-uagb-icon-list .uagb-icon-list__wrap a.uagb-icon-list__wrapper:focus,.uagb-icon-list__outer-wrap.wp-block-uagb-icon-list .uagb-icon-list__wrap a.uagb-icon-list__wrapper:active,.uagb-icon-list__outer-wrap.wp-block-uagb-icon-list .uagb-icon-list__wrap a.uagb-icon-list__wrapper:visited{text-decoration:none}.uagb-icon-list__outer-wrap a.uagb-button__link:focus{box-shadow:none}.uagb-icon-list__outer-wrap .uagb-icon-list__wrapper>p{display:none}.uagb-icon-list__outer-wrap .uagb-icon-list__wrapper{padding:0;margin-left:5px;margin-right:5px;transition:all 0.2s;display:inline-flex;text-align:center}.uagb-icon-list__outer-wrap .uagb-icon-list__content-wrap,.uagb-icon-list__outer-wrap .uagb-icon-list__source-wrap{width:inherit;display:inline-block}.uagb-icon-list__outer-wrap .uagb-icon-list__source-wrap{display:inherit;align-items:center}.uagb-icon-list__outer-wrap .uagb-icon-list__content-wrap{color:#3a3a3a;display:flex;align-items:center}.uagb-icon-list__outer-wrap .uagb-icon-list__source-icon,.uagb-icon-list__outer-wrap .uagb-icon-list__source-icon:before{font-size:40px;width:40px;height:40px}.uagb-icon-list__outer-wrap .uagb-icon-list__content-wrap span.uagb-icon-list__source-wrap{display:block}.uagb-icon-list__outer-wrap .uagb-icon-list__source-icon svg{display:block}.uagb-icon-list__outer-wrap .uagb-icon-list__source-image{width:40px}.uagb-icon-list__outer-wrap .uagb-icon-list__wrapper:first-child{margin-left:0}.uagb-icon-list__outer-wrap .uagb-icon-list__wrapper:last-child{margin-right:0}.uagb-icon-list__outer-wrap .uagb-icon-list__wrap>p{display:none}.uagb-icon-list__outer-wrap .uagb-icon-list__wrapper[href="/"]{pointer-events:none;cursor:text}.uagb-icon-list__outer-wrap.wp-block-uagb-icon-list .uagb-icon-list__wrap .uagb-icon-list__wrapper{text-decoration:none}.uagb-icon-list__outer-wrap .uagb-icon-list__wrap .uagb-icon-list__wrapper{box-shadow:none}.uagb-icon-list__outer-wrap.uagb-icon-list__icon-at-top .uagb-icon-list__source-wrap{align-self:flex-start}.uagb-icon-list__outer-wrap:not(.uagb-icon-list__no-label) .uagb-icon-list__source-wrap{margin-right:15px}.uagb-icon-list__no-label .uagb-icon-list__label-wrap{display:none}
|
13 |
.wp-block-uagb-icon-list-child{position:relative}.wp-block-uagb-icon-list-child>a{position:absolute;top:0;left:0;width:100%;height:100%}img.uagb-icon-list__source-image{max-width:unset}
|
14 |
-
.uagb-rest_menu__wrap{position:relative;padding-left:5px;padding-right:5px;box-sizing:border-box}.uagb-rest_menu__wrap,.uagb-rest_menu__wrap *{transition:all 0.2s}.uagb-rm__image img,.slick-slide .uagb-rm__image img{display:inline-block;box-sizing:content-box}.uagb-rm__title,.uagb-rm__price{display:inline-block}.uagb-rm__desc{margin-bottom:15px;font-style:italic}.uagb-rm__content{overflow:hidden;text-align:left;word-break:break-word;padding:15px;border-radius:inherit;position:relative;padding:5px}.uagb-rm__image-position-left .uagb-rm__content,.uagb-rm__image-position-right .uagb-rm__content{-js-display:flex;display:flex}.uagb-rm-details{display:table;width:100%}.uagb-rm__title-wrap,.uagb-rm__price-wrap{display:table-cell}.uagb-rm__title-wrap,.uagb-rm__image-position-left.uagb-rm__align-center .uagb-rm__price-wrap,.uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm__price-wrap{width:85%}.uagb-rm__price-wrap,.uagb-rm__image-position-left.uagb-rm__align-center .uagb-rm__price-wrap,.uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm__price-wrap{width:15%}.uagb-rm__title,.uagb-rm__price{display:block}.uagb-rm__align-center .uagb-rm-details,.uagb-rm__align-center .uagb-rm__title-wrap,.uagb-rm__align-center .uagb-rm__price-wrap{display:block;width:100%}.uagb-rm__image-aligned-middle .uagb-rm__image-content{align-self:center}.uagb-rm__image{overflow:hidden}.uagb-rm__title{margin-bottom:5px;font-size:20px}.uagb-rm__price{font-style:italic;text-align:right}.uagb-rm__image-position-center.uagb-rm__align-center .uagb-rm-details,.uagb-rm__image-position-center.uagb-rm__align-center .uagb-rm__title-wrap,.uagb-rm__image-position-center.uagb-rm__align-center .uagb-rm__price-wrap{display:block;width:100%;text-align:center}.uagb-rm__align-center .uagb-rm__price{text-align:center}.uagb-rm__align-right .uagb-rm-details{display:flex;width:100%;flex-direction:row-reverse}.uagb-rm__align-right .uagb-rm__price{text-align:left}.uagb-rm__align-left .uagb-rm__price{text-align:right}.uagb-rm__image-position-left.uagb-rm__align-left .uagb-rm__price,.uagb-rm__image-position-left.uagb-rm__align-right .uagb-rm__price,.uagb-rm__image-position-left.uagb-rm__align-center .uagb-rm__price{text-align:right}.uagb-rm__image-position-left.uagb-rm__align-left .uagb-rm-details,.uagb-rm__image-position-left.uagb-rm__align-right .uagb-rm-details,.uagb-rm__image-position-left.uagb-rm__align-center .uagb-rm-details{display:flex;flex-direction:unset;text-align:left}.uagb-rm__image-position-left.uagb-rm__align-left .uagb-rm__title-wrap,.uagb-rm__image-position-left.uagb-rm__align-right .uagb-rm__title-wrap,.uagb-rm__image-position-left.uagb-rm__align-center .uagb-rm__title-wrap,.uagb-rm__image-position-left.uagb-rm__align-left .uagb-rm__image-content,.uagb-rm__image-position-left.uagb-rm__align-right .uagb-rm__image-content,.uagb-rm__image-position-left.uagb-rm__align-center .uagb-rm__image-content{text-align:left}.uagb-rm__image-position-right.uagb-rm__align-left .uagb-rm-details,.uagb-rm__image-position-right.uagb-rm__align-right .uagb-rm-details,.uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm-details{display:flex;flex-direction:row-reverse;text-align:right}.uagb-rm__image-position-right.uagb-rm__align-left .uagb-rm__price,.uagb-rm__image-position-right.uagb-rm__align-right .uagb-rm__price,.uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm__price{text-align:left}.uagb-rm__image-position-right.uagb-rm__align-left .uagb-rm__title-wrap,.uagb-rm__image-position-right.uagb-rm__align-right .uagb-rm__title-wrap,.uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm__title-wrap,.uagb-rm__image-position-right.uagb-rm__align-left .uagb-rm__image-content,.uagb-rm__image-position-right.uagb-rm__align-right .uagb-rm__image-content,.uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm__image-content{text-align:right}.uagb-rest_menu__outer-wrap{position:relative
|
15 |
.uagb-timeline__widget{position:relative;display:flex;align-items:flex-start;font-size:inherit;color:inherit;margin-bottom:inherit}.uagb-timeline__widget a{text-decoration:none;color:inherit;font-size:inherit;margin-bottom:inherit}.uagb-timeline__image a{display:block;position:relative;max-width:100%}.uagb-timeline__image img{display:inline-block;box-sizing:content-box}.uagb-timeline__author{text-transform:uppercase}.uagb-timeline__main{position:relative}.uagb-content{word-break:break-word}a.uagb-timeline__link{padding:5px 10px;display:inline-block}.uagb-timeline__headingh1,.uagb-timeline__headingh2,.uagb-timeline__headingh3,.uagb-timeline__headingh4,.uagb-timeline__headingh5,.uagb-timeline__headingh6{margin-bottom:0px}.uagb-timeline__inner-date-new p,.uagb-timeline__date-inner .uagb-timeline__inner-date-new p{margin-bottom:0px}.uagb-timeline__line{background-color:#eeeeee}.uagb-timeline__line__inner{background-color:#5cb85c;width:100%}.uagb-timeline__main .uagb-timeline__icon-new{line-height:1em;display:inline-block;vertical-align:middle;font-style:normal}.uagb-timeline__center-block .uagb-timeline__date-hide{display:none}.uagb-timeline__field:not(:last-child){margin-bottom:20px}.uagb-timeline__field{margin-bottom:20px}.uagb-timeline__center-block .uagb-timeline__widget.uagb-timeline__right,.uagb-timeline__right-block .uagb-timeline__widget{flex-direction:row-reverse}.uagb-timeline__left-block .uagb-timeline__day-left .uagb-timeline__events-inner-new,.uagb-timeline__left-block .uagb-timeline__day-right .uagb-timeline__events-inner-new{text-align:left}.uagb-timeline__right-block .uagb-timeline__center-block .uagb-timeline__date-new{display:block}.uagb-timeline__right-block .uagb-timeline__day-left .uagb-timeline__events-inner-new,.uagb-timeline__right-block .uagb-timeline__day-right .uagb-timeline__events-inner-new{text-align:inherit}.uagb-timeline__right-block .uagb-timeline__line{right:16px;left:auto}.uagb-timeline__right-block .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__right-block .uagb-timeline__left .uagb-timeline__arrow:after{top:0}.uagb-timeline__right-block .uagb-timeline__right .uagb-timeline__arrow,.uagb-timeline__right-block .uagb-timeline__left .uagb-timeline__arrow{top:0;right:0;width:10px;height:40px;position:absolute}.uagb-timeline__right-block .uagb-timeline__right .uagb-timeline__arrow{right:-12px}.uagb-timeline__right-block .uagb-timeline__left .uagb-timeline__arrow{right:-10px}.uagb-timeline__right-block .uagb-timeline__marker,.uagb-timeline__right-block .uagb-timeline__day-new{max-width:100%;position:relative}.uagb-timeline__right-block .uagb-timeline__day-new{margin-right:14px}.uagb-timeline__right-block .uagb-timeline__marker{flex-shrink:0;flex-grow:0}.uagb-timeline__right-block .uagb-timeline__day-new{flex-grow:1}.uagb-timeline__left-block .uagb-timeline__marker,.uagb-timeline__left-block .uagb-timeline__day-new{max-width:100%;position:relative}.uagb-timeline__left-block .uagb-timeline__line{left:20px;right:auto}.uagb-timeline__left-block .uagb-timeline__day-new{margin-left:14px;flex-grow:1;order:1}.uagb-timeline__left-block .uagb-timeline__marker{order:0;flex-shrink:0;flex-grow:0}.uagb-timeline__left-block .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__left-block .uagb-timeline__left .uagb-timeline__arrow:after{top:0}.uagb-timeline__left-block .uagb-timeline__right .uagb-timeline__arrow,.uagb-timeline__left-block .uagb-timeline__left .uagb-timeline__arrow{top:0;width:10px;height:40px;position:absolute}.uagb-timeline__left-block .uagb-timeline__right .uagb-timeline__arrow{left:-10px}.uagb-timeline__left-block .uagb-timeline__left .uagb-timeline__arrow{left:-12px}.uagb-timeline__left-block .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__left-block .uagb-timeline__left .uagb-timeline__arrow:after,.uagb-timeline__right-block .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__right-block .uagb-timeline__left .uagb-timeline__arrow:after{top:50%;transform:translateY(-50%)}.uagb-timeline__marker{background-color:#eeeeee;border-radius:999px;position:relative;display:flex;align-items:center;justify-content:center;z-index:1;transition:all .2s ease-in-out}.uagb-timeline__main .uagb-timeline__days .uagb-timeline__field-wrap:hover .uagb-timeline__marker{transition:all .2s ease-in-out}.uagb-timeline__center-block .uagb-timeline__marker{order:1;flex-shrink:0;flex-grow:0}.uagb-timeline__center-block .uagb-timeline__day-new,.uagb-timeline__center-block .uagb-timeline__date-new{flex-grow:1;flex-basis:50%;max-width:100%;position:relative}.uagb-timeline__center-block .uagb-timeline__right .uagb-timeline__day-new{order:2;padding-left:0;padding-right:12px}.uagb-timeline__center-block .uagb-timeline__left .uagb-timeline__day-new{order:2;padding-right:0;padding-left:12px}.uagb-timeline__events-inner-new{padding:40px}.uagb-timeline__center-block .uagb-timeline__left .uagb-timeline__date-new{display:flex;justify-content:flex-end}.uagb-timeline__center-block .uagb-timeline__right .uagb-timeline__date-new{display:flex;justify-content:flex-start}.uagb-timeline__left-block .uagb-timeline__date-new{margin-right:10px}.uagb-timeline__right-block .uagb-timeline__date-new{margin-left:10px}.uagb-timeline__right-block .uagb-timeline__date-new{display:flex;align-items:center}.uagb-timeline__center-block .uagb-timeline__right .uagb-timeline__arrow{right:0px;top:0;width:10px;height:40px;position:absolute}.uagb-timeline__center-block .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__center-block .uagb-timeline__left .uagb-timeline__arrow:after{top:50%;transform:translateY(-50%)}.uagb-timeline__center-block .uagb-timeline__left .uagb-timeline__arrow{left:0px;top:0;width:10px;height:40px;position:absolute}.uagb-timeline__arrow-center .uagb-timeline__widget{align-items:center}.uagb-timeline__arrow-bottom .uagb-timeline__widget{align-items:flex-end}.uagb-timeline__arrow-center .uagb-timeline__left .uagb-timeline__arrow,.uagb-timeline__arrow-center .uagb-timeline__right .uagb-timeline__arrow{top:50%;transform:translateY(-50%)}.uagb-timeline__arrow-bottom .uagb-timeline__left .uagb-timeline__arrow,.uagb-timeline__arrow-bottom .uagb-timeline__right .uagb-timeline__arrow{top:100%;transform:translateY(-100%)}.uagb-timeline__day-right .uagb-timeline__events-inner{text-align:right}.uagb-timeline__day-left .uagb-timeline__events-inner{text-align:left}.uagb-timeline__arrow-top .uagb-timeline__date-new .uagb-timeline__date-new,.uagb-timeline__arrow-bottom .uagb-timeline__date-new .uagb-timeline__date-new{padding-top:8px;padding-bottom:8px}.uagb-timeline__events-inner-new,.uagb-timeline__arrow{transition:background .2s ease-in-out}.uagb-timeline__arrow:after{transition:border-color .2s ease-in-out}.uagb-timeline__date-new{transition:color .2s ease-in-out}.uagb-timeline__widget.uagb-timeline__left.hide-events .uagb-timeline__events-inner-new,.uagb-timeline__widget.uagb-timeline__left.hide-events .uagb-timeline__date-new{visibility:hidden}.uagb-timeline__widget.uagb-timeline__right.hide-events .uagb-timeline__events-inner-new,.uagb-timeline__widget.uagb-timeline__right.hide-events .uagb-timeline__date-new{visibility:hidden}.uagb-timeline__main .uagb-timeline__year{display:flex;position:relative}.uagb-timeline__main .uagb-timeline__year span{display:inline-block;padding-bottom:6px}.uagb-timeline__day-left .uagb-timeline__arrow:after{content:'';left:0px;position:absolute;display:inline;width:0;height:0;border-top:12px solid transparent;border-bottom:12px solid transparent}.uagb-timeline__right .uagb-timeline__day-left .uagb-timeline__arrow:after{right:0}.uagb-timeline__day-right .uagb-timeline__arrow:after{content:'';right:0px;position:absolute;display:inline;width:0;height:0;border-top:12px solid transparent;border-bottom:12px solid transparent}.uagb-timeline__icon{width:100px;height:100px;border-radius:50%;text-align:center;line-height:100px;vertical-align:middle;position:relative;z-index:1}.uagb-timeline__main .uagb-timeline__date .uagb-timeline__inner-date-new{white-space:nowrap;margin:0px}.uagb-timeline__main .uagb-timeline__line{position:absolute;transform:translateX(-50%)}.uagb-timeline__right-block .uagb-timeline__main .uagb-timeline__line{position:absolute;transform:translateX(50%)}.uagb-timeline__center-block .uagb-timeline__line{left:50%;right:auto}.uagb-timeline__main .in-view i.uagb-timeline__in-view-icon{transition:background 0.25s ease-out 0.25s, width 0.25s ease-in-out, height 0.25s ease-in-out, color 0.25s ease-in-out, font-size 0.25s ease-out}.uagb-timeline__left-block .uagb-timeline__days{text-align:left}.uagb-timeline__left-block .uagb-timeline__day-right .uagb-timeline__arrow:after{content:'';position:absolute;display:inline;width:0;height:0;border-top:12px solid transparent;border-bottom:12px solid transparent}.uagb-timeline__center-block .uagb-timeline__days{text-align:center}.uagb-timeline__center-block .uagb-timeline__day-right .uagb-timeline__arrow:after{content:'';right:0px;top:50%;transform:translateY(-50%);position:absolute;display:inline;width:0;height:0;border-top:12px solid transparent;border-bottom:12px solid transparent}.uagb-timeline__right .uagb-timeline__days{text-align:right}.uagb-timeline__outer-wrap span.dashicons-admin-users.dashicons{display:inline;vertical-align:baseline;margin-right:4px}@media screen and (max-width: 1023px){.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__line{position:absolute;transform:translateX(50%)}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__date-hide{display:block}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-left .uagb-timeline__events-inner-new,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-right .uagb-timeline__events-inner-new{text-align:left}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__line{right:20px;left:auto}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__marker,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-new{max-width:100%;position:relative}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__line{left:20px;right:auto}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-new{margin-left:16px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__marker{order:0;flex-shrink:0;flex-grow:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-new{flex-grow:1;order:1}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__arrow:after{top:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__arrow,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__arrow{width:10px;height:40px;position:absolute}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__arrow{left:-10px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__arrow{left:-12px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__arrow:after{top:50%;transform:translateY(-50%)}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__days{text-align:left}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-right .uagb-timeline__arrow:after{content:'';position:absolute;display:inline;width:0;height:0;border-top:12px solid transparent;border-bottom:12px solid transparent}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__widget.uagb-timeline__right{flex-direction:unset}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-new,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__date-new{flex-grow:unset;flex-basis:unset;max-width:100%;width:100%;position:relative}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__day-new{order:unset;padding-left:0;padding-right:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__day-new{order:unset;padding-right:0;padding-left:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__widget{flex-direction:row-reverse}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-left .uagb-timeline__events-inner-new,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-right .uagb-timeline__events-inner-new{text-align:right}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__line{right:16px;left:auto}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow:after{top:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow{left:auto;right:0;width:10px;height:40px;position:absolute}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow{right:-12px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow{right:-10px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__marker,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-new{max-width:100%;position:relative}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-new{margin-right:16px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__marker{flex-shrink:0;flex-grow:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-new{flex-grow:1}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow:after{top:50%;transform:translateY(-50%)}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__days{text-align:right}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-new,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__date-new{flex-grow:unset;flex-basis:unset;max-width:100%;position:relative}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__day-new{order:unset;padding-left:0;padding-right:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__day-new{order:unset;padding-right:0;padding-left:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__date-new{display:none}}@media screen and (max-width: 767px){.uagb-timeline-responsive-none .uagb-timeline__events-inner-new{padding:15px}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__date-hide{display:block}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-left .uagb-timeline__events-inner-new,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-right .uagb-timeline__events-inner-new{text-align:left}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__line{right:20px;left:auto}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__marker,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-new{max-width:100%;position:relative}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__line{left:20px;right:auto}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-new{margin-left:16px}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__marker{order:0;flex-shrink:0;flex-grow:0}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-new{flex-grow:1;order:1}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__left .uagb-timeline__arrow:after{top:0}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__right .uagb-timeline__arrow,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__left .uagb-timeline__arrow{width:10px;height:40px;position:absolute}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__right .uagb-timeline__arrow{left:-10px}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__left .uagb-timeline__arrow{left:-12px}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__left .uagb-timeline__arrow:after{top:50%;transform:translateY(-50%)}.uagb-timeline__day-left .uagb-timeline__events-inner-new{text-align:left}.uagb-timeline__left-block .uagb-timeline__date-new{margin-right:10px}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__days{text-align:left}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-right .uagb-timeline__arrow:after{content:'';position:absolute;display:inline;width:0;height:0;border-top:12px solid transparent;border-bottom:12px solid transparent}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__widget.uagb-timeline__right{flex-direction:unset}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-new,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__date-new{flex-grow:unset;flex-basis:unset;max-width:100%;position:relative}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__right .uagb-timeline__day-new{order:unset;padding-left:0;padding-right:0}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__left .uagb-timeline__day-new{order:unset;padding-right:0;padding-left:0}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__left .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__right .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__widget{flex-direction:row-reverse}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-left .uagb-timeline__events-inner-new,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-right .uagb-timeline__events-inner-new{text-align:right}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__line{right:16px;left:auto}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow:after{top:0}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow{left:auto;right:0;width:10px;height:40px;position:absolute}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow{right:-12px}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow{right:-10px}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__marker,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-new{max-width:100%;position:relative}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-new{margin-right:16px}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__marker{flex-shrink:0;flex-grow:0}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-new{flex-grow:1}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow:after{top:50%;transform:translateY(-50%)}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__line{position:absolute;transform:translateX(50%)}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__days{text-align:right}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-new,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__date-new{flex-grow:unset;flex-basis:unset;max-width:100%;position:relative}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__day-new{order:unset;padding-left:0;padding-right:0}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__day-new{order:unset;padding-right:0;padding-left:0}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__date-new{display:none}}.uagb-timeline__line__inner{background-color:#61ce70;width:100%}.uagb-timeline__center-block .uagb-timeline__day-right .uagb-timeline__arrow:after{border-left:13px solid #eeeeee}.uagb-timeline__right-block .uagb-timeline__day-right .uagb-timeline__arrow:after{border-left:13px solid #eeeeee}.uagb-timeline__right-block .uagb-timeline__day-left .uagb-timeline__arrow:after{border-left:13px solid #eeeeee}.rtl .uagb-timeline__center-block .uagb-timeline__day-right .uagb-timeline__arrow:after{border-right:13px solid #eeeeee;border-left:none}.rtl .uagb-timeline__right-block .uagb-timeline__day-right .uagb-timeline__arrow:after{border-right:13px solid #eeeeee;border-left:none}.rtl .uagb-timeline__right-block .uagb-timeline__day-left .uagb-timeline__arrow:after{border-right:13px solid #eeeeee;border-left:none}.uagb-timeline__left-block .uagb-timeline__day-right .uagb-timeline__arrow:after{border-right:13px solid #eeeeee}.uagb-timeline__center-block .uagb-timeline__day-left .uagb-timeline__arrow:after{border-right:13px solid #eeeeee}.uagb-timeline__left-block .uagb-timeline__day-left .uagb-timeline__arrow:after{border-right:13px solid #eeeeee}.rtl .uagb-timeline__left-block .uagb-timeline__day-right .uagb-timeline__arrow:after{border-left:13px solid #eeeeee;border-right:none}.rtl .uagb-timeline__center-block .uagb-timeline__day-left .uagb-timeline__arrow:after{border-left:13px solid #eeeeee;border-right:none}.rtl .uagb-timeline__left-block .uagb-timeline__day-left .uagb-timeline__arrow:after{border-left:13px solid #eeeeee;border-right:none}.uagb-timeline__day-right .uagb-timeline__events-inner-new{border-radius:4px 4px 4px 4px}.uagb-timeline__day-left .uagb-timeline__events-inner-new{border-radius:4px 4px 4px 4px}.uagb-timeline__line{width:3px}.uagb-timeline__main .uagb-timeline__icon-new{font-size:16px}.uagb-timeline__marker{min-height:3em;min-width:3em;line-height:3em}.uagb-timeline__arrow{height:3em}.uagb-timeline__left-block .uagb-timeline__line{left:calc(3em / 2)}.uagb-timeline__right-block .uagb-timeline__line{right:calc(3em / 2)}.rtl .uagb-timeline__left-block .uagb-timeline__line{right:calc(3em / 2);left:auto}.rtl .uagb-timeline__right-block .uagb-timeline__line{left:calc(3em / 2);right:auto}.uagb-timeline-desc-content p{font-size:inherit}.uagb-timeline__main p:empty{display:none}@media (max-width: 976px){.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__line{position:absolute;transform:translateX(50%)}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__line{position:absolute;transform:translateX(50%)}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__date-hide{display:block}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-left .uagb-timeline__events-inner-new,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-right .uagb-timeline__events-inner-new{text-align:left}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__line{right:20px;left:auto}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__marker,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-new{max-width:100%;position:relative}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__line{left:20px;right:auto}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-new{margin-left:16px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__marker{order:0;flex-shrink:0;flex-grow:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-new{flex-grow:1;order:1}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__arrow:after{top:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__arrow,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__arrow{width:10px;height:40px;position:absolute}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__arrow{left:-10px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__arrow{left:-12px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__arrow:after{top:50%;transform:translateY(-50%)}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__days{text-align:left}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-right .uagb-timeline__arrow:after{content:'';position:absolute;display:inline;width:0;height:0;border-top:12px solid transparent;border-bottom:12px solid transparent}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__widget.uagb-timeline__right{flex-direction:unset}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-new,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__date-new{flex-grow:unset;flex-basis:unset;max-width:100%;width:100%;position:relative}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__day-new{order:unset;padding-left:0;padding-right:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__day-new{order:unset;padding-right:0;padding-left:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__widget{flex-direction:row-reverse}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-left .uagb-timeline__events-inner-new,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-right .uagb-timeline__events-inner-new{text-align:right}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__line{right:16px;left:auto}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow:after{top:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow{left:auto;right:0;width:10px;height:40px;position:absolute}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow{right:-12px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow{right:-10px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__marker,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-new{max-width:100%;position:relative}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-new{margin-right:16px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__marker{flex-shrink:0;flex-grow:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-new{flex-grow:1}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow:after{top:50%;transform:translateY(-50%)}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__days{text-align:right}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-new,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__date-new{flex-grow:unset;flex-basis:unset;max-width:100%;position:relative}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__day-new{order:unset;padding-left:0;padding-right:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__day-new{order:unset;padding-right:0;padding-left:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__date-new,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-left .uagb-timeline__arrow:after{border-right:13px solid #eeeeee;border-left:none}.uagb-timeline__responsive-tablet.uagb-timeline__center-block .uagb-timeline__author,.uagb-timeline__responsive-tablet.uagb-timeline__center-block .uagb-timeline__link_parent,.uagb-timeline__responsive-tablet.uagb-timeline__center-block .uagb-timeline__image a,.uagb-timeline__responsive-tablet.uagb-timeline__center-block .uagb-timeline__heading,.uagb-timeline__responsive-tablet.uagb-timeline__center-block .uagb-timeline-desc-content,.uagb-timeline__responsive-tablet.uagb-timeline__center-block .uagb-timeline__date-inner{text-align:left}.uagb-timeline__responsive-tablet.uagb-timeline__center-block .uagb-timeline__date-hide.uagb-timeline__date-inner{text-align:left}}@media (max-width: 767px){.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-left .uagb-timeline__arrow:after,.rtl .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-right .uagb-timeline__arrow:after,.rtl .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-left .uagb-timeline__arrow:after{border-right:13px solid #eeeeee;border-left:none}.rtl .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-right .uagb-timeline__arrow:after,.rtl .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-left .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-left .uagb-timeline__arrow:after{border-left:13px solid #eeeeee;border-right:none}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__line,.rtl .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__line{left:calc(3em / 2);right:auto}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__line,.rtl .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__line{right:calc(3em / 2);left:auto}.uagb-timeline__responsive-mobile.uagb-timeline__center-block .uagb-timeline__author,.uagb-timeline__responsive-mobile.uagb-timeline__center-block .uagb-timeline__link_parent,.uagb-timeline__responsive-mobile.uagb-timeline__center-block .uagb-timeline__image a,.uagb-timeline__responsive-mobile.uagb-timeline__center-block .uagb-timeline__heading,.uagb-timeline__responsive-mobile.uagb-timeline__center-block .uagb-timeline-desc-content,.uagb-timeline__responsive-mobile.uagb-timeline__center-block .uagb-timeline__date-inner{text-align:left}.uagb-timeline__responsive-mobile.uagb-timeline__center-block .uagb-timeline__date-hide.uagb-timeline__date-inner{text-align:left}}.wp-block-uagb-content-timeline .uagb-timeline__left-block .uagb-timeline__date-new{display:none}.wp-block-uagb-content-timeline .uagb-timeline__right-block .uagb-timeline__date-new{display:none}
|
16 |
.uagb-timeline__events-inner-new{background-color:#eee;border-radius:2px;padding:20px}.uagb-timeline__icon-new svg{fill:#333}.uagb-timeline__main .uagb-timeline__icon-new{color:#333;font-size:15px;width:15px}.uagb-timeline__field{margin-bottom:15px}
|
17 |
.uagb-cta__outer-wrap{position:relative}.uagb-cta__outer-wrap .wp-block-button__link svg{fill:currentColor}.uagb-cta__outer-wrap .uagb-cta__content{display:inline-block}.uagb-cta__outer-wrap a.uagb-cta__block-link span{font-size:inherit;vertical-align:middle;display:inline-block;float:left}.uagb-cta__outer-wrap .uagb-cta__content-right .uagb-cta__link-wrapper{width:30%}.uagb-cta__outer-wrap .uagb-cta__content-right .uagb-cta__content{width:70%}.uagb-cta__outer-wrap .uagb-cta__content-right .uagb-cta__button-wrapper{display:inline-block;float:right}.uagb-cta__outer-wrap .uagb-cta__link-wrapper.uagb-cta__block-link-style:empty{display:none}.uagb-cta__outer-wrap a.uagb-cta__block-link,.uagb-cta__outer-wrap .entry .entry-content a.uagb-cta__block-link,.uagb-cta__outer-wrap a.uagb-cta__block-link-wrap,.uagb-cta__outer-wrap .entry .entry-content a.uagb-cta__block-link-wrap{text-decoration:none}.uagb-cta__outer-wrap a.uagb-cta__block-link:hover,.uagb-cta__outer-wrap .entry .entry-content a.uagb-cta__block-link:hover,.uagb-cta__outer-wrap a.uagb-cta__block-link-wrap:hover,.uagb-cta__outer-wrap .entry .entry-content a.uagb-cta__block-link-wrap:hover .entry .entry-content a.uagb-cta__block-link:hover{color:inherit}.uagb-cta__outer-wrap .uagb-cta__content-right{text-align:right;justify-content:flex-end}.uagb-cta__outer-wrap .uagb-cta__left-right-wrap{width:100%;word-break:break-word}.uagb-cta__outer-wrap .uagb-cta__icon-position-below-title .uagb-cta__left-right-wrap{display:block;min-width:100%;width:100%}.uagb-cta__outer-wrap .uagb-cta__icon-position-left .uagb-cta__left-right-wrap,.uagb-cta__outer-wrap .uagb-cta__icon-position-right .uagb-cta__left-right-wrap{display:flex}.uagb-cta__outer-wrap .uagb-cta__icon-position-right .uagb-cta__left-right-wrap{justify-content:flex-end}.uagb-cta__outer-wrap .uagb-cta__block-link-icon-after{margin-left:5px;margin-right:0}.uagb-cta__outer-wrap .uagb-cta__block-link-icon-before{margin-left:0;margin-right:5px}.uagb-cta__outer-wrap .uagb-cta__block-link-icon,.uagb-cta__outer-wrap .uagb-cta__block svg{transition:all 200ms linear}.uagb-cta__outer-wrap .uagb-cta__block{position:relative}.uagb-cta__outer-wrap .uagb-cta-typeof-button{display:inline-block;line-height:1;background-color:transparent;color:#333;text-align:center}.uagb-cta__outer-wrap .uagb-cta__content-right .uagb-cta__button-link-wrapper,.uagb-cta__outer-wrap .uagb-cta__content-right .uagb-cta__block-link,.uagb-cta__outer-wrap .uagb-cta__content-right.uagb-cta__button-valign-middle .uagb-cta__left-right-wrap{display:flex;align-items:center}.uagb-cta__outer-wrap .uagb-cta__content-right .uagb-cta__button-link-wrapper,.uagb-cta__outer-wrap .uagb-cta__content-right .uagb-cta__block-link{justify-content:center}.uagb-cta__outer-wrap .uagb-cta__link-wrapper a{box-shadow:none;text-decoration:none}.uagb-cta__outer-wrap .uagb-cta__title{padding:0;margin:0;display:block}.uagb-cta__outer-wrap .uagb-cta__block,.uagb-cta__outer-wrap .uagb-cta__content{z-index:1}.uagb-cta__outer-wrap .uagb-cta__left-right-wrap{z-index:1}.uagb-cta__outer-wrap .uagb-cta__block-link{cursor:pointer}.uagb-cta__outer-wrap .uagb-cta__content-right .uagb-cta__block-link{display:inline-block;float:right;padding:10px 14px}.uagb-cta__outer-wrap a.uagb-cta__block-link-wrap{color:inherit}.uagb-cta__outer-wrap .uagb-cta__content p:empty{display:none}.uagb-cta__outer-wrap .uagb-cta__button-type-none .uagb-cta__content{width:100%}.uagb-cta__outer-wrap .uagb-cta-with-svg{height:14px;width:14px;line-height:14px;display:inline-block;vertical-align:middle}.uagb-cta__outer-wrap .uagb-cta__block svg{display:block;height:inherit;width:inherit}.uagb-cta__outer-wrap .uagb-cta__align-button-after{margin-left:5px}.uagb-cta__outer-wrap .uagb-cta__align-button-before{margin-right:5px}.uagb-cta__outer-wrap .uagb-cta__block-link i{font-style:normal}.uagb-cta__outer-wrap a.uagb-cta__link-to-all{position:absolute;top:0;left:0;width:100%;height:100%;z-index:11}@media only screen and (max-width: 976px){.uagb-cta__content-stacked-tablet .uagb-cta__left-right-wrap{flex-direction:column;text-align:center}.uagb-cta__content-stacked-tablet.uagb-cta__content-right .uagb-cta__button-wrapper{display:inline-block;float:none;margin:0 auto}.uagb-cta__content-stacked-tablet .uagb-cta__left-right-wrap .uagb-cta__content{margin-left:0;margin-right:0}.uagb-cta__content-stacked-tablet.uagb-cta__content-right .uagb-cta__left-right-wrap .uagb-cta__content,.uagb-cta__content-stacked-tablet.uagb-cta__content-right .uagb-cta__left-right-wrap .uagb-cta__link-wrapper{width:100% !important}}@media screen and (max-width: 767px){.uagb-cta__content-stacked-mobile .uagb-cta__left-right-wrap{flex-direction:column;text-align:center}.uagb-cta__content-stacked-mobile.uagb-cta__content-right .uagb-cta__button-wrapper{display:inline-block;float:none;margin:0 auto}.uagb-cta__content-stacked-mobile .uagb-cta__left-right-wrap .uagb-cta__content{margin-left:0;margin-right:0}.uagb-cta__content-stacked-mobile.uagb-cta__content-right .uagb-cta__left-right-wrap .uagb-cta__content,.uagb-cta__content-stacked-mobile.uagb-cta__content-right .uagb-cta__left-right-wrap .uagb-cta__link-wrapper{width:100% !important}}
|
11 |
.uagb-google-map__wrap{display:flex}.uagb-google-map__wrap .uagb-google-map__iframe{width:100%;box-shadow:none;border:none;padding:0;margin:0}
|
12 |
.uagb-icon-list__outer-wrap .uagb-icon-list__wrap{display:flex;align-items:flex-start;justify-content:flex-start}.uagb-icon-list__outer-wrap.wp-block-uagb-icon-list .uagb-icon-list__wrap a.uagb-icon-list__wrapper,.uagb-icon-list__outer-wrap.wp-block-uagb-icon-list .uagb-icon-list__wrap a.uagb-icon-list__wrapper:focus,.uagb-icon-list__outer-wrap.wp-block-uagb-icon-list .uagb-icon-list__wrap a.uagb-icon-list__wrapper:active,.uagb-icon-list__outer-wrap.wp-block-uagb-icon-list .uagb-icon-list__wrap a.uagb-icon-list__wrapper:visited{text-decoration:none}.uagb-icon-list__outer-wrap a.uagb-button__link:focus{box-shadow:none}.uagb-icon-list__outer-wrap .uagb-icon-list__wrapper>p{display:none}.uagb-icon-list__outer-wrap .uagb-icon-list__wrapper{padding:0;margin-left:5px;margin-right:5px;transition:all 0.2s;display:inline-flex;text-align:center}.uagb-icon-list__outer-wrap .uagb-icon-list__content-wrap,.uagb-icon-list__outer-wrap .uagb-icon-list__source-wrap{width:inherit;display:inline-block}.uagb-icon-list__outer-wrap .uagb-icon-list__source-wrap{display:inherit;align-items:center}.uagb-icon-list__outer-wrap .uagb-icon-list__content-wrap{color:#3a3a3a;display:flex;align-items:center}.uagb-icon-list__outer-wrap .uagb-icon-list__source-icon,.uagb-icon-list__outer-wrap .uagb-icon-list__source-icon:before{font-size:40px;width:40px;height:40px}.uagb-icon-list__outer-wrap .uagb-icon-list__content-wrap span.uagb-icon-list__source-wrap{display:block}.uagb-icon-list__outer-wrap .uagb-icon-list__source-icon svg{display:block}.uagb-icon-list__outer-wrap .uagb-icon-list__source-image{width:40px}.uagb-icon-list__outer-wrap .uagb-icon-list__wrapper:first-child{margin-left:0}.uagb-icon-list__outer-wrap .uagb-icon-list__wrapper:last-child{margin-right:0}.uagb-icon-list__outer-wrap .uagb-icon-list__wrap>p{display:none}.uagb-icon-list__outer-wrap .uagb-icon-list__wrapper[href="/"]{pointer-events:none;cursor:text}.uagb-icon-list__outer-wrap.wp-block-uagb-icon-list .uagb-icon-list__wrap .uagb-icon-list__wrapper{text-decoration:none}.uagb-icon-list__outer-wrap .uagb-icon-list__wrap .uagb-icon-list__wrapper{box-shadow:none}.uagb-icon-list__outer-wrap.uagb-icon-list__icon-at-top .uagb-icon-list__source-wrap{align-self:flex-start}.uagb-icon-list__outer-wrap:not(.uagb-icon-list__no-label) .uagb-icon-list__source-wrap{margin-right:15px}.uagb-icon-list__no-label .uagb-icon-list__label-wrap{display:none}
|
13 |
.wp-block-uagb-icon-list-child{position:relative}.wp-block-uagb-icon-list-child>a{position:absolute;top:0;left:0;width:100%;height:100%}img.uagb-icon-list__source-image{max-width:unset}
|
14 |
+
.uagb-rest_menu__wrap{position:relative;padding-left:5px;padding-right:5px;box-sizing:border-box}.uagb-rest_menu__wrap,.uagb-rest_menu__wrap *{transition:all 0.2s}.uagb-rm__image img,.slick-slide .uagb-rm__image img{display:inline-block;box-sizing:content-box}.uagb-rm__title,.uagb-rm__price{display:inline-block}.uagb-rm__desc{margin-bottom:15px;font-style:italic}.uagb-rm__content{overflow:hidden;text-align:left;word-break:break-word;padding:15px;border-radius:inherit;position:relative;padding:5px}.uagb-rm__image-position-left .uagb-rm__content,.uagb-rm__image-position-right .uagb-rm__content{-js-display:flex;display:flex}.uagb-rm-details{display:table;width:100%}.uagb-rm__title-wrap,.uagb-rm__price-wrap{display:table-cell}.uagb-rm__title-wrap,.uagb-rm__image-position-left.uagb-rm__align-center .uagb-rm__price-wrap,.uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm__price-wrap{width:85%}.uagb-rm__price-wrap,.uagb-rm__image-position-left.uagb-rm__align-center .uagb-rm__price-wrap,.uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm__price-wrap{width:15%}.uagb-rm__title,.uagb-rm__price{display:block}.uagb-rm__align-center .uagb-rm-details,.uagb-rm__align-center .uagb-rm__title-wrap,.uagb-rm__align-center .uagb-rm__price-wrap{display:block;width:100%}.uagb-rm__image-aligned-middle .uagb-rm__image-content{align-self:center}.uagb-rm__image{overflow:hidden}.uagb-rm__title{margin-bottom:5px;font-size:20px}.uagb-rm__price{font-style:italic;text-align:right}.uagb-rm__image-position-center.uagb-rm__align-center .uagb-rm-details,.uagb-rm__image-position-center.uagb-rm__align-center .uagb-rm__title-wrap,.uagb-rm__image-position-center.uagb-rm__align-center .uagb-rm__price-wrap{display:block;width:100%;text-align:center}.uagb-rm__align-center .uagb-rm__price{text-align:center}.uagb-rm__align-right .uagb-rm-details{display:flex;width:100%;flex-direction:row-reverse}.uagb-rm__align-right .uagb-rm__price{text-align:left}.uagb-rm__align-left .uagb-rm__price{text-align:right}.uagb-rm__image-position-left.uagb-rm__align-left .uagb-rm__price,.uagb-rm__image-position-left.uagb-rm__align-right .uagb-rm__price,.uagb-rm__image-position-left.uagb-rm__align-center .uagb-rm__price{text-align:right}.uagb-rm__image-position-left.uagb-rm__align-left .uagb-rm-details,.uagb-rm__image-position-left.uagb-rm__align-right .uagb-rm-details,.uagb-rm__image-position-left.uagb-rm__align-center .uagb-rm-details{display:flex;flex-direction:unset;text-align:left}.uagb-rm__image-position-left.uagb-rm__align-left .uagb-rm__title-wrap,.uagb-rm__image-position-left.uagb-rm__align-right .uagb-rm__title-wrap,.uagb-rm__image-position-left.uagb-rm__align-center .uagb-rm__title-wrap,.uagb-rm__image-position-left.uagb-rm__align-left .uagb-rm__image-content,.uagb-rm__image-position-left.uagb-rm__align-right .uagb-rm__image-content,.uagb-rm__image-position-left.uagb-rm__align-center .uagb-rm__image-content{text-align:left}.uagb-rm__image-position-right.uagb-rm__align-left .uagb-rm-details,.uagb-rm__image-position-right.uagb-rm__align-right .uagb-rm-details,.uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm-details{display:flex;flex-direction:row-reverse;text-align:right}.uagb-rm__image-position-right.uagb-rm__align-left .uagb-rm__price,.uagb-rm__image-position-right.uagb-rm__align-right .uagb-rm__price,.uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm__price{text-align:left}.uagb-rm__image-position-right.uagb-rm__align-left .uagb-rm__title-wrap,.uagb-rm__image-position-right.uagb-rm__align-right .uagb-rm__title-wrap,.uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm__title-wrap,.uagb-rm__image-position-right.uagb-rm__align-left .uagb-rm__image-content,.uagb-rm__image-position-right.uagb-rm__align-right .uagb-rm__image-content,.uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm__image-content{text-align:right}.uagb-rest_menu__outer-wrap{position:relative}.uagb-rm__overlay{height:100%;width:100%;top:0;left:0;position:absolute;background:transparent}.uagb-tm-parent{padding:30px}.uagb-rm__text-wrap{position:relative;display:block;width:100%}.uagb-rest_menu__wrap{position:relative}.uagb-rest_menu__outer-wrap:after{content:"";display:block;clear:both}.uagb-rest_menu__wrap.uagb-rm__desk-column-3{display:block;width:33%;float:left;width:calc(100% / 3);padding-left:10px;padding-right:10px}.uagb-rest_menu__wrap.uagb-rm__desk-column-2{display:block;width:49%;float:left;padding-left:10px;padding-right:10px}.uagb-rest_menu__wrap.uagb-rm__desk-column-1{display:block;width:100%;float:left;padding-left:10px;padding-right:10px}.uagb-rm__separator-parent{line-height:0em;margin-left:0;margin-right:0;margin-bottom:10px;-js-display:flex;display:-moz-flexbox;display:flex}.uagb-rm__separator{width:100%;border-top-width:1px;border-top-color:#b2b4b5;border-top-style:inherit}.uagb-rm__image-position-left .uagb-rm__image{margin-right:10px}.uagb-rm__image-position-right .uagb-rm__image{margin-left:10px}@media (max-width: 976px){.uagb-rm__image-position-left.uagb-rm-stacked-tablet .uagb-rm__content,.uagb-rm__image-position-right.uagb-rm-stacked-tablet .uagb-rm__content{display:block;-js-display:block;display:block}.uagb-rm__image-position-right.uagb-rm-stacked-tablet.uagb-rm-reverse-order-tablet .uagb-rm__content{-js-display:flex;display:-moz-flexbox;display:flex;flex-direction:column-reverse}.uagb-rm__image-position-right.uagb-rm-stacked-tablet.uagb-rm__image-aligned-middle .uagb-rm__image-content{align-self:flex-end}.uagb-rm__image-position-left.uagb-rm-stacked-tablet.uagb-rm__image-aligned-middle .uagb-rm__image-content{align-self:flex-start}.uagb-rm__tablet-column-3.uagb-rest_menu__wrap{width:33%;float:left;padding-left:10px;padding-right:10px}.uagb-rm__tablet-column-2.uagb-rest_menu__wrap{width:50%;float:left;padding-left:10px;padding-right:10px}.uagb-rm__tablet-column-1.uagb-rest_menu__wrap{width:100%;float:left;padding-left:10px;padding-right:10px}}@media (max-width: 767px){.uagb-rm__image-position-left.uagb-rm-stacked-mobile .uagb-rm__content,.uagb-rm__image-position-right.uagb-rm-stacked-mobile .uagb-rm__content{display:block;-js-display:block;display:block}.uagb-rm__image-position-right.uagb-rm-stacked-mobile.uagb-rm-reverse-order-mobile .uagb-rm__content{-js-display:flex;display:-moz-flexbox;display:flex;flex-direction:column-reverse}.uagb-rest_menu__wrap.uagb-rm__mobile-column-3{width:33%;float:left;padding-left:10px;padding-right:10px}.uagb-rest_menu__wrap.uagb-rm__mobile-column-2{width:50%;float:left;padding-left:10px;padding-right:10px}.uagb-rest_menu__wrap.uagb-rm__mobile-column-1{width:100%;float:left;padding-left:10px;padding-right:10px}.uagb-rm__image-position-right.uagb-rm-stacked-mobile.uagb-rm__image-aligned-middle .uagb-rm__image-content{align-self:flex-end}.uagb-rm__image-position-left.uagb-rm-stacked-mobile.uagb-rm__image-aligned-middle .uagb-rm__image-content{align-self:flex-start}}
|
15 |
.uagb-timeline__widget{position:relative;display:flex;align-items:flex-start;font-size:inherit;color:inherit;margin-bottom:inherit}.uagb-timeline__widget a{text-decoration:none;color:inherit;font-size:inherit;margin-bottom:inherit}.uagb-timeline__image a{display:block;position:relative;max-width:100%}.uagb-timeline__image img{display:inline-block;box-sizing:content-box}.uagb-timeline__author{text-transform:uppercase}.uagb-timeline__main{position:relative}.uagb-content{word-break:break-word}a.uagb-timeline__link{padding:5px 10px;display:inline-block}.uagb-timeline__headingh1,.uagb-timeline__headingh2,.uagb-timeline__headingh3,.uagb-timeline__headingh4,.uagb-timeline__headingh5,.uagb-timeline__headingh6{margin-bottom:0px}.uagb-timeline__inner-date-new p,.uagb-timeline__date-inner .uagb-timeline__inner-date-new p{margin-bottom:0px}.uagb-timeline__line{background-color:#eeeeee}.uagb-timeline__line__inner{background-color:#5cb85c;width:100%}.uagb-timeline__main .uagb-timeline__icon-new{line-height:1em;display:inline-block;vertical-align:middle;font-style:normal}.uagb-timeline__center-block .uagb-timeline__date-hide{display:none}.uagb-timeline__field:not(:last-child){margin-bottom:20px}.uagb-timeline__field{margin-bottom:20px}.uagb-timeline__center-block .uagb-timeline__widget.uagb-timeline__right,.uagb-timeline__right-block .uagb-timeline__widget{flex-direction:row-reverse}.uagb-timeline__left-block .uagb-timeline__day-left .uagb-timeline__events-inner-new,.uagb-timeline__left-block .uagb-timeline__day-right .uagb-timeline__events-inner-new{text-align:left}.uagb-timeline__right-block .uagb-timeline__center-block .uagb-timeline__date-new{display:block}.uagb-timeline__right-block .uagb-timeline__day-left .uagb-timeline__events-inner-new,.uagb-timeline__right-block .uagb-timeline__day-right .uagb-timeline__events-inner-new{text-align:inherit}.uagb-timeline__right-block .uagb-timeline__line{right:16px;left:auto}.uagb-timeline__right-block .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__right-block .uagb-timeline__left .uagb-timeline__arrow:after{top:0}.uagb-timeline__right-block .uagb-timeline__right .uagb-timeline__arrow,.uagb-timeline__right-block .uagb-timeline__left .uagb-timeline__arrow{top:0;right:0;width:10px;height:40px;position:absolute}.uagb-timeline__right-block .uagb-timeline__right .uagb-timeline__arrow{right:-12px}.uagb-timeline__right-block .uagb-timeline__left .uagb-timeline__arrow{right:-10px}.uagb-timeline__right-block .uagb-timeline__marker,.uagb-timeline__right-block .uagb-timeline__day-new{max-width:100%;position:relative}.uagb-timeline__right-block .uagb-timeline__day-new{margin-right:14px}.uagb-timeline__right-block .uagb-timeline__marker{flex-shrink:0;flex-grow:0}.uagb-timeline__right-block .uagb-timeline__day-new{flex-grow:1}.uagb-timeline__left-block .uagb-timeline__marker,.uagb-timeline__left-block .uagb-timeline__day-new{max-width:100%;position:relative}.uagb-timeline__left-block .uagb-timeline__line{left:20px;right:auto}.uagb-timeline__left-block .uagb-timeline__day-new{margin-left:14px;flex-grow:1;order:1}.uagb-timeline__left-block .uagb-timeline__marker{order:0;flex-shrink:0;flex-grow:0}.uagb-timeline__left-block .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__left-block .uagb-timeline__left .uagb-timeline__arrow:after{top:0}.uagb-timeline__left-block .uagb-timeline__right .uagb-timeline__arrow,.uagb-timeline__left-block .uagb-timeline__left .uagb-timeline__arrow{top:0;width:10px;height:40px;position:absolute}.uagb-timeline__left-block .uagb-timeline__right .uagb-timeline__arrow{left:-10px}.uagb-timeline__left-block .uagb-timeline__left .uagb-timeline__arrow{left:-12px}.uagb-timeline__left-block .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__left-block .uagb-timeline__left .uagb-timeline__arrow:after,.uagb-timeline__right-block .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__right-block .uagb-timeline__left .uagb-timeline__arrow:after{top:50%;transform:translateY(-50%)}.uagb-timeline__marker{background-color:#eeeeee;border-radius:999px;position:relative;display:flex;align-items:center;justify-content:center;z-index:1;transition:all .2s ease-in-out}.uagb-timeline__main .uagb-timeline__days .uagb-timeline__field-wrap:hover .uagb-timeline__marker{transition:all .2s ease-in-out}.uagb-timeline__center-block .uagb-timeline__marker{order:1;flex-shrink:0;flex-grow:0}.uagb-timeline__center-block .uagb-timeline__day-new,.uagb-timeline__center-block .uagb-timeline__date-new{flex-grow:1;flex-basis:50%;max-width:100%;position:relative}.uagb-timeline__center-block .uagb-timeline__right .uagb-timeline__day-new{order:2;padding-left:0;padding-right:12px}.uagb-timeline__center-block .uagb-timeline__left .uagb-timeline__day-new{order:2;padding-right:0;padding-left:12px}.uagb-timeline__events-inner-new{padding:40px}.uagb-timeline__center-block .uagb-timeline__left .uagb-timeline__date-new{display:flex;justify-content:flex-end}.uagb-timeline__center-block .uagb-timeline__right .uagb-timeline__date-new{display:flex;justify-content:flex-start}.uagb-timeline__left-block .uagb-timeline__date-new{margin-right:10px}.uagb-timeline__right-block .uagb-timeline__date-new{margin-left:10px}.uagb-timeline__right-block .uagb-timeline__date-new{display:flex;align-items:center}.uagb-timeline__center-block .uagb-timeline__right .uagb-timeline__arrow{right:0px;top:0;width:10px;height:40px;position:absolute}.uagb-timeline__center-block .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__center-block .uagb-timeline__left .uagb-timeline__arrow:after{top:50%;transform:translateY(-50%)}.uagb-timeline__center-block .uagb-timeline__left .uagb-timeline__arrow{left:0px;top:0;width:10px;height:40px;position:absolute}.uagb-timeline__arrow-center .uagb-timeline__widget{align-items:center}.uagb-timeline__arrow-bottom .uagb-timeline__widget{align-items:flex-end}.uagb-timeline__arrow-center .uagb-timeline__left .uagb-timeline__arrow,.uagb-timeline__arrow-center .uagb-timeline__right .uagb-timeline__arrow{top:50%;transform:translateY(-50%)}.uagb-timeline__arrow-bottom .uagb-timeline__left .uagb-timeline__arrow,.uagb-timeline__arrow-bottom .uagb-timeline__right .uagb-timeline__arrow{top:100%;transform:translateY(-100%)}.uagb-timeline__day-right .uagb-timeline__events-inner{text-align:right}.uagb-timeline__day-left .uagb-timeline__events-inner{text-align:left}.uagb-timeline__arrow-top .uagb-timeline__date-new .uagb-timeline__date-new,.uagb-timeline__arrow-bottom .uagb-timeline__date-new .uagb-timeline__date-new{padding-top:8px;padding-bottom:8px}.uagb-timeline__events-inner-new,.uagb-timeline__arrow{transition:background .2s ease-in-out}.uagb-timeline__arrow:after{transition:border-color .2s ease-in-out}.uagb-timeline__date-new{transition:color .2s ease-in-out}.uagb-timeline__widget.uagb-timeline__left.hide-events .uagb-timeline__events-inner-new,.uagb-timeline__widget.uagb-timeline__left.hide-events .uagb-timeline__date-new{visibility:hidden}.uagb-timeline__widget.uagb-timeline__right.hide-events .uagb-timeline__events-inner-new,.uagb-timeline__widget.uagb-timeline__right.hide-events .uagb-timeline__date-new{visibility:hidden}.uagb-timeline__main .uagb-timeline__year{display:flex;position:relative}.uagb-timeline__main .uagb-timeline__year span{display:inline-block;padding-bottom:6px}.uagb-timeline__day-left .uagb-timeline__arrow:after{content:'';left:0px;position:absolute;display:inline;width:0;height:0;border-top:12px solid transparent;border-bottom:12px solid transparent}.uagb-timeline__right .uagb-timeline__day-left .uagb-timeline__arrow:after{right:0}.uagb-timeline__day-right .uagb-timeline__arrow:after{content:'';right:0px;position:absolute;display:inline;width:0;height:0;border-top:12px solid transparent;border-bottom:12px solid transparent}.uagb-timeline__icon{width:100px;height:100px;border-radius:50%;text-align:center;line-height:100px;vertical-align:middle;position:relative;z-index:1}.uagb-timeline__main .uagb-timeline__date .uagb-timeline__inner-date-new{white-space:nowrap;margin:0px}.uagb-timeline__main .uagb-timeline__line{position:absolute;transform:translateX(-50%)}.uagb-timeline__right-block .uagb-timeline__main .uagb-timeline__line{position:absolute;transform:translateX(50%)}.uagb-timeline__center-block .uagb-timeline__line{left:50%;right:auto}.uagb-timeline__main .in-view i.uagb-timeline__in-view-icon{transition:background 0.25s ease-out 0.25s, width 0.25s ease-in-out, height 0.25s ease-in-out, color 0.25s ease-in-out, font-size 0.25s ease-out}.uagb-timeline__left-block .uagb-timeline__days{text-align:left}.uagb-timeline__left-block .uagb-timeline__day-right .uagb-timeline__arrow:after{content:'';position:absolute;display:inline;width:0;height:0;border-top:12px solid transparent;border-bottom:12px solid transparent}.uagb-timeline__center-block .uagb-timeline__days{text-align:center}.uagb-timeline__center-block .uagb-timeline__day-right .uagb-timeline__arrow:after{content:'';right:0px;top:50%;transform:translateY(-50%);position:absolute;display:inline;width:0;height:0;border-top:12px solid transparent;border-bottom:12px solid transparent}.uagb-timeline__right .uagb-timeline__days{text-align:right}.uagb-timeline__outer-wrap span.dashicons-admin-users.dashicons{display:inline;vertical-align:baseline;margin-right:4px}@media screen and (max-width: 1023px){.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__line{position:absolute;transform:translateX(50%)}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__date-hide{display:block}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-left .uagb-timeline__events-inner-new,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-right .uagb-timeline__events-inner-new{text-align:left}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__line{right:20px;left:auto}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__marker,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-new{max-width:100%;position:relative}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__line{left:20px;right:auto}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-new{margin-left:16px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__marker{order:0;flex-shrink:0;flex-grow:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-new{flex-grow:1;order:1}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__arrow:after{top:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__arrow,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__arrow{width:10px;height:40px;position:absolute}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__arrow{left:-10px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__arrow{left:-12px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__arrow:after{top:50%;transform:translateY(-50%)}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__days{text-align:left}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-right .uagb-timeline__arrow:after{content:'';position:absolute;display:inline;width:0;height:0;border-top:12px solid transparent;border-bottom:12px solid transparent}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__widget.uagb-timeline__right{flex-direction:unset}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-new,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__date-new{flex-grow:unset;flex-basis:unset;max-width:100%;width:100%;position:relative}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__day-new{order:unset;padding-left:0;padding-right:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__day-new{order:unset;padding-right:0;padding-left:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__widget{flex-direction:row-reverse}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-left .uagb-timeline__events-inner-new,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-right .uagb-timeline__events-inner-new{text-align:right}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__line{right:16px;left:auto}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow:after{top:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow{left:auto;right:0;width:10px;height:40px;position:absolute}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow{right:-12px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow{right:-10px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__marker,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-new{max-width:100%;position:relative}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-new{margin-right:16px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__marker{flex-shrink:0;flex-grow:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-new{flex-grow:1}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow:after{top:50%;transform:translateY(-50%)}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__days{text-align:right}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-new,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__date-new{flex-grow:unset;flex-basis:unset;max-width:100%;position:relative}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__day-new{order:unset;padding-left:0;padding-right:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__day-new{order:unset;padding-right:0;padding-left:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__date-new{display:none}}@media screen and (max-width: 767px){.uagb-timeline-responsive-none .uagb-timeline__events-inner-new{padding:15px}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__date-hide{display:block}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-left .uagb-timeline__events-inner-new,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-right .uagb-timeline__events-inner-new{text-align:left}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__line{right:20px;left:auto}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__marker,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-new{max-width:100%;position:relative}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__line{left:20px;right:auto}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-new{margin-left:16px}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__marker{order:0;flex-shrink:0;flex-grow:0}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-new{flex-grow:1;order:1}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__left .uagb-timeline__arrow:after{top:0}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__right .uagb-timeline__arrow,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__left .uagb-timeline__arrow{width:10px;height:40px;position:absolute}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__right .uagb-timeline__arrow{left:-10px}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__left .uagb-timeline__arrow{left:-12px}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__left .uagb-timeline__arrow:after{top:50%;transform:translateY(-50%)}.uagb-timeline__day-left .uagb-timeline__events-inner-new{text-align:left}.uagb-timeline__left-block .uagb-timeline__date-new{margin-right:10px}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__days{text-align:left}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-right .uagb-timeline__arrow:after{content:'';position:absolute;display:inline;width:0;height:0;border-top:12px solid transparent;border-bottom:12px solid transparent}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__widget.uagb-timeline__right{flex-direction:unset}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-new,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__date-new{flex-grow:unset;flex-basis:unset;max-width:100%;position:relative}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__right .uagb-timeline__day-new{order:unset;padding-left:0;padding-right:0}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__left .uagb-timeline__day-new{order:unset;padding-right:0;padding-left:0}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__left .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__right .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__widget{flex-direction:row-reverse}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-left .uagb-timeline__events-inner-new,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-right .uagb-timeline__events-inner-new{text-align:right}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__line{right:16px;left:auto}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow:after{top:0}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow{left:auto;right:0;width:10px;height:40px;position:absolute}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow{right:-12px}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow{right:-10px}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__marker,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-new{max-width:100%;position:relative}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-new{margin-right:16px}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__marker{flex-shrink:0;flex-grow:0}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-new{flex-grow:1}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow:after{top:50%;transform:translateY(-50%)}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__line{position:absolute;transform:translateX(50%)}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__days{text-align:right}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-new,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__date-new{flex-grow:unset;flex-basis:unset;max-width:100%;position:relative}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__day-new{order:unset;padding-left:0;padding-right:0}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__day-new{order:unset;padding-right:0;padding-left:0}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__date-new{display:none}}.uagb-timeline__line__inner{background-color:#61ce70;width:100%}.uagb-timeline__center-block .uagb-timeline__day-right .uagb-timeline__arrow:after{border-left:13px solid #eeeeee}.uagb-timeline__right-block .uagb-timeline__day-right .uagb-timeline__arrow:after{border-left:13px solid #eeeeee}.uagb-timeline__right-block .uagb-timeline__day-left .uagb-timeline__arrow:after{border-left:13px solid #eeeeee}.rtl .uagb-timeline__center-block .uagb-timeline__day-right .uagb-timeline__arrow:after{border-right:13px solid #eeeeee;border-left:none}.rtl .uagb-timeline__right-block .uagb-timeline__day-right .uagb-timeline__arrow:after{border-right:13px solid #eeeeee;border-left:none}.rtl .uagb-timeline__right-block .uagb-timeline__day-left .uagb-timeline__arrow:after{border-right:13px solid #eeeeee;border-left:none}.uagb-timeline__left-block .uagb-timeline__day-right .uagb-timeline__arrow:after{border-right:13px solid #eeeeee}.uagb-timeline__center-block .uagb-timeline__day-left .uagb-timeline__arrow:after{border-right:13px solid #eeeeee}.uagb-timeline__left-block .uagb-timeline__day-left .uagb-timeline__arrow:after{border-right:13px solid #eeeeee}.rtl .uagb-timeline__left-block .uagb-timeline__day-right .uagb-timeline__arrow:after{border-left:13px solid #eeeeee;border-right:none}.rtl .uagb-timeline__center-block .uagb-timeline__day-left .uagb-timeline__arrow:after{border-left:13px solid #eeeeee;border-right:none}.rtl .uagb-timeline__left-block .uagb-timeline__day-left .uagb-timeline__arrow:after{border-left:13px solid #eeeeee;border-right:none}.uagb-timeline__day-right .uagb-timeline__events-inner-new{border-radius:4px 4px 4px 4px}.uagb-timeline__day-left .uagb-timeline__events-inner-new{border-radius:4px 4px 4px 4px}.uagb-timeline__line{width:3px}.uagb-timeline__main .uagb-timeline__icon-new{font-size:16px}.uagb-timeline__marker{min-height:3em;min-width:3em;line-height:3em}.uagb-timeline__arrow{height:3em}.uagb-timeline__left-block .uagb-timeline__line{left:calc(3em / 2)}.uagb-timeline__right-block .uagb-timeline__line{right:calc(3em / 2)}.rtl .uagb-timeline__left-block .uagb-timeline__line{right:calc(3em / 2);left:auto}.rtl .uagb-timeline__right-block .uagb-timeline__line{left:calc(3em / 2);right:auto}.uagb-timeline-desc-content p{font-size:inherit}.uagb-timeline__main p:empty{display:none}@media (max-width: 976px){.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__line{position:absolute;transform:translateX(50%)}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__line{position:absolute;transform:translateX(50%)}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__date-hide{display:block}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-left .uagb-timeline__events-inner-new,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-right .uagb-timeline__events-inner-new{text-align:left}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__line{right:20px;left:auto}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__marker,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-new{max-width:100%;position:relative}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__line{left:20px;right:auto}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-new{margin-left:16px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__marker{order:0;flex-shrink:0;flex-grow:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-new{flex-grow:1;order:1}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__arrow:after{top:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__arrow,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__arrow{width:10px;height:40px;position:absolute}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__arrow{left:-10px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__arrow{left:-12px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__arrow:after{top:50%;transform:translateY(-50%)}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__days{text-align:left}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-right .uagb-timeline__arrow:after{content:'';position:absolute;display:inline;width:0;height:0;border-top:12px solid transparent;border-bottom:12px solid transparent}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__widget.uagb-timeline__right{flex-direction:unset}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-new,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__date-new{flex-grow:unset;flex-basis:unset;max-width:100%;width:100%;position:relative}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__day-new{order:unset;padding-left:0;padding-right:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__day-new{order:unset;padding-right:0;padding-left:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__widget{flex-direction:row-reverse}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-left .uagb-timeline__events-inner-new,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-right .uagb-timeline__events-inner-new{text-align:right}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__line{right:16px;left:auto}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow:after{top:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow{left:auto;right:0;width:10px;height:40px;position:absolute}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow{right:-12px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow{right:-10px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__marker,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-new{max-width:100%;position:relative}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-new{margin-right:16px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__marker{flex-shrink:0;flex-grow:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-new{flex-grow:1}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow:after{top:50%;transform:translateY(-50%)}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__days{text-align:right}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-new,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__date-new{flex-grow:unset;flex-basis:unset;max-width:100%;position:relative}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__day-new{order:unset;padding-left:0;padding-right:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__day-new{order:unset;padding-right:0;padding-left:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__date-new,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-left .uagb-timeline__arrow:after{border-right:13px solid #eeeeee;border-left:none}.uagb-timeline__responsive-tablet.uagb-timeline__center-block .uagb-timeline__author,.uagb-timeline__responsive-tablet.uagb-timeline__center-block .uagb-timeline__link_parent,.uagb-timeline__responsive-tablet.uagb-timeline__center-block .uagb-timeline__image a,.uagb-timeline__responsive-tablet.uagb-timeline__center-block .uagb-timeline__heading,.uagb-timeline__responsive-tablet.uagb-timeline__center-block .uagb-timeline-desc-content,.uagb-timeline__responsive-tablet.uagb-timeline__center-block .uagb-timeline__date-inner{text-align:left}.uagb-timeline__responsive-tablet.uagb-timeline__center-block .uagb-timeline__date-hide.uagb-timeline__date-inner{text-align:left}}@media (max-width: 767px){.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-left .uagb-timeline__arrow:after,.rtl .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-right .uagb-timeline__arrow:after,.rtl .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-left .uagb-timeline__arrow:after{border-right:13px solid #eeeeee;border-left:none}.rtl .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-right .uagb-timeline__arrow:after,.rtl .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-left .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-left .uagb-timeline__arrow:after{border-left:13px solid #eeeeee;border-right:none}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__line,.rtl .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__line{left:calc(3em / 2);right:auto}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__line,.rtl .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__line{right:calc(3em / 2);left:auto}.uagb-timeline__responsive-mobile.uagb-timeline__center-block .uagb-timeline__author,.uagb-timeline__responsive-mobile.uagb-timeline__center-block .uagb-timeline__link_parent,.uagb-timeline__responsive-mobile.uagb-timeline__center-block .uagb-timeline__image a,.uagb-timeline__responsive-mobile.uagb-timeline__center-block .uagb-timeline__heading,.uagb-timeline__responsive-mobile.uagb-timeline__center-block .uagb-timeline-desc-content,.uagb-timeline__responsive-mobile.uagb-timeline__center-block .uagb-timeline__date-inner{text-align:left}.uagb-timeline__responsive-mobile.uagb-timeline__center-block .uagb-timeline__date-hide.uagb-timeline__date-inner{text-align:left}}.wp-block-uagb-content-timeline .uagb-timeline__left-block .uagb-timeline__date-new{display:none}.wp-block-uagb-content-timeline .uagb-timeline__right-block .uagb-timeline__date-new{display:none}
|
16 |
.uagb-timeline__events-inner-new{background-color:#eee;border-radius:2px;padding:20px}.uagb-timeline__icon-new svg{fill:#333}.uagb-timeline__main .uagb-timeline__icon-new{color:#333;font-size:15px;width:15px}.uagb-timeline__field{margin-bottom:15px}
|
17 |
.uagb-cta__outer-wrap{position:relative}.uagb-cta__outer-wrap .wp-block-button__link svg{fill:currentColor}.uagb-cta__outer-wrap .uagb-cta__content{display:inline-block}.uagb-cta__outer-wrap a.uagb-cta__block-link span{font-size:inherit;vertical-align:middle;display:inline-block;float:left}.uagb-cta__outer-wrap .uagb-cta__content-right .uagb-cta__link-wrapper{width:30%}.uagb-cta__outer-wrap .uagb-cta__content-right .uagb-cta__content{width:70%}.uagb-cta__outer-wrap .uagb-cta__content-right .uagb-cta__button-wrapper{display:inline-block;float:right}.uagb-cta__outer-wrap .uagb-cta__link-wrapper.uagb-cta__block-link-style:empty{display:none}.uagb-cta__outer-wrap a.uagb-cta__block-link,.uagb-cta__outer-wrap .entry .entry-content a.uagb-cta__block-link,.uagb-cta__outer-wrap a.uagb-cta__block-link-wrap,.uagb-cta__outer-wrap .entry .entry-content a.uagb-cta__block-link-wrap{text-decoration:none}.uagb-cta__outer-wrap a.uagb-cta__block-link:hover,.uagb-cta__outer-wrap .entry .entry-content a.uagb-cta__block-link:hover,.uagb-cta__outer-wrap a.uagb-cta__block-link-wrap:hover,.uagb-cta__outer-wrap .entry .entry-content a.uagb-cta__block-link-wrap:hover .entry .entry-content a.uagb-cta__block-link:hover{color:inherit}.uagb-cta__outer-wrap .uagb-cta__content-right{text-align:right;justify-content:flex-end}.uagb-cta__outer-wrap .uagb-cta__left-right-wrap{width:100%;word-break:break-word}.uagb-cta__outer-wrap .uagb-cta__icon-position-below-title .uagb-cta__left-right-wrap{display:block;min-width:100%;width:100%}.uagb-cta__outer-wrap .uagb-cta__icon-position-left .uagb-cta__left-right-wrap,.uagb-cta__outer-wrap .uagb-cta__icon-position-right .uagb-cta__left-right-wrap{display:flex}.uagb-cta__outer-wrap .uagb-cta__icon-position-right .uagb-cta__left-right-wrap{justify-content:flex-end}.uagb-cta__outer-wrap .uagb-cta__block-link-icon-after{margin-left:5px;margin-right:0}.uagb-cta__outer-wrap .uagb-cta__block-link-icon-before{margin-left:0;margin-right:5px}.uagb-cta__outer-wrap .uagb-cta__block-link-icon,.uagb-cta__outer-wrap .uagb-cta__block svg{transition:all 200ms linear}.uagb-cta__outer-wrap .uagb-cta__block{position:relative}.uagb-cta__outer-wrap .uagb-cta-typeof-button{display:inline-block;line-height:1;background-color:transparent;color:#333;text-align:center}.uagb-cta__outer-wrap .uagb-cta__content-right .uagb-cta__button-link-wrapper,.uagb-cta__outer-wrap .uagb-cta__content-right .uagb-cta__block-link,.uagb-cta__outer-wrap .uagb-cta__content-right.uagb-cta__button-valign-middle .uagb-cta__left-right-wrap{display:flex;align-items:center}.uagb-cta__outer-wrap .uagb-cta__content-right .uagb-cta__button-link-wrapper,.uagb-cta__outer-wrap .uagb-cta__content-right .uagb-cta__block-link{justify-content:center}.uagb-cta__outer-wrap .uagb-cta__link-wrapper a{box-shadow:none;text-decoration:none}.uagb-cta__outer-wrap .uagb-cta__title{padding:0;margin:0;display:block}.uagb-cta__outer-wrap .uagb-cta__block,.uagb-cta__outer-wrap .uagb-cta__content{z-index:1}.uagb-cta__outer-wrap .uagb-cta__left-right-wrap{z-index:1}.uagb-cta__outer-wrap .uagb-cta__block-link{cursor:pointer}.uagb-cta__outer-wrap .uagb-cta__content-right .uagb-cta__block-link{display:inline-block;float:right;padding:10px 14px}.uagb-cta__outer-wrap a.uagb-cta__block-link-wrap{color:inherit}.uagb-cta__outer-wrap .uagb-cta__content p:empty{display:none}.uagb-cta__outer-wrap .uagb-cta__button-type-none .uagb-cta__content{width:100%}.uagb-cta__outer-wrap .uagb-cta-with-svg{height:14px;width:14px;line-height:14px;display:inline-block;vertical-align:middle}.uagb-cta__outer-wrap .uagb-cta__block svg{display:block;height:inherit;width:inherit}.uagb-cta__outer-wrap .uagb-cta__align-button-after{margin-left:5px}.uagb-cta__outer-wrap .uagb-cta__align-button-before{margin-right:5px}.uagb-cta__outer-wrap .uagb-cta__block-link i{font-style:normal}.uagb-cta__outer-wrap a.uagb-cta__link-to-all{position:absolute;top:0;left:0;width:100%;height:100%;z-index:11}@media only screen and (max-width: 976px){.uagb-cta__content-stacked-tablet .uagb-cta__left-right-wrap{flex-direction:column;text-align:center}.uagb-cta__content-stacked-tablet.uagb-cta__content-right .uagb-cta__button-wrapper{display:inline-block;float:none;margin:0 auto}.uagb-cta__content-stacked-tablet .uagb-cta__left-right-wrap .uagb-cta__content{margin-left:0;margin-right:0}.uagb-cta__content-stacked-tablet.uagb-cta__content-right .uagb-cta__left-right-wrap .uagb-cta__content,.uagb-cta__content-stacked-tablet.uagb-cta__content-right .uagb-cta__left-right-wrap .uagb-cta__link-wrapper{width:100% !important}}@media screen and (max-width: 767px){.uagb-cta__content-stacked-mobile .uagb-cta__left-right-wrap{flex-direction:column;text-align:center}.uagb-cta__content-stacked-mobile.uagb-cta__content-right .uagb-cta__button-wrapper{display:inline-block;float:none;margin:0 auto}.uagb-cta__content-stacked-mobile .uagb-cta__left-right-wrap .uagb-cta__content{margin-left:0;margin-right:0}.uagb-cta__content-stacked-mobile.uagb-cta__content-right .uagb-cta__left-right-wrap .uagb-cta__content,.uagb-cta__content-stacked-mobile.uagb-cta__content-right .uagb-cta__left-right-wrap .uagb-cta__link-wrapper{width:100% !important}}
|
dist/blocks.style.css
CHANGED
@@ -1,30 +1,30 @@
|
|
1 |
.uagb-buttons__outer-wrap .uagb-buttons__wrap{display:flex;align-items:center;justify-content:center}.uagb-buttons__outer-wrap a{color:inherit}
|
2 |
-
.uagb-buttons-repeater{display:flex;justify-content:center;align-items:center}.uagb-buttons-repeater a.uagb-button__link{display:flex;justify-content:center}.uagb-buttons-repeater .uagb-button__icon{font-size:inherit;display:flex;align-items:center;width:15px}.uagb-buttons-repeater .uagb-button__icon svg{fill:currentColor;width:inherit;height:inherit}
|
3 |
.wp-block-uagb-advanced-heading{padding:0;margin:0 auto}.wp-block-uagb-advanced-heading .uagb-heading-text{margin:0;text-align:center}.wp-block-uagb-advanced-heading .uagb-separator-wrap{font-size:0;text-align:center}.wp-block-uagb-advanced-heading .uagb-separator{border-top-style:solid;display:inline-block;border-top-width:2px;width:5%;margin:0px 0px 10px 0px}.wp-block-uagb-advanced-heading .uagb-desc-text{margin:0;text-align:center}
|
|
|
4 |
.uagb-column__wrap{position:relative;overflow:hidden}.uagb-column__wrap .uagb-column__inner-wrap{margin-left:auto;margin-right:auto;position:relative;z-index:2;width:100%}.uagb-column__wrap.uagb-column__align-left .uagb-column__inner-wrap{margin-left:0;margin-right:auto}.uagb-column__wrap.uagb-column__align-right .uagb-column__inner-wrap{margin-left:auto;margin-right:0}.uagb-column__wrap .uagb-column__overlay{height:100%;width:100%;top:0;left:0;position:absolute}.uagb-column__wrap .uagb-column__video-wrap{height:100%;width:100%;top:0;left:0;position:absolute;overflow:hidden;z-index:0;-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s}.uagb-column__wrap .uagb-column__video-wrap video{max-width:100%;width:100%;height:100%;margin:0;line-height:1;border:none;display:inline-block;vertical-align:baseline;-o-object-fit:cover;object-fit:cover;background-size:cover}.wp-block-uagb-columns>.editor-inner-blocks>.editor-block-list__layout>[data-type="uagb/column"]{display:flex;flex-direction:column;flex:1;padding-left:0;padding-right:0;margin-left:-14px;margin-right:-14px;min-width:0;word-break:break-word;overflow-wrap:break-word;flex-basis:100%}@media (max-width: 976px){.uagb-column__align-tablet-left .uagb-column__inner-wrap{margin-left:0;margin-right:auto}.uagb-column__align-tablet-right .uagb-column__inner-wrap{margin-left:auto;margin-right:0}}@media (max-width: 767px){.uagb-column__align-mobile-left .uagb-column__inner-wrap{margin-left:0;margin-right:auto}.uagb-column__align-mobile-right .uagb-column__inner-wrap{margin-left:auto;margin-right:0}}@media (max-width: 449px){.uagb-columns__wrap.uagb-columns__background-image{background-attachment:scroll !important}}
|
5 |
-
.uagb-cta__outer-wrap{position:relative}.uagb-cta__outer-wrap .wp-block-button__link svg{fill:currentColor}.uagb-cta__outer-wrap .uagb-cta__content{display:inline-block}.uagb-cta__outer-wrap a.uagb-cta__block-link span{font-size:inherit;vertical-align:middle;display:inline-block;float:left}.uagb-cta__outer-wrap .uagb-cta__content-right .uagb-cta__link-wrapper{width:30%}.uagb-cta__outer-wrap .uagb-cta__content-right .uagb-cta__content{width:70%}.uagb-cta__outer-wrap .uagb-cta__content-right .uagb-cta__button-wrapper{display:inline-block;float:right}.uagb-cta__outer-wrap .uagb-cta__link-wrapper.uagb-cta__block-link-style:empty{display:none}.uagb-cta__outer-wrap a.uagb-cta__block-link,.uagb-cta__outer-wrap .entry .entry-content a.uagb-cta__block-link,.uagb-cta__outer-wrap a.uagb-cta__block-link-wrap,.uagb-cta__outer-wrap .entry .entry-content a.uagb-cta__block-link-wrap{text-decoration:none}.uagb-cta__outer-wrap a.uagb-cta__block-link:hover,.uagb-cta__outer-wrap .entry .entry-content a.uagb-cta__block-link:hover,.uagb-cta__outer-wrap a.uagb-cta__block-link-wrap:hover,.uagb-cta__outer-wrap .entry .entry-content a.uagb-cta__block-link-wrap:hover .entry .entry-content a.uagb-cta__block-link:hover{color:inherit}.uagb-cta__outer-wrap .uagb-cta__content-right{text-align:right;justify-content:flex-end}.uagb-cta__outer-wrap .uagb-cta__left-right-wrap{width:100%;word-break:break-word}.uagb-cta__outer-wrap .uagb-cta__icon-position-below-title .uagb-cta__left-right-wrap{display:block;min-width:100%;width:100%}.uagb-cta__outer-wrap .uagb-cta__icon-position-left .uagb-cta__left-right-wrap,.uagb-cta__outer-wrap .uagb-cta__icon-position-right .uagb-cta__left-right-wrap{display:flex}.uagb-cta__outer-wrap .uagb-cta__icon-position-right .uagb-cta__left-right-wrap{justify-content:flex-end}.uagb-cta__outer-wrap .uagb-cta__block-link-icon-after{margin-left:5px;margin-right:0}.uagb-cta__outer-wrap .uagb-cta__block-link-icon-before{margin-left:0;margin-right:5px}.uagb-cta__outer-wrap .uagb-cta__block-link-icon,.uagb-cta__outer-wrap .uagb-cta__block svg{transition:all 200ms linear}.uagb-cta__outer-wrap .uagb-cta__block{position:relative}.uagb-cta__outer-wrap .uagb-cta-typeof-button{display:inline-block;line-height:1;background-color:transparent;color:#333;text-align:center}.uagb-cta__outer-wrap .uagb-cta__content-right .uagb-cta__button-link-wrapper,.uagb-cta__outer-wrap .uagb-cta__content-right .uagb-cta__block-link,.uagb-cta__outer-wrap .uagb-cta__content-right.uagb-cta__button-valign-middle .uagb-cta__left-right-wrap{display:flex;align-items:center}.uagb-cta__outer-wrap .uagb-cta__content-right .uagb-cta__button-link-wrapper,.uagb-cta__outer-wrap .uagb-cta__content-right .uagb-cta__block-link{justify-content:center}.uagb-cta__outer-wrap .uagb-cta__link-wrapper a{box-shadow:none;text-decoration:none}.uagb-cta__outer-wrap .uagb-cta__title{padding:0;margin:0;display:block}.uagb-cta__outer-wrap .uagb-cta__block,.uagb-cta__outer-wrap .uagb-cta__content{z-index:1}.uagb-cta__outer-wrap .uagb-cta__left-right-wrap{z-index:1}.uagb-cta__outer-wrap .uagb-cta__block-link{cursor:pointer}.uagb-cta__outer-wrap .uagb-cta__content-right .uagb-cta__block-link{display:inline-block;float:right;padding:10px 14px}.uagb-cta__outer-wrap a.uagb-cta__block-link-wrap{color:inherit}.uagb-cta__outer-wrap .uagb-cta__content p:empty{display:none}.uagb-cta__outer-wrap .uagb-cta__button-type-none .uagb-cta__content{width:100%}.uagb-cta__outer-wrap .uagb-cta-with-svg{height:14px;width:14px;line-height:14px;display:inline-block;vertical-align:middle}.uagb-cta__outer-wrap .uagb-cta__block svg{display:block;height:inherit;width:inherit}.uagb-cta__outer-wrap .uagb-cta__align-button-after{margin-left:5px}.uagb-cta__outer-wrap .uagb-cta__align-button-before{margin-right:5px}.uagb-cta__outer-wrap .uagb-cta__block-link i{font-style:normal}.uagb-cta__outer-wrap a.uagb-cta__link-to-all{position:absolute;top:0;left:0;width:100%;height:100%;z-index:11}@media only screen and (max-width: 976px){.uagb-cta__content-stacked-tablet .uagb-cta__left-right-wrap{flex-direction:column;text-align:center}.uagb-cta__content-stacked-tablet.uagb-cta__content-right .uagb-cta__button-wrapper{display:inline-block;float:none;margin:0 auto}.uagb-cta__content-stacked-tablet .uagb-cta__left-right-wrap .uagb-cta__content{margin-left:0;margin-right:0}.uagb-cta__content-stacked-tablet.uagb-cta__content-right .uagb-cta__left-right-wrap .uagb-cta__content,.uagb-cta__content-stacked-tablet.uagb-cta__content-right .uagb-cta__left-right-wrap .uagb-cta__link-wrapper{width:100% !important}}@media screen and (max-width: 767px){.uagb-cta__content-stacked-mobile .uagb-cta__left-right-wrap{flex-direction:column;text-align:center}.uagb-cta__content-stacked-mobile.uagb-cta__content-right .uagb-cta__button-wrapper{display:inline-block;float:none;margin:0 auto}.uagb-cta__content-stacked-mobile .uagb-cta__left-right-wrap .uagb-cta__content{margin-left:0;margin-right:0}.uagb-cta__content-stacked-mobile.uagb-cta__content-right .uagb-cta__left-right-wrap .uagb-cta__content,.uagb-cta__content-stacked-mobile.uagb-cta__content-right .uagb-cta__left-right-wrap .uagb-cta__link-wrapper{width:100% !important}}
|
6 |
.wp-block-uagb-cf7-styler .wpcf7 *,.wp-block-uagb-cf7-styler .wpcf7 :after,.wp-block-uagb-cf7-styler .wpcf7 :before{-webkit-box-sizing:border-box;box-sizing:border-box}.wp-block-uagb-cf7-styler span.wpcf7-list-item-label::before,.wp-block-uagb-cf7-styler span.wpcf7-list-item-label::after{content:" "}.wp-block-uagb-cf7-styler .wpcf7-acceptance input[type=checkbox]+span:before,.wp-block-uagb-cf7-styler .wpcf7-checkbox input[type=checkbox]+span:before,.wp-block-uagb-cf7-styler .wpcf7-radio input[type=radio]+span:before{content:'';display:inline-block;vertical-align:middle;margin-right:10px;text-align:center;height:15px;width:15px;border-style:solid;border-color:#eaeaea;border-width:1px 1px 1px 1px}.wp-block-uagb-cf7-styler span.wpcf7-list-item{display:inline-block;margin:0 1em 0 0}.wp-block-uagb-cf7-styler .wpcf7-acceptance input[type=checkbox]:checked+span:before,.wp-block-uagb-cf7-styler .wpcf7-checkbox input[type=checkbox]:checked+span:before{content:"\2714";line-height:1.2}.wp-block-uagb-cf7-styler .wpcf7-acceptance input[type=checkbox]+span:before,.wp-block-uagb-cf7-styler .wpcf7-acceptance input[type=checkbox]:checked+span:before,.wp-block-uagb-cf7-styler .wpcf7-checkbox input[type=checkbox]+span:before,.wp-block-uagb-cf7-styler .wpcf7-checkbox input[type=checkbox]:checked+span:before,.wp-block-uagb-cf7-styler .wpcf7-radio input[type=radio]+span:before{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.wp-block-uagb-cf7-styler input[type=checkbox]:checked+span:before{font-size:-webkit-calc(12px / 1.2);font-size:calc(12px / 1.2)}.wp-block-uagb-cf7-styler .wpcf7-radio input[type=radio]+span:before{-webkit-border-radius:100%;border-radius:100%}.wp-block-uagb-cf7-styler .uagb-cf7-styler__field-style-box .wpcf7-radio input[type="radio"]:checked+span:before,.wp-block-uagb-cf7-styler .uagb-cf7-styler__field-style-underline .wpcf7-radio input[type="radio"]:checked+span:before{background-color:#545454;box-shadow:inset 0px 0px 0px 4px #fafafa}.wp-block-uagb-cf7-styler .uagb-cf7-styler__btn-align-justify input.wpcf7-form-control.wpcf7-submit,.wp-block-uagb-cf7-styler .uagb-cf7-styler__btn-align-left input.wpcf7-form-control.wpcf7-submit,.wp-block-uagb-cf7-styler .uagb-cf7-styler__btn-align-right input.wpcf7-form-control.wpcf7-submit,.wp-block-uagb-cf7-styler .uagb-cf7-styler__btn-align-center input.wpcf7-form-control.wpcf7-submit{display:-webkit-box;display:-ms-flexbox;-js-display:flex;display:-webkit-flex;display:-moz-box;display:flex;width:auto;line-height:1em;background:transparent;border-color:#333;border-width:1px;padding:10px 25px}.wp-block-uagb-cf7-styler .uagb-cf7-styler__btn-align-right input.wpcf7-form-control.wpcf7-submit{margin-left:auto;margin-right:0}.wp-block-uagb-cf7-styler .uagb-cf7-styler__btn-align-left input.wpcf7-form-control.wpcf7-submit{margin-right:auto;margin-left:0}.wp-block-uagb-cf7-styler .uagb-cf7-styler__btn-align-center input.wpcf7-form-control.wpcf7-submit{margin-right:auto;margin-left:auto}.wp-block-uagb-cf7-styler .uagb-cf7-styler__btn-align-justify input.wpcf7-form-control.wpcf7-submit{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;width:100%}.wp-block-uagb-cf7-styler .wpcf7 input[type=checkbox],.wp-block-uagb-cf7-styler .wpcf7 input[type=radio]{display:none}.wp-block-uagb-cf7-styler .wpcf7 select{height:auto;padding:10px;-webkit-appearance:menulist-button;-moz-appearance:menulist-button;-webkit-appearance:menulist-button}.wp-block-uagb-cf7-styler select.wpcf7-form-control.wpcf7-select[multiple="multiple"]{padding:0}.wp-block-uagb-cf7-styler .wpcf7 select option{padding:10px}.wp-block-uagb-cf7-styler .uagb-cf7-styler__highlight-style-bottom_right span.wpcf7-not-valid-tip{display:inline-block;right:0;top:100%;padding:.1em .8em;-webkit-border-radius:2px;border-radius:2px;color:#ffffff;background-color:rgba(255,0,0,0.6);padding:5px 10px;font-size:15px;float:right;margin-top:5px}.wp-block-uagb-cf7-styler .wpcf7 input[type="number"]{height:auto}.wp-block-uagb-cf7-styler .wpcf7 input.wpcf7-date{-webkit-appearance:none}@media (min-width: 769px){.wp-block-uagb-cf7-styler .uagb-cf7_styler-col{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.wp-block-uagb-cf7-styler .uagb-cf7_styler-col label,.wp-block-uagb-cf7-styler .uagb-cf7_styler-col>span{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;flex-basis:100%}.wp-block-uagb-cf7-styler .uagb-cf7_styler-col br{display:none}.wp-block-uagb-cf7-styler .uagb-cf7_styler-col>span.uagb-cf7_styler-col-1{padding-left:0;padding-right:15px}.wp-block-uagb-cf7-styler .uagb-cf7_styler-col>span.uagb-cf7_styler-col-3{padding-left:15px;padding-right:0}.wp-block-uagb-cf7-styler .wpcf7 .uagb-cf7_styler-col span.wpcf7-form-control-wrap{height:100%}.wp-block-uagb-cf7-styler .wpcf7 .uagb-cf7_styler-col select{height:100%}}
|
7 |
-
.wp-block-uagb-blockquote{padding:0;margin:0 auto}.wp-block-uagb-blockquote .uagb-blockquote__content,.wp-block-uagb-blockquote cite.uagb-blockquote__author{font-style:normal;display:block}.wp-block-uagb-blockquote cite.uagb-blockquote__author,.wp-block-uagb-blockquote .uagb-blockquote__author{-ms-flex-item-align:center;align-self:center}.wp-block-uagb-blockquote .uagb-blockquote__skin-quotation blockquote.uagb-blockquote{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;quotes:none;border-left:0 none;border-right:0 none;border-top:0 none;border-bottom:0 none;font-style:normal}.wp-block-uagb-blockquote .uagb-blockquote__skin-quotation .uagb-blockquote__icon-wrap{position:relative;display:inline-block;padding:0px;z-index:1;background:#333;padding:10px;border-radius:100%;margin-right:10px}.wp-block-uagb-blockquote .uagb-blockquote__skin-quotation .uagb-blockquote__icon{height:25px;width:25px;display:inline-block;float:left}.wp-block-uagb-blockquote .uagb-blockquote__skin-quotation .uagb-blockquote__icon svg{height:inherit;width:inherit;display:inherit}.wp-block-uagb-blockquote .uagb-blockquote__skin-quotation.uagb-blockquote__style-style_2 .uagb-blockquote__icon-wrap{display:inline-block;float:left}.wp-block-uagb-blockquote blockquote.uagb-blockquote{margin:0;padding:0}.wp-block-uagb-blockquote .uagb-blockquote__wrap,.wp-block-uagb-blockquote .uagb-blockquote__wrap *{-webkit-box-sizing:border-box;box-sizing:border-box}.wp-block-uagb-blockquote .uagb-blockquote__style-style_2 .uagb-blockquote__icon-wrap{display:inline-block;float:left;text-align:left}.wp-block-uagb-blockquote .uagb-blockquote__separator-parent{display:-webkit-box;display:-ms-flexbox;-js-display:flex;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;justify-content:flex-start}.wp-block-uagb-blockquote .uagb-blockquote__with-tweet .uagb-blockquote footer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.wp-block-uagb-blockquote .uagb-blockquote a{-webkit-box-shadow:none;box-shadow:none;text-decoration:none}.wp-block-uagb-blockquote .uagb-blockquote a.uagb-blockquote__tweet-button{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition:0.2s;-o-transition:0.2s;transition:0.2s;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;line-height:1;position:relative;width:-webkit-max-content;width:-moz-max-content;width:max-content;padding:0;color:#1DA1F2;background-color:transparent;-ms-flex-item-align:center;align-self:center}.wp-block-uagb-blockquote a.uagb-blockquote__tweet-button svg{height:15px;width:15px;margin-right:5px;fill:#fff;vertical-align:middle;align-self:center}.wp-block-uagb-blockquote a.uagb-blockquote__tweet-button,.wp-block-uagb-blockquote a.uagb-blockquote__tweet-button svg{font-style:normal}.wp-block-uagb-blockquote .uagb-blockquote__tweet-icon a.uagb-blockquote__tweet-button svg{margin-right:0}.wp-block-uagb-blockquote .uagb-blockquote__tweet-icon_text svg{margin-right:10px}.wp-block-uagb-blockquote .uagb-blockquote__tweet-icon a.uagb-blockquote__tweet-button{padding:8px}.wp-block-uagb-blockquote .uagb-blockquote__tweet-icon_text a.uagb-blockquote__tweet-button,.wp-block-uagb-blockquote .uagb-blockquote__tweet-text a.uagb-blockquote__tweet-button{padding:10px 14px}.wp-block-uagb-blockquote .uagb-blockquote__tweet-style-link a.uagb-blockquote__tweet-button{padding:10px 0}.wp-block-uagb-blockquote .uagb-blockquote__tweet-style-classic a.uagb-blockquote__tweet-button,.wp-block-uagb-blockquote .uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button{background-color:#1DA1F2;border-radius:100em;color:#fff}.wp-block-uagb-blockquote .uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button:before{content:'';border:solid 0.5em transparent;border-right-color:#1DA1F2;position:absolute;left:-0.8em;top:50%;-webkit-transform:translateY(-50%) scale(1, 0.65);-ms-transform:translateY(-50%) scale(1, 0.65);transform:translateY(-50%) scale(1, 0.65);-webkit-transition:0.2s;-o-transition:0.2s;transition:0.2s}.wp-block-uagb-blockquote .uagb-blockquote__align-right.uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button:before{left:auto;right:-0.8em;-webkit-transform:translateY(-50%) scale(1, 0.65) rotate(180deg);-ms-transform:translateY(-50%) scale(1, 0.65) rotate(180deg);transform:translateY(-50%) scale(1, 0.65) rotate(180deg)}.wp-block-uagb-blockquote .uagb-blockquote__align-center.uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button:before{left:50%;top:-0.8em;right:auto;-webkit-transform:translateX(-50%) scale(1, 0.85) rotate(90deg);-ms-transform:translateX(-50%) scale(1, 0.85) rotate(90deg);transform:translate(-50%, 10%) scale(1, 0.85) rotate(90deg)}.wp-block-uagb-blockquote .uagb-blockquote__with-tweet.uagb-blockquote__align-center .uagb-blockquote footer,.wp-block-uagb-blockquote .uagb-blockquote__align-center .uagb-blockquote footer{display:block;text-align:center}.wp-block-uagb-blockquote .uagb-blockquote__align-center a.uagb-blockquote__tweet-button{display:block;text-align:center;margin:0 auto;-ms-flex-item-align:center;align-self:center}.wp-block-uagb-blockquote .uagb-blockquote__with-tweet.uagb-blockquote__align-right .uagb-blockquote footer,.wp-block-uagb-blockquote .uagb-blockquote__align-right .uagb-blockquote footer{flex-direction:row-reverse}.wp-block-uagb-blockquote .uagb-blockquote__author-image{align-self:center}.wp-block-uagb-blockquote .uagb-blockquote__author-image img{width:50px;height:50px;border-radius:100%;margin-right:10px}.wp-block-uagb-blockquote .uagb-blockquote__author-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:row}.wp-block-uagb-blockquote .uagb-blockquote__align-right .uagb-blockquote__author-wrap,.wp-block-uagb-blockquote .uagb-blockquote__align-left .uagb-blockquote__author-wrap.uagb-blockquote__author-at-right{justify-content:flex-end;-webkit-box-pack:flex-end;-ms-flex-pack:flex-end;-webkit-justify-content:flex-end;-moz-box-pack:flex-end}.wp-block-uagb-blockquote .uagb-blockquote__align-left .uagb-blockquote__author-wrap,.wp-block-uagb-blockquote .uagb-blockquote__align-right .uagb-blockquote__author-wrap.uagb-blockquote__author-at-right{justify-content:flex-start;-webkit-box-pack:flex-start;-ms-flex-pack:flex-start;-webkit-justify-content:flex-start;-moz-box-pack:flex-start}.wp-block-uagb-blockquote .uagb-blockquote__with-tweet .uagb-blockquote__author-wrap{justify-content:unset;-webkit-box-pack:unset;-ms-flex-pack:unset;-webkit-justify-content:unset;-moz-box-pack:unset}.wp-block-uagb-blockquote .uagb-blockquote__align-center .uagb-blockquote__author-wrap,.wp-block-uagb-blockquote .uagb-blockquote__align-center.uagb-blockquote__with-tweet .uagb-blockquote__author-wrap{justify-content:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-box-pack:center}.wp-block-uagb-blockquote .uagb-blockquote__author-wrap.uagb-blockquote__author-at-top{width:100%}.wp-block-uagb-blockquote .uagb-blockquote__author-wrap.uagb-blockquote__author-at-top .uagb-blockquote__author-image,.wp-block-uagb-blockquote .uagb-blockquote__author-wrap.uagb-blockquote__author-at-top .uagb-blockquote__author{width:inherit}.wp-block-uagb-blockquote .uagb-blockquote__with-tweet .uagb-blockquote__author-wrap.uagb-blockquote__author-at-top{width:auto}.wp-block-uagb-blockquote .uagb-blockquote__author-wrap.uagb-blockquote__author-at-right{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.wp-block-uagb-blockquote .uagb-blockquote__align-right .uagb-blockquote__author-wrap.uagb-blockquote__author-at-top{text-align:right}.wp-block-uagb-blockquote .uagb-blockquote__author-wrap.uagb-blockquote__author-at-right .uagb-blockquote__author-image img{margin-left:10px;margin-right:0}.wp-block-uagb-blockquote .uagb-blockquote__author-wrap.uagb-blockquote__author-at-top{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}@media only screen and (max-width: 976px){.wp-block-uagb-blockquote .uagb-blockquote__stack-img-tablet .uagb-blockquote__author{width:100%}.wp-block-uagb-blockquote .uagb-blockquote__stack-img-tablet .uagb-blockquote__author-wrap.uagb-blockquote__author-at-right,.wp-block-uagb-blockquote .uagb-blockquote__stack-img-tablet .uagb-blockquote__author-wrap.uagb-blockquote__author-at-left{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.wp-block-uagb-blockquote .uagb-blockquote__stack-img-tablet .uagb-blockquote__author-wrap.uagb-blockquote__author-at-right .uagb-blockquote__author-image img,.wp-block-uagb-blockquote .uagb-blockquote__stack-img-tablet .uagb-blockquote__author-wrap.uagb-blockquote__author-at-left .uagb-blockquote__author-image img{margin-left:0;margin-right:0;margin-bottom:10px}.wp-block-uagb-blockquote .uagb-blockquote__stack-img-tablet.uagb-blockquote__with-tweet .uagb-blockquote footer{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-ms-flex-item-align:flex-start;align-self:flex-start}.wp-block-uagb-blockquote .uagb-blockquote__stack-img-tablet .uagb-blockquote__author-wrap.uagb-blockquote__author-at-left,.wp-block-uagb-blockquote .uagb-blockquote__stack-img-tablet a.uagb-blockquote__tweet-button{-ms-flex-item-align:flex-start;align-self:flex-start}.wp-block-uagb-blockquote .uagb-blockquote__stack-img-tablet.uagb-blockquote__align-right.uagb-blockquote__with-tweet .uagb-blockquote footer,.wp-block-uagb-blockquote .uagb-blockquote__stack-img-tablet.uagb-blockquote__align-right .uagb-blockquote__author-wrap.uagb-blockquote__author-at-left,.wp-block-uagb-blockquote .uagb-blockquote__stack-img-tablet.uagb-blockquote__align-right a.uagb-blockquote__tweet-button{-ms-flex-item-align:flex-end;align-self:flex-end}.wp-block-uagb-blockquote .uagb-blockquote__stack-img-tablet a.uagb-blockquote__tweet-button{margin-top:10px}.wp-block-uagb-blockquote .uagb-blockquote__align-right.uagb-blockquote__stack-img-tablet .uagb-blockquote__author-image{-ms-flex-item-align:flex-end;align-self:flex-end}.wp-block-uagb-blockquote .uagb-blockquote__align-left.uagb-blockquote__stack-img-tablet .uagb-blockquote__author-image,.wp-block-uagb-blockquote .uagb-blockquote__align-left.uagb-blockquote__stack-img-tablet .uagb-blockquote__author{-ms-flex-item-align:flex-start;align-self:flex-start}.wp-block-uagb-blockquote .uagb-blockquote__stack-img-tablet.uagb-blockquote__align-right.uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button:before,.wp-block-uagb-blockquote .uagb-blockquote__stack-img-tablet.uagb-blockquote__align-left.uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button:before{left:50%;top:-0.8em;right:auto;-webkit-transform:translateX(-50%) scale(1, 0.85) rotate(90deg);-ms-transform:translateX(-50%) scale(1, 0.85) rotate(90deg);transform:translate(-50%, 10%) scale(1, 0.85) rotate(90deg)}}@media screen and (max-width: 767px){.wp-block-uagb-blockquote .uagb-blockquote__stack-img-mobile .uagb-blockquote__author{width:100%}.wp-block-uagb-blockquote .uagb-blockquote__stack-img-mobile .uagb-blockquote__author-wrap.uagb-blockquote__author-at-right,.wp-block-uagb-blockquote .uagb-blockquote__stack-img-mobile .uagb-blockquote__author-wrap.uagb-blockquote__author-at-left{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.wp-block-uagb-blockquote .uagb-blockquote__stack-img-mobile .uagb-blockquote__author-wrap.uagb-blockquote__author-at-right .uagb-blockquote__author-image img,.wp-block-uagb-blockquote .uagb-blockquote__stack-img-mobile .uagb-blockquote__author-wrap.uagb-blockquote__author-at-left .uagb-blockquote__author-image img{margin-left:0;margin-right:0;margin-bottom:10px}.wp-block-uagb-blockquote .uagb-blockquote__stack-img-mobile.uagb-blockquote__with-tweet .uagb-blockquote footer{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-ms-flex-item-align:flex-start;align-self:flex-start}.wp-block-uagb-blockquote .uagb-blockquote__stack-img-mobile .uagb-blockquote__author-wrap.uagb-blockquote__author-at-left,.wp-block-uagb-blockquote .uagb-blockquote__stack-img-mobile a.uagb-blockquote__tweet-button{-ms-flex-item-align:flex-start;align-self:flex-start}.wp-block-uagb-blockquote .uagb-blockquote__stack-img-mobile.uagb-blockquote__align-right.uagb-blockquote__with-tweet .uagb-blockquote footer,.wp-block-uagb-blockquote .uagb-blockquote__stack-img-mobile.uagb-blockquote__align-right .uagb-blockquote__author-wrap.uagb-blockquote__author-at-left,.wp-block-uagb-blockquote .uagb-blockquote__stack-img-mobile.uagb-blockquote__align-right a.uagb-blockquote__tweet-button{-ms-flex-item-align:flex-end;align-self:flex-end}.wp-block-uagb-blockquote .uagb-blockquote__stack-img-mobile a.uagb-blockquote__tweet-button{margin-top:10px}.wp-block-uagb-blockquote .uagb-blockquote__align-right.uagb-blockquote__stack-img-mobile .uagb-blockquote__author-image{-ms-flex-item-align:flex-end;align-self:flex-end}.wp-block-uagb-blockquote .uagb-blockquote__align-left.uagb-blockquote__stack-img-mobile .uagb-blockquote__author-image,.wp-block-uagb-blockquote .uagb-blockquote__align-left.uagb-blockquote__stack-img-tablet .uagb-blockquote__author{-ms-flex-item-align:flex-start;align-self:flex-start}.wp-block-uagb-blockquote .uagb-blockquote__stack-img-mobile.uagb-blockquote__align-right.uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button:before,.wp-block-uagb-blockquote .uagb-blockquote__stack-img-mobile.uagb-blockquote__align-left.uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button:before{left:50%;top:-0.8em;right:auto;-webkit-transform:translateX(-50%) scale(1, 0.85) rotate(90deg);-ms-transform:translateX(-50%) scale(1, 0.85) rotate(90deg);transform:translate(-50%, 10%) scale(1, 0.85) rotate(90deg)}}
|
8 |
.wp-block-uagb-faq.uagb-faq-layout-accordion .uagb-faq-child__outer-wrap .uagb-faq-questions-button{cursor:pointer}.uagb-faq-layout-grid.uagb-faq-equal-height .uagb-faq__wrap .uagb-faq-child__outer-wrap,.uagb-faq-layout-grid.uagb-faq-equal-height .uagb-faq__wrap .uagb-faq-child__wrapper,.uagb-faq-layout-grid.uagb-faq-equal-height .uagb-faq__wrap .uagb-faq-item{height:100%}
|
|
|
9 |
.uagb-columns__wrap{position:relative}.uagb-columns__wrap .uagb-columns__inner-wrap{margin-left:auto;margin-right:auto;position:relative;z-index:2}.uagb-columns__wrap .uagb-columns__overlay{height:100%;width:100%;top:0;left:0;position:absolute}.uagb-columns__wrap .uagb-columns__video-wrap{height:100%;width:100%;top:0;left:0;position:absolute;overflow:hidden;z-index:0;-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s}.uagb-columns__wrap .uagb-columns__video-wrap video{max-width:100%;width:100%;height:100%;margin:0;line-height:1;border:none;display:inline-block;vertical-align:baseline;-o-object-fit:cover;object-fit:cover;background-size:cover}.uagb-columns__wrap .uagb-column__wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.uagb-columns__wrap .uagb-columns__shape{overflow:hidden;position:absolute;left:0;width:100%;line-height:0;direction:ltr;z-index:1}.uagb-columns__wrap .uagb-columns__shape-top{top:-3px}.uagb-columns__wrap .uagb-columns__shape-bottom{bottom:-3px}.uagb-columns__wrap .uagb-columns__shape[data-negative="false"].uagb-columns__shape-bottom{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.uagb-columns__wrap .uagb-columns__shape[data-negative="true"].uagb-columns__shape-top{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.uagb-columns__wrap .uagb-columns__shape.uagb-columns__shape-flip svg{transform:translateX(-50%) rotateY(180deg)}.uagb-columns__wrap .uagb-columns__shape svg{display:block;width:-webkit-calc(100% + 1.3px);width:calc(100% + 1.3px);position:relative;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.uagb-columns__wrap .uagb-columns__shape .uagb-columns__shape-fill{fill:#333;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.uagb-columns__wrap .uagb-columns__shape.uagb-columns__shape-above-content{z-index:9;pointer-events:none}.uagb-columns__valign-center .uagb-column__wrap,.uagb-columns__valign-middle .uagb-column__wrap{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.uagb-columns__valign-top .uagb-column__wrap{-webkit-box-align:flex-start;-webkit-align-items:flex-start;-ms-flex-align:flex-start;align-items:flex-start}.uagb-columns__valign-bottom .uagb-column__wrap{-webkit-box-align:flex-end;-webkit-align-items:flex-end;-ms-flex-align:flex-end;align-items:flex-end}.uagb-columns__inner-wrap{display:flex;flex-wrap:nowrap}.uagb-columns__columns-1>.uagb-column__wrap{width:100%}.uagb-columns__columns-2>.uagb-column__wrap{width:50%}.uagb-columns__columns-3>.uagb-column__wrap{width:33.33%}.uagb-columns__columns-4>.uagb-column__wrap{width:25%}.uagb-columns__columns-5>.uagb-column__wrap{width:20%}.uagb-columns__columns-6>.uagb-column__wrap{width:16.66%}.uagb-columns__gap-nogap>.wp-block[data-type="uagb/column"] .uagb-column__inner-wrap{padding:0}.uagb-columns__gap-default>.wp-block[data-type="uagb/column"] .uagb-column__inner-wrap{padding:10px}.uagb-columns__gap-narrow>.wp-block[data-type="uagb/column"] .uagb-column__inner-wrap{padding:5px}.uagb-columns__gap-extended>.wp-block[data-type="uagb/column"] .uagb-column__inner-wrap{padding:15px}.uagb-columns__gap-wide>.wp-block[data-type="uagb/column"] .uagb-column__inner-wrap{padding:20px}.uagb-columns__gap-wider>.wp-block[data-type="uagb/column"] .uagb-column__inner-wrap{padding:30px}@media (max-width: 976px){.uagb-columns__stack-tablet>.uagb-columns__columns-1>.uagb-column__wrap,.uagb-columns__stack-tablet>.uagb-columns__columns-2>.uagb-column__wrap,.uagb-columns__stack-tablet>.uagb-columns__columns-3>.uagb-column__wrap,.uagb-columns__stack-tablet>.uagb-columns__columns-4>.uagb-column__wrap,.uagb-columns__stack-tablet>.uagb-columns__columns-5>.uagb-column__wrap,.uagb-columns__stack-tablet>.uagb-columns__columns-6>.uagb-column__wrap{width:100% !important}.uagb-columns__stack-tablet>.uagb-columns__inner-wrap{display:block}.uagb-columns__reverse-tablet .uagb-columns__inner-wrap{display:flex;flex-direction:column-reverse}}@media (max-width: 767px){.uagb-columns__stack-mobile>.uagb-columns__columns-1>.uagb-column__wrap,.uagb-columns__stack-mobile>.uagb-columns__columns-2>.uagb-column__wrap,.uagb-columns__stack-mobile>.uagb-columns__columns-3>.uagb-column__wrap,.uagb-columns__stack-mobile>.uagb-columns__columns-4>.uagb-column__wrap,.uagb-columns__stack-mobile>.uagb-columns__columns-5>.uagb-column__wrap,.uagb-columns__stack-mobile>.uagb-columns__columns-6>.uagb-column__wrap{width:100% !important}.uagb-columns__stack-mobile>.uagb-columns__inner-wrap{display:block}.uagb-columns__reverse-mobile .uagb-columns__inner-wrap{display:flex;flex-direction:column-reverse}}@media (min-width: 768px) and (max-width: 1024px){.wp-block-uagb-columns.uagb-columns__wrap.uagb-columns__background-image{background-attachment:scroll}}@media (max-width: 449px){.uagb-columns__wrap .uagb-column__wrap.uagb-column__background-image{background-attachment:scroll !important}}
|
10 |
.uagb-google-map__wrap{display:flex}.uagb-google-map__wrap .uagb-google-map__iframe{width:100%;box-shadow:none;border:none;padding:0;margin:0}
|
11 |
-
.wp-block-uagb-faq-child.uagb-faq-child__outer-wrap .uagb-faq-item:focus,.wp-block-uagb-faq-child.uagb-faq-child__outer-wrap .uagb-faq-item:active{outline:thin dotted}.wp-block-uagb-faq-child .uagb-faq-questions-button{display:flex;align-items:center;width:100%}.wp-block-uagb-faq-child .uagb-faq-questions-button .uagb-faq-icon-wrap{display:inline-block;vertical-align:middle}.wp-block-uagb-faq-child .uagb-faq-questions-button .uagb-question{width:100%;margin-top:0px;margin-bottom:0px}.wp-block-uagb-faq-child .uagb-icon svg,.wp-block-uagb-faq-child .uagb-icon-active svg{width:15px;height:15px;font-size:15px}.wp-block-uagb-faq-child .uagb-faq-content span{display:inline-block}.wp-block-uagb-faq-child .uagb-faq-content p{margin:0}.wp-block-uagb-faq-child.uagb-faq-child__outer-wrap .uagb-faq-item .uagb-icon-active,.wp-block-uagb-faq-child.uagb-faq-child__outer-wrap .uagb-faq-item.uagb-faq-item-active .uagb-icon{display:none;width:0;padding:0;height:0;margin:0}.wp-block-uagb-faq-child.uagb-faq-child__outer-wrap .uagb-faq-item .uagb-icon,.wp-block-uagb-faq-child.uagb-faq-child__outer-wrap .uagb-faq-item.uagb-faq-item-active .uagb-icon-active{display:inline-block;width:auto;height:auto}.uagb-faq-layout-grid .uagb-faq-child__outer-wrap .uagb-faq-item .uagb-icon,.uagb-faq-layout-grid .uagb-faq-child__outer-wrap .uagb-faq-item.uagb-faq-item-active .uagb-icon-active{display:none}.uagb-faq-layout-grid .uagb-faq-child__outer-wrap .uagb-faq-item span.uagb-icon-active.uagb-faq-icon-wrap,.uagb-faq-layout-grid .uagb-faq-child__outer-wrap .uagb-faq-item.uagb-faq-item-active .uagb-icon-active{display:none}
|
12 |
-
.wp-block-uagb-icon-list-child{position:relative}.wp-block-uagb-icon-list-child>a{position:absolute;top:0;left:0;width:100%;height:100%}img.uagb-icon-list__source-image{max-width:unset}
|
13 |
.uagb-howto__cost-wrap{display:block}.uagb-howto__cost-wrap .uagb-howto-estcost-text,.uagb-howto__cost-wrap .uagb-howto-estcost-value,.uagb-howto__cost-wrap .uagb-howto-estcost-type{display:inline-flex}.uagb-howto__time-wrap{display:block}.uagb-howto__time-wrap .uagb-howto-timeNeeded-text,.uagb-howto__time-wrap .uagb-howto-timeNeeded-value,.uagb-howto__time-wrap .uagb-howto-timeINmin-text{display:inline-flex}.uagb-howto__time-wrap .uagb-howto-timeINmin-text{margin-left:5px}
|
|
|
14 |
.uagb-icon-list__outer-wrap .uagb-icon-list__wrap{display:flex;align-items:flex-start;justify-content:flex-start}.uagb-icon-list__outer-wrap.wp-block-uagb-icon-list .uagb-icon-list__wrap a.uagb-icon-list__wrapper,.uagb-icon-list__outer-wrap.wp-block-uagb-icon-list .uagb-icon-list__wrap a.uagb-icon-list__wrapper:focus,.uagb-icon-list__outer-wrap.wp-block-uagb-icon-list .uagb-icon-list__wrap a.uagb-icon-list__wrapper:active,.uagb-icon-list__outer-wrap.wp-block-uagb-icon-list .uagb-icon-list__wrap a.uagb-icon-list__wrapper:visited{text-decoration:none}.uagb-icon-list__outer-wrap a.uagb-button__link:focus{box-shadow:none}.uagb-icon-list__outer-wrap .uagb-icon-list__wrapper>p{display:none}.uagb-icon-list__outer-wrap .uagb-icon-list__wrapper{padding:0;margin-left:5px;margin-right:5px;transition:all 0.2s;display:inline-flex;text-align:center}.uagb-icon-list__outer-wrap .uagb-icon-list__content-wrap,.uagb-icon-list__outer-wrap .uagb-icon-list__source-wrap{width:inherit;display:inline-block}.uagb-icon-list__outer-wrap .uagb-icon-list__source-wrap{display:inherit;align-items:center}.uagb-icon-list__outer-wrap .uagb-icon-list__content-wrap{color:#3a3a3a;display:flex;align-items:center}.uagb-icon-list__outer-wrap .uagb-icon-list__source-icon,.uagb-icon-list__outer-wrap .uagb-icon-list__source-icon:before{font-size:40px;width:40px;height:40px}.uagb-icon-list__outer-wrap .uagb-icon-list__content-wrap span.uagb-icon-list__source-wrap{display:block}.uagb-icon-list__outer-wrap .uagb-icon-list__source-icon svg{display:block}.uagb-icon-list__outer-wrap .uagb-icon-list__source-image{width:40px}.uagb-icon-list__outer-wrap .uagb-icon-list__wrapper:first-child{margin-left:0}.uagb-icon-list__outer-wrap .uagb-icon-list__wrapper:last-child{margin-right:0}.uagb-icon-list__outer-wrap .uagb-icon-list__wrap>p{display:none}.uagb-icon-list__outer-wrap .uagb-icon-list__wrapper[href="/"]{pointer-events:none;cursor:text}.uagb-icon-list__outer-wrap.wp-block-uagb-icon-list .uagb-icon-list__wrap .uagb-icon-list__wrapper{text-decoration:none}.uagb-icon-list__outer-wrap .uagb-icon-list__wrap .uagb-icon-list__wrapper{box-shadow:none}.uagb-icon-list__outer-wrap.uagb-icon-list__icon-at-top .uagb-icon-list__source-wrap{align-self:flex-start}.uagb-icon-list__outer-wrap:not(.uagb-icon-list__no-label) .uagb-icon-list__source-wrap{margin-right:15px}.uagb-icon-list__no-label .uagb-icon-list__label-wrap{display:none}
|
15 |
.uagb-inline_notice__outer-wrap.uagb-inline_notice__align-right{text-align:right}.uagb-inline_notice__outer-wrap.uagb-inline_notice__align-right span.uagb-notice-dismiss{left:13px}.uagb-inline_notice__outer-wrap.uagb-inline_notice__align-center{text-align:center}.uagb-inline_notice__outer-wrap.uagb-inline_notice__align-center span.uagb-notice-dismiss{right:13px}.uagb-inline_notice__outer-wrap.uagb-inline_notice__align-left{text-align:left}.uagb-inline_notice__outer-wrap.uagb-inline_notice__align-left span.uagb-notice-dismiss{right:13px}.wp-block-uagb-inline-notice{position:relative}.wp-block-uagb-inline-notice.uagb-notice__active{display:none}.wp-block-uagb-inline-notice .uagb-notice-title{margin:0;width:100%;display:inline-block}.wp-block-uagb-inline-notice span.uagb-notice-dismiss svg{width:16px;height:16px}.wp-block-uagb-inline-notice span.uagb-notice-dismiss{position:absolute;cursor:pointer;top:13px;opacity:.8;padding:0;background:none;transition:.3s ease}
|
16 |
.wp-block-uagb-marketing-button .uagb-marketing-btn__wrap>p,.wp-block-uagb-marketing-button p:empty{display:none}.wp-block-uagb-marketing-button .uagb-marketing-btn__title,.wp-block-uagb-marketing-button p.uagb-marketing-btn__prefix{margin:0}.wp-block-uagb-marketing-button .uagb-marketing-btn__wrap{display:-webkit-box;display:-ms-flexbox;display:flex}.wp-block-uagb-marketing-button .uagb-marketing-btn__link{z-index:1}.wp-block-uagb-marketing-button .uagb-marketing-btn__link{display:inline-block;position:relative;-webkit-transition:all 0.2s;-o-transition:all 0.2s;transition:all 0.2s}.wp-block-uagb-marketing-button .uagb-marketing-btn__icon-wrap{width:20px;height:20px;display:flex;z-index:1}.wp-block-uagb-marketing-button .uagb-marketing-btn__icon-wrap svg{width:inherit;height:inherit}.wp-block-uagb-marketing-button .uagb-marketing-btn__title-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wp-block-uagb-marketing-button.uagb-marketing-btn__align-center .uagb-marketing-btn__wrap,.wp-block-uagb-marketing-button.uagb-marketing-btn__align-text-center .uagb-marketing-btn__title-wrap{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.wp-block-uagb-marketing-button.uagb-marketing-btn__align-left .uagb-marketing-btn__wrap,.wp-block-uagb-marketing-button.uagb-marketing-btn__align-text-left .uagb-marketing-btn__title-wrap{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.wp-block-uagb-marketing-button.uagb-marketing-btn__align-right .uagb-marketing-btn__wrap,.wp-block-uagb-marketing-button.uagb-marketing-btn__align-text-right .uagb-marketing-btn__title-wrap{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.wp-block-uagb-marketing-button.uagb-marketing-btn__align-full .uagb-marketing-btn__link{width:100%}.wp-block-uagb-marketing-button.uagb-marketing-btn__align-text-center .uagb-marketing-btn__prefix-wrap{text-align:center}.wp-block-uagb-marketing-button.uagb-marketing-btn__align-text-left .uagb-marketing-btn__prefix-wrap{text-align:left}.wp-block-uagb-marketing-button.uagb-marketing-btn__align-text-right .uagb-marketing-btn__prefix-wrap{text-align:right}.wp-block-uagb-marketing-button.uagb-marketing-btn__icon-after .uagb-marketing-btn__title-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.entry-content .wp-block-uagb-marketing-button .uagb-marketing-btn__link{text-decoration:none}
|
17 |
.uagb-ifb-icon-wrap,.uagb-ifb-icon-wrap *{-webkit-transition:all 0.2s;-o-transition:all 0.2s;transition:all 0.2s}.uagb-ifb-icon-wrap .uagb-ifb-icon,.uagb-ifb-content{display:inline-block}.uagb-ifb-icon svg{width:inherit;height:inherit;vertical-align:middle}.infobox-icon-above-title .uagb-ifb-left-right-wrap{text-align:center}a.uagb-infobox-cta-link span{font-size:inherit}.uagb-ifb-cta.uagb-infobox-cta-link-style:empty{display:none}a.uagb-infobox-cta-link,.entry .entry-content a.uagb-infobox-cta-link,a.uagb-infobox-link-wrap,.entry .entry-content a.uagb-infobox-link-wrap{text-decoration:none}a.uagb-infobox-cta-link:hover,.entry .entry-content a.uagb-infobox-cta-link:hover,a.uagb-infobox-link-wrap:hover,.entry .entry-content a.uagb-infobox-link-wrap:hover .entry .entry-content a.uagb-infobox-cta-link:hover{color:inherit}.uagb-infobox-icon-left-title.uagb-infobox-image-valign-middle .uagb-ifb-title-wrap,.uagb-infobox-icon-right-title.uagb-infobox-image-valign-middle .uagb-ifb-title-wrap,.uagb-infobox-image-valign-middle .uagb-ifb-imgicon-wrap,.uagb-infobox-icon-left.uagb-infobox-image-valign-middle .uagb-ifb-content,.uagb-infobox-icon-right.uagb-infobox-image-valign-middle .uagb-ifb-content{-ms-flex-item-align:center;-webkit-align-self:center;align-self:center}.uagb-infobox-left{text-align:left;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;justify-content:flex-start}.uagb-infobox-center{text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center}.uagb-infobox-right{text-align:right;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;justify-content:flex-end}.uagb-ifb-left-right-wrap{width:100%;word-break:break-word}.uagb-infobox-icon-above-title .uagb-ifb-left-right-wrap,.uagb-infobox-icon-below-title .uagb-ifb-left-right-wrap{display:block;min-width:100%;width:100%}.uagb-infobox-icon-left-title .uagb-ifb-icon-wrap,.uagb-infobox-icon-left .uagb-ifb-icon-wrap{margin-right:10px}.uagb-infobox-icon-right-title .uagb-ifb-icon-wrap,.uagb-infobox-icon-right .uagb-ifb-icon-wrap{margin-left:10px}.uagb-infobox-icon-left .uagb-ifb-left-right-wrap,.uagb-infobox-icon-right .uagb-ifb-left-right-wrap,.uagb-infobox-icon-left-title .uagb-ifb-left-title-image,.uagb-infobox-icon-right-title .uagb-ifb-right-title-image{display:-webkit-box;display:-ms-flexbox;-js-display:flex;display:-webkit-flex;display:-moz-box;display:flex}.uagb-infobox-icon-right .uagb-ifb-left-right-wrap,.uagb-infobox-icon-right-title .uagb-ifb-right-title-image{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;justify-content:flex-end}.uagb-ifb-icon-wrap .uagb-ifb-icon span{font-style:initial;height:auto;width:auto}.uagb-ifb-imgicon-wrap .uagb-ifb-image-content{display:inline-block;line-height:0;position:relative;max-width:100%}.uagb-ifb-imgicon-wrap .uagb-ifb-image-content img{display:inline;height:auto !important;max-width:100%;width:auto;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-border-radius:inherit;border-radius:inherit}.uagb-ifb-imgicon-wrap .uagb-image-crop-circle img{-webkit-border-radius:100%;border-radius:100%}.uagb-ifb-imgicon-wrap .uagb-image-crop-square img{-webkit-border-radius:0;border-radius:0}.uagb-infobox-module-link{position:absolute;width:100%;height:100%;left:0;top:0;bottom:0;right:0;z-index:4}.uagb-edit-mode .uagb-infobox-module-link{z-index:2}.uagb-infobox-link-icon-after{margin-left:5px;margin-right:0}.uagb-infobox-link-icon-before{margin-left:0;margin-right:5px}.uagb-infobox-link-icon{-webkit-transition:all 200ms linear;transition:all 200ms linear}.uagb-infobox{position:relative}.uagb-ifb-separator{width:30%;border-top-width:2px;border-top-color:#333;border-top-style:solid;display:inline-block;margin:0}.uagb-ifb-separator-parent{line-height:0em;margin-left:0;margin-right:0;margin-bottom:10px}.uagb-ifb-cta-button{display:inline-block;line-height:1;background-color:#818a91;color:#fff;text-align:center}.uagb-ifb-button-wrapper .wp-block-button__link svg{fill:currentColor}.uagb-ifb-cta a{-webkit-box-shadow:none;box-shadow:none;text-decoration:none}.uagb-ifb-title-wrap{width:100%}.uagb-ifb-title-wrap .uagb-ifb-title,.uagb-ifb-title-wrap .uagb-ifb-title-prefix{padding:0;margin:0;display:block}.uagb-infobox__content-wrap.uagb-infobox{position:relative}.uagb-ifb-icon span{font-size:40px;height:40px;color:#333;width:40px}.uagb-ifb-icon svg{fill:#333}.uagb-ifb-content{width:100%}.uagb-infobox__content-wrap.uagb-infobox,.uagb-ifb-content,.uagb-ifb-title-wrap,.uagb-ifb-title-prefix *,svg.dashicon.dashicons-upload{z-index:1}.uagb-ifb-left-right-wrap{z-index:1}.uagb-infobox-cta-link{cursor:pointer}a.uagb-infobox-link-wrap{color:inherit}.uagb-ifb-content p:empty{display:none}.uagb-infobox .uagb-ifb-icon,.uagb-infobox .uagb-ifb-image-content img{display:inline-block;box-sizing:content-box}.uagb-ifb-align-icon-after{margin-left:5px}.uagb-ifb-align-icon-before{margin-right:5px}span.uagb-ifb-button-icon.uagb-ifb-align-icon-after{float:right}.uagb-ifb-button-icon{height:15px;width:15px;font-size:15px;vertical-align:middle}.uagb-ifb-text-icon{height:15px;width:15px;font-size:15px;line-height:15px;vertical-align:middle;display:inline-block}.uagb-ifb-button-icon svg,.uagb-ifb-text-icon svg{height:inherit;width:inherit;display:inline-block}.block-editor-page #wpwrap .uagb-infobox-cta-link svg,.uagb-infobox-cta-link svg{font-style:normal}.uagb-infobox__outer-wrap{position:relative}a.uagb-infbox__link-to-all{height:100%;width:100%;top:0;left:0;position:absolute;z-index:3;-webkit-box-shadow:none;box-shadow:none;text-decoration:none}@media only screen and (max-width: 976px){.uagb-infobox-stacked-tablet .uagb-ifb-left-right-wrap .uagb-ifb-imgicon-wrap{padding:0;margin-bottom:20px}.uagb-infobox-stacked-tablet.uagb-reverse-order-tablet .uagb-ifb-left-right-wrap{display:-webkit-inline-box;display:-ms-inline-flexbox;-js-display:inline-flex;display:-webkit-inline-flex;display:-moz-inline-box;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;-webkit-flex-direction:column-reverse;-moz-box-orient:vertical;-moz-box-direction:reverse;flex-direction:column-reverse}.uagb-infobox.uagb-infobox-stacked-tablet .uagb-ifb-left-right-wrap .uagb-ifb-content,.uagb-infobox.uagb-infobox-stacked-tablet .uagb-ifb-left-right-wrap .uagb-ifb-imgicon-wrap{display:block;width:100%;text-align:center}.uagb-infobox.uagb-infobox-stacked-tablet .uagb-ifb-left-right-wrap .uagb-ifb-imgicon-wrap{margin-left:0px;margin-right:0px}.uagb-infobox-stacked-tablet .uagb-ifb-left-right-wrap{display:inline-block}.uagb-infobox-icon-left-title.uagb-infobox-stacked-tablet .uagb-ifb-imgicon-wrap,.uagb-infobox-icon-left.uagb-infobox-stacked-tablet .uagb-ifb-imgicon-wrap{margin-right:0px}.uagb-infobox-icon-right-title.uagb-infobox-stacked-tablet .uagb-ifb-imgicon-wrap,.uagb-infobox-icon-right.uagb-infobox-stacked-tablet .uagb-ifb-imgicon-wrap{margin-left:0px}.uagb-infobox-icon-left-title .uagb-ifb-separator-parent{margin:10px 0}}@media screen and (max-width: 767px){.uagb-infobox-stacked-mobile .uagb-ifb-left-right-wrap .uagb-ifb-imgicon-wrap{padding:0;margin-bottom:20px}.uagb-infobox-stacked-mobile.uagb-reverse-order-mobile .uagb-ifb-left-right-wrap{display:-webkit-inline-box;display:-ms-inline-flexbox;-js-display:inline-flex;display:-webkit-inline-flex;display:-moz-inline-box;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;-webkit-flex-direction:column-reverse;-moz-box-orient:vertical;-moz-box-direction:reverse;flex-direction:column-reverse}.uagb-infobox.uagb-infobox-stacked-mobile .uagb-ifb-left-right-wrap .uagb-ifb-content,.uagb-infobox.uagb-infobox-stacked-mobile .uagb-ifb-left-right-wrap .uagb-ifb-imgicon-wrap{display:block;width:100%;text-align:center}.uagb-infobox.uagb-infobox-stacked-mobile .uagb-ifb-left-right-wrap .uagb-ifb-imgicon-wrap{margin-left:0px;margin-right:0px}.uagb-infobox-stacked-mobile .uagb-ifb-left-right-wrap{display:inline-block}.uagb-infobox-icon-left-title.uagb-infobox-stacked-mobile .uagb-ifb-imgicon-wrap,.uagb-infobox-icon-left.uagb-infobox-stacked-mobile .uagb-ifb-imgicon-wrap{margin-right:0px}.uagb-infobox-icon-right-title.uagb-infobox-stacked-mobile .uagb-ifb-imgicon-wrap,.uagb-infobox-icon-right.uagb-infobox-stacked-mobile .uagb-ifb-imgicon-wrap{margin-left:0px}.uagb-infobox-icon-left-title .uagb-ifb-separator-parent{margin:10px 0}}
|
18 |
-
.uagb-rest_menu__wrap{position:relative;padding-left:5px;padding-right:5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.uagb-rest_menu__wrap,.uagb-rest_menu__wrap *{-webkit-transition:all 0.2s;-o-transition:all 0.2s;transition:all 0.2s}.uagb-rm__image img,.slick-slide .uagb-rm__image img{display:inline-block;box-sizing:content-box}.uagb-rm__title,.uagb-rm__price{display:inline-block}.uagb-rm__desc{margin-bottom:15px;font-style:italic}.uagb-rm__content{overflow:hidden;text-align:left;word-break:break-word;padding:15px;border-radius:inherit;position:relative;padding:5px}.uagb-rm__image-position-left .uagb-rm__content,.uagb-rm__image-position-right .uagb-rm__content{display:-ms-flexbox;-js-display:flex;display:flex}.uagb-rm-details{display:table;width:100%}.uagb-rm__title-wrap,.uagb-rm__price-wrap{display:table-cell}.uagb-rm__title-wrap,.uagb-rm__image-position-left.uagb-rm__align-center .uagb-rm__price-wrap,.uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm__price-wrap{width:85%}.uagb-rm__price-wrap,.uagb-rm__image-position-left.uagb-rm__align-center .uagb-rm__price-wrap,.uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm__price-wrap{width:15%}.uagb-rm__title,.uagb-rm__price{display:block}.uagb-rm__align-center .uagb-rm-details,.uagb-rm__align-center .uagb-rm__title-wrap,.uagb-rm__align-center .uagb-rm__price-wrap{display:block;width:100%}.uagb-rm__image-aligned-middle .uagb-rm__image-content{-ms-flex-item-align:center;align-self:center}.uagb-rm__image{overflow:hidden}.uagb-rm__title{margin-bottom:5px;font-size:20px}.uagb-rm__price{font-style:italic;text-align:right}.uagb-rm__image-position-center.uagb-rm__align-center .uagb-rm-details,.uagb-rm__image-position-center.uagb-rm__align-center .uagb-rm__title-wrap,.uagb-rm__image-position-center.uagb-rm__align-center .uagb-rm__price-wrap{display:block;width:100%;text-align:center}.uagb-rm__align-center .uagb-rm__price{text-align:center}.uagb-rm__align-right .uagb-rm-details{display:flex;width:100%;flex-direction:row-reverse}.uagb-rm__align-right .uagb-rm__price{text-align:left}.uagb-rm__align-left .uagb-rm__price{text-align:right}.uagb-rm__image-position-left.uagb-rm__align-left .uagb-rm__price,.uagb-rm__image-position-left.uagb-rm__align-right .uagb-rm__price,.uagb-rm__image-position-left.uagb-rm__align-center .uagb-rm__price{text-align:right}.uagb-rm__image-position-left.uagb-rm__align-left .uagb-rm-details,.uagb-rm__image-position-left.uagb-rm__align-right .uagb-rm-details,.uagb-rm__image-position-left.uagb-rm__align-center .uagb-rm-details{display:flex;flex-direction:unset;text-align:left}.uagb-rm__image-position-left.uagb-rm__align-left .uagb-rm__title-wrap,.uagb-rm__image-position-left.uagb-rm__align-right .uagb-rm__title-wrap,.uagb-rm__image-position-left.uagb-rm__align-center .uagb-rm__title-wrap,.uagb-rm__image-position-left.uagb-rm__align-left .uagb-rm__image-content,.uagb-rm__image-position-left.uagb-rm__align-right .uagb-rm__image-content,.uagb-rm__image-position-left.uagb-rm__align-center .uagb-rm__image-content{text-align:left}.uagb-rm__image-position-right.uagb-rm__align-left .uagb-rm-details,.uagb-rm__image-position-right.uagb-rm__align-right .uagb-rm-details,.uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm-details{display:flex;flex-direction:row-reverse;text-align:right}.uagb-rm__image-position-right.uagb-rm__align-left .uagb-rm__price,.uagb-rm__image-position-right.uagb-rm__align-right .uagb-rm__price,.uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm__price{text-align:left}.uagb-rm__image-position-right.uagb-rm__align-left .uagb-rm__title-wrap,.uagb-rm__image-position-right.uagb-rm__align-right .uagb-rm__title-wrap,.uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm__title-wrap,.uagb-rm__image-position-right.uagb-rm__align-left .uagb-rm__image-content,.uagb-rm__image-position-right.uagb-rm__align-right .uagb-rm__image-content,.uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm__image-content{text-align:right}.uagb-rest_menu__outer-wrap{position:relative;display:flex;flex-direction:row;flex-wrap:wrap}.uagb-rm__overlay{height:100%;width:100%;top:0;left:0;position:absolute;background:transparent}.uagb-tm-parent{padding:30px}.uagb-rm__text-wrap{position:relative;display:block;width:100%}.uagb-rest_menu__wrap{position:relative}.uagb-rest_menu__outer-wrap:after{content:"";display:block;clear:both}.uagb-rest_menu__wrap.uagb-rm__desk-column-3{display:block;width:33%;width:calc(100% / 3);padding-left:10px;padding-right:10px}.uagb-rest_menu__wrap.uagb-rm__desk-column-2{display:block;width:49%;padding-left:10px;padding-right:10px}.uagb-rest_menu__wrap.uagb-rm__desk-column-1{display:block;width:100%;padding-left:10px;padding-right:10px}.uagb-rm__separator-parent{line-height:0em;margin-left:0;margin-right:0;margin-bottom:10px;-js-display:flex;display:-webkit-flex;display:-moz-flexbox;display:flex}.uagb-rm__separator{width:100%;border-top-width:1px;border-top-color:#b2b4b5;border-top-style:inherit}.uagb-rm__image-position-left .uagb-rm__image{margin-right:10px}.uagb-rm__image-position-right .uagb-rm__image{margin-left:10px}@media (max-width: 976px){.uagb-rm__image-position-left.uagb-rm-stacked-tablet .uagb-rm__content,.uagb-rm__image-position-right.uagb-rm-stacked-tablet .uagb-rm__content{display:block;-js-display:block;display:block}.uagb-rm__image-position-right.uagb-rm-stacked-tablet.uagb-rm-reverse-order-tablet .uagb-rm__content{display:-webkit-box;display:-ms-flexbox;-js-display:flex;display:-webkit-flex;display:-moz-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;-webkit-flex-direction:column-reverse;-moz-box-orient:vertical;-moz-box-direction:reverse;flex-direction:column-reverse}.uagb-rm__image-position-right.uagb-rm-stacked-tablet.uagb-rm__image-aligned-middle .uagb-rm__image-content{align-self:flex-end}.uagb-rm__image-position-left.uagb-rm-stacked-tablet.uagb-rm__image-aligned-middle .uagb-rm__image-content{align-self:flex-start}.uagb-rm__tablet-column-3.uagb-rest_menu__wrap{width:33%;padding-left:10px;padding-right:10px}.uagb-rm__tablet-column-2.uagb-rest_menu__wrap{width:50%;padding-left:10px;padding-right:10px}.uagb-rm__tablet-column-1.uagb-rest_menu__wrap{width:100%;padding-left:10px;padding-right:10px}}@media (max-width: 767px){.uagb-rm__image-position-left.uagb-rm-stacked-mobile .uagb-rm__content,.uagb-rm__image-position-right.uagb-rm-stacked-mobile .uagb-rm__content{display:block;-js-display:block;display:block}.uagb-rm__image-position-right.uagb-rm-stacked-mobile.uagb-rm-reverse-order-mobile .uagb-rm__content{display:-webkit-box;display:-ms-flexbox;-js-display:flex;display:-webkit-flex;display:-moz-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;-webkit-flex-direction:column-reverse;-moz-box-orient:vertical;-moz-box-direction:reverse;flex-direction:column-reverse}.uagb-rest_menu__wrap.uagb-rm__mobile-column-3{width:33%;padding-left:10px;padding-right:10px}.uagb-rest_menu__wrap.uagb-rm__mobile-column-2{width:50%;padding-left:10px;padding-right:10px}.uagb-rest_menu__wrap.uagb-rm__mobile-column-1{width:100%;padding-left:10px;padding-right:10px}.uagb-rm__image-position-right.uagb-rm-stacked-mobile.uagb-rm__image-aligned-middle .uagb-rm__image-content{align-self:flex-end}.uagb-rm__image-position-left.uagb-rm-stacked-mobile.uagb-rm__image-aligned-middle .uagb-rm__image-content{align-self:flex-start}}
|
19 |
-
.uagb-post-grid{margin:0;position:relative}.uagb-post-grid .uagb-post__load-more-wrap{width:100%}.uagb-post-grid .uagb-post__load-more-wrap .uagb-post-pagination-button{cursor:pointer}.uagb-post-grid .uagb-post__load-more-wrap a{color:inherit}.uagb-post-grid .is-grid article{float:left;display:inline-block}.uagb-post-grid .uagb-post__items{display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.uagb-post-grid .is-grid.uagb-post__equal-height .uagb-post__inner-wrap{height:100%}.uagb-post-grid .is-masonry .uagb-post__inner-wrap{height:auto}.uagb-post-grid .uagb-post__inner-wrap>p{display:none}.uagb-post-grid .uagb-post__author span,.uagb-post-grid .uagb-post__comment span,.uagb-post-grid .uagb-post__taxonomy span,.uagb-post-grid .uagb-post__date span{font-size:inherit;line-height:inherit;width:inherit;height:inherit;margin-right:4px}.uagb-post-grid .uagb-post__columns-8 article{width:12.5%}.uagb-post-grid .uagb-post__columns-7 article{width:14.28%}.uagb-post-grid .uagb-post__columns-6 article{width:16.66%}.uagb-post-grid .uagb-post__columns-5 article{width:20%}.uagb-post-grid .uagb-post__columns-4 article{width:25%}.uagb-post-grid .uagb-post__columns-3 article{width:33.2%}.uagb-post-grid .uagb-post__columns-2 article{width:50%}.uagb-post-grid .uagb-post__columns-1 article{width:100%}@media only screen and (max-width: 600px){.uagb-post-grid div[class*="columns"].is-grid{grid-template-columns:1fr}}.uagb-post-grid .uagb-post__image img{display:block;width:100%}.uagb-post-grid .uagb-post__image{margin-bottom:15px}.uagb-post-grid .uagb-post__title{margin-top:0;margin-bottom:15px;word-break:break-word}.uagb-post-grid .uagb-post__title a{color:inherit;box-shadow:none;transition:.3s ease;text-decoration:none}.uagb-post-grid .uagb-post__title a:hover{text-decoration:none}.uagb-post-grid .uagb-post__title a:focus{text-decoration:none}.uagb-post-grid .uagb-post__title a:active{text-decoration:none}.uagb-post-grid .uagb-post-grid-byline{text-transform:uppercase;font-size:11px;letter-spacing:1px;margin-bottom:15px}.uagb-post-grid .uagb-post-grid-byline>*{margin-right:10px}.uagb-post-grid .uagb-post-grid-byline a,.uagb-post-grid .uagb-post-grid-byline a:focus,.uagb-post-grid .uagb-post-grid-byline a:active{color:inherit;font-size:inherit}.uagb-post-grid .uagb-post__title a,.uagb-post-grid .uagb-post__title a:focus,.uagb-post-grid .uagb-post__title a:active{color:inherit;font-size:inherit}.uagb-post-grid .uagb-post__author,.uagb-post-grid .uagb-post__date{display:inline-block;word-break:break-all}.uagb-post-grid .uagb-post__author:not(:last-child):after,.uagb-post-grid .uagb-post__date:not(:last-child):after{content:"\B7";vertical-align:middle;margin:0 5px;line-height:1}.uagb-post-grid .uagb-post__comment,.uagb-post-grid .uagb-post__taxonomy{display:inline-block}.uagb-post-grid .uagb-post__author a{box-shadow:none}.uagb-post-grid .uagb-post__author a:hover{color:inherit;box-shadow:0 -1px 0 inset}.uagb-post-grid .uagb-post__excerpt{margin-bottom:25px;word-break:break-word}.uagb-post-grid .uagb-post__inner-wrap p{margin:0 0 15px 0}.uagb-post-grid .uagb-post__inner-wrap p:last-of-type{margin-bottom:0}.uagb-post-grid .uagb-post__cta{border:none;display:inline-block}.uagb-post-grid .uagb-post__link{display:inline-block;box-shadow:none;transition:.3s ease;font-weight:bold;color:inherit;text-decoration:none;padding:5px 10px}.uagb-post-grid .uagb-post__excerpt div+p{margin-top:15px}.uagb-post-grid .uagb-post__excerpt p{color:inherit}.uagb-post-grid .uagb-post__link-complete-box{position:absolute;top:0;left:0;width:100%;height:100%;z-index:11}.uagb-post__image-position-background .uagb-post__text{opacity:1;position:relative;z-index:10;overflow:hidden;width:100%}.uagb-post__image-position-background .uagb-post__inner-wrap{position:relative;width:100%}.uagb-post__image-position-background .uagb-post__image img{position:absolute;width:auto;height:auto;min-width:100%;max-width:none;left:50%;top:50%;transform:translate(-50%, -50%);min-height:100%}.uagb-post__image-position-background .uagb-post__image{background-size:cover;background-repeat:no-repeat;background-position:center;overflow:hidden;text-align:center;position:relative}.uagb-post__image-position-background .uagb-post__image{position:absolute;left:0;top:0;width:100%;height:100%;z-index:2}.uagb-post__image-position-background .uagb-post__image::before{content:'';position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;background-color:rgba(255,255,255,0.5)}.uagb-post-grid[data-equal-height="yes"] .uagb-post__inner-wrap{display:inline-block;height:100%}.uagb-post__arrow-outside.uagb-post-grid .slick-prev{left:-45px;z-index:1}[dir="rtl"] .uagb-post__arrow-outside.uagb-post-grid .slick-prev{left:auto;right:-45px}.uagb-post__arrow-outside.uagb-post-grid .slick-next{right:-45px}[dir="rtl"] .uagb-post__arrow-outside.uagb-post-grid .slick-next{left:-45px;right:auto}.uagb-post__arrow-inside.uagb-post-grid .slick-prev{left:25px;z-index:1}[dir="rtl"] .uagb-post__arrow-inside.uagb-post-grid .slick-prev{left:auto;right:25px}.uagb-post__arrow-inside.uagb-post-grid .slick-next{right:25px}[dir="rtl"] .uagb-post__arrow-inside.uagb-post-grid .slick-next{left:25px;right:auto}.uagb-post-grid .is-grid article,.uagb-post-grid .is-masonry article,.uagb-post-grid .is-carousel article{box-sizing:border-box}@media (max-width: 976px){.uagb-post__arrow-outside.uagb-post-grid .slick-prev{left:15px;z-index:1}[dir="rtl"] .uagb-post__arrow-outside.uagb-post-grid .slick-prev{left:auto;right:15px}.uagb-post__arrow-outside.uagb-post-grid .slick-next{right:15px}[dir="rtl"] .uagb-post__arrow-outside.uagb-post-grid .slick-next{left:15px;right:auto}.uagb-post-grid .uagb-post__columns-tablet-1 article{width:100%}.uagb-post-grid .uagb-post__columns-tablet-2 article{width:50%}.uagb-post-grid .uagb-post__columns-tablet-3 article{width:33.2%}.uagb-post-grid .uagb-post__columns-tablet-4 article{width:25%}.uagb-post-grid .uagb-post__columns-tablet-5 article{width:20%}.uagb-post-grid .uagb-post__columns-tablet-6 article{width:16.66%}.uagb-post-grid .uagb-post__columns-tablet-7 article{width:14.28%}.uagb-post-grid .uagb-post__columns-tablet-8 article{width:12.5%}}@media (max-width: 767px){.uagb-post-grid .uagb-post__columns-mobile-1 article{width:100%}.uagb-post-grid .uagb-post__columns-mobile-2 article{width:50%}.uagb-post-grid .uagb-post__columns-mobile-3 article{width:33.2%}.uagb-post-grid .uagb-post__columns-mobile-4 article{width:25%}.uagb-post-grid .uagb-post__columns-mobile-5 article{width:20%}.uagb-post-grid .uagb-post__columns-mobile-6 article{width:16.66%}.uagb-post-grid .uagb-post__columns-tablet-7 article{width:14.28%}.uagb-post-grid .uagb-post__columns-tablet-8 article{width:12.5%}}.entry .entry-content .uagb-post-grid a{text-decoration:none}.uagb-post-pagination-wrap a.page-numbers,.uagb-post-pagination-wrap span.page-numbers.current{padding:5px 10px;margin:0;display:inline-block}.uagb-post-grid .uagb-post-inf-loader{margin:0 auto;min-height:58px;line-height:58px;width:160px;text-align:center}.uagb-post-grid .uagb-post-inf-loader div{width:18px;height:18px;background-color:#0085ba;-webkit-border-radius:100%;border-radius:100%;display:inline-block;-webkit-animation:sk-bouncedelay 1.4s infinite ease-in-out both;animation:sk-bouncedelay 1.4s infinite ease-in-out both}.uagb-post-grid .uagb-post-inf-loader .uagb-post-loader-1{-webkit-animation-delay:-0.32s;animation-delay:-0.32s}.uagb-post-grid .uagb-post-inf-loader .uagb-post-loader-2{-webkit-animation-delay:-0.16s;animation-delay:-0.16s}@-webkit-keyframes sk-bouncedelay{0%,80%,100%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-bouncedelay{0%,80%,100%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}
|
20 |
.uagb_review_block{padding:25px 40px 35px 40px;margin:30px auto}.uagb_review_block a.uagb-rating-link-wrapper{color:inherit}.uagb_review_block .uagb-rating__source-wrap{padding-top:10px;padding-bottom:10px}.uagb_review_block .uagb_review_entry{display:flex;padding:10px 0 10px 0;border-bottom:1px solid #e9e9e9}.uagb_review_block .uagb_review_summary_title{margin:23px 0 13px 0;font-size:24px;font-weight:600}.uagb_review_block .uagb_review_summary .uagb_review_overall_value{flex-basis:75%}.uagb_review_block .uagb_review_average{display:inline-flex}.uagb_review_block .uagb_review_rating{text-align:right;font-size:40px}.uagb_review_block .uagb_review_average_stars{display:flex;grid-area:auto;justify-self:self-end;height:50px;line-height:60px;margin-left:10px;margin-top:25px}
|
21 |
-
.uagb-
|
22 |
-
.uagb-gf-styler__check-style-enabled .gform_wrapper .chosen-container-multi .chosen-choices,.uagb-gf-styler__check-style-enabled .gform_wrapper .chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0;height:auto;border:1px solid #AAA;-webkit-border-radius:0;border-radius:0;background:#FFF;-webkit-box-shadow:none;box-shadow:none;color:#444;text-decoration:none;white-space:nowrap}.uagb-gf-styler__gform-heading-none .gform_wrapper .gform_heading,.uagb-gf-styler__gform-heading-no .gform_wrapper .gform_heading,.uagb-gf-styler__gform-heading-yes .gform_wrapper .gform_heading.custom_gform_heading{display:none}.uagb-gf-styler__gform-heading-no .gform_wrapper .gform_heading.custom_gform_heading,.uagb-gf-styler__gform-heading-yes .gform_wrapper .gform_heading{display:block}.uagb-gf-styler__check-style-enabled .gform_wrapper .chosen-container-single .chosen-single span{line-height:1}.uagb-gf-styler__check-style-enabled .gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single{background:#FFF}.uagb-gf-styler__check-style-enabled .gform_page .gform_page_footer input[type=button],.uagb-gf-styler__check-style-enabled .gform_page .gform_page_footer input[type=submit]{display:inline-block}.uagb-gf-styler__check-style-enabled .gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title,.uagb-gf-styler__check-style-enabled .gform_wrapper .gf_progressbar_wrapper .gf_progressbar_title{opacity:1}.uagb-gf-styler__check-style-enabled .uag-gf-select-custom{position:relative}.uagb-gf-styler__check-style-enabled .uag-gf-select-custom:after{content:"\f078";font-family:'FontAwesome' !important;font-size:0.7em;line-height:1;position:absolute;top:45%;-webkit-transform:translateY(-45%);-ms-transform:translateY(-45%);transform:translateY(-45%);right:0.5em;pointer-events:none;z-index:5}.uagb-gf-styler__check-style-enabled span.name_prefix_select .uag-gf-select-custom{display:inline;vertical-align:middle}.uagb-gf-styler__check-style-enabled .gfield_radio input[type="radio"]:checked+label:before{box-shadow:inset 0px 0px 0px 4px #fafafa}.uagb-gf-styler__check-style-enabled .gfield_checkbox input[type="checkbox"]+label:before,.uagb-gf-styler__check-style-enabled .gfield_radio input[type="radio"]+label:before,.uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]+label:before{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]:checked+label:before{font-weight:700}.uagb-gf-styler__check-style-enabled select,.uagb-gf-styler__check-style-enabled .chosen-single{-webkit-appearance:none;-moz-appearance:none;appearance:none}.uagb-gf-styler__check-style-enabled .gform_wrapper div.validation_error{border-top:none;border-bottom:none}.uagb-gf-styler__check-style-enabled .gform_wrapper .gfield_radio li label{margin:0 0 0 0}.uagb-gf-styler__check-style-enabled .gform_wrapper .gform_body{width:100% !important}.uagb-gf-styler__check-style-enabled .gform_wrapper input[type="checkbox"]:checked+label:before,.uagb-gf-styler__check-style-enabled .gform_wrapper input[type="radio"]:checked+label:before,.uagb-gf-styler__check-style-enabled .gform_wrapper input[type="checkbox"]+label:before,.uagb-gf-styler__check-style-enabled .gform_wrapper input[type="radio"]+label:before{-webkit-box-sizing:content-box !important;-moz-box-sizing:content-box !important;box-sizing:content-box !important}.uagb-gf-styler__check-style-enabled .gform_wrapper .gsection{margin-right:0}.uag-gf-btn-size-xs .uagb-gf-styler__check-style-enabled input[type=submit],.uag-gf-btn-size-xs .uagb-gf-styler__check-style-enabled input[type=button]{font-size:13px;padding:10px 20px;-webkit-border-radius:2px;border-radius:2px}.uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .gform_body input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),.uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .ginput_container textarea,.uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .ginput_container .chosen-single,.uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .ginput_container .chosen-choices{font-size:13px;padding:8px 10px}.uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .ginput_container select{font-size:13px;padding:6px 10px}.ginput_container select{height:100%;line-height:inherit}.uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .uag-gf-select-custom{font-size:13px}.uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type="checkbox"]+label:before,.uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .gfield_radio input[type="radio"]+label:before,.uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]+label:before{height:10px;width:10px}.uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type="checkbox"]:checked+label:before,.uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]+label:before{font-size:-webkit-calc( 10px / 1.2);font-size:calc( 10px / 1.2)}.uag-gf-btn-size-sm .uagb-gf-styler__check-style-enabled input[type=submit],.uag-gf-btn-size-sm .uagb-gf-styler__check-style-enabled input[type=button]{font-size:15px;padding:12px 24px;-webkit-border-radius:3px;border-radius:3px}.uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .gform_body input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),.uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .ginput_container textarea,.uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .ginput_container .chosen-single,.uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .ginput_container .chosen-choices{font-size:15px;padding:12px 10px}.uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .ginput_container select{font-size:15px;padding:10px 10px}.uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .uag-gf-select-custom{font-size:15px}.uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type="checkbox"]+label:before,.uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .gfield_radio input[type="radio"]+label:before,.uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]+label:before{height:12px;width:12px}.uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type="checkbox"]:checked+label:before,.uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]+label:before{font-size:-webkit-calc( 12px / 1.2);font-size:calc( 12px / 1.2)}.uag-gf-btn-size-md .uagb-gf-styler__check-style-enabled input[type=submit],.uag-gf-btn-size-md .uagb-gf-styler__check-style-enabled input[type=button]{font-size:16px;padding:15px 30px;-webkit-border-radius:4px;border-radius:4px}.uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .gform_body input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),.uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .ginput_container textarea,.uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .ginput_container .chosen-single,.uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .ginput_container .chosen-choices{font-size:16px;padding:15px 10px}.uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .ginput_container select{font-size:16px;padding:13px 10px}.uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .uag-gf-select-custom{font-size:16px}.uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type="checkbox"]+label:before,.uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .gfield_radio input[type="radio"]+label:before,.uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]+label:before{height:15px;width:15px}.uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type="checkbox"]:checked+label:before,.uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]+label:before{font-size:-webkit-calc( 15px / 1.2);font-size:calc( 15px / 1.2)}.uag-gf-btn-size-lg .uagb-gf-styler__check-style-enabled input[type=submit],.uag-gf-btn-size-lg .uagb-gf-styler__check-style-enabled input[type=button]{font-size:18px;padding:20px 40px;-webkit-border-radius:5px;border-radius:5px}.uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .gform_body input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),.uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .ginput_container textarea,.uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .ginput_container .chosen-single,.uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .ginput_container .chosen-choices{font-size:18px;padding:20px 10px}.uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .ginput_container select{font-size:18px;padding:18px 10px}.uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .uag-gf-select-custom{font-size:18px}.uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type="checkbox"]+label:before,.uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .gfield_radio input[type="radio"]+label:before,.uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]+label:before{height:20px;width:20px}.uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type="checkbox"]:checked+label:before,.uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]+label:before{font-size:-webkit-calc( 20px / 1.2);font-size:calc( 20px / 1.2)}.uag-gf-btn-size-xl .uagb-gf-styler__check-style-enabled input[type=submit],.uag-gf-btn-size-xl .uagb-gf-styler__check-style-enabled input[type=button]{font-size:20px;padding:25px 50px;-webkit-border-radius:6px;border-radius:6px}.uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .gform_body input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),.uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .ginput_container textarea,.uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .ginput_container .chosen-single,.uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .ginput_container .chosen-choices{font-size:20px;padding:25px 10px}.uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .ginput_container select{font-size:20px;padding:23px 10px}.uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .uag-gf-select-custom{font-size:20px}.uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type="checkbox"]+label:before,.uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .gfield_radio input[type="radio"]+label:before,.uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]+label:before{height:25px;width:25px}.uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type="checkbox"]:checked+label:before,.uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]:checked+label:before{font-size:-webkit-calc( 25px / 1.2);font-size:calc( 25px / 1.2)}.uagb-gf-styler__btn-align-right .gform_next_button,.uagb-gf-styler__btn-align-right .gform_previous_button{margin-right:5px !important}.uagb-gf-styler__check-style-enabled .gform_wrapper .gform_footer:not(.top_label){padding:0 0 0 0;margin-right:0;margin-left:0;width:100%}.uagb-gf-styler__check-style-enabled .gform_wrapper .gform_page_footer.left_label,.uagb-gf-styler__check-style-enabled .gform_wrapper .gform_page_footer.right_label{padding:0 0 0 0}.uagb-gf-styler__check-style-enabled .gfield_radio input[type="radio"]+label:before{-webkit-border-radius:100%;border-radius:100%}.uagb-gf-styler__check-style-enabled .gform_wrapper .top_label .gfield_error{width:100% !important}.uagb-gf-styler__check-style-enabled .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half){max-width:100% !important}.uagb-gf-styler__btn-align-center .gform_wrapper .gform_footer input[type=submit],.uagb-gf-styler__btn-align-center .gform_page .gform_page_footer input[type=button],.uagb-gf-styler__btn-align-center .gform_page .gform_page_footer input[type=submit],.uagb-gf-styler__btn-align-left .gform_wrapper .gform_footer input[type=submit],.uagb-gf-styler__btn-align-left .gform_page .gform_page_footer input[type=button],.uagb-gf-styler__btn-align-left .gform_page .gform_page_footer input[type=submit],.uagb-gf-styler__btn-align-right .gform_wrapper .gform_footer input[type=submit],.uagb-gf-styler__btn-align-right .gform_page .gform_page_footer input[type=button],.uagb-gf-styler__btn-align-right .gform_page .gform_page_footer input[type=submit],.uagb-gf-styler__btn-align-justify .gform_wrapper .gform_footer input[type=submit],.uagb-gf-styler__btn-align-justify .gform_page .gform_page_footer input[type=button],.uagb-gf-styler__btn-align-justify .gform_page .gform_page_footer input[type=submit]{display:-webkit-box;display:-ms-flexbox;-js-display:flex;display:-webkit-flex;display:-moz-box;display:flex;width:auto}.uagb-gf-styler__btn-align-center .gform_wrapper .gform_footer input[type=submit],.uagb-gf-styler__btn-align-center .gform_page .gform_page_footer input[type=button],.uagb-gf-styler__btn-align-center .gform_page .gform_page_footer input[type=submit],html[dir=rtl] .uagb-gf-styler__btn-align-center .gform_wrapper .gform_footer input[type=submit],html[dir=rtl] .uagb-gf-styler__btn-align-center .gform_page .gform_page_footer input[type=button],html[dir=rtl] .uagb-gf-styler__btn-align-center .gform_page .gform_page_footer input[type=submit]{margin-left:auto;margin-right:auto}.uagb-gf-styler__btn-align-center .gform_page .gform_page_footer{text-align:center}.uagb-gf-styler__btn-align-right .gform_page .gform_page_footer{text-align:right}.uagb-gf-styler__btn-align-left .gform_wrapper .gform_footer input[type=submit],.uagb-gf-styler__btn-align-left .gform_page .gform_page_footer input[type=button],.uagb-gf-styler__btn-align-left .gform_page .gform_page_footer input[type=submit],html[dir=rtl] .uagb-gf-styler__btn-align-right .gform_wrapper .gform_footer input[type=submit],html[dir=rtl] .uagb-gf-styler__btn-align-right .gform_page .gform_page_footer input[type=button],html[dir=rtl] .uagb-gf-styler__btn-align-right .gform_page .gform_page_footer input[type=submit]{margin-left:0;margin-right:auto}.uagb-gf-styler__btn-align-right .gform_wrapper .gform_footer input[type=submit],.uagb-gf-styler__btn-align-right .gform_page .gform_page_footer input[type=button],.uagb-gf-styler__btn-align-right .gform_page .gform_page_footer input[type=submit],html[dir=rtl] .uagb-gf-styler__btn-align-left .gform_wrapper .gform_footer input[type=submit],html[dir=rtl] .uagb-gf-styler__btn-align-left .gform_page .gform_page_footer input[type=button],html[dir=rtl] .uagb-gf-styler__btn-align-left .gform_page .gform_page_footer input[type=submit]{margin-left:auto;margin-right:0}.uagb-gf-styler__btn-align-justify .gform_wrapper .gform_footer input[type=submit],.uagb-gf-styler__btn-align-justify .gform_page .gform_page_footer input[type=button],.uagb-gf-styler__btn-align-justify .gform_page .gform_page_footer input[type=submit]{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;width:100%}.uagb-gf-styler__check-style-enabled .gform_body .ginput_container_checkbox .gfield_checkbox input[type='checkbox'],.uagb-gf-styler__check-style-enabled .gform_body .ginput_container_radio .gfield_radio input[type='radio'],.uagb-gf-styler__check-style-enabled .gform_body .ginput_container_consent input[type='checkbox']{display:none}.uagb-gf-styler__check-style-enabled .gform_body .ginput_container_checkbox .gfield_checkbox input[type='checkbox']+label:before,.uagb-gf-styler__check-style-enabled .gform_body .ginput_container_radio .gfield_radio input[type='radio']+label:before,.uagb-gf-styler__check-style-enabled .gform_body .ginput_container_consent input[type='checkbox']+label:before{content:'';display:inline-block;vertical-align:middle;margin-right:10px;text-align:center}.uagb-gf-styler__check-style-enabled .gform_body .ginput_container_checkbox .gfield_checkbox input[type='checkbox']:checked+label:before,.uagb-gf-styler__check-style-enabled .gform_body .ginput_container_consent input[type='checkbox']:checked+label:before{content:"\2714";line-height:1.2}.uagb-gf-styler__check-style-enabled .gform_wrapper ul.gform_fields li.gfield:not(.gf_left_half):not(.gf_left_third):not(.gf_middle_third){padding-right:0}.uagb-gf-styler__btn-align-width-full_width .gform_footer input[type=submit]{display:block;text-align:center;width:100%}.uagb-gf-styler__check-style-enabled .gform_body ul{margin-left:0;list-style:none}.uagb-gf-styler__check-style-enabled .gform_wrapper .gfield .ginput_container select,.uagb-gf-styler__check-style-enabled .gform_wrapper .gfield .ginput_container .chosen-single,.uagb-gf-styler__check-style-enabled .gform_wrapper .gfield .ginput_container .chosen-choices,.uagb-gf-styler__check-style-enabled .gform_wrapper .chosen-choices li.search-field input[type="text"],.uagb-gf-styler__check-style-enabled .gform_wrapper .chosen-choices li.search-field input.default{height:auto}.elementor-widget-uag-gf-styler .uagb-gf-styler__check-style-enabled .gform_wrapper .chosen-choices li.search-field input[type="text"]{padding:0px 0px 0px 0px}.uagb-gf-styler__check-style-enabled .gform_page .gform_page_footer input[type=button]{margin-bottom:20px}.uagb-gf-styler__check-style-enabled .gform_wrapper .chosen-container-single .chosen-single div{display:none}.uagb-gf-styler__hide-label .gform_wrapper .gform_fields .gfield_label,.uagb-gf-styler__hide-label .gform_wrapper .gform_fields .gfield_required{display:none}.wp-block-uagb-gf-styler .gform_wrapper .chosen-container-single .chosen-single span{margin-bottom:0;width:100%}.wp-block-uagb-gf-styler .gform_wrapper .chosen-container-single .chosen-single{border:none}.wp-block-uagb-gf-styler .gform_wrapper .chosen-container-single.chosen-container-active .chosen-single{border:none}@media only screen and (max-width: 976px){.uagb-gf-styler__btn-align-center .gform_page .gform_page_footer{text-align:center}.uagb-gf-styler__btn-align-right .gform_page .gform_page_footer{text-align:right}.uag-tablet-gf-button-center .gform_wrapper .gform_footer input[type=submit],.uag-tablet-gf-button-center .gform_page .gform_page_footer input[type="button"],.uag-tablet-gf-button-center .gform_page .gform_page_footer input[type=submit]{margin-left:auto;margin-right:auto;width:auto}.uag-tablet-gf-button-left .gform_wrapper .gform_footer input[type=submit],.uag-tablet-gf-button-left .gform_page .gform_page_footer input[type=button],.uag-tablet-gf-button-left .gform_page .gform_page_footer input[type=submit]{margin-left:0;margin-right:auto;width:auto}.uag-tablet-gf-button-right .gform_wrapper .gform_footer input[type=submit],.uag-tablet-gf-button-right .gform_page .gform_page_footer input[type=button],.uag-tablet-gf-button-right .gform_page .gform_page_footer input[type=submit]{margin-left:auto;margin-right:0;width:auto}.uag-tablet-gf-button-justify .gform_wrapper .gform_footer input[type=submit],.uag-tablet-gf-button-justify .gform_page .gform_page_footer input[type=button],.uag-tablet-gf-button-justify .gform_page .gform_page_footer input[type=submit]{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;width:100%}}@media only screen and (max-width: 767px){.uagb-gf-styler__btn-align-center .gform_page .gform_page_footer{text-align:center}.uagb-gf-styler__btn-align-right .gform_page .gform_page_footer{text-align:right}.uag-mobile-gf-button-center .gform_wrapper .gform_footer input[type=submit],.uag-mobile-gf-button-center .gform_page .gform_page_footer input[type=button],.uag-mobile-gf-button-center .gform_page .gform_page_footer input[type=submit]{margin-left:auto;margin-right:auto;width:auto}.uag-mobile-gf-button-left .gform_wrapper .gform_footer input[type=submit],.uag-mobile-gf-button-left .gform_page .gform_page_footer input[type=button],.uag-mobile-gf-button-left .gform_page .gform_page_footer input[type=submit]{margin-left:0;margin-right:auto;width:auto}.uag-mobile-gf-button-right .gform_wrapper .gform_footer input[type=submit],.uag-mobile-gf-button-right .gform_page .gform_page_footer input[type=button],.uag-mobile-gf-button-right .gform_page .gform_page_footer input[type=submit]{margin-left:auto;margin-right:0;width:auto}.uag-mobile-gf-button-justify .gform_wrapper .gform_footer input[type=submit],.uag-mobile-gf-button-justify .gform_page .gform_page_footer input[type=button],.uag-mobile-gf-button-justify .gform_page .gform_page_footer input[type=submit]{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;width:100%}}
|
23 |
.wp-block-uagb-social-share .uagb-social-share__wrap .uagb-social-share__wrapper{text-decoration:none}.uagb-social-share__wrap .uagb-social-share__wrapper{box-shadow:none}.uagb-social-share__outer-wrap:not(.uagb-social-share__no-label) .uagb-social-share__source-wrap{margin-right:15px}.uagb-social-share__outer-wrap.uagb-social-share__icon-at-top .uagb-social-share__source-wrap{-ms-flex-item-align:flex-start;align-self:flex-start;margin-top:5px}
|
24 |
.uagb-social-share__outer-wrap .uagb-social-share__wrap{display:flex;align-items:center;justify-content:center}.uagb-social-share__outer-wrap a.uagb-button__link:focus{box-shadow:none}.uagb-social-share__outer-wrap .uagb-ss__wrapper{padding:0;margin-left:5px;margin-right:5px;transition:all 0.2s;display:inline-flex;text-align:center}.uagb-social-share__outer-wrap .uagb-ss__source-wrap{display:inline-block}.uagb-social-share__outer-wrap .uagb-ss__link{color:#3a3a3a;display:inline-table;line-height:0;cursor:pointer}.uagb-social-share__outer-wrap .uagb-ss__source-icon{font-size:40px;width:40px;height:40px}.uagb-social-share__outer-wrap .uagb-ss__source-image{width:40px}.uagb-social-share__outer-wrap .uagb-ss__wrapper:first-child{margin-left:0}.uagb-social-share__outer-wrap .uagb-ss__wrapper:last-child{margin-right:0}.uagb-social-share__layout-vertical .uagb-social-share__wrap{flex-direction:column}@media (max-width: 976px){.uagb-social-share__layout-horizontal .uagb-ss__wrapper{margin-left:0;margin-right:0}}
|
25 |
.wp-block-uagb-table-of-contents .uagb-toc__wrap{display:inline-block}.wp-block-uagb-table-of-contents ul.uagb-toc__list{margin-left:1.2em;padding-left:0px;margin-bottom:0}.wp-block-uagb-table-of-contents ul.uagb-toc__list li{margin:0}.wp-block-uagb-table-of-contents .uagb-toc__list-wrap ul li a{color:inherit;line-height:inherit;font-size:inherit}.wp-block-uagb-table-of-contents.uagb-toc__align-left{text-align:left}.wp-block-uagb-table-of-contents.uagb-toc__align-center{text-align:center}.wp-block-uagb-table-of-contents.uagb-toc__align-right{text-align:right}.wp-block-uagb-table-of-contents ul li:empty{display:none}.wp-block-uagb-table-of-contents .uagb-toc__title-wrap{display:flex;align-items:center}.wp-block-uagb-table-of-contents .uagb-toc__is-collapsible.uagb-toc__title-wrap{cursor:pointer}.wp-block-uagb-table-of-contents .uag-toc__collapsible-wrap svg{width:20px;height:20px}.wp-block-uagb-table-of-contents .uag-toc__collapsible-wrap{margin-left:10px;display:flex;cursor:pointer}.wp-block-uagb-table-of-contents.uagb-toc__collapse .uagb-toc__list-wrap{display:none}.uagb-toc__list .uagb-toc__list{list-style-type:circle}.uagb-toc__scroll-top.dashicons{display:none;position:fixed;bottom:50px;right:50px;padding:10px;background:#ccd0d4;cursor:pointer}.uagb-toc__scroll-top.uagb-toc__show-scroll{display:inline-table}
|
|
|
|
|
26 |
.uagb-tax-not-available{border:1px solid;padding:10px;text-align:center}.uagb-layout-list .uagb-list-wrap{margin-left:10px}.uagb-taxonomy__outer-wrap{margin-bottom:20px}ul.uagb-taxonomy-list-children{margin-bottom:0}
|
27 |
-
.uagb-team__outer-wrap .uagb-team__prefix{font-size:15px;font-style:italic;color:#888}.uagb-team__outer-wrap .uagb-team__image-wrap img{display:inline;height:auto !important;max-width:100%;width:inherit;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-border-radius:inherit;border-radius:inherit}.uagb-team__outer-wrap .uagb-team__image-wrap.uagb-team__image-crop-circle img{-webkit-border-radius:100%;border-radius:100%}.uagb-team__outer-wrap .uagb-team__image-wrap.uagb-team__image-crop-square img{-webkit-border-radius:0;border-radius:0}.uagb-team__outer-wrap .uagb-team__social-icon-wrap ul{list-style:none;display:flex}.uagb-team__outer-wrap .uagb-team__social-icon a span,.uagb-team__outer-wrap .uagb-team__social-icon a span:before{color:inherit;font-size:inherit;height:inherit;width:inherit}.uagb-team__outer-wrap .uagb-team__social-icon a{font-size:20px;width:20px;height:20px;color:#333;display:block}.uagb-team__outer-wrap .uagb-team__social-icon{margin-right:20px;margin-left:0}.uagb-team__outer-wrap .uagb-team__social-list{margin:0;padding:0}.uagb-team__image-position-above.uagb-team__align-center{text-align:center}.uagb-team__image-position-above.uagb-team__align-left{text-align:left}.uagb-team__image-position-above.uagb-team__align-right{text-align:right}.uagb-team__image-position-left .uagb-team__wrap,.uagb-team__image-position-right .uagb-team__wrap{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.uagb-team__image-position-left .uagb-team__content{text-align:left}.uagb-team__image-position-right .uagb-team__content{text-align:right}.uagb-team__image-position-left .uagb-team__social-icon-wrap ul{justify-content:flex-start;margin:0;padding:0}.uagb-team__image-position-right .uagb-team__social-icon-wrap ul{justify-content:flex-end;margin:0;padding:0}.uagb-team__image-position-left li{margin-right:5px}.uagb-team__image-position-right li{margin-left:5px}.uagb-team__image-position-above .uagb-team__social-icon-wrap{display:inline-block}.uagb-team__image-position-above.uagb-team__align-center .uagb-team__content{text-align:center}.uagb-team__image-position-above.uagb-team__align-left .uagb-team__content{text-align:left}.uagb-team__image-position-above.uagb-team__align-right .uagb-team__content{text-align:right}@media only screen and (max-width: 976px){.uagb-team__stack-tablet,.uagb-team__stack-tablet .uagb-team__content{text-align:center}.uagb-team__stack-tablet .uagb-team__wrap{display:inline-block}.uagb-team__stack-tablet .uagb-team__image-wrap{margin-left:auto !important;margin-right:auto !important}.uagb-team__stack-tablet .uagb-team__social-icon-wrap ul{justify-content:center}}@media screen and (max-width: 767px){.uagb-team__stack-mobile,.uagb-team__stack-mobile .uagb-team__content{text-align:center}.uagb-team__stack-mobile .uagb-team__wrap{display:inline-block}.uagb-team__stack-mobile .uagb-team__image-wrap{margin-left:auto !important;margin-right:auto !important}.uagb-team__stack-mobile .uagb-team__social-icon-wrap ul{justify-content:center}}
|
28 |
.wp-block-uagb-wp-search.uagb-wp-search__outer-wrap{min-height:20px;width:100%}.wp-block-uagb-wp-search.uagb-wp-search__outer-wrap.uagb-layout-input-button .uagb-search-submit{color:#fff;border:none;border-radius:0}.wp-block-uagb-wp-search.uagb-wp-search__outer-wrap.uagb-layout-input-button svg{fill:currentColor}.wp-block-uagb-wp-search.uagb-wp-search__outer-wrap.uagb-layout-input .uagb-wp-search-icon-wrap{display:flex;align-items:center}.wp-block-uagb-wp-search.uagb-wp-search__outer-wrap.uagb-layout-input svg{fill:currentColor;opacity:0.6}.wp-block-uagb-wp-search.uagb-wp-search__outer-wrap .uagb-search-wrapper .uagb-search-form__container{display:flex;overflow:hidden}.wp-block-uagb-wp-search.uagb-wp-search__outer-wrap .uagb-search-wrapper .uagb-search-form__container .uagb-search-form__input{width:100%}
|
|
|
29 |
.uagb-testimonial__wrap{position:relative;box-sizing:border-box}.uagb-testimonial__wrap,.uagb-testimonial__wrap *{transition:all 0.2s}.uagb-icon-wrap .uagb-icon{display:inline-block}.uagb-tm__image{position:relative}.uagb-tm__imgicon-style-circle .uagb-tm__image img{border-radius:100%}.uagb-tm__imgicon-style-square .uagb-tm__image img{border-radius:0%}.uagb-tm__image img,.slick-slide .uagb-tm__image img{display:inline-block;box-sizing:content-box}.uagb-tm__author-name,.uagb-tm__company{display:inline-block}.uagb-tm__content{overflow:hidden;text-align:center;word-break:break-word;padding:15px;border-radius:inherit;position:relative}.uagb-tm__image-position-left .uagb-tm__content,.uagb-tm__image-position-right .uagb-tm__content{display:flex}.uagb-tm__meta-inner{display:inline-block}.uagb-tm__image-position-bottom .uagb-tm__image-content,.uagb-tm__image-position-bottom .uagb-testimonial-details{display:table-cell;vertical-align:middle}.uagb-tm__meta{width:100%;line-height:1}.uagb-tm__image-position-bottom .uagb-tm__image-content{padding-right:10px}.uagb-tm__author-name,.uagb-tm__company{display:block}.uagb-tm__image-aligned-middle .uagb-tm__image-content{align-self:center}.uagb-tm__desc{margin-bottom:15px}.uagb-tm__author-name{margin-bottom:5px;font-size:30px;line-height:1em}.uagb-tm__company{font-size:15px;font-style:italic;line-height:1em;color:#888888}.is-carousel .uagb-testomonial__outer-wrap{padding-left:10px;padding-right:10px}.uagb-tm__overlay{height:100%;width:100%;top:0;left:0;position:absolute;background:transparent}.uagb-tm__text-wrap{position:relative}.uagb-tm__items{visibility:hidden}.uagb-tm__items.slick-initialized{visibility:visible}.uagb-tm__image-position-top .uagb-tm__image-content{display:flex;justify-content:center}.uagb-slick-carousel.uagb-tm__arrow-outside .slick-next{right:-45px}.uagb-slick-carousel.uagb-tm__arrow-inside .slick-prev{left:25px;z-index:1}.uagb-slick-carousel.uagb-tm__arrow-inside .slick-next{right:25px}[dir="rtl"] .uagb-tm__arrow-inside.uagb-slick-carousel .slick-prev{left:auto;right:25px}[dir="rtl"] .uagb-tm__arrow-inside.uagb-slick-carousel .slick-next{left:25px;right:auto}[dir="rtl"] .uagb-tm__arrow-outside.uagb-slick-carousel .slick-next{left:-45px;right:auto}@media (max-width: 976px){.uagb-tm-stacked-tablet.uagb-tm__image-position-bottom .uagb-tm__image-content,.uagb-tm-stacked-tablet.uagb-tm__image-position-bottom .uagb-testimonial-details{display:block;vertical-align:middle}.uagb-tm-stacked-tablet.uagb-tm__image-position-left .uagb-tm__content,.uagb-tm-stacked-tablet.uagb-tm__image-position-right .uagb-tm__content{display:block}.uagb-tm-stacked-tablet.uagb-tm__image-position-right.uagb-tm-reverse-order-tablet .uagb-tm__content{display:inline-flex;flex-direction:column-reverse}.uagb-tm-stacked-tablet.uagb-tm__image-aligned-top .uagb-tm__image-content{display:inline-flex;align-self:center}.uagb-slick-carousel.uagb-tm__arrow-outside .slick-prev{left:15px;z-index:1}.uagb-slick-carousel.uagb-tm__arrow-outside .slick-next{right:15px}[dir="rtl"] .uagb-slick-carousel.uagb-tm__arrow-outside .slick-prev{left:auto;right:15px}[dir="rtl"] .uagb-slick-carousel.uagb-tm__arrow-outside .slick-next{left:15px;right:auto}}@media (max-width: 768px){.uagb-tm-stacked-mobile.uagb-tm__image-position-bottom .uagb-tm__image-content,.uagb-tm-stacked-mobile.uagb-tm__image-position-bottom .uagb-testimonial-details{display:block;vertical-align:middle}.uagb-tm-stacked-mobile.uagb-tm__image-position-left .uagb-tm__content,.uagb-tm-stacked-mobile.uagb-tm__image-position-right .uagb-tm__content{display:block}.uagb-tm-stacked-mobile.uagb-tm__image-position-right.uagb-tm-reverse-order-mobile .uagb-tm__content{display:inline-flex;flex-direction:column-reverse}.uagb-tm-stacked-mobile.uagb-tm__image-aligned-top .uagb-tm__image-content{display:inline-flex;align-self:center}}
|
30 |
.uagb-timeline__widget{position:relative;display:flex;align-items:flex-start;font-size:inherit;color:inherit;margin-bottom:inherit}.uagb-timeline__widget a{text-decoration:none;color:inherit;font-size:inherit;margin-bottom:inherit}.uagb-timeline__image a{display:block;position:relative;max-width:100%}.uagb-timeline__image img{display:inline-block;box-sizing:content-box}.uagb-timeline__author{text-transform:uppercase}.uagb-timeline__main{position:relative}.uagb-content{word-break:break-word}a.uagb-timeline__link{padding:5px 10px;display:inline-block}.uagb-timeline__headingh1,.uagb-timeline__headingh2,.uagb-timeline__headingh3,.uagb-timeline__headingh4,.uagb-timeline__headingh5,.uagb-timeline__headingh6{margin-bottom:0px}.uagb-timeline__inner-date-new p,.uagb-timeline__date-inner .uagb-timeline__inner-date-new p{margin-bottom:0px}.uagb-timeline__line{background-color:#eeeeee}.uagb-timeline__line__inner{background-color:#5cb85c;width:100%}.uagb-timeline__main .uagb-timeline__icon-new{line-height:1em;display:inline-block;vertical-align:middle;font-style:normal}.uagb-timeline__center-block .uagb-timeline__date-hide{display:none}.uagb-timeline__field:not(:last-child){margin-bottom:20px}.uagb-timeline__field{margin-bottom:20px}.uagb-timeline__center-block .uagb-timeline__widget.uagb-timeline__right,.uagb-timeline__right-block .uagb-timeline__widget{flex-direction:row-reverse}.uagb-timeline__left-block .uagb-timeline__day-left .uagb-timeline__events-inner-new,.uagb-timeline__left-block .uagb-timeline__day-right .uagb-timeline__events-inner-new{text-align:left}.uagb-timeline__right-block .uagb-timeline__center-block .uagb-timeline__date-new{display:block}.uagb-timeline__right-block .uagb-timeline__day-left .uagb-timeline__events-inner-new,.uagb-timeline__right-block .uagb-timeline__day-right .uagb-timeline__events-inner-new{text-align:inherit}.uagb-timeline__right-block .uagb-timeline__line{right:16px;left:auto}.uagb-timeline__right-block .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__right-block .uagb-timeline__left .uagb-timeline__arrow:after{top:0}.uagb-timeline__right-block .uagb-timeline__right .uagb-timeline__arrow,.uagb-timeline__right-block .uagb-timeline__left .uagb-timeline__arrow{top:0;right:0;width:10px;height:40px;position:absolute}.uagb-timeline__right-block .uagb-timeline__right .uagb-timeline__arrow{right:-12px}.uagb-timeline__right-block .uagb-timeline__left .uagb-timeline__arrow{right:-10px}.uagb-timeline__right-block .uagb-timeline__marker,.uagb-timeline__right-block .uagb-timeline__day-new{max-width:100%;position:relative}.uagb-timeline__right-block .uagb-timeline__day-new{margin-right:14px}.uagb-timeline__right-block .uagb-timeline__marker{flex-shrink:0;flex-grow:0}.uagb-timeline__right-block .uagb-timeline__day-new{flex-grow:1}.uagb-timeline__left-block .uagb-timeline__marker,.uagb-timeline__left-block .uagb-timeline__day-new{max-width:100%;position:relative}.uagb-timeline__left-block .uagb-timeline__line{left:20px;right:auto}.uagb-timeline__left-block .uagb-timeline__day-new{margin-left:14px;flex-grow:1;order:1}.uagb-timeline__left-block .uagb-timeline__marker{order:0;flex-shrink:0;flex-grow:0}.uagb-timeline__left-block .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__left-block .uagb-timeline__left .uagb-timeline__arrow:after{top:0}.uagb-timeline__left-block .uagb-timeline__right .uagb-timeline__arrow,.uagb-timeline__left-block .uagb-timeline__left .uagb-timeline__arrow{top:0;width:10px;height:40px;position:absolute}.uagb-timeline__left-block .uagb-timeline__right .uagb-timeline__arrow{left:-10px}.uagb-timeline__left-block .uagb-timeline__left .uagb-timeline__arrow{left:-12px}.uagb-timeline__left-block .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__left-block .uagb-timeline__left .uagb-timeline__arrow:after,.uagb-timeline__right-block .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__right-block .uagb-timeline__left .uagb-timeline__arrow:after{top:50%;transform:translateY(-50%)}.uagb-timeline__marker{background-color:#eeeeee;border-radius:999px;position:relative;display:flex;align-items:center;justify-content:center;z-index:1;transition:all .2s ease-in-out}.uagb-timeline__main .uagb-timeline__days .uagb-timeline__field-wrap:hover .uagb-timeline__marker{transition:all .2s ease-in-out}.uagb-timeline__center-block .uagb-timeline__marker{order:1;flex-shrink:0;flex-grow:0}.uagb-timeline__center-block .uagb-timeline__day-new,.uagb-timeline__center-block .uagb-timeline__date-new{flex-grow:1;flex-basis:50%;max-width:100%;position:relative}.uagb-timeline__center-block .uagb-timeline__right .uagb-timeline__day-new{order:2;padding-left:0;padding-right:12px}.uagb-timeline__center-block .uagb-timeline__left .uagb-timeline__day-new{order:2;padding-right:0;padding-left:12px}.uagb-timeline__events-inner-new{padding:40px}.uagb-timeline__center-block .uagb-timeline__left .uagb-timeline__date-new{display:flex;justify-content:flex-end}.uagb-timeline__center-block .uagb-timeline__right .uagb-timeline__date-new{display:flex;justify-content:flex-start}.uagb-timeline__left-block .uagb-timeline__date-new{margin-right:10px}.uagb-timeline__right-block .uagb-timeline__date-new{margin-left:10px}.uagb-timeline__right-block .uagb-timeline__date-new{display:flex;align-items:center}.uagb-timeline__center-block .uagb-timeline__right .uagb-timeline__arrow{right:0px;top:0;width:10px;height:40px;position:absolute}.uagb-timeline__center-block .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__center-block .uagb-timeline__left .uagb-timeline__arrow:after{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.uagb-timeline__center-block .uagb-timeline__left .uagb-timeline__arrow{left:0px;top:0;width:10px;height:40px;position:absolute}.uagb-timeline__arrow-center .uagb-timeline__widget{align-items:center}.uagb-timeline__arrow-bottom .uagb-timeline__widget{align-items:flex-end}.uagb-timeline__arrow-center .uagb-timeline__left .uagb-timeline__arrow,.uagb-timeline__arrow-center .uagb-timeline__right .uagb-timeline__arrow{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.uagb-timeline__arrow-bottom .uagb-timeline__left .uagb-timeline__arrow,.uagb-timeline__arrow-bottom .uagb-timeline__right .uagb-timeline__arrow{top:100%;transform:translateY(-100%)}.uagb-timeline__day-right .uagb-timeline__events-inner{text-align:right}.uagb-timeline__day-left .uagb-timeline__events-inner{text-align:left}.uagb-timeline__arrow-top .uagb-timeline__date-new .uagb-timeline__date-new,.uagb-timeline__arrow-bottom .uagb-timeline__date-new .uagb-timeline__date-new{padding-top:8px;padding-bottom:8px}.uagb-timeline__events-inner-new,.uagb-timeline__arrow{transition:background .2s ease-in-out}.uagb-timeline__arrow:after{transition:border-color .2s ease-in-out}.uagb-timeline__date-new{transition:color .2s ease-in-out}.uagb-timeline__widget.uagb-timeline__left.hide-events .uagb-timeline__events-inner-new,.uagb-timeline__widget.uagb-timeline__left.hide-events .uagb-timeline__date-new{visibility:hidden}.uagb-timeline__widget.uagb-timeline__right.hide-events .uagb-timeline__events-inner-new,.uagb-timeline__widget.uagb-timeline__right.hide-events .uagb-timeline__date-new{visibility:hidden}.uagb-timeline__main .uagb-timeline__year{display:flex;position:relative}.uagb-timeline__main .uagb-timeline__year span{display:inline-block;padding-bottom:6px}.uagb-timeline__day-left .uagb-timeline__arrow:after{content:'';left:0px;position:absolute;display:inline;width:0;height:0;border-top:12px solid transparent;border-bottom:12px solid transparent}.uagb-timeline__right .uagb-timeline__day-left .uagb-timeline__arrow:after{right:0}.uagb-timeline__day-right .uagb-timeline__arrow:after{content:'';right:0px;position:absolute;display:inline;width:0;height:0;border-top:12px solid transparent;border-bottom:12px solid transparent}.uagb-timeline__icon{width:100px;height:100px;-webkit-border-radius:50%;border-radius:50%;text-align:center;line-height:100px;vertical-align:middle;position:relative;z-index:1}.uagb-timeline__main .uagb-timeline__date .uagb-timeline__inner-date-new{white-space:nowrap;margin:0px}.uagb-timeline__main .uagb-timeline__line{position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.uagb-timeline__right-block .uagb-timeline__main .uagb-timeline__line{position:absolute;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.uagb-timeline__center-block .uagb-timeline__line{left:50%;right:auto}.uagb-timeline__main .in-view i.uagb-timeline__in-view-icon{-webkit-transition:background 0.25s ease-out 0.25s, width 0.25s ease-in-out, height 0.25s ease-in-out, color 0.25s ease-in-out, font-size 0.25s ease-in-out;-webkit-transition:background 0.25s ease-out 0.25s, width 0.25s ease-in-out, height 0.25s ease-in-out, color 0.25s ease-in-out, font-size 0.25s ease-out;transition:background 0.25s ease-out 0.25s, width 0.25s ease-in-out, height 0.25s ease-in-out, color 0.25s ease-in-out, font-size 0.25s ease-out}.uagb-timeline__left-block .uagb-timeline__days{text-align:left}.uagb-timeline__left-block .uagb-timeline__day-right .uagb-timeline__arrow:after{content:'';position:absolute;display:inline;width:0;height:0;border-top:12px solid transparent;border-bottom:12px solid transparent}.uagb-timeline__center-block .uagb-timeline__days{text-align:center}.uagb-timeline__center-block .uagb-timeline__day-right .uagb-timeline__arrow:after{content:'';right:0px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);position:absolute;display:inline;width:0;height:0;border-top:12px solid transparent;border-bottom:12px solid transparent}.uagb-timeline__right .uagb-timeline__days{text-align:right}.uagb-timeline__outer-wrap span.dashicons-admin-users.dashicons{display:inline;vertical-align:baseline;margin-right:4px}@media screen and (max-width: 1023px){.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__line{position:absolute;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__date-hide{display:block}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-left .uagb-timeline__events-inner-new,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-right .uagb-timeline__events-inner-new{text-align:left}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__line{right:20px;left:auto}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__marker,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-new{max-width:100%;position:relative}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__line{left:20px;right:auto}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-new{margin-left:16px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__marker{-webkit-box-ordinal-group:1;-webkit-order:0;-moz-box-ordinal-group:1;-ms-flex-order:0;order:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-new{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-ordinal-group:2;-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__arrow:after{top:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__arrow,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__arrow{width:10px;height:40px;position:absolute}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__arrow{left:-10px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__arrow{left:-12px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__arrow:after{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__days{text-align:left}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-right .uagb-timeline__arrow:after{content:'';position:absolute;display:inline;width:0;height:0;border-top:12px solid transparent;border-bottom:12px solid transparent}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__widget.uagb-timeline__right{-webkit-box-orient:unset;-webkit-box-direction:unset;-webkit-flex-direction:unset;-moz-box-orient:unset;-moz-box-direction:unset;-ms-flex-direction:unset;flex-direction:unset}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-new,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__date-new{-webkit-box-flex:unset;-webkit-flex-grow:unset;-moz-box-flex:unset;-ms-flex-positive:unset;flex-grow:unset;-webkit-flex-basis:unset;-ms-flex-preferred-size:unset;flex-basis:unset;max-width:100%;width:100%;position:relative}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__day-new{-webkit-box-ordinal-group:unset;-webkit-order:unset;-moz-box-ordinal-group:unset;-ms-flex-order:unset;order:unset;padding-left:0;padding-right:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__day-new{-webkit-box-ordinal-group:unset;-webkit-order:unset;-moz-box-ordinal-group:unset;-ms-flex-order:unset;order:unset;padding-right:0;padding-left:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__widget{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-left .uagb-timeline__events-inner-new,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-right .uagb-timeline__events-inner-new{text-align:right}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__line{right:16px;left:auto}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow:after{top:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow{left:auto;right:0;width:10px;height:40px;position:absolute}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow{right:-12px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow{right:-10px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__marker,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-new{max-width:100%;position:relative}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-new{margin-right:16px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__marker{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-new{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow:after{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__days{text-align:right}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-new,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__date-new{-webkit-box-flex:unset;-webkit-flex-grow:unset;-moz-box-flex:unset;-ms-flex-positive:unset;flex-grow:unset;-webkit-flex-basis:unset;-ms-flex-preferred-size:unset;flex-basis:unset;max-width:100%;position:relative}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__day-new{-webkit-box-ordinal-group:unset;-webkit-order:unset;-moz-box-ordinal-group:unset;-ms-flex-order:unset;order:unset;padding-left:0;padding-right:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__day-new{-webkit-box-ordinal-group:unset;-webkit-order:unset;-moz-box-ordinal-group:unset;-ms-flex-order:unset;order:unset;padding-right:0;padding-left:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__date-new{display:none}}@media screen and (max-width: 767px){.uagb-timeline-responsive-none .uagb-timeline__events-inner-new{padding:15px}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__date-hide{display:block}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-left .uagb-timeline__events-inner-new,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-right .uagb-timeline__events-inner-new{text-align:left}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__line{right:20px;left:auto}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__marker,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-new{max-width:100%;position:relative}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__line{left:20px;right:auto}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-new{margin-left:16px}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__marker{-webkit-box-ordinal-group:1;-webkit-order:0;-moz-box-ordinal-group:1;-ms-flex-order:0;order:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-new{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-ordinal-group:2;-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__left .uagb-timeline__arrow:after{top:0}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__right .uagb-timeline__arrow,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__left .uagb-timeline__arrow{width:10px;height:40px;position:absolute}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__right .uagb-timeline__arrow{left:-10px}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__left .uagb-timeline__arrow{left:-12px}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__left .uagb-timeline__arrow:after{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.uagb-timeline__day-left .uagb-timeline__events-inner-new{text-align:left}.uagb-timeline__left-block .uagb-timeline__date-new{margin-right:10px}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__days{text-align:left}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-right .uagb-timeline__arrow:after{content:'';position:absolute;display:inline;width:0;height:0;border-top:12px solid transparent;border-bottom:12px solid transparent}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__widget.uagb-timeline__right{-webkit-box-orient:unset;-webkit-box-direction:unset;-webkit-flex-direction:unset;-moz-box-orient:unset;-moz-box-direction:unset;-ms-flex-direction:unset;flex-direction:unset}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-new,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__date-new{-webkit-box-flex:unset;-webkit-flex-grow:unset;-moz-box-flex:unset;-ms-flex-positive:unset;flex-grow:unset;-webkit-flex-basis:unset;-ms-flex-preferred-size:unset;flex-basis:unset;max-width:100%;position:relative}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__right .uagb-timeline__day-new{-webkit-box-ordinal-group:unset;-webkit-order:unset;-moz-box-ordinal-group:unset;-ms-flex-order:unset;order:unset;padding-left:0;padding-right:0}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__left .uagb-timeline__day-new{-webkit-box-ordinal-group:unset;-webkit-order:unset;-moz-box-ordinal-group:unset;-ms-flex-order:unset;order:unset;padding-right:0;padding-left:0}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__left .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__right .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__widget{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-left .uagb-timeline__events-inner-new,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-right .uagb-timeline__events-inner-new{text-align:right}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__line{right:16px;left:auto}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow:after{top:0}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow{left:auto;right:0;width:10px;height:40px;position:absolute}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow{right:-12px}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow{right:-10px}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__marker,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-new{max-width:100%;position:relative}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-new{margin-right:16px}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__marker{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-new{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow:after{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__line{position:absolute;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__days{text-align:right}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-new,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__date-new{-webkit-box-flex:unset;-webkit-flex-grow:unset;-moz-box-flex:unset;-ms-flex-positive:unset;flex-grow:unset;-webkit-flex-basis:unset;-ms-flex-preferred-size:unset;flex-basis:unset;max-width:100%;position:relative}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__day-new{-webkit-box-ordinal-group:unset;-webkit-order:unset;-moz-box-ordinal-group:unset;-ms-flex-order:unset;order:unset;padding-left:0;padding-right:0}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__day-new{-webkit-box-ordinal-group:unset;-webkit-order:unset;-moz-box-ordinal-group:unset;-ms-flex-order:unset;order:unset;padding-right:0;padding-left:0}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__date-new{display:none}}.uagb-timeline__line__inner{background-color:#61ce70;width:100%}.uagb-timeline__center-block .uagb-timeline__day-right .uagb-timeline__arrow:after{border-left:13px solid #eeeeee}.uagb-timeline__right-block .uagb-timeline__day-right .uagb-timeline__arrow:after{border-left:13px solid #eeeeee}.uagb-timeline__right-block .uagb-timeline__day-left .uagb-timeline__arrow:after{border-left:13px solid #eeeeee}.rtl .uagb-timeline__center-block .uagb-timeline__day-right .uagb-timeline__arrow:after{border-right:13px solid #eeeeee;border-left:none}.rtl .uagb-timeline__right-block .uagb-timeline__day-right .uagb-timeline__arrow:after{border-right:13px solid #eeeeee;border-left:none}.rtl .uagb-timeline__right-block .uagb-timeline__day-left .uagb-timeline__arrow:after{border-right:13px solid #eeeeee;border-left:none}.uagb-timeline__left-block .uagb-timeline__day-right .uagb-timeline__arrow:after{border-right:13px solid #eeeeee}.uagb-timeline__center-block .uagb-timeline__day-left .uagb-timeline__arrow:after{border-right:13px solid #eeeeee}.uagb-timeline__left-block .uagb-timeline__day-left .uagb-timeline__arrow:after{border-right:13px solid #eeeeee}.rtl .uagb-timeline__left-block .uagb-timeline__day-right .uagb-timeline__arrow:after{border-left:13px solid #eeeeee;border-right:none}.rtl .uagb-timeline__center-block .uagb-timeline__day-left .uagb-timeline__arrow:after{border-left:13px solid #eeeeee;border-right:none}.rtl .uagb-timeline__left-block .uagb-timeline__day-left .uagb-timeline__arrow:after{border-left:13px solid #eeeeee;border-right:none}.uagb-timeline__day-right .uagb-timeline__events-inner-new{border-radius:4px 4px 4px 4px}.uagb-timeline__day-left .uagb-timeline__events-inner-new{border-radius:4px 4px 4px 4px}.uagb-timeline__line{width:3px}.uagb-timeline__main .uagb-timeline__icon-new{font-size:16px}.uagb-timeline__marker{min-height:3em;min-width:3em;line-height:3em}.uagb-timeline__arrow{height:3em}.uagb-timeline__left-block .uagb-timeline__line{left:calc(3em / 2)}.uagb-timeline__right-block .uagb-timeline__line{right:calc(3em / 2)}.rtl .uagb-timeline__left-block .uagb-timeline__line{right:calc(3em / 2);left:auto}.rtl .uagb-timeline__right-block .uagb-timeline__line{left:calc(3em / 2);right:auto}.uagb-timeline-desc-content p{font-size:inherit}.uagb-timeline__main p:empty{display:none}@media (max-width: 976px){.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__line{position:absolute;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__line{position:absolute;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__date-hide{display:block}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-left .uagb-timeline__events-inner-new,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-right .uagb-timeline__events-inner-new{text-align:left}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__line{right:20px;left:auto}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__marker,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-new{max-width:100%;position:relative}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__line{left:20px;right:auto}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-new{margin-left:16px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__marker{-ms-flex-order:0;order:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-positive:0;flex-grow:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-new{-ms-flex-positive:1;flex-grow:1;-ms-flex-order:1;order:1}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__arrow:after{top:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__arrow,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__arrow{width:10px;height:40px;position:absolute}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__arrow{left:-10px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__arrow{left:-12px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__arrow:after{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__days{text-align:left}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-right .uagb-timeline__arrow:after{content:'';position:absolute;display:inline;width:0;height:0;border-top:12px solid transparent;border-bottom:12px solid transparent}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__widget.uagb-timeline__right{-ms-flex-direction:unset;flex-direction:unset}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-new,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__date-new{-ms-flex-positive:unset;flex-grow:unset;-ms-flex-preferred-size:unset;flex-basis:unset;max-width:100%;width:100%;position:relative}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__day-new{-ms-flex-order:unset;order:unset;padding-left:0;padding-right:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__day-new{-ms-flex-order:unset;order:unset;padding-right:0;padding-left:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__widget{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-left .uagb-timeline__events-inner-new,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-right .uagb-timeline__events-inner-new{text-align:right}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__line{right:16px;left:auto}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow:after{top:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow{left:auto;right:0;width:10px;height:40px;position:absolute}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow{right:-12px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow{right:-10px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__marker,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-new{max-width:100%;position:relative}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-new{margin-right:16px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__marker{-ms-flex-negative:0;flex-shrink:0;-ms-flex-positive:0;flex-grow:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-new{-ms-flex-positive:1;flex-grow:1}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow:after{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__days{text-align:right}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-new,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__date-new{-ms-flex-positive:unset;flex-grow:unset;-ms-flex-preferred-size:unset;flex-basis:unset;max-width:100%;position:relative}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__day-new{-ms-flex-order:unset;order:unset;padding-left:0;padding-right:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__day-new{-ms-flex-order:unset;order:unset;padding-right:0;padding-left:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__date-new,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-left .uagb-timeline__arrow:after{border-right:13px solid #eeeeee;border-left:none}.uagb-timeline__responsive-tablet.uagb-timeline__center-block .uagb-timeline__author,.uagb-timeline__responsive-tablet.uagb-timeline__center-block .uagb-timeline__link_parent,.uagb-timeline__responsive-tablet.uagb-timeline__center-block .uagb-timeline__image a,.uagb-timeline__responsive-tablet.uagb-timeline__center-block .uagb-timeline__heading,.uagb-timeline__responsive-tablet.uagb-timeline__center-block .uagb-timeline-desc-content,.uagb-timeline__responsive-tablet.uagb-timeline__center-block .uagb-timeline__date-inner{text-align:left}.uagb-timeline__responsive-tablet.uagb-timeline__center-block .uagb-timeline__date-hide.uagb-timeline__date-inner{text-align:left}}@media (max-width: 767px){.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-left .uagb-timeline__arrow:after,.rtl .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-right .uagb-timeline__arrow:after,.rtl .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-left .uagb-timeline__arrow:after{border-right:13px solid #eeeeee;border-left:none}.rtl .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-right .uagb-timeline__arrow:after,.rtl .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-left .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-left .uagb-timeline__arrow:after{border-left:13px solid #eeeeee;border-right:none}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__line,.rtl .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__line{left:calc(3em / 2);right:auto}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__line,.rtl .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__line{right:calc(3em / 2);left:auto}.uagb-timeline__responsive-mobile.uagb-timeline__center-block .uagb-timeline__author,.uagb-timeline__responsive-mobile.uagb-timeline__center-block .uagb-timeline__link_parent,.uagb-timeline__responsive-mobile.uagb-timeline__center-block .uagb-timeline__image a,.uagb-timeline__responsive-mobile.uagb-timeline__center-block .uagb-timeline__heading,.uagb-timeline__responsive-mobile.uagb-timeline__center-block .uagb-timeline-desc-content,.uagb-timeline__responsive-mobile.uagb-timeline__center-block .uagb-timeline__date-inner{text-align:left}.uagb-timeline__responsive-mobile.uagb-timeline__center-block .uagb-timeline__date-hide.uagb-timeline__date-inner{text-align:left}}.wp-block-uagb-content-timeline .uagb-timeline__left-block .uagb-timeline__date-new{display:none}.wp-block-uagb-content-timeline .uagb-timeline__right-block .uagb-timeline__date-new{display:none}
|
1 |
.uagb-buttons__outer-wrap .uagb-buttons__wrap{display:flex;align-items:center;justify-content:center}.uagb-buttons__outer-wrap a{color:inherit}
|
|
|
2 |
.wp-block-uagb-advanced-heading{padding:0;margin:0 auto}.wp-block-uagb-advanced-heading .uagb-heading-text{margin:0;text-align:center}.wp-block-uagb-advanced-heading .uagb-separator-wrap{font-size:0;text-align:center}.wp-block-uagb-advanced-heading .uagb-separator{border-top-style:solid;display:inline-block;border-top-width:2px;width:5%;margin:0px 0px 10px 0px}.wp-block-uagb-advanced-heading .uagb-desc-text{margin:0;text-align:center}
|
3 |
+
.uagb-buttons-repeater{display:flex;justify-content:center;align-items:center}.uagb-buttons-repeater a.uagb-button__link{display:flex;justify-content:center}.uagb-buttons-repeater .uagb-button__icon{font-size:inherit;display:flex;align-items:center;width:15px}.uagb-buttons-repeater .uagb-button__icon svg{fill:currentColor;width:inherit;height:inherit}
|
4 |
.uagb-column__wrap{position:relative;overflow:hidden}.uagb-column__wrap .uagb-column__inner-wrap{margin-left:auto;margin-right:auto;position:relative;z-index:2;width:100%}.uagb-column__wrap.uagb-column__align-left .uagb-column__inner-wrap{margin-left:0;margin-right:auto}.uagb-column__wrap.uagb-column__align-right .uagb-column__inner-wrap{margin-left:auto;margin-right:0}.uagb-column__wrap .uagb-column__overlay{height:100%;width:100%;top:0;left:0;position:absolute}.uagb-column__wrap .uagb-column__video-wrap{height:100%;width:100%;top:0;left:0;position:absolute;overflow:hidden;z-index:0;-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s}.uagb-column__wrap .uagb-column__video-wrap video{max-width:100%;width:100%;height:100%;margin:0;line-height:1;border:none;display:inline-block;vertical-align:baseline;-o-object-fit:cover;object-fit:cover;background-size:cover}.wp-block-uagb-columns>.editor-inner-blocks>.editor-block-list__layout>[data-type="uagb/column"]{display:flex;flex-direction:column;flex:1;padding-left:0;padding-right:0;margin-left:-14px;margin-right:-14px;min-width:0;word-break:break-word;overflow-wrap:break-word;flex-basis:100%}@media (max-width: 976px){.uagb-column__align-tablet-left .uagb-column__inner-wrap{margin-left:0;margin-right:auto}.uagb-column__align-tablet-right .uagb-column__inner-wrap{margin-left:auto;margin-right:0}}@media (max-width: 767px){.uagb-column__align-mobile-left .uagb-column__inner-wrap{margin-left:0;margin-right:auto}.uagb-column__align-mobile-right .uagb-column__inner-wrap{margin-left:auto;margin-right:0}}@media (max-width: 449px){.uagb-columns__wrap.uagb-columns__background-image{background-attachment:scroll !important}}
|
|
|
5 |
.wp-block-uagb-cf7-styler .wpcf7 *,.wp-block-uagb-cf7-styler .wpcf7 :after,.wp-block-uagb-cf7-styler .wpcf7 :before{-webkit-box-sizing:border-box;box-sizing:border-box}.wp-block-uagb-cf7-styler span.wpcf7-list-item-label::before,.wp-block-uagb-cf7-styler span.wpcf7-list-item-label::after{content:" "}.wp-block-uagb-cf7-styler .wpcf7-acceptance input[type=checkbox]+span:before,.wp-block-uagb-cf7-styler .wpcf7-checkbox input[type=checkbox]+span:before,.wp-block-uagb-cf7-styler .wpcf7-radio input[type=radio]+span:before{content:'';display:inline-block;vertical-align:middle;margin-right:10px;text-align:center;height:15px;width:15px;border-style:solid;border-color:#eaeaea;border-width:1px 1px 1px 1px}.wp-block-uagb-cf7-styler span.wpcf7-list-item{display:inline-block;margin:0 1em 0 0}.wp-block-uagb-cf7-styler .wpcf7-acceptance input[type=checkbox]:checked+span:before,.wp-block-uagb-cf7-styler .wpcf7-checkbox input[type=checkbox]:checked+span:before{content:"\2714";line-height:1.2}.wp-block-uagb-cf7-styler .wpcf7-acceptance input[type=checkbox]+span:before,.wp-block-uagb-cf7-styler .wpcf7-acceptance input[type=checkbox]:checked+span:before,.wp-block-uagb-cf7-styler .wpcf7-checkbox input[type=checkbox]+span:before,.wp-block-uagb-cf7-styler .wpcf7-checkbox input[type=checkbox]:checked+span:before,.wp-block-uagb-cf7-styler .wpcf7-radio input[type=radio]+span:before{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.wp-block-uagb-cf7-styler input[type=checkbox]:checked+span:before{font-size:-webkit-calc(12px / 1.2);font-size:calc(12px / 1.2)}.wp-block-uagb-cf7-styler .wpcf7-radio input[type=radio]+span:before{-webkit-border-radius:100%;border-radius:100%}.wp-block-uagb-cf7-styler .uagb-cf7-styler__field-style-box .wpcf7-radio input[type="radio"]:checked+span:before,.wp-block-uagb-cf7-styler .uagb-cf7-styler__field-style-underline .wpcf7-radio input[type="radio"]:checked+span:before{background-color:#545454;box-shadow:inset 0px 0px 0px 4px #fafafa}.wp-block-uagb-cf7-styler .uagb-cf7-styler__btn-align-justify input.wpcf7-form-control.wpcf7-submit,.wp-block-uagb-cf7-styler .uagb-cf7-styler__btn-align-left input.wpcf7-form-control.wpcf7-submit,.wp-block-uagb-cf7-styler .uagb-cf7-styler__btn-align-right input.wpcf7-form-control.wpcf7-submit,.wp-block-uagb-cf7-styler .uagb-cf7-styler__btn-align-center input.wpcf7-form-control.wpcf7-submit{display:-webkit-box;display:-ms-flexbox;-js-display:flex;display:-webkit-flex;display:-moz-box;display:flex;width:auto;line-height:1em;background:transparent;border-color:#333;border-width:1px;padding:10px 25px}.wp-block-uagb-cf7-styler .uagb-cf7-styler__btn-align-right input.wpcf7-form-control.wpcf7-submit{margin-left:auto;margin-right:0}.wp-block-uagb-cf7-styler .uagb-cf7-styler__btn-align-left input.wpcf7-form-control.wpcf7-submit{margin-right:auto;margin-left:0}.wp-block-uagb-cf7-styler .uagb-cf7-styler__btn-align-center input.wpcf7-form-control.wpcf7-submit{margin-right:auto;margin-left:auto}.wp-block-uagb-cf7-styler .uagb-cf7-styler__btn-align-justify input.wpcf7-form-control.wpcf7-submit{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;width:100%}.wp-block-uagb-cf7-styler .wpcf7 input[type=checkbox],.wp-block-uagb-cf7-styler .wpcf7 input[type=radio]{display:none}.wp-block-uagb-cf7-styler .wpcf7 select{height:auto;padding:10px;-webkit-appearance:menulist-button;-moz-appearance:menulist-button;-webkit-appearance:menulist-button}.wp-block-uagb-cf7-styler select.wpcf7-form-control.wpcf7-select[multiple="multiple"]{padding:0}.wp-block-uagb-cf7-styler .wpcf7 select option{padding:10px}.wp-block-uagb-cf7-styler .uagb-cf7-styler__highlight-style-bottom_right span.wpcf7-not-valid-tip{display:inline-block;right:0;top:100%;padding:.1em .8em;-webkit-border-radius:2px;border-radius:2px;color:#ffffff;background-color:rgba(255,0,0,0.6);padding:5px 10px;font-size:15px;float:right;margin-top:5px}.wp-block-uagb-cf7-styler .wpcf7 input[type="number"]{height:auto}.wp-block-uagb-cf7-styler .wpcf7 input.wpcf7-date{-webkit-appearance:none}@media (min-width: 769px){.wp-block-uagb-cf7-styler .uagb-cf7_styler-col{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.wp-block-uagb-cf7-styler .uagb-cf7_styler-col label,.wp-block-uagb-cf7-styler .uagb-cf7_styler-col>span{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;flex-basis:100%}.wp-block-uagb-cf7-styler .uagb-cf7_styler-col br{display:none}.wp-block-uagb-cf7-styler .uagb-cf7_styler-col>span.uagb-cf7_styler-col-1{padding-left:0;padding-right:15px}.wp-block-uagb-cf7-styler .uagb-cf7_styler-col>span.uagb-cf7_styler-col-3{padding-left:15px;padding-right:0}.wp-block-uagb-cf7-styler .wpcf7 .uagb-cf7_styler-col span.wpcf7-form-control-wrap{height:100%}.wp-block-uagb-cf7-styler .wpcf7 .uagb-cf7_styler-col select{height:100%}}
|
6 |
+
.uagb-cta__outer-wrap{position:relative}.uagb-cta__outer-wrap .wp-block-button__link svg{fill:currentColor}.uagb-cta__outer-wrap .uagb-cta__content{display:inline-block}.uagb-cta__outer-wrap a.uagb-cta__block-link span{font-size:inherit;vertical-align:middle;display:inline-block;float:left}.uagb-cta__outer-wrap .uagb-cta__content-right .uagb-cta__link-wrapper{width:30%}.uagb-cta__outer-wrap .uagb-cta__content-right .uagb-cta__content{width:70%}.uagb-cta__outer-wrap .uagb-cta__content-right .uagb-cta__button-wrapper{display:inline-block;float:right}.uagb-cta__outer-wrap .uagb-cta__link-wrapper.uagb-cta__block-link-style:empty{display:none}.uagb-cta__outer-wrap a.uagb-cta__block-link,.uagb-cta__outer-wrap .entry .entry-content a.uagb-cta__block-link,.uagb-cta__outer-wrap a.uagb-cta__block-link-wrap,.uagb-cta__outer-wrap .entry .entry-content a.uagb-cta__block-link-wrap{text-decoration:none}.uagb-cta__outer-wrap a.uagb-cta__block-link:hover,.uagb-cta__outer-wrap .entry .entry-content a.uagb-cta__block-link:hover,.uagb-cta__outer-wrap a.uagb-cta__block-link-wrap:hover,.uagb-cta__outer-wrap .entry .entry-content a.uagb-cta__block-link-wrap:hover .entry .entry-content a.uagb-cta__block-link:hover{color:inherit}.uagb-cta__outer-wrap .uagb-cta__content-right{text-align:right;justify-content:flex-end}.uagb-cta__outer-wrap .uagb-cta__left-right-wrap{width:100%;word-break:break-word}.uagb-cta__outer-wrap .uagb-cta__icon-position-below-title .uagb-cta__left-right-wrap{display:block;min-width:100%;width:100%}.uagb-cta__outer-wrap .uagb-cta__icon-position-left .uagb-cta__left-right-wrap,.uagb-cta__outer-wrap .uagb-cta__icon-position-right .uagb-cta__left-right-wrap{display:flex}.uagb-cta__outer-wrap .uagb-cta__icon-position-right .uagb-cta__left-right-wrap{justify-content:flex-end}.uagb-cta__outer-wrap .uagb-cta__block-link-icon-after{margin-left:5px;margin-right:0}.uagb-cta__outer-wrap .uagb-cta__block-link-icon-before{margin-left:0;margin-right:5px}.uagb-cta__outer-wrap .uagb-cta__block-link-icon,.uagb-cta__outer-wrap .uagb-cta__block svg{transition:all 200ms linear}.uagb-cta__outer-wrap .uagb-cta__block{position:relative}.uagb-cta__outer-wrap .uagb-cta-typeof-button{display:inline-block;line-height:1;background-color:transparent;color:#333;text-align:center}.uagb-cta__outer-wrap .uagb-cta__content-right .uagb-cta__button-link-wrapper,.uagb-cta__outer-wrap .uagb-cta__content-right .uagb-cta__block-link,.uagb-cta__outer-wrap .uagb-cta__content-right.uagb-cta__button-valign-middle .uagb-cta__left-right-wrap{display:flex;align-items:center}.uagb-cta__outer-wrap .uagb-cta__content-right .uagb-cta__button-link-wrapper,.uagb-cta__outer-wrap .uagb-cta__content-right .uagb-cta__block-link{justify-content:center}.uagb-cta__outer-wrap .uagb-cta__link-wrapper a{box-shadow:none;text-decoration:none}.uagb-cta__outer-wrap .uagb-cta__title{padding:0;margin:0;display:block}.uagb-cta__outer-wrap .uagb-cta__block,.uagb-cta__outer-wrap .uagb-cta__content{z-index:1}.uagb-cta__outer-wrap .uagb-cta__left-right-wrap{z-index:1}.uagb-cta__outer-wrap .uagb-cta__block-link{cursor:pointer}.uagb-cta__outer-wrap .uagb-cta__content-right .uagb-cta__block-link{display:inline-block;float:right;padding:10px 14px}.uagb-cta__outer-wrap a.uagb-cta__block-link-wrap{color:inherit}.uagb-cta__outer-wrap .uagb-cta__content p:empty{display:none}.uagb-cta__outer-wrap .uagb-cta__button-type-none .uagb-cta__content{width:100%}.uagb-cta__outer-wrap .uagb-cta-with-svg{height:14px;width:14px;line-height:14px;display:inline-block;vertical-align:middle}.uagb-cta__outer-wrap .uagb-cta__block svg{display:block;height:inherit;width:inherit}.uagb-cta__outer-wrap .uagb-cta__align-button-after{margin-left:5px}.uagb-cta__outer-wrap .uagb-cta__align-button-before{margin-right:5px}.uagb-cta__outer-wrap .uagb-cta__block-link i{font-style:normal}.uagb-cta__outer-wrap a.uagb-cta__link-to-all{position:absolute;top:0;left:0;width:100%;height:100%;z-index:11}@media only screen and (max-width: 976px){.uagb-cta__content-stacked-tablet .uagb-cta__left-right-wrap{flex-direction:column;text-align:center}.uagb-cta__content-stacked-tablet.uagb-cta__content-right .uagb-cta__button-wrapper{display:inline-block;float:none;margin:0 auto}.uagb-cta__content-stacked-tablet .uagb-cta__left-right-wrap .uagb-cta__content{margin-left:0;margin-right:0}.uagb-cta__content-stacked-tablet.uagb-cta__content-right .uagb-cta__left-right-wrap .uagb-cta__content,.uagb-cta__content-stacked-tablet.uagb-cta__content-right .uagb-cta__left-right-wrap .uagb-cta__link-wrapper{width:100% !important}}@media screen and (max-width: 767px){.uagb-cta__content-stacked-mobile .uagb-cta__left-right-wrap{flex-direction:column;text-align:center}.uagb-cta__content-stacked-mobile.uagb-cta__content-right .uagb-cta__button-wrapper{display:inline-block;float:none;margin:0 auto}.uagb-cta__content-stacked-mobile .uagb-cta__left-right-wrap .uagb-cta__content{margin-left:0;margin-right:0}.uagb-cta__content-stacked-mobile.uagb-cta__content-right .uagb-cta__left-right-wrap .uagb-cta__content,.uagb-cta__content-stacked-mobile.uagb-cta__content-right .uagb-cta__left-right-wrap .uagb-cta__link-wrapper{width:100% !important}}
|
7 |
.wp-block-uagb-faq.uagb-faq-layout-accordion .uagb-faq-child__outer-wrap .uagb-faq-questions-button{cursor:pointer}.uagb-faq-layout-grid.uagb-faq-equal-height .uagb-faq__wrap .uagb-faq-child__outer-wrap,.uagb-faq-layout-grid.uagb-faq-equal-height .uagb-faq__wrap .uagb-faq-child__wrapper,.uagb-faq-layout-grid.uagb-faq-equal-height .uagb-faq__wrap .uagb-faq-item{height:100%}
|
8 |
+
.wp-block-uagb-faq-child.uagb-faq-child__outer-wrap .uagb-faq-item:focus,.wp-block-uagb-faq-child.uagb-faq-child__outer-wrap .uagb-faq-item:active{outline:thin dotted}.wp-block-uagb-faq-child .uagb-faq-questions-button{display:flex;align-items:center;width:100%}.wp-block-uagb-faq-child .uagb-faq-questions-button .uagb-faq-icon-wrap{display:inline-block;vertical-align:middle}.wp-block-uagb-faq-child .uagb-faq-questions-button .uagb-question{width:100%;margin-top:0px;margin-bottom:0px}.wp-block-uagb-faq-child .uagb-icon svg,.wp-block-uagb-faq-child .uagb-icon-active svg{width:15px;height:15px;font-size:15px}.wp-block-uagb-faq-child .uagb-faq-content span{display:inline-block}.wp-block-uagb-faq-child .uagb-faq-content p{margin:0}.wp-block-uagb-faq-child.uagb-faq-child__outer-wrap .uagb-faq-item .uagb-icon-active,.wp-block-uagb-faq-child.uagb-faq-child__outer-wrap .uagb-faq-item.uagb-faq-item-active .uagb-icon{display:none;width:0;padding:0;height:0;margin:0}.wp-block-uagb-faq-child.uagb-faq-child__outer-wrap .uagb-faq-item .uagb-icon,.wp-block-uagb-faq-child.uagb-faq-child__outer-wrap .uagb-faq-item.uagb-faq-item-active .uagb-icon-active{display:inline-block;width:auto;height:auto}.uagb-faq-layout-grid .uagb-faq-child__outer-wrap .uagb-faq-item .uagb-icon,.uagb-faq-layout-grid .uagb-faq-child__outer-wrap .uagb-faq-item.uagb-faq-item-active .uagb-icon-active{display:none}.uagb-faq-layout-grid .uagb-faq-child__outer-wrap .uagb-faq-item span.uagb-icon-active.uagb-faq-icon-wrap,.uagb-faq-layout-grid .uagb-faq-child__outer-wrap .uagb-faq-item.uagb-faq-item-active .uagb-icon-active{display:none}
|
9 |
.uagb-columns__wrap{position:relative}.uagb-columns__wrap .uagb-columns__inner-wrap{margin-left:auto;margin-right:auto;position:relative;z-index:2}.uagb-columns__wrap .uagb-columns__overlay{height:100%;width:100%;top:0;left:0;position:absolute}.uagb-columns__wrap .uagb-columns__video-wrap{height:100%;width:100%;top:0;left:0;position:absolute;overflow:hidden;z-index:0;-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s}.uagb-columns__wrap .uagb-columns__video-wrap video{max-width:100%;width:100%;height:100%;margin:0;line-height:1;border:none;display:inline-block;vertical-align:baseline;-o-object-fit:cover;object-fit:cover;background-size:cover}.uagb-columns__wrap .uagb-column__wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.uagb-columns__wrap .uagb-columns__shape{overflow:hidden;position:absolute;left:0;width:100%;line-height:0;direction:ltr;z-index:1}.uagb-columns__wrap .uagb-columns__shape-top{top:-3px}.uagb-columns__wrap .uagb-columns__shape-bottom{bottom:-3px}.uagb-columns__wrap .uagb-columns__shape[data-negative="false"].uagb-columns__shape-bottom{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.uagb-columns__wrap .uagb-columns__shape[data-negative="true"].uagb-columns__shape-top{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.uagb-columns__wrap .uagb-columns__shape.uagb-columns__shape-flip svg{transform:translateX(-50%) rotateY(180deg)}.uagb-columns__wrap .uagb-columns__shape svg{display:block;width:-webkit-calc(100% + 1.3px);width:calc(100% + 1.3px);position:relative;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.uagb-columns__wrap .uagb-columns__shape .uagb-columns__shape-fill{fill:#333;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.uagb-columns__wrap .uagb-columns__shape.uagb-columns__shape-above-content{z-index:9;pointer-events:none}.uagb-columns__valign-center .uagb-column__wrap,.uagb-columns__valign-middle .uagb-column__wrap{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.uagb-columns__valign-top .uagb-column__wrap{-webkit-box-align:flex-start;-webkit-align-items:flex-start;-ms-flex-align:flex-start;align-items:flex-start}.uagb-columns__valign-bottom .uagb-column__wrap{-webkit-box-align:flex-end;-webkit-align-items:flex-end;-ms-flex-align:flex-end;align-items:flex-end}.uagb-columns__inner-wrap{display:flex;flex-wrap:nowrap}.uagb-columns__columns-1>.uagb-column__wrap{width:100%}.uagb-columns__columns-2>.uagb-column__wrap{width:50%}.uagb-columns__columns-3>.uagb-column__wrap{width:33.33%}.uagb-columns__columns-4>.uagb-column__wrap{width:25%}.uagb-columns__columns-5>.uagb-column__wrap{width:20%}.uagb-columns__columns-6>.uagb-column__wrap{width:16.66%}.uagb-columns__gap-nogap>.wp-block[data-type="uagb/column"] .uagb-column__inner-wrap{padding:0}.uagb-columns__gap-default>.wp-block[data-type="uagb/column"] .uagb-column__inner-wrap{padding:10px}.uagb-columns__gap-narrow>.wp-block[data-type="uagb/column"] .uagb-column__inner-wrap{padding:5px}.uagb-columns__gap-extended>.wp-block[data-type="uagb/column"] .uagb-column__inner-wrap{padding:15px}.uagb-columns__gap-wide>.wp-block[data-type="uagb/column"] .uagb-column__inner-wrap{padding:20px}.uagb-columns__gap-wider>.wp-block[data-type="uagb/column"] .uagb-column__inner-wrap{padding:30px}@media (max-width: 976px){.uagb-columns__stack-tablet>.uagb-columns__columns-1>.uagb-column__wrap,.uagb-columns__stack-tablet>.uagb-columns__columns-2>.uagb-column__wrap,.uagb-columns__stack-tablet>.uagb-columns__columns-3>.uagb-column__wrap,.uagb-columns__stack-tablet>.uagb-columns__columns-4>.uagb-column__wrap,.uagb-columns__stack-tablet>.uagb-columns__columns-5>.uagb-column__wrap,.uagb-columns__stack-tablet>.uagb-columns__columns-6>.uagb-column__wrap{width:100% !important}.uagb-columns__stack-tablet>.uagb-columns__inner-wrap{display:block}.uagb-columns__reverse-tablet .uagb-columns__inner-wrap{display:flex;flex-direction:column-reverse}}@media (max-width: 767px){.uagb-columns__stack-mobile>.uagb-columns__columns-1>.uagb-column__wrap,.uagb-columns__stack-mobile>.uagb-columns__columns-2>.uagb-column__wrap,.uagb-columns__stack-mobile>.uagb-columns__columns-3>.uagb-column__wrap,.uagb-columns__stack-mobile>.uagb-columns__columns-4>.uagb-column__wrap,.uagb-columns__stack-mobile>.uagb-columns__columns-5>.uagb-column__wrap,.uagb-columns__stack-mobile>.uagb-columns__columns-6>.uagb-column__wrap{width:100% !important}.uagb-columns__stack-mobile>.uagb-columns__inner-wrap{display:block}.uagb-columns__reverse-mobile .uagb-columns__inner-wrap{display:flex;flex-direction:column-reverse}}@media (min-width: 768px) and (max-width: 1024px){.wp-block-uagb-columns.uagb-columns__wrap.uagb-columns__background-image{background-attachment:scroll}}@media (max-width: 449px){.uagb-columns__wrap .uagb-column__wrap.uagb-column__background-image{background-attachment:scroll !important}}
|
10 |
.uagb-google-map__wrap{display:flex}.uagb-google-map__wrap .uagb-google-map__iframe{width:100%;box-shadow:none;border:none;padding:0;margin:0}
|
11 |
+
.wp-block-uagb-blockquote{padding:0;margin:0 auto}.wp-block-uagb-blockquote .uagb-blockquote__content,.wp-block-uagb-blockquote cite.uagb-blockquote__author{font-style:normal;display:block}.wp-block-uagb-blockquote cite.uagb-blockquote__author,.wp-block-uagb-blockquote .uagb-blockquote__author{-ms-flex-item-align:center;align-self:center}.wp-block-uagb-blockquote .uagb-blockquote__skin-quotation blockquote.uagb-blockquote{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;quotes:none;border-left:0 none;border-right:0 none;border-top:0 none;border-bottom:0 none;font-style:normal}.wp-block-uagb-blockquote .uagb-blockquote__skin-quotation .uagb-blockquote__icon-wrap{position:relative;display:inline-block;padding:0px;z-index:1;background:#333;padding:10px;border-radius:100%;margin-right:10px}.wp-block-uagb-blockquote .uagb-blockquote__skin-quotation .uagb-blockquote__icon{height:25px;width:25px;display:inline-block;float:left}.wp-block-uagb-blockquote .uagb-blockquote__skin-quotation .uagb-blockquote__icon svg{height:inherit;width:inherit;display:inherit}.wp-block-uagb-blockquote .uagb-blockquote__skin-quotation.uagb-blockquote__style-style_2 .uagb-blockquote__icon-wrap{display:inline-block;float:left}.wp-block-uagb-blockquote blockquote.uagb-blockquote{margin:0;padding:0}.wp-block-uagb-blockquote .uagb-blockquote__wrap,.wp-block-uagb-blockquote .uagb-blockquote__wrap *{-webkit-box-sizing:border-box;box-sizing:border-box}.wp-block-uagb-blockquote .uagb-blockquote__style-style_2 .uagb-blockquote__icon-wrap{display:inline-block;float:left;text-align:left}.wp-block-uagb-blockquote .uagb-blockquote__separator-parent{display:-webkit-box;display:-ms-flexbox;-js-display:flex;display:-webkit-flex;display:-moz-box;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;justify-content:flex-start}.wp-block-uagb-blockquote .uagb-blockquote__with-tweet .uagb-blockquote footer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.wp-block-uagb-blockquote .uagb-blockquote a{-webkit-box-shadow:none;box-shadow:none;text-decoration:none}.wp-block-uagb-blockquote .uagb-blockquote a.uagb-blockquote__tweet-button{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition:0.2s;-o-transition:0.2s;transition:0.2s;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;line-height:1;position:relative;width:-webkit-max-content;width:-moz-max-content;width:max-content;padding:0;color:#1DA1F2;background-color:transparent;-ms-flex-item-align:center;align-self:center}.wp-block-uagb-blockquote a.uagb-blockquote__tweet-button svg{height:15px;width:15px;margin-right:5px;fill:#fff;vertical-align:middle;align-self:center}.wp-block-uagb-blockquote a.uagb-blockquote__tweet-button,.wp-block-uagb-blockquote a.uagb-blockquote__tweet-button svg{font-style:normal}.wp-block-uagb-blockquote .uagb-blockquote__tweet-icon a.uagb-blockquote__tweet-button svg{margin-right:0}.wp-block-uagb-blockquote .uagb-blockquote__tweet-icon_text svg{margin-right:10px}.wp-block-uagb-blockquote .uagb-blockquote__tweet-icon a.uagb-blockquote__tweet-button{padding:8px}.wp-block-uagb-blockquote .uagb-blockquote__tweet-icon_text a.uagb-blockquote__tweet-button,.wp-block-uagb-blockquote .uagb-blockquote__tweet-text a.uagb-blockquote__tweet-button{padding:10px 14px}.wp-block-uagb-blockquote .uagb-blockquote__tweet-style-link a.uagb-blockquote__tweet-button{padding:10px 0}.wp-block-uagb-blockquote .uagb-blockquote__tweet-style-classic a.uagb-blockquote__tweet-button,.wp-block-uagb-blockquote .uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button{background-color:#1DA1F2;border-radius:100em;color:#fff}.wp-block-uagb-blockquote .uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button:before{content:'';border:solid 0.5em transparent;border-right-color:#1DA1F2;position:absolute;left:-0.8em;top:50%;-webkit-transform:translateY(-50%) scale(1, 0.65);-ms-transform:translateY(-50%) scale(1, 0.65);transform:translateY(-50%) scale(1, 0.65);-webkit-transition:0.2s;-o-transition:0.2s;transition:0.2s}.wp-block-uagb-blockquote .uagb-blockquote__align-right.uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button:before{left:auto;right:-0.8em;-webkit-transform:translateY(-50%) scale(1, 0.65) rotate(180deg);-ms-transform:translateY(-50%) scale(1, 0.65) rotate(180deg);transform:translateY(-50%) scale(1, 0.65) rotate(180deg)}.wp-block-uagb-blockquote .uagb-blockquote__align-center.uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button:before{left:50%;top:-0.8em;right:auto;-webkit-transform:translateX(-50%) scale(1, 0.85) rotate(90deg);-ms-transform:translateX(-50%) scale(1, 0.85) rotate(90deg);transform:translate(-50%, 10%) scale(1, 0.85) rotate(90deg)}.wp-block-uagb-blockquote .uagb-blockquote__with-tweet.uagb-blockquote__align-center .uagb-blockquote footer,.wp-block-uagb-blockquote .uagb-blockquote__align-center .uagb-blockquote footer{display:block;text-align:center}.wp-block-uagb-blockquote .uagb-blockquote__align-center a.uagb-blockquote__tweet-button{display:block;text-align:center;margin:0 auto;-ms-flex-item-align:center;align-self:center}.wp-block-uagb-blockquote .uagb-blockquote__with-tweet.uagb-blockquote__align-right .uagb-blockquote footer,.wp-block-uagb-blockquote .uagb-blockquote__align-right .uagb-blockquote footer{flex-direction:row-reverse}.wp-block-uagb-blockquote .uagb-blockquote__author-image{align-self:center}.wp-block-uagb-blockquote .uagb-blockquote__author-image img{width:50px;height:50px;border-radius:100%;margin-right:10px}.wp-block-uagb-blockquote .uagb-blockquote__author-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:row}.wp-block-uagb-blockquote .uagb-blockquote__align-right .uagb-blockquote__author-wrap,.wp-block-uagb-blockquote .uagb-blockquote__align-left .uagb-blockquote__author-wrap.uagb-blockquote__author-at-right{justify-content:flex-end;-webkit-box-pack:flex-end;-ms-flex-pack:flex-end;-webkit-justify-content:flex-end;-moz-box-pack:flex-end}.wp-block-uagb-blockquote .uagb-blockquote__align-left .uagb-blockquote__author-wrap,.wp-block-uagb-blockquote .uagb-blockquote__align-right .uagb-blockquote__author-wrap.uagb-blockquote__author-at-right{justify-content:flex-start;-webkit-box-pack:flex-start;-ms-flex-pack:flex-start;-webkit-justify-content:flex-start;-moz-box-pack:flex-start}.wp-block-uagb-blockquote .uagb-blockquote__with-tweet .uagb-blockquote__author-wrap{justify-content:unset;-webkit-box-pack:unset;-ms-flex-pack:unset;-webkit-justify-content:unset;-moz-box-pack:unset}.wp-block-uagb-blockquote .uagb-blockquote__align-center .uagb-blockquote__author-wrap,.wp-block-uagb-blockquote .uagb-blockquote__align-center.uagb-blockquote__with-tweet .uagb-blockquote__author-wrap{justify-content:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-box-pack:center}.wp-block-uagb-blockquote .uagb-blockquote__author-wrap.uagb-blockquote__author-at-top{width:100%}.wp-block-uagb-blockquote .uagb-blockquote__author-wrap.uagb-blockquote__author-at-top .uagb-blockquote__author-image,.wp-block-uagb-blockquote .uagb-blockquote__author-wrap.uagb-blockquote__author-at-top .uagb-blockquote__author{width:inherit}.wp-block-uagb-blockquote .uagb-blockquote__with-tweet .uagb-blockquote__author-wrap.uagb-blockquote__author-at-top{width:auto}.wp-block-uagb-blockquote .uagb-blockquote__author-wrap.uagb-blockquote__author-at-right{-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.wp-block-uagb-blockquote .uagb-blockquote__align-right .uagb-blockquote__author-wrap.uagb-blockquote__author-at-top{text-align:right}.wp-block-uagb-blockquote .uagb-blockquote__author-wrap.uagb-blockquote__author-at-right .uagb-blockquote__author-image img{margin-left:10px;margin-right:0}.wp-block-uagb-blockquote .uagb-blockquote__author-wrap.uagb-blockquote__author-at-top{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}@media only screen and (max-width: 976px){.wp-block-uagb-blockquote .uagb-blockquote__stack-img-tablet .uagb-blockquote__author{width:100%}.wp-block-uagb-blockquote .uagb-blockquote__stack-img-tablet .uagb-blockquote__author-wrap.uagb-blockquote__author-at-right,.wp-block-uagb-blockquote .uagb-blockquote__stack-img-tablet .uagb-blockquote__author-wrap.uagb-blockquote__author-at-left{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.wp-block-uagb-blockquote .uagb-blockquote__stack-img-tablet .uagb-blockquote__author-wrap.uagb-blockquote__author-at-right .uagb-blockquote__author-image img,.wp-block-uagb-blockquote .uagb-blockquote__stack-img-tablet .uagb-blockquote__author-wrap.uagb-blockquote__author-at-left .uagb-blockquote__author-image img{margin-left:0;margin-right:0;margin-bottom:10px}.wp-block-uagb-blockquote .uagb-blockquote__stack-img-tablet.uagb-blockquote__with-tweet .uagb-blockquote footer{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-ms-flex-item-align:flex-start;align-self:flex-start}.wp-block-uagb-blockquote .uagb-blockquote__stack-img-tablet .uagb-blockquote__author-wrap.uagb-blockquote__author-at-left,.wp-block-uagb-blockquote .uagb-blockquote__stack-img-tablet a.uagb-blockquote__tweet-button{-ms-flex-item-align:flex-start;align-self:flex-start}.wp-block-uagb-blockquote .uagb-blockquote__stack-img-tablet.uagb-blockquote__align-right.uagb-blockquote__with-tweet .uagb-blockquote footer,.wp-block-uagb-blockquote .uagb-blockquote__stack-img-tablet.uagb-blockquote__align-right .uagb-blockquote__author-wrap.uagb-blockquote__author-at-left,.wp-block-uagb-blockquote .uagb-blockquote__stack-img-tablet.uagb-blockquote__align-right a.uagb-blockquote__tweet-button{-ms-flex-item-align:flex-end;align-self:flex-end}.wp-block-uagb-blockquote .uagb-blockquote__stack-img-tablet a.uagb-blockquote__tweet-button{margin-top:10px}.wp-block-uagb-blockquote .uagb-blockquote__align-right.uagb-blockquote__stack-img-tablet .uagb-blockquote__author-image{-ms-flex-item-align:flex-end;align-self:flex-end}.wp-block-uagb-blockquote .uagb-blockquote__align-left.uagb-blockquote__stack-img-tablet .uagb-blockquote__author-image,.wp-block-uagb-blockquote .uagb-blockquote__align-left.uagb-blockquote__stack-img-tablet .uagb-blockquote__author{-ms-flex-item-align:flex-start;align-self:flex-start}.wp-block-uagb-blockquote .uagb-blockquote__stack-img-tablet.uagb-blockquote__align-right.uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button:before,.wp-block-uagb-blockquote .uagb-blockquote__stack-img-tablet.uagb-blockquote__align-left.uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button:before{left:50%;top:-0.8em;right:auto;-webkit-transform:translateX(-50%) scale(1, 0.85) rotate(90deg);-ms-transform:translateX(-50%) scale(1, 0.85) rotate(90deg);transform:translate(-50%, 10%) scale(1, 0.85) rotate(90deg)}}@media screen and (max-width: 767px){.wp-block-uagb-blockquote .uagb-blockquote__stack-img-mobile .uagb-blockquote__author{width:100%}.wp-block-uagb-blockquote .uagb-blockquote__stack-img-mobile .uagb-blockquote__author-wrap.uagb-blockquote__author-at-right,.wp-block-uagb-blockquote .uagb-blockquote__stack-img-mobile .uagb-blockquote__author-wrap.uagb-blockquote__author-at-left{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.wp-block-uagb-blockquote .uagb-blockquote__stack-img-mobile .uagb-blockquote__author-wrap.uagb-blockquote__author-at-right .uagb-blockquote__author-image img,.wp-block-uagb-blockquote .uagb-blockquote__stack-img-mobile .uagb-blockquote__author-wrap.uagb-blockquote__author-at-left .uagb-blockquote__author-image img{margin-left:0;margin-right:0;margin-bottom:10px}.wp-block-uagb-blockquote .uagb-blockquote__stack-img-mobile.uagb-blockquote__with-tweet .uagb-blockquote footer{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-ms-flex-item-align:flex-start;align-self:flex-start}.wp-block-uagb-blockquote .uagb-blockquote__stack-img-mobile .uagb-blockquote__author-wrap.uagb-blockquote__author-at-left,.wp-block-uagb-blockquote .uagb-blockquote__stack-img-mobile a.uagb-blockquote__tweet-button{-ms-flex-item-align:flex-start;align-self:flex-start}.wp-block-uagb-blockquote .uagb-blockquote__stack-img-mobile.uagb-blockquote__align-right.uagb-blockquote__with-tweet .uagb-blockquote footer,.wp-block-uagb-blockquote .uagb-blockquote__stack-img-mobile.uagb-blockquote__align-right .uagb-blockquote__author-wrap.uagb-blockquote__author-at-left,.wp-block-uagb-blockquote .uagb-blockquote__stack-img-mobile.uagb-blockquote__align-right a.uagb-blockquote__tweet-button{-ms-flex-item-align:flex-end;align-self:flex-end}.wp-block-uagb-blockquote .uagb-blockquote__stack-img-mobile a.uagb-blockquote__tweet-button{margin-top:10px}.wp-block-uagb-blockquote .uagb-blockquote__align-right.uagb-blockquote__stack-img-mobile .uagb-blockquote__author-image{-ms-flex-item-align:flex-end;align-self:flex-end}.wp-block-uagb-blockquote .uagb-blockquote__align-left.uagb-blockquote__stack-img-mobile .uagb-blockquote__author-image,.wp-block-uagb-blockquote .uagb-blockquote__align-left.uagb-blockquote__stack-img-tablet .uagb-blockquote__author{-ms-flex-item-align:flex-start;align-self:flex-start}.wp-block-uagb-blockquote .uagb-blockquote__stack-img-mobile.uagb-blockquote__align-right.uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button:before,.wp-block-uagb-blockquote .uagb-blockquote__stack-img-mobile.uagb-blockquote__align-left.uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button:before{left:50%;top:-0.8em;right:auto;-webkit-transform:translateX(-50%) scale(1, 0.85) rotate(90deg);-ms-transform:translateX(-50%) scale(1, 0.85) rotate(90deg);transform:translate(-50%, 10%) scale(1, 0.85) rotate(90deg)}}
|
|
|
12 |
.uagb-howto__cost-wrap{display:block}.uagb-howto__cost-wrap .uagb-howto-estcost-text,.uagb-howto__cost-wrap .uagb-howto-estcost-value,.uagb-howto__cost-wrap .uagb-howto-estcost-type{display:inline-flex}.uagb-howto__time-wrap{display:block}.uagb-howto__time-wrap .uagb-howto-timeNeeded-text,.uagb-howto__time-wrap .uagb-howto-timeNeeded-value,.uagb-howto__time-wrap .uagb-howto-timeINmin-text{display:inline-flex}.uagb-howto__time-wrap .uagb-howto-timeINmin-text{margin-left:5px}
|
13 |
+
.wp-block-uagb-icon-list-child{position:relative}.wp-block-uagb-icon-list-child>a{position:absolute;top:0;left:0;width:100%;height:100%}img.uagb-icon-list__source-image{max-width:unset}
|
14 |
.uagb-icon-list__outer-wrap .uagb-icon-list__wrap{display:flex;align-items:flex-start;justify-content:flex-start}.uagb-icon-list__outer-wrap.wp-block-uagb-icon-list .uagb-icon-list__wrap a.uagb-icon-list__wrapper,.uagb-icon-list__outer-wrap.wp-block-uagb-icon-list .uagb-icon-list__wrap a.uagb-icon-list__wrapper:focus,.uagb-icon-list__outer-wrap.wp-block-uagb-icon-list .uagb-icon-list__wrap a.uagb-icon-list__wrapper:active,.uagb-icon-list__outer-wrap.wp-block-uagb-icon-list .uagb-icon-list__wrap a.uagb-icon-list__wrapper:visited{text-decoration:none}.uagb-icon-list__outer-wrap a.uagb-button__link:focus{box-shadow:none}.uagb-icon-list__outer-wrap .uagb-icon-list__wrapper>p{display:none}.uagb-icon-list__outer-wrap .uagb-icon-list__wrapper{padding:0;margin-left:5px;margin-right:5px;transition:all 0.2s;display:inline-flex;text-align:center}.uagb-icon-list__outer-wrap .uagb-icon-list__content-wrap,.uagb-icon-list__outer-wrap .uagb-icon-list__source-wrap{width:inherit;display:inline-block}.uagb-icon-list__outer-wrap .uagb-icon-list__source-wrap{display:inherit;align-items:center}.uagb-icon-list__outer-wrap .uagb-icon-list__content-wrap{color:#3a3a3a;display:flex;align-items:center}.uagb-icon-list__outer-wrap .uagb-icon-list__source-icon,.uagb-icon-list__outer-wrap .uagb-icon-list__source-icon:before{font-size:40px;width:40px;height:40px}.uagb-icon-list__outer-wrap .uagb-icon-list__content-wrap span.uagb-icon-list__source-wrap{display:block}.uagb-icon-list__outer-wrap .uagb-icon-list__source-icon svg{display:block}.uagb-icon-list__outer-wrap .uagb-icon-list__source-image{width:40px}.uagb-icon-list__outer-wrap .uagb-icon-list__wrapper:first-child{margin-left:0}.uagb-icon-list__outer-wrap .uagb-icon-list__wrapper:last-child{margin-right:0}.uagb-icon-list__outer-wrap .uagb-icon-list__wrap>p{display:none}.uagb-icon-list__outer-wrap .uagb-icon-list__wrapper[href="/"]{pointer-events:none;cursor:text}.uagb-icon-list__outer-wrap.wp-block-uagb-icon-list .uagb-icon-list__wrap .uagb-icon-list__wrapper{text-decoration:none}.uagb-icon-list__outer-wrap .uagb-icon-list__wrap .uagb-icon-list__wrapper{box-shadow:none}.uagb-icon-list__outer-wrap.uagb-icon-list__icon-at-top .uagb-icon-list__source-wrap{align-self:flex-start}.uagb-icon-list__outer-wrap:not(.uagb-icon-list__no-label) .uagb-icon-list__source-wrap{margin-right:15px}.uagb-icon-list__no-label .uagb-icon-list__label-wrap{display:none}
|
15 |
.uagb-inline_notice__outer-wrap.uagb-inline_notice__align-right{text-align:right}.uagb-inline_notice__outer-wrap.uagb-inline_notice__align-right span.uagb-notice-dismiss{left:13px}.uagb-inline_notice__outer-wrap.uagb-inline_notice__align-center{text-align:center}.uagb-inline_notice__outer-wrap.uagb-inline_notice__align-center span.uagb-notice-dismiss{right:13px}.uagb-inline_notice__outer-wrap.uagb-inline_notice__align-left{text-align:left}.uagb-inline_notice__outer-wrap.uagb-inline_notice__align-left span.uagb-notice-dismiss{right:13px}.wp-block-uagb-inline-notice{position:relative}.wp-block-uagb-inline-notice.uagb-notice__active{display:none}.wp-block-uagb-inline-notice .uagb-notice-title{margin:0;width:100%;display:inline-block}.wp-block-uagb-inline-notice span.uagb-notice-dismiss svg{width:16px;height:16px}.wp-block-uagb-inline-notice span.uagb-notice-dismiss{position:absolute;cursor:pointer;top:13px;opacity:.8;padding:0;background:none;transition:.3s ease}
|
16 |
.wp-block-uagb-marketing-button .uagb-marketing-btn__wrap>p,.wp-block-uagb-marketing-button p:empty{display:none}.wp-block-uagb-marketing-button .uagb-marketing-btn__title,.wp-block-uagb-marketing-button p.uagb-marketing-btn__prefix{margin:0}.wp-block-uagb-marketing-button .uagb-marketing-btn__wrap{display:-webkit-box;display:-ms-flexbox;display:flex}.wp-block-uagb-marketing-button .uagb-marketing-btn__link{z-index:1}.wp-block-uagb-marketing-button .uagb-marketing-btn__link{display:inline-block;position:relative;-webkit-transition:all 0.2s;-o-transition:all 0.2s;transition:all 0.2s}.wp-block-uagb-marketing-button .uagb-marketing-btn__icon-wrap{width:20px;height:20px;display:flex;z-index:1}.wp-block-uagb-marketing-button .uagb-marketing-btn__icon-wrap svg{width:inherit;height:inherit}.wp-block-uagb-marketing-button .uagb-marketing-btn__title-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wp-block-uagb-marketing-button.uagb-marketing-btn__align-center .uagb-marketing-btn__wrap,.wp-block-uagb-marketing-button.uagb-marketing-btn__align-text-center .uagb-marketing-btn__title-wrap{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.wp-block-uagb-marketing-button.uagb-marketing-btn__align-left .uagb-marketing-btn__wrap,.wp-block-uagb-marketing-button.uagb-marketing-btn__align-text-left .uagb-marketing-btn__title-wrap{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.wp-block-uagb-marketing-button.uagb-marketing-btn__align-right .uagb-marketing-btn__wrap,.wp-block-uagb-marketing-button.uagb-marketing-btn__align-text-right .uagb-marketing-btn__title-wrap{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.wp-block-uagb-marketing-button.uagb-marketing-btn__align-full .uagb-marketing-btn__link{width:100%}.wp-block-uagb-marketing-button.uagb-marketing-btn__align-text-center .uagb-marketing-btn__prefix-wrap{text-align:center}.wp-block-uagb-marketing-button.uagb-marketing-btn__align-text-left .uagb-marketing-btn__prefix-wrap{text-align:left}.wp-block-uagb-marketing-button.uagb-marketing-btn__align-text-right .uagb-marketing-btn__prefix-wrap{text-align:right}.wp-block-uagb-marketing-button.uagb-marketing-btn__icon-after .uagb-marketing-btn__title-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.entry-content .wp-block-uagb-marketing-button .uagb-marketing-btn__link{text-decoration:none}
|
17 |
.uagb-ifb-icon-wrap,.uagb-ifb-icon-wrap *{-webkit-transition:all 0.2s;-o-transition:all 0.2s;transition:all 0.2s}.uagb-ifb-icon-wrap .uagb-ifb-icon,.uagb-ifb-content{display:inline-block}.uagb-ifb-icon svg{width:inherit;height:inherit;vertical-align:middle}.infobox-icon-above-title .uagb-ifb-left-right-wrap{text-align:center}a.uagb-infobox-cta-link span{font-size:inherit}.uagb-ifb-cta.uagb-infobox-cta-link-style:empty{display:none}a.uagb-infobox-cta-link,.entry .entry-content a.uagb-infobox-cta-link,a.uagb-infobox-link-wrap,.entry .entry-content a.uagb-infobox-link-wrap{text-decoration:none}a.uagb-infobox-cta-link:hover,.entry .entry-content a.uagb-infobox-cta-link:hover,a.uagb-infobox-link-wrap:hover,.entry .entry-content a.uagb-infobox-link-wrap:hover .entry .entry-content a.uagb-infobox-cta-link:hover{color:inherit}.uagb-infobox-icon-left-title.uagb-infobox-image-valign-middle .uagb-ifb-title-wrap,.uagb-infobox-icon-right-title.uagb-infobox-image-valign-middle .uagb-ifb-title-wrap,.uagb-infobox-image-valign-middle .uagb-ifb-imgicon-wrap,.uagb-infobox-icon-left.uagb-infobox-image-valign-middle .uagb-ifb-content,.uagb-infobox-icon-right.uagb-infobox-image-valign-middle .uagb-ifb-content{-ms-flex-item-align:center;-webkit-align-self:center;align-self:center}.uagb-infobox-left{text-align:left;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;justify-content:flex-start}.uagb-infobox-center{text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center}.uagb-infobox-right{text-align:right;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;justify-content:flex-end}.uagb-ifb-left-right-wrap{width:100%;word-break:break-word}.uagb-infobox-icon-above-title .uagb-ifb-left-right-wrap,.uagb-infobox-icon-below-title .uagb-ifb-left-right-wrap{display:block;min-width:100%;width:100%}.uagb-infobox-icon-left-title .uagb-ifb-icon-wrap,.uagb-infobox-icon-left .uagb-ifb-icon-wrap{margin-right:10px}.uagb-infobox-icon-right-title .uagb-ifb-icon-wrap,.uagb-infobox-icon-right .uagb-ifb-icon-wrap{margin-left:10px}.uagb-infobox-icon-left .uagb-ifb-left-right-wrap,.uagb-infobox-icon-right .uagb-ifb-left-right-wrap,.uagb-infobox-icon-left-title .uagb-ifb-left-title-image,.uagb-infobox-icon-right-title .uagb-ifb-right-title-image{display:-webkit-box;display:-ms-flexbox;-js-display:flex;display:-webkit-flex;display:-moz-box;display:flex}.uagb-infobox-icon-right .uagb-ifb-left-right-wrap,.uagb-infobox-icon-right-title .uagb-ifb-right-title-image{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;justify-content:flex-end}.uagb-ifb-icon-wrap .uagb-ifb-icon span{font-style:initial;height:auto;width:auto}.uagb-ifb-imgicon-wrap .uagb-ifb-image-content{display:inline-block;line-height:0;position:relative;max-width:100%}.uagb-ifb-imgicon-wrap .uagb-ifb-image-content img{display:inline;height:auto !important;max-width:100%;width:auto;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-border-radius:inherit;border-radius:inherit}.uagb-ifb-imgicon-wrap .uagb-image-crop-circle img{-webkit-border-radius:100%;border-radius:100%}.uagb-ifb-imgicon-wrap .uagb-image-crop-square img{-webkit-border-radius:0;border-radius:0}.uagb-infobox-module-link{position:absolute;width:100%;height:100%;left:0;top:0;bottom:0;right:0;z-index:4}.uagb-edit-mode .uagb-infobox-module-link{z-index:2}.uagb-infobox-link-icon-after{margin-left:5px;margin-right:0}.uagb-infobox-link-icon-before{margin-left:0;margin-right:5px}.uagb-infobox-link-icon{-webkit-transition:all 200ms linear;transition:all 200ms linear}.uagb-infobox{position:relative}.uagb-ifb-separator{width:30%;border-top-width:2px;border-top-color:#333;border-top-style:solid;display:inline-block;margin:0}.uagb-ifb-separator-parent{line-height:0em;margin-left:0;margin-right:0;margin-bottom:10px}.uagb-ifb-cta-button{display:inline-block;line-height:1;background-color:#818a91;color:#fff;text-align:center}.uagb-ifb-button-wrapper .wp-block-button__link svg{fill:currentColor}.uagb-ifb-cta a{-webkit-box-shadow:none;box-shadow:none;text-decoration:none}.uagb-ifb-title-wrap{width:100%}.uagb-ifb-title-wrap .uagb-ifb-title,.uagb-ifb-title-wrap .uagb-ifb-title-prefix{padding:0;margin:0;display:block}.uagb-infobox__content-wrap.uagb-infobox{position:relative}.uagb-ifb-icon span{font-size:40px;height:40px;color:#333;width:40px}.uagb-ifb-icon svg{fill:#333}.uagb-ifb-content{width:100%}.uagb-infobox__content-wrap.uagb-infobox,.uagb-ifb-content,.uagb-ifb-title-wrap,.uagb-ifb-title-prefix *,svg.dashicon.dashicons-upload{z-index:1}.uagb-ifb-left-right-wrap{z-index:1}.uagb-infobox-cta-link{cursor:pointer}a.uagb-infobox-link-wrap{color:inherit}.uagb-ifb-content p:empty{display:none}.uagb-infobox .uagb-ifb-icon,.uagb-infobox .uagb-ifb-image-content img{display:inline-block;box-sizing:content-box}.uagb-ifb-align-icon-after{margin-left:5px}.uagb-ifb-align-icon-before{margin-right:5px}span.uagb-ifb-button-icon.uagb-ifb-align-icon-after{float:right}.uagb-ifb-button-icon{height:15px;width:15px;font-size:15px;vertical-align:middle}.uagb-ifb-text-icon{height:15px;width:15px;font-size:15px;line-height:15px;vertical-align:middle;display:inline-block}.uagb-ifb-button-icon svg,.uagb-ifb-text-icon svg{height:inherit;width:inherit;display:inline-block}.block-editor-page #wpwrap .uagb-infobox-cta-link svg,.uagb-infobox-cta-link svg{font-style:normal}.uagb-infobox__outer-wrap{position:relative}a.uagb-infbox__link-to-all{height:100%;width:100%;top:0;left:0;position:absolute;z-index:3;-webkit-box-shadow:none;box-shadow:none;text-decoration:none}@media only screen and (max-width: 976px){.uagb-infobox-stacked-tablet .uagb-ifb-left-right-wrap .uagb-ifb-imgicon-wrap{padding:0;margin-bottom:20px}.uagb-infobox-stacked-tablet.uagb-reverse-order-tablet .uagb-ifb-left-right-wrap{display:-webkit-inline-box;display:-ms-inline-flexbox;-js-display:inline-flex;display:-webkit-inline-flex;display:-moz-inline-box;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;-webkit-flex-direction:column-reverse;-moz-box-orient:vertical;-moz-box-direction:reverse;flex-direction:column-reverse}.uagb-infobox.uagb-infobox-stacked-tablet .uagb-ifb-left-right-wrap .uagb-ifb-content,.uagb-infobox.uagb-infobox-stacked-tablet .uagb-ifb-left-right-wrap .uagb-ifb-imgicon-wrap{display:block;width:100%;text-align:center}.uagb-infobox.uagb-infobox-stacked-tablet .uagb-ifb-left-right-wrap .uagb-ifb-imgicon-wrap{margin-left:0px;margin-right:0px}.uagb-infobox-stacked-tablet .uagb-ifb-left-right-wrap{display:inline-block}.uagb-infobox-icon-left-title.uagb-infobox-stacked-tablet .uagb-ifb-imgicon-wrap,.uagb-infobox-icon-left.uagb-infobox-stacked-tablet .uagb-ifb-imgicon-wrap{margin-right:0px}.uagb-infobox-icon-right-title.uagb-infobox-stacked-tablet .uagb-ifb-imgicon-wrap,.uagb-infobox-icon-right.uagb-infobox-stacked-tablet .uagb-ifb-imgicon-wrap{margin-left:0px}.uagb-infobox-icon-left-title .uagb-ifb-separator-parent{margin:10px 0}}@media screen and (max-width: 767px){.uagb-infobox-stacked-mobile .uagb-ifb-left-right-wrap .uagb-ifb-imgicon-wrap{padding:0;margin-bottom:20px}.uagb-infobox-stacked-mobile.uagb-reverse-order-mobile .uagb-ifb-left-right-wrap{display:-webkit-inline-box;display:-ms-inline-flexbox;-js-display:inline-flex;display:-webkit-inline-flex;display:-moz-inline-box;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;-webkit-flex-direction:column-reverse;-moz-box-orient:vertical;-moz-box-direction:reverse;flex-direction:column-reverse}.uagb-infobox.uagb-infobox-stacked-mobile .uagb-ifb-left-right-wrap .uagb-ifb-content,.uagb-infobox.uagb-infobox-stacked-mobile .uagb-ifb-left-right-wrap .uagb-ifb-imgicon-wrap{display:block;width:100%;text-align:center}.uagb-infobox.uagb-infobox-stacked-mobile .uagb-ifb-left-right-wrap .uagb-ifb-imgicon-wrap{margin-left:0px;margin-right:0px}.uagb-infobox-stacked-mobile .uagb-ifb-left-right-wrap{display:inline-block}.uagb-infobox-icon-left-title.uagb-infobox-stacked-mobile .uagb-ifb-imgicon-wrap,.uagb-infobox-icon-left.uagb-infobox-stacked-mobile .uagb-ifb-imgicon-wrap{margin-right:0px}.uagb-infobox-icon-right-title.uagb-infobox-stacked-mobile .uagb-ifb-imgicon-wrap,.uagb-infobox-icon-right.uagb-infobox-stacked-mobile .uagb-ifb-imgicon-wrap{margin-left:0px}.uagb-infobox-icon-left-title .uagb-ifb-separator-parent{margin:10px 0}}
|
|
|
|
|
18 |
.uagb_review_block{padding:25px 40px 35px 40px;margin:30px auto}.uagb_review_block a.uagb-rating-link-wrapper{color:inherit}.uagb_review_block .uagb-rating__source-wrap{padding-top:10px;padding-bottom:10px}.uagb_review_block .uagb_review_entry{display:flex;padding:10px 0 10px 0;border-bottom:1px solid #e9e9e9}.uagb_review_block .uagb_review_summary_title{margin:23px 0 13px 0;font-size:24px;font-weight:600}.uagb_review_block .uagb_review_summary .uagb_review_overall_value{flex-basis:75%}.uagb_review_block .uagb_review_average{display:inline-flex}.uagb_review_block .uagb_review_rating{text-align:right;font-size:40px}.uagb_review_block .uagb_review_average_stars{display:flex;grid-area:auto;justify-self:self-end;height:50px;line-height:60px;margin-left:10px;margin-top:25px}
|
19 |
+
.uagb-rest_menu__wrap{position:relative;padding-left:5px;padding-right:5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.uagb-rest_menu__wrap,.uagb-rest_menu__wrap *{-webkit-transition:all 0.2s;-o-transition:all 0.2s;transition:all 0.2s}.uagb-rm__image img,.slick-slide .uagb-rm__image img{display:inline-block;box-sizing:content-box}.uagb-rm__title,.uagb-rm__price{display:inline-block}.uagb-rm__desc{margin-bottom:15px;font-style:italic}.uagb-rm__content{overflow:hidden;text-align:left;word-break:break-word;padding:15px;border-radius:inherit;position:relative;padding:5px}.uagb-rm__image-position-left .uagb-rm__content,.uagb-rm__image-position-right .uagb-rm__content{display:-ms-flexbox;-js-display:flex;display:flex}.uagb-rm-details{display:table;width:100%}.uagb-rm__title-wrap,.uagb-rm__price-wrap{display:table-cell}.uagb-rm__title-wrap,.uagb-rm__image-position-left.uagb-rm__align-center .uagb-rm__price-wrap,.uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm__price-wrap{width:85%}.uagb-rm__price-wrap,.uagb-rm__image-position-left.uagb-rm__align-center .uagb-rm__price-wrap,.uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm__price-wrap{width:15%}.uagb-rm__title,.uagb-rm__price{display:block}.uagb-rm__align-center .uagb-rm-details,.uagb-rm__align-center .uagb-rm__title-wrap,.uagb-rm__align-center .uagb-rm__price-wrap{display:block;width:100%}.uagb-rm__image-aligned-middle .uagb-rm__image-content{-ms-flex-item-align:center;align-self:center}.uagb-rm__image{overflow:hidden}.uagb-rm__title{margin-bottom:5px;font-size:20px}.uagb-rm__price{font-style:italic;text-align:right}.uagb-rm__image-position-center.uagb-rm__align-center .uagb-rm-details,.uagb-rm__image-position-center.uagb-rm__align-center .uagb-rm__title-wrap,.uagb-rm__image-position-center.uagb-rm__align-center .uagb-rm__price-wrap{display:block;width:100%;text-align:center}.uagb-rm__align-center .uagb-rm__price{text-align:center}.uagb-rm__align-right .uagb-rm-details{display:flex;width:100%;flex-direction:row-reverse}.uagb-rm__align-right .uagb-rm__price{text-align:left}.uagb-rm__align-left .uagb-rm__price{text-align:right}.uagb-rm__image-position-left.uagb-rm__align-left .uagb-rm__price,.uagb-rm__image-position-left.uagb-rm__align-right .uagb-rm__price,.uagb-rm__image-position-left.uagb-rm__align-center .uagb-rm__price{text-align:right}.uagb-rm__image-position-left.uagb-rm__align-left .uagb-rm-details,.uagb-rm__image-position-left.uagb-rm__align-right .uagb-rm-details,.uagb-rm__image-position-left.uagb-rm__align-center .uagb-rm-details{display:flex;flex-direction:unset;text-align:left}.uagb-rm__image-position-left.uagb-rm__align-left .uagb-rm__title-wrap,.uagb-rm__image-position-left.uagb-rm__align-right .uagb-rm__title-wrap,.uagb-rm__image-position-left.uagb-rm__align-center .uagb-rm__title-wrap,.uagb-rm__image-position-left.uagb-rm__align-left .uagb-rm__image-content,.uagb-rm__image-position-left.uagb-rm__align-right .uagb-rm__image-content,.uagb-rm__image-position-left.uagb-rm__align-center .uagb-rm__image-content{text-align:left}.uagb-rm__image-position-right.uagb-rm__align-left .uagb-rm-details,.uagb-rm__image-position-right.uagb-rm__align-right .uagb-rm-details,.uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm-details{display:flex;flex-direction:row-reverse;text-align:right}.uagb-rm__image-position-right.uagb-rm__align-left .uagb-rm__price,.uagb-rm__image-position-right.uagb-rm__align-right .uagb-rm__price,.uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm__price{text-align:left}.uagb-rm__image-position-right.uagb-rm__align-left .uagb-rm__title-wrap,.uagb-rm__image-position-right.uagb-rm__align-right .uagb-rm__title-wrap,.uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm__title-wrap,.uagb-rm__image-position-right.uagb-rm__align-left .uagb-rm__image-content,.uagb-rm__image-position-right.uagb-rm__align-right .uagb-rm__image-content,.uagb-rm__image-position-right.uagb-rm__align-center .uagb-rm__image-content{text-align:right}.uagb-rest_menu__outer-wrap{position:relative}.uagb-rm__overlay{height:100%;width:100%;top:0;left:0;position:absolute;background:transparent}.uagb-tm-parent{padding:30px}.uagb-rm__text-wrap{position:relative;display:block;width:100%}.uagb-rest_menu__wrap{position:relative}.uagb-rest_menu__outer-wrap:after{content:"";display:block;clear:both}.uagb-rest_menu__wrap.uagb-rm__desk-column-3{display:block;width:33%;float:left;width:calc(100% / 3);padding-left:10px;padding-right:10px}.uagb-rest_menu__wrap.uagb-rm__desk-column-2{display:block;width:49%;float:left;padding-left:10px;padding-right:10px}.uagb-rest_menu__wrap.uagb-rm__desk-column-1{display:block;width:100%;float:left;padding-left:10px;padding-right:10px}.uagb-rm__separator-parent{line-height:0em;margin-left:0;margin-right:0;margin-bottom:10px;-js-display:flex;display:-webkit-flex;display:-moz-flexbox;display:flex}.uagb-rm__separator{width:100%;border-top-width:1px;border-top-color:#b2b4b5;border-top-style:inherit}.uagb-rm__image-position-left .uagb-rm__image{margin-right:10px}.uagb-rm__image-position-right .uagb-rm__image{margin-left:10px}@media (max-width: 976px){.uagb-rm__image-position-left.uagb-rm-stacked-tablet .uagb-rm__content,.uagb-rm__image-position-right.uagb-rm-stacked-tablet .uagb-rm__content{display:block;-js-display:block;display:block}.uagb-rm__image-position-right.uagb-rm-stacked-tablet.uagb-rm-reverse-order-tablet .uagb-rm__content{display:-webkit-box;display:-ms-flexbox;-js-display:flex;display:-webkit-flex;display:-moz-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;-webkit-flex-direction:column-reverse;-moz-box-orient:vertical;-moz-box-direction:reverse;flex-direction:column-reverse}.uagb-rm__image-position-right.uagb-rm-stacked-tablet.uagb-rm__image-aligned-middle .uagb-rm__image-content{align-self:flex-end}.uagb-rm__image-position-left.uagb-rm-stacked-tablet.uagb-rm__image-aligned-middle .uagb-rm__image-content{align-self:flex-start}.uagb-rm__tablet-column-3.uagb-rest_menu__wrap{width:33%;float:left;padding-left:10px;padding-right:10px}.uagb-rm__tablet-column-2.uagb-rest_menu__wrap{width:50%;float:left;padding-left:10px;padding-right:10px}.uagb-rm__tablet-column-1.uagb-rest_menu__wrap{width:100%;float:left;padding-left:10px;padding-right:10px}}@media (max-width: 767px){.uagb-rm__image-position-left.uagb-rm-stacked-mobile .uagb-rm__content,.uagb-rm__image-position-right.uagb-rm-stacked-mobile .uagb-rm__content{display:block;-js-display:block;display:block}.uagb-rm__image-position-right.uagb-rm-stacked-mobile.uagb-rm-reverse-order-mobile .uagb-rm__content{display:-webkit-box;display:-ms-flexbox;-js-display:flex;display:-webkit-flex;display:-moz-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;-webkit-flex-direction:column-reverse;-moz-box-orient:vertical;-moz-box-direction:reverse;flex-direction:column-reverse}.uagb-rest_menu__wrap.uagb-rm__mobile-column-3{width:33%;float:left;padding-left:10px;padding-right:10px}.uagb-rest_menu__wrap.uagb-rm__mobile-column-2{width:50%;float:left;padding-left:10px;padding-right:10px}.uagb-rest_menu__wrap.uagb-rm__mobile-column-1{width:100%;float:left;padding-left:10px;padding-right:10px}.uagb-rm__image-position-right.uagb-rm-stacked-mobile.uagb-rm__image-aligned-middle .uagb-rm__image-content{align-self:flex-end}.uagb-rm__image-position-left.uagb-rm-stacked-mobile.uagb-rm__image-aligned-middle .uagb-rm__image-content{align-self:flex-start}}
|
20 |
+
.uagb-post-grid{margin:0;position:relative}.uagb-post-grid .uagb-post__load-more-wrap{width:100%}.uagb-post-grid .uagb-post__load-more-wrap .uagb-post-pagination-button{cursor:pointer}.uagb-post-grid .uagb-post__load-more-wrap a{color:inherit}.uagb-post-grid .is-grid article{float:left;display:inline-block}.uagb-post-grid .uagb-post__items{display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.uagb-post-grid .is-grid.uagb-post__equal-height .uagb-post__inner-wrap{height:100%}.uagb-post-grid .is-masonry .uagb-post__inner-wrap{height:auto}.uagb-post-grid .uagb-post__inner-wrap>p{display:none}.uagb-post-grid .uagb-post__author span,.uagb-post-grid .uagb-post__comment span,.uagb-post-grid .uagb-post__taxonomy span,.uagb-post-grid .uagb-post__date span{font-size:inherit;line-height:inherit;width:inherit;height:inherit;margin-right:4px}.uagb-post-grid .uagb-post__columns-8 article{width:12.5%}.uagb-post-grid .uagb-post__columns-7 article{width:14.28%}.uagb-post-grid .uagb-post__columns-6 article{width:16.66%}.uagb-post-grid .uagb-post__columns-5 article{width:20%}.uagb-post-grid .uagb-post__columns-4 article{width:25%}.uagb-post-grid .uagb-post__columns-3 article{width:33.2%}.uagb-post-grid .uagb-post__columns-2 article{width:50%}.uagb-post-grid .uagb-post__columns-1 article{width:100%}@media only screen and (max-width: 600px){.uagb-post-grid div[class*="columns"].is-grid{grid-template-columns:1fr}}.uagb-post-grid .uagb-post__image img{display:block;width:100%}.uagb-post-grid .uagb-post__image{margin-bottom:15px}.uagb-post-grid .uagb-post__title{margin-top:0;margin-bottom:15px;word-break:break-word}.uagb-post-grid .uagb-post__title a{color:inherit;box-shadow:none;transition:.3s ease;text-decoration:none}.uagb-post-grid .uagb-post__title a:hover{text-decoration:none}.uagb-post-grid .uagb-post__title a:focus{text-decoration:none}.uagb-post-grid .uagb-post__title a:active{text-decoration:none}.uagb-post-grid .uagb-post-grid-byline{text-transform:uppercase;font-size:11px;letter-spacing:1px;margin-bottom:15px}.uagb-post-grid .uagb-post-grid-byline>*{margin-right:10px}.uagb-post-grid .uagb-post-grid-byline a,.uagb-post-grid .uagb-post-grid-byline a:focus,.uagb-post-grid .uagb-post-grid-byline a:active{color:inherit;font-size:inherit}.uagb-post-grid .uagb-post__title a,.uagb-post-grid .uagb-post__title a:focus,.uagb-post-grid .uagb-post__title a:active{color:inherit;font-size:inherit}.uagb-post-grid .uagb-post__author,.uagb-post-grid .uagb-post__date{display:inline-block;word-break:break-all}.uagb-post-grid .uagb-post__author:not(:last-child):after,.uagb-post-grid .uagb-post__date:not(:last-child):after{content:"\B7";vertical-align:middle;margin:0 5px;line-height:1}.uagb-post-grid .uagb-post__comment,.uagb-post-grid .uagb-post__taxonomy{display:inline-block}.uagb-post-grid .uagb-post__author a{box-shadow:none}.uagb-post-grid .uagb-post__author a:hover{color:inherit;box-shadow:0 -1px 0 inset}.uagb-post-grid .uagb-post__excerpt{margin-bottom:25px;word-break:break-word}.uagb-post-grid .uagb-post__inner-wrap p{margin:0 0 15px 0}.uagb-post-grid .uagb-post__inner-wrap p:last-of-type{margin-bottom:0}.uagb-post-grid .uagb-post__cta{border:none;display:inline-block}.uagb-post-grid .uagb-post__link{display:inline-block;box-shadow:none;transition:.3s ease;font-weight:bold;color:inherit;text-decoration:none;padding:5px 10px}.uagb-post-grid .uagb-post__excerpt div+p{margin-top:15px}.uagb-post-grid .uagb-post__excerpt p{color:inherit}.uagb-post-grid .uagb-post__link-complete-box{position:absolute;top:0;left:0;width:100%;height:100%;z-index:11}.uagb-post__image-position-background .uagb-post__text{opacity:1;position:relative;z-index:10;overflow:hidden;width:100%}.uagb-post__image-position-background .uagb-post__inner-wrap{position:relative;width:100%}.uagb-post__image-position-background .uagb-post__image img{position:absolute;width:auto;height:auto;min-width:100%;max-width:none;left:50%;top:50%;transform:translate(-50%, -50%);min-height:100%}.uagb-post__image-position-background .uagb-post__image{background-size:cover;background-repeat:no-repeat;background-position:center;overflow:hidden;text-align:center;position:relative}.uagb-post__image-position-background .uagb-post__image{position:absolute;left:0;top:0;width:100%;height:100%;z-index:2}.uagb-post__image-position-background .uagb-post__image::before{content:'';position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;background-color:rgba(255,255,255,0.5)}.uagb-post-grid[data-equal-height="yes"] .uagb-post__inner-wrap{display:inline-block;height:100%}.uagb-post__arrow-outside.uagb-post-grid .slick-prev{left:-45px;z-index:1}[dir="rtl"] .uagb-post__arrow-outside.uagb-post-grid .slick-prev{left:auto;right:-45px}.uagb-post__arrow-outside.uagb-post-grid .slick-next{right:-45px}[dir="rtl"] .uagb-post__arrow-outside.uagb-post-grid .slick-next{left:-45px;right:auto}.uagb-post__arrow-inside.uagb-post-grid .slick-prev{left:25px;z-index:1}[dir="rtl"] .uagb-post__arrow-inside.uagb-post-grid .slick-prev{left:auto;right:25px}.uagb-post__arrow-inside.uagb-post-grid .slick-next{right:25px}[dir="rtl"] .uagb-post__arrow-inside.uagb-post-grid .slick-next{left:25px;right:auto}.uagb-post-grid .is-grid article,.uagb-post-grid .is-masonry article,.uagb-post-grid .is-carousel article{box-sizing:border-box}@media (max-width: 976px){.uagb-post__arrow-outside.uagb-post-grid .slick-prev{left:15px;z-index:1}[dir="rtl"] .uagb-post__arrow-outside.uagb-post-grid .slick-prev{left:auto;right:15px}.uagb-post__arrow-outside.uagb-post-grid .slick-next{right:15px}[dir="rtl"] .uagb-post__arrow-outside.uagb-post-grid .slick-next{left:15px;right:auto}.uagb-post-grid .uagb-post__columns-tablet-1 article{width:100%}.uagb-post-grid .uagb-post__columns-tablet-2 article{width:50%}.uagb-post-grid .uagb-post__columns-tablet-3 article{width:33.2%}.uagb-post-grid .uagb-post__columns-tablet-4 article{width:25%}.uagb-post-grid .uagb-post__columns-tablet-5 article{width:20%}.uagb-post-grid .uagb-post__columns-tablet-6 article{width:16.66%}.uagb-post-grid .uagb-post__columns-tablet-7 article{width:14.28%}.uagb-post-grid .uagb-post__columns-tablet-8 article{width:12.5%}}@media (max-width: 767px){.uagb-post-grid .uagb-post__columns-mobile-1 article{width:100%}.uagb-post-grid .uagb-post__columns-mobile-2 article{width:50%}.uagb-post-grid .uagb-post__columns-mobile-3 article{width:33.2%}.uagb-post-grid .uagb-post__columns-mobile-4 article{width:25%}.uagb-post-grid .uagb-post__columns-mobile-5 article{width:20%}.uagb-post-grid .uagb-post__columns-mobile-6 article{width:16.66%}.uagb-post-grid .uagb-post__columns-tablet-7 article{width:14.28%}.uagb-post-grid .uagb-post__columns-tablet-8 article{width:12.5%}}.entry .entry-content .uagb-post-grid a{text-decoration:none}.uagb-post-pagination-wrap a.page-numbers,.uagb-post-pagination-wrap span.page-numbers.current{padding:5px 10px;margin:0;display:inline-block}.uagb-post-grid .uagb-post-inf-loader{margin:0 auto;min-height:58px;line-height:58px;width:160px;text-align:center}.uagb-post-grid .uagb-post-inf-loader div{width:18px;height:18px;background-color:#0085ba;-webkit-border-radius:100%;border-radius:100%;display:inline-block;-webkit-animation:sk-bouncedelay 1.4s infinite ease-in-out both;animation:sk-bouncedelay 1.4s infinite ease-in-out both}.uagb-post-grid .uagb-post-inf-loader .uagb-post-loader-1{-webkit-animation-delay:-0.32s;animation-delay:-0.32s}.uagb-post-grid .uagb-post-inf-loader .uagb-post-loader-2{-webkit-animation-delay:-0.16s;animation-delay:-0.16s}@-webkit-keyframes sk-bouncedelay{0%,80%,100%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-bouncedelay{0%,80%,100%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}
|
21 |
.wp-block-uagb-social-share .uagb-social-share__wrap .uagb-social-share__wrapper{text-decoration:none}.uagb-social-share__wrap .uagb-social-share__wrapper{box-shadow:none}.uagb-social-share__outer-wrap:not(.uagb-social-share__no-label) .uagb-social-share__source-wrap{margin-right:15px}.uagb-social-share__outer-wrap.uagb-social-share__icon-at-top .uagb-social-share__source-wrap{-ms-flex-item-align:flex-start;align-self:flex-start;margin-top:5px}
|
22 |
.uagb-social-share__outer-wrap .uagb-social-share__wrap{display:flex;align-items:center;justify-content:center}.uagb-social-share__outer-wrap a.uagb-button__link:focus{box-shadow:none}.uagb-social-share__outer-wrap .uagb-ss__wrapper{padding:0;margin-left:5px;margin-right:5px;transition:all 0.2s;display:inline-flex;text-align:center}.uagb-social-share__outer-wrap .uagb-ss__source-wrap{display:inline-block}.uagb-social-share__outer-wrap .uagb-ss__link{color:#3a3a3a;display:inline-table;line-height:0;cursor:pointer}.uagb-social-share__outer-wrap .uagb-ss__source-icon{font-size:40px;width:40px;height:40px}.uagb-social-share__outer-wrap .uagb-ss__source-image{width:40px}.uagb-social-share__outer-wrap .uagb-ss__wrapper:first-child{margin-left:0}.uagb-social-share__outer-wrap .uagb-ss__wrapper:last-child{margin-right:0}.uagb-social-share__layout-vertical .uagb-social-share__wrap{flex-direction:column}@media (max-width: 976px){.uagb-social-share__layout-horizontal .uagb-ss__wrapper{margin-left:0;margin-right:0}}
|
23 |
.wp-block-uagb-table-of-contents .uagb-toc__wrap{display:inline-block}.wp-block-uagb-table-of-contents ul.uagb-toc__list{margin-left:1.2em;padding-left:0px;margin-bottom:0}.wp-block-uagb-table-of-contents ul.uagb-toc__list li{margin:0}.wp-block-uagb-table-of-contents .uagb-toc__list-wrap ul li a{color:inherit;line-height:inherit;font-size:inherit}.wp-block-uagb-table-of-contents.uagb-toc__align-left{text-align:left}.wp-block-uagb-table-of-contents.uagb-toc__align-center{text-align:center}.wp-block-uagb-table-of-contents.uagb-toc__align-right{text-align:right}.wp-block-uagb-table-of-contents ul li:empty{display:none}.wp-block-uagb-table-of-contents .uagb-toc__title-wrap{display:flex;align-items:center}.wp-block-uagb-table-of-contents .uagb-toc__is-collapsible.uagb-toc__title-wrap{cursor:pointer}.wp-block-uagb-table-of-contents .uag-toc__collapsible-wrap svg{width:20px;height:20px}.wp-block-uagb-table-of-contents .uag-toc__collapsible-wrap{margin-left:10px;display:flex;cursor:pointer}.wp-block-uagb-table-of-contents.uagb-toc__collapse .uagb-toc__list-wrap{display:none}.uagb-toc__list .uagb-toc__list{list-style-type:circle}.uagb-toc__scroll-top.dashicons{display:none;position:fixed;bottom:50px;right:50px;padding:10px;background:#ccd0d4;cursor:pointer}.uagb-toc__scroll-top.uagb-toc__show-scroll{display:inline-table}
|
24 |
+
.uagb-gf-styler__check-style-enabled .gform_wrapper .chosen-container-multi .chosen-choices,.uagb-gf-styler__check-style-enabled .gform_wrapper .chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0;height:auto;border:1px solid #AAA;-webkit-border-radius:0;border-radius:0;background:#FFF;-webkit-box-shadow:none;box-shadow:none;color:#444;text-decoration:none;white-space:nowrap}.uagb-gf-styler__gform-heading-none .gform_wrapper .gform_heading,.uagb-gf-styler__gform-heading-no .gform_wrapper .gform_heading,.uagb-gf-styler__gform-heading-yes .gform_wrapper .gform_heading.custom_gform_heading{display:none}.uagb-gf-styler__gform-heading-no .gform_wrapper .gform_heading.custom_gform_heading,.uagb-gf-styler__gform-heading-yes .gform_wrapper .gform_heading{display:block}.uagb-gf-styler__check-style-enabled .gform_wrapper .chosen-container-single .chosen-single span{line-height:1}.uagb-gf-styler__check-style-enabled .gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single{background:#FFF}.uagb-gf-styler__check-style-enabled .gform_page .gform_page_footer input[type=button],.uagb-gf-styler__check-style-enabled .gform_page .gform_page_footer input[type=submit]{display:inline-block}.uagb-gf-styler__check-style-enabled .gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title,.uagb-gf-styler__check-style-enabled .gform_wrapper .gf_progressbar_wrapper .gf_progressbar_title{opacity:1}.uagb-gf-styler__check-style-enabled .uag-gf-select-custom{position:relative}.uagb-gf-styler__check-style-enabled .uag-gf-select-custom:after{content:"\f078";font-family:'FontAwesome' !important;font-size:0.7em;line-height:1;position:absolute;top:45%;-webkit-transform:translateY(-45%);-ms-transform:translateY(-45%);transform:translateY(-45%);right:0.5em;pointer-events:none;z-index:5}.uagb-gf-styler__check-style-enabled span.name_prefix_select .uag-gf-select-custom{display:inline;vertical-align:middle}.uagb-gf-styler__check-style-enabled .gfield_radio input[type="radio"]:checked+label:before{box-shadow:inset 0px 0px 0px 4px #fafafa}.uagb-gf-styler__check-style-enabled .gfield_checkbox input[type="checkbox"]+label:before,.uagb-gf-styler__check-style-enabled .gfield_radio input[type="radio"]+label:before,.uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]+label:before{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]:checked+label:before{font-weight:700}.uagb-gf-styler__check-style-enabled select,.uagb-gf-styler__check-style-enabled .chosen-single{-webkit-appearance:none;-moz-appearance:none;appearance:none}.uagb-gf-styler__check-style-enabled .gform_wrapper div.validation_error{border-top:none;border-bottom:none}.uagb-gf-styler__check-style-enabled .gform_wrapper .gfield_radio li label{margin:0 0 0 0}.uagb-gf-styler__check-style-enabled .gform_wrapper .gform_body{width:100% !important}.uagb-gf-styler__check-style-enabled .gform_wrapper input[type="checkbox"]:checked+label:before,.uagb-gf-styler__check-style-enabled .gform_wrapper input[type="radio"]:checked+label:before,.uagb-gf-styler__check-style-enabled .gform_wrapper input[type="checkbox"]+label:before,.uagb-gf-styler__check-style-enabled .gform_wrapper input[type="radio"]+label:before{-webkit-box-sizing:content-box !important;-moz-box-sizing:content-box !important;box-sizing:content-box !important}.uagb-gf-styler__check-style-enabled .gform_wrapper .gsection{margin-right:0}.uag-gf-btn-size-xs .uagb-gf-styler__check-style-enabled input[type=submit],.uag-gf-btn-size-xs .uagb-gf-styler__check-style-enabled input[type=button]{font-size:13px;padding:10px 20px;-webkit-border-radius:2px;border-radius:2px}.uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .gform_body input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),.uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .ginput_container textarea,.uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .ginput_container .chosen-single,.uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .ginput_container .chosen-choices{font-size:13px;padding:8px 10px}.uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .ginput_container select{font-size:13px;padding:6px 10px}.ginput_container select{height:100%;line-height:inherit}.uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .uag-gf-select-custom{font-size:13px}.uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type="checkbox"]+label:before,.uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .gfield_radio input[type="radio"]+label:before,.uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]+label:before{height:10px;width:10px}.uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type="checkbox"]:checked+label:before,.uag-gf-input-size-xs .uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]+label:before{font-size:-webkit-calc( 10px / 1.2);font-size:calc( 10px / 1.2)}.uag-gf-btn-size-sm .uagb-gf-styler__check-style-enabled input[type=submit],.uag-gf-btn-size-sm .uagb-gf-styler__check-style-enabled input[type=button]{font-size:15px;padding:12px 24px;-webkit-border-radius:3px;border-radius:3px}.uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .gform_body input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),.uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .ginput_container textarea,.uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .ginput_container .chosen-single,.uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .ginput_container .chosen-choices{font-size:15px;padding:12px 10px}.uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .ginput_container select{font-size:15px;padding:10px 10px}.uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .uag-gf-select-custom{font-size:15px}.uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type="checkbox"]+label:before,.uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .gfield_radio input[type="radio"]+label:before,.uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]+label:before{height:12px;width:12px}.uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type="checkbox"]:checked+label:before,.uag-gf-input-size-sm .uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]+label:before{font-size:-webkit-calc( 12px / 1.2);font-size:calc( 12px / 1.2)}.uag-gf-btn-size-md .uagb-gf-styler__check-style-enabled input[type=submit],.uag-gf-btn-size-md .uagb-gf-styler__check-style-enabled input[type=button]{font-size:16px;padding:15px 30px;-webkit-border-radius:4px;border-radius:4px}.uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .gform_body input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),.uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .ginput_container textarea,.uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .ginput_container .chosen-single,.uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .ginput_container .chosen-choices{font-size:16px;padding:15px 10px}.uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .ginput_container select{font-size:16px;padding:13px 10px}.uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .uag-gf-select-custom{font-size:16px}.uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type="checkbox"]+label:before,.uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .gfield_radio input[type="radio"]+label:before,.uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]+label:before{height:15px;width:15px}.uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type="checkbox"]:checked+label:before,.uag-gf-input-size-md .uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]+label:before{font-size:-webkit-calc( 15px / 1.2);font-size:calc( 15px / 1.2)}.uag-gf-btn-size-lg .uagb-gf-styler__check-style-enabled input[type=submit],.uag-gf-btn-size-lg .uagb-gf-styler__check-style-enabled input[type=button]{font-size:18px;padding:20px 40px;-webkit-border-radius:5px;border-radius:5px}.uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .gform_body input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),.uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .ginput_container textarea,.uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .ginput_container .chosen-single,.uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .ginput_container .chosen-choices{font-size:18px;padding:20px 10px}.uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .ginput_container select{font-size:18px;padding:18px 10px}.uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .uag-gf-select-custom{font-size:18px}.uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type="checkbox"]+label:before,.uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .gfield_radio input[type="radio"]+label:before,.uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]+label:before{height:20px;width:20px}.uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type="checkbox"]:checked+label:before,.uag-gf-input-size-lg .uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]+label:before{font-size:-webkit-calc( 20px / 1.2);font-size:calc( 20px / 1.2)}.uag-gf-btn-size-xl .uagb-gf-styler__check-style-enabled input[type=submit],.uag-gf-btn-size-xl .uagb-gf-styler__check-style-enabled input[type=button]{font-size:20px;padding:25px 50px;-webkit-border-radius:6px;border-radius:6px}.uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .gform_body input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),.uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .ginput_container textarea,.uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .ginput_container .chosen-single,.uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .ginput_container .chosen-choices{font-size:20px;padding:25px 10px}.uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .ginput_container select{font-size:20px;padding:23px 10px}.uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .uag-gf-select-custom{font-size:20px}.uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type="checkbox"]+label:before,.uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .gfield_radio input[type="radio"]+label:before,.uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]+label:before{height:25px;width:25px}.uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type="checkbox"]:checked+label:before,.uag-gf-input-size-xl .uagb-gf-styler__check-style-enabled .ginput_container_consent input[type="checkbox"]:checked+label:before{font-size:-webkit-calc( 25px / 1.2);font-size:calc( 25px / 1.2)}.uagb-gf-styler__btn-align-right .gform_next_button,.uagb-gf-styler__btn-align-right .gform_previous_button{margin-right:5px !important}.uagb-gf-styler__check-style-enabled .gform_wrapper .gform_footer:not(.top_label){padding:0 0 0 0;margin-right:0;margin-left:0;width:100%}.uagb-gf-styler__check-style-enabled .gform_wrapper .gform_page_footer.left_label,.uagb-gf-styler__check-style-enabled .gform_wrapper .gform_page_footer.right_label{padding:0 0 0 0}.uagb-gf-styler__check-style-enabled .gfield_radio input[type="radio"]+label:before{-webkit-border-radius:100%;border-radius:100%}.uagb-gf-styler__check-style-enabled .gform_wrapper .top_label .gfield_error{width:100% !important}.uagb-gf-styler__check-style-enabled .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half){max-width:100% !important}.uagb-gf-styler__btn-align-center .gform_wrapper .gform_footer input[type=submit],.uagb-gf-styler__btn-align-center .gform_page .gform_page_footer input[type=button],.uagb-gf-styler__btn-align-center .gform_page .gform_page_footer input[type=submit],.uagb-gf-styler__btn-align-left .gform_wrapper .gform_footer input[type=submit],.uagb-gf-styler__btn-align-left .gform_page .gform_page_footer input[type=button],.uagb-gf-styler__btn-align-left .gform_page .gform_page_footer input[type=submit],.uagb-gf-styler__btn-align-right .gform_wrapper .gform_footer input[type=submit],.uagb-gf-styler__btn-align-right .gform_page .gform_page_footer input[type=button],.uagb-gf-styler__btn-align-right .gform_page .gform_page_footer input[type=submit],.uagb-gf-styler__btn-align-justify .gform_wrapper .gform_footer input[type=submit],.uagb-gf-styler__btn-align-justify .gform_page .gform_page_footer input[type=button],.uagb-gf-styler__btn-align-justify .gform_page .gform_page_footer input[type=submit]{display:-webkit-box;display:-ms-flexbox;-js-display:flex;display:-webkit-flex;display:-moz-box;display:flex;width:auto}.uagb-gf-styler__btn-align-center .gform_wrapper .gform_footer input[type=submit],.uagb-gf-styler__btn-align-center .gform_page .gform_page_footer input[type=button],.uagb-gf-styler__btn-align-center .gform_page .gform_page_footer input[type=submit],html[dir=rtl] .uagb-gf-styler__btn-align-center .gform_wrapper .gform_footer input[type=submit],html[dir=rtl] .uagb-gf-styler__btn-align-center .gform_page .gform_page_footer input[type=button],html[dir=rtl] .uagb-gf-styler__btn-align-center .gform_page .gform_page_footer input[type=submit]{margin-left:auto;margin-right:auto}.uagb-gf-styler__btn-align-center .gform_page .gform_page_footer{text-align:center}.uagb-gf-styler__btn-align-right .gform_page .gform_page_footer{text-align:right}.uagb-gf-styler__btn-align-left .gform_wrapper .gform_footer input[type=submit],.uagb-gf-styler__btn-align-left .gform_page .gform_page_footer input[type=button],.uagb-gf-styler__btn-align-left .gform_page .gform_page_footer input[type=submit],html[dir=rtl] .uagb-gf-styler__btn-align-right .gform_wrapper .gform_footer input[type=submit],html[dir=rtl] .uagb-gf-styler__btn-align-right .gform_page .gform_page_footer input[type=button],html[dir=rtl] .uagb-gf-styler__btn-align-right .gform_page .gform_page_footer input[type=submit]{margin-left:0;margin-right:auto}.uagb-gf-styler__btn-align-right .gform_wrapper .gform_footer input[type=submit],.uagb-gf-styler__btn-align-right .gform_page .gform_page_footer input[type=button],.uagb-gf-styler__btn-align-right .gform_page .gform_page_footer input[type=submit],html[dir=rtl] .uagb-gf-styler__btn-align-left .gform_wrapper .gform_footer input[type=submit],html[dir=rtl] .uagb-gf-styler__btn-align-left .gform_page .gform_page_footer input[type=button],html[dir=rtl] .uagb-gf-styler__btn-align-left .gform_page .gform_page_footer input[type=submit]{margin-left:auto;margin-right:0}.uagb-gf-styler__btn-align-justify .gform_wrapper .gform_footer input[type=submit],.uagb-gf-styler__btn-align-justify .gform_page .gform_page_footer input[type=button],.uagb-gf-styler__btn-align-justify .gform_page .gform_page_footer input[type=submit]{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;width:100%}.uagb-gf-styler__check-style-enabled .gform_body .ginput_container_checkbox .gfield_checkbox input[type='checkbox'],.uagb-gf-styler__check-style-enabled .gform_body .ginput_container_radio .gfield_radio input[type='radio'],.uagb-gf-styler__check-style-enabled .gform_body .ginput_container_consent input[type='checkbox']{display:none}.uagb-gf-styler__check-style-enabled .gform_body .ginput_container_checkbox .gfield_checkbox input[type='checkbox']+label:before,.uagb-gf-styler__check-style-enabled .gform_body .ginput_container_radio .gfield_radio input[type='radio']+label:before,.uagb-gf-styler__check-style-enabled .gform_body .ginput_container_consent input[type='checkbox']+label:before{content:'';display:inline-block;vertical-align:middle;margin-right:10px;text-align:center}.uagb-gf-styler__check-style-enabled .gform_body .ginput_container_checkbox .gfield_checkbox input[type='checkbox']:checked+label:before,.uagb-gf-styler__check-style-enabled .gform_body .ginput_container_consent input[type='checkbox']:checked+label:before{content:"\2714";line-height:1.2}.uagb-gf-styler__check-style-enabled .gform_wrapper ul.gform_fields li.gfield:not(.gf_left_half):not(.gf_left_third):not(.gf_middle_third){padding-right:0}.uagb-gf-styler__btn-align-width-full_width .gform_footer input[type=submit]{display:block;text-align:center;width:100%}.uagb-gf-styler__check-style-enabled .gform_body ul{margin-left:0;list-style:none}.uagb-gf-styler__check-style-enabled .gform_wrapper .gfield .ginput_container select,.uagb-gf-styler__check-style-enabled .gform_wrapper .gfield .ginput_container .chosen-single,.uagb-gf-styler__check-style-enabled .gform_wrapper .gfield .ginput_container .chosen-choices,.uagb-gf-styler__check-style-enabled .gform_wrapper .chosen-choices li.search-field input[type="text"],.uagb-gf-styler__check-style-enabled .gform_wrapper .chosen-choices li.search-field input.default{height:auto}.elementor-widget-uag-gf-styler .uagb-gf-styler__check-style-enabled .gform_wrapper .chosen-choices li.search-field input[type="text"]{padding:0px 0px 0px 0px}.uagb-gf-styler__check-style-enabled .gform_page .gform_page_footer input[type=button]{margin-bottom:20px}.uagb-gf-styler__check-style-enabled .gform_wrapper .chosen-container-single .chosen-single div{display:none}.uagb-gf-styler__hide-label .gform_wrapper .gform_fields .gfield_label,.uagb-gf-styler__hide-label .gform_wrapper .gform_fields .gfield_required{display:none}.wp-block-uagb-gf-styler .gform_wrapper .chosen-container-single .chosen-single span{margin-bottom:0;width:100%}.wp-block-uagb-gf-styler .gform_wrapper .chosen-container-single .chosen-single{border:none}.wp-block-uagb-gf-styler .gform_wrapper .chosen-container-single.chosen-container-active .chosen-single{border:none}@media only screen and (max-width: 976px){.uagb-gf-styler__btn-align-center .gform_page .gform_page_footer{text-align:center}.uagb-gf-styler__btn-align-right .gform_page .gform_page_footer{text-align:right}.uag-tablet-gf-button-center .gform_wrapper .gform_footer input[type=submit],.uag-tablet-gf-button-center .gform_page .gform_page_footer input[type="button"],.uag-tablet-gf-button-center .gform_page .gform_page_footer input[type=submit]{margin-left:auto;margin-right:auto;width:auto}.uag-tablet-gf-button-left .gform_wrapper .gform_footer input[type=submit],.uag-tablet-gf-button-left .gform_page .gform_page_footer input[type=button],.uag-tablet-gf-button-left .gform_page .gform_page_footer input[type=submit]{margin-left:0;margin-right:auto;width:auto}.uag-tablet-gf-button-right .gform_wrapper .gform_footer input[type=submit],.uag-tablet-gf-button-right .gform_page .gform_page_footer input[type=button],.uag-tablet-gf-button-right .gform_page .gform_page_footer input[type=submit]{margin-left:auto;margin-right:0;width:auto}.uag-tablet-gf-button-justify .gform_wrapper .gform_footer input[type=submit],.uag-tablet-gf-button-justify .gform_page .gform_page_footer input[type=button],.uag-tablet-gf-button-justify .gform_page .gform_page_footer input[type=submit]{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;width:100%}}@media only screen and (max-width: 767px){.uagb-gf-styler__btn-align-center .gform_page .gform_page_footer{text-align:center}.uagb-gf-styler__btn-align-right .gform_page .gform_page_footer{text-align:right}.uag-mobile-gf-button-center .gform_wrapper .gform_footer input[type=submit],.uag-mobile-gf-button-center .gform_page .gform_page_footer input[type=button],.uag-mobile-gf-button-center .gform_page .gform_page_footer input[type=submit]{margin-left:auto;margin-right:auto;width:auto}.uag-mobile-gf-button-left .gform_wrapper .gform_footer input[type=submit],.uag-mobile-gf-button-left .gform_page .gform_page_footer input[type=button],.uag-mobile-gf-button-left .gform_page .gform_page_footer input[type=submit]{margin-left:0;margin-right:auto;width:auto}.uag-mobile-gf-button-right .gform_wrapper .gform_footer input[type=submit],.uag-mobile-gf-button-right .gform_page .gform_page_footer input[type=button],.uag-mobile-gf-button-right .gform_page .gform_page_footer input[type=submit]{margin-left:auto;margin-right:0;width:auto}.uag-mobile-gf-button-justify .gform_wrapper .gform_footer input[type=submit],.uag-mobile-gf-button-justify .gform_page .gform_page_footer input[type=button],.uag-mobile-gf-button-justify .gform_page .gform_page_footer input[type=submit]{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;width:100%}}
|
25 |
+
.uagb-section__wrap{position:relative}.uagb-section__wrap .uagb-section__inner-wrap{margin-left:auto;margin-right:auto;position:relative;z-index:2}.uagb-section__wrap .uagb-section__overlay{height:100%;width:100%;top:0;left:0;position:absolute}.uagb-section__wrap .uagb-section__video-wrap{height:100%;width:100%;top:0;left:0;position:absolute;overflow:hidden;z-index:0;-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s}.uagb-section__wrap .uagb-section__video-wrap video{max-width:100%;width:100%;height:100%;margin:0;line-height:1;border:none;display:inline-block;vertical-align:baseline;-o-object-fit:cover;object-fit:cover;background-size:cover}@media (min-width: 768px) and (max-width: 1024px){.wp-block-uagb-section.uagb-section__wrap.uagb-section__background-image{background-attachment:scroll}}
|
26 |
.uagb-tax-not-available{border:1px solid;padding:10px;text-align:center}.uagb-layout-list .uagb-list-wrap{margin-left:10px}.uagb-taxonomy__outer-wrap{margin-bottom:20px}ul.uagb-taxonomy-list-children{margin-bottom:0}
|
|
|
27 |
.wp-block-uagb-wp-search.uagb-wp-search__outer-wrap{min-height:20px;width:100%}.wp-block-uagb-wp-search.uagb-wp-search__outer-wrap.uagb-layout-input-button .uagb-search-submit{color:#fff;border:none;border-radius:0}.wp-block-uagb-wp-search.uagb-wp-search__outer-wrap.uagb-layout-input-button svg{fill:currentColor}.wp-block-uagb-wp-search.uagb-wp-search__outer-wrap.uagb-layout-input .uagb-wp-search-icon-wrap{display:flex;align-items:center}.wp-block-uagb-wp-search.uagb-wp-search__outer-wrap.uagb-layout-input svg{fill:currentColor;opacity:0.6}.wp-block-uagb-wp-search.uagb-wp-search__outer-wrap .uagb-search-wrapper .uagb-search-form__container{display:flex;overflow:hidden}.wp-block-uagb-wp-search.uagb-wp-search__outer-wrap .uagb-search-wrapper .uagb-search-form__container .uagb-search-form__input{width:100%}
|
28 |
+
.uagb-team__outer-wrap .uagb-team__prefix{font-size:15px;font-style:italic;color:#888}.uagb-team__outer-wrap .uagb-team__image-wrap img{display:inline;height:auto !important;max-width:100%;width:inherit;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-border-radius:inherit;border-radius:inherit}.uagb-team__outer-wrap .uagb-team__image-wrap.uagb-team__image-crop-circle img{-webkit-border-radius:100%;border-radius:100%}.uagb-team__outer-wrap .uagb-team__image-wrap.uagb-team__image-crop-square img{-webkit-border-radius:0;border-radius:0}.uagb-team__outer-wrap .uagb-team__social-icon-wrap ul{list-style:none;display:flex}.uagb-team__outer-wrap .uagb-team__social-icon a span,.uagb-team__outer-wrap .uagb-team__social-icon a span:before{color:inherit;font-size:inherit;height:inherit;width:inherit}.uagb-team__outer-wrap .uagb-team__social-icon a{font-size:20px;width:20px;height:20px;color:#333;display:block}.uagb-team__outer-wrap .uagb-team__social-icon{margin-right:20px;margin-left:0}.uagb-team__outer-wrap .uagb-team__social-list{margin:0;padding:0}.uagb-team__image-position-above.uagb-team__align-center{text-align:center}.uagb-team__image-position-above.uagb-team__align-left{text-align:left}.uagb-team__image-position-above.uagb-team__align-right{text-align:right}.uagb-team__image-position-left .uagb-team__wrap,.uagb-team__image-position-right .uagb-team__wrap{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.uagb-team__image-position-left .uagb-team__content{text-align:left}.uagb-team__image-position-right .uagb-team__content{text-align:right}.uagb-team__image-position-left .uagb-team__social-icon-wrap ul{justify-content:flex-start;margin:0;padding:0}.uagb-team__image-position-right .uagb-team__social-icon-wrap ul{justify-content:flex-end;margin:0;padding:0}.uagb-team__image-position-left li{margin-right:5px}.uagb-team__image-position-right li{margin-left:5px}.uagb-team__image-position-above .uagb-team__social-icon-wrap{display:inline-block}.uagb-team__image-position-above.uagb-team__align-center .uagb-team__content{text-align:center}.uagb-team__image-position-above.uagb-team__align-left .uagb-team__content{text-align:left}.uagb-team__image-position-above.uagb-team__align-right .uagb-team__content{text-align:right}@media only screen and (max-width: 976px){.uagb-team__stack-tablet,.uagb-team__stack-tablet .uagb-team__content{text-align:center}.uagb-team__stack-tablet .uagb-team__wrap{display:inline-block}.uagb-team__stack-tablet .uagb-team__image-wrap{margin-left:auto !important;margin-right:auto !important}.uagb-team__stack-tablet .uagb-team__social-icon-wrap ul{justify-content:center}}@media screen and (max-width: 767px){.uagb-team__stack-mobile,.uagb-team__stack-mobile .uagb-team__content{text-align:center}.uagb-team__stack-mobile .uagb-team__wrap{display:inline-block}.uagb-team__stack-mobile .uagb-team__image-wrap{margin-left:auto !important;margin-right:auto !important}.uagb-team__stack-mobile .uagb-team__social-icon-wrap ul{justify-content:center}}
|
29 |
.uagb-testimonial__wrap{position:relative;box-sizing:border-box}.uagb-testimonial__wrap,.uagb-testimonial__wrap *{transition:all 0.2s}.uagb-icon-wrap .uagb-icon{display:inline-block}.uagb-tm__image{position:relative}.uagb-tm__imgicon-style-circle .uagb-tm__image img{border-radius:100%}.uagb-tm__imgicon-style-square .uagb-tm__image img{border-radius:0%}.uagb-tm__image img,.slick-slide .uagb-tm__image img{display:inline-block;box-sizing:content-box}.uagb-tm__author-name,.uagb-tm__company{display:inline-block}.uagb-tm__content{overflow:hidden;text-align:center;word-break:break-word;padding:15px;border-radius:inherit;position:relative}.uagb-tm__image-position-left .uagb-tm__content,.uagb-tm__image-position-right .uagb-tm__content{display:flex}.uagb-tm__meta-inner{display:inline-block}.uagb-tm__image-position-bottom .uagb-tm__image-content,.uagb-tm__image-position-bottom .uagb-testimonial-details{display:table-cell;vertical-align:middle}.uagb-tm__meta{width:100%;line-height:1}.uagb-tm__image-position-bottom .uagb-tm__image-content{padding-right:10px}.uagb-tm__author-name,.uagb-tm__company{display:block}.uagb-tm__image-aligned-middle .uagb-tm__image-content{align-self:center}.uagb-tm__desc{margin-bottom:15px}.uagb-tm__author-name{margin-bottom:5px;font-size:30px;line-height:1em}.uagb-tm__company{font-size:15px;font-style:italic;line-height:1em;color:#888888}.is-carousel .uagb-testomonial__outer-wrap{padding-left:10px;padding-right:10px}.uagb-tm__overlay{height:100%;width:100%;top:0;left:0;position:absolute;background:transparent}.uagb-tm__text-wrap{position:relative}.uagb-tm__items{visibility:hidden}.uagb-tm__items.slick-initialized{visibility:visible}.uagb-tm__image-position-top .uagb-tm__image-content{display:flex;justify-content:center}.uagb-slick-carousel.uagb-tm__arrow-outside .slick-next{right:-45px}.uagb-slick-carousel.uagb-tm__arrow-inside .slick-prev{left:25px;z-index:1}.uagb-slick-carousel.uagb-tm__arrow-inside .slick-next{right:25px}[dir="rtl"] .uagb-tm__arrow-inside.uagb-slick-carousel .slick-prev{left:auto;right:25px}[dir="rtl"] .uagb-tm__arrow-inside.uagb-slick-carousel .slick-next{left:25px;right:auto}[dir="rtl"] .uagb-tm__arrow-outside.uagb-slick-carousel .slick-next{left:-45px;right:auto}@media (max-width: 976px){.uagb-tm-stacked-tablet.uagb-tm__image-position-bottom .uagb-tm__image-content,.uagb-tm-stacked-tablet.uagb-tm__image-position-bottom .uagb-testimonial-details{display:block;vertical-align:middle}.uagb-tm-stacked-tablet.uagb-tm__image-position-left .uagb-tm__content,.uagb-tm-stacked-tablet.uagb-tm__image-position-right .uagb-tm__content{display:block}.uagb-tm-stacked-tablet.uagb-tm__image-position-right.uagb-tm-reverse-order-tablet .uagb-tm__content{display:inline-flex;flex-direction:column-reverse}.uagb-tm-stacked-tablet.uagb-tm__image-aligned-top .uagb-tm__image-content{display:inline-flex;align-self:center}.uagb-slick-carousel.uagb-tm__arrow-outside .slick-prev{left:15px;z-index:1}.uagb-slick-carousel.uagb-tm__arrow-outside .slick-next{right:15px}[dir="rtl"] .uagb-slick-carousel.uagb-tm__arrow-outside .slick-prev{left:auto;right:15px}[dir="rtl"] .uagb-slick-carousel.uagb-tm__arrow-outside .slick-next{left:15px;right:auto}}@media (max-width: 768px){.uagb-tm-stacked-mobile.uagb-tm__image-position-bottom .uagb-tm__image-content,.uagb-tm-stacked-mobile.uagb-tm__image-position-bottom .uagb-testimonial-details{display:block;vertical-align:middle}.uagb-tm-stacked-mobile.uagb-tm__image-position-left .uagb-tm__content,.uagb-tm-stacked-mobile.uagb-tm__image-position-right .uagb-tm__content{display:block}.uagb-tm-stacked-mobile.uagb-tm__image-position-right.uagb-tm-reverse-order-mobile .uagb-tm__content{display:inline-flex;flex-direction:column-reverse}.uagb-tm-stacked-mobile.uagb-tm__image-aligned-top .uagb-tm__image-content{display:inline-flex;align-self:center}}
|
30 |
.uagb-timeline__widget{position:relative;display:flex;align-items:flex-start;font-size:inherit;color:inherit;margin-bottom:inherit}.uagb-timeline__widget a{text-decoration:none;color:inherit;font-size:inherit;margin-bottom:inherit}.uagb-timeline__image a{display:block;position:relative;max-width:100%}.uagb-timeline__image img{display:inline-block;box-sizing:content-box}.uagb-timeline__author{text-transform:uppercase}.uagb-timeline__main{position:relative}.uagb-content{word-break:break-word}a.uagb-timeline__link{padding:5px 10px;display:inline-block}.uagb-timeline__headingh1,.uagb-timeline__headingh2,.uagb-timeline__headingh3,.uagb-timeline__headingh4,.uagb-timeline__headingh5,.uagb-timeline__headingh6{margin-bottom:0px}.uagb-timeline__inner-date-new p,.uagb-timeline__date-inner .uagb-timeline__inner-date-new p{margin-bottom:0px}.uagb-timeline__line{background-color:#eeeeee}.uagb-timeline__line__inner{background-color:#5cb85c;width:100%}.uagb-timeline__main .uagb-timeline__icon-new{line-height:1em;display:inline-block;vertical-align:middle;font-style:normal}.uagb-timeline__center-block .uagb-timeline__date-hide{display:none}.uagb-timeline__field:not(:last-child){margin-bottom:20px}.uagb-timeline__field{margin-bottom:20px}.uagb-timeline__center-block .uagb-timeline__widget.uagb-timeline__right,.uagb-timeline__right-block .uagb-timeline__widget{flex-direction:row-reverse}.uagb-timeline__left-block .uagb-timeline__day-left .uagb-timeline__events-inner-new,.uagb-timeline__left-block .uagb-timeline__day-right .uagb-timeline__events-inner-new{text-align:left}.uagb-timeline__right-block .uagb-timeline__center-block .uagb-timeline__date-new{display:block}.uagb-timeline__right-block .uagb-timeline__day-left .uagb-timeline__events-inner-new,.uagb-timeline__right-block .uagb-timeline__day-right .uagb-timeline__events-inner-new{text-align:inherit}.uagb-timeline__right-block .uagb-timeline__line{right:16px;left:auto}.uagb-timeline__right-block .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__right-block .uagb-timeline__left .uagb-timeline__arrow:after{top:0}.uagb-timeline__right-block .uagb-timeline__right .uagb-timeline__arrow,.uagb-timeline__right-block .uagb-timeline__left .uagb-timeline__arrow{top:0;right:0;width:10px;height:40px;position:absolute}.uagb-timeline__right-block .uagb-timeline__right .uagb-timeline__arrow{right:-12px}.uagb-timeline__right-block .uagb-timeline__left .uagb-timeline__arrow{right:-10px}.uagb-timeline__right-block .uagb-timeline__marker,.uagb-timeline__right-block .uagb-timeline__day-new{max-width:100%;position:relative}.uagb-timeline__right-block .uagb-timeline__day-new{margin-right:14px}.uagb-timeline__right-block .uagb-timeline__marker{flex-shrink:0;flex-grow:0}.uagb-timeline__right-block .uagb-timeline__day-new{flex-grow:1}.uagb-timeline__left-block .uagb-timeline__marker,.uagb-timeline__left-block .uagb-timeline__day-new{max-width:100%;position:relative}.uagb-timeline__left-block .uagb-timeline__line{left:20px;right:auto}.uagb-timeline__left-block .uagb-timeline__day-new{margin-left:14px;flex-grow:1;order:1}.uagb-timeline__left-block .uagb-timeline__marker{order:0;flex-shrink:0;flex-grow:0}.uagb-timeline__left-block .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__left-block .uagb-timeline__left .uagb-timeline__arrow:after{top:0}.uagb-timeline__left-block .uagb-timeline__right .uagb-timeline__arrow,.uagb-timeline__left-block .uagb-timeline__left .uagb-timeline__arrow{top:0;width:10px;height:40px;position:absolute}.uagb-timeline__left-block .uagb-timeline__right .uagb-timeline__arrow{left:-10px}.uagb-timeline__left-block .uagb-timeline__left .uagb-timeline__arrow{left:-12px}.uagb-timeline__left-block .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__left-block .uagb-timeline__left .uagb-timeline__arrow:after,.uagb-timeline__right-block .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__right-block .uagb-timeline__left .uagb-timeline__arrow:after{top:50%;transform:translateY(-50%)}.uagb-timeline__marker{background-color:#eeeeee;border-radius:999px;position:relative;display:flex;align-items:center;justify-content:center;z-index:1;transition:all .2s ease-in-out}.uagb-timeline__main .uagb-timeline__days .uagb-timeline__field-wrap:hover .uagb-timeline__marker{transition:all .2s ease-in-out}.uagb-timeline__center-block .uagb-timeline__marker{order:1;flex-shrink:0;flex-grow:0}.uagb-timeline__center-block .uagb-timeline__day-new,.uagb-timeline__center-block .uagb-timeline__date-new{flex-grow:1;flex-basis:50%;max-width:100%;position:relative}.uagb-timeline__center-block .uagb-timeline__right .uagb-timeline__day-new{order:2;padding-left:0;padding-right:12px}.uagb-timeline__center-block .uagb-timeline__left .uagb-timeline__day-new{order:2;padding-right:0;padding-left:12px}.uagb-timeline__events-inner-new{padding:40px}.uagb-timeline__center-block .uagb-timeline__left .uagb-timeline__date-new{display:flex;justify-content:flex-end}.uagb-timeline__center-block .uagb-timeline__right .uagb-timeline__date-new{display:flex;justify-content:flex-start}.uagb-timeline__left-block .uagb-timeline__date-new{margin-right:10px}.uagb-timeline__right-block .uagb-timeline__date-new{margin-left:10px}.uagb-timeline__right-block .uagb-timeline__date-new{display:flex;align-items:center}.uagb-timeline__center-block .uagb-timeline__right .uagb-timeline__arrow{right:0px;top:0;width:10px;height:40px;position:absolute}.uagb-timeline__center-block .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__center-block .uagb-timeline__left .uagb-timeline__arrow:after{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.uagb-timeline__center-block .uagb-timeline__left .uagb-timeline__arrow{left:0px;top:0;width:10px;height:40px;position:absolute}.uagb-timeline__arrow-center .uagb-timeline__widget{align-items:center}.uagb-timeline__arrow-bottom .uagb-timeline__widget{align-items:flex-end}.uagb-timeline__arrow-center .uagb-timeline__left .uagb-timeline__arrow,.uagb-timeline__arrow-center .uagb-timeline__right .uagb-timeline__arrow{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.uagb-timeline__arrow-bottom .uagb-timeline__left .uagb-timeline__arrow,.uagb-timeline__arrow-bottom .uagb-timeline__right .uagb-timeline__arrow{top:100%;transform:translateY(-100%)}.uagb-timeline__day-right .uagb-timeline__events-inner{text-align:right}.uagb-timeline__day-left .uagb-timeline__events-inner{text-align:left}.uagb-timeline__arrow-top .uagb-timeline__date-new .uagb-timeline__date-new,.uagb-timeline__arrow-bottom .uagb-timeline__date-new .uagb-timeline__date-new{padding-top:8px;padding-bottom:8px}.uagb-timeline__events-inner-new,.uagb-timeline__arrow{transition:background .2s ease-in-out}.uagb-timeline__arrow:after{transition:border-color .2s ease-in-out}.uagb-timeline__date-new{transition:color .2s ease-in-out}.uagb-timeline__widget.uagb-timeline__left.hide-events .uagb-timeline__events-inner-new,.uagb-timeline__widget.uagb-timeline__left.hide-events .uagb-timeline__date-new{visibility:hidden}.uagb-timeline__widget.uagb-timeline__right.hide-events .uagb-timeline__events-inner-new,.uagb-timeline__widget.uagb-timeline__right.hide-events .uagb-timeline__date-new{visibility:hidden}.uagb-timeline__main .uagb-timeline__year{display:flex;position:relative}.uagb-timeline__main .uagb-timeline__year span{display:inline-block;padding-bottom:6px}.uagb-timeline__day-left .uagb-timeline__arrow:after{content:'';left:0px;position:absolute;display:inline;width:0;height:0;border-top:12px solid transparent;border-bottom:12px solid transparent}.uagb-timeline__right .uagb-timeline__day-left .uagb-timeline__arrow:after{right:0}.uagb-timeline__day-right .uagb-timeline__arrow:after{content:'';right:0px;position:absolute;display:inline;width:0;height:0;border-top:12px solid transparent;border-bottom:12px solid transparent}.uagb-timeline__icon{width:100px;height:100px;-webkit-border-radius:50%;border-radius:50%;text-align:center;line-height:100px;vertical-align:middle;position:relative;z-index:1}.uagb-timeline__main .uagb-timeline__date .uagb-timeline__inner-date-new{white-space:nowrap;margin:0px}.uagb-timeline__main .uagb-timeline__line{position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.uagb-timeline__right-block .uagb-timeline__main .uagb-timeline__line{position:absolute;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.uagb-timeline__center-block .uagb-timeline__line{left:50%;right:auto}.uagb-timeline__main .in-view i.uagb-timeline__in-view-icon{-webkit-transition:background 0.25s ease-out 0.25s, width 0.25s ease-in-out, height 0.25s ease-in-out, color 0.25s ease-in-out, font-size 0.25s ease-in-out;-webkit-transition:background 0.25s ease-out 0.25s, width 0.25s ease-in-out, height 0.25s ease-in-out, color 0.25s ease-in-out, font-size 0.25s ease-out;transition:background 0.25s ease-out 0.25s, width 0.25s ease-in-out, height 0.25s ease-in-out, color 0.25s ease-in-out, font-size 0.25s ease-out}.uagb-timeline__left-block .uagb-timeline__days{text-align:left}.uagb-timeline__left-block .uagb-timeline__day-right .uagb-timeline__arrow:after{content:'';position:absolute;display:inline;width:0;height:0;border-top:12px solid transparent;border-bottom:12px solid transparent}.uagb-timeline__center-block .uagb-timeline__days{text-align:center}.uagb-timeline__center-block .uagb-timeline__day-right .uagb-timeline__arrow:after{content:'';right:0px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);position:absolute;display:inline;width:0;height:0;border-top:12px solid transparent;border-bottom:12px solid transparent}.uagb-timeline__right .uagb-timeline__days{text-align:right}.uagb-timeline__outer-wrap span.dashicons-admin-users.dashicons{display:inline;vertical-align:baseline;margin-right:4px}@media screen and (max-width: 1023px){.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__line{position:absolute;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__date-hide{display:block}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-left .uagb-timeline__events-inner-new,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-right .uagb-timeline__events-inner-new{text-align:left}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__line{right:20px;left:auto}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__marker,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-new{max-width:100%;position:relative}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__line{left:20px;right:auto}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-new{margin-left:16px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__marker{-webkit-box-ordinal-group:1;-webkit-order:0;-moz-box-ordinal-group:1;-ms-flex-order:0;order:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-new{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-ordinal-group:2;-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__arrow:after{top:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__arrow,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__arrow{width:10px;height:40px;position:absolute}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__arrow{left:-10px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__arrow{left:-12px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__arrow:after{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__days{text-align:left}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-right .uagb-timeline__arrow:after{content:'';position:absolute;display:inline;width:0;height:0;border-top:12px solid transparent;border-bottom:12px solid transparent}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__widget.uagb-timeline__right{-webkit-box-orient:unset;-webkit-box-direction:unset;-webkit-flex-direction:unset;-moz-box-orient:unset;-moz-box-direction:unset;-ms-flex-direction:unset;flex-direction:unset}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-new,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__date-new{-webkit-box-flex:unset;-webkit-flex-grow:unset;-moz-box-flex:unset;-ms-flex-positive:unset;flex-grow:unset;-webkit-flex-basis:unset;-ms-flex-preferred-size:unset;flex-basis:unset;max-width:100%;width:100%;position:relative}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__day-new{-webkit-box-ordinal-group:unset;-webkit-order:unset;-moz-box-ordinal-group:unset;-ms-flex-order:unset;order:unset;padding-left:0;padding-right:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__day-new{-webkit-box-ordinal-group:unset;-webkit-order:unset;-moz-box-ordinal-group:unset;-ms-flex-order:unset;order:unset;padding-right:0;padding-left:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__widget{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-left .uagb-timeline__events-inner-new,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-right .uagb-timeline__events-inner-new{text-align:right}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__line{right:16px;left:auto}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow:after{top:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow{left:auto;right:0;width:10px;height:40px;position:absolute}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow{right:-12px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow{right:-10px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__marker,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-new{max-width:100%;position:relative}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-new{margin-right:16px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__marker{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-new{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow:after{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__days{text-align:right}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-new,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__date-new{-webkit-box-flex:unset;-webkit-flex-grow:unset;-moz-box-flex:unset;-ms-flex-positive:unset;flex-grow:unset;-webkit-flex-basis:unset;-ms-flex-preferred-size:unset;flex-basis:unset;max-width:100%;position:relative}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__day-new{-webkit-box-ordinal-group:unset;-webkit-order:unset;-moz-box-ordinal-group:unset;-ms-flex-order:unset;order:unset;padding-left:0;padding-right:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__day-new{-webkit-box-ordinal-group:unset;-webkit-order:unset;-moz-box-ordinal-group:unset;-ms-flex-order:unset;order:unset;padding-right:0;padding-left:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__date-new{display:none}}@media screen and (max-width: 767px){.uagb-timeline-responsive-none .uagb-timeline__events-inner-new{padding:15px}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__date-hide{display:block}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-left .uagb-timeline__events-inner-new,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-right .uagb-timeline__events-inner-new{text-align:left}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__line{right:20px;left:auto}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__marker,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-new{max-width:100%;position:relative}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__line{left:20px;right:auto}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-new{margin-left:16px}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__marker{-webkit-box-ordinal-group:1;-webkit-order:0;-moz-box-ordinal-group:1;-ms-flex-order:0;order:0;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-new{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-ordinal-group:2;-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__left .uagb-timeline__arrow:after{top:0}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__right .uagb-timeline__arrow,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__left .uagb-timeline__arrow{width:10px;height:40px;position:absolute}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__right .uagb-timeline__arrow{left:-10px}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__left .uagb-timeline__arrow{left:-12px}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__left .uagb-timeline__arrow:after{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.uagb-timeline__day-left .uagb-timeline__events-inner-new{text-align:left}.uagb-timeline__left-block .uagb-timeline__date-new{margin-right:10px}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__days{text-align:left}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-right .uagb-timeline__arrow:after{content:'';position:absolute;display:inline;width:0;height:0;border-top:12px solid transparent;border-bottom:12px solid transparent}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__widget.uagb-timeline__right{-webkit-box-orient:unset;-webkit-box-direction:unset;-webkit-flex-direction:unset;-moz-box-orient:unset;-moz-box-direction:unset;-ms-flex-direction:unset;flex-direction:unset}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-new,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__date-new{-webkit-box-flex:unset;-webkit-flex-grow:unset;-moz-box-flex:unset;-ms-flex-positive:unset;flex-grow:unset;-webkit-flex-basis:unset;-ms-flex-preferred-size:unset;flex-basis:unset;max-width:100%;position:relative}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__right .uagb-timeline__day-new{-webkit-box-ordinal-group:unset;-webkit-order:unset;-moz-box-ordinal-group:unset;-ms-flex-order:unset;order:unset;padding-left:0;padding-right:0}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__left .uagb-timeline__day-new{-webkit-box-ordinal-group:unset;-webkit-order:unset;-moz-box-ordinal-group:unset;-ms-flex-order:unset;order:unset;padding-right:0;padding-left:0}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__left .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__right .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__widget{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-left .uagb-timeline__events-inner-new,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-right .uagb-timeline__events-inner-new{text-align:right}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__line{right:16px;left:auto}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow:after{top:0}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow{left:auto;right:0;width:10px;height:40px;position:absolute}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow{right:-12px}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow{right:-10px}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__marker,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-new{max-width:100%;position:relative}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-new{margin-right:16px}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__marker{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-webkit-flex-grow:0;-moz-box-flex:0;-ms-flex-positive:0;flex-grow:0}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-new{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow:after{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__line{position:absolute;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__days{text-align:right}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-new,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__date-new{-webkit-box-flex:unset;-webkit-flex-grow:unset;-moz-box-flex:unset;-ms-flex-positive:unset;flex-grow:unset;-webkit-flex-basis:unset;-ms-flex-preferred-size:unset;flex-basis:unset;max-width:100%;position:relative}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__day-new{-webkit-box-ordinal-group:unset;-webkit-order:unset;-moz-box-ordinal-group:unset;-ms-flex-order:unset;order:unset;padding-left:0;padding-right:0}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__day-new{-webkit-box-ordinal-group:unset;-webkit-order:unset;-moz-box-ordinal-group:unset;-ms-flex-order:unset;order:unset;padding-right:0;padding-left:0}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__date-new{display:none}}.uagb-timeline__line__inner{background-color:#61ce70;width:100%}.uagb-timeline__center-block .uagb-timeline__day-right .uagb-timeline__arrow:after{border-left:13px solid #eeeeee}.uagb-timeline__right-block .uagb-timeline__day-right .uagb-timeline__arrow:after{border-left:13px solid #eeeeee}.uagb-timeline__right-block .uagb-timeline__day-left .uagb-timeline__arrow:after{border-left:13px solid #eeeeee}.rtl .uagb-timeline__center-block .uagb-timeline__day-right .uagb-timeline__arrow:after{border-right:13px solid #eeeeee;border-left:none}.rtl .uagb-timeline__right-block .uagb-timeline__day-right .uagb-timeline__arrow:after{border-right:13px solid #eeeeee;border-left:none}.rtl .uagb-timeline__right-block .uagb-timeline__day-left .uagb-timeline__arrow:after{border-right:13px solid #eeeeee;border-left:none}.uagb-timeline__left-block .uagb-timeline__day-right .uagb-timeline__arrow:after{border-right:13px solid #eeeeee}.uagb-timeline__center-block .uagb-timeline__day-left .uagb-timeline__arrow:after{border-right:13px solid #eeeeee}.uagb-timeline__left-block .uagb-timeline__day-left .uagb-timeline__arrow:after{border-right:13px solid #eeeeee}.rtl .uagb-timeline__left-block .uagb-timeline__day-right .uagb-timeline__arrow:after{border-left:13px solid #eeeeee;border-right:none}.rtl .uagb-timeline__center-block .uagb-timeline__day-left .uagb-timeline__arrow:after{border-left:13px solid #eeeeee;border-right:none}.rtl .uagb-timeline__left-block .uagb-timeline__day-left .uagb-timeline__arrow:after{border-left:13px solid #eeeeee;border-right:none}.uagb-timeline__day-right .uagb-timeline__events-inner-new{border-radius:4px 4px 4px 4px}.uagb-timeline__day-left .uagb-timeline__events-inner-new{border-radius:4px 4px 4px 4px}.uagb-timeline__line{width:3px}.uagb-timeline__main .uagb-timeline__icon-new{font-size:16px}.uagb-timeline__marker{min-height:3em;min-width:3em;line-height:3em}.uagb-timeline__arrow{height:3em}.uagb-timeline__left-block .uagb-timeline__line{left:calc(3em / 2)}.uagb-timeline__right-block .uagb-timeline__line{right:calc(3em / 2)}.rtl .uagb-timeline__left-block .uagb-timeline__line{right:calc(3em / 2);left:auto}.rtl .uagb-timeline__right-block .uagb-timeline__line{left:calc(3em / 2);right:auto}.uagb-timeline-desc-content p{font-size:inherit}.uagb-timeline__main p:empty{display:none}@media (max-width: 976px){.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__line{position:absolute;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__line{position:absolute;-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%)}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__date-hide{display:block}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-left .uagb-timeline__events-inner-new,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-right .uagb-timeline__events-inner-new{text-align:left}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__line{right:20px;left:auto}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__marker,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-new{max-width:100%;position:relative}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__line{left:20px;right:auto}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-new{margin-left:16px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__marker{-ms-flex-order:0;order:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-positive:0;flex-grow:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-new{-ms-flex-positive:1;flex-grow:1;-ms-flex-order:1;order:1}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__arrow:after{top:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__arrow,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__arrow{width:10px;height:40px;position:absolute}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__arrow{left:-10px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__arrow{left:-12px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__arrow:after{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__days{text-align:left}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-right .uagb-timeline__arrow:after{content:'';position:absolute;display:inline;width:0;height:0;border-top:12px solid transparent;border-bottom:12px solid transparent}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__widget.uagb-timeline__right{-ms-flex-direction:unset;flex-direction:unset}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-new,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__date-new{-ms-flex-positive:unset;flex-grow:unset;-ms-flex-preferred-size:unset;flex-basis:unset;max-width:100%;width:100%;position:relative}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__day-new{-ms-flex-order:unset;order:unset;padding-left:0;padding-right:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__day-new{-ms-flex-order:unset;order:unset;padding-right:0;padding-left:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__left .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__right .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__widget{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-left .uagb-timeline__events-inner-new,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-right .uagb-timeline__events-inner-new{text-align:right}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__line{right:16px;left:auto}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow:after{top:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow{left:auto;right:0;width:10px;height:40px;position:absolute}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow{right:-12px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow{right:-10px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__marker,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-new{max-width:100%;position:relative}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-new{margin-right:16px}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__marker{-ms-flex-negative:0;flex-shrink:0;-ms-flex-positive:0;flex-grow:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-new{-ms-flex-positive:1;flex-grow:1}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__arrow:after{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__days{text-align:right}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__day-new,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__date-new{-ms-flex-positive:unset;flex-grow:unset;-ms-flex-preferred-size:unset;flex-basis:unset;max-width:100%;position:relative}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__day-new{-ms-flex-order:unset;order:unset;padding-left:0;padding-right:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__day-new{-ms-flex-order:unset;order:unset;padding-right:0;padding-left:0}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__left .uagb-timeline__date-new,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-res-right .uagb-timeline__right .uagb-timeline__date-new{display:none}.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-left .uagb-timeline__arrow:after{border-right:13px solid #eeeeee;border-left:none}.uagb-timeline__responsive-tablet.uagb-timeline__center-block .uagb-timeline__author,.uagb-timeline__responsive-tablet.uagb-timeline__center-block .uagb-timeline__link_parent,.uagb-timeline__responsive-tablet.uagb-timeline__center-block .uagb-timeline__image a,.uagb-timeline__responsive-tablet.uagb-timeline__center-block .uagb-timeline__heading,.uagb-timeline__responsive-tablet.uagb-timeline__center-block .uagb-timeline-desc-content,.uagb-timeline__responsive-tablet.uagb-timeline__center-block .uagb-timeline__date-inner{text-align:left}.uagb-timeline__responsive-tablet.uagb-timeline__center-block .uagb-timeline__date-hide.uagb-timeline__date-inner{text-align:left}}@media (max-width: 767px){.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-left .uagb-timeline__arrow:after,.rtl .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-right .uagb-timeline__arrow:after,.rtl .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-left .uagb-timeline__arrow:after{border-right:13px solid #eeeeee;border-left:none}.rtl .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-right .uagb-timeline__arrow:after,.rtl .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-left .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-right .uagb-timeline__arrow:after,.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__day-left .uagb-timeline__arrow:after{border-left:13px solid #eeeeee;border-right:none}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__line,.rtl .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__line{left:calc(3em / 2);right:auto}.uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-res-right .uagb-timeline__line,.rtl .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__line{right:calc(3em / 2);left:auto}.uagb-timeline__responsive-mobile.uagb-timeline__center-block .uagb-timeline__author,.uagb-timeline__responsive-mobile.uagb-timeline__center-block .uagb-timeline__link_parent,.uagb-timeline__responsive-mobile.uagb-timeline__center-block .uagb-timeline__image a,.uagb-timeline__responsive-mobile.uagb-timeline__center-block .uagb-timeline__heading,.uagb-timeline__responsive-mobile.uagb-timeline__center-block .uagb-timeline-desc-content,.uagb-timeline__responsive-mobile.uagb-timeline__center-block .uagb-timeline__date-inner{text-align:left}.uagb-timeline__responsive-mobile.uagb-timeline__center-block .uagb-timeline__date-hide.uagb-timeline__date-inner{text-align:left}}.wp-block-uagb-content-timeline .uagb-timeline__left-block .uagb-timeline__date-new{display:none}.wp-block-uagb-content-timeline .uagb-timeline__right-block .uagb-timeline__date-new{display:none}
|
languages/ultimate-addons-for-gutenberg.pot
CHANGED
@@ -1,43 +1,48 @@
|
|
1 |
-
# Copyright (C)
|
2 |
-
# This file is distributed under the same license as the Ultimate Addons for Gutenberg
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: Ultimate Addons for Gutenberg 1.
|
6 |
-
"Report-Msgid-Bugs-To: "
|
7 |
-
"https://wordpress.org/support/plugin/ultimate-addons-for-gutenberg\n"
|
8 |
-
"POT-Creation-Date: 2020-12-08 10:29:37+00:00\n"
|
9 |
-
"MIME-Version: 1.0\n"
|
10 |
-
"Content-Type: text/plain; charset=utf-8\n"
|
11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"PO-Revision-Date: 2020-MO-DA HO:MI+ZONE\n"
|
13 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
15 |
-
"
|
16 |
-
"
|
17 |
-
"
|
18 |
-
"
|
19 |
-
"
|
20 |
-
"
|
21 |
-
"
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
"
|
26 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
|
28 |
-
#: admin/bsf-analytics/class-bsf-analytics.php:216
|
29 |
#. translators: %s product name
|
30 |
-
|
31 |
-
"Want to help make <strong>%1s</strong> even more awesome? Allow us to "
|
32 |
-
"collect non-sensitive diagnostic data and usage information. "
|
33 |
msgstr ""
|
34 |
|
35 |
#: admin/bsf-analytics/class-bsf-analytics.php:219
|
36 |
msgid "This will be applicable for all sites from the network."
|
37 |
msgstr ""
|
38 |
|
39 |
-
#: admin/bsf-analytics/class-bsf-analytics.php:243
|
40 |
#. translators: %s usage doc link
|
|
|
41 |
msgid " Know More."
|
42 |
msgstr ""
|
43 |
|
@@ -53,8 +58,8 @@ msgstr ""
|
|
53 |
msgid "Usage Tracking"
|
54 |
msgstr ""
|
55 |
|
56 |
-
#: admin/bsf-analytics/class-bsf-analytics.php:408
|
57 |
#. translators: %s Product title
|
|
|
58 |
msgid "Allow %s products to track non-sensitive usage tracking data."
|
59 |
msgstr ""
|
60 |
|
@@ -78,202 +83,173 @@ msgstr ""
|
|
78 |
msgid "Submit a Ticket »"
|
79 |
msgstr ""
|
80 |
|
81 |
-
|
82 |
-
msgid "Ultimate Addons for Gutenberg"
|
83 |
-
msgstr ""
|
84 |
-
|
85 |
-
#: admin/uagb-general.php:39
|
86 |
msgid "Welcome to the Ultimate Addons for Gutenberg!"
|
87 |
msgstr ""
|
88 |
|
89 |
-
#: admin/uagb-general.php:
|
90 |
-
msgid ""
|
91 |
-
"Thank you for choosing Ultimate Addons for Gutenberg - the most "
|
92 |
-
"comprehensive library of advanced and creative blocks to build a stunning "
|
93 |
-
"website and blog faster than ever before!"
|
94 |
msgstr ""
|
95 |
|
96 |
-
#: admin/uagb-general.php:
|
97 |
msgid "How to use the Ultimate Addons for Gutenberg Blocks »"
|
98 |
msgstr ""
|
99 |
|
100 |
-
#: admin/uagb-general.php:
|
101 |
msgid "Ready-to-use Full Demo Websites - "
|
102 |
msgstr ""
|
103 |
|
104 |
-
#: admin/uagb-general.php:
|
105 |
-
msgid ""
|
106 |
-
"Get professionally designed 20+ pre-built FREE starter sites built using "
|
107 |
-
"Gutenberg, Ultimate Addons for Gutenberg and the Astra theme. These can be "
|
108 |
-
"imported in just a few clicks. Tweak them easily and build awesome websites "
|
109 |
-
"in minutes!"
|
110 |
msgstr ""
|
111 |
|
112 |
-
#: admin/uagb-general.php:
|
113 |
msgid "Know More »"
|
114 |
msgstr ""
|
115 |
|
116 |
-
#: admin/uagb-general.php:
|
117 |
msgid "Ever-growing Library of Gutenberg Blocks"
|
118 |
msgstr ""
|
119 |
|
120 |
-
#: admin/uagb-general.php:
|
121 |
-
msgid ""
|
122 |
-
"The easy-to-use and extremely powerful blocks of the Ultimate Addons for "
|
123 |
-
"Gutenberg (UAG) are now available within your Gutenberg Editor. Search for "
|
124 |
-
"\"UAG\" in the block inserter and see all the Ultimate Addons for Gutenberg "
|
125 |
-
"blocks listed below. Simply click on the block you wish to add on your page "
|
126 |
-
"or post."
|
127 |
msgstr ""
|
128 |
|
129 |
-
#: admin/uagb-general.php:
|
130 |
msgid "Wish to see some real design implementations with these blocks?"
|
131 |
msgstr ""
|
132 |
|
133 |
-
#: admin/uagb-general.php:
|
134 |
msgid "See Demos »"
|
135 |
msgstr ""
|
136 |
|
137 |
-
#: admin/uagb-general.php:
|
138 |
-
msgid ""
|
139 |
-
"Check out the detailed knowledge base articles that will help you "
|
140 |
-
"understand the working of each block."
|
141 |
msgstr ""
|
142 |
|
143 |
-
#: admin/uagb-general.php:
|
|
|
144 |
msgid "Visit Knowledge Base »"
|
145 |
msgstr ""
|
146 |
|
147 |
-
#: admin/uagb-general.php:
|
148 |
msgid "Blocks"
|
149 |
msgstr ""
|
150 |
|
151 |
-
#: admin/uagb-general.php:
|
152 |
msgid "Activate All"
|
153 |
msgstr ""
|
154 |
|
155 |
-
#: admin/uagb-general.php:
|
156 |
msgid "Deactivate All"
|
157 |
msgstr ""
|
158 |
|
159 |
-
#: admin/uagb-general.php:
|
160 |
msgid "Reusable Blocks"
|
161 |
msgstr ""
|
162 |
|
163 |
-
#: admin/uagb-general.php:
|
|
|
164 |
msgid "Activate"
|
165 |
msgstr ""
|
166 |
|
167 |
-
#: admin/uagb-general.php:
|
|
|
168 |
msgid "Deactivate"
|
169 |
msgstr ""
|
170 |
|
171 |
-
#: admin/uagb-general.php:
|
172 |
msgid "Free Theme for Gutenberg"
|
173 |
msgstr ""
|
174 |
|
175 |
-
#: admin/uagb-general.php:
|
176 |
-
msgid ""
|
177 |
-
"Join over 1+ million active users empowering their websites with Astra! "
|
178 |
-
"From beginners to industry leaders, everyone loves the Astra theme."
|
179 |
msgstr ""
|
180 |
|
181 |
-
#: admin/uagb-general.php:
|
182 |
msgid "Why Astra Theme?"
|
183 |
msgstr ""
|
184 |
|
185 |
-
#: admin/uagb-general.php:
|
186 |
msgid "Faster Performance - "
|
187 |
msgstr ""
|
188 |
|
189 |
-
#: admin/uagb-general.php:
|
190 |
-
msgid ""
|
191 |
-
"Built with speed and performance in mind, Astra follows the best coding "
|
192 |
-
"standards and lets you build faster loading and better performing websites."
|
193 |
msgstr ""
|
194 |
|
195 |
-
#: admin/uagb-general.php:
|
196 |
msgid "Easy Customization - "
|
197 |
msgstr ""
|
198 |
|
199 |
-
#: admin/uagb-general.php:
|
200 |
-
msgid ""
|
201 |
-
"With all the settings managed through the customizer, Astra keeps it simple "
|
202 |
-
"and gives you lots of options to customize everything with a few clicks."
|
203 |
msgstr ""
|
204 |
|
205 |
-
#: admin/uagb-general.php:
|
206 |
msgid "Pixel Perfect Design - "
|
207 |
msgstr ""
|
208 |
|
209 |
-
#: admin/uagb-general.php:
|
210 |
-
msgid ""
|
211 |
-
"Astra reduces your design time by giving you pixel-perfect FREE "
|
212 |
-
"ready-to-use websites demos within a huge library of starter sites."
|
213 |
msgstr ""
|
214 |
|
215 |
-
#: admin/uagb-general.php:
|
216 |
msgid "Install Astra Now!"
|
217 |
msgstr ""
|
218 |
|
219 |
-
#: admin/uagb-general.php:
|
220 |
msgid "Activate Astra Now!"
|
221 |
msgstr ""
|
222 |
|
223 |
-
#: admin/uagb-general.php:
|
224 |
msgid "CSS File Generation"
|
225 |
msgstr ""
|
226 |
|
227 |
-
#: admin/uagb-general.php:
|
228 |
-
msgid ""
|
229 |
-
"Enabling this option will generate CSS files for Ultimate Addons for "
|
230 |
-
"Gutenberg block styling instead of loading the CSS inline on page."
|
231 |
msgstr ""
|
232 |
|
233 |
-
#: admin/uagb-general.php:184
|
234 |
#. translators: %1$s: a tag open.
|
|
|
235 |
msgid "Please read %1$s this article %2$s to know more."
|
236 |
msgstr ""
|
237 |
|
238 |
-
#: admin/uagb-general.php:
|
239 |
msgid "Enable File Generation"
|
240 |
msgstr ""
|
241 |
|
242 |
-
#: admin/uagb-general.php:
|
243 |
msgid "Inadequate File Permission"
|
244 |
msgstr ""
|
245 |
|
246 |
-
#: admin/uagb-general.php:
|
247 |
msgid "Disable File Generation"
|
248 |
msgstr ""
|
249 |
|
250 |
-
#: admin/uagb-general.php:
|
251 |
msgid "Knowledge Base"
|
252 |
msgstr ""
|
253 |
|
254 |
-
#: admin/uagb-general.php:
|
255 |
msgid "Not sure how something works? Take a peek at the knowledge base and learn."
|
256 |
msgstr ""
|
257 |
|
258 |
-
#: admin/uagb-general.php:
|
259 |
msgid "Five Star Support"
|
260 |
msgstr ""
|
261 |
|
262 |
-
#: admin/uagb-general.php:235
|
263 |
#. translators: %1$s: uagb name.
|
|
|
264 |
msgid "Got a question? Get in touch with %1$s developers. We're happy to help!"
|
265 |
msgstr ""
|
266 |
|
267 |
#: classes/class-uagb-admin.php:129
|
268 |
-
msgid ""
|
269 |
-
"Wow! The Ultimate Addons for Gutenberg has already powered over 5 pages on "
|
270 |
-
"your website!"
|
271 |
msgstr ""
|
272 |
|
273 |
#: classes/class-uagb-admin.php:130
|
274 |
-
msgid ""
|
275 |
-
"Would you please mind sharing your views and give it a 5 star rating on the "
|
276 |
-
"WordPress repository?"
|
277 |
msgstr ""
|
278 |
|
279 |
#: classes/class-uagb-admin.php:132
|
@@ -288,12 +264,9 @@ msgstr ""
|
|
288 |
msgid "I already did"
|
289 |
msgstr ""
|
290 |
|
291 |
-
#: classes/class-uagb-admin.php:154
|
292 |
#. translators: %s: html tags
|
293 |
-
|
294 |
-
"Ultimate Addons for Gutenberg requires %3$sBlock Editor%4$s. You can "
|
295 |
-
"change your editor settings to Block Editor from %1$shere%2$s. Plugin "
|
296 |
-
"is currently NOT RUNNING."
|
297 |
msgstr ""
|
298 |
|
299 |
#: classes/class-uagb-admin.php:265
|
@@ -333,9 +306,7 @@ msgid "Advanced Heading"
|
|
333 |
msgstr ""
|
334 |
|
335 |
#: classes/class-uagb-config.php:47
|
336 |
-
msgid ""
|
337 |
-
"This block lets you add a combination of a heading and a sub-heading with a "
|
338 |
-
"separator in between."
|
339 |
msgstr ""
|
340 |
|
341 |
#: classes/class-uagb-config.php:89
|
@@ -343,9 +314,7 @@ msgid "Advanced Columns"
|
|
343 |
msgstr ""
|
344 |
|
345 |
#: classes/class-uagb-config.php:90
|
346 |
-
msgid ""
|
347 |
-
"This block gives you advanced options to insert a number of columns within "
|
348 |
-
"a single row."
|
349 |
msgstr ""
|
350 |
|
351 |
#: classes/class-uagb-config.php:176
|
@@ -369,9 +338,7 @@ msgid "Call To Action"
|
|
369 |
msgstr ""
|
370 |
|
371 |
#: classes/class-uagb-config.php:347
|
372 |
-
msgid ""
|
373 |
-
"This block allows you to place an CTA along with a heading and description "
|
374 |
-
"within a single block."
|
375 |
msgstr ""
|
376 |
|
377 |
#: classes/class-uagb-config.php:418
|
@@ -379,9 +346,7 @@ msgid "Contact Form 7 Styler"
|
|
379 |
msgstr ""
|
380 |
|
381 |
#: classes/class-uagb-config.php:419
|
382 |
-
msgid ""
|
383 |
-
"This block allows you to add and style your Contact Form 7 forms right in "
|
384 |
-
"the Gutenberg editor."
|
385 |
msgstr ""
|
386 |
|
387 |
#: classes/class-uagb-config.php:554
|
@@ -389,253 +354,289 @@ msgid "Content Timeline"
|
|
389 |
msgstr ""
|
390 |
|
391 |
#: classes/class-uagb-config.php:555
|
|
|
392 |
msgid "The Timeline block lets you create beautiful timelines on your website."
|
393 |
msgstr ""
|
394 |
|
395 |
#: classes/class-uagb-config.php:626
|
|
|
|
|
|
|
|
|
396 |
msgid "FAQ - Schema"
|
397 |
msgstr ""
|
398 |
|
399 |
-
#: classes/class-uagb-config.php:
|
400 |
-
msgid ""
|
401 |
-
"This block helps you add FAQ or Accordion with automatically adding FAQ "
|
402 |
-
"Schema to your page."
|
403 |
msgstr ""
|
404 |
|
405 |
-
#: classes/class-uagb-config.php:
|
406 |
msgid "FAQ - Schema Child"
|
407 |
msgstr ""
|
408 |
|
409 |
-
#: classes/class-uagb-config.php:
|
410 |
msgid "This block helps you add single FAQ."
|
411 |
msgstr ""
|
412 |
|
413 |
-
#: classes/class-uagb-config.php:
|
414 |
msgid "Gravity Form Styler"
|
415 |
msgstr ""
|
416 |
|
417 |
-
#: classes/class-uagb-config.php:
|
418 |
-
msgid ""
|
419 |
-
"This block allows you to add and style your Gravity Forms right in the "
|
420 |
-
"Gutenberg editor."
|
421 |
msgstr ""
|
422 |
|
423 |
-
#: classes/class-uagb-config.php:
|
424 |
msgid "Google Map"
|
425 |
msgstr ""
|
426 |
|
427 |
-
#: classes/class-uagb-config.php:
|
428 |
msgid "This block allows you to place a Google Map Location."
|
429 |
msgstr ""
|
430 |
|
431 |
-
#: classes/class-uagb-config.php:
|
432 |
msgid "How-to Schema"
|
433 |
msgstr ""
|
434 |
|
435 |
-
#: classes/class-uagb-config.php:
|
436 |
-
msgid ""
|
437 |
-
"This block allows you to design attractive How-to pages or articles with "
|
438 |
-
"automatically adding How-to Schema to your page."
|
439 |
msgstr ""
|
440 |
|
441 |
-
#: classes/class-uagb-config.php:
|
442 |
msgid "Icon List"
|
443 |
msgstr ""
|
444 |
|
445 |
-
#: classes/class-uagb-config.php:
|
446 |
-
#: classes/class-uagb-config.php:
|
|
|
447 |
msgid "This block allows you to place an image or icon in a list format."
|
448 |
msgstr ""
|
449 |
|
450 |
-
#: classes/class-uagb-config.php:
|
451 |
msgid "Label #1"
|
452 |
msgstr ""
|
453 |
|
454 |
-
#: classes/class-uagb-config.php:
|
455 |
msgid "Icon"
|
456 |
msgstr ""
|
457 |
|
458 |
-
#: classes/class-uagb-config.php:
|
459 |
msgid "Info Box"
|
460 |
msgstr ""
|
461 |
|
462 |
-
#: classes/class-uagb-config.php:
|
463 |
-
msgid ""
|
464 |
-
"This block allows you to place an image or icon along with a heading and "
|
465 |
-
"description within a single block."
|
466 |
msgstr ""
|
467 |
|
468 |
-
#: classes/class-uagb-config.php:
|
469 |
msgid "Inline Notice"
|
470 |
msgstr ""
|
471 |
|
472 |
-
#: classes/class-uagb-config.php:
|
473 |
msgid "This block helps you add an inline notice."
|
474 |
msgstr ""
|
475 |
|
476 |
-
#: classes/class-uagb-config.php:
|
477 |
msgid "Marketing Button"
|
478 |
msgstr ""
|
479 |
|
480 |
-
#: classes/class-uagb-config.php:
|
481 |
msgid "This block allows you to place a Marketing Button with small description."
|
482 |
msgstr ""
|
483 |
|
484 |
-
#: classes/class-uagb-config.php:
|
485 |
msgid "Multi Buttons"
|
486 |
msgstr ""
|
487 |
|
488 |
-
#: classes/class-uagb-config.php:
|
489 |
msgid "This block allows you to add multiple buttons with a single block."
|
490 |
msgstr ""
|
491 |
|
492 |
-
#: classes/class-uagb-config.php:
|
493 |
msgid "Button"
|
494 |
msgstr ""
|
495 |
|
496 |
-
#: classes/class-uagb-config.php:
|
497 |
msgid "This block allows you to style button."
|
498 |
msgstr ""
|
499 |
|
500 |
-
#: classes/class-uagb-config.php:
|
501 |
msgid "Post Carousel"
|
502 |
msgstr ""
|
503 |
|
504 |
-
#: classes/class-uagb-config.php:
|
505 |
-
msgid ""
|
506 |
-
"This block fetches the blog posts you may have on your website and displays "
|
507 |
-
"them in a carousel layout."
|
508 |
msgstr ""
|
509 |
|
510 |
-
#: classes/class-uagb-config.php:
|
511 |
-
#: classes/class-uagb-config.php:
|
512 |
-
#:
|
513 |
#: dist/blocks/post-timeline/class-uagb-post-timeline.php:447
|
|
|
|
|
514 |
msgid "Read More"
|
515 |
msgstr ""
|
516 |
|
517 |
-
#: classes/class-uagb-config.php:
|
518 |
msgid "Post Grid"
|
519 |
msgstr ""
|
520 |
|
521 |
-
#: classes/class-uagb-config.php:
|
522 |
-
msgid ""
|
523 |
-
"This block fetches the blog posts you may have on your website and displays "
|
524 |
-
"them in a grid layout."
|
525 |
msgstr ""
|
526 |
|
527 |
-
#: classes/class-uagb-config.php:
|
528 |
msgid "Post Masonry"
|
529 |
msgstr ""
|
530 |
|
531 |
-
#: classes/class-uagb-config.php:
|
532 |
-
msgid ""
|
533 |
-
"This block fetches the blog posts you may have on your website and displays "
|
534 |
-
"them in a masonry layout."
|
535 |
msgstr ""
|
536 |
|
537 |
-
#: classes/class-uagb-config.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
538 |
msgid "Post Timeline"
|
539 |
msgstr ""
|
540 |
|
541 |
-
#: classes/class-uagb-config.php:
|
542 |
-
msgid ""
|
543 |
-
"The Timeline block lets you create beautiful timelines of Posts on your "
|
544 |
-
"website."
|
545 |
msgstr ""
|
546 |
|
547 |
-
#: classes/class-uagb-config.php:
|
548 |
msgid "Price List"
|
549 |
msgstr ""
|
550 |
|
551 |
-
#: classes/class-uagb-config.php:
|
|
|
552 |
msgid "This block allows you to add attractive Price List."
|
553 |
msgstr ""
|
554 |
|
555 |
-
#: classes/class-uagb-config.php:
|
556 |
-
msgid "
|
557 |
msgstr ""
|
558 |
|
559 |
-
#: classes/class-uagb-config.php:
|
560 |
-
msgid "This block helps you add
|
561 |
msgstr ""
|
562 |
|
563 |
-
#: classes/class-uagb-config.php:
|
|
|
|
|
|
|
|
|
564 |
msgid "Section"
|
565 |
msgstr ""
|
566 |
|
567 |
-
#: classes/class-uagb-config.php:
|
568 |
-
msgid ""
|
569 |
-
"This block is an outer wrap section that allows you to add other blocks "
|
570 |
-
"within it."
|
571 |
msgstr ""
|
572 |
|
573 |
-
#: classes/class-uagb-config.php:
|
574 |
msgid "Social Share"
|
575 |
msgstr ""
|
576 |
|
577 |
-
#: classes/class-uagb-config.php:
|
578 |
-
msgid ""
|
579 |
-
"This block allows you to let users share your content across various social "
|
580 |
-
"networking sites."
|
581 |
msgstr ""
|
582 |
|
583 |
-
#: classes/class-uagb-config.php:
|
584 |
msgid "Social Share Child"
|
585 |
msgstr ""
|
586 |
|
587 |
-
#: classes/class-uagb-config.php:
|
588 |
msgid "Table of Contents"
|
589 |
msgstr ""
|
590 |
|
591 |
-
#: classes/class-uagb-config.php:
|
592 |
msgid "This block allows you to place a Table of Contents for Pages/Posts."
|
593 |
msgstr ""
|
594 |
|
595 |
-
#: classes/class-uagb-config.php:
|
596 |
msgid "Team"
|
597 |
msgstr ""
|
598 |
|
599 |
-
#: classes/class-uagb-config.php:
|
600 |
-
msgid ""
|
601 |
-
"This block allows you to display your team. Add their picture, name, what "
|
602 |
-
"they do and links to their social profiles."
|
603 |
msgstr ""
|
604 |
|
605 |
-
#: classes/class-uagb-config.php:
|
606 |
msgid "Testimonial"
|
607 |
msgstr ""
|
608 |
|
609 |
-
#: classes/class-uagb-config.php:
|
610 |
-
msgid ""
|
611 |
-
"This block helps your display some amazing client feedback within your "
|
612 |
-
"website."
|
613 |
msgstr ""
|
614 |
|
615 |
-
#: classes/class-uagb-config.php:
|
616 |
msgid "WP - Search"
|
617 |
msgstr ""
|
618 |
|
619 |
-
#: classes/class-uagb-config.php:
|
620 |
msgid "This block helps you add a Search field."
|
621 |
msgstr ""
|
622 |
|
623 |
-
#: classes/class-uagb-config.php:
|
624 |
msgid "Taxonomy List"
|
625 |
msgstr ""
|
626 |
|
627 |
-
#: classes/class-uagb-config.php:
|
628 |
-
msgid ""
|
629 |
-
"This block helps you to display content categorization for various post "
|
630 |
-
"types"
|
631 |
msgstr ""
|
632 |
|
633 |
-
#: classes/class-uagb-config.php:
|
634 |
#: dist/blocks/taxonomy-list/class-uagb-taxonomy-list.php:113
|
635 |
msgid "Taxonomy Not Available."
|
636 |
msgstr ""
|
637 |
|
638 |
-
#: classes/class-uagb-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
639 |
msgid "Full"
|
640 |
msgstr ""
|
641 |
|
@@ -651,27 +652,25 @@ msgstr ""
|
|
651 |
msgid "Ultimate Addons Blocks"
|
652 |
msgstr ""
|
653 |
|
654 |
-
#: classes/class-uagb-init-blocks.php:
|
655 |
-
#: classes/class-uagb-init-blocks.php:
|
656 |
msgid "Select Form"
|
657 |
msgstr ""
|
658 |
|
659 |
-
#: classes/class-uagb-init-blocks.php:
|
660 |
msgid "You have not added any Contact Form 7 yet."
|
661 |
msgstr ""
|
662 |
|
663 |
-
#: classes/class-uagb-init-blocks.php:
|
664 |
msgid "You have not added any Gravity Forms yet."
|
665 |
msgstr ""
|
666 |
|
667 |
-
#: classes/class-uagb-loader.php:168
|
668 |
#. translators: %s: html tags
|
669 |
-
|
670 |
-
"The %1$sUltimate Addon for Gutenberg%2$s plugin requires %1$sGutenberg%2$s "
|
671 |
-
"plugin installed & activated."
|
672 |
msgstr ""
|
673 |
|
674 |
-
#: classes/class-uagb-loader.php:
|
675 |
msgid "Install Gutenberg"
|
676 |
msgstr ""
|
677 |
|
@@ -687,30 +686,120 @@ msgstr ""
|
|
687 |
msgid "WordPress Nonce not validated."
|
688 |
msgstr ""
|
689 |
|
690 |
-
#: ultimate-addons-for-gutenberg.php:38
|
691 |
#. translators: %s: PHP version
|
692 |
-
|
693 |
-
"Ultimate Addons for Gutenberg requires PHP version %s+, plugin is currently "
|
694 |
-
"NOT RUNNING."
|
695 |
msgstr ""
|
696 |
|
697 |
-
#: ultimate-addons-for-gutenberg.php:55
|
698 |
#. translators: %s: WordPress version
|
699 |
-
|
700 |
-
"Ultimate Addons for Gutenberg requires WordPress version %s+. Because you "
|
701 |
-
"are using an earlier version, the plugin is currently NOT RUNNING."
|
702 |
msgstr ""
|
703 |
|
704 |
-
|
705 |
-
msgid "
|
706 |
msgstr ""
|
707 |
|
708 |
-
|
709 |
-
msgid ""
|
710 |
-
"The Ultimate Addons for Gutenberg extends the Gutenberg functionality with "
|
711 |
-
"several unique and feature-rich blocks that help build websites faster."
|
712 |
msgstr ""
|
713 |
|
714 |
-
|
715 |
-
msgid "
|
716 |
-
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Copyright (C) 2021 Brainstorm Force
|
2 |
+
# This file is distributed under the same license as the Ultimate Addons for Gutenberg plugin.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Ultimate Addons for Gutenberg 1.20.1\n"
|
6 |
+
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/ultimate-addons-for-gutenberg\n"
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
8 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"POT-Creation-Date: 2021-01-21T12:55:10+00:00\n"
|
13 |
+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
14 |
+
"X-Generator: WP-CLI 2.5.0-alpha-59d879d\n"
|
15 |
+
"X-Domain: ultimate-addons-for-gutenberg\n"
|
16 |
+
|
17 |
+
#. Plugin Name of the plugin
|
18 |
+
#: admin/uagb-general.php:44
|
19 |
+
msgid "Ultimate Addons for Gutenberg"
|
20 |
+
msgstr ""
|
21 |
+
|
22 |
+
#. Plugin URI of the plugin
|
23 |
+
#. Author URI of the plugin
|
24 |
+
msgid "https://www.brainstormforce.com"
|
25 |
+
msgstr ""
|
26 |
+
|
27 |
+
#. Description of the plugin
|
28 |
+
msgid "The Ultimate Addons for Gutenberg extends the Gutenberg functionality with several unique and feature-rich blocks that help build websites faster."
|
29 |
+
msgstr ""
|
30 |
+
|
31 |
+
#. Author of the plugin
|
32 |
+
msgid "Brainstorm Force"
|
33 |
+
msgstr ""
|
34 |
|
|
|
35 |
#. translators: %s product name
|
36 |
+
#: admin/bsf-analytics/class-bsf-analytics.php:216
|
37 |
+
msgid "Want to help make <strong>%1s</strong> even more awesome? Allow us to collect non-sensitive diagnostic data and usage information. "
|
|
|
38 |
msgstr ""
|
39 |
|
40 |
#: admin/bsf-analytics/class-bsf-analytics.php:219
|
41 |
msgid "This will be applicable for all sites from the network."
|
42 |
msgstr ""
|
43 |
|
|
|
44 |
#. translators: %s usage doc link
|
45 |
+
#: admin/bsf-analytics/class-bsf-analytics.php:243
|
46 |
msgid " Know More."
|
47 |
msgstr ""
|
48 |
|
58 |
msgid "Usage Tracking"
|
59 |
msgstr ""
|
60 |
|
|
|
61 |
#. translators: %s Product title
|
62 |
+
#: admin/bsf-analytics/class-bsf-analytics.php:408
|
63 |
msgid "Allow %s products to track non-sensitive usage tracking data."
|
64 |
msgstr ""
|
65 |
|
83 |
msgid "Submit a Ticket »"
|
84 |
msgstr ""
|
85 |
|
86 |
+
#: admin/uagb-general.php:50
|
|
|
|
|
|
|
|
|
87 |
msgid "Welcome to the Ultimate Addons for Gutenberg!"
|
88 |
msgstr ""
|
89 |
|
90 |
+
#: admin/uagb-general.php:52
|
91 |
+
msgid "Thank you for choosing Ultimate Addons for Gutenberg - the most comprehensive library of advanced and creative blocks to build a stunning website and blog faster than ever before!"
|
|
|
|
|
|
|
92 |
msgstr ""
|
93 |
|
94 |
+
#: admin/uagb-general.php:53
|
95 |
msgid "How to use the Ultimate Addons for Gutenberg Blocks »"
|
96 |
msgstr ""
|
97 |
|
98 |
+
#: admin/uagb-general.php:54
|
99 |
msgid "Ready-to-use Full Demo Websites - "
|
100 |
msgstr ""
|
101 |
|
102 |
+
#: admin/uagb-general.php:54
|
103 |
+
msgid "Get professionally designed 20+ pre-built FREE starter sites built using Gutenberg, Ultimate Addons for Gutenberg and the Astra theme. These can be imported in just a few clicks. Tweak them easily and build awesome websites in minutes!"
|
|
|
|
|
|
|
|
|
104 |
msgstr ""
|
105 |
|
106 |
+
#: admin/uagb-general.php:55
|
107 |
msgid "Know More »"
|
108 |
msgstr ""
|
109 |
|
110 |
+
#: admin/uagb-general.php:64
|
111 |
msgid "Ever-growing Library of Gutenberg Blocks"
|
112 |
msgstr ""
|
113 |
|
114 |
+
#: admin/uagb-general.php:66
|
115 |
+
msgid "The easy-to-use and extremely powerful blocks of the Ultimate Addons for Gutenberg (UAG) are now available within your Gutenberg Editor. Search for \"UAG\" in the block inserter and see all the Ultimate Addons for Gutenberg blocks listed below. Simply click on the block you wish to add on your page or post."
|
|
|
|
|
|
|
|
|
|
|
116 |
msgstr ""
|
117 |
|
118 |
+
#: admin/uagb-general.php:67
|
119 |
msgid "Wish to see some real design implementations with these blocks?"
|
120 |
msgstr ""
|
121 |
|
122 |
+
#: admin/uagb-general.php:68
|
123 |
msgid "See Demos »"
|
124 |
msgstr ""
|
125 |
|
126 |
+
#: admin/uagb-general.php:69
|
127 |
+
msgid "Check out the detailed knowledge base articles that will help you understand the working of each block."
|
|
|
|
|
128 |
msgstr ""
|
129 |
|
130 |
+
#: admin/uagb-general.php:70
|
131 |
+
#: admin/uagb-general.php:239
|
132 |
msgid "Visit Knowledge Base »"
|
133 |
msgstr ""
|
134 |
|
135 |
+
#: admin/uagb-general.php:75
|
136 |
msgid "Blocks"
|
137 |
msgstr ""
|
138 |
|
139 |
+
#: admin/uagb-general.php:77
|
140 |
msgid "Activate All"
|
141 |
msgstr ""
|
142 |
|
143 |
+
#: admin/uagb-general.php:78
|
144 |
msgid "Deactivate All"
|
145 |
msgstr ""
|
146 |
|
147 |
+
#: admin/uagb-general.php:79
|
148 |
msgid "Reusable Blocks"
|
149 |
msgstr ""
|
150 |
|
151 |
+
#: admin/uagb-general.php:116
|
152 |
+
#: classes/class-uagb-admin.php:263
|
153 |
msgid "Activate"
|
154 |
msgstr ""
|
155 |
|
156 |
+
#: admin/uagb-general.php:123
|
157 |
+
#: classes/class-uagb-admin.php:264
|
158 |
msgid "Deactivate"
|
159 |
msgstr ""
|
160 |
|
161 |
+
#: admin/uagb-general.php:160
|
162 |
msgid "Free Theme for Gutenberg"
|
163 |
msgstr ""
|
164 |
|
165 |
+
#: admin/uagb-general.php:164
|
166 |
+
msgid "Join over 1+ million active users empowering their websites with Astra! From beginners to industry leaders, everyone loves the Astra theme."
|
|
|
|
|
167 |
msgstr ""
|
168 |
|
169 |
+
#: admin/uagb-general.php:165
|
170 |
msgid "Why Astra Theme?"
|
171 |
msgstr ""
|
172 |
|
173 |
+
#: admin/uagb-general.php:166
|
174 |
msgid "Faster Performance - "
|
175 |
msgstr ""
|
176 |
|
177 |
+
#: admin/uagb-general.php:166
|
178 |
+
msgid "Built with speed and performance in mind, Astra follows the best coding standards and lets you build faster loading and better performing websites."
|
|
|
|
|
179 |
msgstr ""
|
180 |
|
181 |
+
#: admin/uagb-general.php:167
|
182 |
msgid "Easy Customization - "
|
183 |
msgstr ""
|
184 |
|
185 |
+
#: admin/uagb-general.php:167
|
186 |
+
msgid "With all the settings managed through the customizer, Astra keeps it simple and gives you lots of options to customize everything with a few clicks."
|
|
|
|
|
187 |
msgstr ""
|
188 |
|
189 |
+
#: admin/uagb-general.php:168
|
190 |
msgid "Pixel Perfect Design - "
|
191 |
msgstr ""
|
192 |
|
193 |
+
#: admin/uagb-general.php:168
|
194 |
+
msgid "Astra reduces your design time by giving you pixel-perfect FREE ready-to-use websites demos within a huge library of starter sites."
|
|
|
|
|
195 |
msgstr ""
|
196 |
|
197 |
+
#: admin/uagb-general.php:173
|
198 |
msgid "Install Astra Now!"
|
199 |
msgstr ""
|
200 |
|
201 |
+
#: admin/uagb-general.php:175
|
202 |
msgid "Activate Astra Now!"
|
203 |
msgstr ""
|
204 |
|
205 |
+
#: admin/uagb-general.php:186
|
206 |
msgid "CSS File Generation"
|
207 |
msgstr ""
|
208 |
|
209 |
+
#: admin/uagb-general.php:192
|
210 |
+
msgid "Enabling this option will generate CSS files for Ultimate Addons for Gutenberg block styling instead of loading the CSS inline on page."
|
|
|
|
|
211 |
msgstr ""
|
212 |
|
|
|
213 |
#. translators: %1$s: a tag open.
|
214 |
+
#: admin/uagb-general.php:201
|
215 |
msgid "Please read %1$s this article %2$s to know more."
|
216 |
msgstr ""
|
217 |
|
218 |
+
#: admin/uagb-general.php:212
|
219 |
msgid "Enable File Generation"
|
220 |
msgstr ""
|
221 |
|
222 |
+
#: admin/uagb-general.php:216
|
223 |
msgid "Inadequate File Permission"
|
224 |
msgstr ""
|
225 |
|
226 |
+
#: admin/uagb-general.php:221
|
227 |
msgid "Disable File Generation"
|
228 |
msgstr ""
|
229 |
|
230 |
+
#: admin/uagb-general.php:233
|
231 |
msgid "Knowledge Base"
|
232 |
msgstr ""
|
233 |
|
234 |
+
#: admin/uagb-general.php:237
|
235 |
msgid "Not sure how something works? Take a peek at the knowledge base and learn."
|
236 |
msgstr ""
|
237 |
|
238 |
+
#: admin/uagb-general.php:245
|
239 |
msgid "Five Star Support"
|
240 |
msgstr ""
|
241 |
|
|
|
242 |
#. translators: %1$s: uagb name.
|
243 |
+
#: admin/uagb-general.php:252
|
244 |
msgid "Got a question? Get in touch with %1$s developers. We're happy to help!"
|
245 |
msgstr ""
|
246 |
|
247 |
#: classes/class-uagb-admin.php:129
|
248 |
+
msgid "Wow! The Ultimate Addons for Gutenberg has already powered over 5 pages on your website!"
|
|
|
|
|
249 |
msgstr ""
|
250 |
|
251 |
#: classes/class-uagb-admin.php:130
|
252 |
+
msgid "Would you please mind sharing your views and give it a 5 star rating on the WordPress repository?"
|
|
|
|
|
253 |
msgstr ""
|
254 |
|
255 |
#: classes/class-uagb-admin.php:132
|
264 |
msgid "I already did"
|
265 |
msgstr ""
|
266 |
|
|
|
267 |
#. translators: %s: html tags
|
268 |
+
#: classes/class-uagb-admin.php:154
|
269 |
+
msgid "Ultimate Addons for Gutenberg requires %3$sBlock Editor%4$s. You can change your editor settings to Block Editor from %1$shere%2$s. Plugin is currently NOT RUNNING."
|
|
|
|
|
270 |
msgstr ""
|
271 |
|
272 |
#: classes/class-uagb-admin.php:265
|
306 |
msgstr ""
|
307 |
|
308 |
#: classes/class-uagb-config.php:47
|
309 |
+
msgid "This block lets you add a combination of a heading and a sub-heading with a separator in between."
|
|
|
|
|
310 |
msgstr ""
|
311 |
|
312 |
#: classes/class-uagb-config.php:89
|
314 |
msgstr ""
|
315 |
|
316 |
#: classes/class-uagb-config.php:90
|
317 |
+
msgid "This block gives you advanced options to insert a number of columns within a single row."
|
|
|
|
|
318 |
msgstr ""
|
319 |
|
320 |
#: classes/class-uagb-config.php:176
|
338 |
msgstr ""
|
339 |
|
340 |
#: classes/class-uagb-config.php:347
|
341 |
+
msgid "This block allows you to place an CTA along with a heading and description within a single block."
|
|
|
|
|
342 |
msgstr ""
|
343 |
|
344 |
#: classes/class-uagb-config.php:418
|
346 |
msgstr ""
|
347 |
|
348 |
#: classes/class-uagb-config.php:419
|
349 |
+
msgid "This block allows you to add and style your Contact Form 7 forms right in the Gutenberg editor."
|
|
|
|
|
350 |
msgstr ""
|
351 |
|
352 |
#: classes/class-uagb-config.php:554
|
354 |
msgstr ""
|
355 |
|
356 |
#: classes/class-uagb-config.php:555
|
357 |
+
#: classes/class-uagb-config.php:627
|
358 |
msgid "The Timeline block lets you create beautiful timelines on your website."
|
359 |
msgstr ""
|
360 |
|
361 |
#: classes/class-uagb-config.php:626
|
362 |
+
msgid "Content Timeline Child"
|
363 |
+
msgstr ""
|
364 |
+
|
365 |
+
#: classes/class-uagb-config.php:652
|
366 |
msgid "FAQ - Schema"
|
367 |
msgstr ""
|
368 |
|
369 |
+
#: classes/class-uagb-config.php:653
|
370 |
+
msgid "This block helps you add FAQ or Accordion with automatically adding FAQ Schema to your page."
|
|
|
|
|
371 |
msgstr ""
|
372 |
|
373 |
+
#: classes/class-uagb-config.php:746
|
374 |
msgid "FAQ - Schema Child"
|
375 |
msgstr ""
|
376 |
|
377 |
+
#: classes/class-uagb-config.php:747
|
378 |
msgid "This block helps you add single FAQ."
|
379 |
msgstr ""
|
380 |
|
381 |
+
#: classes/class-uagb-config.php:761
|
382 |
msgid "Gravity Form Styler"
|
383 |
msgstr ""
|
384 |
|
385 |
+
#: classes/class-uagb-config.php:762
|
386 |
+
msgid "This block allows you to add and style your Gravity Forms right in the Gutenberg editor."
|
|
|
|
|
387 |
msgstr ""
|
388 |
|
389 |
+
#: classes/class-uagb-config.php:914
|
390 |
msgid "Google Map"
|
391 |
msgstr ""
|
392 |
|
393 |
+
#: classes/class-uagb-config.php:915
|
394 |
msgid "This block allows you to place a Google Map Location."
|
395 |
msgstr ""
|
396 |
|
397 |
+
#: classes/class-uagb-config.php:925
|
398 |
msgid "How-to Schema"
|
399 |
msgstr ""
|
400 |
|
401 |
+
#: classes/class-uagb-config.php:926
|
402 |
+
msgid "This block allows you to design attractive How-to pages or articles with automatically adding How-to Schema to your page."
|
|
|
|
|
403 |
msgstr ""
|
404 |
|
405 |
+
#: classes/class-uagb-config.php:998
|
406 |
msgid "Icon List"
|
407 |
msgstr ""
|
408 |
|
409 |
+
#: classes/class-uagb-config.php:999
|
410 |
+
#: classes/class-uagb-config.php:1052
|
411 |
+
#: classes/class-uagb-config.php:2135
|
412 |
msgid "This block allows you to place an image or icon in a list format."
|
413 |
msgstr ""
|
414 |
|
415 |
+
#: classes/class-uagb-config.php:1008
|
416 |
msgid "Label #1"
|
417 |
msgstr ""
|
418 |
|
419 |
+
#: classes/class-uagb-config.php:1051
|
420 |
msgid "Icon"
|
421 |
msgstr ""
|
422 |
|
423 |
+
#: classes/class-uagb-config.php:1073
|
424 |
msgid "Info Box"
|
425 |
msgstr ""
|
426 |
|
427 |
+
#: classes/class-uagb-config.php:1074
|
428 |
+
msgid "This block allows you to place an image or icon along with a heading and description within a single block."
|
|
|
|
|
429 |
msgstr ""
|
430 |
|
431 |
+
#: classes/class-uagb-config.php:1170
|
432 |
msgid "Inline Notice"
|
433 |
msgstr ""
|
434 |
|
435 |
+
#: classes/class-uagb-config.php:1171
|
436 |
msgid "This block helps you add an inline notice."
|
437 |
msgstr ""
|
438 |
|
439 |
+
#: classes/class-uagb-config.php:1223
|
440 |
msgid "Marketing Button"
|
441 |
msgstr ""
|
442 |
|
443 |
+
#: classes/class-uagb-config.php:1224
|
444 |
msgid "This block allows you to place a Marketing Button with small description."
|
445 |
msgstr ""
|
446 |
|
447 |
+
#: classes/class-uagb-config.php:1298
|
448 |
msgid "Multi Buttons"
|
449 |
msgstr ""
|
450 |
|
451 |
+
#: classes/class-uagb-config.php:1299
|
452 |
msgid "This block allows you to add multiple buttons with a single block."
|
453 |
msgstr ""
|
454 |
|
455 |
+
#: classes/class-uagb-config.php:1318
|
456 |
msgid "Button"
|
457 |
msgstr ""
|
458 |
|
459 |
+
#: classes/class-uagb-config.php:1319
|
460 |
msgid "This block allows you to style button."
|
461 |
msgstr ""
|
462 |
|
463 |
+
#: classes/class-uagb-config.php:1354
|
464 |
msgid "Post Carousel"
|
465 |
msgstr ""
|
466 |
|
467 |
+
#: classes/class-uagb-config.php:1355
|
468 |
+
msgid "This block fetches the blog posts you may have on your website and displays them in a carousel layout."
|
|
|
|
|
469 |
msgstr ""
|
470 |
|
471 |
+
#: classes/class-uagb-config.php:1437
|
472 |
+
#: classes/class-uagb-config.php:1531
|
473 |
+
#: classes/class-uagb-config.php:1643
|
474 |
#: dist/blocks/post-timeline/class-uagb-post-timeline.php:447
|
475 |
+
#: dist/blocks/post/class-uagb-post.php:433
|
476 |
+
#: dist/blocks/post/class-uagb-post.php:1429
|
477 |
msgid "Read More"
|
478 |
msgstr ""
|
479 |
|
480 |
+
#: classes/class-uagb-config.php:1455
|
481 |
msgid "Post Grid"
|
482 |
msgstr ""
|
483 |
|
484 |
+
#: classes/class-uagb-config.php:1456
|
485 |
+
msgid "This block fetches the blog posts you may have on your website and displays them in a grid layout."
|
|
|
|
|
486 |
msgstr ""
|
487 |
|
488 |
+
#: classes/class-uagb-config.php:1565
|
489 |
msgid "Post Masonry"
|
490 |
msgstr ""
|
491 |
|
492 |
+
#: classes/class-uagb-config.php:1566
|
493 |
+
msgid "This block fetches the blog posts you may have on your website and displays them in a masonry layout."
|
|
|
|
|
494 |
msgstr ""
|
495 |
|
496 |
+
#: classes/class-uagb-config.php:1683
|
497 |
+
msgid "Post Title"
|
498 |
+
msgstr ""
|
499 |
+
|
500 |
+
#: classes/class-uagb-config.php:1684
|
501 |
+
msgid "This block fetches the blog title."
|
502 |
+
msgstr ""
|
503 |
+
|
504 |
+
#: classes/class-uagb-config.php:1690
|
505 |
+
msgid "Post Button"
|
506 |
+
msgstr ""
|
507 |
+
|
508 |
+
#: classes/class-uagb-config.php:1691
|
509 |
+
msgid "This block display's a call to action button which links to the blogs page."
|
510 |
+
msgstr ""
|
511 |
+
|
512 |
+
#: classes/class-uagb-config.php:1697
|
513 |
+
msgid "Post Excerpt"
|
514 |
+
msgstr ""
|
515 |
+
|
516 |
+
#: classes/class-uagb-config.php:1698
|
517 |
+
msgid "This block fetches short description about a post."
|
518 |
+
msgstr ""
|
519 |
+
|
520 |
+
#: classes/class-uagb-config.php:1704
|
521 |
+
msgid "Post Meta"
|
522 |
+
msgstr ""
|
523 |
+
|
524 |
+
#: classes/class-uagb-config.php:1705
|
525 |
+
msgid "This block fetches post comments, author, publish date and categories data."
|
526 |
+
msgstr ""
|
527 |
+
|
528 |
+
#: classes/class-uagb-config.php:1711
|
529 |
+
msgid "Post Image"
|
530 |
+
msgstr ""
|
531 |
+
|
532 |
+
#: classes/class-uagb-config.php:1712
|
533 |
+
msgid "This block fetches posts feature image."
|
534 |
+
msgstr ""
|
535 |
+
|
536 |
+
#: classes/class-uagb-config.php:1718
|
537 |
msgid "Post Timeline"
|
538 |
msgstr ""
|
539 |
|
540 |
+
#: classes/class-uagb-config.php:1719
|
541 |
+
msgid "The Timeline block lets you create beautiful timelines of Posts on your website."
|
|
|
|
|
542 |
msgstr ""
|
543 |
|
544 |
+
#: classes/class-uagb-config.php:1819
|
545 |
msgid "Price List"
|
546 |
msgstr ""
|
547 |
|
548 |
+
#: classes/class-uagb-config.php:1820
|
549 |
+
#: classes/class-uagb-config.php:1987
|
550 |
msgid "This block allows you to add attractive Price List."
|
551 |
msgstr ""
|
552 |
|
553 |
+
#: classes/class-uagb-config.php:1892
|
554 |
+
msgid "Review Schema"
|
555 |
msgstr ""
|
556 |
|
557 |
+
#: classes/class-uagb-config.php:1893
|
558 |
+
msgid "This block helps you to add a review for various items with schema support."
|
559 |
msgstr ""
|
560 |
|
561 |
+
#: classes/class-uagb-config.php:1986
|
562 |
+
msgid "Price List-Child"
|
563 |
+
msgstr ""
|
564 |
+
|
565 |
+
#: classes/class-uagb-config.php:2016
|
566 |
msgid "Section"
|
567 |
msgstr ""
|
568 |
|
569 |
+
#: classes/class-uagb-config.php:2017
|
570 |
+
msgid "This block is an outer wrap section that allows you to add other blocks within it."
|
|
|
|
|
571 |
msgstr ""
|
572 |
|
573 |
+
#: classes/class-uagb-config.php:2098
|
574 |
msgid "Social Share"
|
575 |
msgstr ""
|
576 |
|
577 |
+
#: classes/class-uagb-config.php:2099
|
578 |
+
msgid "This block allows you to let users share your content across various social networking sites."
|
|
|
|
|
579 |
msgstr ""
|
580 |
|
581 |
+
#: classes/class-uagb-config.php:2134
|
582 |
msgid "Social Share Child"
|
583 |
msgstr ""
|
584 |
|
585 |
+
#: classes/class-uagb-config.php:2151
|
586 |
msgid "Table of Contents"
|
587 |
msgstr ""
|
588 |
|
589 |
+
#: classes/class-uagb-config.php:2152
|
590 |
msgid "This block allows you to place a Table of Contents for Pages/Posts."
|
591 |
msgstr ""
|
592 |
|
593 |
+
#: classes/class-uagb-config.php:2250
|
594 |
msgid "Team"
|
595 |
msgstr ""
|
596 |
|
597 |
+
#: classes/class-uagb-config.php:2251
|
598 |
+
msgid "This block allows you to display your team. Add their picture, name, what they do and links to their social profiles."
|
|
|
|
|
599 |
msgstr ""
|
600 |
|
601 |
+
#: classes/class-uagb-config.php:2322
|
602 |
msgid "Testimonial"
|
603 |
msgstr ""
|
604 |
|
605 |
+
#: classes/class-uagb-config.php:2323
|
606 |
+
msgid "This block helps your display some amazing client feedback within your website."
|
|
|
|
|
607 |
msgstr ""
|
608 |
|
609 |
+
#: classes/class-uagb-config.php:2407
|
610 |
msgid "WP - Search"
|
611 |
msgstr ""
|
612 |
|
613 |
+
#: classes/class-uagb-config.php:2408
|
614 |
msgid "This block helps you add a Search field."
|
615 |
msgstr ""
|
616 |
|
617 |
+
#: classes/class-uagb-config.php:2475
|
618 |
msgid "Taxonomy List"
|
619 |
msgstr ""
|
620 |
|
621 |
+
#: classes/class-uagb-config.php:2476
|
622 |
+
msgid "This block helps you to display content categorization for various post types"
|
|
|
|
|
623 |
msgstr ""
|
624 |
|
625 |
+
#: classes/class-uagb-config.php:2556
|
626 |
#: dist/blocks/taxonomy-list/class-uagb-taxonomy-list.php:113
|
627 |
msgid "Taxonomy Not Available."
|
628 |
msgstr ""
|
629 |
|
630 |
+
#: classes/class-uagb-config.php:2565
|
631 |
+
#: dist/blocks.build.js:129478
|
632 |
+
msgid "Lottie"
|
633 |
+
msgstr ""
|
634 |
+
|
635 |
+
#: classes/class-uagb-config.php:2566
|
636 |
+
msgid "This block helps you add Lottie animation and customize it as required."
|
637 |
+
msgstr ""
|
638 |
+
|
639 |
+
#: classes/class-uagb-helper.php:1042
|
640 |
msgid "Full"
|
641 |
msgstr ""
|
642 |
|
652 |
msgid "Ultimate Addons Blocks"
|
653 |
msgstr ""
|
654 |
|
655 |
+
#: classes/class-uagb-init-blocks.php:334
|
656 |
+
#: classes/class-uagb-init-blocks.php:367
|
657 |
msgid "Select Form"
|
658 |
msgstr ""
|
659 |
|
660 |
+
#: classes/class-uagb-init-blocks.php:348
|
661 |
msgid "You have not added any Contact Form 7 yet."
|
662 |
msgstr ""
|
663 |
|
664 |
+
#: classes/class-uagb-init-blocks.php:381
|
665 |
msgid "You have not added any Gravity Forms yet."
|
666 |
msgstr ""
|
667 |
|
|
|
668 |
#. translators: %s: html tags
|
669 |
+
#: classes/class-uagb-loader.php:171
|
670 |
+
msgid "The %1$sUltimate Addon for Gutenberg%2$s plugin requires %1$sGutenberg%2$s plugin installed & activated."
|
|
|
671 |
msgstr ""
|
672 |
|
673 |
+
#: classes/class-uagb-loader.php:174
|
674 |
msgid "Install Gutenberg"
|
675 |
msgstr ""
|
676 |
|
686 |
msgid "WordPress Nonce not validated."
|
687 |
msgstr ""
|
688 |
|
|
|
689 |
#. translators: %s: PHP version
|
690 |
+
#: ultimate-addons-for-gutenberg.php:38
|
691 |
+
msgid "Ultimate Addons for Gutenberg requires PHP version %s+, plugin is currently NOT RUNNING."
|
|
|
692 |
msgstr ""
|
693 |
|
|
|
694 |
#. translators: %s: WordPress version
|
695 |
+
#: ultimate-addons-for-gutenberg.php:55
|
696 |
+
msgid "Ultimate Addons for Gutenberg requires WordPress version %s+. Because you are using an earlier version, the plugin is currently NOT RUNNING."
|
|
|
697 |
msgstr ""
|
698 |
|
699 |
+
#: dist/blocks.build.js:24685
|
700 |
+
msgid "Title of the review"
|
701 |
msgstr ""
|
702 |
|
703 |
+
#: dist/blocks.build.js:24696
|
704 |
+
msgid "Review Description"
|
|
|
|
|
705 |
msgstr ""
|
706 |
|
707 |
+
#: dist/blocks.build.js:24706
|
708 |
+
msgid "Review Author"
|
709 |
+
msgstr ""
|
710 |
+
|
711 |
+
#: dist/blocks.build.js:123352
|
712 |
+
msgid "Notice Title"
|
713 |
+
msgstr ""
|
714 |
+
|
715 |
+
#: dist/blocks.build.js:123363
|
716 |
+
msgid "Add notice text..."
|
717 |
+
msgstr ""
|
718 |
+
|
719 |
+
#: dist/blocks.build.js:129050
|
720 |
+
msgid "lottie"
|
721 |
+
msgstr ""
|
722 |
+
|
723 |
+
#: dist/blocks.build.js:129050
|
724 |
+
msgid "animation"
|
725 |
+
msgstr ""
|
726 |
+
|
727 |
+
#: dist/blocks.build.js:129050
|
728 |
+
msgid "uag"
|
729 |
+
msgstr ""
|
730 |
+
|
731 |
+
#: dist/blocks.build.js:129232
|
732 |
+
msgid "Controls"
|
733 |
+
msgstr ""
|
734 |
+
|
735 |
+
#: dist/blocks.build.js:129235
|
736 |
+
msgid "Play On"
|
737 |
+
msgstr ""
|
738 |
+
|
739 |
+
#: dist/blocks.build.js:129240
|
740 |
+
msgid "None"
|
741 |
+
msgstr ""
|
742 |
+
|
743 |
+
#: dist/blocks.build.js:129240
|
744 |
+
msgid "On Hover"
|
745 |
+
msgstr ""
|
746 |
+
|
747 |
+
#: dist/blocks.build.js:129240
|
748 |
+
msgid "On Click"
|
749 |
+
msgstr ""
|
750 |
+
|
751 |
+
#: dist/blocks.build.js:129240
|
752 |
+
msgid "Viewport"
|
753 |
+
msgstr ""
|
754 |
+
|
755 |
+
#: dist/blocks.build.js:129241
|
756 |
+
msgid "This setting will only take effect once you are on the live page, and not while you're editing."
|
757 |
+
msgstr ""
|
758 |
+
|
759 |
+
#: dist/blocks.build.js:129244
|
760 |
+
msgid "Loop"
|
761 |
+
msgstr ""
|
762 |
+
|
763 |
+
#: dist/blocks.build.js:129250
|
764 |
+
msgid "Speed"
|
765 |
+
msgstr ""
|
766 |
+
|
767 |
+
#: dist/blocks.build.js:129260
|
768 |
+
msgid "Reverse"
|
769 |
+
msgstr ""
|
770 |
+
|
771 |
+
#: dist/blocks.build.js:129263
|
772 |
+
msgid "Direction of animation."
|
773 |
+
msgstr ""
|
774 |
+
|
775 |
+
#: dist/blocks.build.js:129270
|
776 |
+
msgid "Style"
|
777 |
+
msgstr ""
|
778 |
+
|
779 |
+
#: dist/blocks.build.js:129293
|
780 |
+
#: dist/blocks.build.js:129304
|
781 |
+
#: dist/blocks.build.js:129315
|
782 |
+
msgid "Width"
|
783 |
+
msgstr ""
|
784 |
+
|
785 |
+
#: dist/blocks.build.js:129354
|
786 |
+
#: dist/blocks.build.js:129365
|
787 |
+
#: dist/blocks.build.js:129376
|
788 |
+
msgid "Height"
|
789 |
+
msgstr ""
|
790 |
+
|
791 |
+
#: dist/blocks.build.js:129397
|
792 |
+
msgid "Background Color"
|
793 |
+
msgstr ""
|
794 |
+
|
795 |
+
#: dist/blocks.build.js:129414
|
796 |
+
msgid "Background Hover Color"
|
797 |
+
msgstr ""
|
798 |
+
|
799 |
+
#: dist/blocks.build.js:129443
|
800 |
+
msgid "Lottie block requires the file type JSON to be uploaded to media files. Seems like your website has disabled this file type. Please refer"
|
801 |
+
msgstr ""
|
802 |
+
|
803 |
+
#: dist/blocks.build.js:129462
|
804 |
+
msgid "Allows you to add fancy animation i.e Lottie to your website. You can see sample Lottie animations"
|
805 |
+
msgstr ""
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Tags: gutenberg, blocks, gutenberg blocks, editor, block
|
|
5 |
Requires at least: 4.7
|
6 |
Requires PHP: 5.6
|
7 |
Tested up to: 5.6
|
8 |
-
Stable tag: 1.20.
|
9 |
License: GPLv2 or later
|
10 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -166,6 +166,12 @@ The awesome React FontIconPicker is developed by [Alessandro Benoit](http://code
|
|
166 |
|
167 |
== Changelog ==
|
168 |
|
|
|
|
|
|
|
|
|
|
|
|
|
169 |
= 1.20.0 =
|
170 |
* New: Lottie Block.
|
171 |
* Improvement: Post Layout: Added EditMode to shuffle the Post elements i.e Post Title, Post Meta, Post Content, Featured Image, CTA Button etc.
|
5 |
Requires at least: 4.7
|
6 |
Requires PHP: 5.6
|
7 |
Tested up to: 5.6
|
8 |
+
Stable tag: 1.20.1
|
9 |
License: GPLv2 or later
|
10 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
166 |
|
167 |
== Changelog ==
|
168 |
|
169 |
+
= 1.20.1 =
|
170 |
+
* Fix: Content Timeline - Content not being saved issue.
|
171 |
+
* Fix: Post Carousel - Posts layout breaks when equal height option is enabled.
|
172 |
+
* Fix: Table of Content - Hyperlink not being scrolled to respective heading issue.
|
173 |
+
* Fix: Price List - Block Editor Validation issue when image alignment set to middle.
|
174 |
+
|
175 |
= 1.20.0 =
|
176 |
* New: Lottie Block.
|
177 |
* Improvement: Post Layout: Added EditMode to shuffle the Post elements i.e Post Title, Post Meta, Post Content, Featured Image, CTA Button etc.
|
ultimate-addons-for-gutenberg.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Plugin URI: https://www.brainstormforce.com
|
5 |
* Author: Brainstorm Force
|
6 |
* Author URI: https://www.brainstormforce.com
|
7 |
-
* Version: 1.20.
|
8 |
* Description: The Ultimate Addons for Gutenberg extends the Gutenberg functionality with several unique and feature-rich blocks that help build websites faster.
|
9 |
* Text Domain: ultimate-addons-for-gutenberg
|
10 |
*
|
4 |
* Plugin URI: https://www.brainstormforce.com
|
5 |
* Author: Brainstorm Force
|
6 |
* Author URI: https://www.brainstormforce.com
|
7 |
+
* Version: 1.20.1
|
8 |
* Description: The Ultimate Addons for Gutenberg extends the Gutenberg functionality with several unique and feature-rich blocks that help build websites faster.
|
9 |
* Text Domain: ultimate-addons-for-gutenberg
|
10 |
*
|