Version Description
- Improvement: Compatibility with WordPress 5.5.
- Fix: Multi Buttons - Alignment Full Width for buttons not working in editor mode.
- Fix: Icon List - Icon List Font Size rendered as PX when configured as EM.
- Fix: Icon List - Icon List Border turns to the oval issue.
- Fix: Info Box - Fixed a Typography issue with CTA-Button.
- Fix: Call To Action - Rectified the issue with Anchor that does not save.
Download this release
Release Info
Developer | brainstormworg |
Plugin | Gutenberg Blocks – Ultimate Addons for Gutenberg |
Version | 1.17.0 |
Comparing to | |
See all releases |
Code changes from version 1.16.1 to 1.17.0
- assets/css/blocks/icon-list.css +1 -1
- classes/class-uagb-block-helper.php +5 -3
- classes/class-uagb-loader.php +1 -1
- dist/blocks.build.js +2232 -2122
- dist/blocks.style.build.css +1 -1
- dist/blocks.style.css +12 -10
assets/css/blocks/icon-list.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.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-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}
|
1 |
+
.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}
|
classes/class-uagb-block-helper.php
CHANGED
@@ -2045,7 +2045,7 @@ if ( ! class_exists( 'UAGB_Block_Helper' ) ) {
|
|
2045 |
$selectors[' .uagb-icon-list-repeater'] = array(
|
2046 |
'font-family' => $attr['fontFamily'],
|
2047 |
'font-weight' => $attr['fontWeight'],
|
2048 |
-
'font-size' => UAGB_Helper::get_css_value( $attr['fontSize'], $attr['
|
2049 |
'line-height' => $attr['lineHeight'] . $attr['lineHeightType'],
|
2050 |
);
|
2051 |
}
|
@@ -2367,7 +2367,8 @@ if ( ! class_exists( 'UAGB_Block_Helper' ) ) {
|
|
2367 |
'mobile' => $m_selectors,
|
2368 |
);
|
2369 |
|
2370 |
-
$base_selector
|
|
|
2371 |
|
2372 |
return UAGB_Helper::generate_all_css( $combined_selectors, $base_selector . $id );
|
2373 |
}
|
@@ -3261,7 +3262,8 @@ if ( ! class_exists( 'UAGB_Block_Helper' ) ) {
|
|
3261 |
'margin-right' => UAGB_Helper::get_css_value( $attr['horizontalSpace'], 'px' ),
|
3262 |
),
|
3263 |
' .uagb-timeline__date-new' => array(
|
3264 |
-
'color'
|
|
|
3265 |
),
|
3266 |
' .uagb-timeline__events-inner-new' => array(
|
3267 |
'background-color' => $attr['backgroundColor'],
|
2045 |
$selectors[' .uagb-icon-list-repeater'] = array(
|
2046 |
'font-family' => $attr['fontFamily'],
|
2047 |
'font-weight' => $attr['fontWeight'],
|
2048 |
+
'font-size' => UAGB_Helper::get_css_value( $attr['fontSize'], $attr['fontSizeType'] ),
|
2049 |
'line-height' => $attr['lineHeight'] . $attr['lineHeightType'],
|
2050 |
);
|
2051 |
}
|
2367 |
'mobile' => $m_selectors,
|
2368 |
);
|
2369 |
|
2370 |
+
$base_selector = ( $attr['classMigrate'] ) ? '.uagb-block-' : '#uagb-ctm-';
|
2371 |
+
$combined_selectors = UAGB_Helper::get_typography_css( $attr, 'date', ' .uagb-timeline__date-new', $combined_selectors );
|
2372 |
|
2373 |
return UAGB_Helper::generate_all_css( $combined_selectors, $base_selector . $id );
|
2374 |
}
|
3262 |
'margin-right' => UAGB_Helper::get_css_value( $attr['horizontalSpace'], 'px' ),
|
3263 |
),
|
3264 |
' .uagb-timeline__date-new' => array(
|
3265 |
+
'color' => $attr['dateColor'],
|
3266 |
+
'font-size' => UAGB_Helper::get_css_value( $attr['dateFontsize'], $attr['dateFontsizeType'] ),
|
3267 |
),
|
3268 |
' .uagb-timeline__events-inner-new' => array(
|
3269 |
'background-color' => $attr['backgroundColor'],
|
classes/class-uagb-loader.php
CHANGED
@@ -80,7 +80,7 @@ if ( ! class_exists( 'UAGB_Loader' ) ) {
|
|
80 |
define( 'UAGB_BASE', plugin_basename( UAGB_FILE ) );
|
81 |
define( 'UAGB_DIR', plugin_dir_path( UAGB_FILE ) );
|
82 |
define( 'UAGB_URL', plugins_url( '/', UAGB_FILE ) );
|
83 |
-
define( 'UAGB_VER', '1.
|
84 |
define( 'UAGB_MODULES_DIR', UAGB_DIR . 'modules/' );
|
85 |
define( 'UAGB_MODULES_URL', UAGB_URL . 'modules/' );
|
86 |
define( 'UAGB_SLUG', 'uag' );
|
80 |
define( 'UAGB_BASE', plugin_basename( UAGB_FILE ) );
|
81 |
define( 'UAGB_DIR', plugin_dir_path( UAGB_FILE ) );
|
82 |
define( 'UAGB_URL', plugins_url( '/', UAGB_FILE ) );
|
83 |
+
define( 'UAGB_VER', '1.17.0' );
|
84 |
define( 'UAGB_MODULES_DIR', UAGB_DIR . 'modules/' );
|
85 |
define( 'UAGB_MODULES_URL', UAGB_URL . 'modules/' );
|
86 |
define( 'UAGB_SLUG', 'uag' );
|
dist/blocks.build.js
CHANGED
@@ -68,7 +68,7 @@
|
|
68 |
/*!******************************************!*\
|
69 |
!*** ./node_modules/classnames/index.js ***!
|
70 |
\******************************************/
|
71 |
-
/*!
|
72 |
/*! all exports used */
|
73 |
/***/ (function(module, exports, __webpack_require__) {
|
74 |
|
@@ -117,9 +117,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
|
|
117 |
module.exports = classNames;
|
118 |
} else if (true) {
|
119 |
// register as 'classnames', consistent with npm package name
|
120 |
-
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ =
|
121 |
return classNames;
|
122 |
-
}
|
123 |
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
|
124 |
} else {
|
125 |
window.classNames = classNames;
|
@@ -219,7 +219,7 @@ var UAGB_Block_Icons = {
|
|
219 |
|
220 |
function renderSVG(svg) {
|
221 |
|
222 |
-
svg =
|
223 |
|
224 |
var fontAwesome = __WEBPACK_IMPORTED_MODULE_0__UAGBIcon___default.a[svg];
|
225 |
|
@@ -244,7 +244,7 @@ function renderSVG(svg) {
|
|
244 |
/*!*****************************************!*\
|
245 |
!*** ./node_modules/process/browser.js ***!
|
246 |
\*****************************************/
|
247 |
-
/*!
|
248 |
/*! all exports used */
|
249 |
/***/ (function(module, exports) {
|
250 |
|
@@ -537,7 +537,7 @@ function generateCSS(selectors, id) {
|
|
537 |
/*!*************************************!*\
|
538 |
!*** ./node_modules/react/index.js ***!
|
539 |
\*************************************/
|
540 |
-
/*!
|
541 |
/*! all exports used */
|
542 |
/***/ (function(module, exports, __webpack_require__) {
|
543 |
|
@@ -929,7 +929,7 @@ WebfontLoader.defaultProps = {
|
|
929 |
/*!*************************************************!*\
|
930 |
!*** ./dist/blocks/uagb-controls/UAGBIcon.json ***!
|
931 |
\*************************************************/
|
932 |
-
/*!
|
933 |
/*! exports used: default */
|
934 |
/***/ (function(module, exports) {
|
935 |
|
@@ -940,7 +940,7 @@ module.exports = {"500px":{"changes":["4.4","5.0.0"],"ligatures":[],"search":{"t
|
|
940 |
/*!**************************************!*\
|
941 |
!*** ./node_modules/lodash/times.js ***!
|
942 |
\**************************************/
|
943 |
-
/*!
|
944 |
/*! exports used: default */
|
945 |
/***/ (function(module, exports, __webpack_require__) {
|
946 |
|
@@ -1002,7 +1002,7 @@ module.exports = times;
|
|
1002 |
/*!****************************************************************************************!*\
|
1003 |
!*** ./node_modules/@fonticonpicker/react-fonticonpicker/dist/fonticonpicker.react.js ***!
|
1004 |
\****************************************************************************************/
|
1005 |
-
/*!
|
1006 |
/*! exports used: default */
|
1007 |
/***/ (function(module, exports, __webpack_require__) {
|
1008 |
|
@@ -1031,7 +1031,7 @@ module.exports = times;
|
|
1031 |
/*!**************************************!*\
|
1032 |
!*** ./node_modules/lodash/_root.js ***!
|
1033 |
\**************************************/
|
1034 |
-
/*!
|
1035 |
/*! all exports used */
|
1036 |
/***/ (function(module, exports, __webpack_require__) {
|
1037 |
|
@@ -1051,7 +1051,7 @@ module.exports = root;
|
|
1051 |
/*!*****************************************!*\
|
1052 |
!*** ./node_modules/lodash/isObject.js ***!
|
1053 |
\*****************************************/
|
1054 |
-
/*!
|
1055 |
/*! all exports used */
|
1056 |
/***/ (function(module, exports) {
|
1057 |
|
@@ -1093,7 +1093,7 @@ module.exports = isObject;
|
|
1093 |
/*!****************************************!*\
|
1094 |
!*** ./node_modules/lodash/isArray.js ***!
|
1095 |
\****************************************/
|
1096 |
-
/*!
|
1097 |
/*! all exports used */
|
1098 |
/***/ (function(module, exports) {
|
1099 |
|
@@ -1130,7 +1130,7 @@ module.exports = isArray;
|
|
1130 |
/*!******************************************!*\
|
1131 |
!*** ./node_modules/prop-types/index.js ***!
|
1132 |
\******************************************/
|
1133 |
-
/*!
|
1134 |
/*! all exports used */
|
1135 |
/***/ (function(module, exports, __webpack_require__) {
|
1136 |
|
@@ -1161,7 +1161,7 @@ if (process.env.NODE_ENV !== 'production') {
|
|
1161 |
/*!************************************!*\
|
1162 |
!*** ./node_modules/lodash/map.js ***!
|
1163 |
\************************************/
|
1164 |
-
/*!
|
1165 |
/*! exports used: default */
|
1166 |
/***/ (function(module, exports, __webpack_require__) {
|
1167 |
|
@@ -1225,7 +1225,7 @@ module.exports = map;
|
|
1225 |
/*!*********************************************!*\
|
1226 |
!*** ./node_modules/lodash/isObjectLike.js ***!
|
1227 |
\*********************************************/
|
1228 |
-
/*!
|
1229 |
/*! all exports used */
|
1230 |
/***/ (function(module, exports) {
|
1231 |
|
@@ -1265,7 +1265,7 @@ module.exports = isObjectLike;
|
|
1265 |
/*!*****************************************!*\
|
1266 |
!*** ./node_modules/react-dom/index.js ***!
|
1267 |
\*****************************************/
|
1268 |
-
/*!
|
1269 |
/*! all exports used */
|
1270 |
/***/ (function(module, exports, __webpack_require__) {
|
1271 |
|
@@ -1316,7 +1316,7 @@ if (process.env.NODE_ENV === 'production') {
|
|
1316 |
/*!*******************************************!*\
|
1317 |
!*** ./node_modules/lodash/_getNative.js ***!
|
1318 |
\*******************************************/
|
1319 |
-
/*!
|
1320 |
/*! all exports used */
|
1321 |
/***/ (function(module, exports, __webpack_require__) {
|
1322 |
|
@@ -1344,7 +1344,7 @@ module.exports = getNative;
|
|
1344 |
/*!********************************************!*\
|
1345 |
!*** ./node_modules/lodash/_baseGetTag.js ***!
|
1346 |
\********************************************/
|
1347 |
-
/*!
|
1348 |
/*! all exports used */
|
1349 |
/***/ (function(module, exports, __webpack_require__) {
|
1350 |
|
@@ -1383,7 +1383,7 @@ module.exports = baseGetTag;
|
|
1383 |
/*!****************************************!*\
|
1384 |
!*** ./node_modules/lodash/_Symbol.js ***!
|
1385 |
\****************************************/
|
1386 |
-
/*!
|
1387 |
/*! all exports used */
|
1388 |
/***/ (function(module, exports, __webpack_require__) {
|
1389 |
|
@@ -1400,7 +1400,7 @@ module.exports = Symbol;
|
|
1400 |
/*!*************************************!*\
|
1401 |
!*** ./node_modules/lodash/keys.js ***!
|
1402 |
\*************************************/
|
1403 |
-
/*!
|
1404 |
/*! all exports used */
|
1405 |
/***/ (function(module, exports, __webpack_require__) {
|
1406 |
|
@@ -1448,7 +1448,7 @@ module.exports = keys;
|
|
1448 |
/*!********************************************!*\
|
1449 |
!*** ./node_modules/lodash/isArrayLike.js ***!
|
1450 |
\********************************************/
|
1451 |
-
/*!
|
1452 |
/*! all exports used */
|
1453 |
/***/ (function(module, exports, __webpack_require__) {
|
1454 |
|
@@ -1492,7 +1492,7 @@ module.exports = isArrayLike;
|
|
1492 |
/*!******************************************!*\
|
1493 |
!*** ./node_modules/lodash/_castPath.js ***!
|
1494 |
\******************************************/
|
1495 |
-
/*!
|
1496 |
/*! all exports used */
|
1497 |
/***/ (function(module, exports, __webpack_require__) {
|
1498 |
|
@@ -1524,7 +1524,7 @@ module.exports = castPath;
|
|
1524 |
/*!***************************************!*\
|
1525 |
!*** ./node_modules/lodash/_toKey.js ***!
|
1526 |
\***************************************/
|
1527 |
-
/*!
|
1528 |
/*! all exports used */
|
1529 |
/***/ (function(module, exports, __webpack_require__) {
|
1530 |
|
@@ -1556,7 +1556,7 @@ module.exports = toKey;
|
|
1556 |
/*!*********************************************!*\
|
1557 |
!*** ./node_modules/object-assign/index.js ***!
|
1558 |
\*********************************************/
|
1559 |
-
/*!
|
1560 |
/*! all exports used */
|
1561 |
/***/ (function(module, exports, __webpack_require__) {
|
1562 |
|
@@ -1658,7 +1658,7 @@ module.exports = shouldUseNative() ? Object.assign : function (target, source) {
|
|
1658 |
/*!********************************************!*\
|
1659 |
!*** ./node_modules/lodash/_copyObject.js ***!
|
1660 |
\********************************************/
|
1661 |
-
/*!
|
1662 |
/*! all exports used */
|
1663 |
/***/ (function(module, exports, __webpack_require__) {
|
1664 |
|
@@ -1709,7 +1709,7 @@ module.exports = copyObject;
|
|
1709 |
/*!**************************************!*\
|
1710 |
!*** ./node_modules/memize/index.js ***!
|
1711 |
\**************************************/
|
1712 |
-
/*!
|
1713 |
/*! exports used: default */
|
1714 |
/***/ (function(module, exports, __webpack_require__) {
|
1715 |
|
@@ -1851,7 +1851,7 @@ function css() {
|
|
1851 |
args[_key] = arguments[_key];
|
1852 |
}
|
1853 |
|
1854 |
-
return
|
1855 |
}
|
1856 |
|
1857 |
/* harmony default export */ __webpack_exports__["a"] = (css);
|
@@ -1975,29 +1975,29 @@ function contentTimelineStyle(props) {
|
|
1975 |
|
1976 |
var selectors = {
|
1977 |
" .uagb-timeline__heading": {
|
1978 |
-
"font-size":
|
1979 |
"font-family": headFontFamily,
|
1980 |
"font-weight": headFontWeight,
|
1981 |
-
"line-height":
|
1982 |
"text-align": align,
|
1983 |
"color": headingColor
|
1984 |
},
|
1985 |
" .uagb-timeline__heading a": {
|
1986 |
-
"font-size":
|
1987 |
"font-family": headFontFamily,
|
1988 |
"font-weight": headFontWeight,
|
1989 |
-
"line-height":
|
1990 |
"text-align": align,
|
1991 |
"color": headingColor
|
1992 |
},
|
1993 |
" .uagb-timeline__heading-text": {
|
1994 |
-
"margin-bottom":
|
1995 |
},
|
1996 |
" .uagb-timeline-desc-content": {
|
1997 |
-
"font-size":
|
1998 |
"font-family": subHeadFontFamily,
|
1999 |
"font-weight": subHeadFontWeight,
|
2000 |
-
"line-height":
|
2001 |
"text-align": align,
|
2002 |
"color": subHeadingColor
|
2003 |
},
|
@@ -2024,7 +2024,7 @@ function contentTimelineStyle(props) {
|
|
2024 |
},
|
2025 |
" .uagb-timeline__line": {
|
2026 |
"background-color": separatorColor,
|
2027 |
-
"width":
|
2028 |
},
|
2029 |
" .uagb-timeline__right-block .uagb-timeline__line": {
|
2030 |
"right": "calc( " + connectorBgsize + "px / 2 )"
|
@@ -2037,61 +2037,61 @@ function contentTimelineStyle(props) {
|
|
2037 |
},
|
2038 |
" .uagb-timeline__marker": {
|
2039 |
"background-color": separatorBg,
|
2040 |
-
"min-height":
|
2041 |
-
"min-width":
|
2042 |
-
"line-height":
|
2043 |
"border": borderwidth + "px solid" + separatorBorder
|
2044 |
},
|
2045 |
" .uagb-timeline__left-block .uagb-timeline__left .uagb-timeline__arrow": {
|
2046 |
-
"height":
|
2047 |
},
|
2048 |
" .uagb-timeline__right-block .uagb-timeline__right .uagb-timeline__arrow": {
|
2049 |
-
"height":
|
2050 |
},
|
2051 |
" .uagb-timeline__center-block .uagb-timeline__left .uagb-timeline__arrow": {
|
2052 |
-
"height":
|
2053 |
},
|
2054 |
" .uagb-timeline__center-block .uagb-timeline__right .uagb-timeline__arrow": {
|
2055 |
-
"height":
|
2056 |
},
|
2057 |
" .uagb-timeline__center-block .uagb-timeline__marker": {
|
2058 |
-
"margin-left":
|
2059 |
-
"margin-right":
|
2060 |
},
|
2061 |
" .uagb-timeline__field:not(:last-child)": {
|
2062 |
-
"margin-bottom":
|
2063 |
},
|
2064 |
" .uagb-timeline__date-hide.uagb-timeline__date-inner": {
|
2065 |
-
"margin-bottom":
|
2066 |
"color": dateColor,
|
2067 |
-
"font-size":
|
2068 |
"font-family": dateFontFamily,
|
2069 |
"font-weight": dateFontWeight,
|
2070 |
-
"line-height":
|
2071 |
"text-align": align
|
2072 |
},
|
2073 |
" .uagb-timeline__left-block .uagb-timeline__day-new.uagb-timeline__day-left": {
|
2074 |
-
"margin-left":
|
2075 |
},
|
2076 |
" .uagb-timeline__right-block .uagb-timeline__day-new.uagb-timeline__day-right": {
|
2077 |
-
"margin-right":
|
2078 |
},
|
2079 |
" .uagb-timeline__date-new": {
|
2080 |
"color": dateColor,
|
2081 |
-
"font-size":
|
2082 |
"font-family": dateFontFamily,
|
2083 |
"font-weight": dateFontWeight,
|
2084 |
-
"line-height":
|
2085 |
},
|
2086 |
" .uagb-timeline__events-inner-new": {
|
2087 |
"background-color": backgroundColor,
|
2088 |
-
"border-radius":
|
2089 |
-
"padding":
|
2090 |
},
|
2091 |
" .uagb-timeline__main .uagb-timeline__icon-new": {
|
2092 |
"color": iconColor,
|
2093 |
-
"font-size":
|
2094 |
-
"width":
|
2095 |
},
|
2096 |
" .uagb-timeline__main .uagb-timeline__marker.uagb-timeline__in-view-icon": {
|
2097 |
"background": iconBgFocus,
|
@@ -2109,20 +2109,20 @@ function contentTimelineStyle(props) {
|
|
2109 |
|
2110 |
//Author and CTA
|
2111 |
" .uagb-timeline__author": {
|
2112 |
-
"margin-bottom":
|
2113 |
"text-align": align
|
2114 |
},
|
2115 |
" .uagb-timeline__author .dashicons-admin-users": {
|
2116 |
-
"font-size":
|
2117 |
"font-weight": authorFontWeight,
|
2118 |
-
"line-height":
|
2119 |
"color": authorColor
|
2120 |
},
|
2121 |
" .uagb-timeline__author-link": {
|
2122 |
-
"font-size":
|
2123 |
"font-family": authorFontFamily,
|
2124 |
"font-weight": authorFontWeight,
|
2125 |
-
"line-height":
|
2126 |
"color": authorColor
|
2127 |
},
|
2128 |
|
@@ -2130,10 +2130,10 @@ function contentTimelineStyle(props) {
|
|
2130 |
"text-align": align
|
2131 |
},
|
2132 |
" .uagb-timeline__link": {
|
2133 |
-
"font-size":
|
2134 |
"font-family": ctaFontFamily,
|
2135 |
"font-weight": ctaFontWeight,
|
2136 |
-
"line-height":
|
2137 |
"color": ctaColor,
|
2138 |
"background-color": ctaBackground
|
2139 |
}
|
@@ -2141,24 +2141,24 @@ function contentTimelineStyle(props) {
|
|
2141 |
/* Generate Responsive CSS for timeline */
|
2142 |
};var tablet_selectors = {
|
2143 |
" .uagb-timeline__date-hide.uagb-timeline__date-inner": {
|
2144 |
-
"font-size":
|
2145 |
-
"line-height":
|
2146 |
},
|
2147 |
" .uagb-timeline__date-new": {
|
2148 |
-
"font-size":
|
2149 |
-
"line-height":
|
2150 |
},
|
2151 |
" .uagb-timeline__heading": {
|
2152 |
-
"font-size":
|
2153 |
-
"line-height":
|
2154 |
},
|
2155 |
" .uagb-timeline__heading a": {
|
2156 |
-
"font-size":
|
2157 |
-
"line-height":
|
2158 |
},
|
2159 |
" .uagb-timeline-desc-content": {
|
2160 |
-
"font-size":
|
2161 |
-
"line-height":
|
2162 |
},
|
2163 |
" .uagb-timeline__center-block .uagb-timeline__marker": {
|
2164 |
"margin-left": 0,
|
@@ -2197,49 +2197,49 @@ function contentTimelineStyle(props) {
|
|
2197 |
|
2198 |
// CTA AUTHOR.
|
2199 |
" .uagb-timeline__author .dashicons-admin-users": {
|
2200 |
-
"font-size":
|
2201 |
-
"line-height":
|
2202 |
},
|
2203 |
" .uagb-timeline__author-link": {
|
2204 |
-
"font-size":
|
2205 |
-
"line-height":
|
2206 |
},
|
2207 |
" .uagb-timeline__link": {
|
2208 |
-
"font-size":
|
2209 |
-
"line-height":
|
2210 |
}
|
2211 |
};
|
2212 |
|
2213 |
var mobile_selectors = {
|
2214 |
" .uagb-timeline__date-hide.uagb-timeline__date-inner": {
|
2215 |
-
"font-size":
|
2216 |
-
"line-height":
|
2217 |
},
|
2218 |
" .uagb-timeline__date-new": {
|
2219 |
-
"font-size":
|
2220 |
-
"line-height":
|
2221 |
},
|
2222 |
" .uagb-timeline__heading": {
|
2223 |
-
"font-size":
|
2224 |
-
"line-height":
|
2225 |
},
|
2226 |
" .uagb-timeline__heading a": {
|
2227 |
-
"font-size":
|
2228 |
-
"line-height":
|
2229 |
},
|
2230 |
" .uagb-timeline-desc-content": {
|
2231 |
-
"font-size":
|
2232 |
-
"line-height":
|
2233 |
},
|
2234 |
" .uagb-timeline__center-block .uagb-timeline__marker": {
|
2235 |
"margin-left": 0,
|
2236 |
"margin-right": 0
|
2237 |
},
|
2238 |
" .uagb-timeline__center-block .uagb-timeline__day-new.uagb-timeline__day-left": {
|
2239 |
-
"margin-left":
|
2240 |
},
|
2241 |
" .uagb-timeline__center-block .uagb-timeline__day-new.uagb-timeline__day-right": {
|
2242 |
-
"margin-left":
|
2243 |
},
|
2244 |
" .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__heading": {
|
2245 |
"text-align": resp_selectors
|
@@ -2274,27 +2274,27 @@ function contentTimelineStyle(props) {
|
|
2274 |
|
2275 |
// CTA AUthor
|
2276 |
" .uagb-timeline__author .dashicons-admin-users": {
|
2277 |
-
"font-size":
|
2278 |
-
"line-height":
|
2279 |
},
|
2280 |
" .uagb-timeline__author-link": {
|
2281 |
-
"font-size":
|
2282 |
-
"line-height":
|
2283 |
},
|
2284 |
" .uagb-timeline__link": {
|
2285 |
-
"font-size":
|
2286 |
-
"line-height":
|
2287 |
}
|
2288 |
};
|
2289 |
|
2290 |
var styling_css = "";
|
2291 |
var id = ".block-editor-page #wpwrap .uagb-block-" + props.clientId;
|
2292 |
|
2293 |
-
styling_css =
|
2294 |
|
2295 |
-
styling_css +=
|
2296 |
|
2297 |
-
styling_css +=
|
2298 |
|
2299 |
return styling_css;
|
2300 |
}
|
@@ -2415,7 +2415,7 @@ function DayAlignClass(attributes, index_val) {
|
|
2415 |
/*!******************************************!*\
|
2416 |
!*** ./node_modules/lodash/_arrayMap.js ***!
|
2417 |
\******************************************/
|
2418 |
-
/*!
|
2419 |
/*! all exports used */
|
2420 |
/***/ (function(module, exports) {
|
2421 |
|
@@ -2447,7 +2447,7 @@ module.exports = arrayMap;
|
|
2447 |
/*!*******************************************!*\
|
2448 |
!*** ./node_modules/lodash/_ListCache.js ***!
|
2449 |
\*******************************************/
|
2450 |
-
/*!
|
2451 |
/*! all exports used */
|
2452 |
/***/ (function(module, exports, __webpack_require__) {
|
2453 |
|
@@ -2490,7 +2490,7 @@ module.exports = ListCache;
|
|
2490 |
/*!**********************************************!*\
|
2491 |
!*** ./node_modules/lodash/_assocIndexOf.js ***!
|
2492 |
\**********************************************/
|
2493 |
-
/*!
|
2494 |
/*! all exports used */
|
2495 |
/***/ (function(module, exports, __webpack_require__) {
|
2496 |
|
@@ -2522,7 +2522,7 @@ module.exports = assocIndexOf;
|
|
2522 |
/*!***********************************!*\
|
2523 |
!*** ./node_modules/lodash/eq.js ***!
|
2524 |
\***********************************/
|
2525 |
-
/*!
|
2526 |
/*! all exports used */
|
2527 |
/***/ (function(module, exports) {
|
2528 |
|
@@ -2570,7 +2570,7 @@ module.exports = eq;
|
|
2570 |
/*!**********************************************!*\
|
2571 |
!*** ./node_modules/lodash/_nativeCreate.js ***!
|
2572 |
\**********************************************/
|
2573 |
-
/*!
|
2574 |
/*! all exports used */
|
2575 |
/***/ (function(module, exports, __webpack_require__) {
|
2576 |
|
@@ -2587,7 +2587,7 @@ module.exports = nativeCreate;
|
|
2587 |
/*!********************************************!*\
|
2588 |
!*** ./node_modules/lodash/_getMapData.js ***!
|
2589 |
\********************************************/
|
2590 |
-
/*!
|
2591 |
/*! all exports used */
|
2592 |
/***/ (function(module, exports, __webpack_require__) {
|
2593 |
|
@@ -2616,7 +2616,7 @@ module.exports = getMapData;
|
|
2616 |
/*!*****************************************!*\
|
2617 |
!*** ./node_modules/lodash/_isIndex.js ***!
|
2618 |
\*****************************************/
|
2619 |
-
/*!
|
2620 |
/*! all exports used */
|
2621 |
/***/ (function(module, exports) {
|
2622 |
|
@@ -2652,7 +2652,7 @@ module.exports = isIndex;
|
|
2652 |
/*!*******************************************!*\
|
2653 |
!*** ./node_modules/lodash/_baseUnary.js ***!
|
2654 |
\*******************************************/
|
2655 |
-
/*!
|
2656 |
/*! all exports used */
|
2657 |
/***/ (function(module, exports) {
|
2658 |
|
@@ -2677,7 +2677,7 @@ module.exports = baseUnary;
|
|
2677 |
/*!******************************************!*\
|
2678 |
!*** ./node_modules/lodash/_nodeUtil.js ***!
|
2679 |
\******************************************/
|
2680 |
-
/*!
|
2681 |
/*! all exports used */
|
2682 |
/***/ (function(module, exports, __webpack_require__) {
|
2683 |
|
@@ -2719,7 +2719,7 @@ module.exports = nodeUtil;
|
|
2719 |
/*!*********************************************!*\
|
2720 |
!*** ./node_modules/lodash/_isPrototype.js ***!
|
2721 |
\*********************************************/
|
2722 |
-
/*!
|
2723 |
/*! all exports used */
|
2724 |
/***/ (function(module, exports) {
|
2725 |
|
@@ -2748,7 +2748,7 @@ module.exports = isPrototype;
|
|
2748 |
/*!****************************************!*\
|
2749 |
!*** ./node_modules/lodash/_getTag.js ***!
|
2750 |
\****************************************/
|
2751 |
-
/*!
|
2752 |
/*! all exports used */
|
2753 |
/***/ (function(module, exports, __webpack_require__) {
|
2754 |
|
@@ -2817,7 +2817,7 @@ module.exports = getTag;
|
|
2817 |
/*!*****************************************!*\
|
2818 |
!*** ./node_modules/lodash/_baseGet.js ***!
|
2819 |
\*****************************************/
|
2820 |
-
/*!
|
2821 |
/*! all exports used */
|
2822 |
/***/ (function(module, exports, __webpack_require__) {
|
2823 |
|
@@ -2852,7 +2852,7 @@ module.exports = baseGet;
|
|
2852 |
/*!*****************************************!*\
|
2853 |
!*** ./node_modules/lodash/isSymbol.js ***!
|
2854 |
\*****************************************/
|
2855 |
-
/*!
|
2856 |
/*! all exports used */
|
2857 |
/***/ (function(module, exports, __webpack_require__) {
|
2858 |
|
@@ -2892,7 +2892,7 @@ module.exports = isSymbol;
|
|
2892 |
/*!*****************************************!*\
|
2893 |
!*** ./node_modules/lodash/identity.js ***!
|
2894 |
\*****************************************/
|
2895 |
-
/*!
|
2896 |
/*! all exports used */
|
2897 |
/***/ (function(module, exports) {
|
2898 |
|
@@ -2924,7 +2924,7 @@ module.exports = identity;
|
|
2924 |
/*!*********************************************!*\
|
2925 |
!*** ./node_modules/lodash/_assignValue.js ***!
|
2926 |
\*********************************************/
|
2927 |
-
/*!
|
2928 |
/*! all exports used */
|
2929 |
/***/ (function(module, exports, __webpack_require__) {
|
2930 |
|
@@ -2963,7 +2963,7 @@ module.exports = assignValue;
|
|
2963 |
/*!****************************************************************!*\
|
2964 |
!*** ./node_modules/react-slick/lib/utils/innerSliderUtils.js ***!
|
2965 |
\****************************************************************/
|
2966 |
-
/*!
|
2967 |
/*! all exports used */
|
2968 |
/***/ (function(module, exports, __webpack_require__) {
|
2969 |
|
@@ -3716,7 +3716,7 @@ var canUseDOM = exports.canUseDOM = function canUseDOM() {
|
|
3716 |
/*!***************************************!*\
|
3717 |
!*** ./node_modules/lodash/_Stack.js ***!
|
3718 |
\***************************************/
|
3719 |
-
/*!
|
3720 |
/*! all exports used */
|
3721 |
/***/ (function(module, exports, __webpack_require__) {
|
3722 |
|
@@ -3754,7 +3754,7 @@ module.exports = Stack;
|
|
3754 |
/*!*************************************!*\
|
3755 |
!*** ./node_modules/lodash/_Map.js ***!
|
3756 |
\*************************************/
|
3757 |
-
/*!
|
3758 |
/*! all exports used */
|
3759 |
/***/ (function(module, exports, __webpack_require__) {
|
3760 |
|
@@ -3772,7 +3772,7 @@ module.exports = Map;
|
|
3772 |
/*!***********************************!*\
|
3773 |
!*** (webpack)/buildin/global.js ***!
|
3774 |
\***********************************/
|
3775 |
-
/*!
|
3776 |
/*! all exports used */
|
3777 |
/***/ (function(module, exports) {
|
3778 |
|
@@ -3804,7 +3804,7 @@ module.exports = g;
|
|
3804 |
/*!******************************************!*\
|
3805 |
!*** ./node_modules/lodash/_MapCache.js ***!
|
3806 |
\******************************************/
|
3807 |
-
/*!
|
3808 |
/*! all exports used */
|
3809 |
/***/ (function(module, exports, __webpack_require__) {
|
3810 |
|
@@ -3847,7 +3847,7 @@ module.exports = MapCache;
|
|
3847 |
/*!*******************************************!*\
|
3848 |
!*** ./node_modules/lodash/_arrayPush.js ***!
|
3849 |
\*******************************************/
|
3850 |
-
/*!
|
3851 |
/*! all exports used */
|
3852 |
/***/ (function(module, exports) {
|
3853 |
|
@@ -3878,7 +3878,7 @@ module.exports = arrayPush;
|
|
3878 |
/*!********************************************!*\
|
3879 |
!*** ./node_modules/lodash/_getSymbols.js ***!
|
3880 |
\********************************************/
|
3881 |
-
/*!
|
3882 |
/*! all exports used */
|
3883 |
/***/ (function(module, exports, __webpack_require__) {
|
3884 |
|
@@ -3919,7 +3919,7 @@ module.exports = getSymbols;
|
|
3919 |
/*!********************************************!*\
|
3920 |
!*** ./node_modules/lodash/isArguments.js ***!
|
3921 |
\********************************************/
|
3922 |
-
/*!
|
3923 |
/*! all exports used */
|
3924 |
/***/ (function(module, exports, __webpack_require__) {
|
3925 |
|
@@ -3966,7 +3966,7 @@ module.exports = isArguments;
|
|
3966 |
/*!*****************************************!*\
|
3967 |
!*** ./node_modules/lodash/isBuffer.js ***!
|
3968 |
\*****************************************/
|
3969 |
-
/*!
|
3970 |
/*! all exports used */
|
3971 |
/***/ (function(module, exports, __webpack_require__) {
|
3972 |
|
@@ -4016,7 +4016,7 @@ module.exports = isBuffer;
|
|
4016 |
/*!***********************************!*\
|
4017 |
!*** (webpack)/buildin/module.js ***!
|
4018 |
\***********************************/
|
4019 |
-
/*!
|
4020 |
/*! all exports used */
|
4021 |
/***/ (function(module, exports) {
|
4022 |
|
@@ -4049,7 +4049,7 @@ module.exports = function(module) {
|
|
4049 |
/*!*****************************************!*\
|
4050 |
!*** ./node_modules/lodash/isLength.js ***!
|
4051 |
\*****************************************/
|
4052 |
-
/*!
|
4053 |
/*! all exports used */
|
4054 |
/***/ (function(module, exports) {
|
4055 |
|
@@ -4095,7 +4095,7 @@ module.exports = isLength;
|
|
4095 |
/*!***************************************!*\
|
4096 |
!*** ./node_modules/lodash/_isKey.js ***!
|
4097 |
\***************************************/
|
4098 |
-
/*!
|
4099 |
/*! all exports used */
|
4100 |
/***/ (function(module, exports, __webpack_require__) {
|
4101 |
|
@@ -4135,7 +4135,7 @@ module.exports = isKey;
|
|
4135 |
/*!***************************************************!*\
|
4136 |
!*** ./node_modules/prop-types/checkPropTypes.js ***!
|
4137 |
\***************************************************/
|
4138 |
-
/*!
|
4139 |
/*! all exports used */
|
4140 |
/***/ (function(module, exports, __webpack_require__) {
|
4141 |
|
@@ -4250,7 +4250,7 @@ module.exports = checkPropTypes;
|
|
4250 |
/*!*************************************************************!*\
|
4251 |
!*** ./node_modules/prop-types/lib/ReactPropTypesSecret.js ***!
|
4252 |
\*************************************************************/
|
4253 |
-
/*!
|
4254 |
/*! all exports used */
|
4255 |
/***/ (function(module, exports, __webpack_require__) {
|
4256 |
|
@@ -4305,25 +4305,25 @@ module.exports = ReactPropTypesSecret;
|
|
4305 |
|
4306 |
|
4307 |
|
4308 |
-
var EmotionCacheContext =
|
4309 |
// because this module is primarily intended for the browser and node
|
4310 |
// but it's also required in react native and similar environments sometimes
|
4311 |
// and we could have a special build just for that
|
4312 |
// but this is much easier and the native packages
|
4313 |
// might use a different theme context in the future anyway
|
4314 |
-
typeof HTMLElement !== 'undefined' ?
|
4315 |
-
var ThemeContext =
|
4316 |
var CacheProvider = EmotionCacheContext.Provider;
|
4317 |
|
4318 |
var withEmotionCache = function withEmotionCache(func) {
|
4319 |
var render = function render(props, ref) {
|
4320 |
-
return
|
4321 |
return func(props, cache, ref);
|
4322 |
});
|
4323 |
}; // $FlowFixMe
|
4324 |
|
4325 |
|
4326 |
-
return
|
4327 |
};
|
4328 |
|
4329 |
// thus we only need to replace what is a valid character for JS, but not for CSS
|
@@ -4350,22 +4350,22 @@ var render = function render(cache, props, theme, ref) {
|
|
4350 |
var className = '';
|
4351 |
|
4352 |
if (typeof props.className === 'string') {
|
4353 |
-
className =
|
4354 |
} else if (props.className != null) {
|
4355 |
className = props.className + " ";
|
4356 |
}
|
4357 |
|
4358 |
-
var serialized =
|
4359 |
|
4360 |
if (process.env.NODE_ENV !== 'production' && serialized.name.indexOf('-') === -1) {
|
4361 |
var labelFromStack = props[labelPropName];
|
4362 |
|
4363 |
if (labelFromStack) {
|
4364 |
-
serialized =
|
4365 |
}
|
4366 |
}
|
4367 |
|
4368 |
-
var rules =
|
4369 |
className += cache.key + "-" + serialized.name;
|
4370 |
var newProps = {};
|
4371 |
|
@@ -4377,7 +4377,7 @@ var render = function render(cache, props, theme, ref) {
|
|
4377 |
|
4378 |
newProps.ref = ref;
|
4379 |
newProps.className = className;
|
4380 |
-
var ele =
|
4381 |
|
4382 |
return ele;
|
4383 |
};
|
@@ -4387,7 +4387,7 @@ var Emotion =
|
|
4387 |
withEmotionCache(function (props, cache, ref) {
|
4388 |
// use Context.read for the theme when it's stable
|
4389 |
if (typeof props.css === 'function') {
|
4390 |
-
return
|
4391 |
return render(cache, props, theme, ref);
|
4392 |
});
|
4393 |
}
|
@@ -4470,17 +4470,17 @@ withEmotionCache(function (props, cache) {
|
|
4470 |
var styles = props.styles;
|
4471 |
|
4472 |
if (typeof styles === 'function') {
|
4473 |
-
return
|
4474 |
-
var serialized =
|
4475 |
-
return
|
4476 |
serialized: serialized,
|
4477 |
cache: cache
|
4478 |
});
|
4479 |
});
|
4480 |
}
|
4481 |
|
4482 |
-
var serialized =
|
4483 |
-
return
|
4484 |
serialized: serialized,
|
4485 |
cache: cache
|
4486 |
});
|
@@ -4492,7 +4492,7 @@ withEmotionCache(function (props, cache) {
|
|
4492 |
var InnerGlobal =
|
4493 |
/*#__PURE__*/
|
4494 |
function (_React$Component) {
|
4495 |
-
__WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_inheritsLoose___default(
|
4496 |
|
4497 |
function InnerGlobal(props, context, updater) {
|
4498 |
return _React$Component.call(this, props, context, updater) || this;
|
@@ -4529,7 +4529,7 @@ function (_React$Component) {
|
|
4529 |
_proto.insertStyles = function insertStyles$1() {
|
4530 |
if (this.props.serialized.next !== undefined) {
|
4531 |
// insert keyframes
|
4532 |
-
|
4533 |
}
|
4534 |
|
4535 |
if (this.sheet.tags.length) {
|
@@ -4617,7 +4617,7 @@ var classnames = function classnames(args) {
|
|
4617 |
|
4618 |
function merge(registered, css, className) {
|
4619 |
var registeredStyles = [];
|
4620 |
-
var rawClassName =
|
4621 |
|
4622 |
if (registeredStyles.length < 2) {
|
4623 |
return className;
|
@@ -4627,7 +4627,7 @@ function merge(registered, css, className) {
|
|
4627 |
}
|
4628 |
|
4629 |
var ClassNames = withEmotionCache(function (props, context) {
|
4630 |
-
return
|
4631 |
var hasRendered = false;
|
4632 |
|
4633 |
var css = function css() {
|
@@ -4639,10 +4639,10 @@ var ClassNames = withEmotionCache(function (props, context) {
|
|
4639 |
args[_key] = arguments[_key];
|
4640 |
}
|
4641 |
|
4642 |
-
var serialized =
|
4643 |
|
4644 |
{
|
4645 |
-
|
4646 |
}
|
4647 |
|
4648 |
return context.key + "-" + serialized.name;
|
@@ -5217,7 +5217,7 @@ var Excerpt = function (_React$Component) {
|
|
5217 |
/*!*******************************************!*\
|
5218 |
!*** ./node_modules/lodash/_baseSlice.js ***!
|
5219 |
\*******************************************/
|
5220 |
-
/*!
|
5221 |
/*! all exports used */
|
5222 |
/***/ (function(module, exports) {
|
5223 |
|
@@ -5259,7 +5259,7 @@ module.exports = baseSlice;
|
|
5259 |
/*!********************************************!*\
|
5260 |
!*** ./node_modules/lodash/_hasUnicode.js ***!
|
5261 |
\********************************************/
|
5262 |
-
/*!
|
5263 |
/*! all exports used */
|
5264 |
/***/ (function(module, exports) {
|
5265 |
|
@@ -5296,7 +5296,7 @@ module.exports = hasUnicode;
|
|
5296 |
/*!******************************************!*\
|
5297 |
!*** ./node_modules/lodash/toInteger.js ***!
|
5298 |
\******************************************/
|
5299 |
-
/*!
|
5300 |
/*! all exports used */
|
5301 |
/***/ (function(module, exports, __webpack_require__) {
|
5302 |
|
@@ -5391,11 +5391,11 @@ var Button = function (_React$Component) {
|
|
5391 |
|
5392 |
return wp.element.createElement(
|
5393 |
"div",
|
5394 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
5395 |
wp.element.createElement(
|
5396 |
"a",
|
5397 |
{
|
5398 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
5399 |
href: post.link,
|
5400 |
target: target,
|
5401 |
rel: "noopener noreferrer" },
|
@@ -5546,36 +5546,36 @@ function styling(props) {
|
|
5546 |
|
5547 |
var selectors = {
|
5548 |
" .uagb-post__items": {
|
5549 |
-
"margin-right":
|
5550 |
-
"margin-left":
|
5551 |
},
|
5552 |
" .uagb-post__items article": {
|
5553 |
-
"padding-right":
|
5554 |
-
"padding-left":
|
5555 |
-
"margin-bottom":
|
5556 |
},
|
5557 |
" .uagb-post__inner-wrap": {
|
5558 |
"background": bgColor
|
5559 |
},
|
5560 |
" .uagb-post__text": {
|
5561 |
-
"padding":
|
5562 |
"text-align": align
|
5563 |
},
|
5564 |
" .uagb-post__text .uagb-post__title": {
|
5565 |
-
"margin-bottom":
|
5566 |
},
|
5567 |
" .uagb-post__text .uagb-post-grid-byline": {
|
5568 |
-
"margin-bottom":
|
5569 |
},
|
5570 |
" .uagb-post__text .uagb-post__excerpt": {
|
5571 |
-
"margin-bottom":
|
5572 |
},
|
5573 |
" .uagb-post__image:before": {
|
5574 |
"background-color": bgOverlayColor,
|
5575 |
"opacity": overlayOpacity / 100
|
5576 |
},
|
5577 |
" .uagb-post-pagination-wrap": {
|
5578 |
-
"margin-top":
|
5579 |
"text-align": paginationAlignment
|
5580 |
}
|
5581 |
};
|
@@ -5583,61 +5583,61 @@ function styling(props) {
|
|
5583 |
if (!inheritFromTheme) {
|
5584 |
selectors[" .uagb-post__text .uagb-post__title"] = {
|
5585 |
"color": titleColor,
|
5586 |
-
"font-size":
|
5587 |
"font-family": titleFontFamily,
|
5588 |
"font-weight": titleFontWeight,
|
5589 |
-
"line-height":
|
5590 |
};
|
5591 |
selectors[" .uagb-post__text .uagb-post__title a"] = {
|
5592 |
"color": titleColor,
|
5593 |
-
"font-size":
|
5594 |
"font-family": titleFontFamily,
|
5595 |
"font-weight": titleFontWeight,
|
5596 |
-
"line-height":
|
5597 |
};
|
5598 |
selectors[" .uagb-post__text .uagb-post-grid-byline"] = {
|
5599 |
"color": metaColor,
|
5600 |
-
"font-size":
|
5601 |
"font-family": metaFontFamily,
|
5602 |
"font-weight": metaFontWeight,
|
5603 |
-
"line-height":
|
5604 |
};
|
5605 |
selectors[" .uagb-post__text .uagb-post-grid-byline .uagb-post__author"] = {
|
5606 |
"color": metaColor,
|
5607 |
-
"font-size":
|
5608 |
"font-family": metaFontFamily,
|
5609 |
"font-weight": metaFontWeight,
|
5610 |
-
"line-height":
|
5611 |
};
|
5612 |
selectors[" .uagb-post__text .uagb-post-grid-byline .uagb-post__author a"] = {
|
5613 |
"color": metaColor,
|
5614 |
-
"font-size":
|
5615 |
"font-family": metaFontFamily,
|
5616 |
"font-weight": metaFontWeight,
|
5617 |
-
"line-height":
|
5618 |
};
|
5619 |
selectors[" .uagb-post__text .uagb-post__excerpt"] = {
|
5620 |
"color": excerptColor,
|
5621 |
-
"font-size":
|
5622 |
"font-family": excerptFontFamily,
|
5623 |
"font-weight": excerptFontWeight,
|
5624 |
-
"line-height":
|
5625 |
};
|
5626 |
selectors[" .uagb-post__text .uagb-post__cta"] = {
|
5627 |
"color": ctaColor,
|
5628 |
-
"font-size":
|
5629 |
"font-family": ctaFontFamily,
|
5630 |
"font-weight": ctaFontWeight,
|
5631 |
-
"line-height":
|
5632 |
"background": ctaBgColor,
|
5633 |
-
"border-width":
|
5634 |
-
"border-radius":
|
5635 |
"border-color": borderColor,
|
5636 |
"border-style": borderStyle
|
5637 |
};
|
5638 |
selectors[" .uagb-post__text .uagb-post__cta a"] = {
|
5639 |
"color": ctaColor,
|
5640 |
-
"font-size":
|
5641 |
"padding": btnVPadding + "px " + btnHPadding + "px"
|
5642 |
};
|
5643 |
selectors[" .uagb-post__text .uagb-post__cta:hover"] = {
|
@@ -5693,18 +5693,18 @@ function styling(props) {
|
|
5693 |
if ('border' == paginationLayout) {
|
5694 |
selectors[" .uagb-post-pagination-wrap a"] = {
|
5695 |
"border-style": "solid",
|
5696 |
-
"border-width":
|
5697 |
"border-color": paginationBorderColor,
|
5698 |
-
"border-radius":
|
5699 |
"color": paginationColor,
|
5700 |
"background-color": "transparent"
|
5701 |
};
|
5702 |
if ('undefined' != typeof paginationBorderActiveColor && 'undefined' != typeof paginationActiveColor) {
|
5703 |
selectors[" .uagb-post-pagination-wrap .page-numbers.current"] = {
|
5704 |
"border-style": "solid",
|
5705 |
-
"border-width":
|
5706 |
"border-color": paginationBorderActiveColor,
|
5707 |
-
"border-radius":
|
5708 |
"color": paginationActiveColor,
|
5709 |
"background-color": "transparent"
|
5710 |
};
|
@@ -5712,9 +5712,9 @@ function styling(props) {
|
|
5712 |
if ('undefined' == typeof paginationBorderActiveColor && 'undefined' != typeof paginationActiveColor) {
|
5713 |
selectors[" .uagb-post-pagination-wrap .page-numbers.current"] = {
|
5714 |
"border-style": "solid",
|
5715 |
-
"border-width":
|
5716 |
"border-color": paginationBorderColor,
|
5717 |
-
"border-radius":
|
5718 |
"color": paginationActiveColor,
|
5719 |
"background-color": "transparent"
|
5720 |
};
|
@@ -5722,9 +5722,9 @@ function styling(props) {
|
|
5722 |
if ('undefined' != typeof paginationBorderActiveColor && 'undefined' == typeof paginationActiveColor) {
|
5723 |
selectors[" .uagb-post-pagination-wrap .page-numbers.current"] = {
|
5724 |
"border-style": "solid",
|
5725 |
-
"border-width":
|
5726 |
"border-color": paginationBorderActiveColor,
|
5727 |
-
"border-radius":
|
5728 |
"color": paginationColor,
|
5729 |
"background-color": "transparent"
|
5730 |
};
|
@@ -5732,9 +5732,9 @@ function styling(props) {
|
|
5732 |
if ('undefined' == typeof paginationBorderActiveColor && 'undefined' == typeof paginationActiveColor) {
|
5733 |
selectors[" .uagb-post-pagination-wrap .page-numbers.current"] = {
|
5734 |
"border-style": "solid",
|
5735 |
-
"border-width":
|
5736 |
"border-color": paginationBorderColor,
|
5737 |
-
"border-radius":
|
5738 |
"color": paginationColor,
|
5739 |
"background-color": "transparent"
|
5740 |
};
|
@@ -5748,78 +5748,78 @@ function styling(props) {
|
|
5748 |
|
5749 |
selectors[" .slick-arrow svg"] = {
|
5750 |
"fill": arrowColor,
|
5751 |
-
"height":
|
5752 |
-
"width":
|
5753 |
};
|
5754 |
|
5755 |
if (!inheritFromTheme) {
|
5756 |
|
5757 |
mobile_selectors = {
|
5758 |
" .uagb-post__text .uagb-post__title": {
|
5759 |
-
"font-size":
|
5760 |
"line-height": titleLineHeightMobile + titleLineHeightType
|
5761 |
},
|
5762 |
" .uagb-post__text .uagb-post__title a": {
|
5763 |
-
"font-size":
|
5764 |
"line-height": titleLineHeightMobile + titleLineHeightType
|
5765 |
},
|
5766 |
" .uagb-post__text .uagb-post-grid-byline": {
|
5767 |
-
"font-size":
|
5768 |
"line-height": metaLineHeightMobile + metaLineHeightType
|
5769 |
},
|
5770 |
" .uagb-post__text .uagb-post-grid-byline .uagb-post__author": {
|
5771 |
-
"font-size":
|
5772 |
"line-height": metaLineHeightMobile + metaLineHeightType
|
5773 |
},
|
5774 |
" .uagb-post__text .uagb-post-grid-byline .uagb-post__author a": {
|
5775 |
-
"font-size":
|
5776 |
"line-height": metaLineHeightMobile + metaLineHeightType
|
5777 |
},
|
5778 |
" .uagb-post__text .uagb-post__excerpt": {
|
5779 |
-
"font-size":
|
5780 |
"line-height": excerptLineHeightMobile + excerptLineHeightType
|
5781 |
},
|
5782 |
" .uagb-post__text .uagb-post__cta": {
|
5783 |
-
"font-size":
|
5784 |
"line-height": ctaLineHeightMobile + ctaLineHeightType
|
5785 |
},
|
5786 |
" .uagb-post__text .uagb-post__cta a": {
|
5787 |
-
"font-size":
|
5788 |
"line-height": ctaLineHeightMobile + ctaLineHeightType
|
5789 |
}
|
5790 |
};
|
5791 |
|
5792 |
tablet_selectors = {
|
5793 |
" .uagb-post__text .uagb-post__title": {
|
5794 |
-
"font-size":
|
5795 |
"line-height": titleLineHeightTablet + titleLineHeightType
|
5796 |
},
|
5797 |
" .uagb-post__text .uagb-post__title a": {
|
5798 |
-
"font-size":
|
5799 |
"line-height": titleLineHeightTablet + titleLineHeightType
|
5800 |
},
|
5801 |
" .uagb-post__text .uagb-post-grid-byline": {
|
5802 |
-
"font-size":
|
5803 |
"line-height": metaLineHeightTablet + metaLineHeightType
|
5804 |
},
|
5805 |
" .uagb-post__text .uagb-post-grid-byline .uagb-post__author": {
|
5806 |
-
"font-size":
|
5807 |
"line-height": metaLineHeightTablet + metaLineHeightType
|
5808 |
},
|
5809 |
" .uagb-post__text .uagb-post-grid-byline .uagb-post__author a": {
|
5810 |
-
"font-size":
|
5811 |
"line-height": metaLineHeightTablet + metaLineHeightType
|
5812 |
},
|
5813 |
" .uagb-post__text .uagb-post__excerpt": {
|
5814 |
-
"font-size":
|
5815 |
"line-height": excerptLineHeightTablet + excerptLineHeightType
|
5816 |
},
|
5817 |
" .uagb-post__text .uagb-post__cta": {
|
5818 |
-
"font-size":
|
5819 |
"line-height": ctaLineHeightTablet + ctaLineHeightType
|
5820 |
},
|
5821 |
" .uagb-post__text .uagb-post__cta a": {
|
5822 |
-
"font-size":
|
5823 |
"line-height": ctaLineHeightTablet + ctaLineHeightType
|
5824 |
}
|
5825 |
};
|
@@ -5836,14 +5836,14 @@ function styling(props) {
|
|
5836 |
'color': paginationTextColor,
|
5837 |
"background-color": paginationMasonryBgColor,
|
5838 |
"border-style": paginationMasonryBorderStyle,
|
5839 |
-
"border-width":
|
5840 |
-
"border-radius":
|
5841 |
"border-color": paginationMasonryBorderColor,
|
5842 |
-
"font-size":
|
5843 |
-
"padding-top":
|
5844 |
-
"padding-bottom":
|
5845 |
-
"padding-right":
|
5846 |
-
"padding-left":
|
5847 |
|
5848 |
};
|
5849 |
selectors[' .uagb-post__load-more-wrap .uagb-post-pagination-button:hover'] = {
|
@@ -5851,22 +5851,22 @@ function styling(props) {
|
|
5851 |
"background-color": paginationBgHoverColor
|
5852 |
};
|
5853 |
mobile_selectors[' .uagb-post__load-more-wrap .uagb-post-pagination-button'] = {
|
5854 |
-
"padding-top":
|
5855 |
-
"padding-bottom":
|
5856 |
-
"padding-right":
|
5857 |
-
"padding-left":
|
5858 |
};
|
5859 |
tablet_selectors[' .uagb-post__load-more-wrap .uagb-post-pagination-button'] = {
|
5860 |
-
"padding-top":
|
5861 |
-
"padding-bottom":
|
5862 |
-
"padding-right":
|
5863 |
-
"padding-left":
|
5864 |
};
|
5865 |
}
|
5866 |
if ('scroll' === paginationEventType) {
|
5867 |
selectors['.uagb-post-grid .uagb-post-inf-loader div'] = {
|
5868 |
-
"width":
|
5869 |
-
"height":
|
5870 |
"background-color": loaderColor
|
5871 |
};
|
5872 |
}
|
@@ -5878,11 +5878,11 @@ function styling(props) {
|
|
5878 |
|
5879 |
var styling_css = "";
|
5880 |
|
5881 |
-
styling_css =
|
5882 |
|
5883 |
-
styling_css +=
|
5884 |
|
5885 |
-
styling_css +=
|
5886 |
|
5887 |
return styling_css;
|
5888 |
}
|
@@ -5894,7 +5894,7 @@ function styling(props) {
|
|
5894 |
/*!************************************!*\
|
5895 |
!*** ./src/blocks/post/style.scss ***!
|
5896 |
\************************************/
|
5897 |
-
/*!
|
5898 |
/***/ (function(module, exports) {
|
5899 |
|
5900 |
// removed by extract-text-webpack-plugin
|
@@ -5904,7 +5904,7 @@ function styling(props) {
|
|
5904 |
/*!*************************************!*\
|
5905 |
!*** ./src/blocks/post/editor.scss ***!
|
5906 |
\*************************************/
|
5907 |
-
/*!
|
5908 |
/***/ (function(module, exports) {
|
5909 |
|
5910 |
// removed by extract-text-webpack-plugin
|
@@ -5914,7 +5914,7 @@ function styling(props) {
|
|
5914 |
/*!***********************************************!*\
|
5915 |
!*** ./node_modules/ev-emitter/ev-emitter.js ***!
|
5916 |
\***********************************************/
|
5917 |
-
/*!
|
5918 |
/*! all exports used */
|
5919 |
/***/ (function(module, exports, __webpack_require__) {
|
5920 |
|
@@ -6041,7 +6041,7 @@ return EvEmitter;
|
|
6041 |
/*!*******************************************!*\
|
6042 |
!*** ./node_modules/get-size/get-size.js ***!
|
6043 |
\*******************************************/
|
6044 |
-
/*!
|
6045 |
/*! all exports used */
|
6046 |
/***/ (function(module, exports, __webpack_require__) {
|
6047 |
|
@@ -6263,7 +6263,7 @@ return getSize;
|
|
6263 |
/*!**********************************************!*\
|
6264 |
!*** ./node_modules/lodash/_getPrototype.js ***!
|
6265 |
\**********************************************/
|
6266 |
-
/*!
|
6267 |
/*! all exports used */
|
6268 |
/***/ (function(module, exports, __webpack_require__) {
|
6269 |
|
@@ -6280,7 +6280,7 @@ module.exports = getPrototype;
|
|
6280 |
/*!**********************************************!*\
|
6281 |
!*** ./node_modules/lodash/_getAllKeysIn.js ***!
|
6282 |
\**********************************************/
|
6283 |
-
/*!
|
6284 |
/*! all exports used */
|
6285 |
/***/ (function(module, exports, __webpack_require__) {
|
6286 |
|
@@ -6308,7 +6308,7 @@ module.exports = getAllKeysIn;
|
|
6308 |
/*!**************************************************!*\
|
6309 |
!*** ./node_modules/lodash/_cloneArrayBuffer.js ***!
|
6310 |
\**************************************************/
|
6311 |
-
/*!
|
6312 |
/*! all exports used */
|
6313 |
/***/ (function(module, exports, __webpack_require__) {
|
6314 |
|
@@ -6609,8 +6609,8 @@ function GradientSettings(_ref) {
|
|
6609 |
//set the gradient value to settings if new gradientvalue is not set
|
6610 |
|
6611 |
if ("" === gradientValue) {
|
6612 |
-
var rgb_gradientColor1 =
|
6613 |
-
var rgb_gradientColor2 =
|
6614 |
|
6615 |
if ("linear" === gradientType) {
|
6616 |
var value = "linear-gradient(" + gradientAngle + "deg," + rgb_gradientColor1 + " " + gradientLocation1 + "%, " + rgb_gradientColor2 + " " + gradientLocation2 + "%)";
|
@@ -6897,7 +6897,7 @@ var Icon = function (_React$Component) {
|
|
6897 |
wp.element.createElement(
|
6898 |
"span",
|
6899 |
{ className: "uagb-ifb-icon" },
|
6900 |
-
|
6901 |
)
|
6902 |
)
|
6903 |
);
|
@@ -7152,8 +7152,8 @@ var InfoBoxCta = function (_React$Component) {
|
|
7152 |
if (attributes.ctaIcon !== "") {
|
7153 |
cta_icon_output = wp.element.createElement(
|
7154 |
"span",
|
7155 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
7156 |
-
|
7157 |
);
|
7158 |
}
|
7159 |
|
@@ -7175,7 +7175,7 @@ var InfoBoxCta = function (_React$Component) {
|
|
7175 |
),
|
7176 |
attributes.ctaType === "button" && wp.element.createElement(
|
7177 |
"div",
|
7178 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
7179 |
wp.element.createElement(
|
7180 |
"a",
|
7181 |
{ className: ctaBtnClass, target: target, rel: rel },
|
@@ -7209,7 +7209,7 @@ var InfoBoxCta = function (_React$Component) {
|
|
7209 |
),
|
7210 |
attributes.ctaType === "button" && wp.element.createElement(
|
7211 |
"div",
|
7212 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
7213 |
wp.element.createElement(
|
7214 |
"a",
|
7215 |
{ href: attributes.ctaLink, className: ctaBtnClass, target: target, rel: rel },
|
@@ -8397,8 +8397,8 @@ var CTA = function (_React$Component) {
|
|
8397 |
if (attributes.ctaIcon !== "") {
|
8398 |
cta_icon_output = wp.element.createElement(
|
8399 |
"span",
|
8400 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
8401 |
-
|
8402 |
);
|
8403 |
}
|
8404 |
|
@@ -8411,12 +8411,12 @@ var CTA = function (_React$Component) {
|
|
8411 |
{ className: "uagb-cta__link-wrapper uagb-cta__block-link-style" },
|
8412 |
(attributes.ctaType === "button" || attributes.ctaType === "text") && wp.element.createElement(
|
8413 |
"div",
|
8414 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
8415 |
wp.element.createElement(
|
8416 |
"a",
|
8417 |
{
|
8418 |
href: link,
|
8419 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
8420 |
target: target,
|
8421 |
rel: rel
|
8422 |
},
|
@@ -8936,7 +8936,7 @@ var attributes = {
|
|
8936 |
/*!**********************************************!*\
|
8937 |
!*** ./node_modules/lodash/_baseIteratee.js ***!
|
8938 |
\**********************************************/
|
8939 |
-
/*!
|
8940 |
/*! all exports used */
|
8941 |
/***/ (function(module, exports, __webpack_require__) {
|
8942 |
|
@@ -8978,7 +8978,7 @@ module.exports = baseIteratee;
|
|
8978 |
/*!*******************************************!*\
|
8979 |
!*** ./node_modules/lodash/isFunction.js ***!
|
8980 |
\*******************************************/
|
8981 |
-
/*!
|
8982 |
/*! all exports used */
|
8983 |
/***/ (function(module, exports, __webpack_require__) {
|
8984 |
|
@@ -9026,7 +9026,7 @@ module.exports = isFunction;
|
|
9026 |
/*!********************************************!*\
|
9027 |
!*** ./node_modules/lodash/_freeGlobal.js ***!
|
9028 |
\********************************************/
|
9029 |
-
/*!
|
9030 |
/*! all exports used */
|
9031 |
/***/ (function(module, exports, __webpack_require__) {
|
9032 |
|
@@ -9042,7 +9042,7 @@ module.exports = freeGlobal;
|
|
9042 |
/*!******************************************!*\
|
9043 |
!*** ./node_modules/lodash/_toSource.js ***!
|
9044 |
\******************************************/
|
9045 |
-
/*!
|
9046 |
/*! all exports used */
|
9047 |
/***/ (function(module, exports) {
|
9048 |
|
@@ -9079,7 +9079,7 @@ module.exports = toSource;
|
|
9079 |
/*!*********************************************!*\
|
9080 |
!*** ./node_modules/lodash/_baseIsEqual.js ***!
|
9081 |
\*********************************************/
|
9082 |
-
/*!
|
9083 |
/*! all exports used */
|
9084 |
/***/ (function(module, exports, __webpack_require__) {
|
9085 |
|
@@ -9118,7 +9118,7 @@ module.exports = baseIsEqual;
|
|
9118 |
/*!*********************************************!*\
|
9119 |
!*** ./node_modules/lodash/_equalArrays.js ***!
|
9120 |
\*********************************************/
|
9121 |
-
/*!
|
9122 |
/*! all exports used */
|
9123 |
/***/ (function(module, exports, __webpack_require__) {
|
9124 |
|
@@ -9212,7 +9212,7 @@ module.exports = equalArrays;
|
|
9212 |
/*!********************************************!*\
|
9213 |
!*** ./node_modules/lodash/_Uint8Array.js ***!
|
9214 |
\********************************************/
|
9215 |
-
/*!
|
9216 |
/*! all exports used */
|
9217 |
/***/ (function(module, exports, __webpack_require__) {
|
9218 |
|
@@ -9229,7 +9229,7 @@ module.exports = Uint8Array;
|
|
9229 |
/*!********************************************!*\
|
9230 |
!*** ./node_modules/lodash/_getAllKeys.js ***!
|
9231 |
\********************************************/
|
9232 |
-
/*!
|
9233 |
/*! all exports used */
|
9234 |
/***/ (function(module, exports, __webpack_require__) {
|
9235 |
|
@@ -9256,7 +9256,7 @@ module.exports = getAllKeys;
|
|
9256 |
/*!************************************************!*\
|
9257 |
!*** ./node_modules/lodash/_baseGetAllKeys.js ***!
|
9258 |
\************************************************/
|
9259 |
-
/*!
|
9260 |
/*! all exports used */
|
9261 |
/***/ (function(module, exports, __webpack_require__) {
|
9262 |
|
@@ -9287,7 +9287,7 @@ module.exports = baseGetAllKeys;
|
|
9287 |
/*!******************************************!*\
|
9288 |
!*** ./node_modules/lodash/stubArray.js ***!
|
9289 |
\******************************************/
|
9290 |
-
/*!
|
9291 |
/*! all exports used */
|
9292 |
/***/ (function(module, exports) {
|
9293 |
|
@@ -9321,7 +9321,7 @@ module.exports = stubArray;
|
|
9321 |
/*!***********************************************!*\
|
9322 |
!*** ./node_modules/lodash/_arrayLikeKeys.js ***!
|
9323 |
\***********************************************/
|
9324 |
-
/*!
|
9325 |
/*! all exports used */
|
9326 |
/***/ (function(module, exports, __webpack_require__) {
|
9327 |
|
@@ -9381,7 +9381,7 @@ module.exports = arrayLikeKeys;
|
|
9381 |
/*!*******************************************!*\
|
9382 |
!*** ./node_modules/lodash/_baseTimes.js ***!
|
9383 |
\*******************************************/
|
9384 |
-
/*!
|
9385 |
/*! all exports used */
|
9386 |
/***/ (function(module, exports) {
|
9387 |
|
@@ -9412,7 +9412,7 @@ module.exports = baseTimes;
|
|
9412 |
/*!*********************************************!*\
|
9413 |
!*** ./node_modules/lodash/isTypedArray.js ***!
|
9414 |
\*********************************************/
|
9415 |
-
/*!
|
9416 |
/*! all exports used */
|
9417 |
/***/ (function(module, exports, __webpack_require__) {
|
9418 |
|
@@ -9450,7 +9450,7 @@ module.exports = isTypedArray;
|
|
9450 |
/*!*****************************************!*\
|
9451 |
!*** ./node_modules/lodash/_overArg.js ***!
|
9452 |
\*****************************************/
|
9453 |
-
/*!
|
9454 |
/*! all exports used */
|
9455 |
/***/ (function(module, exports) {
|
9456 |
|
@@ -9476,7 +9476,7 @@ module.exports = overArg;
|
|
9476 |
/*!****************************************************!*\
|
9477 |
!*** ./node_modules/lodash/_isStrictComparable.js ***!
|
9478 |
\****************************************************/
|
9479 |
-
/*!
|
9480 |
/*! all exports used */
|
9481 |
/***/ (function(module, exports, __webpack_require__) {
|
9482 |
|
@@ -9502,7 +9502,7 @@ module.exports = isStrictComparable;
|
|
9502 |
/*!*********************************************************!*\
|
9503 |
!*** ./node_modules/lodash/_matchesStrictComparable.js ***!
|
9504 |
\*********************************************************/
|
9505 |
-
/*!
|
9506 |
/*! all exports used */
|
9507 |
/***/ (function(module, exports) {
|
9508 |
|
@@ -9533,7 +9533,7 @@ module.exports = matchesStrictComparable;
|
|
9533 |
/*!************************************!*\
|
9534 |
!*** ./node_modules/lodash/get.js ***!
|
9535 |
\************************************/
|
9536 |
-
/*!
|
9537 |
/*! all exports used */
|
9538 |
/***/ (function(module, exports, __webpack_require__) {
|
9539 |
|
@@ -9577,7 +9577,7 @@ module.exports = get;
|
|
9577 |
/*!*****************************************!*\
|
9578 |
!*** ./node_modules/lodash/toString.js ***!
|
9579 |
\*****************************************/
|
9580 |
-
/*!
|
9581 |
/*! all exports used */
|
9582 |
/***/ (function(module, exports, __webpack_require__) {
|
9583 |
|
@@ -9616,7 +9616,7 @@ module.exports = toString;
|
|
9616 |
/*!**********************************************!*\
|
9617 |
!*** ./node_modules/lodash/_baseToString.js ***!
|
9618 |
\**********************************************/
|
9619 |
-
/*!
|
9620 |
/*! all exports used */
|
9621 |
/***/ (function(module, exports, __webpack_require__) {
|
9622 |
|
@@ -9664,7 +9664,7 @@ module.exports = baseToString;
|
|
9664 |
/*!**********************************************!*\
|
9665 |
!*** ./node_modules/lodash/_baseProperty.js ***!
|
9666 |
\**********************************************/
|
9667 |
-
/*!
|
9668 |
/*! all exports used */
|
9669 |
/***/ (function(module, exports) {
|
9670 |
|
@@ -10138,7 +10138,7 @@ var isProcessableValue = function isProcessableValue(value) {
|
|
10138 |
return value != null && typeof value !== 'boolean';
|
10139 |
};
|
10140 |
|
10141 |
-
var processStyleName =
|
10142 |
return isCustomProperty(styleName) ? styleName : styleName.replace(hyphenateRegex, '-$&').toLowerCase();
|
10143 |
});
|
10144 |
|
@@ -10420,7 +10420,7 @@ var serializeStyles = function serializeStyles(args, registered, mergedProps) {
|
|
10420 |
match[1];
|
10421 |
}
|
10422 |
|
10423 |
-
var name =
|
10424 |
|
10425 |
if (process.env.NODE_ENV !== 'production') {
|
10426 |
// $FlowFixMe SerializedStyles type doesn't have toString property (and we don't want to add it)
|
@@ -10451,7 +10451,7 @@ var serializeStyles = function serializeStyles(args, registered, mergedProps) {
|
|
10451 |
/*!****************************************************************!*\
|
10452 |
!*** ./node_modules/react-dom/node_modules/scheduler/index.js ***!
|
10453 |
\****************************************************************/
|
10454 |
-
/*!
|
10455 |
/*! all exports used */
|
10456 |
/***/ (function(module, exports, __webpack_require__) {
|
10457 |
|
@@ -10471,7 +10471,7 @@ if (process.env.NODE_ENV === 'production') {
|
|
10471 |
/*!****************************************!*\
|
10472 |
!*** ./node_modules/react-is/index.js ***!
|
10473 |
\****************************************/
|
10474 |
-
/*!
|
10475 |
/*! all exports used */
|
10476 |
/***/ (function(module, exports, __webpack_require__) {
|
10477 |
|
@@ -10553,7 +10553,7 @@ function getMenuPlacement(_ref) {
|
|
10553 |
isFixedPosition = _ref.isFixedPosition,
|
10554 |
theme = _ref.theme;
|
10555 |
var spacing = theme.spacing;
|
10556 |
-
var scrollParent =
|
10557 |
var defaultState = {
|
10558 |
placement: 'bottom',
|
10559 |
maxHeight: maxHeight
|
@@ -10574,7 +10574,7 @@ function getMenuPlacement(_ref) {
|
|
10574 |
containerTop = _menuEl$offsetParent$.top;
|
10575 |
|
10576 |
var viewHeight = window.innerHeight;
|
10577 |
-
var scrollTop =
|
10578 |
var marginBottom = parseInt(getComputedStyle(menuEl).marginBottom, 10);
|
10579 |
var marginTop = parseInt(getComputedStyle(menuEl).marginTop, 10);
|
10580 |
var viewSpaceAbove = containerTop - marginTop;
|
@@ -10599,7 +10599,7 @@ function getMenuPlacement(_ref) {
|
|
10599 |
|
10600 |
if (scrollSpaceBelow >= menuHeight && !isFixedPosition) {
|
10601 |
if (shouldScroll) {
|
10602 |
-
|
10603 |
}
|
10604 |
|
10605 |
return {
|
@@ -10611,7 +10611,7 @@ function getMenuPlacement(_ref) {
|
|
10611 |
|
10612 |
if (!isFixedPosition && scrollSpaceBelow >= minHeight || isFixedPosition && viewSpaceBelow >= minHeight) {
|
10613 |
if (shouldScroll) {
|
10614 |
-
|
10615 |
} // we want to provide as much of the menu as possible to the user,
|
10616 |
// so give them whatever is available below rather than the minHeight.
|
10617 |
|
@@ -10642,7 +10642,7 @@ function getMenuPlacement(_ref) {
|
|
10642 |
|
10643 |
|
10644 |
if (placement === 'bottom') {
|
10645 |
-
|
10646 |
return {
|
10647 |
placement: 'bottom',
|
10648 |
maxHeight: maxHeight
|
@@ -10663,7 +10663,7 @@ function getMenuPlacement(_ref) {
|
|
10663 |
|
10664 |
if (scrollSpaceAbove >= menuHeight && !isFixedPosition) {
|
10665 |
if (shouldScroll) {
|
10666 |
-
|
10667 |
}
|
10668 |
|
10669 |
return {
|
@@ -10682,7 +10682,7 @@ function getMenuPlacement(_ref) {
|
|
10682 |
}
|
10683 |
|
10684 |
if (shouldScroll) {
|
10685 |
-
|
10686 |
}
|
10687 |
|
10688 |
return {
|
@@ -10813,7 +10813,7 @@ var Menu = function Menu(props) {
|
|
10813 |
getStyles = props.getStyles,
|
10814 |
innerRef = props.innerRef,
|
10815 |
innerProps = props.innerProps;
|
10816 |
-
return
|
10817 |
css: getStyles('menu', props),
|
10818 |
className: cx({
|
10819 |
menu: true
|
@@ -10845,7 +10845,7 @@ var MenuList = function MenuList(props) {
|
|
10845 |
getStyles = props.getStyles,
|
10846 |
isMulti = props.isMulti,
|
10847 |
innerRef = props.innerRef;
|
10848 |
-
return
|
10849 |
css: getStyles('menuList', props),
|
10850 |
className: cx({
|
10851 |
'menu-list': true,
|
@@ -10876,7 +10876,7 @@ var NoOptionsMessage = function NoOptionsMessage(props) {
|
|
10876 |
cx = props.cx,
|
10877 |
getStyles = props.getStyles,
|
10878 |
innerProps = props.innerProps;
|
10879 |
-
return
|
10880 |
css: getStyles('noOptionsMessage', props),
|
10881 |
className: cx({
|
10882 |
'menu-notice': true,
|
@@ -10893,7 +10893,7 @@ var LoadingMessage = function LoadingMessage(props) {
|
|
10893 |
cx = props.cx,
|
10894 |
getStyles = props.getStyles,
|
10895 |
innerProps = props.innerProps;
|
10896 |
-
return
|
10897 |
css: getStyles('loadingMessage', props),
|
10898 |
className: cx({
|
10899 |
'menu-notice': true,
|
@@ -10974,7 +10974,7 @@ function (_Component2) {
|
|
10974 |
}
|
10975 |
|
10976 |
var placement = this.state.placement || coercePlacement(menuPlacement);
|
10977 |
-
var rect =
|
10978 |
var scrollDistance = isFixed ? 0 : window.pageYOffset;
|
10979 |
var offset = rect[placement] + scrollDistance;
|
10980 |
var state = {
|
@@ -10983,10 +10983,10 @@ function (_Component2) {
|
|
10983 |
rect: rect
|
10984 |
}; // same wrapper element whether fixed or portalled
|
10985 |
|
10986 |
-
var menuWrapper =
|
10987 |
css: getStyles('menuPortal', state)
|
10988 |
}, children);
|
10989 |
-
return appendTo ?
|
10990 |
};
|
10991 |
|
10992 |
return MenuPortal;
|
@@ -11105,7 +11105,7 @@ var SelectContainer = function SelectContainer(props) {
|
|
11105 |
innerProps = props.innerProps,
|
11106 |
isDisabled = props.isDisabled,
|
11107 |
isRtl = props.isRtl;
|
11108 |
-
return
|
11109 |
css: getStyles('container', props),
|
11110 |
className: cx({
|
11111 |
'--is-disabled': isDisabled,
|
@@ -11136,7 +11136,7 @@ var ValueContainer = function ValueContainer(props) {
|
|
11136 |
isMulti = props.isMulti,
|
11137 |
getStyles = props.getStyles,
|
11138 |
hasValue = props.hasValue;
|
11139 |
-
return
|
11140 |
css: getStyles('valueContainer', props),
|
11141 |
className: cx({
|
11142 |
'value-container': true,
|
@@ -11161,7 +11161,7 @@ var IndicatorsContainer = function IndicatorsContainer(props) {
|
|
11161 |
className = props.className,
|
11162 |
cx = props.cx,
|
11163 |
getStyles = props.getStyles;
|
11164 |
-
return
|
11165 |
css: getStyles('indicatorsContainer', props),
|
11166 |
className: cx({
|
11167 |
indicators: true
|
@@ -11201,7 +11201,7 @@ var Svg = function Svg(_ref) {
|
|
11201 |
var size = _ref.size,
|
11202 |
props = _objectWithoutPropertiesLoose(_ref, ["size"]);
|
11203 |
|
11204 |
-
return
|
11205 |
height: size,
|
11206 |
width: size,
|
11207 |
viewBox: "0 0 20 20",
|
@@ -11212,16 +11212,16 @@ var Svg = function Svg(_ref) {
|
|
11212 |
};
|
11213 |
|
11214 |
var CrossIcon = function CrossIcon(props) {
|
11215 |
-
return
|
11216 |
size: 20
|
11217 |
-
}, props),
|
11218 |
d: "M14.348 14.849c-0.469 0.469-1.229 0.469-1.697 0l-2.651-3.030-2.651 3.029c-0.469 0.469-1.229 0.469-1.697 0-0.469-0.469-0.469-1.229 0-1.697l2.758-3.15-2.759-3.152c-0.469-0.469-0.469-1.228 0-1.697s1.228-0.469 1.697 0l2.652 3.031 2.651-3.031c0.469-0.469 1.228-0.469 1.697 0s0.469 1.229 0 1.697l-2.758 3.152 2.758 3.15c0.469 0.469 0.469 1.229 0 1.698z"
|
11219 |
}));
|
11220 |
};
|
11221 |
var DownChevron = function DownChevron(props) {
|
11222 |
-
return
|
11223 |
size: 20
|
11224 |
-
}, props),
|
11225 |
d: "M4.516 7.548c0.436-0.446 1.043-0.481 1.576 0l3.908 3.747 3.908-3.747c0.533-0.481 1.141-0.446 1.574 0 0.436 0.445 0.408 1.197 0 1.615-0.406 0.418-4.695 4.502-4.695 4.502-0.217 0.223-0.502 0.335-0.787 0.335s-0.57-0.112-0.789-0.335c0 0-4.287-4.084-4.695-4.502s-0.436-1.17 0-1.615z"
|
11226 |
}));
|
11227 |
}; // ==============================
|
@@ -11252,13 +11252,13 @@ var DropdownIndicator = function DropdownIndicator(props) {
|
|
11252 |
cx = props.cx,
|
11253 |
getStyles = props.getStyles,
|
11254 |
innerProps = props.innerProps;
|
11255 |
-
return
|
11256 |
css: getStyles('dropdownIndicator', props),
|
11257 |
className: cx({
|
11258 |
indicator: true,
|
11259 |
'dropdown-indicator': true
|
11260 |
}, className)
|
11261 |
-
}), children ||
|
11262 |
};
|
11263 |
var clearIndicatorCSS = baseCSS;
|
11264 |
var ClearIndicator = function ClearIndicator(props) {
|
@@ -11267,13 +11267,13 @@ var ClearIndicator = function ClearIndicator(props) {
|
|
11267 |
cx = props.cx,
|
11268 |
getStyles = props.getStyles,
|
11269 |
innerProps = props.innerProps;
|
11270 |
-
return
|
11271 |
css: getStyles('clearIndicator', props),
|
11272 |
className: cx({
|
11273 |
indicator: true,
|
11274 |
'clear-indicator': true
|
11275 |
}, className)
|
11276 |
-
}), children ||
|
11277 |
}; // ==============================
|
11278 |
// Separator
|
11279 |
// ==============================
|
@@ -11297,7 +11297,7 @@ var IndicatorSeparator = function IndicatorSeparator(props) {
|
|
11297 |
cx = props.cx,
|
11298 |
getStyles = props.getStyles,
|
11299 |
innerProps = props.innerProps;
|
11300 |
-
return
|
11301 |
css: getStyles('indicatorSeparator', props),
|
11302 |
className: cx({
|
11303 |
'indicator-separator': true
|
@@ -11307,7 +11307,7 @@ var IndicatorSeparator = function IndicatorSeparator(props) {
|
|
11307 |
// Loading
|
11308 |
// ==============================
|
11309 |
|
11310 |
-
var loadingDotAnimations =
|
11311 |
var loadingIndicatorCSS = function loadingIndicatorCSS(_ref5) {
|
11312 |
var isFocused = _ref5.isFocused,
|
11313 |
size = _ref5.size,
|
@@ -11332,10 +11332,10 @@ var loadingIndicatorCSS = function loadingIndicatorCSS(_ref5) {
|
|
11332 |
var LoadingDot = function LoadingDot(_ref6) {
|
11333 |
var delay = _ref6.delay,
|
11334 |
offset = _ref6.offset;
|
11335 |
-
return
|
11336 |
css:
|
11337 |
/*#__PURE__*/
|
11338 |
-
|
11339 |
animation: loadingDotAnimations + " 1s ease-in-out " + delay + "ms infinite;",
|
11340 |
backgroundColor: 'currentColor',
|
11341 |
borderRadius: '1em',
|
@@ -11354,19 +11354,19 @@ var LoadingIndicator = function LoadingIndicator(props) {
|
|
11354 |
getStyles = props.getStyles,
|
11355 |
innerProps = props.innerProps,
|
11356 |
isRtl = props.isRtl;
|
11357 |
-
return
|
11358 |
css: getStyles('loadingIndicator', props),
|
11359 |
className: cx({
|
11360 |
indicator: true,
|
11361 |
'loading-indicator': true
|
11362 |
}, className)
|
11363 |
-
}),
|
11364 |
delay: 0,
|
11365 |
offset: isRtl
|
11366 |
-
}),
|
11367 |
delay: 160,
|
11368 |
offset: true
|
11369 |
-
}),
|
11370 |
delay: 320,
|
11371 |
offset: !isRtl
|
11372 |
}));
|
@@ -11416,7 +11416,7 @@ var Control = function Control(props) {
|
|
11416 |
innerRef = props.innerRef,
|
11417 |
innerProps = props.innerProps,
|
11418 |
menuIsOpen = props.menuIsOpen;
|
11419 |
-
return
|
11420 |
ref: innerRef,
|
11421 |
css: getStyles('control', props),
|
11422 |
className: cx({
|
@@ -11449,17 +11449,17 @@ var Group = function Group(props) {
|
|
11449 |
label = props.label,
|
11450 |
theme = props.theme,
|
11451 |
selectProps = props.selectProps;
|
11452 |
-
return
|
11453 |
css: getStyles('group', props),
|
11454 |
className: cx({
|
11455 |
group: true
|
11456 |
}, className)
|
11457 |
-
},
|
11458 |
selectProps: selectProps,
|
11459 |
theme: theme,
|
11460 |
getStyles: getStyles,
|
11461 |
cx: cx
|
11462 |
-
}), label),
|
11463 |
};
|
11464 |
|
11465 |
var groupHeadingCSS = function groupHeadingCSS(_ref2) {
|
@@ -11485,7 +11485,7 @@ var GroupHeading = function GroupHeading(props) {
|
|
11485 |
selectProps = props.selectProps,
|
11486 |
cleanProps = _objectWithoutPropertiesLoose$1(props, ["className", "cx", "getStyles", "theme", "selectProps"]);
|
11487 |
|
11488 |
-
return
|
11489 |
css: getStyles('groupHeading', _extends$4({
|
11490 |
theme: theme
|
11491 |
}, cleanProps)),
|
@@ -11536,11 +11536,11 @@ var Input = function Input(_ref2) {
|
|
11536 |
selectProps = _ref2.selectProps,
|
11537 |
props = _objectWithoutPropertiesLoose$2(_ref2, ["className", "cx", "getStyles", "innerRef", "isHidden", "isDisabled", "theme", "selectProps"]);
|
11538 |
|
11539 |
-
return
|
11540 |
css: getStyles('input', _extends$5({
|
11541 |
theme: theme
|
11542 |
}, props))
|
11543 |
-
},
|
11544 |
className: cx({
|
11545 |
input: true
|
11546 |
}, className),
|
@@ -11604,14 +11604,14 @@ var multiValueRemoveCSS = function multiValueRemoveCSS(_ref3) {
|
|
11604 |
var MultiValueGeneric = function MultiValueGeneric(_ref4) {
|
11605 |
var children = _ref4.children,
|
11606 |
innerProps = _ref4.innerProps;
|
11607 |
-
return
|
11608 |
};
|
11609 |
var MultiValueContainer = MultiValueGeneric;
|
11610 |
var MultiValueLabel = MultiValueGeneric;
|
11611 |
function MultiValueRemove(_ref5) {
|
11612 |
var children = _ref5.children,
|
11613 |
innerProps = _ref5.innerProps;
|
11614 |
-
return
|
11615 |
size: 14
|
11616 |
}));
|
11617 |
}
|
@@ -11630,10 +11630,10 @@ var MultiValue = function MultiValue(props) {
|
|
11630 |
var Container = components.Container,
|
11631 |
Label = components.Label,
|
11632 |
Remove = components.Remove;
|
11633 |
-
return
|
11634 |
var css = _ref6.css,
|
11635 |
emotionCx = _ref6.cx;
|
11636 |
-
return
|
11637 |
data: data,
|
11638 |
innerProps: _extends$6({}, innerProps, {
|
11639 |
className: emotionCx(css(getStyles('multiValue', props)), cx({
|
@@ -11642,7 +11642,7 @@ var MultiValue = function MultiValue(props) {
|
|
11642 |
}, className))
|
11643 |
}),
|
11644 |
selectProps: selectProps
|
11645 |
-
},
|
11646 |
data: data,
|
11647 |
innerProps: {
|
11648 |
className: emotionCx(css(getStyles('multiValueLabel', props)), cx({
|
@@ -11650,7 +11650,7 @@ var MultiValue = function MultiValue(props) {
|
|
11650 |
}, className))
|
11651 |
},
|
11652 |
selectProps: selectProps
|
11653 |
-
}, children),
|
11654 |
data: data,
|
11655 |
innerProps: _extends$6({
|
11656 |
className: emotionCx(css(getStyles('multiValueRemove', props)), cx({
|
@@ -11702,7 +11702,7 @@ var Option = function Option(props) {
|
|
11702 |
isSelected = props.isSelected,
|
11703 |
innerRef = props.innerRef,
|
11704 |
innerProps = props.innerProps;
|
11705 |
-
return
|
11706 |
css: getStyles('option', props),
|
11707 |
className: cx({
|
11708 |
option: true,
|
@@ -11736,7 +11736,7 @@ var Placeholder = function Placeholder(props) {
|
|
11736 |
cx = props.cx,
|
11737 |
getStyles = props.getStyles,
|
11738 |
innerProps = props.innerProps;
|
11739 |
-
return
|
11740 |
css: getStyles('placeholder', props),
|
11741 |
className: cx({
|
11742 |
placeholder: true
|
@@ -11772,7 +11772,7 @@ var SingleValue = function SingleValue(props) {
|
|
11772 |
getStyles = props.getStyles,
|
11773 |
isDisabled = props.isDisabled,
|
11774 |
innerProps = props.innerProps;
|
11775 |
-
return
|
11776 |
css: getStyles('singleValue', props),
|
11777 |
className: cx({
|
11778 |
'single-value': true,
|
@@ -11822,7 +11822,7 @@ var defaultComponents = function defaultComponents(props) {
|
|
11822 |
/*!****************************************************************!*\
|
11823 |
!*** ./node_modules/react-input-autosize/lib/AutosizeInput.js ***!
|
11824 |
\****************************************************************/
|
11825 |
-
/*!
|
11826 |
/*! exports used: default */
|
11827 |
/***/ (function(module, exports, __webpack_require__) {
|
11828 |
|
@@ -12443,7 +12443,7 @@ var _ref = process.env.NODE_ENV === "production" ? {
|
|
12443 |
};
|
12444 |
|
12445 |
var A11yText = function A11yText(props) {
|
12446 |
-
return
|
12447 |
css: _ref
|
12448 |
}, props));
|
12449 |
};
|
@@ -12462,12 +12462,12 @@ function DummyInput(_ref) {
|
|
12462 |
emotion = _ref.emotion,
|
12463 |
props = _objectWithoutPropertiesLoose(_ref, ["in", "out", "onExited", "appear", "enter", "exit", "innerRef", "emotion"]);
|
12464 |
|
12465 |
-
return
|
12466 |
ref: innerRef
|
12467 |
}, props, {
|
12468 |
css:
|
12469 |
/*#__PURE__*/
|
12470 |
-
|
12471 |
label: 'dummyInput',
|
12472 |
// get rid of any default styles
|
12473 |
background: 0,
|
@@ -12502,7 +12502,7 @@ function (_Component) {
|
|
12502 |
var _proto = NodeResolver.prototype;
|
12503 |
|
12504 |
_proto.componentDidMount = function componentDidMount() {
|
12505 |
-
this.props.innerRef(
|
12506 |
};
|
12507 |
|
12508 |
_proto.componentWillUnmount = function componentWillUnmount() {
|
@@ -12741,12 +12741,12 @@ function (_PureComponent) {
|
|
12741 |
* actually does the scroll locking
|
12742 |
*/
|
12743 |
|
12744 |
-
return
|
12745 |
onClick: this.blurSelectInput,
|
12746 |
css: _ref$1
|
12747 |
-
}),
|
12748 |
innerRef: this.getScrollTarget
|
12749 |
-
}, children), touchScrollTarget ?
|
12750 |
touchScrollTarget: touchScrollTarget
|
12751 |
}) : null);
|
12752 |
};
|
@@ -13074,8 +13074,8 @@ function _inheritsLoose$4(subClass, superClass) { subClass.prototype = Object.cr
|
|
13074 |
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
13075 |
var defaultProps = {
|
13076 |
backspaceRemovesValue: true,
|
13077 |
-
blurInputOnSelect:
|
13078 |
-
captureMenuScroll: !
|
13079 |
closeMenuOnSelect: true,
|
13080 |
closeMenuOnScroll: false,
|
13081 |
components: {},
|
@@ -13100,7 +13100,7 @@ var defaultProps = {
|
|
13100 |
menuPlacement: 'bottom',
|
13101 |
menuPosition: 'absolute',
|
13102 |
menuShouldBlockScroll: false,
|
13103 |
-
menuShouldScrollIntoView: !
|
13104 |
noOptionsMessage: function noOptionsMessage() {
|
13105 |
return 'No options';
|
13106 |
},
|
@@ -13186,7 +13186,7 @@ function (_Component) {
|
|
13186 |
};
|
13187 |
|
13188 |
_this.cacheComponents = function (components) {
|
13189 |
-
_this.components =
|
13190 |
components: components
|
13191 |
});
|
13192 |
};
|
@@ -13487,7 +13487,7 @@ function (_Component) {
|
|
13487 |
|
13488 |
_this.onScroll = function (event) {
|
13489 |
if (typeof _this.props.closeMenuOnScroll === 'boolean') {
|
13490 |
-
if (event.target instanceof HTMLElement &&
|
13491 |
_this.props.onMenuClose();
|
13492 |
}
|
13493 |
} else if (typeof _this.props.closeMenuOnScroll === 'function') {
|
@@ -13909,22 +13909,22 @@ function (_Component) {
|
|
13909 |
};
|
13910 |
|
13911 |
var _value = _props.value;
|
13912 |
-
_this.cacheComponents =
|
13913 |
|
13914 |
_this.cacheComponents(_props.components);
|
13915 |
|
13916 |
_this.instancePrefix = 'react-select-' + (_this.props.instanceId || ++instanceId);
|
13917 |
|
13918 |
-
var _selectValue =
|
13919 |
|
13920 |
-
_this.buildMenuOptions =
|
13921 |
var _ref6 = newArgs,
|
13922 |
newProps = _ref6[0],
|
13923 |
newSelectValue = _ref6[1];
|
13924 |
var _ref7 = lastArgs,
|
13925 |
lastProps = _ref7[0],
|
13926 |
lastSelectValue = _ref7[1];
|
13927 |
-
return
|
13928 |
}).bind(_assertThisInitialized(_assertThisInitialized(_this)));
|
13929 |
|
13930 |
var _menuOptions = _props.menuIsOpen ? _this.buildMenuOptions(_props, _selectValue) : {
|
@@ -13963,7 +13963,7 @@ function (_Component) {
|
|
13963 |
this.cacheComponents(nextProps.components); // rebuild the menu options
|
13964 |
|
13965 |
if (nextProps.value !== value || nextProps.options !== options || nextProps.menuIsOpen !== menuIsOpen || nextProps.inputValue !== inputValue) {
|
13966 |
-
var selectValue =
|
13967 |
var menuOptions = nextProps.menuIsOpen ? this.buildMenuOptions(nextProps, selectValue) : {
|
13968 |
render: [],
|
13969 |
focusable: []
|
@@ -14001,7 +14001,7 @@ function (_Component) {
|
|
14001 |
|
14002 |
|
14003 |
if (this.menuListRef && this.focusedOptionRef && this.scrollToFocusedOptionOnUpdate) {
|
14004 |
-
|
14005 |
this.scrollToFocusedOptionOnUpdate = false;
|
14006 |
}
|
14007 |
};
|
@@ -14862,7 +14862,7 @@ Select.defaultProps = defaultProps;
|
|
14862 |
/*!************************************************!*\
|
14863 |
!*** ./src/blocks/advanced-heading/style.scss ***!
|
14864 |
\************************************************/
|
14865 |
-
/*!
|
14866 |
/***/ (function(module, exports) {
|
14867 |
|
14868 |
// removed by extract-text-webpack-plugin
|
@@ -14872,7 +14872,7 @@ Select.defaultProps = defaultProps;
|
|
14872 |
/*!*****************************************!*\
|
14873 |
!*** ./node_modules/lodash/toNumber.js ***!
|
14874 |
\*****************************************/
|
14875 |
-
/*!
|
14876 |
/*! all exports used */
|
14877 |
/***/ (function(module, exports, __webpack_require__) {
|
14878 |
|
@@ -14949,7 +14949,7 @@ module.exports = toNumber;
|
|
14949 |
/*!*************************************************!*\
|
14950 |
!*** ./node_modules/lodash/_baseAssignValue.js ***!
|
14951 |
\*************************************************/
|
14952 |
-
/*!
|
14953 |
/*! all exports used */
|
14954 |
/***/ (function(module, exports, __webpack_require__) {
|
14955 |
|
@@ -14985,7 +14985,7 @@ module.exports = baseAssignValue;
|
|
14985 |
/*!************************************************!*\
|
14986 |
!*** ./node_modules/lodash/_defineProperty.js ***!
|
14987 |
\************************************************/
|
14988 |
-
/*!
|
14989 |
/*! all exports used */
|
14990 |
/***/ (function(module, exports, __webpack_require__) {
|
14991 |
|
@@ -15007,7 +15007,7 @@ module.exports = defineProperty;
|
|
15007 |
/*!******************************************!*\
|
15008 |
!*** ./node_modules/lodash/_overRest.js ***!
|
15009 |
\******************************************/
|
15010 |
-
/*!
|
15011 |
/*! all exports used */
|
15012 |
/***/ (function(module, exports, __webpack_require__) {
|
15013 |
|
@@ -15054,7 +15054,7 @@ module.exports = overRest;
|
|
15054 |
/*!*********************************************!*\
|
15055 |
!*** ./node_modules/lodash/_setToString.js ***!
|
15056 |
\*********************************************/
|
15057 |
-
/*!
|
15058 |
/*! all exports used */
|
15059 |
/***/ (function(module, exports, __webpack_require__) {
|
15060 |
|
@@ -15079,7 +15079,7 @@ module.exports = setToString;
|
|
15079 |
/*!**********************************************************************!*\
|
15080 |
!*** ./node_modules/element-resize-detector/src/collection-utils.js ***!
|
15081 |
\**********************************************************************/
|
15082 |
-
/*!
|
15083 |
/*! all exports used */
|
15084 |
/***/ (function(module, exports, __webpack_require__) {
|
15085 |
|
@@ -15110,7 +15110,7 @@ utils.forEach = function(collection, callback) {
|
|
15110 |
/*!**********************************************************************!*\
|
15111 |
!*** ./node_modules/element-resize-detector/src/browser-detector.js ***!
|
15112 |
\**********************************************************************/
|
15113 |
-
/*!
|
15114 |
/*! all exports used */
|
15115 |
/***/ (function(module, exports, __webpack_require__) {
|
15116 |
|
@@ -15161,7 +15161,7 @@ detector.isLegacyOpera = function() {
|
|
15161 |
/*!***************************************!*\
|
15162 |
!*** ./node_modules/lodash/keysIn.js ***!
|
15163 |
\***************************************/
|
15164 |
-
/*!
|
15165 |
/*! all exports used */
|
15166 |
/***/ (function(module, exports, __webpack_require__) {
|
15167 |
|
@@ -15204,7 +15204,7 @@ module.exports = keysIn;
|
|
15204 |
/*!**********************************************!*\
|
15205 |
!*** ./node_modules/lodash/_getSymbolsIn.js ***!
|
15206 |
\**********************************************/
|
15207 |
-
/*!
|
15208 |
/*! all exports used */
|
15209 |
/***/ (function(module, exports, __webpack_require__) {
|
15210 |
|
@@ -15240,7 +15240,7 @@ module.exports = getSymbolsIn;
|
|
15240 |
/*!***********************************************!*\
|
15241 |
!*** ./node_modules/react-slick/lib/index.js ***!
|
15242 |
\***********************************************/
|
15243 |
-
/*!
|
15244 |
/*! exports used: default */
|
15245 |
/***/ (function(module, exports, __webpack_require__) {
|
15246 |
|
@@ -15262,7 +15262,7 @@ exports.default = _slider2.default;
|
|
15262 |
/*!*********************************************!*\
|
15263 |
!*** ./node_modules/enquire.js/src/Util.js ***!
|
15264 |
\*********************************************/
|
15265 |
-
/*!
|
15266 |
/*! all exports used */
|
15267 |
/***/ (function(module, exports) {
|
15268 |
|
@@ -15675,36 +15675,36 @@ function inlineStyles(props, isEditor) {
|
|
15675 |
|
15676 |
|
15677 |
var style = {
|
15678 |
-
"padding-top":
|
15679 |
-
"padding-bottom":
|
15680 |
-
"padding-left":
|
15681 |
-
"padding-right":
|
15682 |
-
"border-radius":
|
15683 |
};
|
15684 |
|
15685 |
if ("right" == align) {
|
15686 |
style["margin-left"] = "auto";
|
15687 |
-
style["margin-top"] =
|
15688 |
-
style["margin-bottom"] =
|
15689 |
-
style["margin-right"] =
|
15690 |
} else if ("left" == align) {
|
15691 |
style["margin-right"] = "auto";
|
15692 |
-
style["margin-top"] =
|
15693 |
-
style["margin-bottom"] =
|
15694 |
-
style["margin-left"] =
|
15695 |
} else if ("center" == align) {
|
15696 |
style["margin-right"] = "auto";
|
15697 |
style["margin-left"] = "auto";
|
15698 |
-
style["margin-top"] =
|
15699 |
-
style["margin-bottom"] =
|
15700 |
} else {
|
15701 |
-
style["margin-top"] =
|
15702 |
-
style["margin-bottom"] =
|
15703 |
}
|
15704 |
|
15705 |
if (borderStyle != "none") {
|
15706 |
style["border-style"] = borderStyle;
|
15707 |
-
style["border-width"] =
|
15708 |
style["border-color"] = borderColor;
|
15709 |
}
|
15710 |
|
@@ -15986,7 +15986,7 @@ var attributes = {
|
|
15986 |
/*!***********************************************************!*\
|
15987 |
!*** ./node_modules/react-transition-group/Transition.js ***!
|
15988 |
\***********************************************************/
|
15989 |
-
/*!
|
15990 |
/*! all exports used */
|
15991 |
/***/ (function(module, exports, __webpack_require__) {
|
15992 |
|
@@ -16779,7 +16779,7 @@ function polyfill(Component) {
|
|
16779 |
/*!****************************************************************!*\
|
16780 |
!*** ./node_modules/react-transition-group/utils/PropTypes.js ***!
|
16781 |
\****************************************************************/
|
16782 |
-
/*!
|
16783 |
/*! all exports used */
|
16784 |
/***/ (function(module, exports, __webpack_require__) {
|
16785 |
|
@@ -16819,7 +16819,7 @@ exports.classNamesShape = classNamesShape;
|
|
16819 |
/*!****************************************************************!*\
|
16820 |
!*** ./node_modules/react-transition-group/TransitionGroup.js ***!
|
16821 |
\****************************************************************/
|
16822 |
-
/*!
|
16823 |
/*! all exports used */
|
16824 |
/***/ (function(module, exports, __webpack_require__) {
|
16825 |
|
@@ -17134,17 +17134,17 @@ function InfoBoxStyle(props) {
|
|
17134 |
var selectors = {
|
17135 |
// Icon css
|
17136 |
" .uagb-ifb-icon": {
|
17137 |
-
"height":
|
17138 |
-
"width":
|
17139 |
-
"line-height":
|
17140 |
},
|
17141 |
" .uagb-ifb-icon > span": {
|
17142 |
-
"font-size":
|
17143 |
-
"height":
|
17144 |
"color": iconColor,
|
17145 |
"fill": iconColor,
|
17146 |
-
"width":
|
17147 |
-
"line-height":
|
17148 |
},
|
17149 |
" .uagb-ifb-icon > svg": {
|
17150 |
"fill": iconColor
|
@@ -17159,17 +17159,17 @@ function InfoBoxStyle(props) {
|
|
17159 |
"fill": iconHover
|
17160 |
},
|
17161 |
" .uagb-infobox__content-wrap .uagb-ifb-imgicon-wrap": {
|
17162 |
-
"margin-left":
|
17163 |
-
"margin-right":
|
17164 |
-
"margin-top":
|
17165 |
-
"margin-bottom":
|
17166 |
},
|
17167 |
" .uagb-infobox .uagb-ifb-image-content img": {
|
17168 |
-
"border-radius":
|
17169 |
},
|
17170 |
// CTA style
|
17171 |
" .uagb-infobox-cta-link": {
|
17172 |
-
"font-size":
|
17173 |
"font-family": ctaFontFamily,
|
17174 |
"font-weight": ctaFontWeight,
|
17175 |
"color": ctaLinkColor
|
@@ -17178,16 +17178,16 @@ function InfoBoxStyle(props) {
|
|
17178 |
"color": ctaLinkHoverColor
|
17179 |
},
|
17180 |
" .uagb-infobox-cta-link .uagb-ifb-text-icon": {
|
17181 |
-
"font-size":
|
17182 |
-
"height":
|
17183 |
-
"width":
|
17184 |
-
"line-height":
|
17185 |
},
|
17186 |
" .uagb-infobox-cta-link .uagb-ifb-button-icon": {
|
17187 |
-
"font-size":
|
17188 |
-
"height":
|
17189 |
-
"width":
|
17190 |
-
"line-height":
|
17191 |
},
|
17192 |
" .uagb-infobox-cta-link svg": {
|
17193 |
"fill": ctaLinkColor
|
@@ -17200,12 +17200,12 @@ function InfoBoxStyle(props) {
|
|
17200 |
"background-color": ctaBgColor,
|
17201 |
"border-style": ctaBorderStyle,
|
17202 |
"border-color": ctaBorderColor,
|
17203 |
-
"border-radius":
|
17204 |
-
"border-width":
|
17205 |
-
"padding-top":
|
17206 |
-
"padding-bottom":
|
17207 |
-
"padding-left":
|
17208 |
-
"padding-right":
|
17209 |
},
|
17210 |
" .uagb-ifb-button-wrapper:hover .uagb-infobox-cta-link": {
|
17211 |
"color": ctaLinkHoverColor,
|
@@ -17220,57 +17220,57 @@ function InfoBoxStyle(props) {
|
|
17220 |
},
|
17221 |
// Prefix Style
|
17222 |
" .block-editor-rich-text__editable.uagb-ifb-title-prefix": {
|
17223 |
-
"font-size":
|
17224 |
"font-family": prefixFontFamily,
|
17225 |
"font-weight": prefixFontWeight,
|
17226 |
-
"line-height":
|
17227 |
"color": prefixColor,
|
17228 |
-
"margin-bottom":
|
17229 |
},
|
17230 |
// Title Style
|
17231 |
" .block-editor-rich-text__editable.uagb-ifb-title": {
|
17232 |
-
"font-size":
|
17233 |
"font-family": headFontFamily,
|
17234 |
"font-weight": headFontWeight,
|
17235 |
-
"line-height":
|
17236 |
"color": headingColor,
|
17237 |
-
"margin-bottom":
|
17238 |
},
|
17239 |
// Description Style
|
17240 |
" .block-editor-rich-text__editable.uagb-ifb-desc": {
|
17241 |
-
"font-size":
|
17242 |
"font-family": subHeadFontFamily,
|
17243 |
"font-weight": subHeadFontWeight,
|
17244 |
-
"line-height":
|
17245 |
"color": subHeadingColor,
|
17246 |
-
"margin-bottom":
|
17247 |
},
|
17248 |
// Seperator
|
17249 |
" .uagb-ifb-separator": {
|
17250 |
-
"width":
|
17251 |
-
"border-top-width":
|
17252 |
"border-top-color": seperatorColor,
|
17253 |
"border-top-style": seperatorStyle
|
17254 |
},
|
17255 |
" .uagb-ifb-separator-parent": {
|
17256 |
-
"margin-bottom":
|
17257 |
},
|
17258 |
" .uagb-ifb-content": {
|
17259 |
"padding": typeof blockPadding != "undefined" ? blockPadding + "px" : "inherit"
|
17260 |
},
|
17261 |
" .uagb-ifb-align-icon-after": {
|
17262 |
-
"margin-left":
|
17263 |
},
|
17264 |
" .uagb-ifb-align-icon-before": {
|
17265 |
-
"margin-right":
|
17266 |
}
|
17267 |
};
|
17268 |
|
17269 |
if (imageWidthType) {
|
17270 |
// Image
|
17271 |
selectors[" .uagb-ifb-image-content img"] = {
|
17272 |
-
"width":
|
17273 |
-
"max-width":
|
17274 |
};
|
17275 |
}
|
17276 |
|
@@ -17282,70 +17282,70 @@ function InfoBoxStyle(props) {
|
|
17282 |
|
17283 |
var tablet_selectors = {
|
17284 |
" .block-editor-rich-text__editable.uagb-ifb-desc": {
|
17285 |
-
"font-size":
|
17286 |
-
"line-height":
|
17287 |
},
|
17288 |
" .block-editor-rich-text__editable.uagb-ifb-title": {
|
17289 |
-
"font-size":
|
17290 |
-
"line-height":
|
17291 |
},
|
17292 |
" .block-editor-rich-text__editable.uagb-ifb-title-prefix": {
|
17293 |
-
"font-size":
|
17294 |
-
"line-height":
|
17295 |
},
|
17296 |
" .uagb-infobox-cta-link": {
|
17297 |
-
"font-size":
|
17298 |
},
|
17299 |
" .uagb-infobox-cta-link .uagb-ifb-text-icon": {
|
17300 |
-
"font-size":
|
17301 |
-
"height":
|
17302 |
-
"line-height":
|
17303 |
-
"width":
|
17304 |
},
|
17305 |
" .uagb-infobox-cta-link .uagb-ifb-button-icon": {
|
17306 |
-
"font-size":
|
17307 |
-
"height":
|
17308 |
-
"line-height":
|
17309 |
-
"width":
|
17310 |
}
|
17311 |
};
|
17312 |
|
17313 |
var mobile_selectors = {
|
17314 |
" .block-editor-rich-text__editable.uagb-ifb-desc": {
|
17315 |
-
"font-size":
|
17316 |
-
"line-height":
|
17317 |
},
|
17318 |
" .block-editor-rich-text__editable.uagb-ifb-title": {
|
17319 |
-
"font-size":
|
17320 |
-
"line-height":
|
17321 |
},
|
17322 |
" .block-editor-rich-text__editable.uagb-ifb-title-prefix": {
|
17323 |
-
"font-size":
|
17324 |
-
"line-height":
|
17325 |
},
|
17326 |
" .uagb-infobox-cta-link": {
|
17327 |
-
"font-size":
|
17328 |
},
|
17329 |
" .uagb-infobox-cta-link .uagb-ifb-text-icon": {
|
17330 |
-
"font-size":
|
17331 |
-
"height":
|
17332 |
-
"line-height":
|
17333 |
-
"width":
|
17334 |
},
|
17335 |
" .uagb-infobox-cta-link .uagb-ifb-button-icon": {
|
17336 |
-
"font-size":
|
17337 |
-
"height":
|
17338 |
-
"line-height":
|
17339 |
-
"width":
|
17340 |
}
|
17341 |
};
|
17342 |
|
17343 |
var id = ".block-editor-page #wpwrap .uagb-block-" + props.clientId.substr(0, 8);
|
17344 |
-
var styling_css =
|
17345 |
|
17346 |
-
styling_css +=
|
17347 |
|
17348 |
-
styling_css +=
|
17349 |
return styling_css;
|
17350 |
}
|
17351 |
|
@@ -19140,7 +19140,7 @@ var attributes = {
|
|
19140 |
/*!****************************************!*\
|
19141 |
!*** ./src/blocks/timeline/style.scss ***!
|
19142 |
\****************************************/
|
19143 |
-
/*!
|
19144 |
/***/ (function(module, exports) {
|
19145 |
|
19146 |
// removed by extract-text-webpack-plugin
|
@@ -21510,7 +21510,7 @@ var TableOfContents = function (_React$Component) {
|
|
21510 |
/*!*************************************************!*\
|
21511 |
!*** ./node_modules/striptags/src/striptags.js ***!
|
21512 |
\*************************************************/
|
21513 |
-
/*!
|
21514 |
/*! all exports used */
|
21515 |
/***/ (function(module, exports, __webpack_require__) {
|
21516 |
|
@@ -21737,7 +21737,7 @@ var __WEBPACK_AMD_DEFINE_RESULT__;
|
|
21737 |
|
21738 |
if (true) {
|
21739 |
// AMD
|
21740 |
-
!(__WEBPACK_AMD_DEFINE_RESULT__ =
|
21741 |
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
|
21742 |
}
|
21743 |
|
@@ -21758,7 +21758,7 @@ var __WEBPACK_AMD_DEFINE_RESULT__;
|
|
21758 |
/*!**************************************!*\
|
21759 |
!*** ./src/blocks/how-to/style.scss ***!
|
21760 |
\**************************************/
|
21761 |
-
/*!
|
21762 |
/***/ (function(module, exports) {
|
21763 |
|
21764 |
// removed by extract-text-webpack-plugin
|
@@ -21814,7 +21814,7 @@ var attributes = {
|
|
21814 |
/*!***********************!*\
|
21815 |
!*** ./src/blocks.js ***!
|
21816 |
\***********************/
|
21817 |
-
/*!
|
21818 |
/*! all exports used */
|
21819 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
21820 |
|
@@ -21902,7 +21902,7 @@ updateCategory("uagb", {
|
|
21902 |
/*!**********************************************!*\
|
21903 |
!*** ./src/blocks/advanced-heading/block.js ***!
|
21904 |
\**********************************************/
|
21905 |
-
/*!
|
21906 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
21907 |
|
21908 |
"use strict";
|
@@ -22044,7 +22044,7 @@ var UAGBAdvancedHeading = function (_Component) {
|
|
22044 |
var element = document.getElementById("uagb-adv-heading-style-" + this.props.clientId.substr(0, 8));
|
22045 |
|
22046 |
if (null !== element && undefined !== element) {
|
22047 |
-
element.innerHTML =
|
22048 |
}
|
22049 |
}
|
22050 |
|
@@ -22394,7 +22394,7 @@ var UAGBAdvancedHeading = function (_Component) {
|
|
22394 |
wp.element.createElement(
|
22395 |
"div",
|
22396 |
{
|
22397 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
22398 |
},
|
22399 |
wp.element.createElement(RichText, {
|
22400 |
tagName: headingTag,
|
@@ -22521,8 +22521,8 @@ function styling(props) {
|
|
22521 |
"text-align": headingAlign,
|
22522 |
"font-family": subHeadFontFamily,
|
22523 |
"font-weight": subHeadFontWeight,
|
22524 |
-
"font-size":
|
22525 |
-
"line-height":
|
22526 |
"color": subHeadingColor
|
22527 |
}
|
22528 |
};
|
@@ -22531,47 +22531,47 @@ function styling(props) {
|
|
22531 |
"text-align": headingAlign,
|
22532 |
"font-family": headFontFamily,
|
22533 |
"font-weight": headFontWeight,
|
22534 |
-
"font-size":
|
22535 |
-
"line-height":
|
22536 |
"color": headingColor,
|
22537 |
-
"margin-bottom":
|
22538 |
};
|
22539 |
|
22540 |
if (seperatorStyle !== "none") {
|
22541 |
selectors[" .uagb-separator"] = {
|
22542 |
"border-top-style": seperatorStyle,
|
22543 |
-
"border-top-width":
|
22544 |
-
"width":
|
22545 |
"border-color": separatorColor,
|
22546 |
-
"margin-bottom":
|
22547 |
};
|
22548 |
}
|
22549 |
|
22550 |
tablet_selectors[" " + headingTag + ".block-editor-rich-text__editable.uagb-heading-text"] = {
|
22551 |
-
"font-size":
|
22552 |
-
"line-height":
|
22553 |
};
|
22554 |
tablet_selectors[" .block-editor-rich-text__editable.uagb-desc-text"] = {
|
22555 |
-
"font-size":
|
22556 |
-
"line-height":
|
22557 |
};
|
22558 |
|
22559 |
mobile_selectors[" " + headingTag + ".block-editor-rich-text__editable.uagb-heading-text"] = {
|
22560 |
-
"font-size":
|
22561 |
-
"line-height":
|
22562 |
};
|
22563 |
mobile_selectors[" .block-editor-rich-text__editable.uagb-desc-text"] = {
|
22564 |
-
"font-size":
|
22565 |
-
"line-height":
|
22566 |
};
|
22567 |
|
22568 |
var base_selector = ".block-editor-page #wpwrap .uagb-block-" + props.clientId.substr(0, 8);
|
22569 |
|
22570 |
-
var styling_css =
|
22571 |
|
22572 |
-
styling_css +=
|
22573 |
|
22574 |
-
styling_css +=
|
22575 |
|
22576 |
return styling_css;
|
22577 |
}
|
@@ -22758,7 +22758,7 @@ function FontFamilyControl(props) {
|
|
22758 |
/*!*********************************************!*\
|
22759 |
!*** ./node_modules/lodash/_baseMatches.js ***!
|
22760 |
\*********************************************/
|
22761 |
-
/*!
|
22762 |
/*! all exports used */
|
22763 |
/***/ (function(module, exports, __webpack_require__) {
|
22764 |
|
@@ -22791,7 +22791,7 @@ module.exports = baseMatches;
|
|
22791 |
/*!*********************************************!*\
|
22792 |
!*** ./node_modules/lodash/_baseIsMatch.js ***!
|
22793 |
\*********************************************/
|
22794 |
-
/*!
|
22795 |
/*! all exports used */
|
22796 |
/***/ (function(module, exports, __webpack_require__) {
|
22797 |
|
@@ -22864,7 +22864,7 @@ module.exports = baseIsMatch;
|
|
22864 |
/*!************************************************!*\
|
22865 |
!*** ./node_modules/lodash/_listCacheClear.js ***!
|
22866 |
\************************************************/
|
22867 |
-
/*!
|
22868 |
/*! all exports used */
|
22869 |
/***/ (function(module, exports) {
|
22870 |
|
@@ -22888,7 +22888,7 @@ module.exports = listCacheClear;
|
|
22888 |
/*!*************************************************!*\
|
22889 |
!*** ./node_modules/lodash/_listCacheDelete.js ***!
|
22890 |
\*************************************************/
|
22891 |
-
/*!
|
22892 |
/*! all exports used */
|
22893 |
/***/ (function(module, exports, __webpack_require__) {
|
22894 |
|
@@ -22934,7 +22934,7 @@ module.exports = listCacheDelete;
|
|
22934 |
/*!**********************************************!*\
|
22935 |
!*** ./node_modules/lodash/_listCacheGet.js ***!
|
22936 |
\**********************************************/
|
22937 |
-
/*!
|
22938 |
/*! all exports used */
|
22939 |
/***/ (function(module, exports, __webpack_require__) {
|
22940 |
|
@@ -22964,7 +22964,7 @@ module.exports = listCacheGet;
|
|
22964 |
/*!**********************************************!*\
|
22965 |
!*** ./node_modules/lodash/_listCacheHas.js ***!
|
22966 |
\**********************************************/
|
22967 |
-
/*!
|
22968 |
/*! all exports used */
|
22969 |
/***/ (function(module, exports, __webpack_require__) {
|
22970 |
|
@@ -22991,7 +22991,7 @@ module.exports = listCacheHas;
|
|
22991 |
/*!**********************************************!*\
|
22992 |
!*** ./node_modules/lodash/_listCacheSet.js ***!
|
22993 |
\**********************************************/
|
22994 |
-
/*!
|
22995 |
/*! all exports used */
|
22996 |
/***/ (function(module, exports, __webpack_require__) {
|
22997 |
|
@@ -23028,7 +23028,7 @@ module.exports = listCacheSet;
|
|
23028 |
/*!********************************************!*\
|
23029 |
!*** ./node_modules/lodash/_stackClear.js ***!
|
23030 |
\********************************************/
|
23031 |
-
/*!
|
23032 |
/*! all exports used */
|
23033 |
/***/ (function(module, exports, __webpack_require__) {
|
23034 |
|
@@ -23054,7 +23054,7 @@ module.exports = stackClear;
|
|
23054 |
/*!*********************************************!*\
|
23055 |
!*** ./node_modules/lodash/_stackDelete.js ***!
|
23056 |
\*********************************************/
|
23057 |
-
/*!
|
23058 |
/*! all exports used */
|
23059 |
/***/ (function(module, exports) {
|
23060 |
|
@@ -23083,7 +23083,7 @@ module.exports = stackDelete;
|
|
23083 |
/*!******************************************!*\
|
23084 |
!*** ./node_modules/lodash/_stackGet.js ***!
|
23085 |
\******************************************/
|
23086 |
-
/*!
|
23087 |
/*! all exports used */
|
23088 |
/***/ (function(module, exports) {
|
23089 |
|
@@ -23108,7 +23108,7 @@ module.exports = stackGet;
|
|
23108 |
/*!******************************************!*\
|
23109 |
!*** ./node_modules/lodash/_stackHas.js ***!
|
23110 |
\******************************************/
|
23111 |
-
/*!
|
23112 |
/*! all exports used */
|
23113 |
/***/ (function(module, exports) {
|
23114 |
|
@@ -23133,7 +23133,7 @@ module.exports = stackHas;
|
|
23133 |
/*!******************************************!*\
|
23134 |
!*** ./node_modules/lodash/_stackSet.js ***!
|
23135 |
\******************************************/
|
23136 |
-
/*!
|
23137 |
/*! all exports used */
|
23138 |
/***/ (function(module, exports, __webpack_require__) {
|
23139 |
|
@@ -23178,7 +23178,7 @@ module.exports = stackSet;
|
|
23178 |
/*!**********************************************!*\
|
23179 |
!*** ./node_modules/lodash/_baseIsNative.js ***!
|
23180 |
\**********************************************/
|
23181 |
-
/*!
|
23182 |
/*! all exports used */
|
23183 |
/***/ (function(module, exports, __webpack_require__) {
|
23184 |
|
@@ -23236,7 +23236,7 @@ module.exports = baseIsNative;
|
|
23236 |
/*!*******************************************!*\
|
23237 |
!*** ./node_modules/lodash/_getRawTag.js ***!
|
23238 |
\*******************************************/
|
23239 |
-
/*!
|
23240 |
/*! all exports used */
|
23241 |
/***/ (function(module, exports, __webpack_require__) {
|
23242 |
|
@@ -23293,7 +23293,7 @@ module.exports = getRawTag;
|
|
23293 |
/*!************************************************!*\
|
23294 |
!*** ./node_modules/lodash/_objectToString.js ***!
|
23295 |
\************************************************/
|
23296 |
-
/*!
|
23297 |
/*! all exports used */
|
23298 |
/***/ (function(module, exports) {
|
23299 |
|
@@ -23326,7 +23326,7 @@ module.exports = objectToString;
|
|
23326 |
/*!******************************************!*\
|
23327 |
!*** ./node_modules/lodash/_isMasked.js ***!
|
23328 |
\******************************************/
|
23329 |
-
/*!
|
23330 |
/*! all exports used */
|
23331 |
/***/ (function(module, exports, __webpack_require__) {
|
23332 |
|
@@ -23357,7 +23357,7 @@ module.exports = isMasked;
|
|
23357 |
/*!********************************************!*\
|
23358 |
!*** ./node_modules/lodash/_coreJsData.js ***!
|
23359 |
\********************************************/
|
23360 |
-
/*!
|
23361 |
/*! all exports used */
|
23362 |
/***/ (function(module, exports, __webpack_require__) {
|
23363 |
|
@@ -23374,7 +23374,7 @@ module.exports = coreJsData;
|
|
23374 |
/*!******************************************!*\
|
23375 |
!*** ./node_modules/lodash/_getValue.js ***!
|
23376 |
\******************************************/
|
23377 |
-
/*!
|
23378 |
/*! all exports used */
|
23379 |
/***/ (function(module, exports) {
|
23380 |
|
@@ -23398,7 +23398,7 @@ module.exports = getValue;
|
|
23398 |
/*!***********************************************!*\
|
23399 |
!*** ./node_modules/lodash/_mapCacheClear.js ***!
|
23400 |
\***********************************************/
|
23401 |
-
/*!
|
23402 |
/*! all exports used */
|
23403 |
/***/ (function(module, exports, __webpack_require__) {
|
23404 |
|
@@ -23430,7 +23430,7 @@ module.exports = mapCacheClear;
|
|
23430 |
/*!**************************************!*\
|
23431 |
!*** ./node_modules/lodash/_Hash.js ***!
|
23432 |
\**************************************/
|
23433 |
-
/*!
|
23434 |
/*! all exports used */
|
23435 |
/***/ (function(module, exports, __webpack_require__) {
|
23436 |
|
@@ -23473,7 +23473,7 @@ module.exports = Hash;
|
|
23473 |
/*!*******************************************!*\
|
23474 |
!*** ./node_modules/lodash/_hashClear.js ***!
|
23475 |
\*******************************************/
|
23476 |
-
/*!
|
23477 |
/*! all exports used */
|
23478 |
/***/ (function(module, exports, __webpack_require__) {
|
23479 |
|
@@ -23499,7 +23499,7 @@ module.exports = hashClear;
|
|
23499 |
/*!********************************************!*\
|
23500 |
!*** ./node_modules/lodash/_hashDelete.js ***!
|
23501 |
\********************************************/
|
23502 |
-
/*!
|
23503 |
/*! all exports used */
|
23504 |
/***/ (function(module, exports) {
|
23505 |
|
@@ -23527,7 +23527,7 @@ module.exports = hashDelete;
|
|
23527 |
/*!*****************************************!*\
|
23528 |
!*** ./node_modules/lodash/_hashGet.js ***!
|
23529 |
\*****************************************/
|
23530 |
-
/*!
|
23531 |
/*! all exports used */
|
23532 |
/***/ (function(module, exports, __webpack_require__) {
|
23533 |
|
@@ -23568,7 +23568,7 @@ module.exports = hashGet;
|
|
23568 |
/*!*****************************************!*\
|
23569 |
!*** ./node_modules/lodash/_hashHas.js ***!
|
23570 |
\*****************************************/
|
23571 |
-
/*!
|
23572 |
/*! all exports used */
|
23573 |
/***/ (function(module, exports, __webpack_require__) {
|
23574 |
|
@@ -23602,7 +23602,7 @@ module.exports = hashHas;
|
|
23602 |
/*!*****************************************!*\
|
23603 |
!*** ./node_modules/lodash/_hashSet.js ***!
|
23604 |
\*****************************************/
|
23605 |
-
/*!
|
23606 |
/*! all exports used */
|
23607 |
/***/ (function(module, exports, __webpack_require__) {
|
23608 |
|
@@ -23636,7 +23636,7 @@ module.exports = hashSet;
|
|
23636 |
/*!************************************************!*\
|
23637 |
!*** ./node_modules/lodash/_mapCacheDelete.js ***!
|
23638 |
\************************************************/
|
23639 |
-
/*!
|
23640 |
/*! all exports used */
|
23641 |
/***/ (function(module, exports, __webpack_require__) {
|
23642 |
|
@@ -23665,7 +23665,7 @@ module.exports = mapCacheDelete;
|
|
23665 |
/*!*******************************************!*\
|
23666 |
!*** ./node_modules/lodash/_isKeyable.js ***!
|
23667 |
\*******************************************/
|
23668 |
-
/*!
|
23669 |
/*! all exports used */
|
23670 |
/***/ (function(module, exports) {
|
23671 |
|
@@ -23691,7 +23691,7 @@ module.exports = isKeyable;
|
|
23691 |
/*!*********************************************!*\
|
23692 |
!*** ./node_modules/lodash/_mapCacheGet.js ***!
|
23693 |
\*********************************************/
|
23694 |
-
/*!
|
23695 |
/*! all exports used */
|
23696 |
/***/ (function(module, exports, __webpack_require__) {
|
23697 |
|
@@ -23718,7 +23718,7 @@ module.exports = mapCacheGet;
|
|
23718 |
/*!*********************************************!*\
|
23719 |
!*** ./node_modules/lodash/_mapCacheHas.js ***!
|
23720 |
\*********************************************/
|
23721 |
-
/*!
|
23722 |
/*! all exports used */
|
23723 |
/***/ (function(module, exports, __webpack_require__) {
|
23724 |
|
@@ -23745,7 +23745,7 @@ module.exports = mapCacheHas;
|
|
23745 |
/*!*********************************************!*\
|
23746 |
!*** ./node_modules/lodash/_mapCacheSet.js ***!
|
23747 |
\*********************************************/
|
23748 |
-
/*!
|
23749 |
/*! all exports used */
|
23750 |
/***/ (function(module, exports, __webpack_require__) {
|
23751 |
|
@@ -23778,7 +23778,7 @@ module.exports = mapCacheSet;
|
|
23778 |
/*!*************************************************!*\
|
23779 |
!*** ./node_modules/lodash/_baseIsEqualDeep.js ***!
|
23780 |
\*************************************************/
|
23781 |
-
/*!
|
23782 |
/*! all exports used */
|
23783 |
/***/ (function(module, exports, __webpack_require__) {
|
23784 |
|
@@ -23872,7 +23872,7 @@ module.exports = baseIsEqualDeep;
|
|
23872 |
/*!******************************************!*\
|
23873 |
!*** ./node_modules/lodash/_SetCache.js ***!
|
23874 |
\******************************************/
|
23875 |
-
/*!
|
23876 |
/*! all exports used */
|
23877 |
/***/ (function(module, exports, __webpack_require__) {
|
23878 |
|
@@ -23910,7 +23910,7 @@ module.exports = SetCache;
|
|
23910 |
/*!*********************************************!*\
|
23911 |
!*** ./node_modules/lodash/_setCacheAdd.js ***!
|
23912 |
\*********************************************/
|
23913 |
-
/*!
|
23914 |
/*! all exports used */
|
23915 |
/***/ (function(module, exports) {
|
23916 |
|
@@ -23940,7 +23940,7 @@ module.exports = setCacheAdd;
|
|
23940 |
/*!*********************************************!*\
|
23941 |
!*** ./node_modules/lodash/_setCacheHas.js ***!
|
23942 |
\*********************************************/
|
23943 |
-
/*!
|
23944 |
/*! all exports used */
|
23945 |
/***/ (function(module, exports) {
|
23946 |
|
@@ -23965,7 +23965,7 @@ module.exports = setCacheHas;
|
|
23965 |
/*!*******************************************!*\
|
23966 |
!*** ./node_modules/lodash/_arraySome.js ***!
|
23967 |
\*******************************************/
|
23968 |
-
/*!
|
23969 |
/*! all exports used */
|
23970 |
/***/ (function(module, exports) {
|
23971 |
|
@@ -23999,7 +23999,7 @@ module.exports = arraySome;
|
|
23999 |
/*!******************************************!*\
|
24000 |
!*** ./node_modules/lodash/_cacheHas.js ***!
|
24001 |
\******************************************/
|
24002 |
-
/*!
|
24003 |
/*! all exports used */
|
24004 |
/***/ (function(module, exports) {
|
24005 |
|
@@ -24023,7 +24023,7 @@ module.exports = cacheHas;
|
|
24023 |
/*!********************************************!*\
|
24024 |
!*** ./node_modules/lodash/_equalByTag.js ***!
|
24025 |
\********************************************/
|
24026 |
-
/*!
|
24027 |
/*! all exports used */
|
24028 |
/***/ (function(module, exports, __webpack_require__) {
|
24029 |
|
@@ -24146,7 +24146,7 @@ module.exports = equalByTag;
|
|
24146 |
/*!********************************************!*\
|
24147 |
!*** ./node_modules/lodash/_mapToArray.js ***!
|
24148 |
\********************************************/
|
24149 |
-
/*!
|
24150 |
/*! all exports used */
|
24151 |
/***/ (function(module, exports) {
|
24152 |
|
@@ -24175,7 +24175,7 @@ module.exports = mapToArray;
|
|
24175 |
/*!********************************************!*\
|
24176 |
!*** ./node_modules/lodash/_setToArray.js ***!
|
24177 |
\********************************************/
|
24178 |
-
/*!
|
24179 |
/*! all exports used */
|
24180 |
/***/ (function(module, exports) {
|
24181 |
|
@@ -24204,7 +24204,7 @@ module.exports = setToArray;
|
|
24204 |
/*!**********************************************!*\
|
24205 |
!*** ./node_modules/lodash/_equalObjects.js ***!
|
24206 |
\**********************************************/
|
24207 |
-
/*!
|
24208 |
/*! all exports used */
|
24209 |
/***/ (function(module, exports, __webpack_require__) {
|
24210 |
|
@@ -24304,7 +24304,7 @@ module.exports = equalObjects;
|
|
24304 |
/*!*********************************************!*\
|
24305 |
!*** ./node_modules/lodash/_arrayFilter.js ***!
|
24306 |
\*********************************************/
|
24307 |
-
/*!
|
24308 |
/*! all exports used */
|
24309 |
/***/ (function(module, exports) {
|
24310 |
|
@@ -24340,7 +24340,7 @@ module.exports = arrayFilter;
|
|
24340 |
/*!*************************************************!*\
|
24341 |
!*** ./node_modules/lodash/_baseIsArguments.js ***!
|
24342 |
\*************************************************/
|
24343 |
-
/*!
|
24344 |
/*! all exports used */
|
24345 |
/***/ (function(module, exports, __webpack_require__) {
|
24346 |
|
@@ -24369,7 +24369,7 @@ module.exports = baseIsArguments;
|
|
24369 |
/*!******************************************!*\
|
24370 |
!*** ./node_modules/lodash/stubFalse.js ***!
|
24371 |
\******************************************/
|
24372 |
-
/*!
|
24373 |
/*! all exports used */
|
24374 |
/***/ (function(module, exports) {
|
24375 |
|
@@ -24398,7 +24398,7 @@ module.exports = stubFalse;
|
|
24398 |
/*!**************************************************!*\
|
24399 |
!*** ./node_modules/lodash/_baseIsTypedArray.js ***!
|
24400 |
\**************************************************/
|
24401 |
-
/*!
|
24402 |
/*! all exports used */
|
24403 |
/***/ (function(module, exports, __webpack_require__) {
|
24404 |
|
@@ -24469,7 +24469,7 @@ module.exports = baseIsTypedArray;
|
|
24469 |
/*!******************************************!*\
|
24470 |
!*** ./node_modules/lodash/_baseKeys.js ***!
|
24471 |
\******************************************/
|
24472 |
-
/*!
|
24473 |
/*! all exports used */
|
24474 |
/***/ (function(module, exports, __webpack_require__) {
|
24475 |
|
@@ -24510,7 +24510,7 @@ module.exports = baseKeys;
|
|
24510 |
/*!********************************************!*\
|
24511 |
!*** ./node_modules/lodash/_nativeKeys.js ***!
|
24512 |
\********************************************/
|
24513 |
-
/*!
|
24514 |
/*! all exports used */
|
24515 |
/***/ (function(module, exports, __webpack_require__) {
|
24516 |
|
@@ -24527,7 +24527,7 @@ module.exports = nativeKeys;
|
|
24527 |
/*!******************************************!*\
|
24528 |
!*** ./node_modules/lodash/_DataView.js ***!
|
24529 |
\******************************************/
|
24530 |
-
/*!
|
24531 |
/*! all exports used */
|
24532 |
/***/ (function(module, exports, __webpack_require__) {
|
24533 |
|
@@ -24545,7 +24545,7 @@ module.exports = DataView;
|
|
24545 |
/*!*****************************************!*\
|
24546 |
!*** ./node_modules/lodash/_Promise.js ***!
|
24547 |
\*****************************************/
|
24548 |
-
/*!
|
24549 |
/*! all exports used */
|
24550 |
/***/ (function(module, exports, __webpack_require__) {
|
24551 |
|
@@ -24563,7 +24563,7 @@ module.exports = Promise;
|
|
24563 |
/*!*************************************!*\
|
24564 |
!*** ./node_modules/lodash/_Set.js ***!
|
24565 |
\*************************************/
|
24566 |
-
/*!
|
24567 |
/*! all exports used */
|
24568 |
/***/ (function(module, exports, __webpack_require__) {
|
24569 |
|
@@ -24581,7 +24581,7 @@ module.exports = Set;
|
|
24581 |
/*!*****************************************!*\
|
24582 |
!*** ./node_modules/lodash/_WeakMap.js ***!
|
24583 |
\*****************************************/
|
24584 |
-
/*!
|
24585 |
/*! all exports used */
|
24586 |
/***/ (function(module, exports, __webpack_require__) {
|
24587 |
|
@@ -24599,7 +24599,7 @@ module.exports = WeakMap;
|
|
24599 |
/*!**********************************************!*\
|
24600 |
!*** ./node_modules/lodash/_getMatchData.js ***!
|
24601 |
\**********************************************/
|
24602 |
-
/*!
|
24603 |
/*! all exports used */
|
24604 |
/***/ (function(module, exports, __webpack_require__) {
|
24605 |
|
@@ -24634,7 +24634,7 @@ module.exports = getMatchData;
|
|
24634 |
/*!*****************************************************!*\
|
24635 |
!*** ./node_modules/lodash/_baseMatchesProperty.js ***!
|
24636 |
\*****************************************************/
|
24637 |
-
/*!
|
24638 |
/*! all exports used */
|
24639 |
/***/ (function(module, exports, __webpack_require__) {
|
24640 |
|
@@ -24678,7 +24678,7 @@ module.exports = baseMatchesProperty;
|
|
24678 |
/*!**********************************************!*\
|
24679 |
!*** ./node_modules/lodash/_stringToPath.js ***!
|
24680 |
\**********************************************/
|
24681 |
-
/*!
|
24682 |
/*! all exports used */
|
24683 |
/***/ (function(module, exports, __webpack_require__) {
|
24684 |
|
@@ -24716,7 +24716,7 @@ module.exports = stringToPath;
|
|
24716 |
/*!***********************************************!*\
|
24717 |
!*** ./node_modules/lodash/_memoizeCapped.js ***!
|
24718 |
\***********************************************/
|
24719 |
-
/*!
|
24720 |
/*! all exports used */
|
24721 |
/***/ (function(module, exports, __webpack_require__) {
|
24722 |
|
@@ -24753,7 +24753,7 @@ module.exports = memoizeCapped;
|
|
24753 |
/*!****************************************!*\
|
24754 |
!*** ./node_modules/lodash/memoize.js ***!
|
24755 |
\****************************************/
|
24756 |
-
/*!
|
24757 |
/*! all exports used */
|
24758 |
/***/ (function(module, exports, __webpack_require__) {
|
24759 |
|
@@ -24837,7 +24837,7 @@ module.exports = memoize;
|
|
24837 |
/*!**************************************!*\
|
24838 |
!*** ./node_modules/lodash/hasIn.js ***!
|
24839 |
\**************************************/
|
24840 |
-
/*!
|
24841 |
/*! all exports used */
|
24842 |
/***/ (function(module, exports, __webpack_require__) {
|
24843 |
|
@@ -24882,7 +24882,7 @@ module.exports = hasIn;
|
|
24882 |
/*!*******************************************!*\
|
24883 |
!*** ./node_modules/lodash/_baseHasIn.js ***!
|
24884 |
\*******************************************/
|
24885 |
-
/*!
|
24886 |
/*! all exports used */
|
24887 |
/***/ (function(module, exports) {
|
24888 |
|
@@ -24906,7 +24906,7 @@ module.exports = baseHasIn;
|
|
24906 |
/*!*****************************************!*\
|
24907 |
!*** ./node_modules/lodash/_hasPath.js ***!
|
24908 |
\*****************************************/
|
24909 |
-
/*!
|
24910 |
/*! all exports used */
|
24911 |
/***/ (function(module, exports, __webpack_require__) {
|
24912 |
|
@@ -24956,7 +24956,7 @@ module.exports = hasPath;
|
|
24956 |
/*!*****************************************!*\
|
24957 |
!*** ./node_modules/lodash/property.js ***!
|
24958 |
\*****************************************/
|
24959 |
-
/*!
|
24960 |
/*! all exports used */
|
24961 |
/***/ (function(module, exports, __webpack_require__) {
|
24962 |
|
@@ -24999,7 +24999,7 @@ module.exports = property;
|
|
24999 |
/*!**************************************************!*\
|
25000 |
!*** ./node_modules/lodash/_basePropertyDeep.js ***!
|
25001 |
\**************************************************/
|
25002 |
-
/*!
|
25003 |
/*! all exports used */
|
25004 |
/***/ (function(module, exports, __webpack_require__) {
|
25005 |
|
@@ -25026,7 +25026,7 @@ module.exports = basePropertyDeep;
|
|
25026 |
/*!*****************************************!*\
|
25027 |
!*** ./node_modules/lodash/_baseMap.js ***!
|
25028 |
\*****************************************/
|
25029 |
-
/*!
|
25030 |
/*! all exports used */
|
25031 |
/***/ (function(module, exports, __webpack_require__) {
|
25032 |
|
@@ -25059,7 +25059,7 @@ module.exports = baseMap;
|
|
25059 |
/*!******************************************!*\
|
25060 |
!*** ./node_modules/lodash/_baseEach.js ***!
|
25061 |
\******************************************/
|
25062 |
-
/*!
|
25063 |
/*! all exports used */
|
25064 |
/***/ (function(module, exports, __webpack_require__) {
|
25065 |
|
@@ -25084,7 +25084,7 @@ module.exports = baseEach;
|
|
25084 |
/*!********************************************!*\
|
25085 |
!*** ./node_modules/lodash/_baseForOwn.js ***!
|
25086 |
\********************************************/
|
25087 |
-
/*!
|
25088 |
/*! all exports used */
|
25089 |
/***/ (function(module, exports, __webpack_require__) {
|
25090 |
|
@@ -25111,7 +25111,7 @@ module.exports = baseForOwn;
|
|
25111 |
/*!*****************************************!*\
|
25112 |
!*** ./node_modules/lodash/_baseFor.js ***!
|
25113 |
\*****************************************/
|
25114 |
-
/*!
|
25115 |
/*! all exports used */
|
25116 |
/***/ (function(module, exports, __webpack_require__) {
|
25117 |
|
@@ -25138,7 +25138,7 @@ module.exports = baseFor;
|
|
25138 |
/*!***********************************************!*\
|
25139 |
!*** ./node_modules/lodash/_createBaseFor.js ***!
|
25140 |
\***********************************************/
|
25141 |
-
/*!
|
25142 |
/*! all exports used */
|
25143 |
/***/ (function(module, exports) {
|
25144 |
|
@@ -25174,7 +25174,7 @@ module.exports = createBaseFor;
|
|
25174 |
/*!************************************************!*\
|
25175 |
!*** ./node_modules/lodash/_createBaseEach.js ***!
|
25176 |
\************************************************/
|
25177 |
-
/*!
|
25178 |
/*! all exports used */
|
25179 |
/***/ (function(module, exports, __webpack_require__) {
|
25180 |
|
@@ -26175,12 +26175,12 @@ function (_Component) {
|
|
26175 |
_this = _Component.call(this, props) || this;
|
26176 |
|
26177 |
_this.createEmotionCache = function (nonce) {
|
26178 |
-
return
|
26179 |
nonce: nonce
|
26180 |
});
|
26181 |
};
|
26182 |
|
26183 |
-
_this.createEmotionCache =
|
26184 |
return _this;
|
26185 |
}
|
26186 |
|
@@ -26196,7 +26196,7 @@ function (_Component) {
|
|
26196 |
return NonceProvider;
|
26197 |
}(__WEBPACK_IMPORTED_MODULE_0_react__["Component"]);
|
26198 |
|
26199 |
-
var index =
|
26200 |
|
26201 |
/* harmony default export */ __webpack_exports__["a"] = (index);
|
26202 |
|
@@ -26207,7 +26207,7 @@ var index = Object(__WEBPACK_IMPORTED_MODULE_10__stateManager_04f734a2_browser_e
|
|
26207 |
/*!********************************************************!*\
|
26208 |
!*** ./node_modules/react/cjs/react.production.min.js ***!
|
26209 |
\********************************************************/
|
26210 |
-
/*!
|
26211 |
/*! all exports used */
|
26212 |
/***/ (function(module, exports, __webpack_require__) {
|
26213 |
|
@@ -26244,7 +26244,7 @@ __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED:{ReactCurrentDispatcher:I,Rea
|
|
26244 |
/*!*****************************************************!*\
|
26245 |
!*** ./node_modules/react/cjs/react.development.js ***!
|
26246 |
\*****************************************************/
|
26247 |
-
/*!
|
26248 |
/*! all exports used */
|
26249 |
/***/ (function(module, exports, __webpack_require__) {
|
26250 |
|
@@ -28577,7 +28577,7 @@ module.exports = react;
|
|
28577 |
/*!*****************************************************************************************!*\
|
28578 |
!*** ./node_modules/@emotion/core/node_modules/@babel/runtime/helpers/inheritsLoose.js ***!
|
28579 |
\*****************************************************************************************/
|
28580 |
-
/*!
|
28581 |
/*! exports used: default */
|
28582 |
/***/ (function(module, exports) {
|
28583 |
|
@@ -29452,7 +29452,7 @@ function memoize(fn) {
|
|
29452 |
/*!****************************************************************!*\
|
29453 |
!*** ./node_modules/react-dom/cjs/react-dom.production.min.js ***!
|
29454 |
\****************************************************************/
|
29455 |
-
/*!
|
29456 |
/*! all exports used */
|
29457 |
/***/ (function(module, exports, __webpack_require__) {
|
29458 |
|
@@ -29754,7 +29754,7 @@ rendererPackageName:"react-dom"});var Dk={default:Ck},Ek=Dk&&Ck||Dk;module.expor
|
|
29754 |
/*!***************************************************************************************!*\
|
29755 |
!*** ./node_modules/react-dom/node_modules/scheduler/cjs/scheduler.production.min.js ***!
|
29756 |
\***************************************************************************************/
|
29757 |
-
/*!
|
29758 |
/*! all exports used */
|
29759 |
/***/ (function(module, exports, __webpack_require__) {
|
29760 |
|
@@ -29788,7 +29788,7 @@ exports.unstable_pauseExecution=function(){};exports.unstable_getFirstCallbackNo
|
|
29788 |
/*!************************************************************************************!*\
|
29789 |
!*** ./node_modules/react-dom/node_modules/scheduler/cjs/scheduler.development.js ***!
|
29790 |
\************************************************************************************/
|
29791 |
-
/*!
|
29792 |
/*! all exports used */
|
29793 |
/***/ (function(module, exports, __webpack_require__) {
|
29794 |
|
@@ -30705,7 +30705,7 @@ exports.unstable_Profiling = unstable_Profiling;
|
|
30705 |
/*!*************************************************************!*\
|
30706 |
!*** ./node_modules/react-dom/cjs/react-dom.development.js ***!
|
30707 |
\*************************************************************/
|
30708 |
-
/*!
|
30709 |
/*! all exports used */
|
30710 |
/***/ (function(module, exports, __webpack_require__) {
|
30711 |
|
@@ -58513,7 +58513,7 @@ module.exports = reactDom;
|
|
58513 |
/*!******************************************************************!*\
|
58514 |
!*** ./node_modules/react-dom/node_modules/scheduler/tracing.js ***!
|
58515 |
\******************************************************************/
|
58516 |
-
/*!
|
58517 |
/*! all exports used */
|
58518 |
/***/ (function(module, exports, __webpack_require__) {
|
58519 |
|
@@ -58533,7 +58533,7 @@ if (process.env.NODE_ENV === 'production') {
|
|
58533 |
/*!***********************************************************************************************!*\
|
58534 |
!*** ./node_modules/react-dom/node_modules/scheduler/cjs/scheduler-tracing.production.min.js ***!
|
58535 |
\***********************************************************************************************/
|
58536 |
-
/*!
|
58537 |
/*! all exports used */
|
58538 |
/***/ (function(module, exports, __webpack_require__) {
|
58539 |
|
@@ -58555,7 +58555,7 @@ Object.defineProperty(exports,"__esModule",{value:!0});var b=0;exports.__interac
|
|
58555 |
/*!********************************************************************************************!*\
|
58556 |
!*** ./node_modules/react-dom/node_modules/scheduler/cjs/scheduler-tracing.development.js ***!
|
58557 |
\********************************************************************************************/
|
58558 |
-
/*!
|
58559 |
/*! all exports used */
|
58560 |
/***/ (function(module, exports, __webpack_require__) {
|
58561 |
|
@@ -58991,7 +58991,7 @@ exports.unstable_unsubscribe = unstable_unsubscribe;
|
|
58991 |
/*!**************************************************************!*\
|
58992 |
!*** ./node_modules/react-is/cjs/react-is.production.min.js ***!
|
58993 |
\**************************************************************/
|
58994 |
-
/*!
|
58995 |
/*! all exports used */
|
58996 |
/***/ (function(module, exports, __webpack_require__) {
|
58997 |
|
@@ -59018,7 +59018,7 @@ exports.isSuspense=function(a){return t(a)===p};
|
|
59018 |
/*!***********************************************************!*\
|
59019 |
!*** ./node_modules/react-is/cjs/react-is.development.js ***!
|
59020 |
\***********************************************************/
|
59021 |
-
/*!
|
59022 |
/*! all exports used */
|
59023 |
/***/ (function(module, exports, __webpack_require__) {
|
59024 |
|
@@ -59258,7 +59258,7 @@ exports.isSuspense = isSuspense;
|
|
59258 |
/*!************************************************************!*\
|
59259 |
!*** ./node_modules/prop-types/factoryWithTypeCheckers.js ***!
|
59260 |
\************************************************************/
|
59261 |
-
/*!
|
59262 |
/*! all exports used */
|
59263 |
/***/ (function(module, exports, __webpack_require__) {
|
59264 |
|
@@ -59862,7 +59862,7 @@ module.exports = function(isValidElement, throwOnDirectAccess) {
|
|
59862 |
/*!*************************************************************!*\
|
59863 |
!*** ./node_modules/prop-types/factoryWithThrowingShims.js ***!
|
59864 |
\*************************************************************/
|
59865 |
-
/*!
|
59866 |
/*! all exports used */
|
59867 |
/***/ (function(module, exports, __webpack_require__) {
|
59868 |
|
@@ -60127,7 +60127,7 @@ function RangeTypographyControl(props) {
|
|
60127 |
var sizeTypesControls = wp.element.createElement(
|
60128 |
ButtonGroup,
|
60129 |
{ className: "uagb-size-type-field", "aria-label": __("Size Type") },
|
60130 |
-
__WEBPACK_IMPORTED_MODULE_0_lodash_map___default(
|
60131 |
var name = _ref.name,
|
60132 |
key = _ref.key;
|
60133 |
return wp.element.createElement(
|
@@ -60265,7 +60265,7 @@ function TypographyStyles(props) {
|
|
60265 |
/*!***********************************************!*\
|
60266 |
!*** ./src/components/typography/editor.scss ***!
|
60267 |
\***********************************************/
|
60268 |
-
/*!
|
60269 |
/***/ (function(module, exports) {
|
60270 |
|
60271 |
// removed by extract-text-webpack-plugin
|
@@ -60275,7 +60275,7 @@ function TypographyStyles(props) {
|
|
60275 |
/*!*****************************************************!*\
|
60276 |
!*** ./node_modules/webfontloader/webfontloader.js ***!
|
60277 |
\*****************************************************/
|
60278 |
-
/*!
|
60279 |
/*! exports used: default */
|
60280 |
/***/ (function(module, exports, __webpack_require__) {
|
60281 |
|
@@ -60295,7 +60295,7 @@ function wa(a){if(0==a.a.length)throw Error("No fonts to load!");if(-1!=a.c.inde
|
|
60295 |
var za={latin:"BESbswy","latin-ext":"\u00e7\u00f6\u00fc\u011f\u015f",cyrillic:"\u0439\u044f\u0416",greek:"\u03b1\u03b2\u03a3",khmer:"\u1780\u1781\u1782",Hanuman:"\u1780\u1781\u1782"},Aa={thin:"1",extralight:"2","extra-light":"2",ultralight:"2","ultra-light":"2",light:"3",regular:"4",book:"4",medium:"5","semi-bold":"6",semibold:"6","demi-bold":"6",demibold:"6",bold:"7","extra-bold":"8",extrabold:"8","ultra-bold":"8",ultrabold:"8",black:"9",heavy:"9",l:"3",r:"4",b:"7"},Ba={i:"i",italic:"i",n:"n",normal:"n"},
|
60296 |
Ca=/^(thin|(?:(?:extra|ultra)-?)?light|regular|book|medium|(?:(?:semi|demi|extra|ultra)-?)?bold|black|heavy|l|r|b|[1-9]00)?(n|i|normal|italic)?$/;
|
60297 |
function Da(a){for(var b=a.f.length,c=0;c<b;c++){var d=a.f[c].split(":"),e=d[0].replace(/\+/g," "),f=["n4"];if(2<=d.length){var g;var m=d[1];g=[];if(m)for(var m=m.split(","),h=m.length,l=0;l<h;l++){var k;k=m[l];if(k.match(/^[\w-]+$/)){var n=Ca.exec(k.toLowerCase());if(null==n)k="";else{k=n[2];k=null==k||""==k?"n":Ba[k];n=n[1];if(null==n||""==n)n="4";else var r=Aa[n],n=r?r:isNaN(n)?"4":n.substr(0,1);k=[k,n].join("")}}else k="";k&&g.push(k)}0<g.length&&(f=g);3==d.length&&(d=d[2],g=[],d=d?d.split(","):
|
60298 |
-
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<f.length;d+=1)a.a.push(new G(e,f[d]))}};function Ea(a,b){this.c=a;this.a=b}var Fa={Arimo:!0,Cousine:!0,Tinos:!0};Ea.prototype.load=function(a){var b=new B,c=this.c,d=new ta(this.a.api,this.a.text),e=this.a.families;va(d,e);var f=new ya(e);Da(f);z(c,wa(d),C(b));E(b,function(){a(f.a,f.c,Fa)})};function Ga(a,b){this.c=a;this.a=b}Ga.prototype.load=function(a){var b=this.a.id,c=this.c.o;b?A(this.c,(this.a.api||"https://use.typekit.net")+"/"+b+".js",function(b){if(b)a([]);else if(c.Typekit&&c.Typekit.config&&c.Typekit.config.fn){b=c.Typekit.config.fn;for(var e=[],f=0;f<b.length;f+=2)for(var g=b[f],m=b[f+1],h=0;h<m.length;h++)e.push(new G(g,m[h]));try{c.Typekit.load({events:!1,classes:!1,async:!0})}catch(l){}a(e)}},2E3):a([])};function Ha(a,b){this.c=a;this.f=b;this.a=[]}Ha.prototype.load=function(a){var b=this.f.id,c=this.c.o,d=this;b?(c.__webfontfontdeckmodule__||(c.__webfontfontdeckmodule__={}),c.__webfontfontdeckmodule__[b]=function(b,c){for(var g=0,m=c.fonts.length;g<m;++g){var h=c.fonts[g];d.a.push(new G(h.name,ga("font-weight:"+h.weight+";font-style:"+h.style)))}a(d.a)},A(this.c,(this.f.api||"https://f.fontdeck.com/s/css/js/")+ea(this.c)+"/"+b+".js",function(b){b&&a([])})):a([])};var Y=new oa(window);Y.a.c.custom=function(a,b){return new sa(b,a)};Y.a.c.fontdeck=function(a,b){return new Ha(b,a)};Y.a.c.monotype=function(a,b){return new ra(b,a)};Y.a.c.typekit=function(a,b){return new Ga(b,a)};Y.a.c.google=function(a,b){return new Ea(b,a)};var Z={load:p(Y.load,Y)}; true?!(__WEBPACK_AMD_DEFINE_RESULT__ =
|
60299 |
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__)):"undefined"!==typeof module&&module.exports?module.exports=Z:(window.WebFont=Z,window.WebFontConfig&&Y.load(window.WebFontConfig));}());
|
60300 |
|
60301 |
|
@@ -60342,7 +60342,7 @@ function save(props) {
|
|
60342 |
return wp.element.createElement(
|
60343 |
"div",
|
60344 |
{
|
60345 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
60346 |
},
|
60347 |
wp.element.createElement(RichText.Content, {
|
60348 |
tagName: headingTag,
|
@@ -60525,7 +60525,7 @@ var transform = [{
|
|
60525 |
/*!**********************************!*\
|
60526 |
!*** ./src/blocks/post/block.js ***!
|
60527 |
\**********************************/
|
60528 |
-
/*!
|
60529 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
60530 |
|
60531 |
"use strict";
|
@@ -60552,7 +60552,7 @@ var transform = [{
|
|
60552 |
/*!********************************************!*\
|
60553 |
!*** ./src/blocks/post/post-grid/block.js ***!
|
60554 |
\********************************************/
|
60555 |
-
/*!
|
60556 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
60557 |
|
60558 |
"use strict";
|
@@ -60757,7 +60757,7 @@ var UAGBPostGrid = function (_Component) {
|
|
60757 |
var element = document.getElementById("uagb-post-grid-style-" + this.props.clientId.substr(0, 8));
|
60758 |
|
60759 |
if (null !== element && undefined !== element) {
|
60760 |
-
element.innerHTML =
|
60761 |
}
|
60762 |
}
|
60763 |
}, {
|
@@ -62150,12 +62150,12 @@ var Blog = function (_React$Component) {
|
|
62150 |
return wp.element.createElement(
|
62151 |
"div",
|
62152 |
{
|
62153 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
62154 |
},
|
62155 |
wp.element.createElement(
|
62156 |
"div",
|
62157 |
{
|
62158 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
62159 |
},
|
62160 |
displayPosts.map(function (post, i) {
|
62161 |
return wp.element.createElement(
|
@@ -62192,7 +62192,7 @@ var Blog = function (_React$Component) {
|
|
62192 |
/*!*****************************************!*\
|
62193 |
!*** ./node_modules/lodash/truncate.js ***!
|
62194 |
\*****************************************/
|
62195 |
-
/*!
|
62196 |
/***/ (function(module, exports, __webpack_require__) {
|
62197 |
|
62198 |
var baseToString = __webpack_require__(/*! ./_baseToString */ 131),
|
@@ -62313,7 +62313,7 @@ module.exports = truncate;
|
|
62313 |
/*!*******************************************!*\
|
62314 |
!*** ./node_modules/lodash/_castSlice.js ***!
|
62315 |
\*******************************************/
|
62316 |
-
/*!
|
62317 |
/*! all exports used */
|
62318 |
/***/ (function(module, exports, __webpack_require__) {
|
62319 |
|
@@ -62342,7 +62342,7 @@ module.exports = castSlice;
|
|
62342 |
/*!*****************************************!*\
|
62343 |
!*** ./node_modules/lodash/isRegExp.js ***!
|
62344 |
\*****************************************/
|
62345 |
-
/*!
|
62346 |
/*! all exports used */
|
62347 |
/***/ (function(module, exports, __webpack_require__) {
|
62348 |
|
@@ -62380,7 +62380,7 @@ module.exports = isRegExp;
|
|
62380 |
/*!**********************************************!*\
|
62381 |
!*** ./node_modules/lodash/_baseIsRegExp.js ***!
|
62382 |
\**********************************************/
|
62383 |
-
/*!
|
62384 |
/*! all exports used */
|
62385 |
/***/ (function(module, exports, __webpack_require__) {
|
62386 |
|
@@ -62409,7 +62409,7 @@ module.exports = baseIsRegExp;
|
|
62409 |
/*!********************************************!*\
|
62410 |
!*** ./node_modules/lodash/_stringSize.js ***!
|
62411 |
\********************************************/
|
62412 |
-
/*!
|
62413 |
/*! all exports used */
|
62414 |
/***/ (function(module, exports, __webpack_require__) {
|
62415 |
|
@@ -62438,7 +62438,7 @@ module.exports = stringSize;
|
|
62438 |
/*!*******************************************!*\
|
62439 |
!*** ./node_modules/lodash/_asciiSize.js ***!
|
62440 |
\*******************************************/
|
62441 |
-
/*!
|
62442 |
/*! all exports used */
|
62443 |
/***/ (function(module, exports, __webpack_require__) {
|
62444 |
|
@@ -62461,7 +62461,7 @@ module.exports = asciiSize;
|
|
62461 |
/*!*********************************************!*\
|
62462 |
!*** ./node_modules/lodash/_unicodeSize.js ***!
|
62463 |
\*********************************************/
|
62464 |
-
/*!
|
62465 |
/*! all exports used */
|
62466 |
/***/ (function(module, exports) {
|
62467 |
|
@@ -62516,7 +62516,7 @@ module.exports = unicodeSize;
|
|
62516 |
/*!***********************************************!*\
|
62517 |
!*** ./node_modules/lodash/_stringToArray.js ***!
|
62518 |
\***********************************************/
|
62519 |
-
/*!
|
62520 |
/*! all exports used */
|
62521 |
/***/ (function(module, exports, __webpack_require__) {
|
62522 |
|
@@ -62545,7 +62545,7 @@ module.exports = stringToArray;
|
|
62545 |
/*!**********************************************!*\
|
62546 |
!*** ./node_modules/lodash/_asciiToArray.js ***!
|
62547 |
\**********************************************/
|
62548 |
-
/*!
|
62549 |
/*! all exports used */
|
62550 |
/***/ (function(module, exports) {
|
62551 |
|
@@ -62568,7 +62568,7 @@ module.exports = asciiToArray;
|
|
62568 |
/*!************************************************!*\
|
62569 |
!*** ./node_modules/lodash/_unicodeToArray.js ***!
|
62570 |
\************************************************/
|
62571 |
-
/*!
|
62572 |
/*! all exports used */
|
62573 |
/***/ (function(module, exports) {
|
62574 |
|
@@ -62619,7 +62619,7 @@ module.exports = unicodeToArray;
|
|
62619 |
/*!*****************************************!*\
|
62620 |
!*** ./node_modules/lodash/toFinite.js ***!
|
62621 |
\*****************************************/
|
62622 |
-
/*!
|
62623 |
/*! all exports used */
|
62624 |
/***/ (function(module, exports, __webpack_require__) {
|
62625 |
|
@@ -62672,7 +62672,7 @@ module.exports = toFinite;
|
|
62672 |
/*!***********************************************!*\
|
62673 |
!*** ./src/blocks/post/post-masonry/block.js ***!
|
62674 |
\***********************************************/
|
62675 |
-
/*!
|
62676 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
62677 |
|
62678 |
"use strict";
|
@@ -62829,7 +62829,7 @@ var UAGBPostMasonry = function (_Component) {
|
|
62829 |
var element = document.getElementById("uagb-post-masonry-style-" + this.props.clientId.substr(0, 8));
|
62830 |
|
62831 |
if (null !== element && undefined !== element) {
|
62832 |
-
element.innerHTML =
|
62833 |
}
|
62834 |
}
|
62835 |
}, {
|
@@ -64466,13 +64466,13 @@ var Blog = function (_React$Component) {
|
|
64466 |
return wp.element.createElement(
|
64467 |
"div",
|
64468 |
{
|
64469 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
64470 |
"data-blog-id": block_id
|
64471 |
},
|
64472 |
wp.element.createElement(
|
64473 |
__WEBPACK_IMPORTED_MODULE_1_react_masonry_component___default.a,
|
64474 |
{
|
64475 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
64476 |
},
|
64477 |
displayPosts.map(function (post, i) {
|
64478 |
return wp.element.createElement(
|
@@ -64509,7 +64509,7 @@ var Blog = function (_React$Component) {
|
|
64509 |
/*!***********************************************************!*\
|
64510 |
!*** ./node_modules/react-masonry-component/lib/index.js ***!
|
64511 |
\***********************************************************/
|
64512 |
-
/*!
|
64513 |
/*! exports used: default */
|
64514 |
/***/ (function(module, exports, __webpack_require__) {
|
64515 |
|
@@ -64835,7 +64835,7 @@ module.exports.default = MasonryComponent;
|
|
64835 |
/*!************************************************!*\
|
64836 |
!*** ./node_modules/masonry-layout/masonry.js ***!
|
64837 |
\************************************************/
|
64838 |
-
/*!
|
64839 |
/*! all exports used */
|
64840 |
/***/ (function(module, exports, __webpack_require__) {
|
64841 |
|
@@ -65087,7 +65087,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
|
|
65087 |
/*!*******************************************!*\
|
65088 |
!*** ./node_modules/outlayer/outlayer.js ***!
|
65089 |
\*******************************************/
|
65090 |
-
/*!
|
65091 |
/*! all exports used */
|
65092 |
/***/ (function(module, exports, __webpack_require__) {
|
65093 |
|
@@ -65108,9 +65108,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
|
|
65108 |
__webpack_require__(/*! get-size/get-size */ 77),
|
65109 |
__webpack_require__(/*! fizzy-ui-utils/utils */ 307),
|
65110 |
__webpack_require__(/*! ./item */ 309)
|
65111 |
-
], __WEBPACK_AMD_DEFINE_RESULT__ =
|
65112 |
return factory( window, EvEmitter, getSize, utils, Item);
|
65113 |
-
}
|
65114 |
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
|
65115 |
} else if ( typeof module == 'object' && module.exports ) {
|
65116 |
// CommonJS - Browserify, Webpack
|
@@ -66036,7 +66036,7 @@ return Outlayer;
|
|
66036 |
/*!**********************************************!*\
|
66037 |
!*** ./node_modules/fizzy-ui-utils/utils.js ***!
|
66038 |
\**********************************************/
|
66039 |
-
/*!
|
66040 |
/*! all exports used */
|
66041 |
/***/ (function(module, exports, __webpack_require__) {
|
66042 |
|
@@ -66055,9 +66055,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/**
|
|
66055 |
// AMD
|
66056 |
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [
|
66057 |
__webpack_require__(/*! desandro-matches-selector/matches-selector */ 308)
|
66058 |
-
], __WEBPACK_AMD_DEFINE_RESULT__ =
|
66059 |
return factory( window, matchesSelector );
|
66060 |
-
}
|
66061 |
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
|
66062 |
} else if ( typeof module == 'object' && module.exports ) {
|
66063 |
// CommonJS
|
@@ -66289,7 +66289,7 @@ return utils;
|
|
66289 |
/*!********************************************************************!*\
|
66290 |
!*** ./node_modules/desandro-matches-selector/matches-selector.js ***!
|
66291 |
\********************************************************************/
|
66292 |
-
/*!
|
66293 |
/*! all exports used */
|
66294 |
/***/ (function(module, exports, __webpack_require__) {
|
66295 |
|
@@ -66357,7 +66357,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_RESULT__;/**
|
|
66357 |
/*!***************************************!*\
|
66358 |
!*** ./node_modules/outlayer/item.js ***!
|
66359 |
\***************************************/
|
66360 |
-
/*!
|
66361 |
/*! all exports used */
|
66362 |
/***/ (function(module, exports, __webpack_require__) {
|
66363 |
|
@@ -66923,7 +66923,7 @@ return Item;
|
|
66923 |
/*!***************************************************!*\
|
66924 |
!*** ./node_modules/imagesloaded/imagesloaded.js ***!
|
66925 |
\***************************************************/
|
66926 |
-
/*!
|
66927 |
/*! all exports used */
|
66928 |
/***/ (function(module, exports, __webpack_require__) {
|
66929 |
|
@@ -66942,9 +66942,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
|
|
66942 |
// AMD
|
66943 |
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [
|
66944 |
__webpack_require__(/*! ev-emitter/ev-emitter */ 76)
|
66945 |
-
], __WEBPACK_AMD_DEFINE_RESULT__ =
|
66946 |
return factory( window, EvEmitter );
|
66947 |
-
}
|
66948 |
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
|
66949 |
} else if ( typeof module == 'object' && module.exports ) {
|
66950 |
// CommonJS
|
@@ -67312,7 +67312,7 @@ return ImagesLoaded;
|
|
67312 |
/*!***************************************!*\
|
67313 |
!*** ./node_modules/lodash/assign.js ***!
|
67314 |
\***************************************/
|
67315 |
-
/*!
|
67316 |
/*! all exports used */
|
67317 |
/***/ (function(module, exports, __webpack_require__) {
|
67318 |
|
@@ -67381,7 +67381,7 @@ module.exports = assign;
|
|
67381 |
/*!************************************************!*\
|
67382 |
!*** ./node_modules/lodash/_createAssigner.js ***!
|
67383 |
\************************************************/
|
67384 |
-
/*!
|
67385 |
/*! all exports used */
|
67386 |
/***/ (function(module, exports, __webpack_require__) {
|
67387 |
|
@@ -67429,7 +67429,7 @@ module.exports = createAssigner;
|
|
67429 |
/*!******************************************!*\
|
67430 |
!*** ./node_modules/lodash/_baseRest.js ***!
|
67431 |
\******************************************/
|
67432 |
-
/*!
|
67433 |
/*! all exports used */
|
67434 |
/***/ (function(module, exports, __webpack_require__) {
|
67435 |
|
@@ -67457,7 +67457,7 @@ module.exports = baseRest;
|
|
67457 |
/*!***************************************!*\
|
67458 |
!*** ./node_modules/lodash/_apply.js ***!
|
67459 |
\***************************************/
|
67460 |
-
/*!
|
67461 |
/*! all exports used */
|
67462 |
/***/ (function(module, exports) {
|
67463 |
|
@@ -67489,7 +67489,7 @@ module.exports = apply;
|
|
67489 |
/*!*************************************************!*\
|
67490 |
!*** ./node_modules/lodash/_baseSetToString.js ***!
|
67491 |
\*************************************************/
|
67492 |
-
/*!
|
67493 |
/*! all exports used */
|
67494 |
/***/ (function(module, exports, __webpack_require__) {
|
67495 |
|
@@ -67522,7 +67522,7 @@ module.exports = baseSetToString;
|
|
67522 |
/*!*****************************************!*\
|
67523 |
!*** ./node_modules/lodash/constant.js ***!
|
67524 |
\*****************************************/
|
67525 |
-
/*!
|
67526 |
/*! all exports used */
|
67527 |
/***/ (function(module, exports) {
|
67528 |
|
@@ -67559,7 +67559,7 @@ module.exports = constant;
|
|
67559 |
/*!******************************************!*\
|
67560 |
!*** ./node_modules/lodash/_shortOut.js ***!
|
67561 |
\******************************************/
|
67562 |
-
/*!
|
67563 |
/*! all exports used */
|
67564 |
/***/ (function(module, exports) {
|
67565 |
|
@@ -67607,7 +67607,7 @@ module.exports = shortOut;
|
|
67607 |
/*!************************************************!*\
|
67608 |
!*** ./node_modules/lodash/_isIterateeCall.js ***!
|
67609 |
\************************************************/
|
67610 |
-
/*!
|
67611 |
/*! all exports used */
|
67612 |
/***/ (function(module, exports, __webpack_require__) {
|
67613 |
|
@@ -67648,7 +67648,7 @@ module.exports = isIterateeCall;
|
|
67648 |
/*!*****************************************************************************!*\
|
67649 |
!*** ./node_modules/element-resize-detector/src/element-resize-detector.js ***!
|
67650 |
\*****************************************************************************/
|
67651 |
-
/*!
|
67652 |
/*! all exports used */
|
67653 |
/***/ (function(module, exports, __webpack_require__) {
|
67654 |
|
@@ -67988,7 +67988,7 @@ function getOption(options, name, defaultValue) {
|
|
67988 |
/*!*******************************************************************!*\
|
67989 |
!*** ./node_modules/element-resize-detector/src/element-utils.js ***!
|
67990 |
\*******************************************************************/
|
67991 |
-
/*!
|
67992 |
/*! all exports used */
|
67993 |
/***/ (function(module, exports, __webpack_require__) {
|
67994 |
|
@@ -68052,7 +68052,7 @@ module.exports = function(options) {
|
|
68052 |
/*!**********************************************************************!*\
|
68053 |
!*** ./node_modules/element-resize-detector/src/listener-handler.js ***!
|
68054 |
\**********************************************************************/
|
68055 |
-
/*!
|
68056 |
/*! all exports used */
|
68057 |
/***/ (function(module, exports, __webpack_require__) {
|
68058 |
|
@@ -68124,7 +68124,7 @@ module.exports = function(idHandler) {
|
|
68124 |
/*!******************************************************************!*\
|
68125 |
!*** ./node_modules/element-resize-detector/src/id-generator.js ***!
|
68126 |
\******************************************************************/
|
68127 |
-
/*!
|
68128 |
/*! all exports used */
|
68129 |
/***/ (function(module, exports, __webpack_require__) {
|
68130 |
|
@@ -68154,7 +68154,7 @@ module.exports = function() {
|
|
68154 |
/*!****************************************************************!*\
|
68155 |
!*** ./node_modules/element-resize-detector/src/id-handler.js ***!
|
68156 |
\****************************************************************/
|
68157 |
-
/*!
|
68158 |
/*! all exports used */
|
68159 |
/***/ (function(module, exports, __webpack_require__) {
|
68160 |
|
@@ -68213,7 +68213,7 @@ module.exports = function(options) {
|
|
68213 |
/*!**************************************************************!*\
|
68214 |
!*** ./node_modules/element-resize-detector/src/reporter.js ***!
|
68215 |
\**************************************************************/
|
68216 |
-
/*!
|
68217 |
/*! all exports used */
|
68218 |
/***/ (function(module, exports, __webpack_require__) {
|
68219 |
|
@@ -68267,7 +68267,7 @@ module.exports = function(quiet) {
|
|
68267 |
/*!*************************************************************!*\
|
68268 |
!*** ./node_modules/batch-processor/src/batch-processor.js ***!
|
68269 |
\*************************************************************/
|
68270 |
-
/*!
|
68271 |
/*! all exports used */
|
68272 |
/***/ (function(module, exports, __webpack_require__) {
|
68273 |
|
@@ -68417,7 +68417,7 @@ function Batch() {
|
|
68417 |
/*!***************************************************!*\
|
68418 |
!*** ./node_modules/batch-processor/src/utils.js ***!
|
68419 |
\***************************************************/
|
68420 |
-
/*!
|
68421 |
/*! all exports used */
|
68422 |
/***/ (function(module, exports, __webpack_require__) {
|
68423 |
|
@@ -68444,7 +68444,7 @@ function getOption(options, name, defaultValue) {
|
|
68444 |
/*!*******************************************************************!*\
|
68445 |
!*** ./node_modules/element-resize-detector/src/state-handler.js ***!
|
68446 |
\*******************************************************************/
|
68447 |
-
/*!
|
68448 |
/*! all exports used */
|
68449 |
/***/ (function(module, exports, __webpack_require__) {
|
68450 |
|
@@ -68478,7 +68478,7 @@ module.exports = {
|
|
68478 |
/*!*******************************************************************************!*\
|
68479 |
!*** ./node_modules/element-resize-detector/src/detection-strategy/object.js ***!
|
68480 |
\*******************************************************************************/
|
68481 |
-
/*!
|
68482 |
/*! all exports used */
|
68483 |
/***/ (function(module, exports, __webpack_require__) {
|
68484 |
|
@@ -68737,7 +68737,7 @@ module.exports = function(options) {
|
|
68737 |
/*!*******************************************************************************!*\
|
68738 |
!*** ./node_modules/element-resize-detector/src/detection-strategy/scroll.js ***!
|
68739 |
\*******************************************************************************/
|
68740 |
-
/*!
|
68741 |
/*! all exports used */
|
68742 |
/***/ (function(module, exports, __webpack_require__) {
|
68743 |
|
@@ -69410,7 +69410,7 @@ module.exports = function(options) {
|
|
69410 |
/*!*****************************************!*\
|
69411 |
!*** ./node_modules/lodash/debounce.js ***!
|
69412 |
\*****************************************/
|
69413 |
-
/*!
|
69414 |
/*! all exports used */
|
69415 |
/***/ (function(module, exports, __webpack_require__) {
|
69416 |
|
@@ -69612,7 +69612,7 @@ module.exports = debounce;
|
|
69612 |
/*!************************************!*\
|
69613 |
!*** ./node_modules/lodash/now.js ***!
|
69614 |
\************************************/
|
69615 |
-
/*!
|
69616 |
/*! all exports used */
|
69617 |
/***/ (function(module, exports, __webpack_require__) {
|
69618 |
|
@@ -69646,7 +69646,7 @@ module.exports = now;
|
|
69646 |
/*!*************************************!*\
|
69647 |
!*** ./node_modules/lodash/omit.js ***!
|
69648 |
\*************************************/
|
69649 |
-
/*!
|
69650 |
/*! all exports used */
|
69651 |
/***/ (function(module, exports, __webpack_require__) {
|
69652 |
|
@@ -69714,7 +69714,7 @@ module.exports = omit;
|
|
69714 |
/*!*******************************************!*\
|
69715 |
!*** ./node_modules/lodash/_baseClone.js ***!
|
69716 |
\*******************************************/
|
69717 |
-
/*!
|
69718 |
/*! all exports used */
|
69719 |
/***/ (function(module, exports, __webpack_require__) {
|
69720 |
|
@@ -69890,7 +69890,7 @@ module.exports = baseClone;
|
|
69890 |
/*!*******************************************!*\
|
69891 |
!*** ./node_modules/lodash/_arrayEach.js ***!
|
69892 |
\*******************************************/
|
69893 |
-
/*!
|
69894 |
/*! all exports used */
|
69895 |
/***/ (function(module, exports) {
|
69896 |
|
@@ -69923,7 +69923,7 @@ module.exports = arrayEach;
|
|
69923 |
/*!********************************************!*\
|
69924 |
!*** ./node_modules/lodash/_baseAssign.js ***!
|
69925 |
\********************************************/
|
69926 |
-
/*!
|
69927 |
/*! all exports used */
|
69928 |
/***/ (function(module, exports, __webpack_require__) {
|
69929 |
|
@@ -69951,7 +69951,7 @@ module.exports = baseAssign;
|
|
69951 |
/*!**********************************************!*\
|
69952 |
!*** ./node_modules/lodash/_baseAssignIn.js ***!
|
69953 |
\**********************************************/
|
69954 |
-
/*!
|
69955 |
/*! all exports used */
|
69956 |
/***/ (function(module, exports, __webpack_require__) {
|
69957 |
|
@@ -69979,7 +69979,7 @@ module.exports = baseAssignIn;
|
|
69979 |
/*!********************************************!*\
|
69980 |
!*** ./node_modules/lodash/_baseKeysIn.js ***!
|
69981 |
\********************************************/
|
69982 |
-
/*!
|
69983 |
/*! all exports used */
|
69984 |
/***/ (function(module, exports, __webpack_require__) {
|
69985 |
|
@@ -70023,7 +70023,7 @@ module.exports = baseKeysIn;
|
|
70023 |
/*!**********************************************!*\
|
70024 |
!*** ./node_modules/lodash/_nativeKeysIn.js ***!
|
70025 |
\**********************************************/
|
70026 |
-
/*!
|
70027 |
/*! all exports used */
|
70028 |
/***/ (function(module, exports) {
|
70029 |
|
@@ -70054,7 +70054,7 @@ module.exports = nativeKeysIn;
|
|
70054 |
/*!*********************************************!*\
|
70055 |
!*** ./node_modules/lodash/_cloneBuffer.js ***!
|
70056 |
\*********************************************/
|
70057 |
-
/*!
|
70058 |
/*! all exports used */
|
70059 |
/***/ (function(module, exports, __webpack_require__) {
|
70060 |
|
@@ -70101,7 +70101,7 @@ module.exports = cloneBuffer;
|
|
70101 |
/*!*******************************************!*\
|
70102 |
!*** ./node_modules/lodash/_copyArray.js ***!
|
70103 |
\*******************************************/
|
70104 |
-
/*!
|
70105 |
/*! all exports used */
|
70106 |
/***/ (function(module, exports) {
|
70107 |
|
@@ -70132,7 +70132,7 @@ module.exports = copyArray;
|
|
70132 |
/*!*********************************************!*\
|
70133 |
!*** ./node_modules/lodash/_copySymbols.js ***!
|
70134 |
\*********************************************/
|
70135 |
-
/*!
|
70136 |
/*! all exports used */
|
70137 |
/***/ (function(module, exports, __webpack_require__) {
|
70138 |
|
@@ -70159,7 +70159,7 @@ module.exports = copySymbols;
|
|
70159 |
/*!***********************************************!*\
|
70160 |
!*** ./node_modules/lodash/_copySymbolsIn.js ***!
|
70161 |
\***********************************************/
|
70162 |
-
/*!
|
70163 |
/*! all exports used */
|
70164 |
/***/ (function(module, exports, __webpack_require__) {
|
70165 |
|
@@ -70186,7 +70186,7 @@ module.exports = copySymbolsIn;
|
|
70186 |
/*!************************************************!*\
|
70187 |
!*** ./node_modules/lodash/_initCloneArray.js ***!
|
70188 |
\************************************************/
|
70189 |
-
/*!
|
70190 |
/*! all exports used */
|
70191 |
/***/ (function(module, exports) {
|
70192 |
|
@@ -70223,7 +70223,7 @@ module.exports = initCloneArray;
|
|
70223 |
/*!************************************************!*\
|
70224 |
!*** ./node_modules/lodash/_initCloneByTag.js ***!
|
70225 |
\************************************************/
|
70226 |
-
/*!
|
70227 |
/*! all exports used */
|
70228 |
/***/ (function(module, exports, __webpack_require__) {
|
70229 |
|
@@ -70311,7 +70311,7 @@ module.exports = initCloneByTag;
|
|
70311 |
/*!***********************************************!*\
|
70312 |
!*** ./node_modules/lodash/_cloneDataView.js ***!
|
70313 |
\***********************************************/
|
70314 |
-
/*!
|
70315 |
/*! all exports used */
|
70316 |
/***/ (function(module, exports, __webpack_require__) {
|
70317 |
|
@@ -70338,7 +70338,7 @@ module.exports = cloneDataView;
|
|
70338 |
/*!*********************************************!*\
|
70339 |
!*** ./node_modules/lodash/_cloneRegExp.js ***!
|
70340 |
\*********************************************/
|
70341 |
-
/*!
|
70342 |
/*! all exports used */
|
70343 |
/***/ (function(module, exports) {
|
70344 |
|
@@ -70366,7 +70366,7 @@ module.exports = cloneRegExp;
|
|
70366 |
/*!*********************************************!*\
|
70367 |
!*** ./node_modules/lodash/_cloneSymbol.js ***!
|
70368 |
\*********************************************/
|
70369 |
-
/*!
|
70370 |
/*! all exports used */
|
70371 |
/***/ (function(module, exports, __webpack_require__) {
|
70372 |
|
@@ -70395,7 +70395,7 @@ module.exports = cloneSymbol;
|
|
70395 |
/*!*************************************************!*\
|
70396 |
!*** ./node_modules/lodash/_cloneTypedArray.js ***!
|
70397 |
\*************************************************/
|
70398 |
-
/*!
|
70399 |
/*! all exports used */
|
70400 |
/***/ (function(module, exports, __webpack_require__) {
|
70401 |
|
@@ -70422,7 +70422,7 @@ module.exports = cloneTypedArray;
|
|
70422 |
/*!*************************************************!*\
|
70423 |
!*** ./node_modules/lodash/_initCloneObject.js ***!
|
70424 |
\*************************************************/
|
70425 |
-
/*!
|
70426 |
/*! all exports used */
|
70427 |
/***/ (function(module, exports, __webpack_require__) {
|
70428 |
|
@@ -70451,7 +70451,7 @@ module.exports = initCloneObject;
|
|
70451 |
/*!********************************************!*\
|
70452 |
!*** ./node_modules/lodash/_baseCreate.js ***!
|
70453 |
\********************************************/
|
70454 |
-
/*!
|
70455 |
/*! all exports used */
|
70456 |
/***/ (function(module, exports, __webpack_require__) {
|
70457 |
|
@@ -70492,7 +70492,7 @@ module.exports = baseCreate;
|
|
70492 |
/*!**************************************!*\
|
70493 |
!*** ./node_modules/lodash/isMap.js ***!
|
70494 |
\**************************************/
|
70495 |
-
/*!
|
70496 |
/*! all exports used */
|
70497 |
/***/ (function(module, exports, __webpack_require__) {
|
70498 |
|
@@ -70530,7 +70530,7 @@ module.exports = isMap;
|
|
70530 |
/*!*******************************************!*\
|
70531 |
!*** ./node_modules/lodash/_baseIsMap.js ***!
|
70532 |
\*******************************************/
|
70533 |
-
/*!
|
70534 |
/*! all exports used */
|
70535 |
/***/ (function(module, exports, __webpack_require__) {
|
70536 |
|
@@ -70559,7 +70559,7 @@ module.exports = baseIsMap;
|
|
70559 |
/*!**************************************!*\
|
70560 |
!*** ./node_modules/lodash/isSet.js ***!
|
70561 |
\**************************************/
|
70562 |
-
/*!
|
70563 |
/*! all exports used */
|
70564 |
/***/ (function(module, exports, __webpack_require__) {
|
70565 |
|
@@ -70597,7 +70597,7 @@ module.exports = isSet;
|
|
70597 |
/*!*******************************************!*\
|
70598 |
!*** ./node_modules/lodash/_baseIsSet.js ***!
|
70599 |
\*******************************************/
|
70600 |
-
/*!
|
70601 |
/*! all exports used */
|
70602 |
/***/ (function(module, exports, __webpack_require__) {
|
70603 |
|
@@ -70626,7 +70626,7 @@ module.exports = baseIsSet;
|
|
70626 |
/*!*******************************************!*\
|
70627 |
!*** ./node_modules/lodash/_baseUnset.js ***!
|
70628 |
\*******************************************/
|
70629 |
-
/*!
|
70630 |
/*! all exports used */
|
70631 |
/***/ (function(module, exports, __webpack_require__) {
|
70632 |
|
@@ -70657,7 +70657,7 @@ module.exports = baseUnset;
|
|
70657 |
/*!*************************************!*\
|
70658 |
!*** ./node_modules/lodash/last.js ***!
|
70659 |
\*************************************/
|
70660 |
-
/*!
|
70661 |
/*! all exports used */
|
70662 |
/***/ (function(module, exports) {
|
70663 |
|
@@ -70688,7 +70688,7 @@ module.exports = last;
|
|
70688 |
/*!****************************************!*\
|
70689 |
!*** ./node_modules/lodash/_parent.js ***!
|
70690 |
\****************************************/
|
70691 |
-
/*!
|
70692 |
/*! all exports used */
|
70693 |
/***/ (function(module, exports, __webpack_require__) {
|
70694 |
|
@@ -70715,7 +70715,7 @@ module.exports = parent;
|
|
70715 |
/*!*************************************************!*\
|
70716 |
!*** ./node_modules/lodash/_customOmitClone.js ***!
|
70717 |
\*************************************************/
|
70718 |
-
/*!
|
70719 |
/*! all exports used */
|
70720 |
/***/ (function(module, exports, __webpack_require__) {
|
70721 |
|
@@ -70742,7 +70742,7 @@ module.exports = customOmitClone;
|
|
70742 |
/*!**********************************************!*\
|
70743 |
!*** ./node_modules/lodash/isPlainObject.js ***!
|
70744 |
\**********************************************/
|
70745 |
-
/*!
|
70746 |
/*! all exports used */
|
70747 |
/***/ (function(module, exports, __webpack_require__) {
|
70748 |
|
@@ -70815,7 +70815,7 @@ module.exports = isPlainObject;
|
|
70815 |
/*!******************************************!*\
|
70816 |
!*** ./node_modules/lodash/_flatRest.js ***!
|
70817 |
\******************************************/
|
70818 |
-
/*!
|
70819 |
/*! all exports used */
|
70820 |
/***/ (function(module, exports, __webpack_require__) {
|
70821 |
|
@@ -70842,7 +70842,7 @@ module.exports = flatRest;
|
|
70842 |
/*!****************************************!*\
|
70843 |
!*** ./node_modules/lodash/flatten.js ***!
|
70844 |
\****************************************/
|
70845 |
-
/*!
|
70846 |
/*! all exports used */
|
70847 |
/***/ (function(module, exports, __webpack_require__) {
|
70848 |
|
@@ -70875,7 +70875,7 @@ module.exports = flatten;
|
|
70875 |
/*!*********************************************!*\
|
70876 |
!*** ./node_modules/lodash/_baseFlatten.js ***!
|
70877 |
\*********************************************/
|
70878 |
-
/*!
|
70879 |
/*! all exports used */
|
70880 |
/***/ (function(module, exports, __webpack_require__) {
|
70881 |
|
@@ -70924,7 +70924,7 @@ module.exports = baseFlatten;
|
|
70924 |
/*!***********************************************!*\
|
70925 |
!*** ./node_modules/lodash/_isFlattenable.js ***!
|
70926 |
\***********************************************/
|
70927 |
-
/*!
|
70928 |
/*! all exports used */
|
70929 |
/***/ (function(module, exports, __webpack_require__) {
|
70930 |
|
@@ -70955,7 +70955,7 @@ module.exports = isFlattenable;
|
|
70955 |
/*!**************************************************!*\
|
70956 |
!*** ./node_modules/create-react-class/index.js ***!
|
70957 |
\**************************************************/
|
70958 |
-
/*!
|
70959 |
/*! all exports used */
|
70960 |
/***/ (function(module, exports, __webpack_require__) {
|
70961 |
|
@@ -70995,7 +70995,7 @@ module.exports = factory(
|
|
70995 |
/*!****************************************************!*\
|
70996 |
!*** ./node_modules/create-react-class/factory.js ***!
|
70997 |
\****************************************************/
|
70998 |
-
/*!
|
70999 |
/*! all exports used */
|
71000 |
/***/ (function(module, exports, __webpack_require__) {
|
71001 |
|
@@ -71934,7 +71934,7 @@ module.exports = factory;
|
|
71934 |
/*!**********************************************!*\
|
71935 |
!*** ./node_modules/fbjs/lib/emptyObject.js ***!
|
71936 |
\**********************************************/
|
71937 |
-
/*!
|
71938 |
/*! all exports used */
|
71939 |
/***/ (function(module, exports, __webpack_require__) {
|
71940 |
|
@@ -71963,7 +71963,7 @@ module.exports = emptyObject;
|
|
71963 |
/*!********************************************!*\
|
71964 |
!*** ./node_modules/fbjs/lib/invariant.js ***!
|
71965 |
\********************************************/
|
71966 |
-
/*!
|
71967 |
/*! all exports used */
|
71968 |
/***/ (function(module, exports, __webpack_require__) {
|
71969 |
|
@@ -72028,7 +72028,7 @@ module.exports = invariant;
|
|
72028 |
/*!******************************************!*\
|
72029 |
!*** ./node_modules/fbjs/lib/warning.js ***!
|
72030 |
\******************************************/
|
72031 |
-
/*!
|
72032 |
/*! all exports used */
|
72033 |
/***/ (function(module, exports, __webpack_require__) {
|
72034 |
|
@@ -72102,7 +72102,7 @@ module.exports = warning;
|
|
72102 |
/*!************************************************!*\
|
72103 |
!*** ./node_modules/fbjs/lib/emptyFunction.js ***!
|
72104 |
\************************************************/
|
72105 |
-
/*!
|
72106 |
/*! all exports used */
|
72107 |
/***/ (function(module, exports, __webpack_require__) {
|
72108 |
|
@@ -72149,7 +72149,7 @@ module.exports = emptyFunction;
|
|
72149 |
/*!************************************************!*\
|
72150 |
!*** ./src/blocks/post/post-carousel/block.js ***!
|
72151 |
\************************************************/
|
72152 |
-
/*!
|
72153 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
72154 |
|
72155 |
"use strict";
|
@@ -72324,7 +72324,7 @@ var UAGBPostCarousel = function (_Component) {
|
|
72324 |
var css = "";
|
72325 |
|
72326 |
if (null !== element && undefined !== element) {
|
72327 |
-
css =
|
72328 |
css += ".uagb-block-" + this.props.clientId.substr(0, 8) + ".uagb-post-grid ul.slick-dots li.slick-active button:before, .uagb-block-" + this.props.clientId.substr(0, 8) + ".uagb-slick-carousel ul.slick-dots li button:before { color: " + this.props.attributes.arrowColor + "; }";
|
72329 |
element.innerHTML = css;
|
72330 |
}
|
@@ -73671,13 +73671,13 @@ var Blog = function (_React$Component) {
|
|
73671 |
return wp.element.createElement(
|
73672 |
"div",
|
73673 |
{
|
73674 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
73675 |
"data-blog-id": block_id
|
73676 |
},
|
73677 |
wp.element.createElement(
|
73678 |
"div",
|
73679 |
{
|
73680 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
73681 |
},
|
73682 |
all_posts
|
73683 |
)
|
@@ -73693,14 +73693,14 @@ var Blog = function (_React$Component) {
|
|
73693 |
return wp.element.createElement(
|
73694 |
"div",
|
73695 |
{
|
73696 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
73697 |
"data-blog-id": block_id,
|
73698 |
style: "dots" == arrowDots ? { padding: "0 0 35px 0" } : {}
|
73699 |
},
|
73700 |
wp.element.createElement(
|
73701 |
__WEBPACK_IMPORTED_MODULE_1_react_slick___default.a,
|
73702 |
_extends({
|
73703 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
73704 |
}, settings),
|
73705 |
all_posts
|
73706 |
)
|
@@ -73719,7 +73719,7 @@ var Blog = function (_React$Component) {
|
|
73719 |
/*!************************************************!*\
|
73720 |
!*** ./node_modules/react-slick/lib/slider.js ***!
|
73721 |
\************************************************/
|
73722 |
-
/*!
|
73723 |
/*! all exports used */
|
73724 |
/***/ (function(module, exports, __webpack_require__) {
|
73725 |
|
@@ -73974,7 +73974,7 @@ exports.default = Slider;
|
|
73974 |
/*!******************************************************!*\
|
73975 |
!*** ./node_modules/react-slick/lib/inner-slider.js ***!
|
73976 |
\******************************************************/
|
73977 |
-
/*!
|
73978 |
/*! all exports used */
|
73979 |
/***/ (function(module, exports, __webpack_require__) {
|
73980 |
|
@@ -74726,7 +74726,7 @@ var InnerSlider = exports.InnerSlider = function (_React$Component) {
|
|
74726 |
/*!*******************************************************!*\
|
74727 |
!*** ./node_modules/react-slick/lib/initial-state.js ***!
|
74728 |
\*******************************************************/
|
74729 |
-
/*!
|
74730 |
/*! all exports used */
|
74731 |
/***/ (function(module, exports, __webpack_require__) {
|
74732 |
|
@@ -74766,7 +74766,7 @@ exports.default = initialState;
|
|
74766 |
/*!***********************************************!*\
|
74767 |
!*** ./node_modules/lodash.debounce/index.js ***!
|
74768 |
\***********************************************/
|
74769 |
-
/*!
|
74770 |
/*! all exports used */
|
74771 |
/***/ (function(module, exports, __webpack_require__) {
|
74772 |
|
@@ -75155,7 +75155,7 @@ module.exports = debounce;
|
|
75155 |
/*!***********************************************!*\
|
75156 |
!*** ./node_modules/react-slick/lib/track.js ***!
|
75157 |
\***********************************************/
|
75158 |
-
/*!
|
75159 |
/*! all exports used */
|
75160 |
/***/ (function(module, exports, __webpack_require__) {
|
75161 |
|
@@ -75375,7 +75375,7 @@ var Track = exports.Track = function (_React$PureComponent) {
|
|
75375 |
/*!**********************************************!*\
|
75376 |
!*** ./node_modules/react-slick/lib/dots.js ***!
|
75377 |
\**********************************************/
|
75378 |
-
/*!
|
75379 |
/*! all exports used */
|
75380 |
/***/ (function(module, exports, __webpack_require__) {
|
75381 |
|
@@ -75485,7 +75485,7 @@ var Dots = exports.Dots = function (_React$PureComponent) {
|
|
75485 |
/*!************************************************!*\
|
75486 |
!*** ./node_modules/react-slick/lib/arrows.js ***!
|
75487 |
\************************************************/
|
75488 |
-
/*!
|
75489 |
/*! all exports used */
|
75490 |
/***/ (function(module, exports, __webpack_require__) {
|
75491 |
|
@@ -76572,7 +76572,7 @@ var index = (function () {
|
|
76572 |
/*!***************************************!*\
|
76573 |
!*** ./node_modules/json2mq/index.js ***!
|
76574 |
\***************************************/
|
76575 |
-
/*!
|
76576 |
/*! all exports used */
|
76577 |
/***/ (function(module, exports, __webpack_require__) {
|
76578 |
|
@@ -76633,7 +76633,7 @@ module.exports = json2mq;
|
|
76633 |
/*!*****************************************************!*\
|
76634 |
!*** ./node_modules/string-convert/camel2hyphen.js ***!
|
76635 |
\*****************************************************/
|
76636 |
-
/*!
|
76637 |
/*! all exports used */
|
76638 |
/***/ (function(module, exports) {
|
76639 |
|
@@ -76652,7 +76652,7 @@ module.exports = camel2hyphen;
|
|
76652 |
/*!*******************************************************!*\
|
76653 |
!*** ./node_modules/react-slick/lib/default-props.js ***!
|
76654 |
\*******************************************************/
|
76655 |
-
/*!
|
76656 |
/*! all exports used */
|
76657 |
/***/ (function(module, exports, __webpack_require__) {
|
76658 |
|
@@ -76739,7 +76739,7 @@ exports.default = defaultProps;
|
|
76739 |
/*!**********************************************!*\
|
76740 |
!*** ./node_modules/enquire.js/src/index.js ***!
|
76741 |
\**********************************************/
|
76742 |
-
/*!
|
76743 |
/*! all exports used */
|
76744 |
/***/ (function(module, exports, __webpack_require__) {
|
76745 |
|
@@ -76752,7 +76752,7 @@ module.exports = new MediaQueryDispatch();
|
|
76752 |
/*!***********************************************************!*\
|
76753 |
!*** ./node_modules/enquire.js/src/MediaQueryDispatch.js ***!
|
76754 |
\***********************************************************/
|
76755 |
-
/*!
|
76756 |
/*! all exports used */
|
76757 |
/***/ (function(module, exports, __webpack_require__) {
|
76758 |
|
@@ -76848,7 +76848,7 @@ module.exports = MediaQueryDispatch;
|
|
76848 |
/*!***************************************************!*\
|
76849 |
!*** ./node_modules/enquire.js/src/MediaQuery.js ***!
|
76850 |
\***************************************************/
|
76851 |
-
/*!
|
76852 |
/*! all exports used */
|
76853 |
/***/ (function(module, exports, __webpack_require__) {
|
76854 |
|
@@ -76952,7 +76952,7 @@ module.exports = MediaQuery;
|
|
76952 |
/*!*****************************************************!*\
|
76953 |
!*** ./node_modules/enquire.js/src/QueryHandler.js ***!
|
76954 |
\*****************************************************/
|
76955 |
-
/*!
|
76956 |
/*! all exports used */
|
76957 |
/***/ (function(module, exports) {
|
76958 |
|
@@ -77037,7 +77037,7 @@ module.exports = QueryHandler;
|
|
77037 |
/*!*************************************!*\
|
77038 |
!*** ./src/blocks/section/block.js ***!
|
77039 |
\*************************************/
|
77040 |
-
/*!
|
77041 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
77042 |
|
77043 |
"use strict";
|
@@ -77102,7 +77102,7 @@ registerBlockType("uagb/section", {
|
|
77102 |
/*!***************************************!*\
|
77103 |
!*** ./src/blocks/section/style.scss ***!
|
77104 |
\***************************************/
|
77105 |
-
/*!
|
77106 |
/***/ (function(module, exports) {
|
77107 |
|
77108 |
// removed by extract-text-webpack-plugin
|
@@ -77112,7 +77112,7 @@ registerBlockType("uagb/section", {
|
|
77112 |
/*!****************************************!*\
|
77113 |
!*** ./src/blocks/section/editor.scss ***!
|
77114 |
\****************************************/
|
77115 |
-
/*!
|
77116 |
/***/ (function(module, exports) {
|
77117 |
|
77118 |
// removed by extract-text-webpack-plugin
|
@@ -77196,7 +77196,7 @@ var UAGBSectionEdit = function (_Component) {
|
|
77196 |
var element = document.getElementById("uagb-section-style-" + this.props.clientId.substr(0, 8));
|
77197 |
|
77198 |
if (null !== element && undefined !== element) {
|
77199 |
-
element.innerHTML =
|
77200 |
}
|
77201 |
}
|
77202 |
}, {
|
@@ -78311,7 +78311,7 @@ var UAGBSectionEdit = function (_Component) {
|
|
78311 |
wp.element.createElement(
|
78312 |
CustomTag,
|
78313 |
{
|
78314 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
78315 |
},
|
78316 |
wp.element.createElement("div", { className: "uagb-section__overlay" }),
|
78317 |
"video" == backgroundType && wp.element.createElement(
|
@@ -78422,7 +78422,7 @@ function styling(props) {
|
|
78422 |
if (typeof contentWidth != "undefined") {
|
78423 |
if ("boxed" != contentWidth) {
|
78424 |
if (typeof innerWidth != "undefined") {
|
78425 |
-
inner_width =
|
78426 |
}
|
78427 |
}
|
78428 |
}
|
@@ -78435,7 +78435,7 @@ function styling(props) {
|
|
78435 |
boxShadowPositionCSS = '';
|
78436 |
}
|
78437 |
var selectors = {
|
78438 |
-
".uagb-section__wrap":
|
78439 |
" .uagb-section__video-wrap": {
|
78440 |
"opacity": typeof backgroundVideoOpacity != "undefined" ? (100 - backgroundVideoOpacity) / 100 : 0.5
|
78441 |
},
|
@@ -78443,7 +78443,7 @@ function styling(props) {
|
|
78443 |
"max-width": inner_width
|
78444 |
},
|
78445 |
".wp-block-uagb-section": {
|
78446 |
-
"box-shadow":
|
78447 |
}
|
78448 |
};
|
78449 |
|
@@ -78494,58 +78494,58 @@ function styling(props) {
|
|
78494 |
}
|
78495 |
}
|
78496 |
|
78497 |
-
selectors[" > .uagb-section__overlay"]["border-radius"] =
|
78498 |
|
78499 |
tablet_selectors = {
|
78500 |
".uagb-section__wrap": {
|
78501 |
-
"padding-top":
|
78502 |
-
"padding-bottom":
|
78503 |
-
"padding-left":
|
78504 |
-
"padding-right":
|
78505 |
}
|
78506 |
};
|
78507 |
|
78508 |
mobile_selectors = {
|
78509 |
".uagb-section__wrap": {
|
78510 |
-
"padding-top":
|
78511 |
-
"padding-bottom":
|
78512 |
-
"padding-left":
|
78513 |
-
"padding-right":
|
78514 |
}
|
78515 |
};
|
78516 |
|
78517 |
if ("right" == align) {
|
78518 |
-
mobile_selectors[".uagb-section__wrap"]["margin-top"] =
|
78519 |
-
mobile_selectors[".uagb-section__wrap"]["margin-bottom"] =
|
78520 |
-
mobile_selectors[".uagb-section__wrap"]["margin-right"] =
|
78521 |
|
78522 |
-
tablet_selectors[".uagb-section__wrap"]["margin-top"] =
|
78523 |
-
tablet_selectors[".uagb-section__wrap"]["margin-bottom"] =
|
78524 |
-
tablet_selectors[".uagb-section__wrap"]["margin-right"] =
|
78525 |
} else if ("left" == align) {
|
78526 |
-
mobile_selectors[".uagb-section__wrap"]["margin-top"] =
|
78527 |
-
mobile_selectors[".uagb-section__wrap"]["margin-bottom"] =
|
78528 |
-
mobile_selectors[".uagb-section__wrap"]["margin-left"] =
|
78529 |
|
78530 |
-
tablet_selectors[".uagb-section__wrap"]["margin-top"] =
|
78531 |
-
tablet_selectors[".uagb-section__wrap"]["margin-bottom"] =
|
78532 |
-
tablet_selectors[".uagb-section__wrap"]["margin-left"] =
|
78533 |
} else {
|
78534 |
-
mobile_selectors[".uagb-section__wrap"]["margin-top"] =
|
78535 |
-
mobile_selectors[".uagb-section__wrap"]["margin-bottom"] =
|
78536 |
|
78537 |
-
tablet_selectors[".uagb-section__wrap"]["margin-top"] =
|
78538 |
-
tablet_selectors[".uagb-section__wrap"]["margin-bottom"] =
|
78539 |
}
|
78540 |
|
78541 |
var styling_css = "";
|
78542 |
var id = ".uagb-block-" + props.clientId.substr(0, 8);
|
78543 |
|
78544 |
-
styling_css =
|
78545 |
|
78546 |
-
styling_css +=
|
78547 |
|
78548 |
-
styling_css +=
|
78549 |
|
78550 |
return styling_css;
|
78551 |
}
|
@@ -78602,7 +78602,7 @@ function save(props) {
|
|
78602 |
return wp.element.createElement(
|
78603 |
CustomTag,
|
78604 |
{
|
78605 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
78606 |
},
|
78607 |
wp.element.createElement("div", { className: "uagb-section__overlay" }),
|
78608 |
"video" == backgroundType && wp.element.createElement(
|
@@ -78674,7 +78674,7 @@ var deprecated = [{
|
|
78674 |
return wp.element.createElement(
|
78675 |
CustomTag,
|
78676 |
{
|
78677 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
78678 |
id: "uagb-section-" + block_id
|
78679 |
},
|
78680 |
wp.element.createElement("div", { className: "uagb-section__overlay" }),
|
@@ -78718,7 +78718,7 @@ var deprecated = [{
|
|
78718 |
return wp.element.createElement(
|
78719 |
CustomTag,
|
78720 |
{
|
78721 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
78722 |
id: "uagb-section-" + block_id
|
78723 |
},
|
78724 |
wp.element.createElement("div", { className: "uagb-section__overlay" }),
|
@@ -78747,7 +78747,7 @@ var deprecated = [{
|
|
78747 |
/*!*************************************!*\
|
78748 |
!*** ./src/blocks/buttons/block.js ***!
|
78749 |
\*************************************/
|
78750 |
-
/*!
|
78751 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
78752 |
|
78753 |
"use strict";
|
@@ -78898,7 +78898,7 @@ var UAGBMultiButtonEdit = function (_Component) {
|
|
78898 |
var element = document.getElementById("uagb-style-buttons-" + this.props.clientId.substr(0, 8));
|
78899 |
|
78900 |
if (null !== element && undefined !== element) {
|
78901 |
-
element.innerHTML =
|
78902 |
}
|
78903 |
}
|
78904 |
}, {
|
@@ -78930,8 +78930,8 @@ var UAGBMultiButtonEdit = function (_Component) {
|
|
78930 |
|
78931 |
loadBtnGoogleFonts = wp.element.createElement(__WEBPACK_IMPORTED_MODULE_5__components_typography_fontloader__["a" /* default */], { config: btnconfig });
|
78932 |
}
|
78933 |
-
var getButtonTemplate = __WEBPACK_IMPORTED_MODULE_3_memize___default(
|
78934 |
-
return __WEBPACK_IMPORTED_MODULE_1_lodash_times___default(
|
78935 |
return ["uagb/buttons-child", buttons[n]];
|
78936 |
});
|
78937 |
});
|
@@ -79009,11 +79009,11 @@ var UAGBMultiButtonEdit = function (_Component) {
|
|
79009 |
),
|
79010 |
wp.element.createElement(
|
79011 |
"div",
|
79012 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
79013 |
},
|
79014 |
wp.element.createElement(
|
79015 |
"div",
|
79016 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
79017 |
wp.element.createElement(InnerBlocks, {
|
79018 |
template: getButtonTemplate(btn_count, buttons),
|
79019 |
templateLock: false,
|
@@ -79037,7 +79037,7 @@ var UAGBMultiButtonEdit = function (_Component) {
|
|
79037 |
/*!**********************************************!*\
|
79038 |
!*** ./node_modules/lodash/_castFunction.js ***!
|
79039 |
\**********************************************/
|
79040 |
-
/*!
|
79041 |
/*! all exports used */
|
79042 |
/***/ (function(module, exports, __webpack_require__) {
|
79043 |
|
@@ -79095,15 +79095,15 @@ function styling(props) {
|
|
79095 |
};
|
79096 |
|
79097 |
selectors[" .uagb-button__wrapper"] = {
|
79098 |
-
"margin-left":
|
79099 |
-
"margin-right":
|
79100 |
};
|
79101 |
|
79102 |
if ("desktop" == stack) {
|
79103 |
|
79104 |
selectors[" .uagb-button__wrapper"]["margin-left"] = 0;
|
79105 |
selectors[" .uagb-button__wrapper"]["margin-right"] = 0;
|
79106 |
-
selectors[" .uagb-button__wrapper"]["margin-bottom"] =
|
79107 |
|
79108 |
selectors[" .block-editor-block-list__layout"] = {
|
79109 |
"flex-direction": "column"
|
@@ -79113,7 +79113,7 @@ function styling(props) {
|
|
79113 |
tablet_selectors[" .uagb-button__wrapper"] = {
|
79114 |
"margin-left": 0,
|
79115 |
"margin-right": 0,
|
79116 |
-
"margin-bottom":
|
79117 |
};
|
79118 |
|
79119 |
tablet_selectors[" .block-editor-block-list__layout"] = {
|
@@ -79124,7 +79124,7 @@ function styling(props) {
|
|
79124 |
mobile_selectors[" .uagb-button__wrapper"] = {
|
79125 |
"margin-left": 0,
|
79126 |
"margin-right": 0,
|
79127 |
-
"margin-bottom":
|
79128 |
};
|
79129 |
|
79130 |
mobile_selectors[" .block-editor-block-list__layout"] = {
|
@@ -79158,7 +79158,9 @@ function styling(props) {
|
|
79158 |
}
|
79159 |
} else {
|
79160 |
selectors[" .uagb-button__wrapper"]["justify-content"] = "center";
|
79161 |
-
selectors[" .uagb-buttons-repeater"]
|
|
|
|
|
79162 |
selectors[" .wp-block[data-type='uagb/buttons-child']:first-child .uagb-button__wrapper"] = {
|
79163 |
"margin-left": 0
|
79164 |
};
|
@@ -79168,11 +79170,11 @@ function styling(props) {
|
|
79168 |
}
|
79169 |
|
79170 |
var id = ".uagb-block-" + props.clientId.substr(0, 8);
|
79171 |
-
var styling_css =
|
79172 |
|
79173 |
-
styling_css +=
|
79174 |
|
79175 |
-
styling_css +=
|
79176 |
|
79177 |
return styling_css;
|
79178 |
}
|
@@ -79226,7 +79228,7 @@ var deprecated = [{
|
|
79226 |
return wp.element.createElement(
|
79227 |
"div",
|
79228 |
{
|
79229 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
79230 |
key: index
|
79231 |
},
|
79232 |
wp.element.createElement(RichText.Content, {
|
@@ -79244,13 +79246,13 @@ var deprecated = [{
|
|
79244 |
|
79245 |
return wp.element.createElement(
|
79246 |
"div",
|
79247 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
79248 |
id: "uagb-buttons-" + block_id
|
79249 |
},
|
79250 |
wp.element.createElement(
|
79251 |
"div",
|
79252 |
{ className: "uagb-buttons__wrap" },
|
79253 |
-
__WEBPACK_IMPORTED_MODULE_1_lodash_times___default(
|
79254 |
return renderButtons(n);
|
79255 |
})
|
79256 |
)
|
@@ -79276,7 +79278,7 @@ var deprecated = [{
|
|
79276 |
return wp.element.createElement(
|
79277 |
"div",
|
79278 |
{
|
79279 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
79280 |
key: index
|
79281 |
},
|
79282 |
wp.element.createElement(RichText.Content, {
|
@@ -79293,13 +79295,13 @@ var deprecated = [{
|
|
79293 |
|
79294 |
return wp.element.createElement(
|
79295 |
"div",
|
79296 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
79297 |
id: "uagb-buttons-" + block_id
|
79298 |
},
|
79299 |
wp.element.createElement(
|
79300 |
"div",
|
79301 |
{ className: "uagb-buttons__wrap" },
|
79302 |
-
__WEBPACK_IMPORTED_MODULE_1_lodash_times___default(
|
79303 |
return renderButtons(n);
|
79304 |
})
|
79305 |
)
|
@@ -79325,7 +79327,7 @@ var deprecated = [{
|
|
79325 |
return wp.element.createElement(
|
79326 |
"div",
|
79327 |
{
|
79328 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
79329 |
key: index
|
79330 |
},
|
79331 |
wp.element.createElement(RichText.Content, {
|
@@ -79342,12 +79344,12 @@ var deprecated = [{
|
|
79342 |
|
79343 |
return wp.element.createElement(
|
79344 |
"div",
|
79345 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
79346 |
},
|
79347 |
wp.element.createElement(
|
79348 |
"div",
|
79349 |
{ className: "uagb-buttons__wrap" },
|
79350 |
-
__WEBPACK_IMPORTED_MODULE_1_lodash_times___default(
|
79351 |
return renderButtons(n);
|
79352 |
})
|
79353 |
)
|
@@ -79393,7 +79395,7 @@ function save(props) {
|
|
79393 |
|
79394 |
return wp.element.createElement(
|
79395 |
"div",
|
79396 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
79397 |
},
|
79398 |
wp.element.createElement(
|
79399 |
"div",
|
@@ -79408,7 +79410,7 @@ function save(props) {
|
|
79408 |
/*!***************************************!*\
|
79409 |
!*** ./src/blocks/buttons/style.scss ***!
|
79410 |
\***************************************/
|
79411 |
-
/*!
|
79412 |
/***/ (function(module, exports) {
|
79413 |
|
79414 |
// removed by extract-text-webpack-plugin
|
@@ -79418,7 +79420,7 @@ function save(props) {
|
|
79418 |
/*!****************************************!*\
|
79419 |
!*** ./src/blocks/buttons/editor.scss ***!
|
79420 |
\****************************************/
|
79421 |
-
/*!
|
79422 |
/***/ (function(module, exports) {
|
79423 |
|
79424 |
// removed by extract-text-webpack-plugin
|
@@ -79428,7 +79430,7 @@ function save(props) {
|
|
79428 |
/*!*******************************************!*\
|
79429 |
!*** ./src/blocks/buttons-child/block.js ***!
|
79430 |
\*******************************************/
|
79431 |
-
/*!
|
79432 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
79433 |
|
79434 |
"use strict";
|
@@ -79505,7 +79507,7 @@ var deprecated = [{
|
|
79505 |
|
79506 |
return wp.element.createElement(
|
79507 |
"div",
|
79508 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
79509 |
wp.element.createElement(
|
79510 |
"div",
|
79511 |
{ className: "uagb-button__wrapper" },
|
@@ -79625,7 +79627,7 @@ var UAGBButtonsChild = function (_Component) {
|
|
79625 |
var element = document.getElementById("uagb-style-button-" + this.props.clientId.substr(0, 8));
|
79626 |
|
79627 |
if (null !== element && undefined !== element) {
|
79628 |
-
element.innerHTML =
|
79629 |
}
|
79630 |
}
|
79631 |
}, {
|
@@ -80332,8 +80334,8 @@ var UAGBButtonsChild = function (_Component) {
|
|
80332 |
if ('' !== icon && curr_position === iconPosition) {
|
80333 |
return wp.element.createElement(
|
80334 |
"span",
|
80335 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
80336 |
-
|
80337 |
);
|
80338 |
}
|
80339 |
return null;
|
@@ -80364,13 +80366,13 @@ var UAGBButtonsChild = function (_Component) {
|
|
80364 |
),
|
80365 |
wp.element.createElement(
|
80366 |
"div",
|
80367 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
80368 |
wp.element.createElement(
|
80369 |
"div",
|
80370 |
{ className: "uagb-button__wrapper" },
|
80371 |
wp.element.createElement(
|
80372 |
"div",
|
80373 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
80374 |
icon_html("before"),
|
80375 |
wp.element.createElement(RichText, {
|
80376 |
placeholder: __("Add text…"),
|
@@ -80450,20 +80452,20 @@ function styling(props) {
|
|
80450 |
if (!inheritFromTheme) {
|
80451 |
selectors = {
|
80452 |
" .uagb-buttons-repeater": {
|
80453 |
-
"font-size":
|
80454 |
-
"line-height":
|
80455 |
"font-family": fontFamily,
|
80456 |
"font-weight": fontWeight,
|
80457 |
-
"border-width":
|
80458 |
"border-style": borderStyle,
|
80459 |
"border-color": borderColor,
|
80460 |
-
"border-radius":
|
80461 |
"background": background,
|
80462 |
"padding": vPadding + "px " + hPadding + "px"
|
80463 |
},
|
80464 |
" .uagb-buttons-repeater:hover": {
|
80465 |
"background": hBackground,
|
80466 |
-
"border-width":
|
80467 |
"border-style": borderStyle,
|
80468 |
"border-color": borderHColor
|
80469 |
},
|
@@ -80482,18 +80484,18 @@ function styling(props) {
|
|
80482 |
};
|
80483 |
|
80484 |
mobile_selectors[" .uagb-buttons-repeater"] = {
|
80485 |
-
"font-size":
|
80486 |
-
"line-height":
|
80487 |
};
|
80488 |
|
80489 |
tablet_selectors[" .uagb-buttons-repeater"] = {
|
80490 |
-
"font-size":
|
80491 |
-
"line-height":
|
80492 |
};
|
80493 |
}
|
80494 |
|
80495 |
selectors[" .uagb-button__icon"] = {
|
80496 |
-
"width":
|
80497 |
};
|
80498 |
|
80499 |
if (!inheritFromTheme) {
|
@@ -80501,29 +80503,29 @@ function styling(props) {
|
|
80501 |
}
|
80502 |
|
80503 |
selectors[" .uagb-button__icon-position-after"] = {
|
80504 |
-
'margin-left':
|
80505 |
};
|
80506 |
|
80507 |
selectors[" .uagb-button__icon-position-before"] = {
|
80508 |
-
'margin-right':
|
80509 |
};
|
80510 |
|
80511 |
mobile_selectors[" .uagb-button__icon"] = {
|
80512 |
-
"width":
|
80513 |
-
"height":
|
80514 |
};
|
80515 |
|
80516 |
tablet_selectors[" .uagb-button__icon"] = {
|
80517 |
-
"width":
|
80518 |
-
"height":
|
80519 |
};
|
80520 |
|
80521 |
var id = ".uagb-block-" + props.clientId.substr(0, 8);
|
80522 |
-
var styling_css =
|
80523 |
|
80524 |
-
styling_css +=
|
80525 |
|
80526 |
-
styling_css +=
|
80527 |
|
80528 |
return styling_css;
|
80529 |
}
|
@@ -80535,7 +80537,7 @@ function styling(props) {
|
|
80535 |
/*!******************************************************!*\
|
80536 |
!*** ./node_modules/react-transition-group/index.js ***!
|
80537 |
\******************************************************/
|
80538 |
-
/*!
|
80539 |
/*! all exports used */
|
80540 |
/***/ (function(module, exports, __webpack_require__) {
|
80541 |
|
@@ -80564,7 +80566,7 @@ module.exports = {
|
|
80564 |
/*!**************************************************************!*\
|
80565 |
!*** ./node_modules/react-transition-group/CSSTransition.js ***!
|
80566 |
\**************************************************************/
|
80567 |
-
/*!
|
80568 |
/*! all exports used */
|
80569 |
/***/ (function(module, exports, __webpack_require__) {
|
80570 |
|
@@ -80940,7 +80942,7 @@ module.exports = exports["default"];
|
|
80940 |
/*!****************************************************!*\
|
80941 |
!*** ./node_modules/dom-helpers/class/addClass.js ***!
|
80942 |
\****************************************************/
|
80943 |
-
/*!
|
80944 |
/*! all exports used */
|
80945 |
/***/ (function(module, exports, __webpack_require__) {
|
80946 |
|
@@ -80965,7 +80967,7 @@ module.exports = exports["default"];
|
|
80965 |
/*!**********************************************************************!*\
|
80966 |
!*** ./node_modules/@babel/runtime/helpers/interopRequireDefault.js ***!
|
80967 |
\**********************************************************************/
|
80968 |
-
/*!
|
80969 |
/*! all exports used */
|
80970 |
/***/ (function(module, exports) {
|
80971 |
|
@@ -80982,7 +80984,7 @@ module.exports = _interopRequireDefault;
|
|
80982 |
/*!****************************************************!*\
|
80983 |
!*** ./node_modules/dom-helpers/class/hasClass.js ***!
|
80984 |
\****************************************************/
|
80985 |
-
/*!
|
80986 |
/*! all exports used */
|
80987 |
/***/ (function(module, exports, __webpack_require__) {
|
80988 |
|
@@ -81003,7 +81005,7 @@ module.exports = exports["default"];
|
|
81003 |
/*!*******************************************************!*\
|
81004 |
!*** ./node_modules/dom-helpers/class/removeClass.js ***!
|
81005 |
\*******************************************************/
|
81006 |
-
/*!
|
81007 |
/*! all exports used */
|
81008 |
/***/ (function(module, exports, __webpack_require__) {
|
81009 |
|
@@ -81023,7 +81025,7 @@ module.exports = function removeClass(element, className) {
|
|
81023 |
/*!******************************************************************!*\
|
81024 |
!*** ./node_modules/react-transition-group/ReplaceTransition.js ***!
|
81025 |
\******************************************************************/
|
81026 |
-
/*!
|
81027 |
/*! all exports used */
|
81028 |
/***/ (function(module, exports, __webpack_require__) {
|
81029 |
|
@@ -81185,7 +81187,7 @@ module.exports = exports["default"];
|
|
81185 |
/*!*******************************************************************!*\
|
81186 |
!*** ./node_modules/react-transition-group/utils/ChildMapping.js ***!
|
81187 |
\*******************************************************************/
|
81188 |
-
/*!
|
81189 |
/*! all exports used */
|
81190 |
/***/ (function(module, exports, __webpack_require__) {
|
81191 |
|
@@ -81408,8 +81410,8 @@ function save(props) {
|
|
81408 |
if ('' !== icon && curr_position === iconPosition) {
|
81409 |
return wp.element.createElement(
|
81410 |
"span",
|
81411 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
81412 |
-
|
81413 |
);
|
81414 |
}
|
81415 |
return null;
|
@@ -81417,14 +81419,14 @@ function save(props) {
|
|
81417 |
|
81418 |
return wp.element.createElement(
|
81419 |
"div",
|
81420 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
81421 |
wp.element.createElement(
|
81422 |
"div",
|
81423 |
{ className: "uagb-button__wrapper" },
|
81424 |
wp.element.createElement(
|
81425 |
"a",
|
81426 |
{
|
81427 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
81428 |
href: link,
|
81429 |
rel: "noopener noreferrer",
|
81430 |
target: target },
|
@@ -81445,7 +81447,7 @@ function save(props) {
|
|
81445 |
/*!*********************************************!*\
|
81446 |
!*** ./src/blocks/buttons-child/style.scss ***!
|
81447 |
\*********************************************/
|
81448 |
-
/*!
|
81449 |
/***/ (function(module, exports) {
|
81450 |
|
81451 |
// removed by extract-text-webpack-plugin
|
@@ -81455,7 +81457,7 @@ function save(props) {
|
|
81455 |
/*!**************************************!*\
|
81456 |
!*** ./src/blocks/info-box/block.js ***!
|
81457 |
\**************************************/
|
81458 |
-
/*!
|
81459 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
81460 |
|
81461 |
"use strict";
|
@@ -82080,7 +82082,21 @@ var UAGBinfoBox = function (_Component) {
|
|
82080 |
return setAttributes({ inheritFromTheme: !inheritFromTheme });
|
82081 |
}
|
82082 |
}),
|
82083 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
82084 |
label: __("Typography"),
|
82085 |
attributes: attributes,
|
82086 |
setAttributes: setAttributes,
|
@@ -82882,7 +82898,7 @@ var UAGBinfoBox = function (_Component) {
|
|
82882 |
|
82883 |
var output = wp.element.createElement(
|
82884 |
"div",
|
82885 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a.apply(undefined, ["uagb-infobox__content-wrap", ctaType == "all" ? " uagb-infobox_cta-type-all" : ""].concat(_toConsumableArray(
|
82886 |
wp.element.createElement(
|
82887 |
"div",
|
82888 |
{ className: "uagb-ifb-left-right-wrap" },
|
@@ -82943,7 +82959,7 @@ var UAGBinfoBox = function (_Component) {
|
|
82943 |
inspect_control,
|
82944 |
wp.element.createElement(
|
82945 |
"div",
|
82946 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
82947 |
},
|
82948 |
ctaType == "all" && wp.element.createElement(
|
82949 |
Fragment,
|
@@ -82965,7 +82981,7 @@ var UAGBinfoBox = function (_Component) {
|
|
82965 |
var element = document.getElementById("uagb-info-box-style-" + this.props.clientId.substr(0, 8));
|
82966 |
|
82967 |
if (null !== element && undefined !== element) {
|
82968 |
-
element.innerHTML =
|
82969 |
}
|
82970 |
}
|
82971 |
}, {
|
@@ -83113,7 +83129,7 @@ function save(props) {
|
|
83113 |
|
83114 |
var output = wp.element.createElement(
|
83115 |
"div",
|
83116 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a.apply(undefined, ["uagb-infobox__content-wrap", ctaType == "all" ? " uagb-infobox_cta-type-all" : ""].concat(_toConsumableArray(
|
83117 |
wp.element.createElement(
|
83118 |
"div",
|
83119 |
{ className: "uagb-ifb-left-right-wrap" },
|
@@ -83165,7 +83181,7 @@ function save(props) {
|
|
83165 |
|
83166 |
return wp.element.createElement(
|
83167 |
"div",
|
83168 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
83169 |
ctaType == "all" && wp.element.createElement("a", { href: ctaLink, className: "uagb-infobox-link-wrap uagb-infbox__link-to-all", target: target, "aria-label": "Infobox Link", rel: "noopener noreferrer" }),
|
83170 |
output
|
83171 |
);
|
@@ -83277,7 +83293,7 @@ var deprecated = [{
|
|
83277 |
null,
|
83278 |
wp.element.createElement(
|
83279 |
"div",
|
83280 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a.apply(undefined, ["uagb-infobox__content-wrap"].concat(_toConsumableArray(
|
83281 |
wp.element.createElement(
|
83282 |
"div",
|
83283 |
{ className: "uagb-ifb-left-right-wrap" },
|
@@ -83333,7 +83349,7 @@ var deprecated = [{
|
|
83333 |
null,
|
83334 |
wp.element.createElement(
|
83335 |
"div",
|
83336 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
83337 |
id: "uagb-infobox-" + block_id },
|
83338 |
ctaType == "all" && wp.element.createElement(
|
83339 |
Fragment,
|
@@ -83410,7 +83426,7 @@ var deprecated = [{
|
|
83410 |
null,
|
83411 |
wp.element.createElement(
|
83412 |
"div",
|
83413 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a.apply(undefined, ["uagb-infobox__content-wrap"].concat(_toConsumableArray(
|
83414 |
wp.element.createElement(
|
83415 |
"div",
|
83416 |
{ className: "uagb-ifb-left-right-wrap" },
|
@@ -83466,7 +83482,7 @@ var deprecated = [{
|
|
83466 |
null,
|
83467 |
wp.element.createElement(
|
83468 |
"div",
|
83469 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
83470 |
id: "uagb-infobox-" + block_id },
|
83471 |
ctaType == "all" && wp.element.createElement(
|
83472 |
Fragment,
|
@@ -83543,7 +83559,7 @@ var deprecated = [{
|
|
83543 |
null,
|
83544 |
wp.element.createElement(
|
83545 |
"div",
|
83546 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a.apply(undefined, ["uagb-infobox__content-wrap"].concat(_toConsumableArray(
|
83547 |
wp.element.createElement(
|
83548 |
"div",
|
83549 |
{ className: "uagb-ifb-left-right-wrap" },
|
@@ -83599,7 +83615,7 @@ var deprecated = [{
|
|
83599 |
null,
|
83600 |
wp.element.createElement(
|
83601 |
"div",
|
83602 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
83603 |
id: "uagb-infobox-" + block_id },
|
83604 |
ctaType == "all" && wp.element.createElement(
|
83605 |
Fragment,
|
@@ -83707,7 +83723,7 @@ var deprecated = [{
|
|
83707 |
null,
|
83708 |
wp.element.createElement(
|
83709 |
"div",
|
83710 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a.apply(undefined, ["uagb-infobox__content-wrap", ctaType == "all" ? " uagb-infobox_cta-type-all" : ""].concat(_toConsumableArray(
|
83711 |
wp.element.createElement(
|
83712 |
"div",
|
83713 |
{ className: "uagb-ifb-left-right-wrap" },
|
@@ -83763,7 +83779,7 @@ var deprecated = [{
|
|
83763 |
null,
|
83764 |
wp.element.createElement(
|
83765 |
"div",
|
83766 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
83767 |
id: "uagb-infobox-" + block_id },
|
83768 |
ctaType == "all" && wp.element.createElement(
|
83769 |
Fragment,
|
@@ -83867,7 +83883,7 @@ var deprecated = [{
|
|
83867 |
null,
|
83868 |
wp.element.createElement(
|
83869 |
"div",
|
83870 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a.apply(undefined, ["uagb-infobox__content-wrap", ctaType == "all" ? " uagb-infobox_cta-type-all" : ""].concat(_toConsumableArray(
|
83871 |
wp.element.createElement(
|
83872 |
"div",
|
83873 |
{ className: "uagb-ifb-left-right-wrap" },
|
@@ -83923,7 +83939,7 @@ var deprecated = [{
|
|
83923 |
null,
|
83924 |
wp.element.createElement(
|
83925 |
"div",
|
83926 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
83927 |
ctaType == "all" && wp.element.createElement(
|
83928 |
Fragment,
|
83929 |
null,
|
@@ -84051,7 +84067,7 @@ var InfoBoxCta = function (_React$Component) {
|
|
84051 |
if (attributes.ctaIcon !== "") {
|
84052 |
cta_icon_output = wp.element.createElement(
|
84053 |
"span",
|
84054 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
84055 |
wp.element.createElement("i", { className: attributes.ctaIcon })
|
84056 |
);
|
84057 |
}
|
@@ -84101,7 +84117,7 @@ var InfoBoxCta = function (_React$Component) {
|
|
84101 |
/*!*****************************************!*\
|
84102 |
!*** ./src/blocks/info-box/editor.scss ***!
|
84103 |
\*****************************************/
|
84104 |
-
/*!
|
84105 |
/***/ (function(module, exports) {
|
84106 |
|
84107 |
// removed by extract-text-webpack-plugin
|
@@ -84111,7 +84127,7 @@ var InfoBoxCta = function (_React$Component) {
|
|
84111 |
/*!****************************************!*\
|
84112 |
!*** ./src/blocks/info-box/style.scss ***!
|
84113 |
\****************************************/
|
84114 |
-
/*!
|
84115 |
/***/ (function(module, exports) {
|
84116 |
|
84117 |
// removed by extract-text-webpack-plugin
|
@@ -84121,7 +84137,7 @@ var InfoBoxCta = function (_React$Component) {
|
|
84121 |
/*!*****************************************!*\
|
84122 |
!*** ./src/blocks/testimonial/block.js ***!
|
84123 |
\*****************************************/
|
84124 |
-
/*!
|
84125 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
84126 |
|
84127 |
"use strict";
|
@@ -85106,7 +85122,7 @@ var UAGBtestimonial = function (_Component) {
|
|
85106 |
var incAmount = Math.abs(newCount - cloneTest_block.length);
|
85107 |
|
85108 |
{
|
85109 |
-
__WEBPACK_IMPORTED_MODULE_7_lodash_times___default(
|
85110 |
|
85111 |
cloneTest_block.push({
|
85112 |
description: "I have been working with these guys since years now! With lots of hard work and timely communication they made sure they delivered the best to me. Highly recommended!",
|
@@ -85197,7 +85213,7 @@ var UAGBtestimonial = function (_Component) {
|
|
85197 |
title: __("Image"),
|
85198 |
initialOpen: false
|
85199 |
},
|
85200 |
-
__WEBPACK_IMPORTED_MODULE_7_lodash_times___default(
|
85201 |
return tmControls(n);
|
85202 |
}),
|
85203 |
cnt > 0 && wp.element.createElement(
|
@@ -85282,17 +85298,17 @@ var UAGBtestimonial = function (_Component) {
|
|
85282 |
inspect_control,
|
85283 |
wp.element.createElement(
|
85284 |
"div",
|
85285 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
85286 |
},
|
85287 |
wp.element.createElement(
|
85288 |
__WEBPACK_IMPORTED_MODULE_8_react_slick___default.a,
|
85289 |
_extends({
|
85290 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
85291 |
}, settings),
|
85292 |
test_block.map(function (test, index) {
|
85293 |
return wp.element.createElement(
|
85294 |
"div",
|
85295 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a.apply(undefined, ["uagb-testimonial__wrap"].concat(_toConsumableArray(
|
85296 |
wp.element.createElement(
|
85297 |
"div",
|
85298 |
{ className: "uagb-tm__content", key: "tm_content-" + index },
|
@@ -85349,7 +85365,7 @@ var UAGBtestimonial = function (_Component) {
|
|
85349 |
var element = document.getElementById("uagb-testinomial-style-" + this.props.clientId.substr(0, 8));
|
85350 |
|
85351 |
if (null !== element && undefined !== element) {
|
85352 |
-
element.innerHTML =
|
85353 |
}
|
85354 |
}
|
85355 |
}, {
|
@@ -85467,53 +85483,53 @@ function TestimonialStyle(props) {
|
|
85467 |
|
85468 |
var selectors = {
|
85469 |
" .uagb-testimonial__wrap": {
|
85470 |
-
"padding-left":
|
85471 |
-
"padding-right":
|
85472 |
-
"margin-bottom":
|
85473 |
},
|
85474 |
" .uagb-testimonial__wrap .uagb-tm__image-content": {
|
85475 |
-
"padding-left":
|
85476 |
-
"padding-right":
|
85477 |
-
"padding-top":
|
85478 |
-
"padding-bottom":
|
85479 |
},
|
85480 |
" .uagb-tm__image-position-top .uagb-tm__image-content": {
|
85481 |
"justify-content": img_align
|
85482 |
},
|
85483 |
// Image
|
85484 |
" .uagb-tm__image img": {
|
85485 |
-
"width":
|
85486 |
-
"max-width":
|
85487 |
},
|
85488 |
" .uagb-tm__content": {
|
85489 |
"text-align": headingAlign,
|
85490 |
-
"padding":
|
85491 |
},
|
85492 |
// Prefix Style
|
85493 |
" .uagb-tm__author-name": {
|
85494 |
-
"font-size":
|
85495 |
"font-family": nameFontFamily,
|
85496 |
"font-weight": nameFontWeight,
|
85497 |
-
"line-height":
|
85498 |
"color": authorColor,
|
85499 |
-
"margin-bottom":
|
85500 |
},
|
85501 |
// Title Style
|
85502 |
" .uagb-tm__company": {
|
85503 |
-
"font-size":
|
85504 |
"font-family": companyFontFamily,
|
85505 |
"font-weight": companyFontWeight,
|
85506 |
-
"line-height":
|
85507 |
"color": companyColor
|
85508 |
},
|
85509 |
// Description Style
|
85510 |
" .uagb-tm__desc": {
|
85511 |
-
"font-size":
|
85512 |
"font-family": descFontFamily,
|
85513 |
"font-weight": descFontWeight,
|
85514 |
-
"line-height":
|
85515 |
"color": descColor,
|
85516 |
-
"margin-bottom":
|
85517 |
},
|
85518 |
" .uagb-testimonial__wrap.uagb-tm__bg-type-color .uagb-tm__content": {
|
85519 |
"background-color": backgroundColor
|
@@ -85536,8 +85552,8 @@ function TestimonialStyle(props) {
|
|
85536 |
},
|
85537 |
" .slick-arrow svg": {
|
85538 |
"fill": arrowColor,
|
85539 |
-
"height":
|
85540 |
-
"width":
|
85541 |
}
|
85542 |
};
|
85543 |
|
@@ -85552,12 +85568,12 @@ function TestimonialStyle(props) {
|
|
85552 |
selectors[" .uagb-testimonial__wrap .uagb-tm__content"] = {
|
85553 |
"border-color": borderColor,
|
85554 |
"border-style": borderStyle,
|
85555 |
-
"border-width":
|
85556 |
-
"border-radius":
|
85557 |
};
|
85558 |
} else {
|
85559 |
selectors[" .uagb-testimonial__wrap .uagb-tm__content"] = {
|
85560 |
-
"border-radius":
|
85561 |
};
|
85562 |
}
|
85563 |
|
@@ -85575,31 +85591,31 @@ function TestimonialStyle(props) {
|
|
85575 |
|
85576 |
var mobile_selectors = {
|
85577 |
" .uagb-tm__desc": {
|
85578 |
-
"font-size":
|
85579 |
-
"line-height":
|
85580 |
},
|
85581 |
" .uagb-tm__company": {
|
85582 |
-
"font-size":
|
85583 |
-
"line-height":
|
85584 |
},
|
85585 |
" .uagb-tm__author-name": {
|
85586 |
-
"font-size":
|
85587 |
-
"line-height":
|
85588 |
}
|
85589 |
};
|
85590 |
|
85591 |
var tablet_selectors = {
|
85592 |
" .uagb-tm__desc": {
|
85593 |
-
"font-size":
|
85594 |
-
"line-height":
|
85595 |
},
|
85596 |
" .uagb-tm__company": {
|
85597 |
-
"font-size":
|
85598 |
-
"line-height":
|
85599 |
},
|
85600 |
" .uagb-tm__author-name": {
|
85601 |
-
"font-size":
|
85602 |
-
"line-height":
|
85603 |
},
|
85604 |
" .uagb-tm__content": {
|
85605 |
"text-align": "center"
|
@@ -85609,9 +85625,9 @@ function TestimonialStyle(props) {
|
|
85609 |
var styling_css = "";
|
85610 |
var id = ".uagb-block-" + props.clientId.substr(0, 8);
|
85611 |
|
85612 |
-
styling_css =
|
85613 |
-
styling_css +=
|
85614 |
-
styling_css +=
|
85615 |
|
85616 |
return styling_css;
|
85617 |
}
|
@@ -85675,17 +85691,17 @@ function save(props) {
|
|
85675 |
null,
|
85676 |
wp.element.createElement(
|
85677 |
"div",
|
85678 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
85679 |
},
|
85680 |
wp.element.createElement(
|
85681 |
"div",
|
85682 |
{
|
85683 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
85684 |
},
|
85685 |
test_block.map(function (test, index) {
|
85686 |
return wp.element.createElement(
|
85687 |
"div",
|
85688 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a.apply(undefined, ["uagb-testimonial__wrap"].concat(_toConsumableArray(
|
85689 |
wp.element.createElement(
|
85690 |
"div",
|
85691 |
{ className: "uagb-tm__content", key: "tm_content-" + index },
|
@@ -85812,19 +85828,19 @@ var deprecated = [{
|
|
85812 |
null,
|
85813 |
wp.element.createElement(
|
85814 |
"div",
|
85815 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
85816 |
id: "uagb-testimonial-" + block_id,
|
85817 |
"data-slider": JSON.stringify(sldier_data)
|
85818 |
},
|
85819 |
wp.element.createElement(
|
85820 |
"div",
|
85821 |
{
|
85822 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
85823 |
},
|
85824 |
test_block.map(function (test, index) {
|
85825 |
return wp.element.createElement(
|
85826 |
"div",
|
85827 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a.apply(undefined, ["uagb-testimonial__wrap"].concat(_toConsumableArray(
|
85828 |
wp.element.createElement(
|
85829 |
"div",
|
85830 |
{ className: "uagb-tm__content", key: "tm_content-" + index },
|
@@ -85897,18 +85913,18 @@ var deprecated = [{
|
|
85897 |
null,
|
85898 |
wp.element.createElement(
|
85899 |
"div",
|
85900 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
85901 |
id: "uagb-testimonial-" + block_id
|
85902 |
},
|
85903 |
wp.element.createElement(
|
85904 |
"div",
|
85905 |
{
|
85906 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
85907 |
},
|
85908 |
test_block.map(function (test, index) {
|
85909 |
return wp.element.createElement(
|
85910 |
"div",
|
85911 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a.apply(undefined, ["uagb-testimonial__wrap"].concat(_toConsumableArray(
|
85912 |
wp.element.createElement(
|
85913 |
"div",
|
85914 |
{ className: "uagb-tm__content", key: "tm_content-" + index },
|
@@ -85965,7 +85981,7 @@ var deprecated = [{
|
|
85965 |
/*!*******************************************!*\
|
85966 |
!*** ./src/blocks/testimonial/style.scss ***!
|
85967 |
\*******************************************/
|
85968 |
-
/*!
|
85969 |
/***/ (function(module, exports) {
|
85970 |
|
85971 |
// removed by extract-text-webpack-plugin
|
@@ -85975,7 +85991,7 @@ var deprecated = [{
|
|
85975 |
/*!********************************************!*\
|
85976 |
!*** ./src/blocks/testimonial/editor.scss ***!
|
85977 |
\********************************************/
|
85978 |
-
/*!
|
85979 |
/***/ (function(module, exports) {
|
85980 |
|
85981 |
// removed by extract-text-webpack-plugin
|
@@ -85985,7 +86001,7 @@ var deprecated = [{
|
|
85985 |
/*!**********************************!*\
|
85986 |
!*** ./src/blocks/team/block.js ***!
|
85987 |
\**********************************/
|
85988 |
-
/*!
|
85989 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
85990 |
|
85991 |
"use strict";
|
@@ -86123,7 +86139,7 @@ var UAGBTeam = function (_Component) {
|
|
86123 |
wp.element.createElement(
|
86124 |
"a",
|
86125 |
{ href: link, "aria-label": icon, target: target_value, title: "", rel: "noopener noreferrer" },
|
86126 |
-
|
86127 |
)
|
86128 |
);
|
86129 |
}
|
@@ -86324,7 +86340,7 @@ var UAGBTeam = function (_Component) {
|
|
86324 |
image_html = wp.element.createElement(
|
86325 |
"div",
|
86326 |
{
|
86327 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
86328 |
wp.element.createElement("img", {
|
86329 |
className: "",
|
86330 |
src: img_url,
|
@@ -86914,7 +86930,7 @@ var UAGBTeam = function (_Component) {
|
|
86914 |
wp.element.createElement(
|
86915 |
"div",
|
86916 |
{
|
86917 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
86918 |
wp.element.createElement(
|
86919 |
"div",
|
86920 |
{ className: "uagb-team__wrap" },
|
@@ -86941,7 +86957,7 @@ var UAGBTeam = function (_Component) {
|
|
86941 |
var element = document.getElementById("uagb-team-style-" + this.props.clientId.substr(0, 8));
|
86942 |
|
86943 |
if (null !== element && undefined !== element) {
|
86944 |
-
element.innerHTML =
|
86945 |
}
|
86946 |
}
|
86947 |
}, {
|
@@ -87039,34 +87055,34 @@ function styling(props) {
|
|
87039 |
|
87040 |
var selectors = {
|
87041 |
" p.uagb-team__desc.block-editor-rich-text__editable": {
|
87042 |
-
"font-size":
|
87043 |
-
"line-height":
|
87044 |
"font-family": descFontFamily,
|
87045 |
"font-weight": descFontWeight,
|
87046 |
"color": descColor,
|
87047 |
-
"margin-bottom":
|
87048 |
},
|
87049 |
-
" .uagb-team__prefix": {
|
87050 |
"font-family": prefixFontFamily,
|
87051 |
"font-weight": prefixFontWeight,
|
87052 |
-
"font-size":
|
87053 |
-
"line-height":
|
87054 |
"color": prefixColor
|
87055 |
},
|
87056 |
" .uagb-team__desc-wrap": {
|
87057 |
-
"margin-top":
|
87058 |
},
|
87059 |
" .uagb-team__social-icon a": {
|
87060 |
"color": socialColor,
|
87061 |
-
"font-size":
|
87062 |
-
"width":
|
87063 |
-
"height":
|
87064 |
-
"line-height":
|
87065 |
},
|
87066 |
" .uagb-team__social-icon svg": {
|
87067 |
"fill": socialColor,
|
87068 |
-
"width":
|
87069 |
-
"height":
|
87070 |
},
|
87071 |
" .uagb-team__social-icon:hover a": {
|
87072 |
"color": socialHoverColor
|
@@ -87075,31 +87091,31 @@ function styling(props) {
|
|
87075 |
"fill": socialHoverColor
|
87076 |
},
|
87077 |
".uagb-team__image-position-left .uagb-team__social-icon": {
|
87078 |
-
"margin-right":
|
87079 |
"margin-left": "0"
|
87080 |
},
|
87081 |
".uagb-team__image-position-right .uagb-team__social-icon": {
|
87082 |
-
"margin-left":
|
87083 |
"margin-right": "0"
|
87084 |
},
|
87085 |
".uagb-team__image-position-above.uagb-team__align-center .uagb-team__social-icon": {
|
87086 |
-
"margin-right":
|
87087 |
-
"margin-left":
|
87088 |
},
|
87089 |
".uagb-team__image-position-above.uagb-team__align-left .uagb-team__social-icon": {
|
87090 |
-
"margin-right":
|
87091 |
"margin-left": "0"
|
87092 |
},
|
87093 |
".uagb-team__image-position-above.uagb-team__align-right .uagb-team__social-icon": {
|
87094 |
-
"margin-left":
|
87095 |
"margin-right": "0"
|
87096 |
},
|
87097 |
" .uagb-team__image-wrap": {
|
87098 |
-
"margin-top":
|
87099 |
-
"margin-bottom":
|
87100 |
-
"margin-left":
|
87101 |
-
"margin-right":
|
87102 |
-
"width":
|
87103 |
}
|
87104 |
};
|
87105 |
|
@@ -87120,69 +87136,69 @@ function styling(props) {
|
|
87120 |
}
|
87121 |
}
|
87122 |
|
87123 |
-
selectors[" " + tag + ".uagb-team__title"] = {
|
87124 |
"font-family": titleFontFamily,
|
87125 |
"font-weight": titleFontWeight,
|
87126 |
-
"font-size":
|
87127 |
-
"line-height":
|
87128 |
"color": titleColor,
|
87129 |
-
"margin-bottom":
|
87130 |
};
|
87131 |
|
87132 |
mobile_selectors = {
|
87133 |
" p.uagb-team__desc.block-editor-rich-text__editable": {
|
87134 |
-
"font-size":
|
87135 |
},
|
87136 |
" .uagb-team__prefix": {
|
87137 |
-
"font-size":
|
87138 |
},
|
87139 |
" .uagb-team__social-icon a": {
|
87140 |
-
"font-size":
|
87141 |
-
"width":
|
87142 |
-
"height":
|
87143 |
-
"line-height":
|
87144 |
},
|
87145 |
" .uagb-team__social-icon svg": {
|
87146 |
-
"width":
|
87147 |
-
"height":
|
87148 |
}
|
87149 |
};
|
87150 |
|
87151 |
tablet_selectors = {
|
87152 |
" p.uagb-team__desc.block-editor-rich-text__editable": {
|
87153 |
-
"font-size":
|
87154 |
},
|
87155 |
" .uagb-team__prefix": {
|
87156 |
-
"font-size":
|
87157 |
},
|
87158 |
" .uagb-team__social-icon a": {
|
87159 |
-
"font-size":
|
87160 |
-
"width":
|
87161 |
-
"height":
|
87162 |
-
"line-height":
|
87163 |
},
|
87164 |
" .uagb-team__social-icon svg": {
|
87165 |
-
"width":
|
87166 |
-
"height":
|
87167 |
}
|
87168 |
};
|
87169 |
|
87170 |
mobile_selectors[" " + tag + ".uagb-team__title"] = {
|
87171 |
-
"font-size":
|
87172 |
};
|
87173 |
|
87174 |
tablet_selectors[" " + tag + ".uagb-team__title"] = {
|
87175 |
-
"font-size":
|
87176 |
};
|
87177 |
|
87178 |
var styling_css = "";
|
87179 |
var id = ".uagb-block-" + props.clientId.substr(0, 8);
|
87180 |
|
87181 |
-
styling_css =
|
87182 |
|
87183 |
-
styling_css +=
|
87184 |
|
87185 |
-
styling_css +=
|
87186 |
|
87187 |
return styling_css;
|
87188 |
}
|
@@ -87224,7 +87240,7 @@ function social_html(icon, link, target) {
|
|
87224 |
wp.element.createElement(
|
87225 |
"a",
|
87226 |
{ href: link, "aria-label": icon, target: target_value, title: "", rel: "noopener noreferrer" },
|
87227 |
-
|
87228 |
)
|
87229 |
);
|
87230 |
}
|
@@ -87272,7 +87288,7 @@ function save(props) {
|
|
87272 |
image_html = wp.element.createElement(
|
87273 |
"div",
|
87274 |
{
|
87275 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
87276 |
wp.element.createElement("img", {
|
87277 |
className: "",
|
87278 |
src: img_url,
|
@@ -87284,7 +87300,7 @@ function save(props) {
|
|
87284 |
return wp.element.createElement(
|
87285 |
"div",
|
87286 |
{
|
87287 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
87288 |
wp.element.createElement(
|
87289 |
"div",
|
87290 |
{ className: "uagb-team__wrap" },
|
@@ -87368,7 +87384,7 @@ function social_html(icon, link, target) {
|
|
87368 |
wp.element.createElement(
|
87369 |
"a",
|
87370 |
{ href: link, target: target_value, title: "", rel: "noopener noreferrer" },
|
87371 |
-
|
87372 |
)
|
87373 |
);
|
87374 |
}
|
@@ -87431,7 +87447,7 @@ var deprecated = [{
|
|
87431 |
image_html = wp.element.createElement(
|
87432 |
"div",
|
87433 |
{
|
87434 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
87435 |
wp.element.createElement("img", {
|
87436 |
className: "",
|
87437 |
src: img_url,
|
@@ -87443,7 +87459,7 @@ var deprecated = [{
|
|
87443 |
return wp.element.createElement(
|
87444 |
"div",
|
87445 |
{
|
87446 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
87447 |
id: "uagb-team-" + block_id },
|
87448 |
wp.element.createElement(
|
87449 |
"div",
|
@@ -87538,7 +87554,7 @@ var deprecated = [{
|
|
87538 |
image_html = wp.element.createElement(
|
87539 |
"div",
|
87540 |
{
|
87541 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
87542 |
wp.element.createElement("img", {
|
87543 |
className: "",
|
87544 |
src: img_url,
|
@@ -87550,7 +87566,7 @@ var deprecated = [{
|
|
87550 |
return wp.element.createElement(
|
87551 |
"div",
|
87552 |
{
|
87553 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
87554 |
id: "uagb-team-" + block_id },
|
87555 |
wp.element.createElement(
|
87556 |
"div",
|
@@ -87645,7 +87661,7 @@ var deprecated = [{
|
|
87645 |
image_html = wp.element.createElement(
|
87646 |
"div",
|
87647 |
{
|
87648 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
87649 |
wp.element.createElement("img", {
|
87650 |
className: "",
|
87651 |
src: img_url,
|
@@ -87657,7 +87673,7 @@ var deprecated = [{
|
|
87657 |
return wp.element.createElement(
|
87658 |
"div",
|
87659 |
{
|
87660 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
87661 |
wp.element.createElement(
|
87662 |
"div",
|
87663 |
{ className: "uagb-team__wrap" },
|
@@ -87715,7 +87731,7 @@ var deprecated = [{
|
|
87715 |
/*!*************************************!*\
|
87716 |
!*** ./src/blocks/team/editor.scss ***!
|
87717 |
\*************************************/
|
87718 |
-
/*!
|
87719 |
/***/ (function(module, exports) {
|
87720 |
|
87721 |
// removed by extract-text-webpack-plugin
|
@@ -87725,7 +87741,7 @@ var deprecated = [{
|
|
87725 |
/*!************************************!*\
|
87726 |
!*** ./src/blocks/team/style.scss ***!
|
87727 |
\************************************/
|
87728 |
-
/*!
|
87729 |
/***/ (function(module, exports) {
|
87730 |
|
87731 |
// removed by extract-text-webpack-plugin
|
@@ -87735,7 +87751,7 @@ var deprecated = [{
|
|
87735 |
/*!******************************************!*\
|
87736 |
!*** ./src/blocks/social-share/block.js ***!
|
87737 |
\******************************************/
|
87738 |
-
/*!
|
87739 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
87740 |
|
87741 |
"use strict";
|
@@ -87794,7 +87810,7 @@ registerBlockType("uagb/social-share", {
|
|
87794 |
/*!********************************************!*\
|
87795 |
!*** ./src/blocks/social-share/style.scss ***!
|
87796 |
\********************************************/
|
87797 |
-
/*!
|
87798 |
/***/ (function(module, exports) {
|
87799 |
|
87800 |
// removed by extract-text-webpack-plugin
|
@@ -87804,7 +87820,7 @@ registerBlockType("uagb/social-share", {
|
|
87804 |
/*!*********************************************!*\
|
87805 |
!*** ./src/blocks/social-share/editor.scss ***!
|
87806 |
\*********************************************/
|
87807 |
-
/*!
|
87808 |
/***/ (function(module, exports) {
|
87809 |
|
87810 |
// removed by extract-text-webpack-plugin
|
@@ -87955,7 +87971,7 @@ var UAGBSocialShare = function (_Component) {
|
|
87955 |
var element = document.getElementById("uagb-style-social-share-" + this.props.clientId.substr(0, 8));
|
87956 |
|
87957 |
if (null !== element && undefined !== element) {
|
87958 |
-
element.innerHTML =
|
87959 |
}
|
87960 |
}
|
87961 |
}, {
|
@@ -87985,7 +88001,7 @@ var UAGBSocialShare = function (_Component) {
|
|
87985 |
var sizeTypesControls = wp.element.createElement(
|
87986 |
ButtonGroup,
|
87987 |
{ className: "uagb-size-type-field", "aria-label": __("Size Type") },
|
87988 |
-
__WEBPACK_IMPORTED_MODULE_2_lodash_map___default(
|
87989 |
var name = _ref.name,
|
87990 |
key = _ref.key;
|
87991 |
return wp.element.createElement(
|
@@ -88008,7 +88024,7 @@ var UAGBSocialShare = function (_Component) {
|
|
88008 |
var bgSizeTypesControls = wp.element.createElement(
|
88009 |
ButtonGroup,
|
88010 |
{ className: "uagb-size-type-field", "aria-label": __("Size Type") },
|
88011 |
-
__WEBPACK_IMPORTED_MODULE_2_lodash_map___default(
|
88012 |
var name = _ref2.name,
|
88013 |
key = _ref2.key;
|
88014 |
return wp.element.createElement(
|
@@ -88028,8 +88044,8 @@ var UAGBSocialShare = function (_Component) {
|
|
88028 |
})
|
88029 |
);
|
88030 |
|
88031 |
-
var getSocialShareTemplate = __WEBPACK_IMPORTED_MODULE_3_memize___default(
|
88032 |
-
return __WEBPACK_IMPORTED_MODULE_1_lodash_times___default(
|
88033 |
return ["uagb/social-share-child", socials[n]];
|
88034 |
});
|
88035 |
});
|
@@ -88190,7 +88206,7 @@ var UAGBSocialShare = function (_Component) {
|
|
88190 |
),
|
88191 |
wp.element.createElement(
|
88192 |
"div",
|
88193 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
88194 |
},
|
88195 |
wp.element.createElement(
|
88196 |
"div",
|
@@ -88251,10 +88267,10 @@ function styling(props) {
|
|
88251 |
var mobile_selectors = {};
|
88252 |
|
88253 |
selectors[".uagb-social-share__layout-vertical .uagb-ss__wrapper"] = {
|
88254 |
-
"padding":
|
88255 |
"margin-left": 0,
|
88256 |
"margin-right": 0,
|
88257 |
-
"margin-bottom":
|
88258 |
};
|
88259 |
|
88260 |
selectors[".uagb-social-share__layout-vertical .uagb-social-share__wrap"] = {
|
@@ -88262,33 +88278,33 @@ function styling(props) {
|
|
88262 |
};
|
88263 |
|
88264 |
selectors[".uagb-social-share__layout-horizontal .uagb-ss__wrapper"] = {
|
88265 |
-
"padding":
|
88266 |
-
"margin-left":
|
88267 |
-
"margin-right":
|
88268 |
};
|
88269 |
|
88270 |
selectors[" .uagb-ss__wrapper"] = {
|
88271 |
-
"border-radius":
|
88272 |
};
|
88273 |
|
88274 |
selectors[" .uagb-ss__source-image"] = {
|
88275 |
-
"width":
|
88276 |
};
|
88277 |
|
88278 |
selectors[" .uagb-ss__source-wrap"] = {
|
88279 |
-
"width":
|
88280 |
};
|
88281 |
|
88282 |
selectors[" .uagb-ss__source-wrap svg"] = {
|
88283 |
-
"width":
|
88284 |
-
"height":
|
88285 |
};
|
88286 |
|
88287 |
selectors[" .uagb-ss__source-icon"] = {
|
88288 |
-
"width":
|
88289 |
-
"height":
|
88290 |
-
"font-size":
|
88291 |
-
"line-height":
|
88292 |
};
|
88293 |
|
88294 |
var alignment = align == "left" ? "flex-start" : align == "right" ? "flex-end" : "center";
|
@@ -88317,7 +88333,7 @@ function styling(props) {
|
|
88317 |
selectors[" .uagb-ss__wrapper"] = {
|
88318 |
"margin-left": 0,
|
88319 |
"margin-right": 0,
|
88320 |
-
"margin-bottom":
|
88321 |
};
|
88322 |
|
88323 |
selectors[" .uagb-social-share__wrap"] = {
|
@@ -88334,7 +88350,7 @@ function styling(props) {
|
|
88334 |
tablet_selectors[" .uagb-ss__wrapper"] = {
|
88335 |
"margin-left": 0,
|
88336 |
"margin-right": 0,
|
88337 |
-
"margin-bottom":
|
88338 |
};
|
88339 |
|
88340 |
tablet_selectors[" .uagb-social-share__wrap"] = {
|
@@ -88350,7 +88366,7 @@ function styling(props) {
|
|
88350 |
mobile_selectors[" .uagb-ss__wrapper"] = {
|
88351 |
"margin-left": 0,
|
88352 |
"margin-right": 0,
|
88353 |
-
"margin-bottom":
|
88354 |
};
|
88355 |
|
88356 |
mobile_selectors[" .uagb-social-share__wrap"] = {
|
@@ -88365,57 +88381,57 @@ function styling(props) {
|
|
88365 |
}
|
88366 |
|
88367 |
mobile_selectors[" .uagb-ss__source-image"] = {
|
88368 |
-
"width":
|
88369 |
};
|
88370 |
|
88371 |
mobile_selectors[" .uagb-ss__source-wrap"] = {
|
88372 |
-
"width":
|
88373 |
-
"height":
|
88374 |
-
"line-height":
|
88375 |
};
|
88376 |
|
88377 |
mobile_selectors[" .uagb-ss__source-wrap svg"] = {
|
88378 |
-
"width":
|
88379 |
-
"height":
|
88380 |
};
|
88381 |
|
88382 |
mobile_selectors[" .uagb-ss__source-icon"] = {
|
88383 |
-
"width":
|
88384 |
-
"height":
|
88385 |
-
"font-size":
|
88386 |
-
"line-height":
|
88387 |
};
|
88388 |
|
88389 |
tablet_selectors[" .uagb-ss__source-image"] = {
|
88390 |
-
"width":
|
88391 |
};
|
88392 |
|
88393 |
tablet_selectors[" .uagb-ss__source-wrap"] = {
|
88394 |
-
"width":
|
88395 |
-
"height":
|
88396 |
-
"line-height":
|
88397 |
};
|
88398 |
|
88399 |
tablet_selectors[" .uagb-ss__source-wrap svg"] = {
|
88400 |
-
"width":
|
88401 |
-
"height":
|
88402 |
};
|
88403 |
|
88404 |
tablet_selectors[" .uagb-ss__source-icon"] = {
|
88405 |
-
"width":
|
88406 |
-
"height":
|
88407 |
-
"font-size":
|
88408 |
-
"line-height":
|
88409 |
};
|
88410 |
|
88411 |
var styling_css = "";
|
88412 |
var id = ".uagb-block-" + props.clientId.substr(0, 8);
|
88413 |
|
88414 |
-
styling_css =
|
88415 |
|
88416 |
-
styling_css +=
|
88417 |
|
88418 |
-
styling_css +=
|
88419 |
|
88420 |
return styling_css;
|
88421 |
}
|
@@ -88463,7 +88479,7 @@ function save(props) {
|
|
88463 |
|
88464 |
return wp.element.createElement(
|
88465 |
"div",
|
88466 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
88467 |
wp.element.createElement(
|
88468 |
"div",
|
88469 |
{ className: "uagb-social-share__wrap" },
|
@@ -88514,7 +88530,7 @@ var deprecated = [{
|
|
88514 |
|
88515 |
return wp.element.createElement(
|
88516 |
"div",
|
88517 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
88518 |
id: "uagb-social-share-" + block_id },
|
88519 |
wp.element.createElement(
|
88520 |
"div",
|
@@ -88535,7 +88551,7 @@ var deprecated = [{
|
|
88535 |
|
88536 |
if (social.image_icon == "icon") {
|
88537 |
if (social.icon) {
|
88538 |
-
image_icon_html = wp.element.createElement("span", { className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
88539 |
}
|
88540 |
} else {
|
88541 |
if (social.image) {
|
@@ -88546,7 +88562,7 @@ var deprecated = [{
|
|
88546 |
return wp.element.createElement(
|
88547 |
"div",
|
88548 |
{
|
88549 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
88550 |
key: index
|
88551 |
},
|
88552 |
wp.element.createElement(
|
@@ -88580,7 +88596,7 @@ var deprecated = [{
|
|
88580 |
|
88581 |
return wp.element.createElement(
|
88582 |
"div",
|
88583 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
88584 |
id: "uagb-social-share-" + block_id },
|
88585 |
wp.element.createElement(
|
88586 |
"div",
|
@@ -88604,7 +88620,7 @@ var deprecated = [{
|
|
88604 |
image_icon_html = wp.element.createElement(
|
88605 |
"span",
|
88606 |
{ className: "uagb-ss__source-icon" },
|
88607 |
-
|
88608 |
);
|
88609 |
}
|
88610 |
} else {
|
@@ -88616,7 +88632,7 @@ var deprecated = [{
|
|
88616 |
return wp.element.createElement(
|
88617 |
"div",
|
88618 |
{
|
88619 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
88620 |
key: index
|
88621 |
},
|
88622 |
wp.element.createElement(
|
@@ -88650,7 +88666,7 @@ var deprecated = [{
|
|
88650 |
|
88651 |
return wp.element.createElement(
|
88652 |
"div",
|
88653 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
88654 |
},
|
88655 |
wp.element.createElement(
|
88656 |
"div",
|
@@ -88674,7 +88690,7 @@ var deprecated = [{
|
|
88674 |
image_icon_html = wp.element.createElement(
|
88675 |
"span",
|
88676 |
{ className: "uagb-ss__source-icon" },
|
88677 |
-
|
88678 |
);
|
88679 |
}
|
88680 |
} else {
|
@@ -88686,7 +88702,7 @@ var deprecated = [{
|
|
88686 |
return wp.element.createElement(
|
88687 |
"div",
|
88688 |
{
|
88689 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
88690 |
key: index
|
88691 |
},
|
88692 |
wp.element.createElement(
|
@@ -88712,7 +88728,7 @@ var deprecated = [{
|
|
88712 |
/*!************************************************!*\
|
88713 |
!*** ./src/blocks/social-share-child/block.js ***!
|
88714 |
\************************************************/
|
88715 |
-
/*!
|
88716 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
88717 |
|
88718 |
"use strict";
|
@@ -88841,7 +88857,7 @@ var UAGBSocialShareChild = function (_Component) {
|
|
88841 |
var element = document.getElementById("uagb-style-social-share-child-" + this.props.clientId.substr(0, 8));
|
88842 |
|
88843 |
if (null !== element && undefined !== element) {
|
88844 |
-
element.innerHTML =
|
88845 |
}
|
88846 |
}
|
88847 |
|
@@ -89090,7 +89106,7 @@ var UAGBSocialShareChild = function (_Component) {
|
|
89090 |
image_icon_html = wp.element.createElement(
|
89091 |
"span",
|
89092 |
{ className: "uagb-ss__source-icon" },
|
89093 |
-
|
89094 |
);
|
89095 |
}
|
89096 |
} else {
|
@@ -89102,7 +89118,7 @@ var UAGBSocialShareChild = function (_Component) {
|
|
89102 |
return wp.element.createElement(
|
89103 |
"div",
|
89104 |
{
|
89105 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
89106 |
},
|
89107 |
wp.element.createElement(
|
89108 |
"a",
|
@@ -89257,7 +89273,7 @@ function styling(props) {
|
|
89257 |
var styling_css = "";
|
89258 |
var id = ".uagb-block-" + props.clientId.substr(0, 8);
|
89259 |
|
89260 |
-
styling_css =
|
89261 |
|
89262 |
return styling_css;
|
89263 |
}
|
@@ -89312,7 +89328,7 @@ function save(props) {
|
|
89312 |
image_icon_html = wp.element.createElement(
|
89313 |
"span",
|
89314 |
{ className: "uagb-ss__source-icon" },
|
89315 |
-
|
89316 |
);
|
89317 |
}
|
89318 |
} else {
|
@@ -89324,7 +89340,7 @@ function save(props) {
|
|
89324 |
return wp.element.createElement(
|
89325 |
"div",
|
89326 |
{
|
89327 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
89328 |
},
|
89329 |
wp.element.createElement(
|
89330 |
"a",
|
@@ -89343,7 +89359,7 @@ function save(props) {
|
|
89343 |
/*!**************************************************!*\
|
89344 |
!*** ./src/blocks/social-share-child/style.scss ***!
|
89345 |
\**************************************************/
|
89346 |
-
/*!
|
89347 |
/***/ (function(module, exports) {
|
89348 |
|
89349 |
// removed by extract-text-webpack-plugin
|
@@ -89353,7 +89369,7 @@ function save(props) {
|
|
89353 |
/*!***************************************************!*\
|
89354 |
!*** ./src/blocks/social-share-child/editor.scss ***!
|
89355 |
\***************************************************/
|
89356 |
-
/*!
|
89357 |
/***/ (function(module, exports) {
|
89358 |
|
89359 |
// removed by extract-text-webpack-plugin
|
@@ -89411,7 +89427,7 @@ var deprecated = [{
|
|
89411 |
image_icon_html = wp.element.createElement(
|
89412 |
"span",
|
89413 |
{ className: "uagb-ss__source-icon" },
|
89414 |
-
|
89415 |
);
|
89416 |
}
|
89417 |
} else {
|
@@ -89423,7 +89439,7 @@ var deprecated = [{
|
|
89423 |
return wp.element.createElement(
|
89424 |
"div",
|
89425 |
{
|
89426 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
89427 |
},
|
89428 |
wp.element.createElement(
|
89429 |
"a",
|
@@ -89445,7 +89461,7 @@ var deprecated = [{
|
|
89445 |
/*!****************************************!*\
|
89446 |
!*** ./src/blocks/google-map/block.js ***!
|
89447 |
\****************************************/
|
89448 |
-
/*!
|
89449 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
89450 |
|
89451 |
"use strict";
|
@@ -89569,7 +89585,7 @@ var UAGBGoogleMap = function (_Component) {
|
|
89569 |
),
|
89570 |
wp.element.createElement(
|
89571 |
"div",
|
89572 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
89573 |
wp.element.createElement("iframe", {
|
89574 |
className: "uagb-google-map__iframe",
|
89575 |
title: __("Google Map for " + address),
|
@@ -89624,7 +89640,7 @@ registerBlockType("uagb/google-map", {
|
|
89624 |
|
89625 |
return wp.element.createElement(
|
89626 |
"div",
|
89627 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
89628 |
wp.element.createElement("iframe", {
|
89629 |
className: "uagb-google-map__iframe",
|
89630 |
title: __("Google Map for " + address),
|
@@ -89664,7 +89680,7 @@ registerBlockType("uagb/google-map", {
|
|
89664 |
|
89665 |
return wp.element.createElement(
|
89666 |
"div",
|
89667 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
89668 |
wp.element.createElement("iframe", {
|
89669 |
className: "uagb-google-map__iframe",
|
89670 |
src: url,
|
@@ -89703,7 +89719,7 @@ registerBlockType("uagb/google-map", {
|
|
89703 |
|
89704 |
return wp.element.createElement(
|
89705 |
"div",
|
89706 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
89707 |
wp.element.createElement("iframe", {
|
89708 |
className: "uagb-google-map__iframe",
|
89709 |
src: url,
|
@@ -89718,7 +89734,7 @@ registerBlockType("uagb/google-map", {
|
|
89718 |
/*!******************************************!*\
|
89719 |
!*** ./src/blocks/google-map/style.scss ***!
|
89720 |
\******************************************/
|
89721 |
-
/*!
|
89722 |
/***/ (function(module, exports) {
|
89723 |
|
89724 |
// removed by extract-text-webpack-plugin
|
@@ -89728,7 +89744,7 @@ registerBlockType("uagb/google-map", {
|
|
89728 |
/*!***************************************!*\
|
89729 |
!*** ./src/blocks/icon-list/block.js ***!
|
89730 |
\***************************************/
|
89731 |
-
/*!
|
89732 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
89733 |
|
89734 |
"use strict";
|
@@ -89879,7 +89895,7 @@ var UAGBIconList = function (_Component) {
|
|
89879 |
var element = document.getElementById("uagb-style-icon-list-" + this.props.clientId.substr(0, 8));
|
89880 |
|
89881 |
if (null !== element && undefined !== element) {
|
89882 |
-
element.innerHTML =
|
89883 |
}
|
89884 |
}
|
89885 |
}, {
|
@@ -89953,7 +89969,7 @@ var UAGBIconList = function (_Component) {
|
|
89953 |
var sizeTypeControls = wp.element.createElement(
|
89954 |
ButtonGroup,
|
89955 |
{ className: "uagb-size-type-field", "aria-label": __("Size Type") },
|
89956 |
-
__WEBPACK_IMPORTED_MODULE_2_lodash_map___default(
|
89957 |
var name = _ref.name,
|
89958 |
key = _ref.key;
|
89959 |
return wp.element.createElement(
|
@@ -89973,8 +89989,8 @@ var UAGBIconList = function (_Component) {
|
|
89973 |
})
|
89974 |
);
|
89975 |
|
89976 |
-
var getIconTemplate = __WEBPACK_IMPORTED_MODULE_3_memize___default(
|
89977 |
-
return __WEBPACK_IMPORTED_MODULE_1_lodash_times___default(
|
89978 |
return ["uagb/icon-list-child", icons[n]];
|
89979 |
});
|
89980 |
});
|
@@ -90189,7 +90205,7 @@ var UAGBIconList = function (_Component) {
|
|
90189 |
),
|
90190 |
wp.element.createElement(
|
90191 |
"div",
|
90192 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
90193 |
wp.element.createElement(
|
90194 |
"div",
|
90195 |
{ className: "uagb-icon-list__wrap" },
|
@@ -90267,15 +90283,15 @@ function styling(props) {
|
|
90267 |
|
90268 |
selectors = {
|
90269 |
" .uagb-icon-list__source-wrap": {
|
90270 |
-
"padding":
|
90271 |
-
"border-radius":
|
90272 |
"border-style": 0 == border || undefined == border ? "none" : "solid",
|
90273 |
-
"border-width":
|
90274 |
},
|
90275 |
".uagb-icon-list__layout-vertical .wp-block[data-type=\"uagb/icon-list-child\"]": {
|
90276 |
"margin-left": 0,
|
90277 |
"margin-right": 0,
|
90278 |
-
"margin-bottom":
|
90279 |
},
|
90280 |
".uagb-icon-list__layout-vertical .uagb-icon-list__wrap": {
|
90281 |
"flex-direction": "column"
|
@@ -90284,8 +90300,8 @@ function styling(props) {
|
|
90284 |
"margin-bottom": 0
|
90285 |
},
|
90286 |
".uagb-icon-list__layout-horizontal .wp-block[data-type=\"uagb/icon-list-child\"]": {
|
90287 |
-
"margin-left":
|
90288 |
-
"margin-right":
|
90289 |
},
|
90290 |
".uagb-icon-list__layout-horizontal .wp-block[data-type=\"uagb/icon-list-child\"]:first-child": {
|
90291 |
"margin-left": 0
|
@@ -90294,21 +90310,21 @@ function styling(props) {
|
|
90294 |
"margin-right": 0
|
90295 |
},
|
90296 |
" .uagb-icon-list__source-image": {
|
90297 |
-
"width":
|
90298 |
},
|
90299 |
" .uagb-icon-list__source-icon": {
|
90300 |
-
"width":
|
90301 |
-
"height":
|
90302 |
-
"font-size":
|
90303 |
},
|
90304 |
" .uagb-icon-list__source-icon svg": {
|
90305 |
-
"width":
|
90306 |
-
"height":
|
90307 |
},
|
90308 |
" .uagb-icon-list__source-icon:before": {
|
90309 |
-
"width":
|
90310 |
-
"height":
|
90311 |
-
"font-size":
|
90312 |
},
|
90313 |
" .uagb-icon-list__label-wrap": {
|
90314 |
"text-align": align
|
@@ -90320,41 +90336,41 @@ function styling(props) {
|
|
90320 |
|
90321 |
mobile_selectors = {
|
90322 |
" .uagb-icon-list__source-image": {
|
90323 |
-
"width":
|
90324 |
},
|
90325 |
" .uagb-icon-list__source-icon": {
|
90326 |
-
"width":
|
90327 |
-
"height":
|
90328 |
-
"font-size":
|
90329 |
},
|
90330 |
" .uagb-icon-list__source-icon svg": {
|
90331 |
-
"width":
|
90332 |
-
"height":
|
90333 |
},
|
90334 |
" .uagb-icon-list__source-icon:before": {
|
90335 |
-
"width":
|
90336 |
-
"height":
|
90337 |
-
"font-size":
|
90338 |
}
|
90339 |
};
|
90340 |
|
90341 |
tablet_selectors = {
|
90342 |
" .uagb-icon-list__source-image": {
|
90343 |
-
"width":
|
90344 |
},
|
90345 |
" .uagb-icon-list__source-icon": {
|
90346 |
-
"width":
|
90347 |
-
"height":
|
90348 |
-
"font-size":
|
90349 |
},
|
90350 |
" .uagb-icon-list__source-icon svg": {
|
90351 |
-
"width":
|
90352 |
-
"height":
|
90353 |
},
|
90354 |
" .uagb-icon-list__source-icon:before": {
|
90355 |
-
"width":
|
90356 |
-
"height":
|
90357 |
-
"font-size":
|
90358 |
}
|
90359 |
};
|
90360 |
|
@@ -90365,7 +90381,7 @@ function styling(props) {
|
|
90365 |
tablet_selectors[" .uagb-icon-list__wrap .wp-block[data-type=\"uagb/icon-list-child\"]"] = {
|
90366 |
"margin-left": 0,
|
90367 |
"margin-right": 0,
|
90368 |
-
"margin-bottom":
|
90369 |
};
|
90370 |
|
90371 |
tablet_selectors[" .uagb-icon-list__wrap"] = {
|
@@ -90380,7 +90396,7 @@ function styling(props) {
|
|
90380 |
mobile_selectors[" .uagb-icon-list__wrap .wp-block[data-type=\"uagb/icon-list-child\"]"] = {
|
90381 |
"margin-left": 0,
|
90382 |
"margin-right": 0,
|
90383 |
-
"margin-bottom":
|
90384 |
};
|
90385 |
|
90386 |
mobile_selectors[" .uagb-icon-list__wrap"] = {
|
@@ -90401,42 +90417,42 @@ function styling(props) {
|
|
90401 |
|
90402 |
if ("right" == align) {
|
90403 |
selectors[":not(.uagb-icon-list__no-label) .uagb-icon-list__source-wrap"] = {
|
90404 |
-
"margin-left":
|
90405 |
};
|
90406 |
selectors[" .uagb-icon-list__content-wrap"] = {
|
90407 |
"flex-direction": "row-reverse"
|
90408 |
};
|
90409 |
} else {
|
90410 |
selectors[":not(.uagb-icon-list__no-label) .uagb-icon-list__source-wrap"] = {
|
90411 |
-
"margin-right":
|
90412 |
};
|
90413 |
}
|
90414 |
|
90415 |
selectors[" .uagb-icon-list-repeater .uagb-icon-list__label"] = {
|
90416 |
-
"font-size":
|
90417 |
"font-family": fontFamily,
|
90418 |
"font-weight": fontWeight,
|
90419 |
-
"line-height":
|
90420 |
};
|
90421 |
|
90422 |
mobile_selectors[" .uagb-icon-list-repeater .uagb-icon-list__label"] = {
|
90423 |
-
"font-size":
|
90424 |
-
"line-height":
|
90425 |
};
|
90426 |
|
90427 |
tablet_selectors[" .uagb-icon-list-repeater .uagb-icon-list__label"] = {
|
90428 |
-
"font-size":
|
90429 |
-
"line-height":
|
90430 |
};
|
90431 |
|
90432 |
var styling_css = "";
|
90433 |
var id = ".uagb-block-" + props.clientId.substr(0, 8);
|
90434 |
|
90435 |
-
styling_css =
|
90436 |
|
90437 |
-
styling_css +=
|
90438 |
|
90439 |
-
styling_css +=
|
90440 |
|
90441 |
return styling_css;
|
90442 |
}
|
@@ -90481,7 +90497,7 @@ function save(props) {
|
|
90481 |
|
90482 |
return wp.element.createElement(
|
90483 |
"div",
|
90484 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
90485 |
wp.element.createElement(
|
90486 |
"div",
|
90487 |
{ className: "uagb-icon-list__wrap" },
|
@@ -90591,7 +90607,7 @@ var deprecated = [{
|
|
90591 |
|
90592 |
return wp.element.createElement(
|
90593 |
"div",
|
90594 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
90595 |
id: "uagb-icon-list-" + block_id },
|
90596 |
wp.element.createElement(
|
90597 |
"div",
|
@@ -90607,7 +90623,7 @@ var deprecated = [{
|
|
90607 |
|
90608 |
if (icon.image_icon == "icon") {
|
90609 |
if (icon.icon) {
|
90610 |
-
image_icon_html = wp.element.createElement("span", { className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
90611 |
}
|
90612 |
} else {
|
90613 |
if (icon.image) {
|
@@ -90621,7 +90637,7 @@ var deprecated = [{
|
|
90621 |
return wp.element.createElement(
|
90622 |
"a",
|
90623 |
{
|
90624 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
90625 |
key: index,
|
90626 |
target: target,
|
90627 |
rel: "noopener noreferrer",
|
@@ -90667,7 +90683,7 @@ var deprecated = [{
|
|
90667 |
|
90668 |
return wp.element.createElement(
|
90669 |
"div",
|
90670 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
90671 |
id: "uagb-icon-list-" + block_id },
|
90672 |
wp.element.createElement(
|
90673 |
"div",
|
@@ -90686,7 +90702,7 @@ var deprecated = [{
|
|
90686 |
image_icon_html = wp.element.createElement(
|
90687 |
"span",
|
90688 |
{ className: "uagb-icon-list__source-icon" },
|
90689 |
-
|
90690 |
);
|
90691 |
}
|
90692 |
} else {
|
@@ -90701,7 +90717,7 @@ var deprecated = [{
|
|
90701 |
return wp.element.createElement(
|
90702 |
"a",
|
90703 |
{
|
90704 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
90705 |
key: index,
|
90706 |
target: target,
|
90707 |
rel: "noopener noreferrer",
|
@@ -90747,7 +90763,7 @@ var deprecated = [{
|
|
90747 |
|
90748 |
return wp.element.createElement(
|
90749 |
"div",
|
90750 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
90751 |
id: "uagb-icon-list-" + block_id },
|
90752 |
wp.element.createElement(
|
90753 |
"div",
|
@@ -90766,7 +90782,7 @@ var deprecated = [{
|
|
90766 |
image_icon_html = wp.element.createElement(
|
90767 |
"span",
|
90768 |
{ className: "uagb-icon-list__source-icon" },
|
90769 |
-
|
90770 |
);
|
90771 |
}
|
90772 |
} else {
|
@@ -90781,7 +90797,7 @@ var deprecated = [{
|
|
90781 |
return wp.element.createElement(
|
90782 |
"a",
|
90783 |
{
|
90784 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
90785 |
key: index,
|
90786 |
target: target,
|
90787 |
rel: "noopener noreferrer",
|
@@ -90827,7 +90843,7 @@ var deprecated = [{
|
|
90827 |
|
90828 |
return wp.element.createElement(
|
90829 |
"div",
|
90830 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
90831 |
id: "uagb-icon-list-" + block_id },
|
90832 |
wp.element.createElement(
|
90833 |
"div",
|
@@ -90846,7 +90862,7 @@ var deprecated = [{
|
|
90846 |
image_icon_html = wp.element.createElement(
|
90847 |
"span",
|
90848 |
{ className: "uagb-icon-list__source-icon" },
|
90849 |
-
|
90850 |
);
|
90851 |
}
|
90852 |
} else {
|
@@ -90861,7 +90877,7 @@ var deprecated = [{
|
|
90861 |
return wp.element.createElement(
|
90862 |
"a",
|
90863 |
{
|
90864 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
90865 |
key: index,
|
90866 |
target: target,
|
90867 |
rel: "noopener noreferrer",
|
@@ -90907,7 +90923,7 @@ var deprecated = [{
|
|
90907 |
|
90908 |
return wp.element.createElement(
|
90909 |
"div",
|
90910 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
90911 |
wp.element.createElement(
|
90912 |
"div",
|
90913 |
{ className: "uagb-icon-list__wrap" },
|
@@ -90925,7 +90941,7 @@ var deprecated = [{
|
|
90925 |
image_icon_html = wp.element.createElement(
|
90926 |
"span",
|
90927 |
{ className: "uagb-icon-list__source-icon" },
|
90928 |
-
|
90929 |
);
|
90930 |
}
|
90931 |
} else {
|
@@ -90941,7 +90957,7 @@ var deprecated = [{
|
|
90941 |
return wp.element.createElement(
|
90942 |
"div",
|
90943 |
{
|
90944 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
90945 |
key: index
|
90946 |
},
|
90947 |
wp.element.createElement(
|
@@ -90967,7 +90983,7 @@ var deprecated = [{
|
|
90967 |
return wp.element.createElement(
|
90968 |
"a",
|
90969 |
{
|
90970 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
90971 |
key: index,
|
90972 |
target: target,
|
90973 |
rel: "noopener noreferrer",
|
@@ -91005,7 +91021,7 @@ var deprecated = [{
|
|
91005 |
/*!*****************************************!*\
|
91006 |
!*** ./src/blocks/icon-list/style.scss ***!
|
91007 |
\*****************************************/
|
91008 |
-
/*!
|
91009 |
/***/ (function(module, exports) {
|
91010 |
|
91011 |
// removed by extract-text-webpack-plugin
|
@@ -91015,7 +91031,7 @@ var deprecated = [{
|
|
91015 |
/*!******************************************!*\
|
91016 |
!*** ./src/blocks/icon-list/editor.scss ***!
|
91017 |
\******************************************/
|
91018 |
-
/*!
|
91019 |
/***/ (function(module, exports) {
|
91020 |
|
91021 |
// removed by extract-text-webpack-plugin
|
@@ -91025,7 +91041,7 @@ var deprecated = [{
|
|
91025 |
/*!*********************************************!*\
|
91026 |
!*** ./src/blocks/icon-list-child/block.js ***!
|
91027 |
\*********************************************/
|
91028 |
-
/*!
|
91029 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
91030 |
|
91031 |
"use strict";
|
@@ -91156,7 +91172,7 @@ var UAGBIconListChild = function (_Component) {
|
|
91156 |
var element = document.getElementById("uagb-style-icon-list-child-" + this.props.clientId.substr(0, 8));
|
91157 |
|
91158 |
if (null !== element && undefined !== element) {
|
91159 |
-
element.innerHTML =
|
91160 |
}
|
91161 |
}
|
91162 |
|
@@ -91524,7 +91540,7 @@ var UAGBIconListChild = function (_Component) {
|
|
91524 |
image_icon_html = wp.element.createElement(
|
91525 |
"span",
|
91526 |
{ className: "uagb-icon-list__source-icon" },
|
91527 |
-
|
91528 |
);
|
91529 |
}
|
91530 |
} else {
|
@@ -91539,7 +91555,7 @@ var UAGBIconListChild = function (_Component) {
|
|
91539 |
return wp.element.createElement(
|
91540 |
"div",
|
91541 |
{
|
91542 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
91543 |
},
|
91544 |
!disableLink && wp.element.createElement("a", { target: target_val, rel: "noopener noreferrer", "aria-label": label, href: link_url }),
|
91545 |
wp.element.createElement(
|
@@ -91743,7 +91759,7 @@ function styling(props) {
|
|
91743 |
var styling_css = "";
|
91744 |
var id = ".uagb-block-" + props.clientId.substr(0, 8);
|
91745 |
|
91746 |
-
styling_css =
|
91747 |
|
91748 |
return styling_css;
|
91749 |
}
|
@@ -91796,7 +91812,7 @@ function save(props) {
|
|
91796 |
image_icon_html = wp.element.createElement(
|
91797 |
"span",
|
91798 |
{ className: "uagb-icon-list__source-icon" },
|
91799 |
-
|
91800 |
);
|
91801 |
}
|
91802 |
} else {
|
@@ -91811,7 +91827,7 @@ function save(props) {
|
|
91811 |
return wp.element.createElement(
|
91812 |
"div",
|
91813 |
{
|
91814 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
91815 |
},
|
91816 |
!disableLink && wp.element.createElement("a", { target: target_val, "aria-label": label, rel: "noopener noreferrer", href: link_url }),
|
91817 |
wp.element.createElement(
|
@@ -91839,7 +91855,7 @@ function save(props) {
|
|
91839 |
/*!***********************************************!*\
|
91840 |
!*** ./src/blocks/icon-list-child/style.scss ***!
|
91841 |
\***********************************************/
|
91842 |
-
/*!
|
91843 |
/***/ (function(module, exports) {
|
91844 |
|
91845 |
// removed by extract-text-webpack-plugin
|
@@ -91849,7 +91865,7 @@ function save(props) {
|
|
91849 |
/*!************************************************!*\
|
91850 |
!*** ./src/blocks/icon-list-child/editor.scss ***!
|
91851 |
\************************************************/
|
91852 |
-
/*!
|
91853 |
/***/ (function(module, exports) {
|
91854 |
|
91855 |
// removed by extract-text-webpack-plugin
|
@@ -91902,7 +91918,7 @@ var deprecated = [{
|
|
91902 |
image_icon_html = wp.element.createElement(
|
91903 |
"span",
|
91904 |
{ className: "uagb-icon-list__source-icon" },
|
91905 |
-
|
91906 |
);
|
91907 |
}
|
91908 |
} else {
|
@@ -91917,7 +91933,7 @@ var deprecated = [{
|
|
91917 |
return wp.element.createElement(
|
91918 |
"div",
|
91919 |
{
|
91920 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
91921 |
},
|
91922 |
!disableLink && wp.element.createElement("a", { target: target_val, rel: "noopener noreferrer", href: link_url }),
|
91923 |
wp.element.createElement(
|
@@ -91948,7 +91964,7 @@ var deprecated = [{
|
|
91948 |
/*!****************************************!*\
|
91949 |
!*** ./src/blocks/price-list/block.js ***!
|
91950 |
\****************************************/
|
91951 |
-
/*!
|
91952 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
91953 |
|
91954 |
"use strict";
|
@@ -92647,7 +92663,7 @@ var UAGBRestaurantMenu = function (_Component) {
|
|
92647 |
var incAmount = Math.abs(newCount - cloneTest_block.length);
|
92648 |
|
92649 |
{
|
92650 |
-
__WEBPACK_IMPORTED_MODULE_7_lodash_times___default(
|
92651 |
|
92652 |
cloneTest_block.push({
|
92653 |
description: __("Lorem ipsum dolor sit amet, consectetur adipiscing elit."),
|
@@ -92734,7 +92750,7 @@ var UAGBRestaurantMenu = function (_Component) {
|
|
92734 |
wp.element.createElement(
|
92735 |
PanelBody,
|
92736 |
{ title: __("Image"), initialOpen: false },
|
92737 |
-
__WEBPACK_IMPORTED_MODULE_7_lodash_times___default(
|
92738 |
return imageControls(n);
|
92739 |
}),
|
92740 |
cnt > 0 && wp.element.createElement(
|
@@ -92811,12 +92827,12 @@ var UAGBRestaurantMenu = function (_Component) {
|
|
92811 |
inspect_control,
|
92812 |
wp.element.createElement(
|
92813 |
"div",
|
92814 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
92815 |
},
|
92816 |
rest_menu_item_arr.map(function (test, index) {
|
92817 |
return wp.element.createElement(
|
92818 |
"div",
|
92819 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a.apply(undefined, ["uagb-rest_menu__wrap"].concat(_toConsumableArray(
|
92820 |
wp.element.createElement(
|
92821 |
"div",
|
92822 |
{ className: "uagb-rm__content", key: "tm_content-" + index },
|
@@ -92869,7 +92885,7 @@ var UAGBRestaurantMenu = function (_Component) {
|
|
92869 |
var element = document.getElementById("uagb-restaurant-menu-style-" + this.props.clientId.substr(0, 8));
|
92870 |
|
92871 |
if (null !== element && undefined !== element) {
|
92872 |
-
element.innerHTML =
|
92873 |
}
|
92874 |
}
|
92875 |
}, {
|
@@ -92979,56 +92995,56 @@ function RestMenuStyle(props) {
|
|
92979 |
|
92980 |
var selectors = {
|
92981 |
" .uagb-rest_menu__wrap": {
|
92982 |
-
"padding-left":
|
92983 |
-
"padding-right":
|
92984 |
-
"margin-bottom":
|
92985 |
},
|
92986 |
" .uagb-rest_menu__wrap .uagb-rm__image-content": {
|
92987 |
-
"padding-left":
|
92988 |
-
"padding-right":
|
92989 |
-
"padding-top":
|
92990 |
-
"padding-bottom":
|
92991 |
},
|
92992 |
// Image
|
92993 |
" .uagb-rm__image img": {
|
92994 |
-
"width":
|
92995 |
-
"max-width":
|
92996 |
},
|
92997 |
" .uagb-rm__separator-parent": {
|
92998 |
"justify-content": align
|
92999 |
},
|
93000 |
" .uagb-rm__content": {
|
93001 |
"text-align": headingAlign,
|
93002 |
-
"padding-left":
|
93003 |
-
"padding-right":
|
93004 |
-
"padding-top":
|
93005 |
-
"padding-bottom":
|
93006 |
},
|
93007 |
// Prefix Style
|
93008 |
" .uagb-rm__title": {
|
93009 |
-
"font-size":
|
93010 |
"color": titleColor,
|
93011 |
-
"margin-bottom":
|
93012 |
"font-family": titleFontFamily,
|
93013 |
"font-weight": titleFontWeight,
|
93014 |
-
"line-height":
|
93015 |
},
|
93016 |
// Title Style
|
93017 |
" .uagb-rm__price": {
|
93018 |
-
"font-size":
|
93019 |
"font-family": priceFontFamily,
|
93020 |
"font-weight": priceFontWeight,
|
93021 |
-
"line-height":
|
93022 |
"color": priceColor
|
93023 |
},
|
93024 |
// Description Style
|
93025 |
" .uagb-rm__desc": {
|
93026 |
-
"font-size":
|
93027 |
"font-family": descFontFamily,
|
93028 |
"font-weight": descFontWeight,
|
93029 |
-
"line-height":
|
93030 |
"color": descColor,
|
93031 |
-
"margin-bottom":
|
93032 |
}
|
93033 |
};
|
93034 |
|
@@ -93036,8 +93052,8 @@ function RestMenuStyle(props) {
|
|
93036 |
selectors[" .uagb-rest_menu__wrap .uagb-rm__separator"] = {
|
93037 |
"border-top-color": seperatorColor,
|
93038 |
"border-top-style": seperatorStyle,
|
93039 |
-
"border-top-width":
|
93040 |
-
"width":
|
93041 |
};
|
93042 |
}
|
93043 |
|
@@ -93048,16 +93064,16 @@ function RestMenuStyle(props) {
|
|
93048 |
|
93049 |
tablet_selectors = {
|
93050 |
" .uagb-rm__title": {
|
93051 |
-
"font-size":
|
93052 |
-
"line-height":
|
93053 |
},
|
93054 |
" .uagb-rm__desc": {
|
93055 |
-
"font-size":
|
93056 |
-
"line-height":
|
93057 |
},
|
93058 |
" .uagb-rm__price": {
|
93059 |
-
"font-size":
|
93060 |
-
"line-height":
|
93061 |
}
|
93062 |
};
|
93063 |
|
@@ -93073,16 +93089,16 @@ function RestMenuStyle(props) {
|
|
93073 |
|
93074 |
mobile_selectors = {
|
93075 |
" .uagb-rm__title": {
|
93076 |
-
"font-size":
|
93077 |
-
"line-height":
|
93078 |
},
|
93079 |
" .uagb-rm__desc": {
|
93080 |
-
"font-size":
|
93081 |
-
"line-height":
|
93082 |
},
|
93083 |
" .uagb-rm__price": {
|
93084 |
-
"font-size":
|
93085 |
-
"line-height":
|
93086 |
}
|
93087 |
};
|
93088 |
|
@@ -93099,11 +93115,11 @@ function RestMenuStyle(props) {
|
|
93099 |
var styling_css = "";
|
93100 |
var id = "#wpwrap .uagb-block-" + props.clientId.substr(0, 8);
|
93101 |
|
93102 |
-
styling_css =
|
93103 |
|
93104 |
-
styling_css +=
|
93105 |
|
93106 |
-
styling_css +=
|
93107 |
|
93108 |
return styling_css;
|
93109 |
}
|
@@ -93158,12 +93174,12 @@ function save(props) {
|
|
93158 |
null,
|
93159 |
wp.element.createElement(
|
93160 |
"div",
|
93161 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
93162 |
},
|
93163 |
rest_menu_item_arr.map(function (test, index) {
|
93164 |
return wp.element.createElement(
|
93165 |
"div",
|
93166 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a.apply(undefined, ["uagb-rest_menu__wrap"].concat(_toConsumableArray(
|
93167 |
wp.element.createElement(
|
93168 |
"div",
|
93169 |
{ className: "uagb-rm__content", key: "tm_content-" + index },
|
@@ -93259,13 +93275,13 @@ var deprecated = [{
|
|
93259 |
null,
|
93260 |
wp.element.createElement(
|
93261 |
"div",
|
93262 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
93263 |
id: "uagb-rm-" + block_id
|
93264 |
},
|
93265 |
rest_menu_item_arr.map(function (test, index) {
|
93266 |
return wp.element.createElement(
|
93267 |
"div",
|
93268 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a.apply(undefined, ["uagb-rest_menu__wrap"].concat(_toConsumableArray(
|
93269 |
wp.element.createElement(
|
93270 |
"div",
|
93271 |
{ className: "uagb-rm__content", key: "tm_content-" + index },
|
@@ -93318,7 +93334,7 @@ var deprecated = [{
|
|
93318 |
/*!******************************************!*\
|
93319 |
!*** ./src/blocks/price-list/style.scss ***!
|
93320 |
\******************************************/
|
93321 |
-
/*!
|
93322 |
/***/ (function(module, exports) {
|
93323 |
|
93324 |
// removed by extract-text-webpack-plugin
|
@@ -93328,7 +93344,7 @@ var deprecated = [{
|
|
93328 |
/*!*******************************************!*\
|
93329 |
!*** ./src/blocks/price-list/editor.scss ***!
|
93330 |
\*******************************************/
|
93331 |
-
/*!
|
93332 |
/***/ (function(module, exports) {
|
93333 |
|
93334 |
// removed by extract-text-webpack-plugin
|
@@ -93338,7 +93354,7 @@ var deprecated = [{
|
|
93338 |
/*!**************************************!*\
|
93339 |
!*** ./src/blocks/timeline/block.js ***!
|
93340 |
\**************************************/
|
93341 |
-
/*!
|
93342 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
93343 |
|
93344 |
"use strict";
|
@@ -93352,7 +93368,7 @@ var deprecated = [{
|
|
93352 |
/*!*******************************************************!*\
|
93353 |
!*** ./src/blocks/timeline/content-timeline/block.js ***!
|
93354 |
\*******************************************************/
|
93355 |
-
/*!
|
93356 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
93357 |
|
93358 |
"use strict";
|
@@ -93483,25 +93499,25 @@ var deprecated = [{
|
|
93483 |
|
93484 |
/* Style for elements */
|
93485 |
|
93486 |
-
var front_style =
|
93487 |
|
93488 |
var hasItems = Array.isArray(tm_content) && tm_content.length;
|
93489 |
|
93490 |
var dateFormat = __experimentalGetSettings().formats.date;
|
93491 |
|
93492 |
-
var content_align_class =
|
93493 |
-
var day_align_class =
|
93494 |
|
93495 |
var data_copy = [].concat(_toConsumableArray(tm_content));
|
93496 |
var display_inner_date = false;
|
93497 |
|
93498 |
return wp.element.createElement(
|
93499 |
"div",
|
93500 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
93501 |
id: "uagb-ctm-" + block_id },
|
93502 |
wp.element.createElement(
|
93503 |
"div",
|
93504 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a.apply(undefined, ["uagb-timeline__content-wrap"].concat(_toConsumableArray(
|
93505 |
wp.element.createElement(
|
93506 |
"div",
|
93507 |
{ className: "uagb-timeline-wrapper" },
|
@@ -93515,8 +93531,8 @@ var deprecated = [{
|
|
93515 |
var second_index = "uagb-" + index;
|
93516 |
if (timelinAlignment == "center") {
|
93517 |
display_inner_date = true;
|
93518 |
-
content_align_class =
|
93519 |
-
day_align_class =
|
93520 |
}
|
93521 |
var Tag = headingTag;
|
93522 |
var icon_class = "uagb-timeline__icon-new out-view-uagb-timeline__icon " + icon;
|
@@ -93611,25 +93627,25 @@ var deprecated = [{
|
|
93611 |
|
93612 |
/* Style for elements */
|
93613 |
|
93614 |
-
var front_style =
|
93615 |
|
93616 |
var hasItems = Array.isArray(tm_content) && tm_content.length;
|
93617 |
|
93618 |
var dateFormat = __experimentalGetSettings().formats.date;
|
93619 |
|
93620 |
-
var content_align_class =
|
93621 |
-
var day_align_class =
|
93622 |
|
93623 |
var data_copy = [].concat(_toConsumableArray(tm_content));
|
93624 |
var display_inner_date = false;
|
93625 |
|
93626 |
return wp.element.createElement(
|
93627 |
"div",
|
93628 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
93629 |
id: "uagb-ctm-" + block_id },
|
93630 |
wp.element.createElement(
|
93631 |
"div",
|
93632 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a.apply(undefined, ["uagb-timeline__content-wrap"].concat(_toConsumableArray(
|
93633 |
wp.element.createElement(
|
93634 |
"div",
|
93635 |
{ className: "uagb-timeline-wrapper" },
|
@@ -93643,8 +93659,8 @@ var deprecated = [{
|
|
93643 |
var second_index = "uagb-" + index;
|
93644 |
if (timelinAlignment == "center") {
|
93645 |
display_inner_date = true;
|
93646 |
-
content_align_class =
|
93647 |
-
day_align_class =
|
93648 |
}
|
93649 |
var Tag = headingTag;
|
93650 |
var icon_class = "uagb-timeline__icon-new out-view-uagb-timeline__icon " + icon;
|
@@ -93743,24 +93759,24 @@ var deprecated = [{
|
|
93743 |
|
93744 |
/* Style for elements */
|
93745 |
|
93746 |
-
var front_style =
|
93747 |
|
93748 |
var hasItems = Array.isArray(tm_content) && tm_content.length;
|
93749 |
|
93750 |
var dateFormat = __experimentalGetSettings().formats.date;
|
93751 |
|
93752 |
-
var content_align_class =
|
93753 |
-
var day_align_class =
|
93754 |
|
93755 |
var display_inner_date = false;
|
93756 |
|
93757 |
return wp.element.createElement(
|
93758 |
"div",
|
93759 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
93760 |
id: "uagb-ctm-" + block_id },
|
93761 |
wp.element.createElement(
|
93762 |
"div",
|
93763 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a.apply(undefined, ["uagb-timeline__content-wrap"].concat(_toConsumableArray(
|
93764 |
wp.element.createElement(
|
93765 |
"div",
|
93766 |
{ className: "uagb-timeline-wrapper" },
|
@@ -93779,8 +93795,8 @@ var deprecated = [{
|
|
93779 |
var second_index = "uagb-" + index;
|
93780 |
if (timelinAlignment == "center") {
|
93781 |
display_inner_date = true;
|
93782 |
-
content_align_class =
|
93783 |
-
day_align_class =
|
93784 |
}
|
93785 |
var Tag = headingTag;
|
93786 |
var icon_class = "uagb-timeline__icon-new out-view-uagb-timeline__icon ";
|
@@ -93800,7 +93816,7 @@ var deprecated = [{
|
|
93800 |
wp.element.createElement(
|
93801 |
"span",
|
93802 |
{ className: icon_class },
|
93803 |
-
|
93804 |
)
|
93805 |
),
|
93806 |
wp.element.createElement(
|
@@ -93924,21 +93940,21 @@ function save(props) {
|
|
93924 |
|
93925 |
/* Style for elements */
|
93926 |
|
93927 |
-
var front_style =
|
93928 |
|
93929 |
var hasItems = Array.isArray(tm_content) && tm_content.length;
|
93930 |
|
93931 |
-
var content_align_class =
|
93932 |
-
var day_align_class =
|
93933 |
|
93934 |
var display_inner_date = false;
|
93935 |
|
93936 |
return wp.element.createElement(
|
93937 |
"div",
|
93938 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
93939 |
wp.element.createElement(
|
93940 |
"div",
|
93941 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a.apply(undefined, ["uagb-timeline__content-wrap"].concat(_toConsumableArray(
|
93942 |
wp.element.createElement(
|
93943 |
"div",
|
93944 |
{ className: "uagb-timeline-wrapper" },
|
@@ -93957,8 +93973,8 @@ function save(props) {
|
|
93957 |
var second_index = "uagb-" + index;
|
93958 |
if (timelinAlignment == "center") {
|
93959 |
display_inner_date = true;
|
93960 |
-
content_align_class =
|
93961 |
-
day_align_class =
|
93962 |
}
|
93963 |
var Tag = headingTag;
|
93964 |
var icon_class = "uagb-timeline__icon-new out-view-uagb-timeline__icon ";
|
@@ -93982,7 +93998,7 @@ function save(props) {
|
|
93982 |
wp.element.createElement(
|
93983 |
"span",
|
93984 |
{ className: icon_class },
|
93985 |
-
|
93986 |
)
|
93987 |
),
|
93988 |
wp.element.createElement(
|
@@ -94502,7 +94518,7 @@ var UAGBcontentTimeline = function (_Component) {
|
|
94502 |
},
|
94503 |
options: [{ value: 'M j, Y', label: dateI18n('M j, Y', today) }, { value: 'F j, Y', label: dateI18n('F j, Y', today) }, { value: 'm/d/Y', label: dateI18n('m/d/Y', today) }, { value: 'm-d-Y', label: dateI18n('m-d-Y', today) }, { value: 'm.d.Y', label: dateI18n('m.d.Y', today) }, { value: 'd M Y', label: dateI18n('d M Y', today) }, { value: 'd F Y', label: dateI18n('d F Y', today) }, { value: 'd-m-Y', label: dateI18n('d-m-Y', today) }, { value: 'd.m.Y', label: dateI18n('d.m.Y', today) }, { value: 'd/m/Y', label: dateI18n('d/m/Y', today) }, { value: 'Y-m-d', label: dateI18n('Y-m-d', today) }, { value: 'Y.m.d', label: dateI18n('Y.m.d', today) }, { value: 'Y/m/d', label: dateI18n('Y/m/d', today) }, { value: 'M, Y', label: dateI18n('M, Y', today) }, { value: 'M Y', label: dateI18n('M Y', today) }, { value: 'F, Y', label: dateI18n('F, Y', today) }, { value: 'F Y', label: dateI18n('F Y', today) }, { value: 'custom', label: __('Normal Text') }]
|
94504 |
}),
|
94505 |
-
displayPostDate && __WEBPACK_IMPORTED_MODULE_2_lodash_times___default(
|
94506 |
return renderDateSettings(n);
|
94507 |
}),
|
94508 |
displayPostDate && timelinAlignment !== "center" && wp.element.createElement(RangeControl, {
|
@@ -94582,7 +94598,7 @@ var UAGBcontentTimeline = function (_Component) {
|
|
94582 |
|
94583 |
// Save date.
|
94584 |
{
|
94585 |
-
__WEBPACK_IMPORTED_MODULE_2_lodash_times___default(
|
94586 |
cloneDate.push({
|
94587 |
title: cloneDate[0].title
|
94588 |
});
|
@@ -94593,7 +94609,7 @@ var UAGBcontentTimeline = function (_Component) {
|
|
94593 |
|
94594 |
//Save content
|
94595 |
{
|
94596 |
-
__WEBPACK_IMPORTED_MODULE_2_lodash_times___default(
|
94597 |
cloneContent.push({
|
94598 |
time_heading: __("Timeline Heading ") + (cloneContent.length + 1),
|
94599 |
time_desc: cloneContent[0].time_desc
|
@@ -94843,10 +94859,10 @@ var UAGBcontentTimeline = function (_Component) {
|
|
94843 |
),
|
94844 |
wp.element.createElement(
|
94845 |
"div",
|
94846 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
94847 |
wp.element.createElement(
|
94848 |
"div",
|
94849 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a.apply(undefined, ["uagb-timeline__content-wrap"].concat(_toConsumableArray(
|
94850 |
wp.element.createElement(
|
94851 |
"div",
|
94852 |
{ className: "uagb-timeline-wrapper" },
|
@@ -94926,7 +94942,7 @@ var UAGBcontentTimeline = function (_Component) {
|
|
94926 |
|
94927 |
var element = document.getElementById("uagb-content-timeline-style-" + this.props.clientId);
|
94928 |
if (null != element && "undefined" != typeof element) {
|
94929 |
-
element.innerHTML =
|
94930 |
}
|
94931 |
|
94932 |
var hasItems = Array.isArray(tm_content) && tm_content.length;
|
@@ -94948,8 +94964,8 @@ var UAGBcontentTimeline = function (_Component) {
|
|
94948 |
);
|
94949 |
} else {
|
94950 |
|
94951 |
-
var content_align_class =
|
94952 |
-
var day_align_class =
|
94953 |
var data_copy = [].concat(_toConsumableArray(tm_content));
|
94954 |
var display_inner_date = false;
|
94955 |
|
@@ -94965,8 +94981,8 @@ var UAGBcontentTimeline = function (_Component) {
|
|
94965 |
var second_index = "uagb-" + index;
|
94966 |
if (timelinAlignment == "center") {
|
94967 |
display_inner_date = true;
|
94968 |
-
content_align_class =
|
94969 |
-
day_align_class =
|
94970 |
}
|
94971 |
var Tag = _this3.props.attributes.headingTag;
|
94972 |
var icon_class = "uagb-timeline__icon-new uagb-timeline__out-view-icon ";
|
@@ -94990,7 +95006,7 @@ var UAGBcontentTimeline = function (_Component) {
|
|
94990 |
wp.element.createElement(
|
94991 |
"span",
|
94992 |
{ className: icon_class },
|
94993 |
-
|
94994 |
)
|
94995 |
),
|
94996 |
wp.element.createElement(
|
@@ -95269,7 +95285,7 @@ registerBlockType("uagb/post-timeline", {
|
|
95269 |
/*!*****************************************!*\
|
95270 |
!*** ./src/blocks/timeline/editor.scss ***!
|
95271 |
\*****************************************/
|
95272 |
-
/*!
|
95273 |
/***/ (function(module, exports) {
|
95274 |
|
95275 |
// removed by extract-text-webpack-plugin
|
@@ -96367,10 +96383,10 @@ var UAGBTimeline = function (_Component) {
|
|
96367 |
),
|
96368 |
wp.element.createElement(
|
96369 |
"div",
|
96370 |
-
{ className: __WEBPACK_IMPORTED_MODULE_3_classnames___default(
|
96371 |
wp.element.createElement(
|
96372 |
"div",
|
96373 |
-
{ className: __WEBPACK_IMPORTED_MODULE_3_classnames___default.a.apply(undefined, ["uagb-timeline__content-wrap", cta_enable].concat(_toConsumableArray(
|
96374 |
wp.element.createElement(
|
96375 |
"div",
|
96376 |
{ className: "uagb-timeline-wrapper" },
|
@@ -96575,7 +96591,7 @@ var UAGBTimeline = function (_Component) {
|
|
96575 |
|
96576 |
var element = document.getElementById("uagb-timeline-style-" + this.props.clientId);
|
96577 |
if (null != element && "undefined" != typeof element) {
|
96578 |
-
element.innerHTML =
|
96579 |
}
|
96580 |
|
96581 |
var hasPosts = Array.isArray(latestPosts) && latestPosts.length;
|
@@ -96594,8 +96610,8 @@ var UAGBTimeline = function (_Component) {
|
|
96594 |
// Removing posts from display should be instant.
|
96595 |
var displayPosts = latestPosts.length > postsToShow ? latestPosts.slice(0, postsToShow) : latestPosts;
|
96596 |
|
96597 |
-
var content_align_class =
|
96598 |
-
var day_align_class =
|
96599 |
var data_copy = [].concat(_toConsumableArray(latestPosts));
|
96600 |
var display_inner_date = false;
|
96601 |
|
@@ -96606,8 +96622,8 @@ var UAGBTimeline = function (_Component) {
|
|
96606 |
|
96607 |
if (timelinAlignment == "center") {
|
96608 |
display_inner_date = true;
|
96609 |
-
content_align_class =
|
96610 |
-
day_align_class =
|
96611 |
}
|
96612 |
|
96613 |
return wp.element.createElement(
|
@@ -96715,7 +96731,7 @@ var UAGBTimeline = function (_Component) {
|
|
96715 |
/*!********************************************!*\
|
96716 |
!*** ./node_modules/lodash/isUndefined.js ***!
|
96717 |
\********************************************/
|
96718 |
-
/*!
|
96719 |
/***/ (function(module, exports) {
|
96720 |
|
96721 |
/**
|
@@ -96747,7 +96763,7 @@ module.exports = isUndefined;
|
|
96747 |
/*!***************************************!*\
|
96748 |
!*** ./node_modules/lodash/pickBy.js ***!
|
96749 |
\***************************************/
|
96750 |
-
/*!
|
96751 |
/***/ (function(module, exports, __webpack_require__) {
|
96752 |
|
96753 |
var arrayMap = __webpack_require__(/*! ./_arrayMap */ 34),
|
@@ -96794,7 +96810,7 @@ module.exports = pickBy;
|
|
96794 |
/*!********************************************!*\
|
96795 |
!*** ./node_modules/lodash/_basePickBy.js ***!
|
96796 |
\********************************************/
|
96797 |
-
/*!
|
96798 |
/*! all exports used */
|
96799 |
/***/ (function(module, exports, __webpack_require__) {
|
96800 |
|
@@ -96835,7 +96851,7 @@ module.exports = basePickBy;
|
|
96835 |
/*!*****************************************!*\
|
96836 |
!*** ./node_modules/lodash/_baseSet.js ***!
|
96837 |
\*****************************************/
|
96838 |
-
/*!
|
96839 |
/*! all exports used */
|
96840 |
/***/ (function(module, exports, __webpack_require__) {
|
96841 |
|
@@ -97302,14 +97318,14 @@ var Icon = function (_React$Component) {
|
|
97302 |
var attributes = this.props.attributes;
|
97303 |
|
97304 |
var icon_class = "uagb-timeline__icon-new uagb-timeline__out-view-icon ";
|
97305 |
-
var svg =
|
97306 |
return wp.element.createElement(
|
97307 |
"div",
|
97308 |
{ className: "uagb-timeline__marker uagb-timeline__out-view-icon" },
|
97309 |
wp.element.createElement(
|
97310 |
"span",
|
97311 |
{ className: icon_class },
|
97312 |
-
|
97313 |
)
|
97314 |
);
|
97315 |
}
|
@@ -97325,7 +97341,7 @@ var Icon = function (_React$Component) {
|
|
97325 |
/*!********************************************!*\
|
97326 |
!*** ./src/blocks/call-to-action/block.js ***!
|
97327 |
\********************************************/
|
97328 |
-
/*!
|
97329 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
97330 |
|
97331 |
"use strict";
|
@@ -98206,7 +98222,7 @@ var UAGBCallToAction = function (_Component) {
|
|
98206 |
|
98207 |
var output = wp.element.createElement(
|
98208 |
"div",
|
98209 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a.apply(undefined, ["uagb-cta__content-wrap"].concat(_toConsumableArray(
|
98210 |
wp.element.createElement(
|
98211 |
"div",
|
98212 |
{ className: "uagb-cta__left-right-wrap" },
|
@@ -98247,7 +98263,7 @@ var UAGBCallToAction = function (_Component) {
|
|
98247 |
inspect_control,
|
98248 |
wp.element.createElement(
|
98249 |
"div",
|
98250 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
98251 |
},
|
98252 |
ctaType == "all" && wp.element.createElement(
|
98253 |
Fragment,
|
@@ -98272,7 +98288,7 @@ var UAGBCallToAction = function (_Component) {
|
|
98272 |
var element = document.getElementById("uagb-cta-style-" + this.props.clientId.substr(0, 8));
|
98273 |
|
98274 |
if (null !== element && undefined !== element) {
|
98275 |
-
element.innerHTML =
|
98276 |
}
|
98277 |
}
|
98278 |
}, {
|
@@ -98376,7 +98392,7 @@ function CtaStyle(props) {
|
|
98376 |
// CTA style
|
98377 |
|
98378 |
" .uagb-cta__button-wrapper a.uagb-cta-typeof-text": {
|
98379 |
-
"font-size":
|
98380 |
"font-family": ctaFontFamily,
|
98381 |
"font-weight": ctaFontWeight,
|
98382 |
"color": ctaBtnLinkColor
|
@@ -98386,19 +98402,19 @@ function CtaStyle(props) {
|
|
98386 |
},
|
98387 |
|
98388 |
" .uagb-cta__button-wrapper a.uagb-cta-typeof-button": {
|
98389 |
-
"font-size":
|
98390 |
"font-family": ctaFontFamily,
|
98391 |
"font-weight": ctaFontWeight,
|
98392 |
"color": ctaBtnLinkColor,
|
98393 |
"background-color": ctaBgColor,
|
98394 |
"border-style": ctaBorderStyle,
|
98395 |
"border-color": ctaBorderColor,
|
98396 |
-
"border-radius":
|
98397 |
-
"border-width":
|
98398 |
-
"padding-top":
|
98399 |
-
"padding-bottom":
|
98400 |
-
"padding-left":
|
98401 |
-
"padding-right":
|
98402 |
},
|
98403 |
|
98404 |
" .uagb-cta__button-wrapper:hover a.uagb-cta-typeof-button": {
|
@@ -98408,10 +98424,10 @@ function CtaStyle(props) {
|
|
98408 |
},
|
98409 |
|
98410 |
" .uagb-cta__button-wrapper .uagb-cta-with-svg": {
|
98411 |
-
"font-size":
|
98412 |
-
"height":
|
98413 |
-
"width":
|
98414 |
-
"line-height":
|
98415 |
},
|
98416 |
|
98417 |
" .uagb-cta__button-wrapper .uagb-cta__block-link svg": {
|
@@ -98424,109 +98440,109 @@ function CtaStyle(props) {
|
|
98424 |
|
98425 |
// Title Style
|
98426 |
" .block-editor-rich-text__editable.uagb-cta__title": {
|
98427 |
-
"font-size":
|
98428 |
"font-family": titleFontFamily,
|
98429 |
"font-weight": titleFontWeight,
|
98430 |
-
"line-height":
|
98431 |
"color": titleColor,
|
98432 |
-
"margin-bottom":
|
98433 |
},
|
98434 |
|
98435 |
// Description Style
|
98436 |
" .block-editor-rich-text__editable.uagb-cta__desc": {
|
98437 |
-
"font-size":
|
98438 |
"font-family": descFontFamily,
|
98439 |
"font-weight": descFontWeight,
|
98440 |
-
"line-height":
|
98441 |
"color": descColor,
|
98442 |
-
"margin-bottom":
|
98443 |
},
|
98444 |
|
98445 |
" .uagb-cta__align-button-after": {
|
98446 |
-
"margin-left":
|
98447 |
},
|
98448 |
|
98449 |
" .uagb-cta__align-button-before": {
|
98450 |
-
"margin-right":
|
98451 |
}
|
98452 |
};
|
98453 |
|
98454 |
if (textAlign === "left" && ctaPosition === "right") {
|
98455 |
selectors[" .uagb-cta__left-right-wrap .uagb-cta__content"] = {
|
98456 |
-
"margin-left":
|
98457 |
"margin-right": "0"
|
98458 |
};
|
98459 |
}
|
98460 |
|
98461 |
if (textAlign === "right" && ctaPosition === "right") {
|
98462 |
selectors[" .uagb-cta__left-right-wrap .uagb-cta__content"] = {
|
98463 |
-
"margin-right":
|
98464 |
"margin-left": "0"
|
98465 |
};
|
98466 |
}
|
98467 |
|
98468 |
if (ctaPosition === "right" && (ctaType === "text" || ctaType === "button")) {
|
98469 |
selectors[" .uagb-cta__content-right .uagb-cta__left-right-wrap .uagb-cta__content"] = {
|
98470 |
-
"width":
|
98471 |
};
|
98472 |
selectors[" .uagb-cta__content-right .uagb-cta__left-right-wrap .uagb-cta__link-wrapper"] = {
|
98473 |
-
"width":
|
98474 |
};
|
98475 |
}
|
98476 |
|
98477 |
var tablet_selectors = {
|
98478 |
" .block-editor-rich-text__editable.uagb-cta__title": {
|
98479 |
-
"font-size":
|
98480 |
-
"line-height":
|
98481 |
},
|
98482 |
" .block-editor-rich-text__editable.uagb-cta__desc": {
|
98483 |
-
"font-size":
|
98484 |
-
"line-height":
|
98485 |
},
|
98486 |
" .uagb-cta__button-wrapper a.uagb-cta-typeof-text": {
|
98487 |
-
"font-size":
|
98488 |
},
|
98489 |
" .uagb-cta__button-wrapper a.uagb-cta-typeof-button": {
|
98490 |
-
"font-size":
|
98491 |
},
|
98492 |
" .uagb-cta__button-wrapper .uagb-cta-with-svg": {
|
98493 |
-
"font-size":
|
98494 |
-
"height":
|
98495 |
-
"width":
|
98496 |
-
"line-height":
|
98497 |
}
|
98498 |
};
|
98499 |
|
98500 |
var mobile_selectors = {
|
98501 |
" .block-editor-rich-text__editable.uagb-cta__title": {
|
98502 |
-
"font-size":
|
98503 |
-
"line-height":
|
98504 |
},
|
98505 |
" .block-editor-rich-text__editable.uagb-cta__desc": {
|
98506 |
-
"font-size":
|
98507 |
-
"line-height":
|
98508 |
},
|
98509 |
" .uagb-cta__button-wrapper a.uagb-cta-typeof-text": {
|
98510 |
-
"font-size":
|
98511 |
},
|
98512 |
" .uagb-cta__button-wrapper a.uagb-cta-typeof-button": {
|
98513 |
-
"font-size":
|
98514 |
},
|
98515 |
" .uagb-cta__button-wrapper .uagb-cta-with-svg": {
|
98516 |
-
"font-size":
|
98517 |
-
"height":
|
98518 |
-
"width":
|
98519 |
-
"line-height":
|
98520 |
}
|
98521 |
};
|
98522 |
|
98523 |
var id = ".block-editor-page #wpwrap .uagb-block-" + props.clientId.substr(0, 8);
|
98524 |
|
98525 |
-
var styling_css =
|
98526 |
|
98527 |
-
styling_css +=
|
98528 |
|
98529 |
-
styling_css +=
|
98530 |
|
98531 |
return styling_css;
|
98532 |
}
|
@@ -98610,7 +98626,7 @@ function save(props) {
|
|
98610 |
null,
|
98611 |
wp.element.createElement(
|
98612 |
"div",
|
98613 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a.apply(undefined, ["uagb-cta__content-wrap"].concat(_toConsumableArray(
|
98614 |
wp.element.createElement(
|
98615 |
"div",
|
98616 |
{ className: "uagb-cta__left-right-wrap" },
|
@@ -98650,19 +98666,15 @@ function save(props) {
|
|
98650 |
}
|
98651 |
|
98652 |
return wp.element.createElement(
|
98653 |
-
|
98654 |
-
|
98655 |
-
wp.element.createElement(
|
98656 |
-
|
98657 |
-
|
98658 |
-
|
98659 |
-
|
98660 |
-
|
98661 |
-
|
98662 |
-
output
|
98663 |
-
),
|
98664 |
-
ctaType !== "all" && output
|
98665 |
-
)
|
98666 |
);
|
98667 |
}
|
98668 |
|
@@ -98748,7 +98760,7 @@ var deprecated = [{
|
|
98748 |
null,
|
98749 |
wp.element.createElement(
|
98750 |
"div",
|
98751 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a.apply(undefined, ["uagb-cta__content-wrap"].concat(_toConsumableArray(
|
98752 |
wp.element.createElement(
|
98753 |
"div",
|
98754 |
{ className: "uagb-cta__left-right-wrap" },
|
@@ -98792,7 +98804,7 @@ var deprecated = [{
|
|
98792 |
null,
|
98793 |
wp.element.createElement(
|
98794 |
"div",
|
98795 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
98796 |
id: "uagb-cta-block-" + block_id },
|
98797 |
ctaType == "all" && wp.element.createElement(
|
98798 |
Fragment,
|
@@ -98847,7 +98859,7 @@ var deprecated = [{
|
|
98847 |
null,
|
98848 |
wp.element.createElement(
|
98849 |
"div",
|
98850 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a.apply(undefined, ["uagb-cta__content-wrap"].concat(_toConsumableArray(
|
98851 |
wp.element.createElement(
|
98852 |
"div",
|
98853 |
{ className: "uagb-cta__left-right-wrap" },
|
@@ -98891,7 +98903,7 @@ var deprecated = [{
|
|
98891 |
null,
|
98892 |
wp.element.createElement(
|
98893 |
"div",
|
98894 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
98895 |
id: "uagb-cta-block-" + block_id },
|
98896 |
ctaType == "all" && wp.element.createElement(
|
98897 |
Fragment,
|
@@ -98903,6 +98915,104 @@ var deprecated = [{
|
|
98903 |
)
|
98904 |
);
|
98905 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
98906 |
}];
|
98907 |
|
98908 |
/* harmony default export */ __webpack_exports__["a"] = (deprecated);
|
@@ -98961,7 +99071,7 @@ var CallToAction = function (_React$Component) {
|
|
98961 |
if (attributes.ctaIcon !== "") {
|
98962 |
cta_icon_output = wp.element.createElement(
|
98963 |
"span",
|
98964 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
98965 |
wp.element.createElement("i", { className: attributes.ctaIcon })
|
98966 |
);
|
98967 |
}
|
@@ -99006,7 +99116,7 @@ var CallToAction = function (_React$Component) {
|
|
99006 |
/*!***********************************************!*\
|
99007 |
!*** ./src/blocks/call-to-action/editor.scss ***!
|
99008 |
\***********************************************/
|
99009 |
-
/*!
|
99010 |
/***/ (function(module, exports) {
|
99011 |
|
99012 |
// removed by extract-text-webpack-plugin
|
@@ -99016,7 +99126,7 @@ var CallToAction = function (_React$Component) {
|
|
99016 |
/*!**********************************************!*\
|
99017 |
!*** ./src/blocks/call-to-action/style.scss ***!
|
99018 |
\**********************************************/
|
99019 |
-
/*!
|
99020 |
/***/ (function(module, exports) {
|
99021 |
|
99022 |
// removed by extract-text-webpack-plugin
|
@@ -99026,7 +99136,7 @@ var CallToAction = function (_React$Component) {
|
|
99026 |
/*!************************************!*\
|
99027 |
!*** ./src/blocks/column/block.js ***!
|
99028 |
\************************************/
|
99029 |
-
/*!
|
99030 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
99031 |
|
99032 |
"use strict";
|
@@ -99157,7 +99267,7 @@ var UAGBColumnEdit = function (_Component) {
|
|
99157 |
var element = document.getElementById("uagb-column-style-" + this.props.clientId.substr(0, 8));
|
99158 |
|
99159 |
if (null !== element && undefined !== element) {
|
99160 |
-
element.innerHTML =
|
99161 |
}
|
99162 |
}
|
99163 |
|
@@ -100111,7 +100221,7 @@ var UAGBColumnEdit = function (_Component) {
|
|
100111 |
wp.element.createElement(
|
100112 |
"div",
|
100113 |
{
|
100114 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
100115 |
},
|
100116 |
wp.element.createElement("div", { className: "uagb-column__overlay" }),
|
100117 |
wp.element.createElement(
|
@@ -100202,20 +100312,20 @@ function styling(props) {
|
|
100202 |
var mobile_selectors = {};
|
100203 |
|
100204 |
var style = {
|
100205 |
-
"padding-top":
|
100206 |
-
"padding-bottom":
|
100207 |
-
"padding-left":
|
100208 |
-
"padding-right":
|
100209 |
-
"margin-top":
|
100210 |
-
"margin-bottom":
|
100211 |
-
"margin-left":
|
100212 |
-
"margin-right":
|
100213 |
-
"border-radius":
|
100214 |
};
|
100215 |
|
100216 |
if (borderStyle != "none") {
|
100217 |
style["border-style"] = borderStyle;
|
100218 |
-
style["border-width"] =
|
100219 |
style["border-color"] = borderColor;
|
100220 |
}
|
100221 |
|
@@ -100229,33 +100339,33 @@ function styling(props) {
|
|
100229 |
}
|
100230 |
|
100231 |
var selectors = {
|
100232 |
-
":before":
|
100233 |
"": style
|
100234 |
};
|
100235 |
|
100236 |
tablet_selectors = {
|
100237 |
"": {
|
100238 |
-
"padding-top":
|
100239 |
-
"padding-bottom":
|
100240 |
-
"padding-left":
|
100241 |
-
"padding-right":
|
100242 |
-
"margin-top":
|
100243 |
-
"margin-bottom":
|
100244 |
-
"margin-left":
|
100245 |
-
"margin-right":
|
100246 |
}
|
100247 |
};
|
100248 |
|
100249 |
mobile_selectors = {
|
100250 |
"": {
|
100251 |
-
"padding-top":
|
100252 |
-
"padding-bottom":
|
100253 |
-
"padding-left":
|
100254 |
-
"padding-right":
|
100255 |
-
"margin-top":
|
100256 |
-
"margin-bottom":
|
100257 |
-
"margin-left":
|
100258 |
-
"margin-right":
|
100259 |
}
|
100260 |
};
|
100261 |
|
@@ -100275,11 +100385,11 @@ function styling(props) {
|
|
100275 |
|
100276 |
var id = "#wpwrap .edit-post-visual-editor #block-" + props.clientId;
|
100277 |
|
100278 |
-
styling_css =
|
100279 |
|
100280 |
-
styling_css +=
|
100281 |
|
100282 |
-
styling_css +=
|
100283 |
|
100284 |
return styling_css;
|
100285 |
}
|
@@ -100365,7 +100475,7 @@ function inlineStyles(props, isEditor) {
|
|
100365 |
style["background-color"] = backgroundColor;
|
100366 |
}
|
100367 |
|
100368 |
-
style["border-radius"] =
|
100369 |
|
100370 |
return style;
|
100371 |
}
|
@@ -100411,7 +100521,7 @@ function save(_ref) {
|
|
100411 |
return wp.element.createElement(
|
100412 |
"div",
|
100413 |
{
|
100414 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
100415 |
},
|
100416 |
wp.element.createElement("div", { className: "uagb-column__overlay" }),
|
100417 |
wp.element.createElement(
|
@@ -100468,7 +100578,7 @@ var deprecated = [{
|
|
100468 |
return wp.element.createElement(
|
100469 |
"div",
|
100470 |
{
|
100471 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
100472 |
id: "uagb-column-" + block_id
|
100473 |
},
|
100474 |
wp.element.createElement("div", { className: "uagb-column__overlay" }),
|
@@ -100488,7 +100598,7 @@ var deprecated = [{
|
|
100488 |
/*!**************************************!*\
|
100489 |
!*** ./src/blocks/column/style.scss ***!
|
100490 |
\**************************************/
|
100491 |
-
/*!
|
100492 |
/***/ (function(module, exports) {
|
100493 |
|
100494 |
// removed by extract-text-webpack-plugin
|
@@ -100498,7 +100608,7 @@ var deprecated = [{
|
|
100498 |
/*!***************************************!*\
|
100499 |
!*** ./src/blocks/column/editor.scss ***!
|
100500 |
\***************************************/
|
100501 |
-
/*!
|
100502 |
/***/ (function(module, exports) {
|
100503 |
|
100504 |
// removed by extract-text-webpack-plugin
|
@@ -100508,7 +100618,7 @@ var deprecated = [{
|
|
100508 |
/*!*************************************!*\
|
100509 |
!*** ./src/blocks/columns/block.js ***!
|
100510 |
\*************************************/
|
100511 |
-
/*!
|
100512 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
100513 |
|
100514 |
"use strict";
|
@@ -100589,14 +100699,14 @@ registerBlockType("uagb/columns", {
|
|
100589 |
var top_divider_html = topType != "none" && wp.element.createElement(
|
100590 |
"div",
|
100591 |
{
|
100592 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
100593 |
__WEBPACK_IMPORTED_MODULE_5__shapes__["a" /* default */][topType]
|
100594 |
);
|
100595 |
|
100596 |
var bottom_divider_html = bottomType != "none" && wp.element.createElement(
|
100597 |
"div",
|
100598 |
{
|
100599 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
100600 |
"data-negative": "false" },
|
100601 |
__WEBPACK_IMPORTED_MODULE_5__shapes__["a" /* default */][bottomType]
|
100602 |
);
|
@@ -100608,7 +100718,7 @@ registerBlockType("uagb/columns", {
|
|
100608 |
return wp.element.createElement(
|
100609 |
CustomTag,
|
100610 |
{
|
100611 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
100612 |
},
|
100613 |
wp.element.createElement("div", { className: "uagb-columns__overlay" }),
|
100614 |
top_divider_html,
|
@@ -100623,7 +100733,7 @@ registerBlockType("uagb/columns", {
|
|
100623 |
),
|
100624 |
wp.element.createElement(
|
100625 |
"div",
|
100626 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
100627 |
wp.element.createElement(InnerBlocks.Content, null)
|
100628 |
),
|
100629 |
bottom_divider_html
|
@@ -100725,8 +100835,8 @@ var _wp$components = wp.components,
|
|
100725 |
var createBlock = wp.blocks.createBlock;
|
100726 |
|
100727 |
|
100728 |
-
var getColumnsTemplate = __WEBPACK_IMPORTED_MODULE_3_memize___default(
|
100729 |
-
return __WEBPACK_IMPORTED_MODULE_4_lodash_times___default(
|
100730 |
return ["uagb/column", { id: n + 1 }];
|
100731 |
});
|
100732 |
});
|
@@ -100770,7 +100880,7 @@ var UAGBColumns = function (_Component) {
|
|
100770 |
var element = document.getElementById("uagb-columns-style-" + this.props.clientId.substr(0, 8));
|
100771 |
|
100772 |
if (null !== element && undefined !== element) {
|
100773 |
-
element.innerHTML =
|
100774 |
}
|
100775 |
}
|
100776 |
|
@@ -100860,7 +100970,7 @@ var UAGBColumns = function (_Component) {
|
|
100860 |
value: function createBlocksFromInnerBlocksTemplate(innerBlocksTemplate) {
|
100861 |
var _this2 = this;
|
100862 |
|
100863 |
-
return __WEBPACK_IMPORTED_MODULE_5_lodash_map___default(
|
100864 |
var _ref2 = _slicedToArray(_ref, 3),
|
100865 |
name = _ref2[0],
|
100866 |
attributes = _ref2[1],
|
@@ -101234,14 +101344,14 @@ var UAGBColumns = function (_Component) {
|
|
101234 |
var top_divider_html = topType != "none" && wp.element.createElement(
|
101235 |
"div",
|
101236 |
{
|
101237 |
-
className: __WEBPACK_IMPORTED_MODULE_1_classnames___default(
|
101238 |
__WEBPACK_IMPORTED_MODULE_8__shapes__["a" /* default */][topType]
|
101239 |
);
|
101240 |
|
101241 |
var bottom_divider_html = bottomType != "none" && wp.element.createElement(
|
101242 |
"div",
|
101243 |
{
|
101244 |
-
className: __WEBPACK_IMPORTED_MODULE_1_classnames___default(
|
101245 |
"data-negative": "false" },
|
101246 |
__WEBPACK_IMPORTED_MODULE_8__shapes__["a" /* default */][bottomType]
|
101247 |
);
|
@@ -102101,7 +102211,7 @@ var UAGBColumns = function (_Component) {
|
|
102101 |
wp.element.createElement(
|
102102 |
CustomTag,
|
102103 |
{
|
102104 |
-
className: __WEBPACK_IMPORTED_MODULE_1_classnames___default(
|
102105 |
},
|
102106 |
wp.element.createElement("div", { className: "uagb-columns__overlay" }),
|
102107 |
top_divider_html,
|
@@ -102116,7 +102226,7 @@ var UAGBColumns = function (_Component) {
|
|
102116 |
),
|
102117 |
wp.element.createElement(
|
102118 |
"div",
|
102119 |
-
{ className: __WEBPACK_IMPORTED_MODULE_1_classnames___default(
|
102120 |
wp.element.createElement(InnerBlocks, {
|
102121 |
template: getColumnsTemplate(columns),
|
102122 |
templateLock: "all",
|
@@ -102392,7 +102502,7 @@ function styling(props) {
|
|
102392 |
|
102393 |
if ("custom" == contentWidth) {
|
102394 |
if ("" != width) {
|
102395 |
-
max_width =
|
102396 |
}
|
102397 |
}
|
102398 |
var boxShadowPositionCSS = boxShadowPosition;
|
@@ -102405,7 +102515,7 @@ function styling(props) {
|
|
102405 |
var mobile_selectors = {};
|
102406 |
|
102407 |
var selectors = {
|
102408 |
-
".uagb-columns__wrap":
|
102409 |
" .uagb-columns__video-wrap": {
|
102410 |
"opacity": typeof backgroundVideoOpacity != "undefined" ? (100 - backgroundVideoOpacity) / 100 : 0.5
|
102411 |
},
|
@@ -102413,24 +102523,24 @@ function styling(props) {
|
|
102413 |
"max-width": max_width
|
102414 |
},
|
102415 |
" .uagb-column__inner-wrap": {
|
102416 |
-
"padding":
|
102417 |
},
|
102418 |
" .uagb-columns__shape-top svg": {
|
102419 |
width: "calc( " + topWidth + "% + 1.3px )",
|
102420 |
-
height:
|
102421 |
},
|
102422 |
" .uagb-columns__shape-top .uagb-columns__shape-fill": {
|
102423 |
-
fill:
|
102424 |
},
|
102425 |
" .uagb-columns__shape-bottom svg": {
|
102426 |
width: "calc( " + bottomWidth + "% + 1.3px )",
|
102427 |
-
height:
|
102428 |
},
|
102429 |
" .uagb-columns__shape-bottom .uagb-columns__shape-fill": {
|
102430 |
-
fill:
|
102431 |
},
|
102432 |
".wp-block-uagb-columns": {
|
102433 |
-
"box-shadow":
|
102434 |
}
|
102435 |
};
|
102436 |
|
@@ -102468,50 +102578,50 @@ function styling(props) {
|
|
102468 |
}
|
102469 |
}
|
102470 |
|
102471 |
-
selectors[" > .uagb-columns__overlay"]["border-radius"] =
|
102472 |
|
102473 |
tablet_selectors = {
|
102474 |
".uagb-columns__wrap": {
|
102475 |
-
"padding-top":
|
102476 |
-
"padding-bottom":
|
102477 |
-
"padding-left":
|
102478 |
-
"padding-right":
|
102479 |
-
"margin-top":
|
102480 |
-
"margin-bottom":
|
102481 |
},
|
102482 |
" .uagb-columns__shape-top svg": {
|
102483 |
-
height:
|
102484 |
},
|
102485 |
" .uagb-columns__shape-bottom svg": {
|
102486 |
-
height:
|
102487 |
}
|
102488 |
};
|
102489 |
|
102490 |
mobile_selectors = {
|
102491 |
".uagb-columns__wrap": {
|
102492 |
-
"padding-top":
|
102493 |
-
"padding-bottom":
|
102494 |
-
"padding-left":
|
102495 |
-
"padding-right":
|
102496 |
-
"margin-top":
|
102497 |
-
"margin-bottom":
|
102498 |
},
|
102499 |
" .uagb-columns__shape-top svg": {
|
102500 |
-
height:
|
102501 |
},
|
102502 |
" .uagb-columns__shape-bottom svg": {
|
102503 |
-
height:
|
102504 |
}
|
102505 |
};
|
102506 |
|
102507 |
var styling_css = "";
|
102508 |
var id = ".uagb-block-" + props.clientId.substr(0, 8);
|
102509 |
|
102510 |
-
styling_css =
|
102511 |
|
102512 |
-
styling_css +=
|
102513 |
|
102514 |
-
styling_css +=
|
102515 |
|
102516 |
return styling_css;
|
102517 |
}
|
@@ -102557,18 +102667,18 @@ function inlineStyles(props, isEditor) {
|
|
102557 |
|
102558 |
|
102559 |
var style = {
|
102560 |
-
"padding-top":
|
102561 |
-
"padding-bottom":
|
102562 |
-
"padding-left":
|
102563 |
-
"padding-right":
|
102564 |
-
"margin-top":
|
102565 |
-
"margin-bottom":
|
102566 |
-
"border-radius":
|
102567 |
};
|
102568 |
|
102569 |
if (borderStyle != "none") {
|
102570 |
style["border-style"] = borderStyle;
|
102571 |
-
style["border-width"] =
|
102572 |
style["border-color"] = borderColor;
|
102573 |
}
|
102574 |
|
@@ -102593,7 +102703,7 @@ function inlineStyles(props, isEditor) {
|
|
102593 |
/*!******************************************!*\
|
102594 |
!*** ./node_modules/lodash/dropRight.js ***!
|
102595 |
\******************************************/
|
102596 |
-
/*!
|
102597 |
/***/ (function(module, exports, __webpack_require__) {
|
102598 |
|
102599 |
var baseSlice = __webpack_require__(/*! ./_baseSlice */ 69),
|
@@ -102696,14 +102806,14 @@ var deprecated = [{
|
|
102696 |
var top_divider_html = topType != "none" && wp.element.createElement(
|
102697 |
"div",
|
102698 |
{
|
102699 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
102700 |
__WEBPACK_IMPORTED_MODULE_1__shapes__["a" /* default */][topType]
|
102701 |
);
|
102702 |
|
102703 |
var bottom_divider_html = bottomType != "none" && wp.element.createElement(
|
102704 |
"div",
|
102705 |
{
|
102706 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
102707 |
"data-negative": "false" },
|
102708 |
__WEBPACK_IMPORTED_MODULE_1__shapes__["a" /* default */][bottomType]
|
102709 |
);
|
@@ -102715,7 +102825,7 @@ var deprecated = [{
|
|
102715 |
return wp.element.createElement(
|
102716 |
CustomTag,
|
102717 |
{
|
102718 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
102719 |
id: "uagb-columns-" + block_id
|
102720 |
},
|
102721 |
wp.element.createElement("div", { className: "uagb-columns__overlay" }),
|
@@ -102727,7 +102837,7 @@ var deprecated = [{
|
|
102727 |
),
|
102728 |
wp.element.createElement(
|
102729 |
"div",
|
102730 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
102731 |
wp.element.createElement(InnerBlocks.Content, null)
|
102732 |
),
|
102733 |
bottom_divider_html
|
@@ -102764,14 +102874,14 @@ var deprecated = [{
|
|
102764 |
var top_divider_html = topType != "none" && wp.element.createElement(
|
102765 |
"div",
|
102766 |
{
|
102767 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
102768 |
__WEBPACK_IMPORTED_MODULE_1__shapes__["a" /* default */][topType]
|
102769 |
);
|
102770 |
|
102771 |
var bottom_divider_html = bottomType != "none" && wp.element.createElement(
|
102772 |
"div",
|
102773 |
{
|
102774 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
102775 |
"data-negative": "false" },
|
102776 |
__WEBPACK_IMPORTED_MODULE_1__shapes__["a" /* default */][bottomType]
|
102777 |
);
|
@@ -102783,7 +102893,7 @@ var deprecated = [{
|
|
102783 |
return wp.element.createElement(
|
102784 |
CustomTag,
|
102785 |
{
|
102786 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
102787 |
id: "uagb-columns-" + block_id
|
102788 |
},
|
102789 |
wp.element.createElement("div", { className: "uagb-columns__overlay" }),
|
@@ -102799,7 +102909,7 @@ var deprecated = [{
|
|
102799 |
),
|
102800 |
wp.element.createElement(
|
102801 |
"div",
|
102802 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
102803 |
wp.element.createElement(InnerBlocks.Content, null)
|
102804 |
),
|
102805 |
bottom_divider_html
|
@@ -102839,7 +102949,7 @@ var deprecated = [{
|
|
102839 |
*/
|
102840 |
var variations = [{
|
102841 |
name: 'one-column',
|
102842 |
-
label:
|
102843 |
icon: __WEBPACK_IMPORTED_MODULE_0__icons__["a" /* default */].colOne,
|
102844 |
attributes: {
|
102845 |
columns: 1,
|
@@ -102849,7 +102959,7 @@ var variations = [{
|
|
102849 |
scope: ['block']
|
102850 |
}, {
|
102851 |
name: 'two-column-split',
|
102852 |
-
label:
|
102853 |
icon: __WEBPACK_IMPORTED_MODULE_0__icons__["a" /* default */].layout5050,
|
102854 |
attributes: {
|
102855 |
columns: 2,
|
@@ -102860,7 +102970,7 @@ var variations = [{
|
|
102860 |
scope: ['block']
|
102861 |
}, {
|
102862 |
name: 'two-columns-one-third-two-thirds',
|
102863 |
-
label:
|
102864 |
icon: __WEBPACK_IMPORTED_MODULE_0__icons__["a" /* default */].layout3366,
|
102865 |
attributes: {
|
102866 |
columns: 2
|
@@ -102869,7 +102979,7 @@ var variations = [{
|
|
102869 |
scope: ['block']
|
102870 |
}, {
|
102871 |
name: 'two-columns-two-thirds-one-third',
|
102872 |
-
label:
|
102873 |
icon: __WEBPACK_IMPORTED_MODULE_0__icons__["a" /* default */].layout6633,
|
102874 |
attributes: {
|
102875 |
columns: 2
|
@@ -102878,7 +102988,7 @@ var variations = [{
|
|
102878 |
scope: ['block']
|
102879 |
}, {
|
102880 |
name: 'three-column',
|
102881 |
-
label:
|
102882 |
icon: __WEBPACK_IMPORTED_MODULE_0__icons__["a" /* default */].layout502525,
|
102883 |
attributes: {
|
102884 |
columns: 3,
|
@@ -102888,7 +102998,7 @@ var variations = [{
|
|
102888 |
scope: ['block']
|
102889 |
}, {
|
102890 |
name: 'three-columns-equal',
|
102891 |
-
label:
|
102892 |
icon: __WEBPACK_IMPORTED_MODULE_0__icons__["a" /* default */].layout333333,
|
102893 |
attributes: {
|
102894 |
columns: 3
|
@@ -102897,7 +103007,7 @@ var variations = [{
|
|
102897 |
scope: ['block']
|
102898 |
}, {
|
102899 |
name: 'three-columns-wider-center',
|
102900 |
-
label:
|
102901 |
icon: __WEBPACK_IMPORTED_MODULE_0__icons__["a" /* default */].layout255025,
|
102902 |
attributes: {
|
102903 |
columns: 3
|
@@ -102906,7 +103016,7 @@ var variations = [{
|
|
102906 |
scope: ['block']
|
102907 |
}, {
|
102908 |
name: 'four-column',
|
102909 |
-
label:
|
102910 |
icon: __WEBPACK_IMPORTED_MODULE_0__icons__["a" /* default */].layout25252525,
|
102911 |
attributes: {
|
102912 |
columns: 4,
|
@@ -102968,7 +103078,7 @@ var DEFAULT_LOCALE_DATA = {
|
|
102968 |
* @param {...*} args Arguments to pass to `console.error`
|
102969 |
*/
|
102970 |
|
102971 |
-
var logErrorOnce = __WEBPACK_IMPORTED_MODULE_2_memize___default(
|
102972 |
|
102973 |
/**
|
102974 |
* The underlying instance of Tannin to which exported functions interface.
|
@@ -102989,10 +103099,10 @@ var i18n = new __WEBPACK_IMPORTED_MODULE_1_tannin__["a" /* default */]({});
|
|
102989 |
|
102990 |
function setLocaleData(data) {
|
102991 |
var domain = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 'default';
|
102992 |
-
i18n.data[domain] =
|
102993 |
// a plural forms expression).
|
102994 |
|
102995 |
-
i18n.data[domain][''] =
|
102996 |
}
|
102997 |
/**
|
102998 |
* Wrapper for Tannin's `dcnpgettext`. Populates default locale data if not
|
@@ -103140,7 +103250,7 @@ function _objectSpread(target) {
|
|
103140 |
}
|
103141 |
|
103142 |
ownKeys.forEach(function (key) {
|
103143 |
-
|
103144 |
});
|
103145 |
}
|
103146 |
|
@@ -103274,7 +103384,7 @@ Tannin.prototype.getPluralForm = function( domain, n ) {
|
|
103274 |
config.plural_forms
|
103275 |
);
|
103276 |
|
103277 |
-
getPluralForm = this.pluralForms[ domain ] =
|
103278 |
}
|
103279 |
|
103280 |
return getPluralForm( n );
|
@@ -103351,7 +103461,7 @@ Tannin.prototype.dcnpgettext = function( domain, context, singular, plural, n )
|
|
103351 |
* @return {Function} Evaluator function.
|
103352 |
*/
|
103353 |
function pluralForms( expression ) {
|
103354 |
-
var evaluate =
|
103355 |
|
103356 |
return function( n ) {
|
103357 |
return +evaluate( { n: n } );
|
@@ -103395,10 +103505,10 @@ function pluralForms( expression ) {
|
|
103395 |
* @return {Function} Compiled evaluator.
|
103396 |
*/
|
103397 |
function compile( expression ) {
|
103398 |
-
var terms =
|
103399 |
|
103400 |
return function( variables ) {
|
103401 |
-
return
|
103402 |
};
|
103403 |
}
|
103404 |
|
@@ -103668,7 +103778,7 @@ function evaluate( postfix, variables ) {
|
|
103668 |
/*!*****************************************************************************!*\
|
103669 |
!*** ./node_modules/@wordpress/i18n/node_modules/sprintf-js/src/sprintf.js ***!
|
103670 |
\*****************************************************************************/
|
103671 |
-
/*!
|
103672 |
/*! exports used: default */
|
103673 |
/***/ (function(module, exports, __webpack_require__) {
|
103674 |
|
@@ -103893,12 +104003,12 @@ var __WEBPACK_AMD_DEFINE_RESULT__;/* global window, exports, define */
|
|
103893 |
window['vsprintf'] = vsprintf
|
103894 |
|
103895 |
if (true) {
|
103896 |
-
!(__WEBPACK_AMD_DEFINE_RESULT__ =
|
103897 |
return {
|
103898 |
'sprintf': sprintf,
|
103899 |
'vsprintf': vsprintf
|
103900 |
}
|
103901 |
-
}
|
103902 |
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__))
|
103903 |
}
|
103904 |
}
|
@@ -103911,7 +104021,7 @@ var __WEBPACK_AMD_DEFINE_RESULT__;/* global window, exports, define */
|
|
103911 |
/*!***************************************!*\
|
103912 |
!*** ./src/blocks/columns/style.scss ***!
|
103913 |
\***************************************/
|
103914 |
-
/*!
|
103915 |
/***/ (function(module, exports) {
|
103916 |
|
103917 |
// removed by extract-text-webpack-plugin
|
@@ -103921,7 +104031,7 @@ var __WEBPACK_AMD_DEFINE_RESULT__;/* global window, exports, define */
|
|
103921 |
/*!****************************************!*\
|
103922 |
!*** ./src/blocks/columns/editor.scss ***!
|
103923 |
\****************************************/
|
103924 |
-
/*!
|
103925 |
/***/ (function(module, exports) {
|
103926 |
|
103927 |
// removed by extract-text-webpack-plugin
|
@@ -103931,7 +104041,7 @@ var __WEBPACK_AMD_DEFINE_RESULT__;/* global window, exports, define */
|
|
103931 |
/*!****************************************!*\
|
103932 |
!*** ./src/blocks/cf7-styler/block.js ***!
|
103933 |
\****************************************/
|
103934 |
-
/*!
|
103935 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
103936 |
|
103937 |
"use strict";
|
@@ -105361,11 +105471,11 @@ var UAGBCF7 = function (_Component) {
|
|
105361 |
wp.element.createElement(
|
105362 |
"div",
|
105363 |
{
|
105364 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
105365 |
},
|
105366 |
wp.element.createElement(
|
105367 |
"div",
|
105368 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
105369 |
isHtml && wp.element.createElement("div", { dangerouslySetInnerHTML: { __html: html } }),
|
105370 |
isHtml == false && wp.element.createElement(
|
105371 |
Placeholder,
|
@@ -105405,7 +105515,7 @@ var UAGBCF7 = function (_Component) {
|
|
105405 |
var element = document.getElementById("uagb-cf7-styler-" + this.props.clientId.substr(0, 8));
|
105406 |
|
105407 |
if (null !== element && undefined !== element) {
|
105408 |
-
element.innerHTML =
|
105409 |
}
|
105410 |
}
|
105411 |
}]);
|
@@ -105565,18 +105675,18 @@ function styling(props) {
|
|
105565 |
"color": fieldInputColor,
|
105566 |
"border-style": fieldBorderStyle,
|
105567 |
"border-color": fieldBorderColor,
|
105568 |
-
"border-width":
|
105569 |
-
"border-radius":
|
105570 |
-
"padding-left":
|
105571 |
-
"padding-right":
|
105572 |
-
"padding-top":
|
105573 |
-
"padding-bottom":
|
105574 |
-
"margin-top":
|
105575 |
-
"margin-bottom":
|
105576 |
-
"font-size":
|
105577 |
"font-family": inputFontFamily,
|
105578 |
"font-weight": inputFontWeight,
|
105579 |
-
"line-height":
|
105580 |
"text-align": align
|
105581 |
},
|
105582 |
" .wpcf7 select": {
|
@@ -105584,45 +105694,45 @@ function styling(props) {
|
|
105584 |
"color": fieldLabelColor,
|
105585 |
"border-style": fieldBorderStyle,
|
105586 |
"border-color": fieldBorderColor,
|
105587 |
-
"border-width":
|
105588 |
-
"border-radius":
|
105589 |
-
"margin-top":
|
105590 |
-
"margin-bottom":
|
105591 |
-
"font-size":
|
105592 |
"font-family": inputFontFamily,
|
105593 |
"font-weight": inputFontWeight,
|
105594 |
-
"line-height":
|
105595 |
"text-align": align
|
105596 |
},
|
105597 |
" .wpcf7 select.wpcf7-form-control.wpcf7-select:not([multiple='multiple'])": {
|
105598 |
-
"padding-left":
|
105599 |
-
"padding-right":
|
105600 |
-
"padding-top":
|
105601 |
-
"padding-bottom":
|
105602 |
},
|
105603 |
" .wpcf7 select.wpcf7-select[multiple='multiple'] option": {
|
105604 |
-
"padding-left":
|
105605 |
-
"padding-right":
|
105606 |
-
"padding-top":
|
105607 |
-
"padding-bottom":
|
105608 |
},
|
105609 |
" .wpcf7 textarea": {
|
105610 |
"background-color": fieldBgColor,
|
105611 |
"color": fieldInputColor,
|
105612 |
"border-color": fieldBorderColor,
|
105613 |
-
"border-width":
|
105614 |
-
"border-radius":
|
105615 |
"border-style": fieldBorderStyle,
|
105616 |
-
"padding-left":
|
105617 |
-
"padding-right":
|
105618 |
-
"padding-top":
|
105619 |
-
"padding-bottom":
|
105620 |
-
"margin-top":
|
105621 |
-
"margin-bottom":
|
105622 |
-
"font-size":
|
105623 |
"font-family": inputFontFamily,
|
105624 |
"font-weight": inputFontWeight,
|
105625 |
-
"line-height":
|
105626 |
"text-align": align
|
105627 |
},
|
105628 |
" .wpcf7 input::placeholder": {
|
@@ -105637,10 +105747,10 @@ function styling(props) {
|
|
105637 |
"color": fieldInputColor,
|
105638 |
"text-align": align
|
105639 |
}), _defineProperty(_selectors, " .wpcf7 form label", (_wpcf7FormLabel = {
|
105640 |
-
"font-size":
|
105641 |
-
}, _defineProperty(_wpcf7FormLabel, "font-size",
|
105642 |
-
"font-size":
|
105643 |
-
}, _defineProperty(_wpcf7FormWpcf, "font-size",
|
105644 |
"border-color": fieldBorderFocusColor
|
105645 |
}), _defineProperty(_selectors, " .wpcf7 form select:focus", {
|
105646 |
"border-color": fieldBorderFocusColor
|
@@ -105649,18 +105759,18 @@ function styling(props) {
|
|
105649 |
}), _defineProperty(_selectors, " .wpcf7 input.wpcf7-form-control.wpcf7-submit", {
|
105650 |
"color": buttonTextColor,
|
105651 |
"background-color": buttonBgColor,
|
105652 |
-
"font-size":
|
105653 |
"font-family": buttonFontFamily,
|
105654 |
"font-weight": buttonFontWeight,
|
105655 |
-
"line-height":
|
105656 |
"border-color": buttonBorderColor,
|
105657 |
"border-style": buttonBorderStyle,
|
105658 |
-
"border-width":
|
105659 |
-
"border-radius":
|
105660 |
-
"padding-left":
|
105661 |
-
"padding-right":
|
105662 |
-
"padding-top":
|
105663 |
-
"padding-bottom":
|
105664 |
}), _defineProperty(_selectors, " .wpcf7 input.wpcf7-form-control.wpcf7-submit:hover", {
|
105665 |
"color": buttonTextHoverColor,
|
105666 |
"background-color": buttonBgHoverColor,
|
@@ -105673,13 +105783,13 @@ function styling(props) {
|
|
105673 |
}), _defineProperty(_selectors, " .wpcf7 .wpcf7-checkbox input[type='checkbox'] + span:before", {
|
105674 |
"background-color": fieldBgColor,
|
105675 |
"color": fieldInputColor,
|
105676 |
-
"height":
|
105677 |
-
"width":
|
105678 |
"font-size": "calc( " + fieldVrPadding + "px / 1.2 )",
|
105679 |
"border-style": fieldBorderStyle,
|
105680 |
"border-color": fieldBorderColor,
|
105681 |
-
"border-width":
|
105682 |
-
"border-radius":
|
105683 |
}), _defineProperty(_selectors, " .wpcf7 .wpcf7-acceptance input[type='checkbox']:checked + span:before", {
|
105684 |
"background-color": fieldBgColor,
|
105685 |
"color": fieldInputColor,
|
@@ -105687,45 +105797,45 @@ function styling(props) {
|
|
105687 |
}), _defineProperty(_selectors, " .wpcf7 .wpcf7-acceptance input[type='checkbox'] + span:before", {
|
105688 |
"background-color": fieldBgColor,
|
105689 |
"color": fieldInputColor,
|
105690 |
-
"height":
|
105691 |
-
"width":
|
105692 |
"font-size": "calc( " + fieldVrPadding + "px / 1.2 )",
|
105693 |
"border-style": fieldBorderStyle,
|
105694 |
"border-color": fieldBorderColor,
|
105695 |
-
"border-width":
|
105696 |
-
"border-radius":
|
105697 |
}), _defineProperty(_selectors, " .wpcf7 .wpcf7-radio input[type='radio'] + span:before", (_wpcf7Wpcf7Radio = {
|
105698 |
"background-color": fieldBgColor,
|
105699 |
"color": fieldInputColor,
|
105700 |
-
"height":
|
105701 |
-
"width":
|
105702 |
"border-style": fieldBorderStyle,
|
105703 |
"border-color": fieldBorderColor,
|
105704 |
-
"border-width":
|
105705 |
}, _defineProperty(_wpcf7Wpcf7Radio, "height", "calc( " + fieldVrPadding + "px / 1.2 )"), _defineProperty(_wpcf7Wpcf7Radio, "width", "calc( " + fieldVrPadding + "px / 1.2 )"), _wpcf7Wpcf7Radio)), _defineProperty(_selectors, " .uagb-cf7-styler__field-style-underline .wpcf7 input:not([type=submit])", {
|
105706 |
"border-style": "none",
|
105707 |
"border-bottom-color": fieldBorderColor,
|
105708 |
"border-bottom-style": "solid",
|
105709 |
-
"border-bottom-width":
|
105710 |
-
"border-radius":
|
105711 |
}), _defineProperty(_selectors, " .uagb-cf7-styler__field-style-underline textarea", {
|
105712 |
"border-style": "none",
|
105713 |
"border-bottom-color": fieldBorderColor,
|
105714 |
"border-bottom-style": "solid",
|
105715 |
-
"border-bottom-width":
|
105716 |
-
"border-radius":
|
105717 |
}), _defineProperty(_selectors, " .uagb-cf7-styler__field-style-underline select", {
|
105718 |
"border-style": "none",
|
105719 |
"border-bottom-color": fieldBorderColor,
|
105720 |
"border-bottom-style": "solid",
|
105721 |
-
"border-bottom-width":
|
105722 |
-
"border-radius":
|
105723 |
}), _defineProperty(_selectors, " .uagb-cf7-styler__field-style-underline textarea", {
|
105724 |
"border-style": "none",
|
105725 |
"border-bottom-color": fieldBorderColor,
|
105726 |
"border-bottom-style": "solid",
|
105727 |
-
"border-bottom-width":
|
105728 |
-
"border-radius":
|
105729 |
}), _defineProperty(_selectors, " .uagb-cf7-styler__field-style-underline .wpcf7-checkbox input[type='checkbox'] + span:before", {
|
105730 |
"border-style": "solid"
|
105731 |
}), _defineProperty(_selectors, " .uagb-cf7-styler__field-style-underline .wpcf7 input[type='radio'] + span:before", {
|
@@ -105738,120 +105848,120 @@ function styling(props) {
|
|
105738 |
}), _defineProperty(_selectors, " .uagb-cf7-styler__check-style-enabled .wpcf7 .wpcf7-checkbox input[type='checkbox'] + span:before", {
|
105739 |
"background-color": radioCheckBgColor,
|
105740 |
"color": radioCheckSelectColor,
|
105741 |
-
"height":
|
105742 |
-
"width":
|
105743 |
"font-size": "calc( " + radioCheckSize + "px / 1.2 )",
|
105744 |
"border-color": radioCheckBorderColor,
|
105745 |
-
"border-width":
|
105746 |
-
"border-radius":
|
105747 |
}), _defineProperty(_selectors, " .uagb-cf7-styler__check-style-enabled .wpcf7 .wpcf7-checkbox input[type='checkbox']:checked + span:before", {
|
105748 |
"border-color": fieldBorderFocusColor
|
105749 |
}), _defineProperty(_selectors, " .uagb-cf7-styler__check-style-enabled .wpcf7 .wpcf7-acceptance input[type='checkbox'] + span:before", {
|
105750 |
"background-color": radioCheckBgColor,
|
105751 |
"color": radioCheckSelectColor,
|
105752 |
-
"height":
|
105753 |
-
"width":
|
105754 |
"font-size": "calc( " + radioCheckSize + "px / 1.2 )",
|
105755 |
"border-color": radioCheckBorderColor,
|
105756 |
-
"border-width":
|
105757 |
-
"border-radius":
|
105758 |
}), _defineProperty(_selectors, " .uagb-cf7-styler__check-style-enabled .wpcf7 .wpcf7-acceptance input[type='checkbox']:checked + span:before", {
|
105759 |
"border-color": fieldBorderFocusColor
|
105760 |
}), _defineProperty(_selectors, " .uagb-cf7-styler__check-style-enabled .wpcf7 input[type='radio'] + span:before", {
|
105761 |
"background-color": radioCheckBgColor,
|
105762 |
"color": radioCheckSelectColor,
|
105763 |
-
"height":
|
105764 |
-
"width":
|
105765 |
"font-size": "calc( " + radioCheckSize + "px / 1.2 )",
|
105766 |
"border-color": radioCheckBorderColor,
|
105767 |
-
"border-width":
|
105768 |
}), _defineProperty(_selectors, " .uagb-cf7-styler__check-style-enabled .wpcf7-radio input[type='radio']:checked + span:before", {
|
105769 |
"background-color": radioCheckSelectColor,
|
105770 |
"border-color": fieldBorderFocusColor
|
105771 |
}), _defineProperty(_selectors, " .uagb-cf7-styler__check-style-enabled .wpcf7 form .wpcf7-list-item-label", {
|
105772 |
-
"font-size":
|
105773 |
"font-family": radioCheckFontFamily,
|
105774 |
"font-weight": radioCheckFontWeight,
|
105775 |
-
"line-height":
|
105776 |
"color": radioCheckLableColor
|
105777 |
}), _selectors);
|
105778 |
|
105779 |
var tablet_selectors = {
|
105780 |
" .wpcf7 input:not([type=submit])": {
|
105781 |
-
"font-size":
|
105782 |
-
"line-height":
|
105783 |
},
|
105784 |
" .wpcf7 select": {
|
105785 |
-
"font-size":
|
105786 |
-
"line-height":
|
105787 |
},
|
105788 |
" .wpcf7 textarea": {
|
105789 |
-
"font-size":
|
105790 |
-
"line-height":
|
105791 |
},
|
105792 |
" .wpcf7 form label": {
|
105793 |
-
"font-size":
|
105794 |
-
"line-height":
|
105795 |
},
|
105796 |
|
105797 |
" .wpcf7 form .wpcf7-list-item-label": {
|
105798 |
-
"font-size":
|
105799 |
-
"line-height":
|
105800 |
},
|
105801 |
" .wpcf7 input.wpcf7-form-control.wpcf7-submit": {
|
105802 |
-
"font-size":
|
105803 |
-
"line-height":
|
105804 |
},
|
105805 |
" .uagb-cf7-styler__check-style-enabled .wpcf7 form .wpcf7-list-item-label": {
|
105806 |
-
"font-size":
|
105807 |
-
"line-height":
|
105808 |
},
|
105809 |
" span.wpcf7-not-valid-tip": {
|
105810 |
-
"font-size":
|
105811 |
-
"line-height":
|
105812 |
}
|
105813 |
};
|
105814 |
|
105815 |
var mobile_selectors = {
|
105816 |
" .wpcf7 input:not([type=submit])": {
|
105817 |
-
"font-size":
|
105818 |
-
"line-height":
|
105819 |
},
|
105820 |
" .wpcf7 select": {
|
105821 |
-
"font-size":
|
105822 |
-
"line-height":
|
105823 |
},
|
105824 |
" .wpcf7 textarea": {
|
105825 |
-
"font-size":
|
105826 |
-
"line-height":
|
105827 |
},
|
105828 |
" .wpcf7 form label": {
|
105829 |
-
"font-size":
|
105830 |
-
"line-height":
|
105831 |
},
|
105832 |
" .wpcf7 form .wpcf7-list-item-label": {
|
105833 |
-
"font-size":
|
105834 |
-
"line-height":
|
105835 |
},
|
105836 |
" .wpcf7 input.wpcf7-form-control.wpcf7-submit": {
|
105837 |
-
"font-size":
|
105838 |
-
"line-height":
|
105839 |
},
|
105840 |
" .uagb-cf7-styler__check-style-enabled .wpcf7 form .wpcf7-list-item-label": {
|
105841 |
-
"font-size":
|
105842 |
-
"line-height":
|
105843 |
},
|
105844 |
" span.wpcf7-not-valid-tip": {
|
105845 |
-
"font-size":
|
105846 |
-
"line-height":
|
105847 |
}
|
105848 |
};
|
105849 |
|
105850 |
-
var styling_css =
|
105851 |
|
105852 |
-
styling_css +=
|
105853 |
|
105854 |
-
styling_css +=
|
105855 |
|
105856 |
return styling_css;
|
105857 |
}
|
@@ -105863,7 +105973,7 @@ function styling(props) {
|
|
105863 |
/*!*******************************************!*\
|
105864 |
!*** ./src/blocks/cf7-styler/editor.scss ***!
|
105865 |
\*******************************************/
|
105866 |
-
/*!
|
105867 |
/***/ (function(module, exports) {
|
105868 |
|
105869 |
// removed by extract-text-webpack-plugin
|
@@ -105873,7 +105983,7 @@ function styling(props) {
|
|
105873 |
/*!******************************************!*\
|
105874 |
!*** ./src/blocks/cf7-styler/style.scss ***!
|
105875 |
\******************************************/
|
105876 |
-
/*!
|
105877 |
/***/ (function(module, exports) {
|
105878 |
|
105879 |
// removed by extract-text-webpack-plugin
|
@@ -105883,7 +105993,7 @@ function styling(props) {
|
|
105883 |
/*!***************************************!*\
|
105884 |
!*** ./src/blocks/gf-styler/block.js ***!
|
105885 |
\***************************************/
|
105886 |
-
/*!
|
105887 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
105888 |
|
105889 |
"use strict";
|
@@ -107353,11 +107463,11 @@ var UAGBGF = function (_Component) {
|
|
107353 |
wp.element.createElement(
|
107354 |
"div",
|
107355 |
{
|
107356 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
107357 |
},
|
107358 |
wp.element.createElement(
|
107359 |
"div",
|
107360 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
107361 |
isHtml && wp.element.createElement("div", { dangerouslySetInnerHTML: { __html: html } }),
|
107362 |
isHtml == false && wp.element.createElement(
|
107363 |
Placeholder,
|
@@ -107398,7 +107508,7 @@ var UAGBGF = function (_Component) {
|
|
107398 |
var element = document.getElementById("uagb-gf-styler-" + this.props.clientId.substr(0, 8));
|
107399 |
|
107400 |
if (null !== element && undefined !== element) {
|
107401 |
-
element.innerHTML =
|
107402 |
}
|
107403 |
}
|
107404 |
}]);
|
@@ -107599,107 +107709,107 @@ function styling(props) {
|
|
107599 |
"color": fieldInputColor,
|
107600 |
"border-style": fieldBorderStyle,
|
107601 |
"border-color": fieldBorderColor,
|
107602 |
-
"border-width":
|
107603 |
-
"border-radius":
|
107604 |
-
"padding-left":
|
107605 |
-
"padding-right":
|
107606 |
-
"padding-top":
|
107607 |
-
"padding-bottom":
|
107608 |
-
"margin-top":
|
107609 |
-
"margin-bottom":
|
107610 |
-
"font-size":
|
107611 |
"font-family": inputFontFamily,
|
107612 |
"font-weight": inputFontWeight,
|
107613 |
-
"line-height":
|
107614 |
"text-align": align
|
107615 |
},
|
107616 |
" input[type=button]": {
|
107617 |
|
107618 |
"color": buttonTextColor,
|
107619 |
"background-color": buttonBgColor,
|
107620 |
-
"font-size":
|
107621 |
"font-family": buttonFontFamily,
|
107622 |
"font-weight": buttonFontWeight,
|
107623 |
-
"line-height":
|
107624 |
"border-color": buttonBorderColor,
|
107625 |
"border-style": buttonBorderStyle,
|
107626 |
-
"border-width":
|
107627 |
-
"border-radius":
|
107628 |
-
"padding-left":
|
107629 |
-
"padding-right":
|
107630 |
-
"padding-top":
|
107631 |
-
"padding-bottom":
|
107632 |
},
|
107633 |
" select": {
|
107634 |
"background-color": fieldBgColor,
|
107635 |
"border-style": fieldBorderStyle,
|
107636 |
"border-color": fieldBorderColor,
|
107637 |
-
"border-width":
|
107638 |
-
"border-radius":
|
107639 |
-
"margin-top":
|
107640 |
-
"margin-bottom":
|
107641 |
"color": fieldInputColor,
|
107642 |
-
"font-size":
|
107643 |
"font-family": inputFontFamily,
|
107644 |
"font-weight": inputFontWeight,
|
107645 |
-
"line-height":
|
107646 |
"text-align": align,
|
107647 |
-
"padding-left":
|
107648 |
-
"padding-right":
|
107649 |
-
"padding-top":
|
107650 |
-
"padding-bottom":
|
107651 |
},
|
107652 |
" .chosen-container-single span": {
|
107653 |
"background-color": fieldBgColor,
|
107654 |
"border-style": fieldBorderStyle,
|
107655 |
"border-color": fieldBorderColor,
|
107656 |
-
"border-width":
|
107657 |
-
"border-radius":
|
107658 |
-
"margin-top":
|
107659 |
-
"margin-bottom":
|
107660 |
"color": fieldInputColor,
|
107661 |
-
"font-size":
|
107662 |
"font-family": inputFontFamily,
|
107663 |
"font-weight": inputFontWeight,
|
107664 |
-
"line-height":
|
107665 |
"text-align": align,
|
107666 |
-
"padding-left":
|
107667 |
-
"padding-right":
|
107668 |
-
"padding-top":
|
107669 |
-
"padding-bottom":
|
107670 |
},
|
107671 |
" .chosen-container-single.chosen-container-active .chosen-single span": {
|
107672 |
"margin-bottom": 0
|
107673 |
},
|
107674 |
" select.wpgf-form-control.wpgf-select:not([multiple='multiple'])": {
|
107675 |
-
"padding-left":
|
107676 |
-
"padding-right":
|
107677 |
-
"padding-top":
|
107678 |
-
"padding-bottom":
|
107679 |
},
|
107680 |
" select.wpgf-select[multiple='multiple'] option": {
|
107681 |
-
"padding-left":
|
107682 |
-
"padding-right":
|
107683 |
-
"padding-top":
|
107684 |
-
"padding-bottom":
|
107685 |
},
|
107686 |
" textarea": {
|
107687 |
"background-color": fieldBgColor,
|
107688 |
"color": fieldInputColor,
|
107689 |
"border-color": fieldBorderColor,
|
107690 |
-
"border-width":
|
107691 |
-
"border-radius":
|
107692 |
"border-style": fieldBorderStyle,
|
107693 |
-
"padding-left":
|
107694 |
-
"padding-right":
|
107695 |
-
"padding-top":
|
107696 |
-
"padding-bottom":
|
107697 |
-
"margin-top":
|
107698 |
-
"margin-bottom":
|
107699 |
-
"font-size":
|
107700 |
"font-family": inputFontFamily,
|
107701 |
"font-weight": inputFontWeight,
|
107702 |
-
"line-height":
|
107703 |
"text-align": align,
|
107704 |
"height": "auto" === textAreaHeight ? textAreaHeight : textAreaHeight + "px"
|
107705 |
},
|
@@ -107713,27 +107823,27 @@ function styling(props) {
|
|
107713 |
},
|
107714 |
" form label.gfield_label": {
|
107715 |
"color": fieldLabelColor,
|
107716 |
-
"font-size":
|
107717 |
"font-family": labelFontFamily,
|
107718 |
"font-weight": labelFontWeight,
|
107719 |
-
"line-height":
|
107720 |
},
|
107721 |
" form .gfield_radio label.gfield_label": {
|
107722 |
"color": fieldLabelColor,
|
107723 |
-
"font-size":
|
107724 |
"font-family": labelFontFamily,
|
107725 |
"font-weight": labelFontWeight,
|
107726 |
-
"line-height":
|
107727 |
},
|
107728 |
" form .gfield_checkbox label.gfield_label": {
|
107729 |
"color": fieldLabelColor,
|
107730 |
-
"font-size":
|
107731 |
"font-family": labelFontFamily,
|
107732 |
"font-weight": labelFontWeight,
|
107733 |
-
"line-height":
|
107734 |
},
|
107735 |
" .wpgf .gfield_checkbox input[type='checkbox'] + label, .wpgf .gfield_checkbox input[type='checkbox'] + label": {
|
107736 |
-
"margin-top":
|
107737 |
},
|
107738 |
|
107739 |
// Focus.
|
@@ -107751,18 +107861,18 @@ function styling(props) {
|
|
107751 |
" input.gform_button": {
|
107752 |
"color": buttonTextColor,
|
107753 |
"background-color": buttonBgColor,
|
107754 |
-
"font-size":
|
107755 |
"font-family": buttonFontFamily,
|
107756 |
"font-weight": buttonFontWeight,
|
107757 |
-
"line-height":
|
107758 |
"border-color": buttonBorderColor,
|
107759 |
"border-style": buttonBorderStyle,
|
107760 |
-
"border-width":
|
107761 |
-
"border-radius":
|
107762 |
-
"padding-left":
|
107763 |
-
"padding-right":
|
107764 |
-
"padding-top":
|
107765 |
-
"padding-bottom":
|
107766 |
},
|
107767 |
" input.gform_button:hover": {
|
107768 |
"color": buttonTextHoverColor,
|
@@ -107780,12 +107890,12 @@ function styling(props) {
|
|
107780 |
" .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type='checkbox'] + label:before": {
|
107781 |
"background-color": fieldBgColor,
|
107782 |
"color": fieldInputColor,
|
107783 |
-
"height":
|
107784 |
-
"width":
|
107785 |
"border-style": fieldBorderStyle,
|
107786 |
"border-color": fieldBorderColor,
|
107787 |
-
"border-width":
|
107788 |
-
"border-radius":
|
107789 |
"font-size": "calc( " + fieldVrPadding + "px / 1.2 )"
|
107790 |
},
|
107791 |
" .uagb-gf-styler__check-style-enabled input[type='checkbox']:checked + label:before": {
|
@@ -107797,22 +107907,22 @@ function styling(props) {
|
|
107797 |
" .uagb-gf-styler__check-style-enabled input[type='checkbox'] + label:before": {
|
107798 |
"background-color": fieldBgColor,
|
107799 |
"color": fieldInputColor,
|
107800 |
-
"height":
|
107801 |
-
"width":
|
107802 |
"font-size": "calc( " + fieldVrPadding + "px / 1.2 )",
|
107803 |
"border-color": fieldBorderColor,
|
107804 |
"border-style": fieldBorderStyle,
|
107805 |
-
"border-width":
|
107806 |
-
"border-radius":
|
107807 |
},
|
107808 |
" .uagb-gf-styler__check-style-enabled .gfield_radio input[type='radio'] + label:before": {
|
107809 |
"background-color": fieldBgColor,
|
107810 |
"color": fieldInputColor,
|
107811 |
-
"height":
|
107812 |
-
"width":
|
107813 |
"border-style": fieldBorderStyle,
|
107814 |
"border-color": fieldBorderColor,
|
107815 |
-
"border-width":
|
107816 |
},
|
107817 |
" .uagb-gf-styler__check-style-enabled .gfield_radio input[type='radio']:checked + label:before": {
|
107818 |
"border-color": fieldBorderFocusColor
|
@@ -107823,22 +107933,22 @@ function styling(props) {
|
|
107823 |
"border-style": "none",
|
107824 |
"border-bottom-color": fieldBorderColor,
|
107825 |
"border-bottom-style": "solid",
|
107826 |
-
"border-bottom-width":
|
107827 |
-
"border-radius":
|
107828 |
},
|
107829 |
" .uagb-gf-styler__field-style-underline textarea": {
|
107830 |
"border-style": "none",
|
107831 |
"border-bottom-color": fieldBorderColor,
|
107832 |
"border-bottom-style": "solid",
|
107833 |
-
"border-bottom-width":
|
107834 |
-
"border-radius":
|
107835 |
},
|
107836 |
" .uagb-gf-styler__field-style-underline select": {
|
107837 |
"border-style": "none",
|
107838 |
"border-bottom-color": fieldBorderColor,
|
107839 |
"border-bottom-style": "solid",
|
107840 |
-
"border-bottom-width":
|
107841 |
-
"border-radius":
|
107842 |
}
|
107843 |
}, _defineProperty(_selectors, " .uagb-gf-styler__check-style-enabled input[type='checkbox'] + label:before", {
|
107844 |
"border-style": "solid"
|
@@ -107846,68 +107956,68 @@ function styling(props) {
|
|
107846 |
"border-style": "solid"
|
107847 |
}), _defineProperty(_selectors, " .uagb-gf-styler__field-style-box .gfield_checkbox input[type='checkbox']:checked + label:before", {
|
107848 |
"border-style": "solid",
|
107849 |
-
"border-width":
|
107850 |
-
"border-radius":
|
107851 |
"font-size": "calc( " + radioCheckSize + "px / 1.2 )"
|
107852 |
}), _defineProperty(_selectors, " .uagb-gf-styler__field-style-box input[type='checkbox']:checked + label:before", {
|
107853 |
"border-style": "solid",
|
107854 |
-
"border-width":
|
107855 |
-
"border-radius":
|
107856 |
"font-size": "calc( " + radioCheckSize + "px / 1.2)"
|
107857 |
}), _defineProperty(_selectors, " .gfield_radio input[type='radio']:checked + label:before", {
|
107858 |
"background-color": fieldInputColor
|
107859 |
}), _defineProperty(_selectors, " .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type='checkbox'] + label:before", {
|
107860 |
"background-color": radioCheckBgColor,
|
107861 |
"color": radioCheckSelectColor,
|
107862 |
-
"height":
|
107863 |
-
"width":
|
107864 |
"font-size": "calc( " + radioCheckSize + "px / 1.2 )",
|
107865 |
"border-color": radioCheckBorderColor,
|
107866 |
"border-style": "solid",
|
107867 |
-
"border-width":
|
107868 |
-
"border-radius":
|
107869 |
}), _defineProperty(_selectors, " .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type='checkbox']:checked + label:before", {
|
107870 |
"border-color": fieldBorderFocusColor
|
107871 |
}), _defineProperty(_selectors, " .uagb-gf-styler__check-style-enabled input[type='checkbox'] + label:before", {
|
107872 |
"background-color": radioCheckBgColor,
|
107873 |
"color": radioCheckSelectColor,
|
107874 |
-
"height":
|
107875 |
-
"width":
|
107876 |
"font-size": "calc( " + radioCheckSize + "px / 1.2 )",
|
107877 |
"border-color": radioCheckBorderColor,
|
107878 |
-
"border-width":
|
107879 |
-
"border-radius":
|
107880 |
}), _defineProperty(_selectors, " .uagb-gf-styler__check-style-enabled input[type='checkbox']:checked + label:before", {
|
107881 |
"border-color": fieldBorderFocusColor
|
107882 |
}), _defineProperty(_selectors, " .uagb-gf-styler__check-style-enabled .gfield_radio input[type='radio'] + label:before", {
|
107883 |
"background-color": radioCheckBgColor,
|
107884 |
"color": radioCheckSelectColor,
|
107885 |
-
"height":
|
107886 |
-
"width":
|
107887 |
"font-size": "calc( " + radioCheckSize + "px / 1.2 )",
|
107888 |
"border-color": radioCheckBorderColor,
|
107889 |
-
"border-width":
|
107890 |
}), _defineProperty(_selectors, " .uagb-gf-styler__check-style-enabled .gfield_radio input[type='radio']:checked + label:before", {
|
107891 |
"background-color": radioCheckSelectColor
|
107892 |
}), _defineProperty(_selectors, " .uagb-gf-styler__check-style-enabled form .gfield_radio label", {
|
107893 |
-
"font-size":
|
107894 |
"font-family": radioCheckFontFamily,
|
107895 |
"font-weight": radioCheckFontWeight,
|
107896 |
-
"line-height":
|
107897 |
"color": radioCheckLableColor
|
107898 |
}), _defineProperty(_selectors, " .uagb-gf-styler__check-style-enabled form .gfield_checkbox label", {
|
107899 |
-
"font-size":
|
107900 |
"font-family": radioCheckFontFamily,
|
107901 |
"font-weight": radioCheckFontWeight,
|
107902 |
-
"line-height":
|
107903 |
"color": radioCheckLableColor
|
107904 |
}), _defineProperty(_selectors, " .gform_wrapper .gfield_description.validation_message", {
|
107905 |
"color": validationMsgColor
|
107906 |
}), _defineProperty(_selectors, " .gform_wrapper .validation_message", {
|
107907 |
-
"font-size":
|
107908 |
"font-family": validationMsgFontFamily,
|
107909 |
"font-weight": validationMsgFontWeight,
|
107910 |
-
"line-height":
|
107911 |
}), _defineProperty(_selectors, " .uagb-gf-styler__error-yes .gform_wrapper .gfield.gfield_error", {
|
107912 |
"background-color": validationMsgBgColor
|
107913 |
}), _defineProperty(_selectors, " .uagb-gf-styler__error-yes .gform_wrapper li.gfield_error input:not([type='submit']):not([type='button']):not([type='image'])", {
|
@@ -107939,137 +108049,137 @@ function styling(props) {
|
|
107939 |
"background-color": errorMsgBgColor,
|
107940 |
"border-color": errorMsgBorderColor,
|
107941 |
"border-style": "solid",
|
107942 |
-
"border-width":
|
107943 |
-
"border-radius":
|
107944 |
"padding": msgVrPadding + "px " + msgHrPadding + "px",
|
107945 |
"font-size": msgFontSize.msgFontSizeType,
|
107946 |
"font-family": msgFontFamily,
|
107947 |
"font-weight": msgFontWeight,
|
107948 |
-
"line-height":
|
107949 |
}), _defineProperty(_selectors, " .gform_confirmation_message", {
|
107950 |
"color": successMsgColor,
|
107951 |
-
"font-size":
|
107952 |
"font-family": successMsgFontFamily,
|
107953 |
"font-weight": successMsgFontWeight,
|
107954 |
-
"line-height":
|
107955 |
}), _selectors);
|
107956 |
|
107957 |
var tablet_selectors = {
|
107958 |
" input:not([type=submit])": {
|
107959 |
-
"font-size":
|
107960 |
-
"line-height":
|
107961 |
},
|
107962 |
" select": {
|
107963 |
-
"font-size":
|
107964 |
-
"line-height":
|
107965 |
},
|
107966 |
" textarea": {
|
107967 |
-
"font-size":
|
107968 |
-
"line-height":
|
107969 |
},
|
107970 |
" form label": {
|
107971 |
-
"font-size":
|
107972 |
-
"line-height":
|
107973 |
},
|
107974 |
|
107975 |
" form .gfield_radio label": {
|
107976 |
-
"font-size":
|
107977 |
-
"line-height":
|
107978 |
},
|
107979 |
" form .gfield_checkbox label": {
|
107980 |
-
"font-size":
|
107981 |
-
"line-height":
|
107982 |
},
|
107983 |
" input.gform_button": {
|
107984 |
-
"font-size":
|
107985 |
-
"line-height":
|
107986 |
},
|
107987 |
" .uagb-gf-styler__check-style-enabled form .gfield_radio label": {
|
107988 |
-
"font-size":
|
107989 |
-
"line-height":
|
107990 |
},
|
107991 |
" .uagb-gf-styler__check-style-enabled form .gfield_checkbox label": {
|
107992 |
-
"font-size":
|
107993 |
-
"line-height":
|
107994 |
},
|
107995 |
" span.wpgf-not-valid-tip": {
|
107996 |
-
"font-size":
|
107997 |
-
"line-height":
|
107998 |
},
|
107999 |
" .gform_wrapper .validation_message": {
|
108000 |
-
"font-size":
|
108001 |
-
"line-height":
|
108002 |
},
|
108003 |
" .gform_wrapper div.validation_error": {
|
108004 |
-
"font-size":
|
108005 |
-
"line-height":
|
108006 |
},
|
108007 |
" .gform_confirmation_message": {
|
108008 |
-
"font-size":
|
108009 |
-
"line-height":
|
108010 |
}
|
108011 |
};
|
108012 |
|
108013 |
var mobile_selectors = {
|
108014 |
" input:not([type=submit])": {
|
108015 |
-
"font-size":
|
108016 |
-
"line-height":
|
108017 |
},
|
108018 |
" select": {
|
108019 |
-
"font-size":
|
108020 |
-
"line-height":
|
108021 |
},
|
108022 |
" textarea": {
|
108023 |
-
"font-size":
|
108024 |
-
"line-height":
|
108025 |
},
|
108026 |
" form label": {
|
108027 |
-
"font-size":
|
108028 |
-
"line-height":
|
108029 |
},
|
108030 |
" form .gfield_radio label": {
|
108031 |
-
"font-size":
|
108032 |
-
"line-height":
|
108033 |
},
|
108034 |
" form .gfield_checkbox label": {
|
108035 |
-
"font-size":
|
108036 |
-
"line-height":
|
108037 |
},
|
108038 |
" input.gform_button": {
|
108039 |
-
"font-size":
|
108040 |
-
"line-height":
|
108041 |
},
|
108042 |
" .uagb-gf-styler__check-style-enabled form .gfield_radio label": {
|
108043 |
-
"font-size":
|
108044 |
-
"line-height":
|
108045 |
},
|
108046 |
" .uagb-gf-styler__check-style-enabled form .gfield_checkbox label": {
|
108047 |
-
"font-size":
|
108048 |
-
"line-height":
|
108049 |
},
|
108050 |
" span.wpgf-not-valid-tip": {
|
108051 |
-
"font-size":
|
108052 |
-
"line-height":
|
108053 |
},
|
108054 |
" .gform_wrapper .validation_message": {
|
108055 |
-
"font-size":
|
108056 |
-
"line-height":
|
108057 |
},
|
108058 |
" .gform_wrapper div.validation_error": {
|
108059 |
-
"font-size":
|
108060 |
-
"line-height":
|
108061 |
},
|
108062 |
" .gform_confirmation_message": {
|
108063 |
-
"font-size":
|
108064 |
-
"line-height":
|
108065 |
}
|
108066 |
};
|
108067 |
|
108068 |
-
var styling_css =
|
108069 |
|
108070 |
-
styling_css +=
|
108071 |
|
108072 |
-
styling_css +=
|
108073 |
|
108074 |
return styling_css;
|
108075 |
}
|
@@ -108081,7 +108191,7 @@ function styling(props) {
|
|
108081 |
/*!******************************************!*\
|
108082 |
!*** ./src/blocks/gf-styler/editor.scss ***!
|
108083 |
\******************************************/
|
108084 |
-
/*!
|
108085 |
/***/ (function(module, exports) {
|
108086 |
|
108087 |
// removed by extract-text-webpack-plugin
|
@@ -108091,7 +108201,7 @@ function styling(props) {
|
|
108091 |
/*!*****************************************!*\
|
108092 |
!*** ./src/blocks/gf-styler/style.scss ***!
|
108093 |
\*****************************************/
|
108094 |
-
/*!
|
108095 |
/***/ (function(module, exports) {
|
108096 |
|
108097 |
// removed by extract-text-webpack-plugin
|
@@ -108101,7 +108211,7 @@ function styling(props) {
|
|
108101 |
/*!****************************************!*\
|
108102 |
!*** ./src/blocks/blockquote/block.js ***!
|
108103 |
\****************************************/
|
108104 |
-
/*!
|
108105 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
108106 |
|
108107 |
"use strict";
|
@@ -108425,7 +108535,7 @@ var UAGBBlockQuote = function (_Component) {
|
|
108425 |
var quoteSizeTypeControls = wp.element.createElement(
|
108426 |
ButtonGroup,
|
108427 |
{ className: "uagb-size-type-field", "aria-label": __("Size Type") },
|
108428 |
-
__WEBPACK_IMPORTED_MODULE_6_lodash_map___default(
|
108429 |
var name = _ref.name,
|
108430 |
key = _ref.key;
|
108431 |
return wp.element.createElement(
|
@@ -108448,7 +108558,7 @@ var UAGBBlockQuote = function (_Component) {
|
|
108448 |
var quotePaddingControls = wp.element.createElement(
|
108449 |
ButtonGroup,
|
108450 |
{ className: "uagb-size-type-field", "aria-label": __("Size Type") },
|
108451 |
-
__WEBPACK_IMPORTED_MODULE_6_lodash_map___default(
|
108452 |
var name = _ref2.name,
|
108453 |
key = _ref2.key;
|
108454 |
return wp.element.createElement(
|
@@ -109470,7 +109580,7 @@ var UAGBBlockQuote = function (_Component) {
|
|
109470 |
wp.element.createElement(
|
109471 |
Button,
|
109472 |
{
|
109473 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
109474 |
onClick: function onClick() {
|
109475 |
return setAttributes({ quoteStyle: "style_1" });
|
109476 |
}
|
@@ -109488,7 +109598,7 @@ var UAGBBlockQuote = function (_Component) {
|
|
109488 |
wp.element.createElement(
|
109489 |
Button,
|
109490 |
{
|
109491 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
109492 |
onClick: function onClick() {
|
109493 |
return setAttributes({ quoteStyle: "style_2" });
|
109494 |
}
|
@@ -109539,10 +109649,10 @@ var UAGBBlockQuote = function (_Component) {
|
|
109539 |
wp.element.createElement(
|
109540 |
"div",
|
109541 |
{
|
109542 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
109543 |
wp.element.createElement(
|
109544 |
"div",
|
109545 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
109546 |
wp.element.createElement(
|
109547 |
"blockquote",
|
109548 |
{ className: "uagb-blockquote" },
|
@@ -109565,7 +109675,7 @@ var UAGBBlockQuote = function (_Component) {
|
|
109565 |
null,
|
109566 |
wp.element.createElement(
|
109567 |
"div",
|
109568 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
109569 |
wp.element.createElement(__WEBPACK_IMPORTED_MODULE_4__components_AuthorImage__["a" /* default */], { attributes: attributes }),
|
109570 |
wp.element.createElement(__WEBPACK_IMPORTED_MODULE_3__components_AuthorText__["a" /* default */], { attributes: attributes, setAttributes: setAttributes, props: this.props })
|
109571 |
),
|
@@ -109586,7 +109696,7 @@ var UAGBBlockQuote = function (_Component) {
|
|
109586 |
var element = document.getElementById("uagb-blockquote-style-" + this.props.clientId.substr(0, 8));
|
109587 |
|
109588 |
if (null !== element && undefined !== element) {
|
109589 |
-
element.innerHTML =
|
109590 |
}
|
109591 |
}
|
109592 |
}, {
|
@@ -109721,45 +109831,45 @@ function styling(props) {
|
|
109721 |
|
109722 |
var selectors = {
|
109723 |
" .uagb-blockquote__content.block-editor-rich-text__editable": {
|
109724 |
-
"font-size":
|
109725 |
"font-family": descFontFamily,
|
109726 |
"font-weight": descFontWeight,
|
109727 |
-
"line-height":
|
109728 |
"color": descColor,
|
109729 |
-
"margin-bottom":
|
109730 |
"text-align": text_align
|
109731 |
},
|
109732 |
" .uagb-blockquote__author.block-editor-rich-text__editable": {
|
109733 |
-
"font-size":
|
109734 |
"font-family": authorFontFamily,
|
109735 |
"font-weight": authorFontWeight,
|
109736 |
-
"line-height":
|
109737 |
"color": authorColor,
|
109738 |
"text-align": text_align
|
109739 |
},
|
109740 |
" .uagb-blockquote__skin-border blockquote.uagb-blockquote": {
|
109741 |
"border-color": borderColor,
|
109742 |
"border-left-style": borderStyle,
|
109743 |
-
"border-left-width":
|
109744 |
-
"padding-left":
|
109745 |
-
"padding-top":
|
109746 |
-
"padding-bottom":
|
109747 |
},
|
109748 |
" .uagb-blockquote__skin-border blockquote.uagb-blockquote:hover": {
|
109749 |
"border-left-color": borderHoverColor
|
109750 |
},
|
109751 |
" .uagb-blockquote__skin-quotation .uagb-blockquote__icon-wrap": {
|
109752 |
"background": quoteBgColor,
|
109753 |
-
"border-radius":
|
109754 |
-
"margin-top":
|
109755 |
-
"margin-bottom":
|
109756 |
-
"margin-left":
|
109757 |
-
"margin-right":
|
109758 |
-
"padding":
|
109759 |
},
|
109760 |
" .uagb-blockquote__skin-quotation .uagb-blockquote__icon": {
|
109761 |
-
"width":
|
109762 |
-
"height":
|
109763 |
},
|
109764 |
" .uagb-blockquote__skin-quotation .uagb-blockquote__icon svg": {
|
109765 |
"fill": quoteColor
|
@@ -109774,21 +109884,21 @@ function styling(props) {
|
|
109774 |
"text-align": align
|
109775 |
},
|
109776 |
" .uagb-blockquote__author-wrap": {
|
109777 |
-
"margin-bottom":
|
109778 |
},
|
109779 |
" .uagb-blockquote__author-image img": {
|
109780 |
-
"width":
|
109781 |
-
"height":
|
109782 |
-
"border-radius":
|
109783 |
}
|
109784 |
};
|
109785 |
|
109786 |
if (enableTweet) {
|
109787 |
selectors[" a.uagb-blockquote__tweet-button"] = {
|
109788 |
-
"font-size":
|
109789 |
"font-family": tweetBtnFontFamily,
|
109790 |
"font-weight": tweetBtnFontWeight,
|
109791 |
-
"line-height":
|
109792 |
};
|
109793 |
selectors[" .uagb-blockquote__tweet-style-link a.uagb-blockquote__tweet-button"] = {
|
109794 |
"color": tweetLinkColor
|
@@ -109801,10 +109911,10 @@ function styling(props) {
|
|
109801 |
selectors[" .uagb-blockquote__tweet-style-classic a.uagb-blockquote__tweet-button"] = {
|
109802 |
"color": tweetBtnColor,
|
109803 |
"background-color": tweetBtnBgColor,
|
109804 |
-
"padding-left":
|
109805 |
-
"padding-right":
|
109806 |
-
"padding-top":
|
109807 |
-
"padding-bottom":
|
109808 |
};
|
109809 |
|
109810 |
selectors[" .uagb-blockquote__tweet-style-classic a.uagb-blockquote__tweet-button svg"] = {
|
@@ -109814,10 +109924,10 @@ function styling(props) {
|
|
109814 |
selectors[" .uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button"] = {
|
109815 |
"color": tweetBtnColor,
|
109816 |
"background-color": tweetBtnBgColor,
|
109817 |
-
"padding-left":
|
109818 |
-
"padding-right":
|
109819 |
-
"padding-top":
|
109820 |
-
"padding-bottom":
|
109821 |
};
|
109822 |
selectors[" .uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button svg"] = {
|
109823 |
"fill": tweetBtnColor
|
@@ -109828,12 +109938,12 @@ function styling(props) {
|
|
109828 |
};
|
109829 |
|
109830 |
selectors[" a.uagb-blockquote__tweet-button svg"] = {
|
109831 |
-
"width":
|
109832 |
-
"height":
|
109833 |
};
|
109834 |
|
109835 |
selectors[" .uagb-blockquote__tweet-icon_text a.uagb-blockquote__tweet-button svg"] = {
|
109836 |
-
"margin-right":
|
109837 |
|
109838 |
// Hover CSS
|
109839 |
};selectors[" .uagb-blockquote__tweet-style-link a.uagb-blockquote__tweet-button:hover"] = {
|
@@ -109871,63 +109981,63 @@ function styling(props) {
|
|
109871 |
|
109872 |
var tablet_selectors = {
|
109873 |
" .uagb-blockquote__content.block-editor-rich-text__editable": {
|
109874 |
-
"font-size":
|
109875 |
-
"line-height":
|
109876 |
},
|
109877 |
" .uagb-blockquote__author.block-editor-rich-text__editable": {
|
109878 |
-
"font-size":
|
109879 |
-
"line-height":
|
109880 |
},
|
109881 |
" a.uagb-blockquote__tweet-button": {
|
109882 |
-
"font-size":
|
109883 |
-
"line-height":
|
109884 |
},
|
109885 |
" a.uagb-blockquote__tweet-button svg": {
|
109886 |
-
"width":
|
109887 |
-
"height":
|
109888 |
},
|
109889 |
" .uagb-blockquote__skin-quotation .uagb-blockquote__icon-wrap": {
|
109890 |
-
"padding":
|
109891 |
},
|
109892 |
" .uagb-blockquote__skin-quotation .uagb-blockquote__icon": {
|
109893 |
-
"width":
|
109894 |
-
"height":
|
109895 |
}
|
109896 |
};
|
109897 |
|
109898 |
var mobile_selectors = {
|
109899 |
" .uagb-blockquote__content.block-editor-rich-text__editable": {
|
109900 |
-
"font-size":
|
109901 |
-
"line-height":
|
109902 |
},
|
109903 |
" .uagb-blockquote__author.block-editor-rich-text__editable": {
|
109904 |
-
"font-size":
|
109905 |
-
"line-height":
|
109906 |
},
|
109907 |
" a.uagb-blockquote__tweet-button": {
|
109908 |
-
"font-size":
|
109909 |
-
"line-height":
|
109910 |
},
|
109911 |
" a.uagb-blockquote__tweet-button svg": {
|
109912 |
-
"width":
|
109913 |
-
"height":
|
109914 |
},
|
109915 |
" .uagb-blockquote__skin-quotation .uagb-blockquote__icon-wrap": {
|
109916 |
-
"padding":
|
109917 |
},
|
109918 |
" .uagb-blockquote__skin-quotation .uagb-blockquote__icon": {
|
109919 |
-
"width":
|
109920 |
-
"height":
|
109921 |
}
|
109922 |
};
|
109923 |
|
109924 |
var base_selector = ".block-editor-page #wpwrap .uagb-block-" + props.clientId.substr(0, 8);
|
109925 |
|
109926 |
-
var styling_css =
|
109927 |
|
109928 |
-
styling_css +=
|
109929 |
|
109930 |
-
styling_css +=
|
109931 |
|
109932 |
return styling_css;
|
109933 |
}
|
@@ -109990,11 +110100,11 @@ var deprecated = [{
|
|
109990 |
return wp.element.createElement(
|
109991 |
"div",
|
109992 |
{
|
109993 |
-
className: __WEBPACK_IMPORTED_MODULE_1_classnames___default(
|
109994 |
id: "uagb-blockquote-" + block_id },
|
109995 |
wp.element.createElement(
|
109996 |
"div",
|
109997 |
-
{ className: __WEBPACK_IMPORTED_MODULE_1_classnames___default(
|
109998 |
wp.element.createElement(
|
109999 |
"blockquote",
|
110000 |
{ className: "uagb-blockquote" },
|
@@ -110016,7 +110126,7 @@ var deprecated = [{
|
|
110016 |
null,
|
110017 |
wp.element.createElement(
|
110018 |
"div",
|
110019 |
-
{ className: __WEBPACK_IMPORTED_MODULE_1_classnames___default(
|
110020 |
wp.element.createElement(__WEBPACK_IMPORTED_MODULE_7__components_AuthorImage__["a" /* default */], { attributes: props.attributes }),
|
110021 |
author !== "" && wp.element.createElement(__WEBPACK_IMPORTED_MODULE_6__components_AuthorText__["a" /* default */], { attributes: props.attributes, setAttributes: "not_set", props: props })
|
110022 |
),
|
@@ -110048,11 +110158,11 @@ var deprecated = [{
|
|
110048 |
return wp.element.createElement(
|
110049 |
"div",
|
110050 |
{
|
110051 |
-
className: __WEBPACK_IMPORTED_MODULE_1_classnames___default(
|
110052 |
id: "uagb-blockquote-" + block_id },
|
110053 |
wp.element.createElement(
|
110054 |
"div",
|
110055 |
-
{ className: __WEBPACK_IMPORTED_MODULE_1_classnames___default(
|
110056 |
wp.element.createElement(
|
110057 |
"blockquote",
|
110058 |
{ className: "uagb-blockquote" },
|
@@ -110074,7 +110184,7 @@ var deprecated = [{
|
|
110074 |
null,
|
110075 |
wp.element.createElement(
|
110076 |
"div",
|
110077 |
-
{ className: __WEBPACK_IMPORTED_MODULE_1_classnames___default(
|
110078 |
wp.element.createElement(__WEBPACK_IMPORTED_MODULE_7__components_AuthorImage__["a" /* default */], { attributes: props.attributes }),
|
110079 |
author !== "" && wp.element.createElement(__WEBPACK_IMPORTED_MODULE_6__components_AuthorText__["a" /* default */], { attributes: props.attributes, setAttributes: "not_set", props: props })
|
110080 |
),
|
@@ -110218,11 +110328,11 @@ function save(props) {
|
|
110218 |
return wp.element.createElement(
|
110219 |
"div",
|
110220 |
{
|
110221 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
110222 |
},
|
110223 |
wp.element.createElement(
|
110224 |
"div",
|
110225 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
110226 |
wp.element.createElement(
|
110227 |
"blockquote",
|
110228 |
{ className: "uagb-blockquote" },
|
@@ -110244,7 +110354,7 @@ function save(props) {
|
|
110244 |
null,
|
110245 |
wp.element.createElement(
|
110246 |
"div",
|
110247 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
110248 |
wp.element.createElement(__WEBPACK_IMPORTED_MODULE_5__components_AuthorImage__["a" /* default */], { attributes: props.attributes }),
|
110249 |
author !== "" && wp.element.createElement(__WEBPACK_IMPORTED_MODULE_4__components_AuthorText__["a" /* default */], { attributes: props.attributes, setAttributes: "not_set", props: props })
|
110250 |
),
|
@@ -110261,7 +110371,7 @@ function save(props) {
|
|
110261 |
/*!*******************************************!*\
|
110262 |
!*** ./src/blocks/blockquote/editor.scss ***!
|
110263 |
\*******************************************/
|
110264 |
-
/*!
|
110265 |
/***/ (function(module, exports) {
|
110266 |
|
110267 |
// removed by extract-text-webpack-plugin
|
@@ -110271,7 +110381,7 @@ function save(props) {
|
|
110271 |
/*!******************************************!*\
|
110272 |
!*** ./src/blocks/blockquote/style.scss ***!
|
110273 |
\******************************************/
|
110274 |
-
/*!
|
110275 |
/***/ (function(module, exports) {
|
110276 |
|
110277 |
// removed by extract-text-webpack-plugin
|
@@ -110281,7 +110391,7 @@ function save(props) {
|
|
110281 |
/*!**********************************************!*\
|
110282 |
!*** ./src/blocks/marketing-button/block.js ***!
|
110283 |
\**********************************************/
|
110284 |
-
/*!
|
110285 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
110286 |
|
110287 |
"use strict";
|
@@ -110434,7 +110544,7 @@ var UAGBMarketingButtonEdit = function (_Component) {
|
|
110434 |
var element = document.getElementById("uagb-style-marketing-btn-" + this.props.clientId.substr(0, 8));
|
110435 |
|
110436 |
if (null !== element && undefined !== element) {
|
110437 |
-
element.innerHTML =
|
110438 |
}
|
110439 |
}
|
110440 |
}, {
|
@@ -111269,7 +111379,7 @@ var UAGBMarketingButtonEdit = function (_Component) {
|
|
111269 |
),
|
111270 |
wp.element.createElement(
|
111271 |
"div",
|
111272 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
111273 |
wp.element.createElement(
|
111274 |
"div",
|
111275 |
{ className: "uagb-marketing-btn__wrap" },
|
@@ -111282,7 +111392,7 @@ var UAGBMarketingButtonEdit = function (_Component) {
|
|
111282 |
"" != icon && wp.element.createElement(
|
111283 |
"div",
|
111284 |
{ className: "uagb-marketing-btn__icon-wrap" },
|
111285 |
-
|
111286 |
),
|
111287 |
wp.element.createElement(RichText, {
|
111288 |
placeholder: __("Add Button Title…"),
|
@@ -111439,11 +111549,11 @@ function styling(props) {
|
|
111439 |
|
111440 |
selectors = {
|
111441 |
" .uagb-marketing-btn__title-wrap": {
|
111442 |
-
"margin-bottom":
|
111443 |
},
|
111444 |
" .block-editor-rich-text__editable.uagb-marketing-btn__title": {
|
111445 |
-
"font-size":
|
111446 |
-
"line-height":
|
111447 |
"font-family": titleFontFamily,
|
111448 |
"font-weight": titleFontWeight,
|
111449 |
"color": titleColor
|
@@ -111452,12 +111562,12 @@ function styling(props) {
|
|
111452 |
"fill": icon_color
|
111453 |
},
|
111454 |
" .uagb-marketing-btn__icon-wrap": {
|
111455 |
-
"width":
|
111456 |
-
"height":
|
111457 |
},
|
111458 |
" .block-editor-rich-text__editable.uagb-marketing-btn__prefix": {
|
111459 |
-
"font-size":
|
111460 |
-
"line-height":
|
111461 |
"font-family": prefixFontFamily,
|
111462 |
"font-weight": prefixFontWeight,
|
111463 |
"color": prefixColor
|
@@ -111472,14 +111582,14 @@ function styling(props) {
|
|
111472 |
"fill": icon_hover_color
|
111473 |
},
|
111474 |
" .uagb-marketing-btn__link": {
|
111475 |
-
"padding-left":
|
111476 |
-
"padding-right":
|
111477 |
-
"padding-top":
|
111478 |
-
"padding-bottom":
|
111479 |
"border-style": borderStyle,
|
111480 |
-
"border-width":
|
111481 |
"border-color": borderColor,
|
111482 |
-
"border-radius":
|
111483 |
},
|
111484 |
" .uagb-marketing-btn__link:hover": {
|
111485 |
"border-color": borderHoverColor
|
@@ -111491,76 +111601,76 @@ function styling(props) {
|
|
111491 |
selectors[" .uagb-marketing-btn__link"]["background"] = "transparent";
|
111492 |
} else if ("color" == backgroundType) {
|
111493 |
|
111494 |
-
selectors[" .uagb-marketing-btn__link"]["background"] =
|
111495 |
|
111496 |
// Hover Background
|
111497 |
-
selectors[" .uagb-marketing-btn__link:hover"]["background"] =
|
111498 |
} else if ("gradient" == backgroundType) {
|
111499 |
|
111500 |
selectors[" .uagb-marketing-btn__link"]["background-color"] = "transparent";
|
111501 |
|
111502 |
if ("linear" === gradientType) {
|
111503 |
|
111504 |
-
selectors[" .uagb-marketing-btn__link"]["background-image"] = "linear-gradient(" + gradientAngle + "deg, " +
|
111505 |
} else {
|
111506 |
|
111507 |
-
selectors[" .uagb-marketing-btn__link"]["background-image"] = "radial-gradient( at center center, " +
|
111508 |
}
|
111509 |
}
|
111510 |
|
111511 |
var margin_type = "after" == iconPosition ? "margin-left" : "margin-right";
|
111512 |
|
111513 |
-
selectors[" .uagb-marketing-btn__icon-wrap"][margin_type] =
|
111514 |
|
111515 |
tablet_selectors = {
|
111516 |
" .block-editor-rich-text__editable.uagb-marketing-btn__title": {
|
111517 |
-
"font-size":
|
111518 |
-
"line-height":
|
111519 |
},
|
111520 |
" .block-editor-rich-text__editable.uagb-marketing-btn__prefix": {
|
111521 |
-
"font-size":
|
111522 |
-
"line-height":
|
111523 |
},
|
111524 |
" .uagb-marketing-btn__icon-wrap": {
|
111525 |
-
"width":
|
111526 |
-
"height":
|
111527 |
},
|
111528 |
" .uagb-marketing-btn__link": {
|
111529 |
-
"padding-left":
|
111530 |
-
"padding-right":
|
111531 |
-
"padding-top":
|
111532 |
-
"padding-bottom":
|
111533 |
}
|
111534 |
};
|
111535 |
|
111536 |
mobile_selectors = {
|
111537 |
" .block-editor-rich-text__editable.uagb-marketing-btn__title": {
|
111538 |
-
"font-size":
|
111539 |
-
"line-height":
|
111540 |
},
|
111541 |
" .block-editor-rich-text__editable.uagb-marketing-btn__prefix": {
|
111542 |
-
"font-size":
|
111543 |
-
"line-height":
|
111544 |
},
|
111545 |
" .uagb-marketing-btn__icon-wrap": {
|
111546 |
-
"width":
|
111547 |
-
"height":
|
111548 |
},
|
111549 |
" .uagb-marketing-btn__link": {
|
111550 |
-
"padding-left":
|
111551 |
-
"padding-right":
|
111552 |
-
"padding-top":
|
111553 |
-
"padding-bottom":
|
111554 |
}
|
111555 |
};
|
111556 |
|
111557 |
var id = ".uagb-block-" + props.clientId.substr(0, 8);
|
111558 |
|
111559 |
-
var styling_css =
|
111560 |
|
111561 |
-
styling_css +=
|
111562 |
|
111563 |
-
styling_css +=
|
111564 |
|
111565 |
return styling_css;
|
111566 |
}
|
@@ -111612,7 +111722,7 @@ function save(props) {
|
|
111612 |
|
111613 |
return wp.element.createElement(
|
111614 |
"div",
|
111615 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
111616 |
wp.element.createElement(
|
111617 |
"div",
|
111618 |
{ className: "uagb-marketing-btn__wrap" },
|
@@ -111625,7 +111735,7 @@ function save(props) {
|
|
111625 |
"" != icon && wp.element.createElement(
|
111626 |
"div",
|
111627 |
{ className: "uagb-marketing-btn__icon-wrap" },
|
111628 |
-
|
111629 |
),
|
111630 |
wp.element.createElement(RichText.Content, {
|
111631 |
value: heading,
|
@@ -111694,7 +111804,7 @@ var deprecated = [{
|
|
111694 |
|
111695 |
return wp.element.createElement(
|
111696 |
"div",
|
111697 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
111698 |
id: "uagb-marketing-btn-" + block_id },
|
111699 |
wp.element.createElement(
|
111700 |
"div",
|
@@ -111708,7 +111818,7 @@ var deprecated = [{
|
|
111708 |
"" != icon && wp.element.createElement(
|
111709 |
"div",
|
111710 |
{ className: "uagb-marketing-btn__icon-wrap" },
|
111711 |
-
|
111712 |
),
|
111713 |
wp.element.createElement(RichText.Content, {
|
111714 |
value: heading,
|
@@ -111738,7 +111848,7 @@ var deprecated = [{
|
|
111738 |
/*!************************************************!*\
|
111739 |
!*** ./src/blocks/marketing-button/style.scss ***!
|
111740 |
\************************************************/
|
111741 |
-
/*!
|
111742 |
/***/ (function(module, exports) {
|
111743 |
|
111744 |
// removed by extract-text-webpack-plugin
|
@@ -111748,7 +111858,7 @@ var deprecated = [{
|
|
111748 |
/*!*************************************************!*\
|
111749 |
!*** ./src/blocks/marketing-button/editor.scss ***!
|
111750 |
\*************************************************/
|
111751 |
-
/*!
|
111752 |
/***/ (function(module, exports) {
|
111753 |
|
111754 |
// removed by extract-text-webpack-plugin
|
@@ -111758,7 +111868,7 @@ var deprecated = [{
|
|
111758 |
/*!***********************************************!*\
|
111759 |
!*** ./src/blocks/table-of-contents/block.js ***!
|
111760 |
\***********************************************/
|
111761 |
-
/*!
|
111762 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
111763 |
|
111764 |
"use strict";
|
@@ -111909,7 +112019,7 @@ var UAGBTableOfContentsEdit = function (_Component) {
|
|
111909 |
var element = document.getElementById("uagb-style-toc-" + this.props.clientId.substr(0, 8));
|
111910 |
|
111911 |
if (null !== element && undefined !== element) {
|
111912 |
-
element.innerHTML =
|
111913 |
}
|
111914 |
}
|
111915 |
}, {
|
@@ -112077,7 +112187,7 @@ var UAGBTableOfContentsEdit = function (_Component) {
|
|
112077 |
icon_html = wp.element.createElement(
|
112078 |
"span",
|
112079 |
{ className: "uag-toc__collapsible-wrap" },
|
112080 |
-
|
112081 |
);
|
112082 |
}
|
112083 |
|
@@ -113169,7 +113279,7 @@ var UAGBTableOfContentsEdit = function (_Component) {
|
|
113169 |
),
|
113170 |
wp.element.createElement(
|
113171 |
"div",
|
113172 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
113173 |
},
|
113174 |
wp.element.createElement(
|
113175 |
"div",
|
@@ -113403,39 +113513,39 @@ function styling(props) {
|
|
113403 |
|
113404 |
selectors = {
|
113405 |
" .uagb-toc__list-wrap ul li a": {
|
113406 |
-
"font-size":
|
113407 |
-
"line-height":
|
113408 |
"font-family": fontFamily,
|
113409 |
"font-weight": fontWeight,
|
113410 |
"color": linkColor
|
113411 |
},
|
113412 |
" .uagb-toc__title": {
|
113413 |
-
"font-size":
|
113414 |
-
"line-height":
|
113415 |
"font-family": headingFontFamily,
|
113416 |
"font-weight": headingFontWeight,
|
113417 |
"color": headingColor,
|
113418 |
-
"margin-bottom":
|
113419 |
},
|
113420 |
" .uagb-toc__list-wrap ul li a:hover": {
|
113421 |
"color": linkHoverColor
|
113422 |
},
|
113423 |
" .uagb-toc__wrap": {
|
113424 |
"border-style": borderStyle,
|
113425 |
-
"border-width":
|
113426 |
"border-color": borderColor,
|
113427 |
-
"border-radius":
|
113428 |
-
"padding-left":
|
113429 |
-
"padding-right":
|
113430 |
-
"padding-top":
|
113431 |
-
"padding-bottom":
|
113432 |
"background": backgroundColor
|
113433 |
},
|
113434 |
" .uagb-toc__list-wrap ul.uagb-toc__list:first-child": {
|
113435 |
-
"margin-left":
|
113436 |
-
"margin-right":
|
113437 |
-
"margin-top":
|
113438 |
-
"margin-bottom":
|
113439 |
},
|
113440 |
" .uagb-toc__list-wrap > ul.uagb-toc__list > li:first-child": {
|
113441 |
"padding-top": 0
|
@@ -113447,12 +113557,12 @@ function styling(props) {
|
|
113447 |
"padding-bottom": 0
|
113448 |
},
|
113449 |
" .uagb-toc__list-wrap ul.uagb-toc__list > li": {
|
113450 |
-
"padding-top": "calc( " +
|
113451 |
-
"padding-bottom": "calc( " +
|
113452 |
},
|
113453 |
" .uag-toc__collapsible-wrap svg": {
|
113454 |
-
"width":
|
113455 |
-
"height":
|
113456 |
"fill": iconColor
|
113457 |
}
|
113458 |
};
|
@@ -113463,7 +113573,7 @@ function styling(props) {
|
|
113463 |
};
|
113464 |
|
113465 |
if (customWidth) {
|
113466 |
-
selectors[" .uagb-toc__wrap"]["width"] =
|
113467 |
}
|
113468 |
|
113469 |
if (disableBullets) {
|
@@ -113477,19 +113587,19 @@ function styling(props) {
|
|
113477 |
|
113478 |
tablet_selectors = {
|
113479 |
" .uagb-toc__list-wrap ul li a": {
|
113480 |
-
"font-size":
|
113481 |
-
"line-height":
|
113482 |
},
|
113483 |
" .uagb-toc__title": {
|
113484 |
-
"font-size":
|
113485 |
-
"line-height":
|
113486 |
},
|
113487 |
" .uagb-toc__wrap": {
|
113488 |
-
"width":
|
113489 |
-
"padding-left":
|
113490 |
-
"padding-right":
|
113491 |
-
"padding-top":
|
113492 |
-
"padding-bottom":
|
113493 |
},
|
113494 |
" .uagb-toc__list-wrap": {
|
113495 |
'column-count': tColumnsTablet,
|
@@ -113497,56 +113607,56 @@ function styling(props) {
|
|
113497 |
},
|
113498 |
|
113499 |
" .uagb-toc__list-wrap > ul.uagb-toc__list > li:first-child": {
|
113500 |
-
"padding-top":
|
113501 |
},
|
113502 |
" .uagb-toc__list-wrap ul.uagb-toc__list:last-child > li:last-child": {
|
113503 |
-
"padding-bottom":
|
113504 |
},
|
113505 |
" .uagb-toc__list-wrap ul.uagb-toc__list > li": {
|
113506 |
-
"padding-top": "calc( " +
|
113507 |
-
"padding-bottom": "calc( " +
|
113508 |
}
|
113509 |
};
|
113510 |
|
113511 |
mobile_selectors = {
|
113512 |
" .uagb-toc__list-wrap ul li a": {
|
113513 |
-
"font-size":
|
113514 |
-
"line-height":
|
113515 |
},
|
113516 |
" .uagb-toc__title": {
|
113517 |
-
"font-size":
|
113518 |
-
"line-height":
|
113519 |
},
|
113520 |
" .uagb-toc__wrap": {
|
113521 |
-
"width":
|
113522 |
-
"padding-left":
|
113523 |
-
"padding-right":
|
113524 |
-
"padding-top":
|
113525 |
-
"padding-bottom":
|
113526 |
},
|
113527 |
" .uagb-toc__list-wrap": {
|
113528 |
'column-count': tColumnsMobile,
|
113529 |
'overflow': 'hidden'
|
113530 |
},
|
113531 |
" .uagb-toc__list-wrap > ul.uagb-toc__list > li:first-child": {
|
113532 |
-
"padding-top":
|
113533 |
},
|
113534 |
" .uagb-toc__list-wrap ul.uagb-toc__list:last-child > li:last-child": {
|
113535 |
-
"padding-bottom":
|
113536 |
},
|
113537 |
" .uagb-toc__list-wrap ul.uagb-toc__list > li": {
|
113538 |
-
"padding-top": "calc( " +
|
113539 |
-
"padding-bottom": "calc( " +
|
113540 |
}
|
113541 |
};
|
113542 |
|
113543 |
var id = ".uagb-block-" + props.clientId.substr(0, 8);
|
113544 |
|
113545 |
-
var styling_css =
|
113546 |
|
113547 |
-
styling_css +=
|
113548 |
|
113549 |
-
styling_css +=
|
113550 |
|
113551 |
if ("" != scrollToTopColor) {
|
113552 |
styling_css += ".uagb-toc__scroll-top { color: " + scrollToTopColor + "; }";
|
@@ -113611,13 +113721,13 @@ function save(props) {
|
|
113611 |
icon_html = wp.element.createElement(
|
113612 |
"span",
|
113613 |
{ className: "uag-toc__collapsible-wrap" },
|
113614 |
-
|
113615 |
);
|
113616 |
}
|
113617 |
|
113618 |
return wp.element.createElement(
|
113619 |
"div",
|
113620 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
113621 |
"data-scroll": smoothScroll,
|
113622 |
"data-offset": smoothScrollOffset,
|
113623 |
"data-delay": smoothScrollDelay
|
@@ -113688,7 +113798,7 @@ var deprecated = [{
|
|
113688 |
|
113689 |
return wp.element.createElement(
|
113690 |
'div',
|
113691 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
113692 |
id: 'uagb-toc-' + block_id },
|
113693 |
wp.element.createElement(
|
113694 |
'div',
|
@@ -113735,13 +113845,13 @@ var deprecated = [{
|
|
113735 |
icon_html = wp.element.createElement(
|
113736 |
'span',
|
113737 |
{ className: 'uag-toc__collapsible-wrap' },
|
113738 |
-
|
113739 |
);
|
113740 |
}
|
113741 |
|
113742 |
return wp.element.createElement(
|
113743 |
'div',
|
113744 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
113745 |
'data-scroll': smoothScroll,
|
113746 |
'data-offset': smoothScrollOffset,
|
113747 |
'data-delay': smoothScrollDelay,
|
@@ -113795,13 +113905,13 @@ var deprecated = [{
|
|
113795 |
icon_html = wp.element.createElement(
|
113796 |
'span',
|
113797 |
{ className: 'uag-toc__collapsible-wrap' },
|
113798 |
-
|
113799 |
);
|
113800 |
}
|
113801 |
|
113802 |
return wp.element.createElement(
|
113803 |
'div',
|
113804 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
113805 |
'data-scroll': smoothScroll,
|
113806 |
'data-offset': smoothScrollOffset,
|
113807 |
'data-delay': smoothScrollDelay
|
@@ -114207,7 +114317,7 @@ var TOC = function (_React$Component) {
|
|
114207 |
/*!*************************************************!*\
|
114208 |
!*** ./src/blocks/table-of-contents/style.scss ***!
|
114209 |
\*************************************************/
|
114210 |
-
/*!
|
114211 |
/***/ (function(module, exports) {
|
114212 |
|
114213 |
// removed by extract-text-webpack-plugin
|
@@ -114217,7 +114327,7 @@ var TOC = function (_React$Component) {
|
|
114217 |
/*!**************************************************!*\
|
114218 |
!*** ./src/blocks/table-of-contents/editor.scss ***!
|
114219 |
\**************************************************/
|
114220 |
-
/*!
|
114221 |
/***/ (function(module, exports) {
|
114222 |
|
114223 |
// removed by extract-text-webpack-plugin
|
@@ -114227,7 +114337,7 @@ var TOC = function (_React$Component) {
|
|
114227 |
/*!************************************!*\
|
114228 |
!*** ./src/blocks/how-to/block.js ***!
|
114229 |
\************************************/
|
114230 |
-
/*!
|
114231 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
114232 |
|
114233 |
"use strict";
|
@@ -114693,7 +114803,7 @@ var UAGBHowTo = function (_Component) {
|
|
114693 |
var element = document.getElementById("uagb-how-to-schema-style-" + this.props.clientId.substr(0, 8));
|
114694 |
|
114695 |
if (null !== element && undefined !== element) {
|
114696 |
-
element.innerHTML =
|
114697 |
}
|
114698 |
}
|
114699 |
}, {
|
@@ -115061,7 +115171,7 @@ var UAGBHowTo = function (_Component) {
|
|
115061 |
var incAmount = Math.abs(newCount - cloneIcons.length);
|
115062 |
|
115063 |
{
|
115064 |
-
__WEBPACK_IMPORTED_MODULE_2_lodash_times___default(
|
115065 |
|
115066 |
cloneIcons.push({
|
115067 |
"add_required_tools": "- A Computer" + (cloneIcons.length + 1)
|
@@ -115104,7 +115214,7 @@ var UAGBHowTo = function (_Component) {
|
|
115104 |
var incAmount = Math.abs(newCount - cloneIcons.length);
|
115105 |
|
115106 |
{
|
115107 |
-
__WEBPACK_IMPORTED_MODULE_2_lodash_times___default(
|
115108 |
|
115109 |
cloneIcons.push({
|
115110 |
"add_required_materials": "- A WordPress Website" + (cloneIcons.length + 1)
|
@@ -115334,7 +115444,7 @@ var UAGBHowTo = function (_Component) {
|
|
115334 |
wp.element.createElement(
|
115335 |
"div",
|
115336 |
{
|
115337 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
115338 |
},
|
115339 |
wp.element.createElement(
|
115340 |
"div",
|
@@ -115498,7 +115608,7 @@ var UAGBHowTo = function (_Component) {
|
|
115498 |
return wp.element.createElement(
|
115499 |
"div",
|
115500 |
{
|
115501 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
115502 |
key: index
|
115503 |
},
|
115504 |
wp.element.createElement(
|
@@ -115544,7 +115654,7 @@ var UAGBHowTo = function (_Component) {
|
|
115544 |
return wp.element.createElement(
|
115545 |
"div",
|
115546 |
{
|
115547 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
115548 |
key: index
|
115549 |
},
|
115550 |
wp.element.createElement(
|
@@ -115920,132 +116030,132 @@ function styling(props) {
|
|
115920 |
" .block-editor-rich-text__editable.uagb-howto-desc-text": {
|
115921 |
"font-family": subHeadFontFamily,
|
115922 |
"font-weight": subHeadFontWeight,
|
115923 |
-
"font-size":
|
115924 |
-
"line-height":
|
115925 |
"color": subHeadingColor
|
115926 |
},
|
115927 |
' .uagb-how-to-main-wrap p': {
|
115928 |
-
"margin-bottom":
|
115929 |
},
|
115930 |
|
115931 |
' .uagb-how-to-main-wrap .uagb-howto__source-wrap': {
|
115932 |
-
"margin-bottom":
|
115933 |
},
|
115934 |
|
115935 |
' .uagb-how-to-main-wrap span.uagb-howto__time-wrap': {
|
115936 |
-
"margin-bottom":
|
115937 |
},
|
115938 |
|
115939 |
' .uagb-how-to-main-wrap span.uagb-howto__cost-wrap': {
|
115940 |
-
"margin-bottom":
|
115941 |
},
|
115942 |
|
115943 |
' .uagb-how-to-tools .uagb-how-to-tools-child__wrapper:last-child': {
|
115944 |
-
"margin-bottom":
|
115945 |
},
|
115946 |
|
115947 |
' .uagb-how-to-materials .uagb-how-to-materials-child__wrapper:last-child': {
|
115948 |
-
"margin-bottom":
|
115949 |
},
|
115950 |
' .uagb-howto-steps__wrap .wp-block.block-editor-block-list__block': {
|
115951 |
-
'margin-bottom':
|
115952 |
},
|
115953 |
" .block-editor-rich-text__editable.uagb-howto-timeNeeded-text": {
|
115954 |
"font-family": priceFontFamily,
|
115955 |
"font-weight": priceFontWeight,
|
115956 |
-
"font-size":
|
115957 |
-
"line-height":
|
115958 |
"color": showTotaltimecolor
|
115959 |
},
|
115960 |
" .block-editor-rich-text__editable.uagb-howto-timeNeeded-value": {
|
115961 |
"font-family": subHeadFontFamily,
|
115962 |
"font-weight": subHeadFontWeight,
|
115963 |
-
"font-size":
|
115964 |
-
"line-height":
|
115965 |
"color": subHeadingColor,
|
115966 |
-
"margin-left":
|
115967 |
},
|
115968 |
" .block-editor-rich-text__editable.uagb-howto-timeINmin-text ": {
|
115969 |
"font-family": subHeadFontFamily,
|
115970 |
"font-weight": subHeadFontWeight,
|
115971 |
-
"font-size":
|
115972 |
-
"line-height":
|
115973 |
"color": subHeadingColor
|
115974 |
},
|
115975 |
" .block-editor-rich-text__editable.uagb-howto-estcost-text": {
|
115976 |
"font-family": priceFontFamily,
|
115977 |
"font-weight": priceFontWeight,
|
115978 |
-
"font-size":
|
115979 |
-
"line-height":
|
115980 |
"color": showTotaltimecolor
|
115981 |
},
|
115982 |
" .block-editor-rich-text__editable.uagb-howto-estcost-value": {
|
115983 |
"font-family": subHeadFontFamily,
|
115984 |
"font-weight": subHeadFontWeight,
|
115985 |
-
"font-size":
|
115986 |
-
"line-height":
|
115987 |
"color": subHeadingColor,
|
115988 |
-
"margin-left":
|
115989 |
},
|
115990 |
|
115991 |
" .uagb-howto-steps__wrap h4.block-editor-rich-text__editable": {
|
115992 |
"font-family": priceFontFamily,
|
115993 |
"font-weight": priceFontWeight,
|
115994 |
-
"font-size":
|
115995 |
-
"line-height":
|
115996 |
},
|
115997 |
" .uagb-howto-steps__wrap p.block-editor-rich-text__editable": {
|
115998 |
"font-family": subHeadFontFamily,
|
115999 |
"font-weight": subHeadFontWeight,
|
116000 |
-
"font-size":
|
116001 |
-
"line-height":
|
116002 |
},
|
116003 |
|
116004 |
" .block-editor-rich-text__editable.uagb-howto-estcost-type": {
|
116005 |
"font-family": subHeadFontFamily,
|
116006 |
"font-weight": subHeadFontWeight,
|
116007 |
-
"font-size":
|
116008 |
-
"line-height":
|
116009 |
"color": subHeadingColor
|
116010 |
},
|
116011 |
|
116012 |
" .block-editor-rich-text__editable.uagb-howto-req-tools-text": {
|
116013 |
"font-family": priceFontFamily,
|
116014 |
"font-weight": priceFontWeight,
|
116015 |
-
"font-size":
|
116016 |
-
"line-height":
|
116017 |
"color": showTotaltimecolor
|
116018 |
},
|
116019 |
|
116020 |
" .block-editor-rich-text__editable.uagb-tools__label": {
|
116021 |
"font-family": subHeadFontFamily,
|
116022 |
"font-weight": subHeadFontWeight,
|
116023 |
-
"font-size":
|
116024 |
-
"line-height":
|
116025 |
"color": subHeadingColor
|
116026 |
},
|
116027 |
|
116028 |
" .block-editor-rich-text__editable.uagb-howto-req-materials-text": {
|
116029 |
"font-family": priceFontFamily,
|
116030 |
"font-weight": priceFontWeight,
|
116031 |
-
"font-size":
|
116032 |
-
"line-height":
|
116033 |
"color": showTotaltimecolor
|
116034 |
},
|
116035 |
|
116036 |
" .block-editor-rich-text__editable.uagb-howto-req-steps-text": {
|
116037 |
"font-family": priceFontFamily,
|
116038 |
"font-weight": priceFontWeight,
|
116039 |
-
"font-size":
|
116040 |
-
"line-height":
|
116041 |
"color": showTotaltimecolor
|
116042 |
},
|
116043 |
|
116044 |
" .block-editor-rich-text__editable.uagb-materials__label": {
|
116045 |
"font-family": subHeadFontFamily,
|
116046 |
"font-weight": subHeadFontWeight,
|
116047 |
-
"font-size":
|
116048 |
-
"line-height":
|
116049 |
"color": subHeadingColor
|
116050 |
}
|
116051 |
};
|
@@ -116058,123 +116168,123 @@ function styling(props) {
|
|
116058 |
selectors[" " + headingTag + ".block-editor-rich-text__editable.uagb-howto-heading-text"] = {
|
116059 |
"font-family": headFontFamily,
|
116060 |
"font-weight": headFontWeight,
|
116061 |
-
"font-size":
|
116062 |
-
"line-height":
|
116063 |
"color": headingColor,
|
116064 |
-
"margin-bottom":
|
116065 |
};
|
116066 |
|
116067 |
mobile_selectors[" " + headingTag + ".block-editor-rich-text__editable.uagb-howto-heading-text"] = {
|
116068 |
-
"font-size":
|
116069 |
-
"line-height":
|
116070 |
};
|
116071 |
|
116072 |
tablet_selectors[" " + headingTag + ".block-editor-rich-text__editable.uagb-howto-heading-text"] = {
|
116073 |
-
"font-size":
|
116074 |
-
"line-height":
|
116075 |
};
|
116076 |
|
116077 |
mobile_selectors = {
|
116078 |
" .block-editor-rich-text__editable.uagb-howto-desc-text": {
|
116079 |
-
"font-size":
|
116080 |
-
"line-height":
|
116081 |
},
|
116082 |
" .block-editor-rich-text__editable.uagb-howto-timeNeeded-text": {
|
116083 |
-
"font-size":
|
116084 |
-
"line-height":
|
116085 |
},
|
116086 |
" .block-editor-rich-text__editable.uagb-howto-timeNeeded-value": {
|
116087 |
-
"font-size":
|
116088 |
-
"line-height":
|
116089 |
},
|
116090 |
" .block-editor-rich-text__editable.uagb-howto-timeINmin-text ": {
|
116091 |
-
"font-size":
|
116092 |
-
"line-height":
|
116093 |
},
|
116094 |
" .block-editor-rich-text__editable.uagb-howto-estcost-text": {
|
116095 |
-
"font-size":
|
116096 |
-
"line-height":
|
116097 |
},
|
116098 |
" .block-editor-rich-text__editable.uagb-howto-estcost-value": {
|
116099 |
-
"font-size":
|
116100 |
-
"line-height":
|
116101 |
},
|
116102 |
" .block-editor-rich-text__editable.uagb-howto-estcost-type": {
|
116103 |
-
"font-size":
|
116104 |
-
"line-height":
|
116105 |
},
|
116106 |
" .block-editor-rich-text__editable.uagb-tools__label": {
|
116107 |
-
"font-size":
|
116108 |
-
"line-height":
|
116109 |
},
|
116110 |
" .block-editor-rich-text__editable.uagb-howto-req-tools-text": {
|
116111 |
-
"font-size":
|
116112 |
-
"line-height":
|
116113 |
},
|
116114 |
" .block-editor-rich-text__editable.uagb-materials__label": {
|
116115 |
-
"font-size":
|
116116 |
-
"line-height":
|
116117 |
},
|
116118 |
" .block-editor-rich-text__editable.uagb-howto-req-materials-text": {
|
116119 |
-
"font-size":
|
116120 |
-
"line-height":
|
116121 |
}
|
116122 |
};
|
116123 |
|
116124 |
tablet_selectors = {
|
116125 |
" .block-editor-rich-text__editable.uagb-howto-desc-text": {
|
116126 |
-
"font-size":
|
116127 |
-
"line-height":
|
116128 |
},
|
116129 |
" .block-editor-rich-text__editable.uagb-howto-timeNeeded-text": {
|
116130 |
-
"font-size":
|
116131 |
-
"line-height":
|
116132 |
},
|
116133 |
" .block-editor-rich-text__editable.uagb-howto-timeNeeded-value": {
|
116134 |
-
"font-size":
|
116135 |
-
"line-height":
|
116136 |
},
|
116137 |
" .block-editor-rich-text__editable.uagb-howto-timeINmin-text ": {
|
116138 |
-
"font-size":
|
116139 |
-
"line-height":
|
116140 |
},
|
116141 |
" .block-editor-rich-text__editable.uagb-howto-estcost-text": {
|
116142 |
-
"font-size":
|
116143 |
-
"line-height":
|
116144 |
},
|
116145 |
" .block-editor-rich-text__editable.uagb-howto-estcost-value": {
|
116146 |
-
"font-size":
|
116147 |
-
"line-height":
|
116148 |
},
|
116149 |
" .block-editor-rich-text__editable.uagb-howto-estcost-type": {
|
116150 |
-
"font-size":
|
116151 |
-
"line-height":
|
116152 |
},
|
116153 |
" .block-editor-rich-text__editable.uagb-tools__label": {
|
116154 |
-
"font-size":
|
116155 |
-
"line-height":
|
116156 |
},
|
116157 |
" .block-editor-rich-text__editable.uagb-howto-req-tools-text": {
|
116158 |
-
"font-size":
|
116159 |
-
"line-height":
|
116160 |
},
|
116161 |
" .block-editor-rich-text__editable.uagb-materials__label": {
|
116162 |
-
"font-size":
|
116163 |
-
"line-height":
|
116164 |
},
|
116165 |
" .block-editor-rich-text__editable.uagb-howto-req-materials-text": {
|
116166 |
-
"font-size":
|
116167 |
-
"line-height":
|
116168 |
}
|
116169 |
};
|
116170 |
|
116171 |
var base_selector = ".block-editor-page #wpwrap .uagb-block-" + props.clientId.substr(0, 8);
|
116172 |
|
116173 |
-
var styling_css =
|
116174 |
|
116175 |
-
styling_css +=
|
116176 |
|
116177 |
-
styling_css +=
|
116178 |
|
116179 |
return styling_css;
|
116180 |
}
|
@@ -116261,7 +116371,7 @@ function save(props) {
|
|
116261 |
return wp.element.createElement(
|
116262 |
'div',
|
116263 |
{
|
116264 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
116265 |
},
|
116266 |
wp.element.createElement(
|
116267 |
'script',
|
@@ -116344,7 +116454,7 @@ function save(props) {
|
|
116344 |
return wp.element.createElement(
|
116345 |
'div',
|
116346 |
{
|
116347 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
116348 |
key: index
|
116349 |
},
|
116350 |
wp.element.createElement(
|
@@ -116375,7 +116485,7 @@ function save(props) {
|
|
116375 |
return wp.element.createElement(
|
116376 |
'div',
|
116377 |
{
|
116378 |
-
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
116379 |
},
|
116380 |
wp.element.createElement(
|
116381 |
'div',
|
@@ -116412,7 +116522,7 @@ function save(props) {
|
|
116412 |
/*!***************************************!*\
|
116413 |
!*** ./src/blocks/how-to/editor.scss ***!
|
116414 |
\***************************************/
|
116415 |
-
/*!
|
116416 |
/***/ (function(module, exports) {
|
116417 |
|
116418 |
// removed by extract-text-webpack-plugin
|
@@ -116422,7 +116532,7 @@ function save(props) {
|
|
116422 |
/*!*********************************!*\
|
116423 |
!*** ./src/blocks/faq/block.js ***!
|
116424 |
\*********************************/
|
116425 |
-
/*!
|
116426 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
116427 |
|
116428 |
"use strict";
|
@@ -117009,7 +117119,7 @@ var UAGBFaqEdit = function (_Component) {
|
|
117009 |
var element = document.getElementById("uagb-style-faq-" + this.props.clientId.substr(0, 8));
|
117010 |
|
117011 |
if (null !== element && undefined !== element) {
|
117012 |
-
element.innerHTML =
|
117013 |
}
|
117014 |
}
|
117015 |
}, {
|
@@ -117147,8 +117257,8 @@ var UAGBFaqEdit = function (_Component) {
|
|
117147 |
headingTag = attributes.headingTag;
|
117148 |
|
117149 |
|
117150 |
-
var getFaqChildTemplate = __WEBPACK_IMPORTED_MODULE_6_memize___default(
|
117151 |
-
return __WEBPACK_IMPORTED_MODULE_4_lodash_times___default(
|
117152 |
return ["uagb/faq-child", faq[n]];
|
117153 |
});
|
117154 |
});
|
@@ -118210,7 +118320,7 @@ var UAGBFaqEdit = function (_Component) {
|
|
118210 |
),
|
118211 |
wp.element.createElement(
|
118212 |
"div",
|
118213 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
118214 |
"data-faqtoggle": this.props.attributes.enableToggle
|
118215 |
},
|
118216 |
wp.element.createElement(InnerBlocks, {
|
@@ -118362,30 +118472,30 @@ function styling(props) {
|
|
118362 |
selectors = {
|
118363 |
|
118364 |
" .uagb-icon svg": {
|
118365 |
-
"width":
|
118366 |
-
"height":
|
118367 |
-
"font-size":
|
118368 |
"fill": icon_color
|
118369 |
},
|
118370 |
" .uagb-icon-active svg": {
|
118371 |
-
"width":
|
118372 |
-
"height":
|
118373 |
-
"font-size":
|
118374 |
"fill": icon_active_color
|
118375 |
},
|
118376 |
" .uagb-faq-child__outer-wrap": {
|
118377 |
-
"margin-bottom":
|
118378 |
},
|
118379 |
".uagb-faq-layout-grid .block-editor-inner-blocks .block-editor-block-list__layout": {
|
118380 |
-
"grid-column-gap":
|
118381 |
-
"grid-row-gap":
|
118382 |
|
118383 |
},
|
118384 |
" .uagb-faq-item": {
|
118385 |
"background-color": boxBgColor,
|
118386 |
"border-style": borderStyle,
|
118387 |
-
"border-width":
|
118388 |
-
"border-radius":
|
118389 |
"border-color": borderColor
|
118390 |
},
|
118391 |
" .uagb-faq-item .uagb-question": {
|
@@ -118398,22 +118508,22 @@ function styling(props) {
|
|
118398 |
"color": questionTextActiveColor
|
118399 |
},
|
118400 |
" .uagb-faq-questions-button": {
|
118401 |
-
"padding-top":
|
118402 |
-
"padding-bottom":
|
118403 |
-
"padding-right":
|
118404 |
-
"padding-left":
|
118405 |
},
|
118406 |
" .uagb-faq-content span": {
|
118407 |
-
"margin-top":
|
118408 |
-
"margin-bottom":
|
118409 |
-
"margin-right":
|
118410 |
-
"margin-left":
|
118411 |
},
|
118412 |
".uagb-faq-icon-row .uagb-faq-item .uagb-faq-icon-wrap": {
|
118413 |
-
"margin-right":
|
118414 |
},
|
118415 |
".uagb-faq-icon-row-reverse .uagb-faq-item .uagb-faq-icon-wrap": {
|
118416 |
-
"margin-left":
|
118417 |
},
|
118418 |
" .uagb-faq-item:hover .uagb-icon svg": {
|
118419 |
"fill": icon_active_color
|
@@ -118422,14 +118532,14 @@ function styling(props) {
|
|
118422 |
"flex-direction": iconAlign
|
118423 |
},
|
118424 |
" .uagb-faq-questions-button .uagb-question": {
|
118425 |
-
"font-size":
|
118426 |
-
"line-height":
|
118427 |
"font-family": questionFontFamily,
|
118428 |
"font-weight": questionFontWeight
|
118429 |
},
|
118430 |
" .uagb-faq-item .uagb-faq-content p": {
|
118431 |
-
"font-size":
|
118432 |
-
"line-height":
|
118433 |
"font-family": answerFontFamily,
|
118434 |
"font-weight": answerFontWeight,
|
118435 |
"color": answerTextColor
|
@@ -118438,67 +118548,67 @@ function styling(props) {
|
|
118438 |
|
118439 |
tablet_selectors = {
|
118440 |
" .uagb-faq-questions-button": {
|
118441 |
-
"padding-top":
|
118442 |
-
"padding-bottom":
|
118443 |
-
"padding-right":
|
118444 |
-
"padding-left":
|
118445 |
},
|
118446 |
" .uagb-faq-content span": {
|
118447 |
-
"margin-top":
|
118448 |
-
"margin-bottom":
|
118449 |
-
"margin-right":
|
118450 |
-
"margin-left":
|
118451 |
},
|
118452 |
" .uagb-faq-questions-button .uagb-question": {
|
118453 |
-
"font-size":
|
118454 |
-
"line-height":
|
118455 |
},
|
118456 |
" .uagb-faq-item .uagb-faq-content p": {
|
118457 |
-
"font-size":
|
118458 |
-
"line-height":
|
118459 |
},
|
118460 |
" .uagb-icon svg": {
|
118461 |
-
"width":
|
118462 |
-
"height":
|
118463 |
-
"font-size":
|
118464 |
},
|
118465 |
" .uagb-icon-active svg": {
|
118466 |
-
"width":
|
118467 |
-
"height":
|
118468 |
-
"font-size":
|
118469 |
}
|
118470 |
};
|
118471 |
|
118472 |
mobile_selectors = {
|
118473 |
" .uagb-faq-questions-button": {
|
118474 |
-
"padding-top":
|
118475 |
-
"padding-bottom":
|
118476 |
-
"padding-right":
|
118477 |
-
"padding-left":
|
118478 |
},
|
118479 |
" .uagb-faq-content span": {
|
118480 |
-
"margin-top":
|
118481 |
-
"margin-bottom":
|
118482 |
-
"margin-right":
|
118483 |
-
"margin-left":
|
118484 |
},
|
118485 |
" .uagb-faq-questions-button .uagb-question": {
|
118486 |
-
"font-size":
|
118487 |
-
"line-height":
|
118488 |
},
|
118489 |
" .uagb-faq-item .uagb-faq-content p": {
|
118490 |
-
"font-size":
|
118491 |
-
"line-height":
|
118492 |
},
|
118493 |
" .uagb-icon svg": {
|
118494 |
-
"width":
|
118495 |
-
"height":
|
118496 |
-
"font-size":
|
118497 |
},
|
118498 |
" .uagb-icon-active svg": {
|
118499 |
-
"width":
|
118500 |
-
"height":
|
118501 |
-
"font-size":
|
118502 |
}
|
118503 |
};
|
118504 |
|
@@ -118532,7 +118642,7 @@ function styling(props) {
|
|
118532 |
selectors[".uagb-faq__outer-wrap .uagb-faq-child__outer-wrap .uagb-faq-content "] = {
|
118533 |
"border-style": "solid",
|
118534 |
"border-top-color": borderColor,
|
118535 |
-
"border-top-width":
|
118536 |
};
|
118537 |
}
|
118538 |
if ('grid' === layout) {
|
@@ -118548,11 +118658,11 @@ function styling(props) {
|
|
118548 |
var styling_css = '';
|
118549 |
var id = ".uagb-block-" + props.clientId.substr(0, 8);
|
118550 |
|
118551 |
-
styling_css =
|
118552 |
|
118553 |
-
styling_css +=
|
118554 |
|
118555 |
-
styling_css +=
|
118556 |
|
118557 |
return styling_css;
|
118558 |
}
|
@@ -118608,7 +118718,7 @@ function save(props) {
|
|
118608 |
|
118609 |
return wp.element.createElement(
|
118610 |
"div",
|
118611 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
118612 |
"data-faqtoggle": props.attributes.enableToggle
|
118613 |
},
|
118614 |
renderSchema(),
|
@@ -118625,7 +118735,7 @@ function save(props) {
|
|
118625 |
/*!***********************************!*\
|
118626 |
!*** ./src/blocks/faq/style.scss ***!
|
118627 |
\***********************************/
|
118628 |
-
/*!
|
118629 |
/***/ (function(module, exports) {
|
118630 |
|
118631 |
// removed by extract-text-webpack-plugin
|
@@ -118635,7 +118745,7 @@ function save(props) {
|
|
118635 |
/*!************************************!*\
|
118636 |
!*** ./src/blocks/faq/editor.scss ***!
|
118637 |
\************************************/
|
118638 |
-
/*!
|
118639 |
/***/ (function(module, exports) {
|
118640 |
|
118641 |
// removed by extract-text-webpack-plugin
|
@@ -118645,7 +118755,7 @@ function save(props) {
|
|
118645 |
/*!***************************************!*\
|
118646 |
!*** ./src/blocks/faq-child/block.js ***!
|
118647 |
\***************************************/
|
118648 |
-
/*!
|
118649 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
118650 |
|
118651 |
"use strict";
|
@@ -118785,12 +118895,12 @@ var UAGBFaqChildEdit = function (_Component) {
|
|
118785 |
wp.element.createElement(
|
118786 |
"span",
|
118787 |
{ className: "uagb-icon uagb-faq-icon-wrap" },
|
118788 |
-
|
118789 |
),
|
118790 |
wp.element.createElement(
|
118791 |
"span",
|
118792 |
{ className: "uagb-icon-active uagb-faq-icon-wrap" },
|
118793 |
-
|
118794 |
)
|
118795 |
);
|
118796 |
};
|
@@ -118857,7 +118967,7 @@ var UAGBFaqChildEdit = function (_Component) {
|
|
118857 |
),
|
118858 |
wp.element.createElement(
|
118859 |
"div",
|
118860 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
118861 |
},
|
118862 |
faqRenderHtml()
|
118863 |
)
|
@@ -118915,12 +119025,12 @@ function save(props) {
|
|
118915 |
wp.element.createElement(
|
118916 |
"span",
|
118917 |
{ className: "uagb-icon uagb-faq-icon-wrap" },
|
118918 |
-
|
118919 |
),
|
118920 |
wp.element.createElement(
|
118921 |
"span",
|
118922 |
{ className: "uagb-icon-active uagb-faq-icon-wrap" },
|
118923 |
-
|
118924 |
)
|
118925 |
);
|
118926 |
};
|
@@ -118959,7 +119069,7 @@ function save(props) {
|
|
118959 |
};
|
118960 |
return wp.element.createElement(
|
118961 |
"div",
|
118962 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
118963 |
},
|
118964 |
faqRenderAccordion()
|
118965 |
);
|
@@ -118970,7 +119080,7 @@ function save(props) {
|
|
118970 |
/*!*****************************************!*\
|
118971 |
!*** ./src/blocks/faq-child/style.scss ***!
|
118972 |
\*****************************************/
|
118973 |
-
/*!
|
118974 |
/***/ (function(module, exports) {
|
118975 |
|
118976 |
// removed by extract-text-webpack-plugin
|
@@ -118980,7 +119090,7 @@ function save(props) {
|
|
118980 |
/*!******************************************!*\
|
118981 |
!*** ./src/blocks/faq-child/editor.scss ***!
|
118982 |
\******************************************/
|
118983 |
-
/*!
|
118984 |
/***/ (function(module, exports) {
|
118985 |
|
118986 |
// removed by extract-text-webpack-plugin
|
@@ -119032,12 +119142,12 @@ var deprecated = [{
|
|
119032 |
wp.element.createElement(
|
119033 |
"span",
|
119034 |
{ className: "uagb-icon uagb-faq-icon-wrap" },
|
119035 |
-
|
119036 |
),
|
119037 |
wp.element.createElement(
|
119038 |
"span",
|
119039 |
{ className: "uagb-icon-active uagb-faq-icon-wrap" },
|
119040 |
-
|
119041 |
)
|
119042 |
);
|
119043 |
};
|
@@ -119076,7 +119186,7 @@ var deprecated = [{
|
|
119076 |
};
|
119077 |
return wp.element.createElement(
|
119078 |
"div",
|
119079 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
119080 |
},
|
119081 |
faqRenderAccordion()
|
119082 |
);
|
@@ -119090,7 +119200,7 @@ var deprecated = [{
|
|
119090 |
/*!*******************************************!*\
|
119091 |
!*** ./src/blocks/inline-notice/block.js ***!
|
119092 |
\*******************************************/
|
119093 |
-
/*!
|
119094 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
119095 |
|
119096 |
"use strict";
|
@@ -119413,7 +119523,7 @@ var UAGBInlineNoticeEdit = function (_Component) {
|
|
119413 |
var element = document.getElementById("uagb-inline-notice-style-" + this.props.clientId.substr(0, 8));
|
119414 |
|
119415 |
if (null !== element && undefined !== element) {
|
119416 |
-
element.innerHTML =
|
119417 |
}
|
119418 |
}
|
119419 |
}, {
|
@@ -119508,7 +119618,7 @@ var UAGBInlineNoticeEdit = function (_Component) {
|
|
119508 |
image_icon_html = wp.element.createElement(
|
119509 |
"span",
|
119510 |
{ className: "uagb-notice-dismiss" },
|
119511 |
-
|
119512 |
);
|
119513 |
}
|
119514 |
|
@@ -119789,7 +119899,7 @@ var UAGBInlineNoticeEdit = function (_Component) {
|
|
119789 |
),
|
119790 |
wp.element.createElement(
|
119791 |
"div",
|
119792 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
119793 |
},
|
119794 |
image_icon_html,
|
119795 |
wp.element.createElement(RichText, {
|
@@ -119901,32 +120011,32 @@ function styling(props) {
|
|
119901 |
var selectors = {
|
119902 |
|
119903 |
" .rich-text.block-editor-rich-text__editable.uagb-notice-title.keep-placeholder-on-focus": {
|
119904 |
-
"font-size":
|
119905 |
"font-weight": titleFontWeight,
|
119906 |
"font-family": titleFontFamily,
|
119907 |
-
"line-height":
|
119908 |
"color": titleColor,
|
119909 |
"background-color": noticeColor,
|
119910 |
-
"padding-left":
|
119911 |
-
"padding-right":
|
119912 |
-
"padding-top":
|
119913 |
-
"padding-bottom":
|
119914 |
},
|
119915 |
|
119916 |
" .rich-text.block-editor-rich-text__editable.uagb-notice-text": {
|
119917 |
"border-color": noticeColor,
|
119918 |
-
"padding-left":
|
119919 |
-
"padding-right":
|
119920 |
-
"padding-top":
|
119921 |
-
"padding-bottom":
|
119922 |
"background-color": contentBgColor
|
119923 |
},
|
119924 |
|
119925 |
" .rich-text.block-editor-rich-text__editable.uagb-notice-text p": {
|
119926 |
-
"font-size":
|
119927 |
"font-weight": descFontWeight,
|
119928 |
"font-family": descFontFamily,
|
119929 |
-
"line-height":
|
119930 |
"color": textColor
|
119931 |
},
|
119932 |
|
@@ -119937,35 +120047,35 @@ function styling(props) {
|
|
119937 |
|
119938 |
mobile_selectors = {
|
119939 |
" .rich-text.block-editor-rich-text__editable.uagb-notice-title.keep-placeholder-on-focus": {
|
119940 |
-
"font-size":
|
119941 |
-
"line-height":
|
119942 |
},
|
119943 |
|
119944 |
" .rich-text.block-editor-rich-text__editable.uagb-notice-text p": {
|
119945 |
-
"font-size":
|
119946 |
-
"line-height":
|
119947 |
}
|
119948 |
};
|
119949 |
|
119950 |
tablet_selectors = {
|
119951 |
" .rich-text.block-editor-rich-text__editable.uagb-notice-title.keep-placeholder-on-focus": {
|
119952 |
-
"font-size":
|
119953 |
-
"line-height":
|
119954 |
},
|
119955 |
|
119956 |
" .rich-text.block-editor-rich-text__editable.uagb-notice-text p": {
|
119957 |
-
"font-size":
|
119958 |
-
"line-height":
|
119959 |
}
|
119960 |
};
|
119961 |
|
119962 |
var base_selector = ".block-editor-page #wpwrap .uagb-block-" + block_id;
|
119963 |
|
119964 |
-
var styling_css =
|
119965 |
|
119966 |
-
styling_css +=
|
119967 |
|
119968 |
-
styling_css +=
|
119969 |
|
119970 |
return styling_css;
|
119971 |
}
|
@@ -120018,7 +120128,7 @@ function save(props) {
|
|
120018 |
image_icon_html = wp.element.createElement(
|
120019 |
"span",
|
120020 |
{ className: "uagb-notice-dismiss" },
|
120021 |
-
|
120022 |
);
|
120023 |
}
|
120024 |
|
@@ -120028,7 +120138,7 @@ function save(props) {
|
|
120028 |
}
|
120029 |
return wp.element.createElement(
|
120030 |
"div",
|
120031 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
120032 |
},
|
120033 |
image_icon_html,
|
120034 |
wp.element.createElement(RichText.Content, {
|
@@ -120049,7 +120159,7 @@ function save(props) {
|
|
120049 |
/*!*********************************************!*\
|
120050 |
!*** ./src/blocks/inline-notice/style.scss ***!
|
120051 |
\*********************************************/
|
120052 |
-
/*!
|
120053 |
/***/ (function(module, exports) {
|
120054 |
|
120055 |
// removed by extract-text-webpack-plugin
|
@@ -120059,7 +120169,7 @@ function save(props) {
|
|
120059 |
/*!**********************************************!*\
|
120060 |
!*** ./src/blocks/inline-notice/editor.scss ***!
|
120061 |
\**********************************************/
|
120062 |
-
/*!
|
120063 |
/***/ (function(module, exports) {
|
120064 |
|
120065 |
// removed by extract-text-webpack-plugin
|
@@ -120069,7 +120179,7 @@ function save(props) {
|
|
120069 |
/*!***************************************!*\
|
120070 |
!*** ./src/blocks/wp-search/block.js ***!
|
120071 |
\***************************************/
|
120072 |
-
/*!
|
120073 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
120074 |
|
120075 |
"use strict";
|
@@ -120115,7 +120225,7 @@ registerBlockType("uagb/wp-search", {
|
|
120115 |
/*!*****************************************!*\
|
120116 |
!*** ./src/blocks/wp-search/style.scss ***!
|
120117 |
\*****************************************/
|
120118 |
-
/*!
|
120119 |
/***/ (function(module, exports) {
|
120120 |
|
120121 |
// removed by extract-text-webpack-plugin
|
@@ -120125,7 +120235,7 @@ registerBlockType("uagb/wp-search", {
|
|
120125 |
/*!******************************************!*\
|
120126 |
!*** ./src/blocks/wp-search/editor.scss ***!
|
120127 |
\******************************************/
|
120128 |
-
/*!
|
120129 |
/***/ (function(module, exports) {
|
120130 |
|
120131 |
// removed by extract-text-webpack-plugin
|
@@ -120181,7 +120291,7 @@ function save(props) {
|
|
120181 |
"icon" === buttonType && wp.element.createElement(
|
120182 |
"span",
|
120183 |
{ className: "uagb-wp-search-button-icon-wrap" },
|
120184 |
-
|
120185 |
),
|
120186 |
"text" === buttonType && wp.element.createElement(RichText.Content, {
|
120187 |
tagName: "span",
|
@@ -120208,7 +120318,7 @@ function save(props) {
|
|
120208 |
wp.element.createElement(
|
120209 |
"span",
|
120210 |
{ className: "uagb-wp-search-icon-wrap" },
|
120211 |
-
|
120212 |
),
|
120213 |
wp.element.createElement("input", { placeholder: placeholder,
|
120214 |
className: "uagb-search-form__input", type: "search", name: "s", title: "Search" })
|
@@ -120221,7 +120331,7 @@ function save(props) {
|
|
120221 |
|
120222 |
return wp.element.createElement(
|
120223 |
"div",
|
120224 |
-
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default(
|
120225 |
},
|
120226 |
renderClassic(),
|
120227 |
renderMinimal()
|
@@ -120330,7 +120440,7 @@ var UAGBWpSearchEdit = function (_Component) {
|
|
120330 |
var element = document.getElementById("uagb-style-wp-search-" + this.props.clientId.substr(0, 8));
|
120331 |
|
120332 |
if (null != element && "undefined" != typeof element) {
|
120333 |
-
element.innerHTML =
|
120334 |
}
|
120335 |
}
|
120336 |
}, {
|
@@ -121052,7 +121162,7 @@ var UAGBWpSearchEdit = function (_Component) {
|
|
121052 |
"icon" === buttonType && wp.element.createElement(
|
121053 |
"span",
|
121054 |
{ className: "uagb-wp-search-button-icon-wrap" },
|
121055 |
-
|
121056 |
),
|
121057 |
"text" === buttonType && wp.element.createElement(RichText, {
|
121058 |
tagName: "span",
|
@@ -121085,7 +121195,7 @@ var UAGBWpSearchEdit = function (_Component) {
|
|
121085 |
wp.element.createElement(
|
121086 |
"span",
|
121087 |
{ className: "uagb-wp-search-icon-wrap" },
|
121088 |
-
|
121089 |
),
|
121090 |
wp.element.createElement("input", { placeholder: placeholder,
|
121091 |
className: "uagb-search-form__input", type: "search", name: "s", title: "Search" })
|
@@ -121098,7 +121208,7 @@ var UAGBWpSearchEdit = function (_Component) {
|
|
121098 |
|
121099 |
return wp.element.createElement(
|
121100 |
"div",
|
121101 |
-
{ className: __WEBPACK_IMPORTED_MODULE_2_classnames___default(
|
121102 |
},
|
121103 |
wp.element.createElement(
|
121104 |
InspectorControls,
|
@@ -121207,20 +121317,20 @@ function styling(props) {
|
|
121207 |
var tablet_selectors = {};
|
121208 |
var mobile_selectors = {};
|
121209 |
|
121210 |
-
var $vInputPaddingDesktop =
|
121211 |
-
var $hInputPaddingDesktop =
|
121212 |
-
var $vInputPaddingTablet =
|
121213 |
-
var $hInputPaddingTablet =
|
121214 |
-
var $vInputPaddingMobile =
|
121215 |
-
var $hInputPaddingMobile =
|
121216 |
-
var $iconSize =
|
121217 |
-
var $buttonIconSize =
|
121218 |
|
121219 |
var inputCSS = {
|
121220 |
"color": textColor,
|
121221 |
"background-color": inputBgColor,
|
121222 |
-
"font-size":
|
121223 |
-
"line-height":
|
121224 |
"font-family": inputFontFamily,
|
121225 |
"font-weight": inputFontWeight,
|
121226 |
"border": 0,
|
@@ -121235,11 +121345,11 @@ function styling(props) {
|
|
121235 |
};
|
121236 |
var boxCSS = {
|
121237 |
"border-style": borderStyle,
|
121238 |
-
"border-width":
|
121239 |
"border-color": borderColor,
|
121240 |
"outline": "unset",
|
121241 |
-
"border-radius":
|
121242 |
-
"box-shadow":
|
121243 |
};
|
121244 |
|
121245 |
var icon_color = textColor;
|
@@ -121248,14 +121358,14 @@ function styling(props) {
|
|
121248 |
icon_color = iconColor;
|
121249 |
}
|
121250 |
if ('px' === inputSizeType) {
|
121251 |
-
boxCSS['max-width'] =
|
121252 |
} else {
|
121253 |
-
boxCSS['width'] =
|
121254 |
}
|
121255 |
|
121256 |
selectors = {
|
121257 |
' .uagb-search-form__container .uagb-search-submit': {
|
121258 |
-
"width":
|
121259 |
"padding": 0,
|
121260 |
"border": 0
|
121261 |
},
|
@@ -121270,8 +121380,8 @@ function styling(props) {
|
|
121270 |
"fill": buttonIconColor
|
121271 |
},
|
121272 |
' .uagb-search-form__container .uagb-search-submit .uagb-wp-search-button-text': {
|
121273 |
-
"font-size":
|
121274 |
-
"line-height":
|
121275 |
"font-family": buttonFontFamily,
|
121276 |
"font-weight": buttonFontWeight,
|
121277 |
"color": buttonTextColor
|
@@ -121300,7 +121410,7 @@ function styling(props) {
|
|
121300 |
|
121301 |
selectors[' .uagb-search-wrapper .uagb-search-form__input'] = {
|
121302 |
|
121303 |
-
"box-shadow":
|
121304 |
};
|
121305 |
}
|
121306 |
|
@@ -121321,8 +121431,8 @@ function styling(props) {
|
|
121321 |
|
121322 |
mobile_selectors = {
|
121323 |
' .uagb-search-wrapper .uagb-search-form__container .uagb-search-form__input': {
|
121324 |
-
"font-size":
|
121325 |
-
"line-height":
|
121326 |
"padding-top": $vInputPaddingMobile,
|
121327 |
"padding-bottom": $vInputPaddingMobile,
|
121328 |
"padding-right": $hInputPaddingMobile,
|
@@ -121334,15 +121444,15 @@ function styling(props) {
|
|
121334 |
"padding-left": $hInputPaddingMobile
|
121335 |
},
|
121336 |
' .uagb-search-wrapper .uagb-search-form__container .uagb-search-submit .uagb-wp-search-button-text': {
|
121337 |
-
"font-size":
|
121338 |
-
"line-height":
|
121339 |
}
|
121340 |
};
|
121341 |
|
121342 |
tablet_selectors = {
|
121343 |
' .uagb-search-wrapper .uagb-search-form__container .uagb-search-form__input': {
|
121344 |
-
"font-size":
|
121345 |
-
"line-height":
|
121346 |
"padding-top": $vInputPaddingTablet,
|
121347 |
"padding-bottom": $vInputPaddingTablet,
|
121348 |
"padding-right": $hInputPaddingTablet,
|
@@ -121354,18 +121464,18 @@ function styling(props) {
|
|
121354 |
"padding-left": $hInputPaddingTablet
|
121355 |
},
|
121356 |
' .uagb-search-wrapper .uagb-search-form__container .uagb-search-submit .uagb-wp-search-button-text': {
|
121357 |
-
"font-size":
|
121358 |
-
"line-height":
|
121359 |
}
|
121360 |
};
|
121361 |
var styling_css = '';
|
121362 |
var id = ".uagb-block-" + block_id;
|
121363 |
|
121364 |
-
styling_css =
|
121365 |
|
121366 |
-
styling_css +=
|
121367 |
|
121368 |
-
styling_css +=
|
121369 |
|
121370 |
return styling_css;
|
121371 |
}
|
68 |
/*!******************************************!*\
|
69 |
!*** ./node_modules/classnames/index.js ***!
|
70 |
\******************************************/
|
71 |
+
/*! no static exports found */
|
72 |
/*! all exports used */
|
73 |
/***/ (function(module, exports, __webpack_require__) {
|
74 |
|
117 |
module.exports = classNames;
|
118 |
} else if (true) {
|
119 |
// register as 'classnames', consistent with npm package name
|
120 |
+
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = function () {
|
121 |
return classNames;
|
122 |
+
}.apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
|
123 |
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
|
124 |
} else {
|
125 |
window.classNames = classNames;
|
219 |
|
220 |
function renderSVG(svg) {
|
221 |
|
222 |
+
svg = __WEBPACK_IMPORTED_MODULE_1__parseIcon__["a" /* default */](svg);
|
223 |
|
224 |
var fontAwesome = __WEBPACK_IMPORTED_MODULE_0__UAGBIcon___default.a[svg];
|
225 |
|
244 |
/*!*****************************************!*\
|
245 |
!*** ./node_modules/process/browser.js ***!
|
246 |
\*****************************************/
|
247 |
+
/*! no static exports found */
|
248 |
/*! all exports used */
|
249 |
/***/ (function(module, exports) {
|
250 |
|
537 |
/*!*************************************!*\
|
538 |
!*** ./node_modules/react/index.js ***!
|
539 |
\*************************************/
|
540 |
+
/*! no static exports found */
|
541 |
/*! all exports used */
|
542 |
/***/ (function(module, exports, __webpack_require__) {
|
543 |
|
929 |
/*!*************************************************!*\
|
930 |
!*** ./dist/blocks/uagb-controls/UAGBIcon.json ***!
|
931 |
\*************************************************/
|
932 |
+
/*! no static exports found */
|
933 |
/*! exports used: default */
|
934 |
/***/ (function(module, exports) {
|
935 |
|
940 |
/*!**************************************!*\
|
941 |
!*** ./node_modules/lodash/times.js ***!
|
942 |
\**************************************/
|
943 |
+
/*! no static exports found */
|
944 |
/*! exports used: default */
|
945 |
/***/ (function(module, exports, __webpack_require__) {
|
946 |
|
1002 |
/*!****************************************************************************************!*\
|
1003 |
!*** ./node_modules/@fonticonpicker/react-fonticonpicker/dist/fonticonpicker.react.js ***!
|
1004 |
\****************************************************************************************/
|
1005 |
+
/*! no static exports found */
|
1006 |
/*! exports used: default */
|
1007 |
/***/ (function(module, exports, __webpack_require__) {
|
1008 |
|
1031 |
/*!**************************************!*\
|
1032 |
!*** ./node_modules/lodash/_root.js ***!
|
1033 |
\**************************************/
|
1034 |
+
/*! no static exports found */
|
1035 |
/*! all exports used */
|
1036 |
/***/ (function(module, exports, __webpack_require__) {
|
1037 |
|
1051 |
/*!*****************************************!*\
|
1052 |
!*** ./node_modules/lodash/isObject.js ***!
|
1053 |
\*****************************************/
|
1054 |
+
/*! no static exports found */
|
1055 |
/*! all exports used */
|
1056 |
/***/ (function(module, exports) {
|
1057 |
|
1093 |
/*!****************************************!*\
|
1094 |
!*** ./node_modules/lodash/isArray.js ***!
|
1095 |
\****************************************/
|
1096 |
+
/*! no static exports found */
|
1097 |
/*! all exports used */
|
1098 |
/***/ (function(module, exports) {
|
1099 |
|
1130 |
/*!******************************************!*\
|
1131 |
!*** ./node_modules/prop-types/index.js ***!
|
1132 |
\******************************************/
|
1133 |
+
/*! no static exports found */
|
1134 |
/*! all exports used */
|
1135 |
/***/ (function(module, exports, __webpack_require__) {
|
1136 |
|
1161 |
/*!************************************!*\
|
1162 |
!*** ./node_modules/lodash/map.js ***!
|
1163 |
\************************************/
|
1164 |
+
/*! no static exports found */
|
1165 |
/*! exports used: default */
|
1166 |
/***/ (function(module, exports, __webpack_require__) {
|
1167 |
|
1225 |
/*!*********************************************!*\
|
1226 |
!*** ./node_modules/lodash/isObjectLike.js ***!
|
1227 |
\*********************************************/
|
1228 |
+
/*! no static exports found */
|
1229 |
/*! all exports used */
|
1230 |
/***/ (function(module, exports) {
|
1231 |
|
1265 |
/*!*****************************************!*\
|
1266 |
!*** ./node_modules/react-dom/index.js ***!
|
1267 |
\*****************************************/
|
1268 |
+
/*! no static exports found */
|
1269 |
/*! all exports used */
|
1270 |
/***/ (function(module, exports, __webpack_require__) {
|
1271 |
|
1316 |
/*!*******************************************!*\
|
1317 |
!*** ./node_modules/lodash/_getNative.js ***!
|
1318 |
\*******************************************/
|
1319 |
+
/*! no static exports found */
|
1320 |
/*! all exports used */
|
1321 |
/***/ (function(module, exports, __webpack_require__) {
|
1322 |
|
1344 |
/*!********************************************!*\
|
1345 |
!*** ./node_modules/lodash/_baseGetTag.js ***!
|
1346 |
\********************************************/
|
1347 |
+
/*! no static exports found */
|
1348 |
/*! all exports used */
|
1349 |
/***/ (function(module, exports, __webpack_require__) {
|
1350 |
|
1383 |
/*!****************************************!*\
|
1384 |
!*** ./node_modules/lodash/_Symbol.js ***!
|
1385 |
\****************************************/
|
1386 |
+
/*! no static exports found */
|
1387 |
/*! all exports used */
|
1388 |
/***/ (function(module, exports, __webpack_require__) {
|
1389 |
|
1400 |
/*!*************************************!*\
|
1401 |
!*** ./node_modules/lodash/keys.js ***!
|
1402 |
\*************************************/
|
1403 |
+
/*! no static exports found */
|
1404 |
/*! all exports used */
|
1405 |
/***/ (function(module, exports, __webpack_require__) {
|
1406 |
|
1448 |
/*!********************************************!*\
|
1449 |
!*** ./node_modules/lodash/isArrayLike.js ***!
|
1450 |
\********************************************/
|
1451 |
+
/*! no static exports found */
|
1452 |
/*! all exports used */
|
1453 |
/***/ (function(module, exports, __webpack_require__) {
|
1454 |
|
1492 |
/*!******************************************!*\
|
1493 |
!*** ./node_modules/lodash/_castPath.js ***!
|
1494 |
\******************************************/
|
1495 |
+
/*! no static exports found */
|
1496 |
/*! all exports used */
|
1497 |
/***/ (function(module, exports, __webpack_require__) {
|
1498 |
|
1524 |
/*!***************************************!*\
|
1525 |
!*** ./node_modules/lodash/_toKey.js ***!
|
1526 |
\***************************************/
|
1527 |
+
/*! no static exports found */
|
1528 |
/*! all exports used */
|
1529 |
/***/ (function(module, exports, __webpack_require__) {
|
1530 |
|
1556 |
/*!*********************************************!*\
|
1557 |
!*** ./node_modules/object-assign/index.js ***!
|
1558 |
\*********************************************/
|
1559 |
+
/*! no static exports found */
|
1560 |
/*! all exports used */
|
1561 |
/***/ (function(module, exports, __webpack_require__) {
|
1562 |
|
1658 |
/*!********************************************!*\
|
1659 |
!*** ./node_modules/lodash/_copyObject.js ***!
|
1660 |
\********************************************/
|
1661 |
+
/*! no static exports found */
|
1662 |
/*! all exports used */
|
1663 |
/***/ (function(module, exports, __webpack_require__) {
|
1664 |
|
1709 |
/*!**************************************!*\
|
1710 |
!*** ./node_modules/memize/index.js ***!
|
1711 |
\**************************************/
|
1712 |
+
/*! no static exports found */
|
1713 |
/*! exports used: default */
|
1714 |
/***/ (function(module, exports, __webpack_require__) {
|
1715 |
|
1851 |
args[_key] = arguments[_key];
|
1852 |
}
|
1853 |
|
1854 |
+
return __WEBPACK_IMPORTED_MODULE_0__emotion_serialize__["a" /* serializeStyles */](args);
|
1855 |
}
|
1856 |
|
1857 |
/* harmony default export */ __webpack_exports__["a"] = (css);
|
1975 |
|
1976 |
var selectors = {
|
1977 |
" .uagb-timeline__heading": {
|
1978 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](headFontSize, headFontSizeType),
|
1979 |
"font-family": headFontFamily,
|
1980 |
"font-weight": headFontWeight,
|
1981 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](headLineHeight, headLineHeightType),
|
1982 |
"text-align": align,
|
1983 |
"color": headingColor
|
1984 |
},
|
1985 |
" .uagb-timeline__heading a": {
|
1986 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](headFontSize, headFontSizeType),
|
1987 |
"font-family": headFontFamily,
|
1988 |
"font-weight": headFontWeight,
|
1989 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](headLineHeight, headLineHeightType),
|
1990 |
"text-align": align,
|
1991 |
"color": headingColor
|
1992 |
},
|
1993 |
" .uagb-timeline__heading-text": {
|
1994 |
+
"margin-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](headSpace, "px")
|
1995 |
},
|
1996 |
" .uagb-timeline-desc-content": {
|
1997 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](subHeadFontSize, subHeadFontSizeType),
|
1998 |
"font-family": subHeadFontFamily,
|
1999 |
"font-weight": subHeadFontWeight,
|
2000 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](subHeadLineHeight, subHeadLineHeightType),
|
2001 |
"text-align": align,
|
2002 |
"color": subHeadingColor
|
2003 |
},
|
2024 |
},
|
2025 |
" .uagb-timeline__line": {
|
2026 |
"background-color": separatorColor,
|
2027 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](separatorwidth, "px")
|
2028 |
},
|
2029 |
" .uagb-timeline__right-block .uagb-timeline__line": {
|
2030 |
"right": "calc( " + connectorBgsize + "px / 2 )"
|
2037 |
},
|
2038 |
" .uagb-timeline__marker": {
|
2039 |
"background-color": separatorBg,
|
2040 |
+
"min-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](connectorBgsize, "px"),
|
2041 |
+
"min-width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](connectorBgsize, "px"),
|
2042 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](connectorBgsize, "px"),
|
2043 |
"border": borderwidth + "px solid" + separatorBorder
|
2044 |
},
|
2045 |
" .uagb-timeline__left-block .uagb-timeline__left .uagb-timeline__arrow": {
|
2046 |
+
"height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](connectorBgsize, "px")
|
2047 |
},
|
2048 |
" .uagb-timeline__right-block .uagb-timeline__right .uagb-timeline__arrow": {
|
2049 |
+
"height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](connectorBgsize, "px")
|
2050 |
},
|
2051 |
" .uagb-timeline__center-block .uagb-timeline__left .uagb-timeline__arrow": {
|
2052 |
+
"height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](connectorBgsize, "px")
|
2053 |
},
|
2054 |
" .uagb-timeline__center-block .uagb-timeline__right .uagb-timeline__arrow": {
|
2055 |
+
"height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](connectorBgsize, "px")
|
2056 |
},
|
2057 |
" .uagb-timeline__center-block .uagb-timeline__marker": {
|
2058 |
+
"margin-left": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](horizontalSpace, "px"),
|
2059 |
+
"margin-right": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](horizontalSpace, "px")
|
2060 |
},
|
2061 |
" .uagb-timeline__field:not(:last-child)": {
|
2062 |
+
"margin-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](verticalSpace, "px")
|
2063 |
},
|
2064 |
" .uagb-timeline__date-hide.uagb-timeline__date-inner": {
|
2065 |
+
"margin-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](dateBottomspace, "px"),
|
2066 |
"color": dateColor,
|
2067 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](dateFontsize, dateFontsizeType),
|
2068 |
"font-family": dateFontFamily,
|
2069 |
"font-weight": dateFontWeight,
|
2070 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](dateLineHeight, dateLineHeightType),
|
2071 |
"text-align": align
|
2072 |
},
|
2073 |
" .uagb-timeline__left-block .uagb-timeline__day-new.uagb-timeline__day-left": {
|
2074 |
+
"margin-left": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](horizontalSpace, "px")
|
2075 |
},
|
2076 |
" .uagb-timeline__right-block .uagb-timeline__day-new.uagb-timeline__day-right": {
|
2077 |
+
"margin-right": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](horizontalSpace, "px")
|
2078 |
},
|
2079 |
" .uagb-timeline__date-new": {
|
2080 |
"color": dateColor,
|
2081 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](dateFontsize, dateFontsizeType),
|
2082 |
"font-family": dateFontFamily,
|
2083 |
"font-weight": dateFontWeight,
|
2084 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](dateLineHeight, dateLineHeightType)
|
2085 |
},
|
2086 |
" .uagb-timeline__events-inner-new": {
|
2087 |
"background-color": backgroundColor,
|
2088 |
+
"border-radius": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](borderRadius, "px"),
|
2089 |
+
"padding": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](bgPadding, "px")
|
2090 |
},
|
2091 |
" .uagb-timeline__main .uagb-timeline__icon-new": {
|
2092 |
"color": iconColor,
|
2093 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](iconSize, "px"),
|
2094 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](iconSize, "px")
|
2095 |
},
|
2096 |
" .uagb-timeline__main .uagb-timeline__marker.uagb-timeline__in-view-icon": {
|
2097 |
"background": iconBgFocus,
|
2109 |
|
2110 |
//Author and CTA
|
2111 |
" .uagb-timeline__author": {
|
2112 |
+
"margin-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](authorSpace, "px"),
|
2113 |
"text-align": align
|
2114 |
},
|
2115 |
" .uagb-timeline__author .dashicons-admin-users": {
|
2116 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](authorFontSize, authorFontSizeType),
|
2117 |
"font-weight": authorFontWeight,
|
2118 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](authorLineHeight, authorLineHeightType),
|
2119 |
"color": authorColor
|
2120 |
},
|
2121 |
" .uagb-timeline__author-link": {
|
2122 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](authorFontSize, authorFontSizeType),
|
2123 |
"font-family": authorFontFamily,
|
2124 |
"font-weight": authorFontWeight,
|
2125 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](authorLineHeight, authorLineHeightType),
|
2126 |
"color": authorColor
|
2127 |
},
|
2128 |
|
2130 |
"text-align": align
|
2131 |
},
|
2132 |
" .uagb-timeline__link": {
|
2133 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaFontSize, ctaFontSizeType),
|
2134 |
"font-family": ctaFontFamily,
|
2135 |
"font-weight": ctaFontWeight,
|
2136 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaLineHeight, ctaLineHeightType),
|
2137 |
"color": ctaColor,
|
2138 |
"background-color": ctaBackground
|
2139 |
}
|
2141 |
/* Generate Responsive CSS for timeline */
|
2142 |
};var tablet_selectors = {
|
2143 |
" .uagb-timeline__date-hide.uagb-timeline__date-inner": {
|
2144 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](dateFontsizeTablet, dateFontsizeType),
|
2145 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](dateLineHeightTablet, dateLineHeightType)
|
2146 |
},
|
2147 |
" .uagb-timeline__date-new": {
|
2148 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](dateFontsizeTablet, dateFontsizeType),
|
2149 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](dateLineHeightTablet, dateLineHeightType)
|
2150 |
},
|
2151 |
" .uagb-timeline__heading": {
|
2152 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](headFontSizeTablet, headFontSizeType),
|
2153 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](headLineHeightTablet, headLineHeightType)
|
2154 |
},
|
2155 |
" .uagb-timeline__heading a": {
|
2156 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](headFontSizeTablet, headFontSizeType),
|
2157 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](headLineHeightTablet, headLineHeightType)
|
2158 |
},
|
2159 |
" .uagb-timeline-desc-content": {
|
2160 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](subHeadFontSizeTablet, subHeadFontSizeType),
|
2161 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](subHeadLineHeightTablet, subHeadLineHeightType)
|
2162 |
},
|
2163 |
" .uagb-timeline__center-block .uagb-timeline__marker": {
|
2164 |
"margin-left": 0,
|
2197 |
|
2198 |
// CTA AUTHOR.
|
2199 |
" .uagb-timeline__author .dashicons-admin-users": {
|
2200 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](authorFontSizeTablet, authorFontSizeType),
|
2201 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](authorLineHeightTablet, authorLineHeightType)
|
2202 |
},
|
2203 |
" .uagb-timeline__author-link": {
|
2204 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](authorFontSizeTablet, authorFontSizeType),
|
2205 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](authorLineHeightTablet, authorLineHeightType)
|
2206 |
},
|
2207 |
" .uagb-timeline__link": {
|
2208 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaFontSizeTablet, ctaFontSizeType),
|
2209 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaLineHeightTablet, ctaLineHeightType)
|
2210 |
}
|
2211 |
};
|
2212 |
|
2213 |
var mobile_selectors = {
|
2214 |
" .uagb-timeline__date-hide.uagb-timeline__date-inner": {
|
2215 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](dateFontsizeMobile, dateFontsizeType),
|
2216 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](dateLineHeightMobile, dateLineHeightType)
|
2217 |
},
|
2218 |
" .uagb-timeline__date-new": {
|
2219 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](dateFontsizeMobile, dateFontsizeType),
|
2220 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](dateLineHeightMobile, dateLineHeightType)
|
2221 |
},
|
2222 |
" .uagb-timeline__heading": {
|
2223 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](headFontSizeMobile, headFontSizeType),
|
2224 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](headLineHeightMobile, headLineHeightType)
|
2225 |
},
|
2226 |
" .uagb-timeline__heading a": {
|
2227 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](headFontSizeMobile, headFontSizeType),
|
2228 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](headLineHeightMobile, headLineHeightType)
|
2229 |
},
|
2230 |
" .uagb-timeline-desc-content": {
|
2231 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](subHeadFontSizeMobile, subHeadFontSizeType),
|
2232 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](subHeadLineHeightMobile, subHeadLineHeightType)
|
2233 |
},
|
2234 |
" .uagb-timeline__center-block .uagb-timeline__marker": {
|
2235 |
"margin-left": 0,
|
2236 |
"margin-right": 0
|
2237 |
},
|
2238 |
" .uagb-timeline__center-block .uagb-timeline__day-new.uagb-timeline__day-left": {
|
2239 |
+
"margin-left": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](horizontalSpace, "px")
|
2240 |
},
|
2241 |
" .uagb-timeline__center-block .uagb-timeline__day-new.uagb-timeline__day-right": {
|
2242 |
+
"margin-left": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](horizontalSpace, "px")
|
2243 |
},
|
2244 |
" .uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__heading": {
|
2245 |
"text-align": resp_selectors
|
2274 |
|
2275 |
// CTA AUthor
|
2276 |
" .uagb-timeline__author .dashicons-admin-users": {
|
2277 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](authorFontSizeMobile, authorFontSizeType),
|
2278 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](authorLineHeightMobile, authorLineHeightType)
|
2279 |
},
|
2280 |
" .uagb-timeline__author-link": {
|
2281 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](authorFontSizeMobile, authorFontSizeType),
|
2282 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](authorLineHeightMobile, authorLineHeightType)
|
2283 |
},
|
2284 |
" .uagb-timeline__link": {
|
2285 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaFontSizeMobile, ctaFontSizeType),
|
2286 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaLineHeightMobile, ctaLineHeightType)
|
2287 |
}
|
2288 |
};
|
2289 |
|
2290 |
var styling_css = "";
|
2291 |
var id = ".block-editor-page #wpwrap .uagb-block-" + props.clientId;
|
2292 |
|
2293 |
+
styling_css = __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSS__["a" /* default */](selectors, id);
|
2294 |
|
2295 |
+
styling_css += __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSS__["a" /* default */](tablet_selectors, id, true, "tablet");
|
2296 |
|
2297 |
+
styling_css += __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSS__["a" /* default */](mobile_selectors, id, true, "mobile");
|
2298 |
|
2299 |
return styling_css;
|
2300 |
}
|
2415 |
/*!******************************************!*\
|
2416 |
!*** ./node_modules/lodash/_arrayMap.js ***!
|
2417 |
\******************************************/
|
2418 |
+
/*! no static exports found */
|
2419 |
/*! all exports used */
|
2420 |
/***/ (function(module, exports) {
|
2421 |
|
2447 |
/*!*******************************************!*\
|
2448 |
!*** ./node_modules/lodash/_ListCache.js ***!
|
2449 |
\*******************************************/
|
2450 |
+
/*! no static exports found */
|
2451 |
/*! all exports used */
|
2452 |
/***/ (function(module, exports, __webpack_require__) {
|
2453 |
|
2490 |
/*!**********************************************!*\
|
2491 |
!*** ./node_modules/lodash/_assocIndexOf.js ***!
|
2492 |
\**********************************************/
|
2493 |
+
/*! no static exports found */
|
2494 |
/*! all exports used */
|
2495 |
/***/ (function(module, exports, __webpack_require__) {
|
2496 |
|
2522 |
/*!***********************************!*\
|
2523 |
!*** ./node_modules/lodash/eq.js ***!
|
2524 |
\***********************************/
|
2525 |
+
/*! no static exports found */
|
2526 |
/*! all exports used */
|
2527 |
/***/ (function(module, exports) {
|
2528 |
|
2570 |
/*!**********************************************!*\
|
2571 |
!*** ./node_modules/lodash/_nativeCreate.js ***!
|
2572 |
\**********************************************/
|
2573 |
+
/*! no static exports found */
|
2574 |
/*! all exports used */
|
2575 |
/***/ (function(module, exports, __webpack_require__) {
|
2576 |
|
2587 |
/*!********************************************!*\
|
2588 |
!*** ./node_modules/lodash/_getMapData.js ***!
|
2589 |
\********************************************/
|
2590 |
+
/*! no static exports found */
|
2591 |
/*! all exports used */
|
2592 |
/***/ (function(module, exports, __webpack_require__) {
|
2593 |
|
2616 |
/*!*****************************************!*\
|
2617 |
!*** ./node_modules/lodash/_isIndex.js ***!
|
2618 |
\*****************************************/
|
2619 |
+
/*! no static exports found */
|
2620 |
/*! all exports used */
|
2621 |
/***/ (function(module, exports) {
|
2622 |
|
2652 |
/*!*******************************************!*\
|
2653 |
!*** ./node_modules/lodash/_baseUnary.js ***!
|
2654 |
\*******************************************/
|
2655 |
+
/*! no static exports found */
|
2656 |
/*! all exports used */
|
2657 |
/***/ (function(module, exports) {
|
2658 |
|
2677 |
/*!******************************************!*\
|
2678 |
!*** ./node_modules/lodash/_nodeUtil.js ***!
|
2679 |
\******************************************/
|
2680 |
+
/*! no static exports found */
|
2681 |
/*! all exports used */
|
2682 |
/***/ (function(module, exports, __webpack_require__) {
|
2683 |
|
2719 |
/*!*********************************************!*\
|
2720 |
!*** ./node_modules/lodash/_isPrototype.js ***!
|
2721 |
\*********************************************/
|
2722 |
+
/*! no static exports found */
|
2723 |
/*! all exports used */
|
2724 |
/***/ (function(module, exports) {
|
2725 |
|
2748 |
/*!****************************************!*\
|
2749 |
!*** ./node_modules/lodash/_getTag.js ***!
|
2750 |
\****************************************/
|
2751 |
+
/*! no static exports found */
|
2752 |
/*! all exports used */
|
2753 |
/***/ (function(module, exports, __webpack_require__) {
|
2754 |
|
2817 |
/*!*****************************************!*\
|
2818 |
!*** ./node_modules/lodash/_baseGet.js ***!
|
2819 |
\*****************************************/
|
2820 |
+
/*! no static exports found */
|
2821 |
/*! all exports used */
|
2822 |
/***/ (function(module, exports, __webpack_require__) {
|
2823 |
|
2852 |
/*!*****************************************!*\
|
2853 |
!*** ./node_modules/lodash/isSymbol.js ***!
|
2854 |
\*****************************************/
|
2855 |
+
/*! no static exports found */
|
2856 |
/*! all exports used */
|
2857 |
/***/ (function(module, exports, __webpack_require__) {
|
2858 |
|
2892 |
/*!*****************************************!*\
|
2893 |
!*** ./node_modules/lodash/identity.js ***!
|
2894 |
\*****************************************/
|
2895 |
+
/*! no static exports found */
|
2896 |
/*! all exports used */
|
2897 |
/***/ (function(module, exports) {
|
2898 |
|
2924 |
/*!*********************************************!*\
|
2925 |
!*** ./node_modules/lodash/_assignValue.js ***!
|
2926 |
\*********************************************/
|
2927 |
+
/*! no static exports found */
|
2928 |
/*! all exports used */
|
2929 |
/***/ (function(module, exports, __webpack_require__) {
|
2930 |
|
2963 |
/*!****************************************************************!*\
|
2964 |
!*** ./node_modules/react-slick/lib/utils/innerSliderUtils.js ***!
|
2965 |
\****************************************************************/
|
2966 |
+
/*! no static exports found */
|
2967 |
/*! all exports used */
|
2968 |
/***/ (function(module, exports, __webpack_require__) {
|
2969 |
|
3716 |
/*!***************************************!*\
|
3717 |
!*** ./node_modules/lodash/_Stack.js ***!
|
3718 |
\***************************************/
|
3719 |
+
/*! no static exports found */
|
3720 |
/*! all exports used */
|
3721 |
/***/ (function(module, exports, __webpack_require__) {
|
3722 |
|
3754 |
/*!*************************************!*\
|
3755 |
!*** ./node_modules/lodash/_Map.js ***!
|
3756 |
\*************************************/
|
3757 |
+
/*! no static exports found */
|
3758 |
/*! all exports used */
|
3759 |
/***/ (function(module, exports, __webpack_require__) {
|
3760 |
|
3772 |
/*!***********************************!*\
|
3773 |
!*** (webpack)/buildin/global.js ***!
|
3774 |
\***********************************/
|
3775 |
+
/*! no static exports found */
|
3776 |
/*! all exports used */
|
3777 |
/***/ (function(module, exports) {
|
3778 |
|
3804 |
/*!******************************************!*\
|
3805 |
!*** ./node_modules/lodash/_MapCache.js ***!
|
3806 |
\******************************************/
|
3807 |
+
/*! no static exports found */
|
3808 |
/*! all exports used */
|
3809 |
/***/ (function(module, exports, __webpack_require__) {
|
3810 |
|
3847 |
/*!*******************************************!*\
|
3848 |
!*** ./node_modules/lodash/_arrayPush.js ***!
|
3849 |
\*******************************************/
|
3850 |
+
/*! no static exports found */
|
3851 |
/*! all exports used */
|
3852 |
/***/ (function(module, exports) {
|
3853 |
|
3878 |
/*!********************************************!*\
|
3879 |
!*** ./node_modules/lodash/_getSymbols.js ***!
|
3880 |
\********************************************/
|
3881 |
+
/*! no static exports found */
|
3882 |
/*! all exports used */
|
3883 |
/***/ (function(module, exports, __webpack_require__) {
|
3884 |
|
3919 |
/*!********************************************!*\
|
3920 |
!*** ./node_modules/lodash/isArguments.js ***!
|
3921 |
\********************************************/
|
3922 |
+
/*! no static exports found */
|
3923 |
/*! all exports used */
|
3924 |
/***/ (function(module, exports, __webpack_require__) {
|
3925 |
|
3966 |
/*!*****************************************!*\
|
3967 |
!*** ./node_modules/lodash/isBuffer.js ***!
|
3968 |
\*****************************************/
|
3969 |
+
/*! no static exports found */
|
3970 |
/*! all exports used */
|
3971 |
/***/ (function(module, exports, __webpack_require__) {
|
3972 |
|
4016 |
/*!***********************************!*\
|
4017 |
!*** (webpack)/buildin/module.js ***!
|
4018 |
\***********************************/
|
4019 |
+
/*! no static exports found */
|
4020 |
/*! all exports used */
|
4021 |
/***/ (function(module, exports) {
|
4022 |
|
4049 |
/*!*****************************************!*\
|
4050 |
!*** ./node_modules/lodash/isLength.js ***!
|
4051 |
\*****************************************/
|
4052 |
+
/*! no static exports found */
|
4053 |
/*! all exports used */
|
4054 |
/***/ (function(module, exports) {
|
4055 |
|
4095 |
/*!***************************************!*\
|
4096 |
!*** ./node_modules/lodash/_isKey.js ***!
|
4097 |
\***************************************/
|
4098 |
+
/*! no static exports found */
|
4099 |
/*! all exports used */
|
4100 |
/***/ (function(module, exports, __webpack_require__) {
|
4101 |
|
4135 |
/*!***************************************************!*\
|
4136 |
!*** ./node_modules/prop-types/checkPropTypes.js ***!
|
4137 |
\***************************************************/
|
4138 |
+
/*! no static exports found */
|
4139 |
/*! all exports used */
|
4140 |
/***/ (function(module, exports, __webpack_require__) {
|
4141 |
|
4250 |
/*!*************************************************************!*\
|
4251 |
!*** ./node_modules/prop-types/lib/ReactPropTypesSecret.js ***!
|
4252 |
\*************************************************************/
|
4253 |
+
/*! no static exports found */
|
4254 |
/*! all exports used */
|
4255 |
/***/ (function(module, exports, __webpack_require__) {
|
4256 |
|
4305 |
|
4306 |
|
4307 |
|
4308 |
+
var EmotionCacheContext = __WEBPACK_IMPORTED_MODULE_1_react__["createContext"]( // we're doing this to avoid preconstruct's dead code elimination in this one case
|
4309 |
// because this module is primarily intended for the browser and node
|
4310 |
// but it's also required in react native and similar environments sometimes
|
4311 |
// and we could have a special build just for that
|
4312 |
// but this is much easier and the native packages
|
4313 |
// might use a different theme context in the future anyway
|
4314 |
+
typeof HTMLElement !== 'undefined' ? __WEBPACK_IMPORTED_MODULE_2__emotion_cache__["a" /* default */]() : null);
|
4315 |
+
var ThemeContext = __WEBPACK_IMPORTED_MODULE_1_react__["createContext"]({});
|
4316 |
var CacheProvider = EmotionCacheContext.Provider;
|
4317 |
|
4318 |
var withEmotionCache = function withEmotionCache(func) {
|
4319 |
var render = function render(props, ref) {
|
4320 |
+
return __WEBPACK_IMPORTED_MODULE_1_react__["createElement"](EmotionCacheContext.Consumer, null, function (cache) {
|
4321 |
return func(props, cache, ref);
|
4322 |
});
|
4323 |
}; // $FlowFixMe
|
4324 |
|
4325 |
|
4326 |
+
return __WEBPACK_IMPORTED_MODULE_1_react__["forwardRef"](render);
|
4327 |
};
|
4328 |
|
4329 |
// thus we only need to replace what is a valid character for JS, but not for CSS
|
4350 |
var className = '';
|
4351 |
|
4352 |
if (typeof props.className === 'string') {
|
4353 |
+
className = __WEBPACK_IMPORTED_MODULE_3__emotion_utils__["a" /* getRegisteredStyles */](cache.registered, registeredStyles, props.className);
|
4354 |
} else if (props.className != null) {
|
4355 |
className = props.className + " ";
|
4356 |
}
|
4357 |
|
4358 |
+
var serialized = __WEBPACK_IMPORTED_MODULE_4__emotion_serialize__["a" /* serializeStyles */](registeredStyles);
|
4359 |
|
4360 |
if (process.env.NODE_ENV !== 'production' && serialized.name.indexOf('-') === -1) {
|
4361 |
var labelFromStack = props[labelPropName];
|
4362 |
|
4363 |
if (labelFromStack) {
|
4364 |
+
serialized = __WEBPACK_IMPORTED_MODULE_4__emotion_serialize__["a" /* serializeStyles */]([serialized, 'label:' + labelFromStack + ';']);
|
4365 |
}
|
4366 |
}
|
4367 |
|
4368 |
+
var rules = __WEBPACK_IMPORTED_MODULE_3__emotion_utils__["b" /* insertStyles */](cache, serialized, typeof type === 'string');
|
4369 |
className += cache.key + "-" + serialized.name;
|
4370 |
var newProps = {};
|
4371 |
|
4377 |
|
4378 |
newProps.ref = ref;
|
4379 |
newProps.className = className;
|
4380 |
+
var ele = __WEBPACK_IMPORTED_MODULE_1_react__["createElement"](type, newProps);
|
4381 |
|
4382 |
return ele;
|
4383 |
};
|
4387 |
withEmotionCache(function (props, cache, ref) {
|
4388 |
// use Context.read for the theme when it's stable
|
4389 |
if (typeof props.css === 'function') {
|
4390 |
+
return __WEBPACK_IMPORTED_MODULE_1_react__["createElement"](ThemeContext.Consumer, null, function (theme) {
|
4391 |
return render(cache, props, theme, ref);
|
4392 |
});
|
4393 |
}
|
4470 |
var styles = props.styles;
|
4471 |
|
4472 |
if (typeof styles === 'function') {
|
4473 |
+
return __WEBPACK_IMPORTED_MODULE_1_react__["createElement"](ThemeContext.Consumer, null, function (theme) {
|
4474 |
+
var serialized = __WEBPACK_IMPORTED_MODULE_4__emotion_serialize__["a" /* serializeStyles */]([styles(theme)]);
|
4475 |
+
return __WEBPACK_IMPORTED_MODULE_1_react__["createElement"](InnerGlobal, {
|
4476 |
serialized: serialized,
|
4477 |
cache: cache
|
4478 |
});
|
4479 |
});
|
4480 |
}
|
4481 |
|
4482 |
+
var serialized = __WEBPACK_IMPORTED_MODULE_4__emotion_serialize__["a" /* serializeStyles */]([styles]);
|
4483 |
+
return __WEBPACK_IMPORTED_MODULE_1_react__["createElement"](InnerGlobal, {
|
4484 |
serialized: serialized,
|
4485 |
cache: cache
|
4486 |
});
|
4492 |
var InnerGlobal =
|
4493 |
/*#__PURE__*/
|
4494 |
function (_React$Component) {
|
4495 |
+
__WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_inheritsLoose___default.a(InnerGlobal, _React$Component);
|
4496 |
|
4497 |
function InnerGlobal(props, context, updater) {
|
4498 |
return _React$Component.call(this, props, context, updater) || this;
|
4529 |
_proto.insertStyles = function insertStyles$1() {
|
4530 |
if (this.props.serialized.next !== undefined) {
|
4531 |
// insert keyframes
|
4532 |
+
__WEBPACK_IMPORTED_MODULE_3__emotion_utils__["b" /* insertStyles */](this.props.cache, this.props.serialized.next, true);
|
4533 |
}
|
4534 |
|
4535 |
if (this.sheet.tags.length) {
|
4617 |
|
4618 |
function merge(registered, css, className) {
|
4619 |
var registeredStyles = [];
|
4620 |
+
var rawClassName = __WEBPACK_IMPORTED_MODULE_3__emotion_utils__["a" /* getRegisteredStyles */](registered, registeredStyles, className);
|
4621 |
|
4622 |
if (registeredStyles.length < 2) {
|
4623 |
return className;
|
4627 |
}
|
4628 |
|
4629 |
var ClassNames = withEmotionCache(function (props, context) {
|
4630 |
+
return __WEBPACK_IMPORTED_MODULE_1_react__["createElement"](ThemeContext.Consumer, null, function (theme) {
|
4631 |
var hasRendered = false;
|
4632 |
|
4633 |
var css = function css() {
|
4639 |
args[_key] = arguments[_key];
|
4640 |
}
|
4641 |
|
4642 |
+
var serialized = __WEBPACK_IMPORTED_MODULE_4__emotion_serialize__["a" /* serializeStyles */](args, context.registered);
|
4643 |
|
4644 |
{
|
4645 |
+
__WEBPACK_IMPORTED_MODULE_3__emotion_utils__["b" /* insertStyles */](context, serialized, false);
|
4646 |
}
|
4647 |
|
4648 |
return context.key + "-" + serialized.name;
|
5217 |
/*!*******************************************!*\
|
5218 |
!*** ./node_modules/lodash/_baseSlice.js ***!
|
5219 |
\*******************************************/
|
5220 |
+
/*! no static exports found */
|
5221 |
/*! all exports used */
|
5222 |
/***/ (function(module, exports) {
|
5223 |
|
5259 |
/*!********************************************!*\
|
5260 |
!*** ./node_modules/lodash/_hasUnicode.js ***!
|
5261 |
\********************************************/
|
5262 |
+
/*! no static exports found */
|
5263 |
/*! all exports used */
|
5264 |
/***/ (function(module, exports) {
|
5265 |
|
5296 |
/*!******************************************!*\
|
5297 |
!*** ./node_modules/lodash/toInteger.js ***!
|
5298 |
\******************************************/
|
5299 |
+
/*! no static exports found */
|
5300 |
/*! all exports used */
|
5301 |
/***/ (function(module, exports, __webpack_require__) {
|
5302 |
|
5391 |
|
5392 |
return wp.element.createElement(
|
5393 |
"div",
|
5394 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a('uagb-post__cta', attributes.inheritFromTheme ? 'wp-block-button' : null) },
|
5395 |
wp.element.createElement(
|
5396 |
"a",
|
5397 |
{
|
5398 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(!attributes.inheritFromTheme ? 'uagb-post__link ' : null, 'uagb-text-link', attributes.inheritFromTheme ? 'wp-block-button__link' : null),
|
5399 |
href: post.link,
|
5400 |
target: target,
|
5401 |
rel: "noopener noreferrer" },
|
5546 |
|
5547 |
var selectors = {
|
5548 |
" .uagb-post__items": {
|
5549 |
+
"margin-right": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](-rowGap / 2, "px"),
|
5550 |
+
"margin-left": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](-rowGap / 2, "px")
|
5551 |
},
|
5552 |
" .uagb-post__items article": {
|
5553 |
+
"padding-right": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](rowGap / 2, "px"),
|
5554 |
+
"padding-left": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](rowGap / 2, "px"),
|
5555 |
+
"margin-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](columnGap, "px")
|
5556 |
},
|
5557 |
" .uagb-post__inner-wrap": {
|
5558 |
"background": bgColor
|
5559 |
},
|
5560 |
" .uagb-post__text": {
|
5561 |
+
"padding": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](contentPadding, "px"),
|
5562 |
"text-align": align
|
5563 |
},
|
5564 |
" .uagb-post__text .uagb-post__title": {
|
5565 |
+
"margin-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](titleBottomSpace, "px")
|
5566 |
},
|
5567 |
" .uagb-post__text .uagb-post-grid-byline": {
|
5568 |
+
"margin-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](metaBottomSpace, "px")
|
5569 |
},
|
5570 |
" .uagb-post__text .uagb-post__excerpt": {
|
5571 |
+
"margin-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](excerptBottomSpace, "px")
|
5572 |
},
|
5573 |
" .uagb-post__image:before": {
|
5574 |
"background-color": bgOverlayColor,
|
5575 |
"opacity": overlayOpacity / 100
|
5576 |
},
|
5577 |
" .uagb-post-pagination-wrap": {
|
5578 |
+
"margin-top": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](paginationSpacing, "px"),
|
5579 |
"text-align": paginationAlignment
|
5580 |
}
|
5581 |
};
|
5583 |
if (!inheritFromTheme) {
|
5584 |
selectors[" .uagb-post__text .uagb-post__title"] = {
|
5585 |
"color": titleColor,
|
5586 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](titleFontSize, titleFontSizeType),
|
5587 |
"font-family": titleFontFamily,
|
5588 |
"font-weight": titleFontWeight,
|
5589 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](titleLineHeight, titleLineHeightType)
|
5590 |
};
|
5591 |
selectors[" .uagb-post__text .uagb-post__title a"] = {
|
5592 |
"color": titleColor,
|
5593 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](titleFontSize, titleFontSizeType),
|
5594 |
"font-family": titleFontFamily,
|
5595 |
"font-weight": titleFontWeight,
|
5596 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](titleLineHeight, titleLineHeightType)
|
5597 |
};
|
5598 |
selectors[" .uagb-post__text .uagb-post-grid-byline"] = {
|
5599 |
"color": metaColor,
|
5600 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](metaFontSize, metaFontSizeType),
|
5601 |
"font-family": metaFontFamily,
|
5602 |
"font-weight": metaFontWeight,
|
5603 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](metaLineHeight, metaLineHeightType)
|
5604 |
};
|
5605 |
selectors[" .uagb-post__text .uagb-post-grid-byline .uagb-post__author"] = {
|
5606 |
"color": metaColor,
|
5607 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](metaFontSize, metaFontSizeType),
|
5608 |
"font-family": metaFontFamily,
|
5609 |
"font-weight": metaFontWeight,
|
5610 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](metaLineHeight, metaLineHeightType)
|
5611 |
};
|
5612 |
selectors[" .uagb-post__text .uagb-post-grid-byline .uagb-post__author a"] = {
|
5613 |
"color": metaColor,
|
5614 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](metaFontSize, metaFontSizeType),
|
5615 |
"font-family": metaFontFamily,
|
5616 |
"font-weight": metaFontWeight,
|
5617 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](metaLineHeight, metaLineHeightType)
|
5618 |
};
|
5619 |
selectors[" .uagb-post__text .uagb-post__excerpt"] = {
|
5620 |
"color": excerptColor,
|
5621 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](excerptFontSize, excerptFontSizeType),
|
5622 |
"font-family": excerptFontFamily,
|
5623 |
"font-weight": excerptFontWeight,
|
5624 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](excerptLineHeight, excerptLineHeightType)
|
5625 |
};
|
5626 |
selectors[" .uagb-post__text .uagb-post__cta"] = {
|
5627 |
"color": ctaColor,
|
5628 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaFontSize, ctaFontSizeType),
|
5629 |
"font-family": ctaFontFamily,
|
5630 |
"font-weight": ctaFontWeight,
|
5631 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaLineHeight, ctaLineHeightType),
|
5632 |
"background": ctaBgColor,
|
5633 |
+
"border-width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](borderWidth, "px"),
|
5634 |
+
"border-radius": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](borderRadius, "px"),
|
5635 |
"border-color": borderColor,
|
5636 |
"border-style": borderStyle
|
5637 |
};
|
5638 |
selectors[" .uagb-post__text .uagb-post__cta a"] = {
|
5639 |
"color": ctaColor,
|
5640 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaFontSize, ctaFontSizeType),
|
5641 |
"padding": btnVPadding + "px " + btnHPadding + "px"
|
5642 |
};
|
5643 |
selectors[" .uagb-post__text .uagb-post__cta:hover"] = {
|
5693 |
if ('border' == paginationLayout) {
|
5694 |
selectors[" .uagb-post-pagination-wrap a"] = {
|
5695 |
"border-style": "solid",
|
5696 |
+
"border-width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](paginationBorderSize, "px"),
|
5697 |
"border-color": paginationBorderColor,
|
5698 |
+
"border-radius": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](paginationBorderRadius, "px"),
|
5699 |
"color": paginationColor,
|
5700 |
"background-color": "transparent"
|
5701 |
};
|
5702 |
if ('undefined' != typeof paginationBorderActiveColor && 'undefined' != typeof paginationActiveColor) {
|
5703 |
selectors[" .uagb-post-pagination-wrap .page-numbers.current"] = {
|
5704 |
"border-style": "solid",
|
5705 |
+
"border-width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](paginationBorderSize, "px"),
|
5706 |
"border-color": paginationBorderActiveColor,
|
5707 |
+
"border-radius": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](paginationBorderRadius, "px"),
|
5708 |
"color": paginationActiveColor,
|
5709 |
"background-color": "transparent"
|
5710 |
};
|
5712 |
if ('undefined' == typeof paginationBorderActiveColor && 'undefined' != typeof paginationActiveColor) {
|
5713 |
selectors[" .uagb-post-pagination-wrap .page-numbers.current"] = {
|
5714 |
"border-style": "solid",
|
5715 |
+
"border-width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](paginationBorderSize, "px"),
|
5716 |
"border-color": paginationBorderColor,
|
5717 |
+
"border-radius": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](paginationBorderRadius, "px"),
|
5718 |
"color": paginationActiveColor,
|
5719 |
"background-color": "transparent"
|
5720 |
};
|
5722 |
if ('undefined' != typeof paginationBorderActiveColor && 'undefined' == typeof paginationActiveColor) {
|
5723 |
selectors[" .uagb-post-pagination-wrap .page-numbers.current"] = {
|
5724 |
"border-style": "solid",
|
5725 |
+
"border-width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](paginationBorderSize, "px"),
|
5726 |
"border-color": paginationBorderActiveColor,
|
5727 |
+
"border-radius": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](paginationBorderRadius, "px"),
|
5728 |
"color": paginationColor,
|
5729 |
"background-color": "transparent"
|
5730 |
};
|
5732 |
if ('undefined' == typeof paginationBorderActiveColor && 'undefined' == typeof paginationActiveColor) {
|
5733 |
selectors[" .uagb-post-pagination-wrap .page-numbers.current"] = {
|
5734 |
"border-style": "solid",
|
5735 |
+
"border-width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](paginationBorderSize, "px"),
|
5736 |
"border-color": paginationBorderColor,
|
5737 |
+
"border-radius": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](paginationBorderRadius, "px"),
|
5738 |
"color": paginationColor,
|
5739 |
"background-color": "transparent"
|
5740 |
};
|
5748 |
|
5749 |
selectors[" .slick-arrow svg"] = {
|
5750 |
"fill": arrowColor,
|
5751 |
+
"height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](arrowSize, "px"),
|
5752 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](arrowSize, "px")
|
5753 |
};
|
5754 |
|
5755 |
if (!inheritFromTheme) {
|
5756 |
|
5757 |
mobile_selectors = {
|
5758 |
" .uagb-post__text .uagb-post__title": {
|
5759 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](titleFontSizeMobile, titleFontSizeType),
|
5760 |
"line-height": titleLineHeightMobile + titleLineHeightType
|
5761 |
},
|
5762 |
" .uagb-post__text .uagb-post__title a": {
|
5763 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](titleFontSizeMobile, titleFontSizeType),
|
5764 |
"line-height": titleLineHeightMobile + titleLineHeightType
|
5765 |
},
|
5766 |
" .uagb-post__text .uagb-post-grid-byline": {
|
5767 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](metaFontSizeMobile, metaFontSizeType),
|
5768 |
"line-height": metaLineHeightMobile + metaLineHeightType
|
5769 |
},
|
5770 |
" .uagb-post__text .uagb-post-grid-byline .uagb-post__author": {
|
5771 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](metaFontSizeMobile, metaFontSizeType),
|
5772 |
"line-height": metaLineHeightMobile + metaLineHeightType
|
5773 |
},
|
5774 |
" .uagb-post__text .uagb-post-grid-byline .uagb-post__author a": {
|
5775 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](metaFontSizeMobile, metaFontSizeType),
|
5776 |
"line-height": metaLineHeightMobile + metaLineHeightType
|
5777 |
},
|
5778 |
" .uagb-post__text .uagb-post__excerpt": {
|
5779 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](excerptFontSizeMobile, excerptFontSizeType),
|
5780 |
"line-height": excerptLineHeightMobile + excerptLineHeightType
|
5781 |
},
|
5782 |
" .uagb-post__text .uagb-post__cta": {
|
5783 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaFontSizeMobile, ctaFontSizeType),
|
5784 |
"line-height": ctaLineHeightMobile + ctaLineHeightType
|
5785 |
},
|
5786 |
" .uagb-post__text .uagb-post__cta a": {
|
5787 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaFontSizeMobile, ctaFontSizeType),
|
5788 |
"line-height": ctaLineHeightMobile + ctaLineHeightType
|
5789 |
}
|
5790 |
};
|
5791 |
|
5792 |
tablet_selectors = {
|
5793 |
" .uagb-post__text .uagb-post__title": {
|
5794 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](titleFontSizeTablet, titleFontSizeType),
|
5795 |
"line-height": titleLineHeightTablet + titleLineHeightType
|
5796 |
},
|
5797 |
" .uagb-post__text .uagb-post__title a": {
|
5798 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](titleFontSizeTablet, titleFontSizeType),
|
5799 |
"line-height": titleLineHeightTablet + titleLineHeightType
|
5800 |
},
|
5801 |
" .uagb-post__text .uagb-post-grid-byline": {
|
5802 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](metaFontSizeTablet, metaFontSizeType),
|
5803 |
"line-height": metaLineHeightTablet + metaLineHeightType
|
5804 |
},
|
5805 |
" .uagb-post__text .uagb-post-grid-byline .uagb-post__author": {
|
5806 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](metaFontSizeTablet, metaFontSizeType),
|
5807 |
"line-height": metaLineHeightTablet + metaLineHeightType
|
5808 |
},
|
5809 |
" .uagb-post__text .uagb-post-grid-byline .uagb-post__author a": {
|
5810 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](metaFontSizeTablet, metaFontSizeType),
|
5811 |
"line-height": metaLineHeightTablet + metaLineHeightType
|
5812 |
},
|
5813 |
" .uagb-post__text .uagb-post__excerpt": {
|
5814 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](excerptFontSizeTablet, excerptFontSizeType),
|
5815 |
"line-height": excerptLineHeightTablet + excerptLineHeightType
|
5816 |
},
|
5817 |
" .uagb-post__text .uagb-post__cta": {
|
5818 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaFontSizeTablet, ctaFontSizeType),
|
5819 |
"line-height": ctaLineHeightTablet + ctaLineHeightType
|
5820 |
},
|
5821 |
" .uagb-post__text .uagb-post__cta a": {
|
5822 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaFontSizeTablet, ctaFontSizeType),
|
5823 |
"line-height": ctaLineHeightTablet + ctaLineHeightType
|
5824 |
}
|
5825 |
};
|
5836 |
'color': paginationTextColor,
|
5837 |
"background-color": paginationMasonryBgColor,
|
5838 |
"border-style": paginationMasonryBorderStyle,
|
5839 |
+
"border-width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](paginationMasonryBorderWidth, 'px'),
|
5840 |
+
"border-radius": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](paginationMasonryBorderRadius, 'px'),
|
5841 |
"border-color": paginationMasonryBorderColor,
|
5842 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](paginationFontSize, 'px'),
|
5843 |
+
"padding-top": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](vpaginationButtonPaddingDesktop, paginationButtonPaddingType),
|
5844 |
+
"padding-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](vpaginationButtonPaddingDesktop, paginationButtonPaddingType),
|
5845 |
+
"padding-right": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](hpaginationButtonPaddingDesktop, paginationButtonPaddingType),
|
5846 |
+
"padding-left": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](hpaginationButtonPaddingDesktop, paginationButtonPaddingType)
|
5847 |
|
5848 |
};
|
5849 |
selectors[' .uagb-post__load-more-wrap .uagb-post-pagination-button:hover'] = {
|
5851 |
"background-color": paginationBgHoverColor
|
5852 |
};
|
5853 |
mobile_selectors[' .uagb-post__load-more-wrap .uagb-post-pagination-button'] = {
|
5854 |
+
"padding-top": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](vpaginationButtonPaddingMobile, paginationButtonPaddingType),
|
5855 |
+
"padding-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](vpaginationButtonPaddingMobile, paginationButtonPaddingType),
|
5856 |
+
"padding-right": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](hpaginationButtonPaddingMobile, paginationButtonPaddingType),
|
5857 |
+
"padding-left": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](hpaginationButtonPaddingMobile, paginationButtonPaddingType)
|
5858 |
};
|
5859 |
tablet_selectors[' .uagb-post__load-more-wrap .uagb-post-pagination-button'] = {
|
5860 |
+
"padding-top": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](vpaginationButtonPaddingTablet, paginationButtonPaddingType),
|
5861 |
+
"padding-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](vpaginationButtonPaddingTablet, paginationButtonPaddingType),
|
5862 |
+
"padding-right": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](hpaginationButtonPaddingTablet, paginationButtonPaddingType),
|
5863 |
+
"padding-left": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](hpaginationButtonPaddingTablet, paginationButtonPaddingType)
|
5864 |
};
|
5865 |
}
|
5866 |
if ('scroll' === paginationEventType) {
|
5867 |
selectors['.uagb-post-grid .uagb-post-inf-loader div'] = {
|
5868 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](loaderSize, "px"),
|
5869 |
+
"height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](loaderSize, "px"),
|
5870 |
"background-color": loaderColor
|
5871 |
};
|
5872 |
}
|
5878 |
|
5879 |
var styling_css = "";
|
5880 |
|
5881 |
+
styling_css = __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSS__["a" /* default */](selectors, ".uagb-block-" + props.clientId.substr(0, 8));
|
5882 |
|
5883 |
+
styling_css += __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSS__["a" /* default */](tablet_selectors, ".uagb-block-" + props.clientId.substr(0, 8), true, "tablet");
|
5884 |
|
5885 |
+
styling_css += __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSS__["a" /* default */](mobile_selectors, ".uagb-block-" + props.clientId.substr(0, 8), true, "mobile");
|
5886 |
|
5887 |
return styling_css;
|
5888 |
}
|
5894 |
/*!************************************!*\
|
5895 |
!*** ./src/blocks/post/style.scss ***!
|
5896 |
\************************************/
|
5897 |
+
/*! no static exports found */
|
5898 |
/***/ (function(module, exports) {
|
5899 |
|
5900 |
// removed by extract-text-webpack-plugin
|
5904 |
/*!*************************************!*\
|
5905 |
!*** ./src/blocks/post/editor.scss ***!
|
5906 |
\*************************************/
|
5907 |
+
/*! no static exports found */
|
5908 |
/***/ (function(module, exports) {
|
5909 |
|
5910 |
// removed by extract-text-webpack-plugin
|
5914 |
/*!***********************************************!*\
|
5915 |
!*** ./node_modules/ev-emitter/ev-emitter.js ***!
|
5916 |
\***********************************************/
|
5917 |
+
/*! no static exports found */
|
5918 |
/*! all exports used */
|
5919 |
/***/ (function(module, exports, __webpack_require__) {
|
5920 |
|
6041 |
/*!*******************************************!*\
|
6042 |
!*** ./node_modules/get-size/get-size.js ***!
|
6043 |
\*******************************************/
|
6044 |
+
/*! no static exports found */
|
6045 |
/*! all exports used */
|
6046 |
/***/ (function(module, exports, __webpack_require__) {
|
6047 |
|
6263 |
/*!**********************************************!*\
|
6264 |
!*** ./node_modules/lodash/_getPrototype.js ***!
|
6265 |
\**********************************************/
|
6266 |
+
/*! no static exports found */
|
6267 |
/*! all exports used */
|
6268 |
/***/ (function(module, exports, __webpack_require__) {
|
6269 |
|
6280 |
/*!**********************************************!*\
|
6281 |
!*** ./node_modules/lodash/_getAllKeysIn.js ***!
|
6282 |
\**********************************************/
|
6283 |
+
/*! no static exports found */
|
6284 |
/*! all exports used */
|
6285 |
/***/ (function(module, exports, __webpack_require__) {
|
6286 |
|
6308 |
/*!**************************************************!*\
|
6309 |
!*** ./node_modules/lodash/_cloneArrayBuffer.js ***!
|
6310 |
\**************************************************/
|
6311 |
+
/*! no static exports found */
|
6312 |
/*! all exports used */
|
6313 |
/***/ (function(module, exports, __webpack_require__) {
|
6314 |
|
6609 |
//set the gradient value to settings if new gradientvalue is not set
|
6610 |
|
6611 |
if ("" === gradientValue) {
|
6612 |
+
var rgb_gradientColor1 = __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_hexToRgba__["a" /* default */](gradientColor1);
|
6613 |
+
var rgb_gradientColor2 = __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_hexToRgba__["a" /* default */](gradientColor2);
|
6614 |
|
6615 |
if ("linear" === gradientType) {
|
6616 |
var value = "linear-gradient(" + gradientAngle + "deg," + rgb_gradientColor1 + " " + gradientLocation1 + "%, " + rgb_gradientColor2 + " " + gradientLocation2 + "%)";
|
6897 |
wp.element.createElement(
|
6898 |
"span",
|
6899 |
{ className: "uagb-ifb-icon" },
|
6900 |
+
__WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_renderIcon__["a" /* default */](attributes.icon)
|
6901 |
)
|
6902 |
)
|
6903 |
);
|
7152 |
if (attributes.ctaIcon !== "") {
|
7153 |
cta_icon_output = wp.element.createElement(
|
7154 |
"span",
|
7155 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a("uagb-ifb-" + attributes.ctaType + "-icon", "uagb-ifb-align-icon-" + attributes.ctaIconPosition) },
|
7156 |
+
__WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_renderIcon__["a" /* default */](attributes.ctaIcon)
|
7157 |
);
|
7158 |
}
|
7159 |
|
7175 |
),
|
7176 |
attributes.ctaType === "button" && wp.element.createElement(
|
7177 |
"div",
|
7178 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a("uagb-ifb-button-wrapper", attributes.inheritFromTheme ? "wp-block-button" : null) },
|
7179 |
wp.element.createElement(
|
7180 |
"a",
|
7181 |
{ className: ctaBtnClass, target: target, rel: rel },
|
7209 |
),
|
7210 |
attributes.ctaType === "button" && wp.element.createElement(
|
7211 |
"div",
|
7212 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a("uagb-ifb-button-wrapper", attributes.inheritFromTheme ? "wp-block-button" : null) },
|
7213 |
wp.element.createElement(
|
7214 |
"a",
|
7215 |
{ href: attributes.ctaLink, className: ctaBtnClass, target: target, rel: rel },
|
8397 |
if (attributes.ctaIcon !== "") {
|
8398 |
cta_icon_output = wp.element.createElement(
|
8399 |
"span",
|
8400 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a("uagb-cta-" + attributes.ctaType + "-icon", "uagb-cta__align-button-" + attributes.ctaIconPosition, "uagb-cta-with-svg") },
|
8401 |
+
__WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_renderIcon__["a" /* default */](attributes.ctaIcon)
|
8402 |
);
|
8403 |
}
|
8404 |
|
8411 |
{ className: "uagb-cta__link-wrapper uagb-cta__block-link-style" },
|
8412 |
(attributes.ctaType === "button" || attributes.ctaType === "text") && wp.element.createElement(
|
8413 |
"div",
|
8414 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a("uagb-cta__button-wrapper", attributes.inheritFromTheme && attributes.ctaType === "button" ? 'wp-block-button' : null) },
|
8415 |
wp.element.createElement(
|
8416 |
"a",
|
8417 |
{
|
8418 |
href: link,
|
8419 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a('uagb-cta__button-link-wrapper', !attributes.inheritFromTheme ? 'uagb-cta__block-link' : null, !attributes.inheritFromTheme ? "uagb-cta-typeof-" + attributes.ctaType : null, attributes.inheritFromTheme && attributes.ctaType === "button" ? 'wp-block-button__link' : null),
|
8420 |
target: target,
|
8421 |
rel: rel
|
8422 |
},
|
8936 |
/*!**********************************************!*\
|
8937 |
!*** ./node_modules/lodash/_baseIteratee.js ***!
|
8938 |
\**********************************************/
|
8939 |
+
/*! no static exports found */
|
8940 |
/*! all exports used */
|
8941 |
/***/ (function(module, exports, __webpack_require__) {
|
8942 |
|
8978 |
/*!*******************************************!*\
|
8979 |
!*** ./node_modules/lodash/isFunction.js ***!
|
8980 |
\*******************************************/
|
8981 |
+
/*! no static exports found */
|
8982 |
/*! all exports used */
|
8983 |
/***/ (function(module, exports, __webpack_require__) {
|
8984 |
|
9026 |
/*!********************************************!*\
|
9027 |
!*** ./node_modules/lodash/_freeGlobal.js ***!
|
9028 |
\********************************************/
|
9029 |
+
/*! no static exports found */
|
9030 |
/*! all exports used */
|
9031 |
/***/ (function(module, exports, __webpack_require__) {
|
9032 |
|
9042 |
/*!******************************************!*\
|
9043 |
!*** ./node_modules/lodash/_toSource.js ***!
|
9044 |
\******************************************/
|
9045 |
+
/*! no static exports found */
|
9046 |
/*! all exports used */
|
9047 |
/***/ (function(module, exports) {
|
9048 |
|
9079 |
/*!*********************************************!*\
|
9080 |
!*** ./node_modules/lodash/_baseIsEqual.js ***!
|
9081 |
\*********************************************/
|
9082 |
+
/*! no static exports found */
|
9083 |
/*! all exports used */
|
9084 |
/***/ (function(module, exports, __webpack_require__) {
|
9085 |
|
9118 |
/*!*********************************************!*\
|
9119 |
!*** ./node_modules/lodash/_equalArrays.js ***!
|
9120 |
\*********************************************/
|
9121 |
+
/*! no static exports found */
|
9122 |
/*! all exports used */
|
9123 |
/***/ (function(module, exports, __webpack_require__) {
|
9124 |
|
9212 |
/*!********************************************!*\
|
9213 |
!*** ./node_modules/lodash/_Uint8Array.js ***!
|
9214 |
\********************************************/
|
9215 |
+
/*! no static exports found */
|
9216 |
/*! all exports used */
|
9217 |
/***/ (function(module, exports, __webpack_require__) {
|
9218 |
|
9229 |
/*!********************************************!*\
|
9230 |
!*** ./node_modules/lodash/_getAllKeys.js ***!
|
9231 |
\********************************************/
|
9232 |
+
/*! no static exports found */
|
9233 |
/*! all exports used */
|
9234 |
/***/ (function(module, exports, __webpack_require__) {
|
9235 |
|
9256 |
/*!************************************************!*\
|
9257 |
!*** ./node_modules/lodash/_baseGetAllKeys.js ***!
|
9258 |
\************************************************/
|
9259 |
+
/*! no static exports found */
|
9260 |
/*! all exports used */
|
9261 |
/***/ (function(module, exports, __webpack_require__) {
|
9262 |
|
9287 |
/*!******************************************!*\
|
9288 |
!*** ./node_modules/lodash/stubArray.js ***!
|
9289 |
\******************************************/
|
9290 |
+
/*! no static exports found */
|
9291 |
/*! all exports used */
|
9292 |
/***/ (function(module, exports) {
|
9293 |
|
9321 |
/*!***********************************************!*\
|
9322 |
!*** ./node_modules/lodash/_arrayLikeKeys.js ***!
|
9323 |
\***********************************************/
|
9324 |
+
/*! no static exports found */
|
9325 |
/*! all exports used */
|
9326 |
/***/ (function(module, exports, __webpack_require__) {
|
9327 |
|
9381 |
/*!*******************************************!*\
|
9382 |
!*** ./node_modules/lodash/_baseTimes.js ***!
|
9383 |
\*******************************************/
|
9384 |
+
/*! no static exports found */
|
9385 |
/*! all exports used */
|
9386 |
/***/ (function(module, exports) {
|
9387 |
|
9412 |
/*!*********************************************!*\
|
9413 |
!*** ./node_modules/lodash/isTypedArray.js ***!
|
9414 |
\*********************************************/
|
9415 |
+
/*! no static exports found */
|
9416 |
/*! all exports used */
|
9417 |
/***/ (function(module, exports, __webpack_require__) {
|
9418 |
|
9450 |
/*!*****************************************!*\
|
9451 |
!*** ./node_modules/lodash/_overArg.js ***!
|
9452 |
\*****************************************/
|
9453 |
+
/*! no static exports found */
|
9454 |
/*! all exports used */
|
9455 |
/***/ (function(module, exports) {
|
9456 |
|
9476 |
/*!****************************************************!*\
|
9477 |
!*** ./node_modules/lodash/_isStrictComparable.js ***!
|
9478 |
\****************************************************/
|
9479 |
+
/*! no static exports found */
|
9480 |
/*! all exports used */
|
9481 |
/***/ (function(module, exports, __webpack_require__) {
|
9482 |
|
9502 |
/*!*********************************************************!*\
|
9503 |
!*** ./node_modules/lodash/_matchesStrictComparable.js ***!
|
9504 |
\*********************************************************/
|
9505 |
+
/*! no static exports found */
|
9506 |
/*! all exports used */
|
9507 |
/***/ (function(module, exports) {
|
9508 |
|
9533 |
/*!************************************!*\
|
9534 |
!*** ./node_modules/lodash/get.js ***!
|
9535 |
\************************************/
|
9536 |
+
/*! no static exports found */
|
9537 |
/*! all exports used */
|
9538 |
/***/ (function(module, exports, __webpack_require__) {
|
9539 |
|
9577 |
/*!*****************************************!*\
|
9578 |
!*** ./node_modules/lodash/toString.js ***!
|
9579 |
\*****************************************/
|
9580 |
+
/*! no static exports found */
|
9581 |
/*! all exports used */
|
9582 |
/***/ (function(module, exports, __webpack_require__) {
|
9583 |
|
9616 |
/*!**********************************************!*\
|
9617 |
!*** ./node_modules/lodash/_baseToString.js ***!
|
9618 |
\**********************************************/
|
9619 |
+
/*! no static exports found */
|
9620 |
/*! all exports used */
|
9621 |
/***/ (function(module, exports, __webpack_require__) {
|
9622 |
|
9664 |
/*!**********************************************!*\
|
9665 |
!*** ./node_modules/lodash/_baseProperty.js ***!
|
9666 |
\**********************************************/
|
9667 |
+
/*! no static exports found */
|
9668 |
/*! all exports used */
|
9669 |
/***/ (function(module, exports) {
|
9670 |
|
10138 |
return value != null && typeof value !== 'boolean';
|
10139 |
};
|
10140 |
|
10141 |
+
var processStyleName = __WEBPACK_IMPORTED_MODULE_2__emotion_memoize__["a" /* default */](function (styleName) {
|
10142 |
return isCustomProperty(styleName) ? styleName : styleName.replace(hyphenateRegex, '-$&').toLowerCase();
|
10143 |
});
|
10144 |
|
10420 |
match[1];
|
10421 |
}
|
10422 |
|
10423 |
+
var name = __WEBPACK_IMPORTED_MODULE_0__emotion_hash__["a" /* default */](styles) + identifierName;
|
10424 |
|
10425 |
if (process.env.NODE_ENV !== 'production') {
|
10426 |
// $FlowFixMe SerializedStyles type doesn't have toString property (and we don't want to add it)
|
10451 |
/*!****************************************************************!*\
|
10452 |
!*** ./node_modules/react-dom/node_modules/scheduler/index.js ***!
|
10453 |
\****************************************************************/
|
10454 |
+
/*! no static exports found */
|
10455 |
/*! all exports used */
|
10456 |
/***/ (function(module, exports, __webpack_require__) {
|
10457 |
|
10471 |
/*!****************************************!*\
|
10472 |
!*** ./node_modules/react-is/index.js ***!
|
10473 |
\****************************************/
|
10474 |
+
/*! no static exports found */
|
10475 |
/*! all exports used */
|
10476 |
/***/ (function(module, exports, __webpack_require__) {
|
10477 |
|
10553 |
isFixedPosition = _ref.isFixedPosition,
|
10554 |
theme = _ref.theme;
|
10555 |
var spacing = theme.spacing;
|
10556 |
+
var scrollParent = __WEBPACK_IMPORTED_MODULE_4__utils_06b0d5a4_browser_esm_js__["a"](menuEl);
|
10557 |
var defaultState = {
|
10558 |
placement: 'bottom',
|
10559 |
maxHeight: maxHeight
|
10574 |
containerTop = _menuEl$offsetParent$.top;
|
10575 |
|
10576 |
var viewHeight = window.innerHeight;
|
10577 |
+
var scrollTop = __WEBPACK_IMPORTED_MODULE_4__utils_06b0d5a4_browser_esm_js__["b"](scrollParent);
|
10578 |
var marginBottom = parseInt(getComputedStyle(menuEl).marginBottom, 10);
|
10579 |
var marginTop = parseInt(getComputedStyle(menuEl).marginTop, 10);
|
10580 |
var viewSpaceAbove = containerTop - marginTop;
|
10599 |
|
10600 |
if (scrollSpaceBelow >= menuHeight && !isFixedPosition) {
|
10601 |
if (shouldScroll) {
|
10602 |
+
__WEBPACK_IMPORTED_MODULE_4__utils_06b0d5a4_browser_esm_js__["c"](scrollParent, scrollDown, scrollDuration);
|
10603 |
}
|
10604 |
|
10605 |
return {
|
10611 |
|
10612 |
if (!isFixedPosition && scrollSpaceBelow >= minHeight || isFixedPosition && viewSpaceBelow >= minHeight) {
|
10613 |
if (shouldScroll) {
|
10614 |
+
__WEBPACK_IMPORTED_MODULE_4__utils_06b0d5a4_browser_esm_js__["c"](scrollParent, scrollDown, scrollDuration);
|
10615 |
} // we want to provide as much of the menu as possible to the user,
|
10616 |
// so give them whatever is available below rather than the minHeight.
|
10617 |
|
10642 |
|
10643 |
|
10644 |
if (placement === 'bottom') {
|
10645 |
+
__WEBPACK_IMPORTED_MODULE_4__utils_06b0d5a4_browser_esm_js__["l" /* s */](scrollParent, scrollDown);
|
10646 |
return {
|
10647 |
placement: 'bottom',
|
10648 |
maxHeight: maxHeight
|
10663 |
|
10664 |
if (scrollSpaceAbove >= menuHeight && !isFixedPosition) {
|
10665 |
if (shouldScroll) {
|
10666 |
+
__WEBPACK_IMPORTED_MODULE_4__utils_06b0d5a4_browser_esm_js__["c"](scrollParent, scrollUp, scrollDuration);
|
10667 |
}
|
10668 |
|
10669 |
return {
|
10682 |
}
|
10683 |
|
10684 |
if (shouldScroll) {
|
10685 |
+
__WEBPACK_IMPORTED_MODULE_4__utils_06b0d5a4_browser_esm_js__["c"](scrollParent, scrollUp, scrollDuration);
|
10686 |
}
|
10687 |
|
10688 |
return {
|
10813 |
getStyles = props.getStyles,
|
10814 |
innerRef = props.innerRef,
|
10815 |
innerProps = props.innerProps;
|
10816 |
+
return __WEBPACK_IMPORTED_MODULE_1__emotion_core__["c" /* jsx */]("div", _extends({
|
10817 |
css: getStyles('menu', props),
|
10818 |
className: cx({
|
10819 |
menu: true
|
10845 |
getStyles = props.getStyles,
|
10846 |
isMulti = props.isMulti,
|
10847 |
innerRef = props.innerRef;
|
10848 |
+
return __WEBPACK_IMPORTED_MODULE_1__emotion_core__["c" /* jsx */]("div", {
|
10849 |
css: getStyles('menuList', props),
|
10850 |
className: cx({
|
10851 |
'menu-list': true,
|
10876 |
cx = props.cx,
|
10877 |
getStyles = props.getStyles,
|
10878 |
innerProps = props.innerProps;
|
10879 |
+
return __WEBPACK_IMPORTED_MODULE_1__emotion_core__["c" /* jsx */]("div", _extends({
|
10880 |
css: getStyles('noOptionsMessage', props),
|
10881 |
className: cx({
|
10882 |
'menu-notice': true,
|
10893 |
cx = props.cx,
|
10894 |
getStyles = props.getStyles,
|
10895 |
innerProps = props.innerProps;
|
10896 |
+
return __WEBPACK_IMPORTED_MODULE_1__emotion_core__["c" /* jsx */]("div", _extends({
|
10897 |
css: getStyles('loadingMessage', props),
|
10898 |
className: cx({
|
10899 |
'menu-notice': true,
|
10974 |
}
|
10975 |
|
10976 |
var placement = this.state.placement || coercePlacement(menuPlacement);
|
10977 |
+
var rect = __WEBPACK_IMPORTED_MODULE_4__utils_06b0d5a4_browser_esm_js__["g"](controlElement);
|
10978 |
var scrollDistance = isFixed ? 0 : window.pageYOffset;
|
10979 |
var offset = rect[placement] + scrollDistance;
|
10980 |
var state = {
|
10983 |
rect: rect
|
10984 |
}; // same wrapper element whether fixed or portalled
|
10985 |
|
10986 |
+
var menuWrapper = __WEBPACK_IMPORTED_MODULE_1__emotion_core__["c" /* jsx */]("div", {
|
10987 |
css: getStyles('menuPortal', state)
|
10988 |
}, children);
|
10989 |
+
return appendTo ? __WEBPACK_IMPORTED_MODULE_2_react_dom__["createPortal"](menuWrapper, appendTo) : menuWrapper;
|
10990 |
};
|
10991 |
|
10992 |
return MenuPortal;
|
11105 |
innerProps = props.innerProps,
|
11106 |
isDisabled = props.isDisabled,
|
11107 |
isRtl = props.isRtl;
|
11108 |
+
return __WEBPACK_IMPORTED_MODULE_1__emotion_core__["c" /* jsx */]("div", _extends$1({
|
11109 |
css: getStyles('container', props),
|
11110 |
className: cx({
|
11111 |
'--is-disabled': isDisabled,
|
11136 |
isMulti = props.isMulti,
|
11137 |
getStyles = props.getStyles,
|
11138 |
hasValue = props.hasValue;
|
11139 |
+
return __WEBPACK_IMPORTED_MODULE_1__emotion_core__["c" /* jsx */]("div", {
|
11140 |
css: getStyles('valueContainer', props),
|
11141 |
className: cx({
|
11142 |
'value-container': true,
|
11161 |
className = props.className,
|
11162 |
cx = props.cx,
|
11163 |
getStyles = props.getStyles;
|
11164 |
+
return __WEBPACK_IMPORTED_MODULE_1__emotion_core__["c" /* jsx */]("div", {
|
11165 |
css: getStyles('indicatorsContainer', props),
|
11166 |
className: cx({
|
11167 |
indicators: true
|
11201 |
var size = _ref.size,
|
11202 |
props = _objectWithoutPropertiesLoose(_ref, ["size"]);
|
11203 |
|
11204 |
+
return __WEBPACK_IMPORTED_MODULE_1__emotion_core__["c" /* jsx */]("svg", _extends$2({
|
11205 |
height: size,
|
11206 |
width: size,
|
11207 |
viewBox: "0 0 20 20",
|
11212 |
};
|
11213 |
|
11214 |
var CrossIcon = function CrossIcon(props) {
|
11215 |
+
return __WEBPACK_IMPORTED_MODULE_1__emotion_core__["c" /* jsx */](Svg, _extends$2({
|
11216 |
size: 20
|
11217 |
+
}, props), __WEBPACK_IMPORTED_MODULE_1__emotion_core__["c" /* jsx */]("path", {
|
11218 |
d: "M14.348 14.849c-0.469 0.469-1.229 0.469-1.697 0l-2.651-3.030-2.651 3.029c-0.469 0.469-1.229 0.469-1.697 0-0.469-0.469-0.469-1.229 0-1.697l2.758-3.15-2.759-3.152c-0.469-0.469-0.469-1.228 0-1.697s1.228-0.469 1.697 0l2.652 3.031 2.651-3.031c0.469-0.469 1.228-0.469 1.697 0s0.469 1.229 0 1.697l-2.758 3.152 2.758 3.15c0.469 0.469 0.469 1.229 0 1.698z"
|
11219 |
}));
|
11220 |
};
|
11221 |
var DownChevron = function DownChevron(props) {
|
11222 |
+
return __WEBPACK_IMPORTED_MODULE_1__emotion_core__["c" /* jsx */](Svg, _extends$2({
|
11223 |
size: 20
|
11224 |
+
}, props), __WEBPACK_IMPORTED_MODULE_1__emotion_core__["c" /* jsx */]("path", {
|
11225 |
d: "M4.516 7.548c0.436-0.446 1.043-0.481 1.576 0l3.908 3.747 3.908-3.747c0.533-0.481 1.141-0.446 1.574 0 0.436 0.445 0.408 1.197 0 1.615-0.406 0.418-4.695 4.502-4.695 4.502-0.217 0.223-0.502 0.335-0.787 0.335s-0.57-0.112-0.789-0.335c0 0-4.287-4.084-4.695-4.502s-0.436-1.17 0-1.615z"
|
11226 |
}));
|
11227 |
}; // ==============================
|
11252 |
cx = props.cx,
|
11253 |
getStyles = props.getStyles,
|
11254 |
innerProps = props.innerProps;
|
11255 |
+
return __WEBPACK_IMPORTED_MODULE_1__emotion_core__["c" /* jsx */]("div", _extends$2({}, innerProps, {
|
11256 |
css: getStyles('dropdownIndicator', props),
|
11257 |
className: cx({
|
11258 |
indicator: true,
|
11259 |
'dropdown-indicator': true
|
11260 |
}, className)
|
11261 |
+
}), children || __WEBPACK_IMPORTED_MODULE_1__emotion_core__["c" /* jsx */](DownChevron, null));
|
11262 |
};
|
11263 |
var clearIndicatorCSS = baseCSS;
|
11264 |
var ClearIndicator = function ClearIndicator(props) {
|
11267 |
cx = props.cx,
|
11268 |
getStyles = props.getStyles,
|
11269 |
innerProps = props.innerProps;
|
11270 |
+
return __WEBPACK_IMPORTED_MODULE_1__emotion_core__["c" /* jsx */]("div", _extends$2({}, innerProps, {
|
11271 |
css: getStyles('clearIndicator', props),
|
11272 |
className: cx({
|
11273 |
indicator: true,
|
11274 |
'clear-indicator': true
|
11275 |
}, className)
|
11276 |
+
}), children || __WEBPACK_IMPORTED_MODULE_1__emotion_core__["c" /* jsx */](CrossIcon, null));
|
11277 |
}; // ==============================
|
11278 |
// Separator
|
11279 |
// ==============================
|
11297 |
cx = props.cx,
|
11298 |
getStyles = props.getStyles,
|
11299 |
innerProps = props.innerProps;
|
11300 |
+
return __WEBPACK_IMPORTED_MODULE_1__emotion_core__["c" /* jsx */]("span", _extends$2({}, innerProps, {
|
11301 |
css: getStyles('indicatorSeparator', props),
|
11302 |
className: cx({
|
11303 |
'indicator-separator': true
|
11307 |
// Loading
|
11308 |
// ==============================
|
11309 |
|
11310 |
+
var loadingDotAnimations = __WEBPACK_IMPORTED_MODULE_1__emotion_core__["d" /* keyframes */](_templateObject());
|
11311 |
var loadingIndicatorCSS = function loadingIndicatorCSS(_ref5) {
|
11312 |
var isFocused = _ref5.isFocused,
|
11313 |
size = _ref5.size,
|
11332 |
var LoadingDot = function LoadingDot(_ref6) {
|
11333 |
var delay = _ref6.delay,
|
11334 |
offset = _ref6.offset;
|
11335 |
+
return __WEBPACK_IMPORTED_MODULE_1__emotion_core__["c" /* jsx */]("span", {
|
11336 |
css:
|
11337 |
/*#__PURE__*/
|
11338 |
+
__WEBPACK_IMPORTED_MODULE_5__emotion_css__["a" /* default */]({
|
11339 |
animation: loadingDotAnimations + " 1s ease-in-out " + delay + "ms infinite;",
|
11340 |
backgroundColor: 'currentColor',
|
11341 |
borderRadius: '1em',
|
11354 |
getStyles = props.getStyles,
|
11355 |
innerProps = props.innerProps,
|
11356 |
isRtl = props.isRtl;
|
11357 |
+
return __WEBPACK_IMPORTED_MODULE_1__emotion_core__["c" /* jsx */]("div", _extends$2({}, innerProps, {
|
11358 |
css: getStyles('loadingIndicator', props),
|
11359 |
className: cx({
|
11360 |
indicator: true,
|
11361 |
'loading-indicator': true
|
11362 |
}, className)
|
11363 |
+
}), __WEBPACK_IMPORTED_MODULE_1__emotion_core__["c" /* jsx */](LoadingDot, {
|
11364 |
delay: 0,
|
11365 |
offset: isRtl
|
11366 |
+
}), __WEBPACK_IMPORTED_MODULE_1__emotion_core__["c" /* jsx */](LoadingDot, {
|
11367 |
delay: 160,
|
11368 |
offset: true
|
11369 |
+
}), __WEBPACK_IMPORTED_MODULE_1__emotion_core__["c" /* jsx */](LoadingDot, {
|
11370 |
delay: 320,
|
11371 |
offset: !isRtl
|
11372 |
}));
|
11416 |
innerRef = props.innerRef,
|
11417 |
innerProps = props.innerProps,
|
11418 |
menuIsOpen = props.menuIsOpen;
|
11419 |
+
return __WEBPACK_IMPORTED_MODULE_1__emotion_core__["c" /* jsx */]("div", _extends$3({
|
11420 |
ref: innerRef,
|
11421 |
css: getStyles('control', props),
|
11422 |
className: cx({
|
11449 |
label = props.label,
|
11450 |
theme = props.theme,
|
11451 |
selectProps = props.selectProps;
|
11452 |
+
return __WEBPACK_IMPORTED_MODULE_1__emotion_core__["c" /* jsx */]("div", {
|
11453 |
css: getStyles('group', props),
|
11454 |
className: cx({
|
11455 |
group: true
|
11456 |
}, className)
|
11457 |
+
}, __WEBPACK_IMPORTED_MODULE_1__emotion_core__["c" /* jsx */](Heading, _extends$4({}, headingProps, {
|
11458 |
selectProps: selectProps,
|
11459 |
theme: theme,
|
11460 |
getStyles: getStyles,
|
11461 |
cx: cx
|
11462 |
+
}), label), __WEBPACK_IMPORTED_MODULE_1__emotion_core__["c" /* jsx */]("div", null, children));
|
11463 |
};
|
11464 |
|
11465 |
var groupHeadingCSS = function groupHeadingCSS(_ref2) {
|
11485 |
selectProps = props.selectProps,
|
11486 |
cleanProps = _objectWithoutPropertiesLoose$1(props, ["className", "cx", "getStyles", "theme", "selectProps"]);
|
11487 |
|
11488 |
+
return __WEBPACK_IMPORTED_MODULE_1__emotion_core__["c" /* jsx */]("div", _extends$4({
|
11489 |
css: getStyles('groupHeading', _extends$4({
|
11490 |
theme: theme
|
11491 |
}, cleanProps)),
|
11536 |
selectProps = _ref2.selectProps,
|
11537 |
props = _objectWithoutPropertiesLoose$2(_ref2, ["className", "cx", "getStyles", "innerRef", "isHidden", "isDisabled", "theme", "selectProps"]);
|
11538 |
|
11539 |
+
return __WEBPACK_IMPORTED_MODULE_1__emotion_core__["c" /* jsx */]("div", {
|
11540 |
css: getStyles('input', _extends$5({
|
11541 |
theme: theme
|
11542 |
}, props))
|
11543 |
+
}, __WEBPACK_IMPORTED_MODULE_1__emotion_core__["c" /* jsx */](__WEBPACK_IMPORTED_MODULE_6_react_input_autosize___default.a, _extends$5({
|
11544 |
className: cx({
|
11545 |
input: true
|
11546 |
}, className),
|
11604 |
var MultiValueGeneric = function MultiValueGeneric(_ref4) {
|
11605 |
var children = _ref4.children,
|
11606 |
innerProps = _ref4.innerProps;
|
11607 |
+
return __WEBPACK_IMPORTED_MODULE_1__emotion_core__["c" /* jsx */]("div", innerProps, children);
|
11608 |
};
|
11609 |
var MultiValueContainer = MultiValueGeneric;
|
11610 |
var MultiValueLabel = MultiValueGeneric;
|
11611 |
function MultiValueRemove(_ref5) {
|
11612 |
var children = _ref5.children,
|
11613 |
innerProps = _ref5.innerProps;
|
11614 |
+
return __WEBPACK_IMPORTED_MODULE_1__emotion_core__["c" /* jsx */]("div", innerProps, children || __WEBPACK_IMPORTED_MODULE_1__emotion_core__["c" /* jsx */](CrossIcon, {
|
11615 |
size: 14
|
11616 |
}));
|
11617 |
}
|
11630 |
var Container = components.Container,
|
11631 |
Label = components.Label,
|
11632 |
Remove = components.Remove;
|
11633 |
+
return __WEBPACK_IMPORTED_MODULE_1__emotion_core__["c" /* jsx */](__WEBPACK_IMPORTED_MODULE_1__emotion_core__["b" /* ClassNames */], null, function (_ref6) {
|
11634 |
var css = _ref6.css,
|
11635 |
emotionCx = _ref6.cx;
|
11636 |
+
return __WEBPACK_IMPORTED_MODULE_1__emotion_core__["c" /* jsx */](Container, {
|
11637 |
data: data,
|
11638 |
innerProps: _extends$6({}, innerProps, {
|
11639 |
className: emotionCx(css(getStyles('multiValue', props)), cx({
|
11642 |
}, className))
|
11643 |
}),
|
11644 |
selectProps: selectProps
|
11645 |
+
}, __WEBPACK_IMPORTED_MODULE_1__emotion_core__["c" /* jsx */](Label, {
|
11646 |
data: data,
|
11647 |
innerProps: {
|
11648 |
className: emotionCx(css(getStyles('multiValueLabel', props)), cx({
|
11650 |
}, className))
|
11651 |
},
|
11652 |
selectProps: selectProps
|
11653 |
+
}, children), __WEBPACK_IMPORTED_MODULE_1__emotion_core__["c" /* jsx */](Remove, {
|
11654 |
data: data,
|
11655 |
innerProps: _extends$6({
|
11656 |
className: emotionCx(css(getStyles('multiValueRemove', props)), cx({
|
11702 |
isSelected = props.isSelected,
|
11703 |
innerRef = props.innerRef,
|
11704 |
innerProps = props.innerProps;
|
11705 |
+
return __WEBPACK_IMPORTED_MODULE_1__emotion_core__["c" /* jsx */]("div", _extends$7({
|
11706 |
css: getStyles('option', props),
|
11707 |
className: cx({
|
11708 |
option: true,
|
11736 |
cx = props.cx,
|
11737 |
getStyles = props.getStyles,
|
11738 |
innerProps = props.innerProps;
|
11739 |
+
return __WEBPACK_IMPORTED_MODULE_1__emotion_core__["c" /* jsx */]("div", _extends$8({
|
11740 |
css: getStyles('placeholder', props),
|
11741 |
className: cx({
|
11742 |
placeholder: true
|
11772 |
getStyles = props.getStyles,
|
11773 |
isDisabled = props.isDisabled,
|
11774 |
innerProps = props.innerProps;
|
11775 |
+
return __WEBPACK_IMPORTED_MODULE_1__emotion_core__["c" /* jsx */]("div", _extends$9({
|
11776 |
css: getStyles('singleValue', props),
|
11777 |
className: cx({
|
11778 |
'single-value': true,
|
11822 |
/*!****************************************************************!*\
|
11823 |
!*** ./node_modules/react-input-autosize/lib/AutosizeInput.js ***!
|
11824 |
\****************************************************************/
|
11825 |
+
/*! no static exports found */
|
11826 |
/*! exports used: default */
|
11827 |
/***/ (function(module, exports, __webpack_require__) {
|
11828 |
|
12443 |
};
|
12444 |
|
12445 |
var A11yText = function A11yText(props) {
|
12446 |
+
return __WEBPACK_IMPORTED_MODULE_2__emotion_core__["c" /* jsx */]("span", _extends$1({
|
12447 |
css: _ref
|
12448 |
}, props));
|
12449 |
};
|
12462 |
emotion = _ref.emotion,
|
12463 |
props = _objectWithoutPropertiesLoose(_ref, ["in", "out", "onExited", "appear", "enter", "exit", "innerRef", "emotion"]);
|
12464 |
|
12465 |
+
return __WEBPACK_IMPORTED_MODULE_2__emotion_core__["c" /* jsx */]("input", _extends$2({
|
12466 |
ref: innerRef
|
12467 |
}, props, {
|
12468 |
css:
|
12469 |
/*#__PURE__*/
|
12470 |
+
__WEBPACK_IMPORTED_MODULE_6__emotion_css__["a" /* default */]({
|
12471 |
label: 'dummyInput',
|
12472 |
// get rid of any default styles
|
12473 |
background: 0,
|
12502 |
var _proto = NodeResolver.prototype;
|
12503 |
|
12504 |
_proto.componentDidMount = function componentDidMount() {
|
12505 |
+
this.props.innerRef(__WEBPACK_IMPORTED_MODULE_3_react_dom__["findDOMNode"](this));
|
12506 |
};
|
12507 |
|
12508 |
_proto.componentWillUnmount = function componentWillUnmount() {
|
12741 |
* actually does the scroll locking
|
12742 |
*/
|
12743 |
|
12744 |
+
return __WEBPACK_IMPORTED_MODULE_2__emotion_core__["c" /* jsx */]("div", null, __WEBPACK_IMPORTED_MODULE_2__emotion_core__["c" /* jsx */]("div", {
|
12745 |
onClick: this.blurSelectInput,
|
12746 |
css: _ref$1
|
12747 |
+
}), __WEBPACK_IMPORTED_MODULE_2__emotion_core__["c" /* jsx */](NodeResolver, {
|
12748 |
innerRef: this.getScrollTarget
|
12749 |
+
}, children), touchScrollTarget ? __WEBPACK_IMPORTED_MODULE_2__emotion_core__["c" /* jsx */](ScrollLock, {
|
12750 |
touchScrollTarget: touchScrollTarget
|
12751 |
}) : null);
|
12752 |
};
|
13074 |
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
13075 |
var defaultProps = {
|
13076 |
backspaceRemovesValue: true,
|
13077 |
+
blurInputOnSelect: __WEBPACK_IMPORTED_MODULE_4__utils_06b0d5a4_browser_esm_js__["i"](),
|
13078 |
+
captureMenuScroll: !__WEBPACK_IMPORTED_MODULE_4__utils_06b0d5a4_browser_esm_js__["i"](),
|
13079 |
closeMenuOnSelect: true,
|
13080 |
closeMenuOnScroll: false,
|
13081 |
components: {},
|
13100 |
menuPlacement: 'bottom',
|
13101 |
menuPosition: 'absolute',
|
13102 |
menuShouldBlockScroll: false,
|
13103 |
+
menuShouldScrollIntoView: !__WEBPACK_IMPORTED_MODULE_4__utils_06b0d5a4_browser_esm_js__["d"](),
|
13104 |
noOptionsMessage: function noOptionsMessage() {
|
13105 |
return 'No options';
|
13106 |
},
|
13186 |
};
|
13187 |
|
13188 |
_this.cacheComponents = function (components) {
|
13189 |
+
_this.components = __WEBPACK_IMPORTED_MODULE_5__index_4322c0ed_browser_esm_js__["x" /* w */]({
|
13190 |
components: components
|
13191 |
});
|
13192 |
};
|
13487 |
|
13488 |
_this.onScroll = function (event) {
|
13489 |
if (typeof _this.props.closeMenuOnScroll === 'boolean') {
|
13490 |
+
if (event.target instanceof HTMLElement && __WEBPACK_IMPORTED_MODULE_4__utils_06b0d5a4_browser_esm_js__["j"](event.target)) {
|
13491 |
_this.props.onMenuClose();
|
13492 |
}
|
13493 |
} else if (typeof _this.props.closeMenuOnScroll === 'function') {
|
13909 |
};
|
13910 |
|
13911 |
var _value = _props.value;
|
13912 |
+
_this.cacheComponents = __WEBPACK_IMPORTED_MODULE_1_memoize_one__["a" /* default */](_this.cacheComponents, __WEBPACK_IMPORTED_MODULE_5__index_4322c0ed_browser_esm_js__["y" /* x */]).bind(_assertThisInitialized(_assertThisInitialized(_this)));
|
13913 |
|
13914 |
_this.cacheComponents(_props.components);
|
13915 |
|
13916 |
_this.instancePrefix = 'react-select-' + (_this.props.instanceId || ++instanceId);
|
13917 |
|
13918 |
+
var _selectValue = __WEBPACK_IMPORTED_MODULE_4__utils_06b0d5a4_browser_esm_js__["e"](_value);
|
13919 |
|
13920 |
+
_this.buildMenuOptions = __WEBPACK_IMPORTED_MODULE_1_memoize_one__["a" /* default */](_this.buildMenuOptions, function (newArgs, lastArgs) {
|
13921 |
var _ref6 = newArgs,
|
13922 |
newProps = _ref6[0],
|
13923 |
newSelectValue = _ref6[1];
|
13924 |
var _ref7 = lastArgs,
|
13925 |
lastProps = _ref7[0],
|
13926 |
lastSelectValue = _ref7[1];
|
13927 |
+
return __WEBPACK_IMPORTED_MODULE_5__index_4322c0ed_browser_esm_js__["y" /* x */](newSelectValue, lastSelectValue) && __WEBPACK_IMPORTED_MODULE_5__index_4322c0ed_browser_esm_js__["y" /* x */](newProps.inputValue, lastProps.inputValue) && __WEBPACK_IMPORTED_MODULE_5__index_4322c0ed_browser_esm_js__["y" /* x */](newProps.options, lastProps.options);
|
13928 |
}).bind(_assertThisInitialized(_assertThisInitialized(_this)));
|
13929 |
|
13930 |
var _menuOptions = _props.menuIsOpen ? _this.buildMenuOptions(_props, _selectValue) : {
|
13963 |
this.cacheComponents(nextProps.components); // rebuild the menu options
|
13964 |
|
13965 |
if (nextProps.value !== value || nextProps.options !== options || nextProps.menuIsOpen !== menuIsOpen || nextProps.inputValue !== inputValue) {
|
13966 |
+
var selectValue = __WEBPACK_IMPORTED_MODULE_4__utils_06b0d5a4_browser_esm_js__["e"](nextProps.value);
|
13967 |
var menuOptions = nextProps.menuIsOpen ? this.buildMenuOptions(nextProps, selectValue) : {
|
13968 |
render: [],
|
13969 |
focusable: []
|
14001 |
|
14002 |
|
14003 |
if (this.menuListRef && this.focusedOptionRef && this.scrollToFocusedOptionOnUpdate) {
|
14004 |
+
__WEBPACK_IMPORTED_MODULE_4__utils_06b0d5a4_browser_esm_js__["f"](this.menuListRef, this.focusedOptionRef);
|
14005 |
this.scrollToFocusedOptionOnUpdate = false;
|
14006 |
}
|
14007 |
};
|
14862 |
/*!************************************************!*\
|
14863 |
!*** ./src/blocks/advanced-heading/style.scss ***!
|
14864 |
\************************************************/
|
14865 |
+
/*! no static exports found */
|
14866 |
/***/ (function(module, exports) {
|
14867 |
|
14868 |
// removed by extract-text-webpack-plugin
|
14872 |
/*!*****************************************!*\
|
14873 |
!*** ./node_modules/lodash/toNumber.js ***!
|
14874 |
\*****************************************/
|
14875 |
+
/*! no static exports found */
|
14876 |
/*! all exports used */
|
14877 |
/***/ (function(module, exports, __webpack_require__) {
|
14878 |
|
14949 |
/*!*************************************************!*\
|
14950 |
!*** ./node_modules/lodash/_baseAssignValue.js ***!
|
14951 |
\*************************************************/
|
14952 |
+
/*! no static exports found */
|
14953 |
/*! all exports used */
|
14954 |
/***/ (function(module, exports, __webpack_require__) {
|
14955 |
|
14985 |
/*!************************************************!*\
|
14986 |
!*** ./node_modules/lodash/_defineProperty.js ***!
|
14987 |
\************************************************/
|
14988 |
+
/*! no static exports found */
|
14989 |
/*! all exports used */
|
14990 |
/***/ (function(module, exports, __webpack_require__) {
|
14991 |
|
15007 |
/*!******************************************!*\
|
15008 |
!*** ./node_modules/lodash/_overRest.js ***!
|
15009 |
\******************************************/
|
15010 |
+
/*! no static exports found */
|
15011 |
/*! all exports used */
|
15012 |
/***/ (function(module, exports, __webpack_require__) {
|
15013 |
|
15054 |
/*!*********************************************!*\
|
15055 |
!*** ./node_modules/lodash/_setToString.js ***!
|
15056 |
\*********************************************/
|
15057 |
+
/*! no static exports found */
|
15058 |
/*! all exports used */
|
15059 |
/***/ (function(module, exports, __webpack_require__) {
|
15060 |
|
15079 |
/*!**********************************************************************!*\
|
15080 |
!*** ./node_modules/element-resize-detector/src/collection-utils.js ***!
|
15081 |
\**********************************************************************/
|
15082 |
+
/*! no static exports found */
|
15083 |
/*! all exports used */
|
15084 |
/***/ (function(module, exports, __webpack_require__) {
|
15085 |
|
15110 |
/*!**********************************************************************!*\
|
15111 |
!*** ./node_modules/element-resize-detector/src/browser-detector.js ***!
|
15112 |
\**********************************************************************/
|
15113 |
+
/*! no static exports found */
|
15114 |
/*! all exports used */
|
15115 |
/***/ (function(module, exports, __webpack_require__) {
|
15116 |
|
15161 |
/*!***************************************!*\
|
15162 |
!*** ./node_modules/lodash/keysIn.js ***!
|
15163 |
\***************************************/
|
15164 |
+
/*! no static exports found */
|
15165 |
/*! all exports used */
|
15166 |
/***/ (function(module, exports, __webpack_require__) {
|
15167 |
|
15204 |
/*!**********************************************!*\
|
15205 |
!*** ./node_modules/lodash/_getSymbolsIn.js ***!
|
15206 |
\**********************************************/
|
15207 |
+
/*! no static exports found */
|
15208 |
/*! all exports used */
|
15209 |
/***/ (function(module, exports, __webpack_require__) {
|
15210 |
|
15240 |
/*!***********************************************!*\
|
15241 |
!*** ./node_modules/react-slick/lib/index.js ***!
|
15242 |
\***********************************************/
|
15243 |
+
/*! no static exports found */
|
15244 |
/*! exports used: default */
|
15245 |
/***/ (function(module, exports, __webpack_require__) {
|
15246 |
|
15262 |
/*!*********************************************!*\
|
15263 |
!*** ./node_modules/enquire.js/src/Util.js ***!
|
15264 |
\*********************************************/
|
15265 |
+
/*! no static exports found */
|
15266 |
/*! all exports used */
|
15267 |
/***/ (function(module, exports) {
|
15268 |
|
15675 |
|
15676 |
|
15677 |
var style = {
|
15678 |
+
"padding-top": __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](topPadding, desktopPaddingType),
|
15679 |
+
"padding-bottom": __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](bottomPadding, desktopPaddingType),
|
15680 |
+
"padding-left": __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](leftPadding, desktopPaddingType),
|
15681 |
+
"padding-right": __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](rightPadding, desktopPaddingType),
|
15682 |
+
"border-radius": __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](borderRadius, "px")
|
15683 |
};
|
15684 |
|
15685 |
if ("right" == align) {
|
15686 |
style["margin-left"] = "auto";
|
15687 |
+
style["margin-top"] = __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](topMargin, desktopMarginType);
|
15688 |
+
style["margin-bottom"] = __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](bottomMargin, desktopMarginType);
|
15689 |
+
style["margin-right"] = __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](rightMargin, desktopMarginType);
|
15690 |
} else if ("left" == align) {
|
15691 |
style["margin-right"] = "auto";
|
15692 |
+
style["margin-top"] = __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](topMargin, desktopMarginType);
|
15693 |
+
style["margin-bottom"] = __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](bottomMargin, desktopMarginType);
|
15694 |
+
style["margin-left"] = __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](leftMargin, desktopMarginType);
|
15695 |
} else if ("center" == align) {
|
15696 |
style["margin-right"] = "auto";
|
15697 |
style["margin-left"] = "auto";
|
15698 |
+
style["margin-top"] = __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](topMargin, desktopMarginType);
|
15699 |
+
style["margin-bottom"] = __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](bottomMargin, desktopMarginType);
|
15700 |
} else {
|
15701 |
+
style["margin-top"] = __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](topMargin, desktopMarginType);
|
15702 |
+
style["margin-bottom"] = __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](bottomMargin, desktopMarginType);
|
15703 |
}
|
15704 |
|
15705 |
if (borderStyle != "none") {
|
15706 |
style["border-style"] = borderStyle;
|
15707 |
+
style["border-width"] = __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](borderWidth, "px");
|
15708 |
style["border-color"] = borderColor;
|
15709 |
}
|
15710 |
|
15986 |
/*!***********************************************************!*\
|
15987 |
!*** ./node_modules/react-transition-group/Transition.js ***!
|
15988 |
\***********************************************************/
|
15989 |
+
/*! no static exports found */
|
15990 |
/*! all exports used */
|
15991 |
/***/ (function(module, exports, __webpack_require__) {
|
15992 |
|
16779 |
/*!****************************************************************!*\
|
16780 |
!*** ./node_modules/react-transition-group/utils/PropTypes.js ***!
|
16781 |
\****************************************************************/
|
16782 |
+
/*! no static exports found */
|
16783 |
/*! all exports used */
|
16784 |
/***/ (function(module, exports, __webpack_require__) {
|
16785 |
|
16819 |
/*!****************************************************************!*\
|
16820 |
!*** ./node_modules/react-transition-group/TransitionGroup.js ***!
|
16821 |
\****************************************************************/
|
16822 |
+
/*! no static exports found */
|
16823 |
/*! all exports used */
|
16824 |
/***/ (function(module, exports, __webpack_require__) {
|
16825 |
|
17134 |
var selectors = {
|
17135 |
// Icon css
|
17136 |
" .uagb-ifb-icon": {
|
17137 |
+
"height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](iconSize, "px"),
|
17138 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](iconSize, "px"),
|
17139 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](iconSize, "px")
|
17140 |
},
|
17141 |
" .uagb-ifb-icon > span": {
|
17142 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](iconSize, "px"),
|
17143 |
+
"height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](iconSize, "px"),
|
17144 |
"color": iconColor,
|
17145 |
"fill": iconColor,
|
17146 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](iconSize, "px"),
|
17147 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](iconSize, "px")
|
17148 |
},
|
17149 |
" .uagb-ifb-icon > svg": {
|
17150 |
"fill": iconColor
|
17159 |
"fill": iconHover
|
17160 |
},
|
17161 |
" .uagb-infobox__content-wrap .uagb-ifb-imgicon-wrap": {
|
17162 |
+
"margin-left": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](iconLeftMargin, "px"),
|
17163 |
+
"margin-right": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](iconRightMargin, "px"),
|
17164 |
+
"margin-top": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](iconTopMargin, "px"),
|
17165 |
+
"margin-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](iconBottomMargin, "px")
|
17166 |
},
|
17167 |
" .uagb-infobox .uagb-ifb-image-content img": {
|
17168 |
+
"border-radius": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](iconimgBorderRadius, "px")
|
17169 |
},
|
17170 |
// CTA style
|
17171 |
" .uagb-infobox-cta-link": {
|
17172 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaFontSize, ctaFontSizeType),
|
17173 |
"font-family": ctaFontFamily,
|
17174 |
"font-weight": ctaFontWeight,
|
17175 |
"color": ctaLinkColor
|
17178 |
"color": ctaLinkHoverColor
|
17179 |
},
|
17180 |
" .uagb-infobox-cta-link .uagb-ifb-text-icon": {
|
17181 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaFontSize, ctaFontSizeType),
|
17182 |
+
"height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaFontSize, ctaFontSizeType),
|
17183 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaFontSize, ctaFontSizeType),
|
17184 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaFontSize, ctaFontSizeType)
|
17185 |
},
|
17186 |
" .uagb-infobox-cta-link .uagb-ifb-button-icon": {
|
17187 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaFontSize, ctaFontSizeType),
|
17188 |
+
"height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaFontSize, ctaFontSizeType),
|
17189 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaFontSize, ctaFontSizeType),
|
17190 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaFontSize, ctaFontSizeType)
|
17191 |
},
|
17192 |
" .uagb-infobox-cta-link svg": {
|
17193 |
"fill": ctaLinkColor
|
17200 |
"background-color": ctaBgColor,
|
17201 |
"border-style": ctaBorderStyle,
|
17202 |
"border-color": ctaBorderColor,
|
17203 |
+
"border-radius": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaBorderRadius, "px"),
|
17204 |
+
"border-width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaBorderWidth, "px"),
|
17205 |
+
"padding-top": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaBtnVertPadding, "px"),
|
17206 |
+
"padding-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaBtnVertPadding, "px"),
|
17207 |
+
"padding-left": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaBtnHrPadding, "px"),
|
17208 |
+
"padding-right": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaBtnHrPadding, "px")
|
17209 |
},
|
17210 |
" .uagb-ifb-button-wrapper:hover .uagb-infobox-cta-link": {
|
17211 |
"color": ctaLinkHoverColor,
|
17220 |
},
|
17221 |
// Prefix Style
|
17222 |
" .block-editor-rich-text__editable.uagb-ifb-title-prefix": {
|
17223 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](prefixFontSize, prefixFontSizeType),
|
17224 |
"font-family": prefixFontFamily,
|
17225 |
"font-weight": prefixFontWeight,
|
17226 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](prefixLineHeight, prefixLineHeightType),
|
17227 |
"color": prefixColor,
|
17228 |
+
"margin-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](prefixSpace, "px")
|
17229 |
},
|
17230 |
// Title Style
|
17231 |
" .block-editor-rich-text__editable.uagb-ifb-title": {
|
17232 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](headFontSize, headFontSizeType),
|
17233 |
"font-family": headFontFamily,
|
17234 |
"font-weight": headFontWeight,
|
17235 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](headLineHeight, headLineHeightType),
|
17236 |
"color": headingColor,
|
17237 |
+
"margin-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](headSpace, "px")
|
17238 |
},
|
17239 |
// Description Style
|
17240 |
" .block-editor-rich-text__editable.uagb-ifb-desc": {
|
17241 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](subHeadFontSize, subHeadFontSizeType),
|
17242 |
"font-family": subHeadFontFamily,
|
17243 |
"font-weight": subHeadFontWeight,
|
17244 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](subHeadLineHeight, subHeadLineHeightType),
|
17245 |
"color": subHeadingColor,
|
17246 |
+
"margin-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](subHeadSpace, "px")
|
17247 |
},
|
17248 |
// Seperator
|
17249 |
" .uagb-ifb-separator": {
|
17250 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](seperatorWidth, separatorWidthType),
|
17251 |
+
"border-top-width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](seperatorThickness, "px"),
|
17252 |
"border-top-color": seperatorColor,
|
17253 |
"border-top-style": seperatorStyle
|
17254 |
},
|
17255 |
" .uagb-ifb-separator-parent": {
|
17256 |
+
"margin-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](seperatorSpace, "px")
|
17257 |
},
|
17258 |
" .uagb-ifb-content": {
|
17259 |
"padding": typeof blockPadding != "undefined" ? blockPadding + "px" : "inherit"
|
17260 |
},
|
17261 |
" .uagb-ifb-align-icon-after": {
|
17262 |
+
"margin-left": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaIconSpace, "px")
|
17263 |
},
|
17264 |
" .uagb-ifb-align-icon-before": {
|
17265 |
+
"margin-right": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaIconSpace, "px")
|
17266 |
}
|
17267 |
};
|
17268 |
|
17269 |
if (imageWidthType) {
|
17270 |
// Image
|
17271 |
selectors[" .uagb-ifb-image-content img"] = {
|
17272 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](imageWidth, "px"),
|
17273 |
+
"max-width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](imageWidth, "px")
|
17274 |
};
|
17275 |
}
|
17276 |
|
17282 |
|
17283 |
var tablet_selectors = {
|
17284 |
" .block-editor-rich-text__editable.uagb-ifb-desc": {
|
17285 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](subHeadFontSizeTablet, subHeadFontSizeType),
|
17286 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](subHeadLineHeightTablet, subHeadLineHeightType)
|
17287 |
},
|
17288 |
" .block-editor-rich-text__editable.uagb-ifb-title": {
|
17289 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](headFontSizeTablet, headFontSizeType),
|
17290 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](headLineHeightTablet, headLineHeightType)
|
17291 |
},
|
17292 |
" .block-editor-rich-text__editable.uagb-ifb-title-prefix": {
|
17293 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](prefixFontSizeTablet, prefixFontSizeType),
|
17294 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](prefixLineHeightTablet, prefixLineHeightType)
|
17295 |
},
|
17296 |
" .uagb-infobox-cta-link": {
|
17297 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaFontSizeTablet, ctaFontSizeType)
|
17298 |
},
|
17299 |
" .uagb-infobox-cta-link .uagb-ifb-text-icon": {
|
17300 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaFontSizeTablet, ctaFontSizeType),
|
17301 |
+
"height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaFontSizeTablet, ctaFontSizeType),
|
17302 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaFontSizeTablet, ctaFontSizeType),
|
17303 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaFontSizeTablet, ctaFontSizeType)
|
17304 |
},
|
17305 |
" .uagb-infobox-cta-link .uagb-ifb-button-icon": {
|
17306 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaFontSizeTablet, ctaFontSizeType),
|
17307 |
+
"height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaFontSizeTablet, ctaFontSizeType),
|
17308 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaFontSizeTablet, ctaFontSizeType),
|
17309 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaFontSizeTablet, ctaFontSizeType)
|
17310 |
}
|
17311 |
};
|
17312 |
|
17313 |
var mobile_selectors = {
|
17314 |
" .block-editor-rich-text__editable.uagb-ifb-desc": {
|
17315 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](subHeadFontSizeMobile, subHeadFontSizeType),
|
17316 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](subHeadLineHeightMobile, subHeadLineHeightType)
|
17317 |
},
|
17318 |
" .block-editor-rich-text__editable.uagb-ifb-title": {
|
17319 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](headFontSizeMobile, headFontSizeType),
|
17320 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](headLineHeightMobile, headLineHeightType)
|
17321 |
},
|
17322 |
" .block-editor-rich-text__editable.uagb-ifb-title-prefix": {
|
17323 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](prefixFontSizeMobile, prefixFontSizeType),
|
17324 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](prefixLineHeightMobile, prefixLineHeightType)
|
17325 |
},
|
17326 |
" .uagb-infobox-cta-link": {
|
17327 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaFontSizeMobile, ctaFontSizeType)
|
17328 |
},
|
17329 |
" .uagb-infobox-cta-link .uagb-ifb-text-icon": {
|
17330 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaFontSizeMobile, ctaFontSizeType),
|
17331 |
+
"height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaFontSizeMobile, ctaFontSizeType),
|
17332 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaFontSizeMobile, ctaFontSizeType),
|
17333 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaFontSizeMobile, ctaFontSizeType)
|
17334 |
},
|
17335 |
" .uagb-infobox-cta-link .uagb-ifb-button-icon": {
|
17336 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaFontSizeMobile, ctaFontSizeType),
|
17337 |
+
"height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaFontSizeMobile, ctaFontSizeType),
|
17338 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaFontSizeMobile, ctaFontSizeType),
|
17339 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaFontSizeMobile, ctaFontSizeType)
|
17340 |
}
|
17341 |
};
|
17342 |
|
17343 |
var id = ".block-editor-page #wpwrap .uagb-block-" + props.clientId.substr(0, 8);
|
17344 |
+
var styling_css = __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSS__["a" /* default */](selectors, id);
|
17345 |
|
17346 |
+
styling_css += __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSS__["a" /* default */](tablet_selectors, id, true, "tablet");
|
17347 |
|
17348 |
+
styling_css += __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSS__["a" /* default */](mobile_selectors, id, true, "mobile");
|
17349 |
return styling_css;
|
17350 |
}
|
17351 |
|
19140 |
/*!****************************************!*\
|
19141 |
!*** ./src/blocks/timeline/style.scss ***!
|
19142 |
\****************************************/
|
19143 |
+
/*! no static exports found */
|
19144 |
/***/ (function(module, exports) {
|
19145 |
|
19146 |
// removed by extract-text-webpack-plugin
|
21510 |
/*!*************************************************!*\
|
21511 |
!*** ./node_modules/striptags/src/striptags.js ***!
|
21512 |
\*************************************************/
|
21513 |
+
/*! no static exports found */
|
21514 |
/*! all exports used */
|
21515 |
/***/ (function(module, exports, __webpack_require__) {
|
21516 |
|
21737 |
|
21738 |
if (true) {
|
21739 |
// AMD
|
21740 |
+
!(__WEBPACK_AMD_DEFINE_RESULT__ = function module_factory() { return striptags; }.call(exports, __webpack_require__, exports, module),
|
21741 |
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
|
21742 |
}
|
21743 |
|
21758 |
/*!**************************************!*\
|
21759 |
!*** ./src/blocks/how-to/style.scss ***!
|
21760 |
\**************************************/
|
21761 |
+
/*! no static exports found */
|
21762 |
/***/ (function(module, exports) {
|
21763 |
|
21764 |
// removed by extract-text-webpack-plugin
|
21814 |
/*!***********************!*\
|
21815 |
!*** ./src/blocks.js ***!
|
21816 |
\***********************/
|
21817 |
+
/*! exports provided: */
|
21818 |
/*! all exports used */
|
21819 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
21820 |
|
21902 |
/*!**********************************************!*\
|
21903 |
!*** ./src/blocks/advanced-heading/block.js ***!
|
21904 |
\**********************************************/
|
21905 |
+
/*! exports provided: */
|
21906 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
21907 |
|
21908 |
"use strict";
|
22044 |
var element = document.getElementById("uagb-adv-heading-style-" + this.props.clientId.substr(0, 8));
|
22045 |
|
22046 |
if (null !== element && undefined !== element) {
|
22047 |
+
element.innerHTML = __WEBPACK_IMPORTED_MODULE_1__styling__["a" /* default */](this.props);
|
22048 |
}
|
22049 |
}
|
22050 |
|
22394 |
wp.element.createElement(
|
22395 |
"div",
|
22396 |
{
|
22397 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-block-" + this.props.clientId.substr(0, 8))
|
22398 |
},
|
22399 |
wp.element.createElement(RichText, {
|
22400 |
tagName: headingTag,
|
22521 |
"text-align": headingAlign,
|
22522 |
"font-family": subHeadFontFamily,
|
22523 |
"font-weight": subHeadFontWeight,
|
22524 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](subHeadFontSize, subHeadFontSizeType),
|
22525 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](subHeadLineHeight, subHeadLineHeightType),
|
22526 |
"color": subHeadingColor
|
22527 |
}
|
22528 |
};
|
22531 |
"text-align": headingAlign,
|
22532 |
"font-family": headFontFamily,
|
22533 |
"font-weight": headFontWeight,
|
22534 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](headFontSize, headFontSizeType),
|
22535 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](headLineHeight, headLineHeightType),
|
22536 |
"color": headingColor,
|
22537 |
+
"margin-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](headSpace, "px")
|
22538 |
};
|
22539 |
|
22540 |
if (seperatorStyle !== "none") {
|
22541 |
selectors[" .uagb-separator"] = {
|
22542 |
"border-top-style": seperatorStyle,
|
22543 |
+
"border-top-width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](separatorHeight, "px"),
|
22544 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](separatorWidth, separatorWidthType),
|
22545 |
"border-color": separatorColor,
|
22546 |
+
"margin-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](separatorSpace, "px")
|
22547 |
};
|
22548 |
}
|
22549 |
|
22550 |
tablet_selectors[" " + headingTag + ".block-editor-rich-text__editable.uagb-heading-text"] = {
|
22551 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](headFontSizeTablet, headFontSizeType),
|
22552 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](headLineHeightTablet, headLineHeightType)
|
22553 |
};
|
22554 |
tablet_selectors[" .block-editor-rich-text__editable.uagb-desc-text"] = {
|
22555 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](subHeadFontSizeTablet, subHeadFontSizeType),
|
22556 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](subHeadLineHeightTablet, subHeadLineHeightType)
|
22557 |
};
|
22558 |
|
22559 |
mobile_selectors[" " + headingTag + ".block-editor-rich-text__editable.uagb-heading-text"] = {
|
22560 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](headFontSizeMobile, headFontSizeType),
|
22561 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](headLineHeightMobile, headLineHeightType)
|
22562 |
};
|
22563 |
mobile_selectors[" .block-editor-rich-text__editable.uagb-desc-text"] = {
|
22564 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](subHeadFontSizeMobile, subHeadFontSizeType),
|
22565 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](subHeadLineHeightMobile, subHeadLineHeightType)
|
22566 |
};
|
22567 |
|
22568 |
var base_selector = ".block-editor-page #wpwrap .uagb-block-" + props.clientId.substr(0, 8);
|
22569 |
|
22570 |
+
var styling_css = __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSS__["a" /* default */](selectors, base_selector);
|
22571 |
|
22572 |
+
styling_css += __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSS__["a" /* default */](tablet_selectors, base_selector, true, "tablet");
|
22573 |
|
22574 |
+
styling_css += __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSS__["a" /* default */](mobile_selectors, base_selector, true, "mobile");
|
22575 |
|
22576 |
return styling_css;
|
22577 |
}
|
22758 |
/*!*********************************************!*\
|
22759 |
!*** ./node_modules/lodash/_baseMatches.js ***!
|
22760 |
\*********************************************/
|
22761 |
+
/*! no static exports found */
|
22762 |
/*! all exports used */
|
22763 |
/***/ (function(module, exports, __webpack_require__) {
|
22764 |
|
22791 |
/*!*********************************************!*\
|
22792 |
!*** ./node_modules/lodash/_baseIsMatch.js ***!
|
22793 |
\*********************************************/
|
22794 |
+
/*! no static exports found */
|
22795 |
/*! all exports used */
|
22796 |
/***/ (function(module, exports, __webpack_require__) {
|
22797 |
|
22864 |
/*!************************************************!*\
|
22865 |
!*** ./node_modules/lodash/_listCacheClear.js ***!
|
22866 |
\************************************************/
|
22867 |
+
/*! no static exports found */
|
22868 |
/*! all exports used */
|
22869 |
/***/ (function(module, exports) {
|
22870 |
|
22888 |
/*!*************************************************!*\
|
22889 |
!*** ./node_modules/lodash/_listCacheDelete.js ***!
|
22890 |
\*************************************************/
|
22891 |
+
/*! no static exports found */
|
22892 |
/*! all exports used */
|
22893 |
/***/ (function(module, exports, __webpack_require__) {
|
22894 |
|
22934 |
/*!**********************************************!*\
|
22935 |
!*** ./node_modules/lodash/_listCacheGet.js ***!
|
22936 |
\**********************************************/
|
22937 |
+
/*! no static exports found */
|
22938 |
/*! all exports used */
|
22939 |
/***/ (function(module, exports, __webpack_require__) {
|
22940 |
|
22964 |
/*!**********************************************!*\
|
22965 |
!*** ./node_modules/lodash/_listCacheHas.js ***!
|
22966 |
\**********************************************/
|
22967 |
+
/*! no static exports found */
|
22968 |
/*! all exports used */
|
22969 |
/***/ (function(module, exports, __webpack_require__) {
|
22970 |
|
22991 |
/*!**********************************************!*\
|
22992 |
!*** ./node_modules/lodash/_listCacheSet.js ***!
|
22993 |
\**********************************************/
|
22994 |
+
/*! no static exports found */
|
22995 |
/*! all exports used */
|
22996 |
/***/ (function(module, exports, __webpack_require__) {
|
22997 |
|
23028 |
/*!********************************************!*\
|
23029 |
!*** ./node_modules/lodash/_stackClear.js ***!
|
23030 |
\********************************************/
|
23031 |
+
/*! no static exports found */
|
23032 |
/*! all exports used */
|
23033 |
/***/ (function(module, exports, __webpack_require__) {
|
23034 |
|
23054 |
/*!*********************************************!*\
|
23055 |
!*** ./node_modules/lodash/_stackDelete.js ***!
|
23056 |
\*********************************************/
|
23057 |
+
/*! no static exports found */
|
23058 |
/*! all exports used */
|
23059 |
/***/ (function(module, exports) {
|
23060 |
|
23083 |
/*!******************************************!*\
|
23084 |
!*** ./node_modules/lodash/_stackGet.js ***!
|
23085 |
\******************************************/
|
23086 |
+
/*! no static exports found */
|
23087 |
/*! all exports used */
|
23088 |
/***/ (function(module, exports) {
|
23089 |
|
23108 |
/*!******************************************!*\
|
23109 |
!*** ./node_modules/lodash/_stackHas.js ***!
|
23110 |
\******************************************/
|
23111 |
+
/*! no static exports found */
|
23112 |
/*! all exports used */
|
23113 |
/***/ (function(module, exports) {
|
23114 |
|
23133 |
/*!******************************************!*\
|
23134 |
!*** ./node_modules/lodash/_stackSet.js ***!
|
23135 |
\******************************************/
|
23136 |
+
/*! no static exports found */
|
23137 |
/*! all exports used */
|
23138 |
/***/ (function(module, exports, __webpack_require__) {
|
23139 |
|
23178 |
/*!**********************************************!*\
|
23179 |
!*** ./node_modules/lodash/_baseIsNative.js ***!
|
23180 |
\**********************************************/
|
23181 |
+
/*! no static exports found */
|
23182 |
/*! all exports used */
|
23183 |
/***/ (function(module, exports, __webpack_require__) {
|
23184 |
|
23236 |
/*!*******************************************!*\
|
23237 |
!*** ./node_modules/lodash/_getRawTag.js ***!
|
23238 |
\*******************************************/
|
23239 |
+
/*! no static exports found */
|
23240 |
/*! all exports used */
|
23241 |
/***/ (function(module, exports, __webpack_require__) {
|
23242 |
|
23293 |
/*!************************************************!*\
|
23294 |
!*** ./node_modules/lodash/_objectToString.js ***!
|
23295 |
\************************************************/
|
23296 |
+
/*! no static exports found */
|
23297 |
/*! all exports used */
|
23298 |
/***/ (function(module, exports) {
|
23299 |
|
23326 |
/*!******************************************!*\
|
23327 |
!*** ./node_modules/lodash/_isMasked.js ***!
|
23328 |
\******************************************/
|
23329 |
+
/*! no static exports found */
|
23330 |
/*! all exports used */
|
23331 |
/***/ (function(module, exports, __webpack_require__) {
|
23332 |
|
23357 |
/*!********************************************!*\
|
23358 |
!*** ./node_modules/lodash/_coreJsData.js ***!
|
23359 |
\********************************************/
|
23360 |
+
/*! no static exports found */
|
23361 |
/*! all exports used */
|
23362 |
/***/ (function(module, exports, __webpack_require__) {
|
23363 |
|
23374 |
/*!******************************************!*\
|
23375 |
!*** ./node_modules/lodash/_getValue.js ***!
|
23376 |
\******************************************/
|
23377 |
+
/*! no static exports found */
|
23378 |
/*! all exports used */
|
23379 |
/***/ (function(module, exports) {
|
23380 |
|
23398 |
/*!***********************************************!*\
|
23399 |
!*** ./node_modules/lodash/_mapCacheClear.js ***!
|
23400 |
\***********************************************/
|
23401 |
+
/*! no static exports found */
|
23402 |
/*! all exports used */
|
23403 |
/***/ (function(module, exports, __webpack_require__) {
|
23404 |
|
23430 |
/*!**************************************!*\
|
23431 |
!*** ./node_modules/lodash/_Hash.js ***!
|
23432 |
\**************************************/
|
23433 |
+
/*! no static exports found */
|
23434 |
/*! all exports used */
|
23435 |
/***/ (function(module, exports, __webpack_require__) {
|
23436 |
|
23473 |
/*!*******************************************!*\
|
23474 |
!*** ./node_modules/lodash/_hashClear.js ***!
|
23475 |
\*******************************************/
|
23476 |
+
/*! no static exports found */
|
23477 |
/*! all exports used */
|
23478 |
/***/ (function(module, exports, __webpack_require__) {
|
23479 |
|
23499 |
/*!********************************************!*\
|
23500 |
!*** ./node_modules/lodash/_hashDelete.js ***!
|
23501 |
\********************************************/
|
23502 |
+
/*! no static exports found */
|
23503 |
/*! all exports used */
|
23504 |
/***/ (function(module, exports) {
|
23505 |
|
23527 |
/*!*****************************************!*\
|
23528 |
!*** ./node_modules/lodash/_hashGet.js ***!
|
23529 |
\*****************************************/
|
23530 |
+
/*! no static exports found */
|
23531 |
/*! all exports used */
|
23532 |
/***/ (function(module, exports, __webpack_require__) {
|
23533 |
|
23568 |
/*!*****************************************!*\
|
23569 |
!*** ./node_modules/lodash/_hashHas.js ***!
|
23570 |
\*****************************************/
|
23571 |
+
/*! no static exports found */
|
23572 |
/*! all exports used */
|
23573 |
/***/ (function(module, exports, __webpack_require__) {
|
23574 |
|
23602 |
/*!*****************************************!*\
|
23603 |
!*** ./node_modules/lodash/_hashSet.js ***!
|
23604 |
\*****************************************/
|
23605 |
+
/*! no static exports found */
|
23606 |
/*! all exports used */
|
23607 |
/***/ (function(module, exports, __webpack_require__) {
|
23608 |
|
23636 |
/*!************************************************!*\
|
23637 |
!*** ./node_modules/lodash/_mapCacheDelete.js ***!
|
23638 |
\************************************************/
|
23639 |
+
/*! no static exports found */
|
23640 |
/*! all exports used */
|
23641 |
/***/ (function(module, exports, __webpack_require__) {
|
23642 |
|
23665 |
/*!*******************************************!*\
|
23666 |
!*** ./node_modules/lodash/_isKeyable.js ***!
|
23667 |
\*******************************************/
|
23668 |
+
/*! no static exports found */
|
23669 |
/*! all exports used */
|
23670 |
/***/ (function(module, exports) {
|
23671 |
|
23691 |
/*!*********************************************!*\
|
23692 |
!*** ./node_modules/lodash/_mapCacheGet.js ***!
|
23693 |
\*********************************************/
|
23694 |
+
/*! no static exports found */
|
23695 |
/*! all exports used */
|
23696 |
/***/ (function(module, exports, __webpack_require__) {
|
23697 |
|
23718 |
/*!*********************************************!*\
|
23719 |
!*** ./node_modules/lodash/_mapCacheHas.js ***!
|
23720 |
\*********************************************/
|
23721 |
+
/*! no static exports found */
|
23722 |
/*! all exports used */
|
23723 |
/***/ (function(module, exports, __webpack_require__) {
|
23724 |
|
23745 |
/*!*********************************************!*\
|
23746 |
!*** ./node_modules/lodash/_mapCacheSet.js ***!
|
23747 |
\*********************************************/
|
23748 |
+
/*! no static exports found */
|
23749 |
/*! all exports used */
|
23750 |
/***/ (function(module, exports, __webpack_require__) {
|
23751 |
|
23778 |
/*!*************************************************!*\
|
23779 |
!*** ./node_modules/lodash/_baseIsEqualDeep.js ***!
|
23780 |
\*************************************************/
|
23781 |
+
/*! no static exports found */
|
23782 |
/*! all exports used */
|
23783 |
/***/ (function(module, exports, __webpack_require__) {
|
23784 |
|
23872 |
/*!******************************************!*\
|
23873 |
!*** ./node_modules/lodash/_SetCache.js ***!
|
23874 |
\******************************************/
|
23875 |
+
/*! no static exports found */
|
23876 |
/*! all exports used */
|
23877 |
/***/ (function(module, exports, __webpack_require__) {
|
23878 |
|
23910 |
/*!*********************************************!*\
|
23911 |
!*** ./node_modules/lodash/_setCacheAdd.js ***!
|
23912 |
\*********************************************/
|
23913 |
+
/*! no static exports found */
|
23914 |
/*! all exports used */
|
23915 |
/***/ (function(module, exports) {
|
23916 |
|
23940 |
/*!*********************************************!*\
|
23941 |
!*** ./node_modules/lodash/_setCacheHas.js ***!
|
23942 |
\*********************************************/
|
23943 |
+
/*! no static exports found */
|
23944 |
/*! all exports used */
|
23945 |
/***/ (function(module, exports) {
|
23946 |
|
23965 |
/*!*******************************************!*\
|
23966 |
!*** ./node_modules/lodash/_arraySome.js ***!
|
23967 |
\*******************************************/
|
23968 |
+
/*! no static exports found */
|
23969 |
/*! all exports used */
|
23970 |
/***/ (function(module, exports) {
|
23971 |
|
23999 |
/*!******************************************!*\
|
24000 |
!*** ./node_modules/lodash/_cacheHas.js ***!
|
24001 |
\******************************************/
|
24002 |
+
/*! no static exports found */
|
24003 |
/*! all exports used */
|
24004 |
/***/ (function(module, exports) {
|
24005 |
|
24023 |
/*!********************************************!*\
|
24024 |
!*** ./node_modules/lodash/_equalByTag.js ***!
|
24025 |
\********************************************/
|
24026 |
+
/*! no static exports found */
|
24027 |
/*! all exports used */
|
24028 |
/***/ (function(module, exports, __webpack_require__) {
|
24029 |
|
24146 |
/*!********************************************!*\
|
24147 |
!*** ./node_modules/lodash/_mapToArray.js ***!
|
24148 |
\********************************************/
|
24149 |
+
/*! no static exports found */
|
24150 |
/*! all exports used */
|
24151 |
/***/ (function(module, exports) {
|
24152 |
|
24175 |
/*!********************************************!*\
|
24176 |
!*** ./node_modules/lodash/_setToArray.js ***!
|
24177 |
\********************************************/
|
24178 |
+
/*! no static exports found */
|
24179 |
/*! all exports used */
|
24180 |
/***/ (function(module, exports) {
|
24181 |
|
24204 |
/*!**********************************************!*\
|
24205 |
!*** ./node_modules/lodash/_equalObjects.js ***!
|
24206 |
\**********************************************/
|
24207 |
+
/*! no static exports found */
|
24208 |
/*! all exports used */
|
24209 |
/***/ (function(module, exports, __webpack_require__) {
|
24210 |
|
24304 |
/*!*********************************************!*\
|
24305 |
!*** ./node_modules/lodash/_arrayFilter.js ***!
|
24306 |
\*********************************************/
|
24307 |
+
/*! no static exports found */
|
24308 |
/*! all exports used */
|
24309 |
/***/ (function(module, exports) {
|
24310 |
|
24340 |
/*!*************************************************!*\
|
24341 |
!*** ./node_modules/lodash/_baseIsArguments.js ***!
|
24342 |
\*************************************************/
|
24343 |
+
/*! no static exports found */
|
24344 |
/*! all exports used */
|
24345 |
/***/ (function(module, exports, __webpack_require__) {
|
24346 |
|
24369 |
/*!******************************************!*\
|
24370 |
!*** ./node_modules/lodash/stubFalse.js ***!
|
24371 |
\******************************************/
|
24372 |
+
/*! no static exports found */
|
24373 |
/*! all exports used */
|
24374 |
/***/ (function(module, exports) {
|
24375 |
|
24398 |
/*!**************************************************!*\
|
24399 |
!*** ./node_modules/lodash/_baseIsTypedArray.js ***!
|
24400 |
\**************************************************/
|
24401 |
+
/*! no static exports found */
|
24402 |
/*! all exports used */
|
24403 |
/***/ (function(module, exports, __webpack_require__) {
|
24404 |
|
24469 |
/*!******************************************!*\
|
24470 |
!*** ./node_modules/lodash/_baseKeys.js ***!
|
24471 |
\******************************************/
|
24472 |
+
/*! no static exports found */
|
24473 |
/*! all exports used */
|
24474 |
/***/ (function(module, exports, __webpack_require__) {
|
24475 |
|
24510 |
/*!********************************************!*\
|
24511 |
!*** ./node_modules/lodash/_nativeKeys.js ***!
|
24512 |
\********************************************/
|
24513 |
+
/*! no static exports found */
|
24514 |
/*! all exports used */
|
24515 |
/***/ (function(module, exports, __webpack_require__) {
|
24516 |
|
24527 |
/*!******************************************!*\
|
24528 |
!*** ./node_modules/lodash/_DataView.js ***!
|
24529 |
\******************************************/
|
24530 |
+
/*! no static exports found */
|
24531 |
/*! all exports used */
|
24532 |
/***/ (function(module, exports, __webpack_require__) {
|
24533 |
|
24545 |
/*!*****************************************!*\
|
24546 |
!*** ./node_modules/lodash/_Promise.js ***!
|
24547 |
\*****************************************/
|
24548 |
+
/*! no static exports found */
|
24549 |
/*! all exports used */
|
24550 |
/***/ (function(module, exports, __webpack_require__) {
|
24551 |
|
24563 |
/*!*************************************!*\
|
24564 |
!*** ./node_modules/lodash/_Set.js ***!
|
24565 |
\*************************************/
|
24566 |
+
/*! no static exports found */
|
24567 |
/*! all exports used */
|
24568 |
/***/ (function(module, exports, __webpack_require__) {
|
24569 |
|
24581 |
/*!*****************************************!*\
|
24582 |
!*** ./node_modules/lodash/_WeakMap.js ***!
|
24583 |
\*****************************************/
|
24584 |
+
/*! no static exports found */
|
24585 |
/*! all exports used */
|
24586 |
/***/ (function(module, exports, __webpack_require__) {
|
24587 |
|
24599 |
/*!**********************************************!*\
|
24600 |
!*** ./node_modules/lodash/_getMatchData.js ***!
|
24601 |
\**********************************************/
|
24602 |
+
/*! no static exports found */
|
24603 |
/*! all exports used */
|
24604 |
/***/ (function(module, exports, __webpack_require__) {
|
24605 |
|
24634 |
/*!*****************************************************!*\
|
24635 |
!*** ./node_modules/lodash/_baseMatchesProperty.js ***!
|
24636 |
\*****************************************************/
|
24637 |
+
/*! no static exports found */
|
24638 |
/*! all exports used */
|
24639 |
/***/ (function(module, exports, __webpack_require__) {
|
24640 |
|
24678 |
/*!**********************************************!*\
|
24679 |
!*** ./node_modules/lodash/_stringToPath.js ***!
|
24680 |
\**********************************************/
|
24681 |
+
/*! no static exports found */
|
24682 |
/*! all exports used */
|
24683 |
/***/ (function(module, exports, __webpack_require__) {
|
24684 |
|
24716 |
/*!***********************************************!*\
|
24717 |
!*** ./node_modules/lodash/_memoizeCapped.js ***!
|
24718 |
\***********************************************/
|
24719 |
+
/*! no static exports found */
|
24720 |
/*! all exports used */
|
24721 |
/***/ (function(module, exports, __webpack_require__) {
|
24722 |
|
24753 |
/*!****************************************!*\
|
24754 |
!*** ./node_modules/lodash/memoize.js ***!
|
24755 |
\****************************************/
|
24756 |
+
/*! no static exports found */
|
24757 |
/*! all exports used */
|
24758 |
/***/ (function(module, exports, __webpack_require__) {
|
24759 |
|
24837 |
/*!**************************************!*\
|
24838 |
!*** ./node_modules/lodash/hasIn.js ***!
|
24839 |
\**************************************/
|
24840 |
+
/*! no static exports found */
|
24841 |
/*! all exports used */
|
24842 |
/***/ (function(module, exports, __webpack_require__) {
|
24843 |
|
24882 |
/*!*******************************************!*\
|
24883 |
!*** ./node_modules/lodash/_baseHasIn.js ***!
|
24884 |
\*******************************************/
|
24885 |
+
/*! no static exports found */
|
24886 |
/*! all exports used */
|
24887 |
/***/ (function(module, exports) {
|
24888 |
|
24906 |
/*!*****************************************!*\
|
24907 |
!*** ./node_modules/lodash/_hasPath.js ***!
|
24908 |
\*****************************************/
|
24909 |
+
/*! no static exports found */
|
24910 |
/*! all exports used */
|
24911 |
/***/ (function(module, exports, __webpack_require__) {
|
24912 |
|
24956 |
/*!*****************************************!*\
|
24957 |
!*** ./node_modules/lodash/property.js ***!
|
24958 |
\*****************************************/
|
24959 |
+
/*! no static exports found */
|
24960 |
/*! all exports used */
|
24961 |
/***/ (function(module, exports, __webpack_require__) {
|
24962 |
|
24999 |
/*!**************************************************!*\
|
25000 |
!*** ./node_modules/lodash/_basePropertyDeep.js ***!
|
25001 |
\**************************************************/
|
25002 |
+
/*! no static exports found */
|
25003 |
/*! all exports used */
|
25004 |
/***/ (function(module, exports, __webpack_require__) {
|
25005 |
|
25026 |
/*!*****************************************!*\
|
25027 |
!*** ./node_modules/lodash/_baseMap.js ***!
|
25028 |
\*****************************************/
|
25029 |
+
/*! no static exports found */
|
25030 |
/*! all exports used */
|
25031 |
/***/ (function(module, exports, __webpack_require__) {
|
25032 |
|
25059 |
/*!******************************************!*\
|
25060 |
!*** ./node_modules/lodash/_baseEach.js ***!
|
25061 |
\******************************************/
|
25062 |
+
/*! no static exports found */
|
25063 |
/*! all exports used */
|
25064 |
/***/ (function(module, exports, __webpack_require__) {
|
25065 |
|
25084 |
/*!********************************************!*\
|
25085 |
!*** ./node_modules/lodash/_baseForOwn.js ***!
|
25086 |
\********************************************/
|
25087 |
+
/*! no static exports found */
|
25088 |
/*! all exports used */
|
25089 |
/***/ (function(module, exports, __webpack_require__) {
|
25090 |
|
25111 |
/*!*****************************************!*\
|
25112 |
!*** ./node_modules/lodash/_baseFor.js ***!
|
25113 |
\*****************************************/
|
25114 |
+
/*! no static exports found */
|
25115 |
/*! all exports used */
|
25116 |
/***/ (function(module, exports, __webpack_require__) {
|
25117 |
|
25138 |
/*!***********************************************!*\
|
25139 |
!*** ./node_modules/lodash/_createBaseFor.js ***!
|
25140 |
\***********************************************/
|
25141 |
+
/*! no static exports found */
|
25142 |
/*! all exports used */
|
25143 |
/***/ (function(module, exports) {
|
25144 |
|
25174 |
/*!************************************************!*\
|
25175 |
!*** ./node_modules/lodash/_createBaseEach.js ***!
|
25176 |
\************************************************/
|
25177 |
+
/*! no static exports found */
|
25178 |
/*! all exports used */
|
25179 |
/***/ (function(module, exports, __webpack_require__) {
|
25180 |
|
26175 |
_this = _Component.call(this, props) || this;
|
26176 |
|
26177 |
_this.createEmotionCache = function (nonce) {
|
26178 |
+
return __WEBPACK_IMPORTED_MODULE_11__emotion_cache__["a" /* default */]({
|
26179 |
nonce: nonce
|
26180 |
});
|
26181 |
};
|
26182 |
|
26183 |
+
_this.createEmotionCache = __WEBPACK_IMPORTED_MODULE_1_memoize_one__["a" /* default */](_this.createEmotionCache);
|
26184 |
return _this;
|
26185 |
}
|
26186 |
|
26196 |
return NonceProvider;
|
26197 |
}(__WEBPACK_IMPORTED_MODULE_0_react__["Component"]);
|
26198 |
|
26199 |
+
var index = __WEBPACK_IMPORTED_MODULE_10__stateManager_04f734a2_browser_esm_js__["a" /* m */](__WEBPACK_IMPORTED_MODULE_7__Select_9fdb8cd0_browser_esm_js__["a" /* S */]);
|
26200 |
|
26201 |
/* harmony default export */ __webpack_exports__["a"] = (index);
|
26202 |
|
26207 |
/*!********************************************************!*\
|
26208 |
!*** ./node_modules/react/cjs/react.production.min.js ***!
|
26209 |
\********************************************************/
|
26210 |
+
/*! no static exports found */
|
26211 |
/*! all exports used */
|
26212 |
/***/ (function(module, exports, __webpack_require__) {
|
26213 |
|
26244 |
/*!*****************************************************!*\
|
26245 |
!*** ./node_modules/react/cjs/react.development.js ***!
|
26246 |
\*****************************************************/
|
26247 |
+
/*! no static exports found */
|
26248 |
/*! all exports used */
|
26249 |
/***/ (function(module, exports, __webpack_require__) {
|
26250 |
|
28577 |
/*!*****************************************************************************************!*\
|
28578 |
!*** ./node_modules/@emotion/core/node_modules/@babel/runtime/helpers/inheritsLoose.js ***!
|
28579 |
\*****************************************************************************************/
|
28580 |
+
/*! no static exports found */
|
28581 |
/*! exports used: default */
|
28582 |
/***/ (function(module, exports) {
|
28583 |
|
29452 |
/*!****************************************************************!*\
|
29453 |
!*** ./node_modules/react-dom/cjs/react-dom.production.min.js ***!
|
29454 |
\****************************************************************/
|
29455 |
+
/*! no static exports found */
|
29456 |
/*! all exports used */
|
29457 |
/***/ (function(module, exports, __webpack_require__) {
|
29458 |
|
29754 |
/*!***************************************************************************************!*\
|
29755 |
!*** ./node_modules/react-dom/node_modules/scheduler/cjs/scheduler.production.min.js ***!
|
29756 |
\***************************************************************************************/
|
29757 |
+
/*! no static exports found */
|
29758 |
/*! all exports used */
|
29759 |
/***/ (function(module, exports, __webpack_require__) {
|
29760 |
|
29788 |
/*!************************************************************************************!*\
|
29789 |
!*** ./node_modules/react-dom/node_modules/scheduler/cjs/scheduler.development.js ***!
|
29790 |
\************************************************************************************/
|
29791 |
+
/*! no static exports found */
|
29792 |
/*! all exports used */
|
29793 |
/***/ (function(module, exports, __webpack_require__) {
|
29794 |
|
30705 |
/*!*************************************************************!*\
|
30706 |
!*** ./node_modules/react-dom/cjs/react-dom.development.js ***!
|
30707 |
\*************************************************************/
|
30708 |
+
/*! no static exports found */
|
30709 |
/*! all exports used */
|
30710 |
/***/ (function(module, exports, __webpack_require__) {
|
30711 |
|
58513 |
/*!******************************************************************!*\
|
58514 |
!*** ./node_modules/react-dom/node_modules/scheduler/tracing.js ***!
|
58515 |
\******************************************************************/
|
58516 |
+
/*! no static exports found */
|
58517 |
/*! all exports used */
|
58518 |
/***/ (function(module, exports, __webpack_require__) {
|
58519 |
|
58533 |
/*!***********************************************************************************************!*\
|
58534 |
!*** ./node_modules/react-dom/node_modules/scheduler/cjs/scheduler-tracing.production.min.js ***!
|
58535 |
\***********************************************************************************************/
|
58536 |
+
/*! no static exports found */
|
58537 |
/*! all exports used */
|
58538 |
/***/ (function(module, exports, __webpack_require__) {
|
58539 |
|
58555 |
/*!********************************************************************************************!*\
|
58556 |
!*** ./node_modules/react-dom/node_modules/scheduler/cjs/scheduler-tracing.development.js ***!
|
58557 |
\********************************************************************************************/
|
58558 |
+
/*! no static exports found */
|
58559 |
/*! all exports used */
|
58560 |
/***/ (function(module, exports, __webpack_require__) {
|
58561 |
|
58991 |
/*!**************************************************************!*\
|
58992 |
!*** ./node_modules/react-is/cjs/react-is.production.min.js ***!
|
58993 |
\**************************************************************/
|
58994 |
+
/*! no static exports found */
|
58995 |
/*! all exports used */
|
58996 |
/***/ (function(module, exports, __webpack_require__) {
|
58997 |
|
59018 |
/*!***********************************************************!*\
|
59019 |
!*** ./node_modules/react-is/cjs/react-is.development.js ***!
|
59020 |
\***********************************************************/
|
59021 |
+
/*! no static exports found */
|
59022 |
/*! all exports used */
|
59023 |
/***/ (function(module, exports, __webpack_require__) {
|
59024 |
|
59258 |
/*!************************************************************!*\
|
59259 |
!*** ./node_modules/prop-types/factoryWithTypeCheckers.js ***!
|
59260 |
\************************************************************/
|
59261 |
+
/*! no static exports found */
|
59262 |
/*! all exports used */
|
59263 |
/***/ (function(module, exports, __webpack_require__) {
|
59264 |
|
59862 |
/*!*************************************************************!*\
|
59863 |
!*** ./node_modules/prop-types/factoryWithThrowingShims.js ***!
|
59864 |
\*************************************************************/
|
59865 |
+
/*! no static exports found */
|
59866 |
/*! all exports used */
|
59867 |
/***/ (function(module, exports, __webpack_require__) {
|
59868 |
|
60127 |
var sizeTypesControls = wp.element.createElement(
|
60128 |
ButtonGroup,
|
60129 |
{ className: "uagb-size-type-field", "aria-label": __("Size Type") },
|
60130 |
+
__WEBPACK_IMPORTED_MODULE_0_lodash_map___default.a(sizeTypes, function (_ref) {
|
60131 |
var name = _ref.name,
|
60132 |
key = _ref.key;
|
60133 |
return wp.element.createElement(
|
60265 |
/*!***********************************************!*\
|
60266 |
!*** ./src/components/typography/editor.scss ***!
|
60267 |
\***********************************************/
|
60268 |
+
/*! no static exports found */
|
60269 |
/***/ (function(module, exports) {
|
60270 |
|
60271 |
// removed by extract-text-webpack-plugin
|
60275 |
/*!*****************************************************!*\
|
60276 |
!*** ./node_modules/webfontloader/webfontloader.js ***!
|
60277 |
\*****************************************************/
|
60278 |
+
/*! no static exports found */
|
60279 |
/*! exports used: default */
|
60280 |
/***/ (function(module, exports, __webpack_require__) {
|
60281 |
|
60295 |
var za={latin:"BESbswy","latin-ext":"\u00e7\u00f6\u00fc\u011f\u015f",cyrillic:"\u0439\u044f\u0416",greek:"\u03b1\u03b2\u03a3",khmer:"\u1780\u1781\u1782",Hanuman:"\u1780\u1781\u1782"},Aa={thin:"1",extralight:"2","extra-light":"2",ultralight:"2","ultra-light":"2",light:"3",regular:"4",book:"4",medium:"5","semi-bold":"6",semibold:"6","demi-bold":"6",demibold:"6",bold:"7","extra-bold":"8",extrabold:"8","ultra-bold":"8",ultrabold:"8",black:"9",heavy:"9",l:"3",r:"4",b:"7"},Ba={i:"i",italic:"i",n:"n",normal:"n"},
|
60296 |
Ca=/^(thin|(?:(?:extra|ultra)-?)?light|regular|book|medium|(?:(?:semi|demi|extra|ultra)-?)?bold|black|heavy|l|r|b|[1-9]00)?(n|i|normal|italic)?$/;
|
60297 |
function Da(a){for(var b=a.f.length,c=0;c<b;c++){var d=a.f[c].split(":"),e=d[0].replace(/\+/g," "),f=["n4"];if(2<=d.length){var g;var m=d[1];g=[];if(m)for(var m=m.split(","),h=m.length,l=0;l<h;l++){var k;k=m[l];if(k.match(/^[\w-]+$/)){var n=Ca.exec(k.toLowerCase());if(null==n)k="";else{k=n[2];k=null==k||""==k?"n":Ba[k];n=n[1];if(null==n||""==n)n="4";else var r=Aa[n],n=r?r:isNaN(n)?"4":n.substr(0,1);k=[k,n].join("")}}else k="";k&&g.push(k)}0<g.length&&(f=g);3==d.length&&(d=d[2],g=[],d=d?d.split(","):
|
60298 |
+
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<f.length;d+=1)a.a.push(new G(e,f[d]))}};function Ea(a,b){this.c=a;this.a=b}var Fa={Arimo:!0,Cousine:!0,Tinos:!0};Ea.prototype.load=function(a){var b=new B,c=this.c,d=new ta(this.a.api,this.a.text),e=this.a.families;va(d,e);var f=new ya(e);Da(f);z(c,wa(d),C(b));E(b,function(){a(f.a,f.c,Fa)})};function Ga(a,b){this.c=a;this.a=b}Ga.prototype.load=function(a){var b=this.a.id,c=this.c.o;b?A(this.c,(this.a.api||"https://use.typekit.net")+"/"+b+".js",function(b){if(b)a([]);else if(c.Typekit&&c.Typekit.config&&c.Typekit.config.fn){b=c.Typekit.config.fn;for(var e=[],f=0;f<b.length;f+=2)for(var g=b[f],m=b[f+1],h=0;h<m.length;h++)e.push(new G(g,m[h]));try{c.Typekit.load({events:!1,classes:!1,async:!0})}catch(l){}a(e)}},2E3):a([])};function Ha(a,b){this.c=a;this.f=b;this.a=[]}Ha.prototype.load=function(a){var b=this.f.id,c=this.c.o,d=this;b?(c.__webfontfontdeckmodule__||(c.__webfontfontdeckmodule__={}),c.__webfontfontdeckmodule__[b]=function(b,c){for(var g=0,m=c.fonts.length;g<m;++g){var h=c.fonts[g];d.a.push(new G(h.name,ga("font-weight:"+h.weight+";font-style:"+h.style)))}a(d.a)},A(this.c,(this.f.api||"https://f.fontdeck.com/s/css/js/")+ea(this.c)+"/"+b+".js",function(b){b&&a([])})):a([])};var Y=new oa(window);Y.a.c.custom=function(a,b){return new sa(b,a)};Y.a.c.fontdeck=function(a,b){return new Ha(b,a)};Y.a.c.monotype=function(a,b){return new ra(b,a)};Y.a.c.typekit=function(a,b){return new Ga(b,a)};Y.a.c.google=function(a,b){return new Ea(b,a)};var Z={load:p(Y.load,Y)}; true?!(__WEBPACK_AMD_DEFINE_RESULT__ = function(){return Z}.call(exports, __webpack_require__, exports, module),
|
60299 |
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__)):"undefined"!==typeof module&&module.exports?module.exports=Z:(window.WebFont=Z,window.WebFontConfig&&Y.load(window.WebFontConfig));}());
|
60300 |
|
60301 |
|
60342 |
return wp.element.createElement(
|
60343 |
"div",
|
60344 |
{
|
60345 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(props.className, "uagb-block-" + block_id)
|
60346 |
},
|
60347 |
wp.element.createElement(RichText.Content, {
|
60348 |
tagName: headingTag,
|
60525 |
/*!**********************************!*\
|
60526 |
!*** ./src/blocks/post/block.js ***!
|
60527 |
\**********************************/
|
60528 |
+
/*! exports provided: */
|
60529 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
60530 |
|
60531 |
"use strict";
|
60552 |
/*!********************************************!*\
|
60553 |
!*** ./src/blocks/post/post-grid/block.js ***!
|
60554 |
\********************************************/
|
60555 |
+
/*! exports provided: */
|
60556 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
60557 |
|
60558 |
"use strict";
|
60757 |
var element = document.getElementById("uagb-post-grid-style-" + this.props.clientId.substr(0, 8));
|
60758 |
|
60759 |
if (null !== element && undefined !== element) {
|
60760 |
+
element.innerHTML = __WEBPACK_IMPORTED_MODULE_4__styling__["a" /* default */](this.props);
|
60761 |
}
|
60762 |
}
|
60763 |
}, {
|
62150 |
return wp.element.createElement(
|
62151 |
"div",
|
62152 |
{
|
62153 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-post-grid", "uagb-post__image-position-" + imgPosition, "uagb-block-" + block_id)
|
62154 |
},
|
62155 |
wp.element.createElement(
|
62156 |
"div",
|
62157 |
{
|
62158 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a("is-grid", "uagb-post__columns-" + columns, "uagb-post__columns-tablet-" + tcolumns, "uagb-post__columns-mobile-" + mcolumns, "uagb-post__items", "" + equalHeightClass)
|
62159 |
},
|
62160 |
displayPosts.map(function (post, i) {
|
62161 |
return wp.element.createElement(
|
62192 |
/*!*****************************************!*\
|
62193 |
!*** ./node_modules/lodash/truncate.js ***!
|
62194 |
\*****************************************/
|
62195 |
+
/*! no static exports found */
|
62196 |
/***/ (function(module, exports, __webpack_require__) {
|
62197 |
|
62198 |
var baseToString = __webpack_require__(/*! ./_baseToString */ 131),
|
62313 |
/*!*******************************************!*\
|
62314 |
!*** ./node_modules/lodash/_castSlice.js ***!
|
62315 |
\*******************************************/
|
62316 |
+
/*! no static exports found */
|
62317 |
/*! all exports used */
|
62318 |
/***/ (function(module, exports, __webpack_require__) {
|
62319 |
|
62342 |
/*!*****************************************!*\
|
62343 |
!*** ./node_modules/lodash/isRegExp.js ***!
|
62344 |
\*****************************************/
|
62345 |
+
/*! no static exports found */
|
62346 |
/*! all exports used */
|
62347 |
/***/ (function(module, exports, __webpack_require__) {
|
62348 |
|
62380 |
/*!**********************************************!*\
|
62381 |
!*** ./node_modules/lodash/_baseIsRegExp.js ***!
|
62382 |
\**********************************************/
|
62383 |
+
/*! no static exports found */
|
62384 |
/*! all exports used */
|
62385 |
/***/ (function(module, exports, __webpack_require__) {
|
62386 |
|
62409 |
/*!********************************************!*\
|
62410 |
!*** ./node_modules/lodash/_stringSize.js ***!
|
62411 |
\********************************************/
|
62412 |
+
/*! no static exports found */
|
62413 |
/*! all exports used */
|
62414 |
/***/ (function(module, exports, __webpack_require__) {
|
62415 |
|
62438 |
/*!*******************************************!*\
|
62439 |
!*** ./node_modules/lodash/_asciiSize.js ***!
|
62440 |
\*******************************************/
|
62441 |
+
/*! no static exports found */
|
62442 |
/*! all exports used */
|
62443 |
/***/ (function(module, exports, __webpack_require__) {
|
62444 |
|
62461 |
/*!*********************************************!*\
|
62462 |
!*** ./node_modules/lodash/_unicodeSize.js ***!
|
62463 |
\*********************************************/
|
62464 |
+
/*! no static exports found */
|
62465 |
/*! all exports used */
|
62466 |
/***/ (function(module, exports) {
|
62467 |
|
62516 |
/*!***********************************************!*\
|
62517 |
!*** ./node_modules/lodash/_stringToArray.js ***!
|
62518 |
\***********************************************/
|
62519 |
+
/*! no static exports found */
|
62520 |
/*! all exports used */
|
62521 |
/***/ (function(module, exports, __webpack_require__) {
|
62522 |
|
62545 |
/*!**********************************************!*\
|
62546 |
!*** ./node_modules/lodash/_asciiToArray.js ***!
|
62547 |
\**********************************************/
|
62548 |
+
/*! no static exports found */
|
62549 |
/*! all exports used */
|
62550 |
/***/ (function(module, exports) {
|
62551 |
|
62568 |
/*!************************************************!*\
|
62569 |
!*** ./node_modules/lodash/_unicodeToArray.js ***!
|
62570 |
\************************************************/
|
62571 |
+
/*! no static exports found */
|
62572 |
/*! all exports used */
|
62573 |
/***/ (function(module, exports) {
|
62574 |
|
62619 |
/*!*****************************************!*\
|
62620 |
!*** ./node_modules/lodash/toFinite.js ***!
|
62621 |
\*****************************************/
|
62622 |
+
/*! no static exports found */
|
62623 |
/*! all exports used */
|
62624 |
/***/ (function(module, exports, __webpack_require__) {
|
62625 |
|
62672 |
/*!***********************************************!*\
|
62673 |
!*** ./src/blocks/post/post-masonry/block.js ***!
|
62674 |
\***********************************************/
|
62675 |
+
/*! exports provided: */
|
62676 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
62677 |
|
62678 |
"use strict";
|
62829 |
var element = document.getElementById("uagb-post-masonry-style-" + this.props.clientId.substr(0, 8));
|
62830 |
|
62831 |
if (null !== element && undefined !== element) {
|
62832 |
+
element.innerHTML = __WEBPACK_IMPORTED_MODULE_4__styling__["a" /* default */](this.props);
|
62833 |
}
|
62834 |
}
|
62835 |
}, {
|
64466 |
return wp.element.createElement(
|
64467 |
"div",
|
64468 |
{
|
64469 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-post-grid", "uagb-post__arrow-outside", "uagb-post__image-position-" + imgPosition, "uagb-block-" + block_id),
|
64470 |
"data-blog-id": block_id
|
64471 |
},
|
64472 |
wp.element.createElement(
|
64473 |
__WEBPACK_IMPORTED_MODULE_1_react_masonry_component___default.a,
|
64474 |
{
|
64475 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a("is-masonry", "uagb-post__columns-" + columns, "uagb-post__columns-tablet-" + tcolumns, "uagb-post__columns-mobile-" + mcolumns, "uagb-post__items")
|
64476 |
},
|
64477 |
displayPosts.map(function (post, i) {
|
64478 |
return wp.element.createElement(
|
64509 |
/*!***********************************************************!*\
|
64510 |
!*** ./node_modules/react-masonry-component/lib/index.js ***!
|
64511 |
\***********************************************************/
|
64512 |
+
/*! no static exports found */
|
64513 |
/*! exports used: default */
|
64514 |
/***/ (function(module, exports, __webpack_require__) {
|
64515 |
|
64835 |
/*!************************************************!*\
|
64836 |
!*** ./node_modules/masonry-layout/masonry.js ***!
|
64837 |
\************************************************/
|
64838 |
+
/*! no static exports found */
|
64839 |
/*! all exports used */
|
64840 |
/***/ (function(module, exports, __webpack_require__) {
|
64841 |
|
65087 |
/*!*******************************************!*\
|
65088 |
!*** ./node_modules/outlayer/outlayer.js ***!
|
65089 |
\*******************************************/
|
65090 |
+
/*! no static exports found */
|
65091 |
/*! all exports used */
|
65092 |
/***/ (function(module, exports, __webpack_require__) {
|
65093 |
|
65108 |
__webpack_require__(/*! get-size/get-size */ 77),
|
65109 |
__webpack_require__(/*! fizzy-ui-utils/utils */ 307),
|
65110 |
__webpack_require__(/*! ./item */ 309)
|
65111 |
+
], __WEBPACK_AMD_DEFINE_RESULT__ = function( EvEmitter, getSize, utils, Item ) {
|
65112 |
return factory( window, EvEmitter, getSize, utils, Item);
|
65113 |
+
}.apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
|
65114 |
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
|
65115 |
} else if ( typeof module == 'object' && module.exports ) {
|
65116 |
// CommonJS - Browserify, Webpack
|
66036 |
/*!**********************************************!*\
|
66037 |
!*** ./node_modules/fizzy-ui-utils/utils.js ***!
|
66038 |
\**********************************************/
|
66039 |
+
/*! no static exports found */
|
66040 |
/*! all exports used */
|
66041 |
/***/ (function(module, exports, __webpack_require__) {
|
66042 |
|
66055 |
// AMD
|
66056 |
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [
|
66057 |
__webpack_require__(/*! desandro-matches-selector/matches-selector */ 308)
|
66058 |
+
], __WEBPACK_AMD_DEFINE_RESULT__ = function( matchesSelector ) {
|
66059 |
return factory( window, matchesSelector );
|
66060 |
+
}.apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
|
66061 |
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
|
66062 |
} else if ( typeof module == 'object' && module.exports ) {
|
66063 |
// CommonJS
|
66289 |
/*!********************************************************************!*\
|
66290 |
!*** ./node_modules/desandro-matches-selector/matches-selector.js ***!
|
66291 |
\********************************************************************/
|
66292 |
+
/*! no static exports found */
|
66293 |
/*! all exports used */
|
66294 |
/***/ (function(module, exports, __webpack_require__) {
|
66295 |
|
66357 |
/*!***************************************!*\
|
66358 |
!*** ./node_modules/outlayer/item.js ***!
|
66359 |
\***************************************/
|
66360 |
+
/*! no static exports found */
|
66361 |
/*! all exports used */
|
66362 |
/***/ (function(module, exports, __webpack_require__) {
|
66363 |
|
66923 |
/*!***************************************************!*\
|
66924 |
!*** ./node_modules/imagesloaded/imagesloaded.js ***!
|
66925 |
\***************************************************/
|
66926 |
+
/*! no static exports found */
|
66927 |
/*! all exports used */
|
66928 |
/***/ (function(module, exports, __webpack_require__) {
|
66929 |
|
66942 |
// AMD
|
66943 |
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [
|
66944 |
__webpack_require__(/*! ev-emitter/ev-emitter */ 76)
|
66945 |
+
], __WEBPACK_AMD_DEFINE_RESULT__ = function( EvEmitter ) {
|
66946 |
return factory( window, EvEmitter );
|
66947 |
+
}.apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
|
66948 |
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
|
66949 |
} else if ( typeof module == 'object' && module.exports ) {
|
66950 |
// CommonJS
|
67312 |
/*!***************************************!*\
|
67313 |
!*** ./node_modules/lodash/assign.js ***!
|
67314 |
\***************************************/
|
67315 |
+
/*! no static exports found */
|
67316 |
/*! all exports used */
|
67317 |
/***/ (function(module, exports, __webpack_require__) {
|
67318 |
|
67381 |
/*!************************************************!*\
|
67382 |
!*** ./node_modules/lodash/_createAssigner.js ***!
|
67383 |
\************************************************/
|
67384 |
+
/*! no static exports found */
|
67385 |
/*! all exports used */
|
67386 |
/***/ (function(module, exports, __webpack_require__) {
|
67387 |
|
67429 |
/*!******************************************!*\
|
67430 |
!*** ./node_modules/lodash/_baseRest.js ***!
|
67431 |
\******************************************/
|
67432 |
+
/*! no static exports found */
|
67433 |
/*! all exports used */
|
67434 |
/***/ (function(module, exports, __webpack_require__) {
|
67435 |
|
67457 |
/*!***************************************!*\
|
67458 |
!*** ./node_modules/lodash/_apply.js ***!
|
67459 |
\***************************************/
|
67460 |
+
/*! no static exports found */
|
67461 |
/*! all exports used */
|
67462 |
/***/ (function(module, exports) {
|
67463 |
|
67489 |
/*!*************************************************!*\
|
67490 |
!*** ./node_modules/lodash/_baseSetToString.js ***!
|
67491 |
\*************************************************/
|
67492 |
+
/*! no static exports found */
|
67493 |
/*! all exports used */
|
67494 |
/***/ (function(module, exports, __webpack_require__) {
|
67495 |
|
67522 |
/*!*****************************************!*\
|
67523 |
!*** ./node_modules/lodash/constant.js ***!
|
67524 |
\*****************************************/
|
67525 |
+
/*! no static exports found */
|
67526 |
/*! all exports used */
|
67527 |
/***/ (function(module, exports) {
|
67528 |
|
67559 |
/*!******************************************!*\
|
67560 |
!*** ./node_modules/lodash/_shortOut.js ***!
|
67561 |
\******************************************/
|
67562 |
+
/*! no static exports found */
|
67563 |
/*! all exports used */
|
67564 |
/***/ (function(module, exports) {
|
67565 |
|
67607 |
/*!************************************************!*\
|
67608 |
!*** ./node_modules/lodash/_isIterateeCall.js ***!
|
67609 |
\************************************************/
|
67610 |
+
/*! no static exports found */
|
67611 |
/*! all exports used */
|
67612 |
/***/ (function(module, exports, __webpack_require__) {
|
67613 |
|
67648 |
/*!*****************************************************************************!*\
|
67649 |
!*** ./node_modules/element-resize-detector/src/element-resize-detector.js ***!
|
67650 |
\*****************************************************************************/
|
67651 |
+
/*! no static exports found */
|
67652 |
/*! all exports used */
|
67653 |
/***/ (function(module, exports, __webpack_require__) {
|
67654 |
|
67988 |
/*!*******************************************************************!*\
|
67989 |
!*** ./node_modules/element-resize-detector/src/element-utils.js ***!
|
67990 |
\*******************************************************************/
|
67991 |
+
/*! no static exports found */
|
67992 |
/*! all exports used */
|
67993 |
/***/ (function(module, exports, __webpack_require__) {
|
67994 |
|
68052 |
/*!**********************************************************************!*\
|
68053 |
!*** ./node_modules/element-resize-detector/src/listener-handler.js ***!
|
68054 |
\**********************************************************************/
|
68055 |
+
/*! no static exports found */
|
68056 |
/*! all exports used */
|
68057 |
/***/ (function(module, exports, __webpack_require__) {
|
68058 |
|
68124 |
/*!******************************************************************!*\
|
68125 |
!*** ./node_modules/element-resize-detector/src/id-generator.js ***!
|
68126 |
\******************************************************************/
|
68127 |
+
/*! no static exports found */
|
68128 |
/*! all exports used */
|
68129 |
/***/ (function(module, exports, __webpack_require__) {
|
68130 |
|
68154 |
/*!****************************************************************!*\
|
68155 |
!*** ./node_modules/element-resize-detector/src/id-handler.js ***!
|
68156 |
\****************************************************************/
|
68157 |
+
/*! no static exports found */
|
68158 |
/*! all exports used */
|
68159 |
/***/ (function(module, exports, __webpack_require__) {
|
68160 |
|
68213 |
/*!**************************************************************!*\
|
68214 |
!*** ./node_modules/element-resize-detector/src/reporter.js ***!
|
68215 |
\**************************************************************/
|
68216 |
+
/*! no static exports found */
|
68217 |
/*! all exports used */
|
68218 |
/***/ (function(module, exports, __webpack_require__) {
|
68219 |
|
68267 |
/*!*************************************************************!*\
|
68268 |
!*** ./node_modules/batch-processor/src/batch-processor.js ***!
|
68269 |
\*************************************************************/
|
68270 |
+
/*! no static exports found */
|
68271 |
/*! all exports used */
|
68272 |
/***/ (function(module, exports, __webpack_require__) {
|
68273 |
|
68417 |
/*!***************************************************!*\
|
68418 |
!*** ./node_modules/batch-processor/src/utils.js ***!
|
68419 |
\***************************************************/
|
68420 |
+
/*! no static exports found */
|
68421 |
/*! all exports used */
|
68422 |
/***/ (function(module, exports, __webpack_require__) {
|
68423 |
|
68444 |
/*!*******************************************************************!*\
|
68445 |
!*** ./node_modules/element-resize-detector/src/state-handler.js ***!
|
68446 |
\*******************************************************************/
|
68447 |
+
/*! no static exports found */
|
68448 |
/*! all exports used */
|
68449 |
/***/ (function(module, exports, __webpack_require__) {
|
68450 |
|
68478 |
/*!*******************************************************************************!*\
|
68479 |
!*** ./node_modules/element-resize-detector/src/detection-strategy/object.js ***!
|
68480 |
\*******************************************************************************/
|
68481 |
+
/*! no static exports found */
|
68482 |
/*! all exports used */
|
68483 |
/***/ (function(module, exports, __webpack_require__) {
|
68484 |
|
68737 |
/*!*******************************************************************************!*\
|
68738 |
!*** ./node_modules/element-resize-detector/src/detection-strategy/scroll.js ***!
|
68739 |
\*******************************************************************************/
|
68740 |
+
/*! no static exports found */
|
68741 |
/*! all exports used */
|
68742 |
/***/ (function(module, exports, __webpack_require__) {
|
68743 |
|
69410 |
/*!*****************************************!*\
|
69411 |
!*** ./node_modules/lodash/debounce.js ***!
|
69412 |
\*****************************************/
|
69413 |
+
/*! no static exports found */
|
69414 |
/*! all exports used */
|
69415 |
/***/ (function(module, exports, __webpack_require__) {
|
69416 |
|
69612 |
/*!************************************!*\
|
69613 |
!*** ./node_modules/lodash/now.js ***!
|
69614 |
\************************************/
|
69615 |
+
/*! no static exports found */
|
69616 |
/*! all exports used */
|
69617 |
/***/ (function(module, exports, __webpack_require__) {
|
69618 |
|
69646 |
/*!*************************************!*\
|
69647 |
!*** ./node_modules/lodash/omit.js ***!
|
69648 |
\*************************************/
|
69649 |
+
/*! no static exports found */
|
69650 |
/*! all exports used */
|
69651 |
/***/ (function(module, exports, __webpack_require__) {
|
69652 |
|
69714 |
/*!*******************************************!*\
|
69715 |
!*** ./node_modules/lodash/_baseClone.js ***!
|
69716 |
\*******************************************/
|
69717 |
+
/*! no static exports found */
|
69718 |
/*! all exports used */
|
69719 |
/***/ (function(module, exports, __webpack_require__) {
|
69720 |
|
69890 |
/*!*******************************************!*\
|
69891 |
!*** ./node_modules/lodash/_arrayEach.js ***!
|
69892 |
\*******************************************/
|
69893 |
+
/*! no static exports found */
|
69894 |
/*! all exports used */
|
69895 |
/***/ (function(module, exports) {
|
69896 |
|
69923 |
/*!********************************************!*\
|
69924 |
!*** ./node_modules/lodash/_baseAssign.js ***!
|
69925 |
\********************************************/
|
69926 |
+
/*! no static exports found */
|
69927 |
/*! all exports used */
|
69928 |
/***/ (function(module, exports, __webpack_require__) {
|
69929 |
|
69951 |
/*!**********************************************!*\
|
69952 |
!*** ./node_modules/lodash/_baseAssignIn.js ***!
|
69953 |
\**********************************************/
|
69954 |
+
/*! no static exports found */
|
69955 |
/*! all exports used */
|
69956 |
/***/ (function(module, exports, __webpack_require__) {
|
69957 |
|
69979 |
/*!********************************************!*\
|
69980 |
!*** ./node_modules/lodash/_baseKeysIn.js ***!
|
69981 |
\********************************************/
|
69982 |
+
/*! no static exports found */
|
69983 |
/*! all exports used */
|
69984 |
/***/ (function(module, exports, __webpack_require__) {
|
69985 |
|
70023 |
/*!**********************************************!*\
|
70024 |
!*** ./node_modules/lodash/_nativeKeysIn.js ***!
|
70025 |
\**********************************************/
|
70026 |
+
/*! no static exports found */
|
70027 |
/*! all exports used */
|
70028 |
/***/ (function(module, exports) {
|
70029 |
|
70054 |
/*!*********************************************!*\
|
70055 |
!*** ./node_modules/lodash/_cloneBuffer.js ***!
|
70056 |
\*********************************************/
|
70057 |
+
/*! no static exports found */
|
70058 |
/*! all exports used */
|
70059 |
/***/ (function(module, exports, __webpack_require__) {
|
70060 |
|
70101 |
/*!*******************************************!*\
|
70102 |
!*** ./node_modules/lodash/_copyArray.js ***!
|
70103 |
\*******************************************/
|
70104 |
+
/*! no static exports found */
|
70105 |
/*! all exports used */
|
70106 |
/***/ (function(module, exports) {
|
70107 |
|
70132 |
/*!*********************************************!*\
|
70133 |
!*** ./node_modules/lodash/_copySymbols.js ***!
|
70134 |
\*********************************************/
|
70135 |
+
/*! no static exports found */
|
70136 |
/*! all exports used */
|
70137 |
/***/ (function(module, exports, __webpack_require__) {
|
70138 |
|
70159 |
/*!***********************************************!*\
|
70160 |
!*** ./node_modules/lodash/_copySymbolsIn.js ***!
|
70161 |
\***********************************************/
|
70162 |
+
/*! no static exports found */
|
70163 |
/*! all exports used */
|
70164 |
/***/ (function(module, exports, __webpack_require__) {
|
70165 |
|
70186 |
/*!************************************************!*\
|
70187 |
!*** ./node_modules/lodash/_initCloneArray.js ***!
|
70188 |
\************************************************/
|
70189 |
+
/*! no static exports found */
|
70190 |
/*! all exports used */
|
70191 |
/***/ (function(module, exports) {
|
70192 |
|
70223 |
/*!************************************************!*\
|
70224 |
!*** ./node_modules/lodash/_initCloneByTag.js ***!
|
70225 |
\************************************************/
|
70226 |
+
/*! no static exports found */
|
70227 |
/*! all exports used */
|
70228 |
/***/ (function(module, exports, __webpack_require__) {
|
70229 |
|
70311 |
/*!***********************************************!*\
|
70312 |
!*** ./node_modules/lodash/_cloneDataView.js ***!
|
70313 |
\***********************************************/
|
70314 |
+
/*! no static exports found */
|
70315 |
/*! all exports used */
|
70316 |
/***/ (function(module, exports, __webpack_require__) {
|
70317 |
|
70338 |
/*!*********************************************!*\
|
70339 |
!*** ./node_modules/lodash/_cloneRegExp.js ***!
|
70340 |
\*********************************************/
|
70341 |
+
/*! no static exports found */
|
70342 |
/*! all exports used */
|
70343 |
/***/ (function(module, exports) {
|
70344 |
|
70366 |
/*!*********************************************!*\
|
70367 |
!*** ./node_modules/lodash/_cloneSymbol.js ***!
|
70368 |
\*********************************************/
|
70369 |
+
/*! no static exports found */
|
70370 |
/*! all exports used */
|
70371 |
/***/ (function(module, exports, __webpack_require__) {
|
70372 |
|
70395 |
/*!*************************************************!*\
|
70396 |
!*** ./node_modules/lodash/_cloneTypedArray.js ***!
|
70397 |
\*************************************************/
|
70398 |
+
/*! no static exports found */
|
70399 |
/*! all exports used */
|
70400 |
/***/ (function(module, exports, __webpack_require__) {
|
70401 |
|
70422 |
/*!*************************************************!*\
|
70423 |
!*** ./node_modules/lodash/_initCloneObject.js ***!
|
70424 |
\*************************************************/
|
70425 |
+
/*! no static exports found */
|
70426 |
/*! all exports used */
|
70427 |
/***/ (function(module, exports, __webpack_require__) {
|
70428 |
|
70451 |
/*!********************************************!*\
|
70452 |
!*** ./node_modules/lodash/_baseCreate.js ***!
|
70453 |
\********************************************/
|
70454 |
+
/*! no static exports found */
|
70455 |
/*! all exports used */
|
70456 |
/***/ (function(module, exports, __webpack_require__) {
|
70457 |
|
70492 |
/*!**************************************!*\
|
70493 |
!*** ./node_modules/lodash/isMap.js ***!
|
70494 |
\**************************************/
|
70495 |
+
/*! no static exports found */
|
70496 |
/*! all exports used */
|
70497 |
/***/ (function(module, exports, __webpack_require__) {
|
70498 |
|
70530 |
/*!*******************************************!*\
|
70531 |
!*** ./node_modules/lodash/_baseIsMap.js ***!
|
70532 |
\*******************************************/
|
70533 |
+
/*! no static exports found */
|
70534 |
/*! all exports used */
|
70535 |
/***/ (function(module, exports, __webpack_require__) {
|
70536 |
|
70559 |
/*!**************************************!*\
|
70560 |
!*** ./node_modules/lodash/isSet.js ***!
|
70561 |
\**************************************/
|
70562 |
+
/*! no static exports found */
|
70563 |
/*! all exports used */
|
70564 |
/***/ (function(module, exports, __webpack_require__) {
|
70565 |
|
70597 |
/*!*******************************************!*\
|
70598 |
!*** ./node_modules/lodash/_baseIsSet.js ***!
|
70599 |
\*******************************************/
|
70600 |
+
/*! no static exports found */
|
70601 |
/*! all exports used */
|
70602 |
/***/ (function(module, exports, __webpack_require__) {
|
70603 |
|
70626 |
/*!*******************************************!*\
|
70627 |
!*** ./node_modules/lodash/_baseUnset.js ***!
|
70628 |
\*******************************************/
|
70629 |
+
/*! no static exports found */
|
70630 |
/*! all exports used */
|
70631 |
/***/ (function(module, exports, __webpack_require__) {
|
70632 |
|
70657 |
/*!*************************************!*\
|
70658 |
!*** ./node_modules/lodash/last.js ***!
|
70659 |
\*************************************/
|
70660 |
+
/*! no static exports found */
|
70661 |
/*! all exports used */
|
70662 |
/***/ (function(module, exports) {
|
70663 |
|
70688 |
/*!****************************************!*\
|
70689 |
!*** ./node_modules/lodash/_parent.js ***!
|
70690 |
\****************************************/
|
70691 |
+
/*! no static exports found */
|
70692 |
/*! all exports used */
|
70693 |
/***/ (function(module, exports, __webpack_require__) {
|
70694 |
|
70715 |
/*!*************************************************!*\
|
70716 |
!*** ./node_modules/lodash/_customOmitClone.js ***!
|
70717 |
\*************************************************/
|
70718 |
+
/*! no static exports found */
|
70719 |
/*! all exports used */
|
70720 |
/***/ (function(module, exports, __webpack_require__) {
|
70721 |
|
70742 |
/*!**********************************************!*\
|
70743 |
!*** ./node_modules/lodash/isPlainObject.js ***!
|
70744 |
\**********************************************/
|
70745 |
+
/*! no static exports found */
|
70746 |
/*! all exports used */
|
70747 |
/***/ (function(module, exports, __webpack_require__) {
|
70748 |
|
70815 |
/*!******************************************!*\
|
70816 |
!*** ./node_modules/lodash/_flatRest.js ***!
|
70817 |
\******************************************/
|
70818 |
+
/*! no static exports found */
|
70819 |
/*! all exports used */
|
70820 |
/***/ (function(module, exports, __webpack_require__) {
|
70821 |
|
70842 |
/*!****************************************!*\
|
70843 |
!*** ./node_modules/lodash/flatten.js ***!
|
70844 |
\****************************************/
|
70845 |
+
/*! no static exports found */
|
70846 |
/*! all exports used */
|
70847 |
/***/ (function(module, exports, __webpack_require__) {
|
70848 |
|
70875 |
/*!*********************************************!*\
|
70876 |
!*** ./node_modules/lodash/_baseFlatten.js ***!
|
70877 |
\*********************************************/
|
70878 |
+
/*! no static exports found */
|
70879 |
/*! all exports used */
|
70880 |
/***/ (function(module, exports, __webpack_require__) {
|
70881 |
|
70924 |
/*!***********************************************!*\
|
70925 |
!*** ./node_modules/lodash/_isFlattenable.js ***!
|
70926 |
\***********************************************/
|
70927 |
+
/*! no static exports found */
|
70928 |
/*! all exports used */
|
70929 |
/***/ (function(module, exports, __webpack_require__) {
|
70930 |
|
70955 |
/*!**************************************************!*\
|
70956 |
!*** ./node_modules/create-react-class/index.js ***!
|
70957 |
\**************************************************/
|
70958 |
+
/*! no static exports found */
|
70959 |
/*! all exports used */
|
70960 |
/***/ (function(module, exports, __webpack_require__) {
|
70961 |
|
70995 |
/*!****************************************************!*\
|
70996 |
!*** ./node_modules/create-react-class/factory.js ***!
|
70997 |
\****************************************************/
|
70998 |
+
/*! no static exports found */
|
70999 |
/*! all exports used */
|
71000 |
/***/ (function(module, exports, __webpack_require__) {
|
71001 |
|
71934 |
/*!**********************************************!*\
|
71935 |
!*** ./node_modules/fbjs/lib/emptyObject.js ***!
|
71936 |
\**********************************************/
|
71937 |
+
/*! no static exports found */
|
71938 |
/*! all exports used */
|
71939 |
/***/ (function(module, exports, __webpack_require__) {
|
71940 |
|
71963 |
/*!********************************************!*\
|
71964 |
!*** ./node_modules/fbjs/lib/invariant.js ***!
|
71965 |
\********************************************/
|
71966 |
+
/*! no static exports found */
|
71967 |
/*! all exports used */
|
71968 |
/***/ (function(module, exports, __webpack_require__) {
|
71969 |
|
72028 |
/*!******************************************!*\
|
72029 |
!*** ./node_modules/fbjs/lib/warning.js ***!
|
72030 |
\******************************************/
|
72031 |
+
/*! no static exports found */
|
72032 |
/*! all exports used */
|
72033 |
/***/ (function(module, exports, __webpack_require__) {
|
72034 |
|
72102 |
/*!************************************************!*\
|
72103 |
!*** ./node_modules/fbjs/lib/emptyFunction.js ***!
|
72104 |
\************************************************/
|
72105 |
+
/*! no static exports found */
|
72106 |
/*! all exports used */
|
72107 |
/***/ (function(module, exports, __webpack_require__) {
|
72108 |
|
72149 |
/*!************************************************!*\
|
72150 |
!*** ./src/blocks/post/post-carousel/block.js ***!
|
72151 |
\************************************************/
|
72152 |
+
/*! exports provided: */
|
72153 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
72154 |
|
72155 |
"use strict";
|
72324 |
var css = "";
|
72325 |
|
72326 |
if (null !== element && undefined !== element) {
|
72327 |
+
css = __WEBPACK_IMPORTED_MODULE_6__styling__["a" /* default */](this.props);
|
72328 |
css += ".uagb-block-" + this.props.clientId.substr(0, 8) + ".uagb-post-grid ul.slick-dots li.slick-active button:before, .uagb-block-" + this.props.clientId.substr(0, 8) + ".uagb-slick-carousel ul.slick-dots li button:before { color: " + this.props.attributes.arrowColor + "; }";
|
72329 |
element.innerHTML = css;
|
72330 |
}
|
73671 |
return wp.element.createElement(
|
73672 |
"div",
|
73673 |
{
|
73674 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-post-grid", "uagb-post__arrow-outside", "uagb-post__image-position-" + imgPosition, "" + equalHeightClass, "uagb-block-" + block_id),
|
73675 |
"data-blog-id": block_id
|
73676 |
},
|
73677 |
wp.element.createElement(
|
73678 |
"div",
|
73679 |
{
|
73680 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a("is-carousel", "uagb-post__columns-" + columns, "uagb-post__columns-tablet-" + tcolumns, "uagb-post__columns-mobile-" + mcolumns, "uagb-post__items")
|
73681 |
},
|
73682 |
all_posts
|
73683 |
)
|
73693 |
return wp.element.createElement(
|
73694 |
"div",
|
73695 |
{
|
73696 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-post-grid", "uagb-post__arrow-outside", "uagb-slick-carousel", "uagb-post__image-position-" + imgPosition, "" + equalHeightClass, "uagb-block-" + block_id),
|
73697 |
"data-blog-id": block_id,
|
73698 |
style: "dots" == arrowDots ? { padding: "0 0 35px 0" } : {}
|
73699 |
},
|
73700 |
wp.element.createElement(
|
73701 |
__WEBPACK_IMPORTED_MODULE_1_react_slick___default.a,
|
73702 |
_extends({
|
73703 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a("is-carousel", "uagb-post__columns-" + columns, "uagb-post__items")
|
73704 |
}, settings),
|
73705 |
all_posts
|
73706 |
)
|
73719 |
/*!************************************************!*\
|
73720 |
!*** ./node_modules/react-slick/lib/slider.js ***!
|
73721 |
\************************************************/
|
73722 |
+
/*! no static exports found */
|
73723 |
/*! all exports used */
|
73724 |
/***/ (function(module, exports, __webpack_require__) {
|
73725 |
|
73974 |
/*!******************************************************!*\
|
73975 |
!*** ./node_modules/react-slick/lib/inner-slider.js ***!
|
73976 |
\******************************************************/
|
73977 |
+
/*! no static exports found */
|
73978 |
/*! all exports used */
|
73979 |
/***/ (function(module, exports, __webpack_require__) {
|
73980 |
|
74726 |
/*!*******************************************************!*\
|
74727 |
!*** ./node_modules/react-slick/lib/initial-state.js ***!
|
74728 |
\*******************************************************/
|
74729 |
+
/*! no static exports found */
|
74730 |
/*! all exports used */
|
74731 |
/***/ (function(module, exports, __webpack_require__) {
|
74732 |
|
74766 |
/*!***********************************************!*\
|
74767 |
!*** ./node_modules/lodash.debounce/index.js ***!
|
74768 |
\***********************************************/
|
74769 |
+
/*! no static exports found */
|
74770 |
/*! all exports used */
|
74771 |
/***/ (function(module, exports, __webpack_require__) {
|
74772 |
|
75155 |
/*!***********************************************!*\
|
75156 |
!*** ./node_modules/react-slick/lib/track.js ***!
|
75157 |
\***********************************************/
|
75158 |
+
/*! no static exports found */
|
75159 |
/*! all exports used */
|
75160 |
/***/ (function(module, exports, __webpack_require__) {
|
75161 |
|
75375 |
/*!**********************************************!*\
|
75376 |
!*** ./node_modules/react-slick/lib/dots.js ***!
|
75377 |
\**********************************************/
|
75378 |
+
/*! no static exports found */
|
75379 |
/*! all exports used */
|
75380 |
/***/ (function(module, exports, __webpack_require__) {
|
75381 |
|
75485 |
/*!************************************************!*\
|
75486 |
!*** ./node_modules/react-slick/lib/arrows.js ***!
|
75487 |
\************************************************/
|
75488 |
+
/*! no static exports found */
|
75489 |
/*! all exports used */
|
75490 |
/***/ (function(module, exports, __webpack_require__) {
|
75491 |
|
76572 |
/*!***************************************!*\
|
76573 |
!*** ./node_modules/json2mq/index.js ***!
|
76574 |
\***************************************/
|
76575 |
+
/*! no static exports found */
|
76576 |
/*! all exports used */
|
76577 |
/***/ (function(module, exports, __webpack_require__) {
|
76578 |
|
76633 |
/*!*****************************************************!*\
|
76634 |
!*** ./node_modules/string-convert/camel2hyphen.js ***!
|
76635 |
\*****************************************************/
|
76636 |
+
/*! no static exports found */
|
76637 |
/*! all exports used */
|
76638 |
/***/ (function(module, exports) {
|
76639 |
|
76652 |
/*!*******************************************************!*\
|
76653 |
!*** ./node_modules/react-slick/lib/default-props.js ***!
|
76654 |
\*******************************************************/
|
76655 |
+
/*! no static exports found */
|
76656 |
/*! all exports used */
|
76657 |
/***/ (function(module, exports, __webpack_require__) {
|
76658 |
|
76739 |
/*!**********************************************!*\
|
76740 |
!*** ./node_modules/enquire.js/src/index.js ***!
|
76741 |
\**********************************************/
|
76742 |
+
/*! no static exports found */
|
76743 |
/*! all exports used */
|
76744 |
/***/ (function(module, exports, __webpack_require__) {
|
76745 |
|
76752 |
/*!***********************************************************!*\
|
76753 |
!*** ./node_modules/enquire.js/src/MediaQueryDispatch.js ***!
|
76754 |
\***********************************************************/
|
76755 |
+
/*! no static exports found */
|
76756 |
/*! all exports used */
|
76757 |
/***/ (function(module, exports, __webpack_require__) {
|
76758 |
|
76848 |
/*!***************************************************!*\
|
76849 |
!*** ./node_modules/enquire.js/src/MediaQuery.js ***!
|
76850 |
\***************************************************/
|
76851 |
+
/*! no static exports found */
|
76852 |
/*! all exports used */
|
76853 |
/***/ (function(module, exports, __webpack_require__) {
|
76854 |
|
76952 |
/*!*****************************************************!*\
|
76953 |
!*** ./node_modules/enquire.js/src/QueryHandler.js ***!
|
76954 |
\*****************************************************/
|
76955 |
+
/*! no static exports found */
|
76956 |
/*! all exports used */
|
76957 |
/***/ (function(module, exports) {
|
76958 |
|
77037 |
/*!*************************************!*\
|
77038 |
!*** ./src/blocks/section/block.js ***!
|
77039 |
\*************************************/
|
77040 |
+
/*! exports provided: */
|
77041 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
77042 |
|
77043 |
"use strict";
|
77102 |
/*!***************************************!*\
|
77103 |
!*** ./src/blocks/section/style.scss ***!
|
77104 |
\***************************************/
|
77105 |
+
/*! no static exports found */
|
77106 |
/***/ (function(module, exports) {
|
77107 |
|
77108 |
// removed by extract-text-webpack-plugin
|
77112 |
/*!****************************************!*\
|
77113 |
!*** ./src/blocks/section/editor.scss ***!
|
77114 |
\****************************************/
|
77115 |
+
/*! no static exports found */
|
77116 |
/***/ (function(module, exports) {
|
77117 |
|
77118 |
// removed by extract-text-webpack-plugin
|
77196 |
var element = document.getElementById("uagb-section-style-" + this.props.clientId.substr(0, 8));
|
77197 |
|
77198 |
if (null !== element && undefined !== element) {
|
77199 |
+
element.innerHTML = __WEBPACK_IMPORTED_MODULE_1__styling__["a" /* default */](this.props);
|
77200 |
}
|
77201 |
}
|
77202 |
}, {
|
78311 |
wp.element.createElement(
|
78312 |
CustomTag,
|
78313 |
{
|
78314 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-section__wrap", "uagb-section__background-" + backgroundType, "uagb-section__edit-" + active, block_controls_class, "uagb-block-" + this.props.clientId.substr(0, 8))
|
78315 |
},
|
78316 |
wp.element.createElement("div", { className: "uagb-section__overlay" }),
|
78317 |
"video" == backgroundType && wp.element.createElement(
|
78422 |
if (typeof contentWidth != "undefined") {
|
78423 |
if ("boxed" != contentWidth) {
|
78424 |
if (typeof innerWidth != "undefined") {
|
78425 |
+
inner_width = __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](innerWidth, innerWidthType);
|
78426 |
}
|
78427 |
}
|
78428 |
}
|
78435 |
boxShadowPositionCSS = '';
|
78436 |
}
|
78437 |
var selectors = {
|
78438 |
+
".uagb-section__wrap": __WEBPACK_IMPORTED_MODULE_0__inline_styles__["a" /* default */](props),
|
78439 |
" .uagb-section__video-wrap": {
|
78440 |
"opacity": typeof backgroundVideoOpacity != "undefined" ? (100 - backgroundVideoOpacity) / 100 : 0.5
|
78441 |
},
|
78443 |
"max-width": inner_width
|
78444 |
},
|
78445 |
".wp-block-uagb-section": {
|
78446 |
+
"box-shadow": __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](boxShadowHOffset, "px") + ' ' + __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](boxShadowVOffset, "px") + ' ' + __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](boxShadowBlur, "px") + ' ' + __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](boxShadowSpread, "px") + ' ' + boxShadowColor + ' ' + boxShadowPositionCSS
|
78447 |
}
|
78448 |
};
|
78449 |
|
78494 |
}
|
78495 |
}
|
78496 |
|
78497 |
+
selectors[" > .uagb-section__overlay"]["border-radius"] = __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](borderRadius, "px");
|
78498 |
|
78499 |
tablet_selectors = {
|
78500 |
".uagb-section__wrap": {
|
78501 |
+
"padding-top": __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](topPaddingTablet, tabletPaddingType),
|
78502 |
+
"padding-bottom": __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](bottomPaddingTablet, tabletPaddingType),
|
78503 |
+
"padding-left": __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](leftPaddingTablet, tabletPaddingType),
|
78504 |
+
"padding-right": __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](rightPaddingTablet, tabletPaddingType)
|
78505 |
}
|
78506 |
};
|
78507 |
|
78508 |
mobile_selectors = {
|
78509 |
".uagb-section__wrap": {
|
78510 |
+
"padding-top": __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](topPaddingMobile, mobilePaddingType),
|
78511 |
+
"padding-bottom": __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](bottomPaddingMobile, mobilePaddingType),
|
78512 |
+
"padding-left": __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](leftPaddingMobile, mobilePaddingType),
|
78513 |
+
"padding-right": __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](rightPaddingMobile, mobilePaddingType)
|
78514 |
}
|
78515 |
};
|
78516 |
|
78517 |
if ("right" == align) {
|
78518 |
+
mobile_selectors[".uagb-section__wrap"]["margin-top"] = __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](topMarginMobile, mobileMarginType);
|
78519 |
+
mobile_selectors[".uagb-section__wrap"]["margin-bottom"] = __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](bottomMarginMobile, mobileMarginType);
|
78520 |
+
mobile_selectors[".uagb-section__wrap"]["margin-right"] = __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](rightMarginMobile, mobileMarginType);
|
78521 |
|
78522 |
+
tablet_selectors[".uagb-section__wrap"]["margin-top"] = __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](topMarginTablet, tabletMarginType);
|
78523 |
+
tablet_selectors[".uagb-section__wrap"]["margin-bottom"] = __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](bottomMarginTablet, tabletMarginType);
|
78524 |
+
tablet_selectors[".uagb-section__wrap"]["margin-right"] = __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](rightMarginTablet, tabletMarginType);
|
78525 |
} else if ("left" == align) {
|
78526 |
+
mobile_selectors[".uagb-section__wrap"]["margin-top"] = __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](topMarginMobile, mobileMarginType);
|
78527 |
+
mobile_selectors[".uagb-section__wrap"]["margin-bottom"] = __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](bottomMarginMobile, mobileMarginType);
|
78528 |
+
mobile_selectors[".uagb-section__wrap"]["margin-left"] = __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](leftMarginMobile, mobileMarginType);
|
78529 |
|
78530 |
+
tablet_selectors[".uagb-section__wrap"]["margin-top"] = __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](topMarginTablet, tabletMarginType);
|
78531 |
+
tablet_selectors[".uagb-section__wrap"]["margin-bottom"] = __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](bottomMarginTablet, tabletMarginType);
|
78532 |
+
tablet_selectors[".uagb-section__wrap"]["margin-left"] = __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](leftMarginTablet, tabletMarginType);
|
78533 |
} else {
|
78534 |
+
mobile_selectors[".uagb-section__wrap"]["margin-top"] = __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](topMarginMobile, mobileMarginType);
|
78535 |
+
mobile_selectors[".uagb-section__wrap"]["margin-bottom"] = __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](bottomMarginMobile, mobileMarginType);
|
78536 |
|
78537 |
+
tablet_selectors[".uagb-section__wrap"]["margin-top"] = __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](topMarginTablet, tabletMarginType);
|
78538 |
+
tablet_selectors[".uagb-section__wrap"]["margin-bottom"] = __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](bottomMarginTablet, tabletMarginType);
|
78539 |
}
|
78540 |
|
78541 |
var styling_css = "";
|
78542 |
var id = ".uagb-block-" + props.clientId.substr(0, 8);
|
78543 |
|
78544 |
+
styling_css = __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSS__["a" /* default */](selectors, id);
|
78545 |
|
78546 |
+
styling_css += __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSS__["a" /* default */](tablet_selectors, id, true, "tablet");
|
78547 |
|
78548 |
+
styling_css += __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSS__["a" /* default */](mobile_selectors, id, true, "mobile");
|
78549 |
|
78550 |
return styling_css;
|
78551 |
}
|
78602 |
return wp.element.createElement(
|
78603 |
CustomTag,
|
78604 |
{
|
78605 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-section__wrap", "uagb-section__background-" + backgroundType, block_controls_class, "uagb-block-" + block_id)
|
78606 |
},
|
78607 |
wp.element.createElement("div", { className: "uagb-section__overlay" }),
|
78608 |
"video" == backgroundType && wp.element.createElement(
|
78674 |
return wp.element.createElement(
|
78675 |
CustomTag,
|
78676 |
{
|
78677 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-section__wrap", "uagb-section__background-" + backgroundType, block_controls_class),
|
78678 |
id: "uagb-section-" + block_id
|
78679 |
},
|
78680 |
wp.element.createElement("div", { className: "uagb-section__overlay" }),
|
78718 |
return wp.element.createElement(
|
78719 |
CustomTag,
|
78720 |
{
|
78721 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-section__wrap", "uagb-section__background-" + backgroundType, block_controls_class),
|
78722 |
id: "uagb-section-" + block_id
|
78723 |
},
|
78724 |
wp.element.createElement("div", { className: "uagb-section__overlay" }),
|
78747 |
/*!*************************************!*\
|
78748 |
!*** ./src/blocks/buttons/block.js ***!
|
78749 |
\*************************************/
|
78750 |
+
/*! exports provided: */
|
78751 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
78752 |
|
78753 |
"use strict";
|
78898 |
var element = document.getElementById("uagb-style-buttons-" + this.props.clientId.substr(0, 8));
|
78899 |
|
78900 |
if (null !== element && undefined !== element) {
|
78901 |
+
element.innerHTML = __WEBPACK_IMPORTED_MODULE_2__styling__["a" /* default */](this.props);
|
78902 |
}
|
78903 |
}
|
78904 |
}, {
|
78930 |
|
78931 |
loadBtnGoogleFonts = wp.element.createElement(__WEBPACK_IMPORTED_MODULE_5__components_typography_fontloader__["a" /* default */], { config: btnconfig });
|
78932 |
}
|
78933 |
+
var getButtonTemplate = __WEBPACK_IMPORTED_MODULE_3_memize___default.a(function (button_block, buttons) {
|
78934 |
+
return __WEBPACK_IMPORTED_MODULE_1_lodash_times___default.a(button_block, function (n) {
|
78935 |
return ["uagb/buttons-child", buttons[n]];
|
78936 |
});
|
78937 |
});
|
79009 |
),
|
79010 |
wp.element.createElement(
|
79011 |
"div",
|
79012 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-buttons__outer-wrap", "uagb-block-" + this.props.clientId.substr(0, 8))
|
79013 |
},
|
79014 |
wp.element.createElement(
|
79015 |
"div",
|
79016 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a("uagb-buttons__wrap", "uagb-buttons-stack-" + stack) },
|
79017 |
wp.element.createElement(InnerBlocks, {
|
79018 |
template: getButtonTemplate(btn_count, buttons),
|
79019 |
templateLock: false,
|
79037 |
/*!**********************************************!*\
|
79038 |
!*** ./node_modules/lodash/_castFunction.js ***!
|
79039 |
\**********************************************/
|
79040 |
+
/*! no static exports found */
|
79041 |
/*! all exports used */
|
79042 |
/***/ (function(module, exports, __webpack_require__) {
|
79043 |
|
79095 |
};
|
79096 |
|
79097 |
selectors[" .uagb-button__wrapper"] = {
|
79098 |
+
"margin-left": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](gap / 2, "px"),
|
79099 |
+
"margin-right": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](gap / 2, "px")
|
79100 |
};
|
79101 |
|
79102 |
if ("desktop" == stack) {
|
79103 |
|
79104 |
selectors[" .uagb-button__wrapper"]["margin-left"] = 0;
|
79105 |
selectors[" .uagb-button__wrapper"]["margin-right"] = 0;
|
79106 |
+
selectors[" .uagb-button__wrapper"]["margin-bottom"] = __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](gap, "px");
|
79107 |
|
79108 |
selectors[" .block-editor-block-list__layout"] = {
|
79109 |
"flex-direction": "column"
|
79113 |
tablet_selectors[" .uagb-button__wrapper"] = {
|
79114 |
"margin-left": 0,
|
79115 |
"margin-right": 0,
|
79116 |
+
"margin-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](gap, "px")
|
79117 |
};
|
79118 |
|
79119 |
tablet_selectors[" .block-editor-block-list__layout"] = {
|
79124 |
mobile_selectors[" .uagb-button__wrapper"] = {
|
79125 |
"margin-left": 0,
|
79126 |
"margin-right": 0,
|
79127 |
+
"margin-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](gap, "px")
|
79128 |
};
|
79129 |
|
79130 |
mobile_selectors[" .block-editor-block-list__layout"] = {
|
79158 |
}
|
79159 |
} else {
|
79160 |
selectors[" .uagb-button__wrapper"]["justify-content"] = "center";
|
79161 |
+
selectors[" .uagb-buttons-repeater"] = {
|
79162 |
+
"width": "100%"
|
79163 |
+
};
|
79164 |
selectors[" .wp-block[data-type='uagb/buttons-child']:first-child .uagb-button__wrapper"] = {
|
79165 |
"margin-left": 0
|
79166 |
};
|
79170 |
}
|
79171 |
|
79172 |
var id = ".uagb-block-" + props.clientId.substr(0, 8);
|
79173 |
+
var styling_css = __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSS__["a" /* default */](selectors, id);
|
79174 |
|
79175 |
+
styling_css += __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSS__["a" /* default */](tablet_selectors, id, true, "tablet");
|
79176 |
|
79177 |
+
styling_css += __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSS__["a" /* default */](mobile_selectors, id, true, "mobile");
|
79178 |
|
79179 |
return styling_css;
|
79180 |
}
|
79228 |
return wp.element.createElement(
|
79229 |
"div",
|
79230 |
{
|
79231 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a("uagb-buttons-repeater-" + index, "uagb-button__wrapper"),
|
79232 |
key: index
|
79233 |
},
|
79234 |
wp.element.createElement(RichText.Content, {
|
79246 |
|
79247 |
return wp.element.createElement(
|
79248 |
"div",
|
79249 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-buttons__outer-wrap"),
|
79250 |
id: "uagb-buttons-" + block_id
|
79251 |
},
|
79252 |
wp.element.createElement(
|
79253 |
"div",
|
79254 |
{ className: "uagb-buttons__wrap" },
|
79255 |
+
__WEBPACK_IMPORTED_MODULE_1_lodash_times___default.a(btn_count, function (n) {
|
79256 |
return renderButtons(n);
|
79257 |
})
|
79258 |
)
|
79278 |
return wp.element.createElement(
|
79279 |
"div",
|
79280 |
{
|
79281 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a("uagb-buttons-repeater-" + index, "uagb-button__wrapper"),
|
79282 |
key: index
|
79283 |
},
|
79284 |
wp.element.createElement(RichText.Content, {
|
79295 |
|
79296 |
return wp.element.createElement(
|
79297 |
"div",
|
79298 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-buttons__outer-wrap"),
|
79299 |
id: "uagb-buttons-" + block_id
|
79300 |
},
|
79301 |
wp.element.createElement(
|
79302 |
"div",
|
79303 |
{ className: "uagb-buttons__wrap" },
|
79304 |
+
__WEBPACK_IMPORTED_MODULE_1_lodash_times___default.a(btn_count, function (n) {
|
79305 |
return renderButtons(n);
|
79306 |
})
|
79307 |
)
|
79327 |
return wp.element.createElement(
|
79328 |
"div",
|
79329 |
{
|
79330 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a("uagb-buttons-repeater-" + index, "uagb-button__wrapper"),
|
79331 |
key: index
|
79332 |
},
|
79333 |
wp.element.createElement(RichText.Content, {
|
79344 |
|
79345 |
return wp.element.createElement(
|
79346 |
"div",
|
79347 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-buttons__outer-wrap", "uagb-block-" + block_id)
|
79348 |
},
|
79349 |
wp.element.createElement(
|
79350 |
"div",
|
79351 |
{ className: "uagb-buttons__wrap" },
|
79352 |
+
__WEBPACK_IMPORTED_MODULE_1_lodash_times___default.a(btn_count, function (n) {
|
79353 |
return renderButtons(n);
|
79354 |
})
|
79355 |
)
|
79395 |
|
79396 |
return wp.element.createElement(
|
79397 |
"div",
|
79398 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-buttons__outer-wrap", "uagb-block-" + block_id)
|
79399 |
},
|
79400 |
wp.element.createElement(
|
79401 |
"div",
|
79410 |
/*!***************************************!*\
|
79411 |
!*** ./src/blocks/buttons/style.scss ***!
|
79412 |
\***************************************/
|
79413 |
+
/*! no static exports found */
|
79414 |
/***/ (function(module, exports) {
|
79415 |
|
79416 |
// removed by extract-text-webpack-plugin
|
79420 |
/*!****************************************!*\
|
79421 |
!*** ./src/blocks/buttons/editor.scss ***!
|
79422 |
\****************************************/
|
79423 |
+
/*! no static exports found */
|
79424 |
/***/ (function(module, exports) {
|
79425 |
|
79426 |
// removed by extract-text-webpack-plugin
|
79430 |
/*!*******************************************!*\
|
79431 |
!*** ./src/blocks/buttons-child/block.js ***!
|
79432 |
\*******************************************/
|
79433 |
+
/*! exports provided: */
|
79434 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
79435 |
|
79436 |
"use strict";
|
79507 |
|
79508 |
return wp.element.createElement(
|
79509 |
"div",
|
79510 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-buttons__outer-wrap", "uagb-block-" + block_id) },
|
79511 |
wp.element.createElement(
|
79512 |
"div",
|
79513 |
{ className: "uagb-button__wrapper" },
|
79627 |
var element = document.getElementById("uagb-style-button-" + this.props.clientId.substr(0, 8));
|
79628 |
|
79629 |
if (null !== element && undefined !== element) {
|
79630 |
+
element.innerHTML = __WEBPACK_IMPORTED_MODULE_1__styling__["a" /* default */](this.props);
|
79631 |
}
|
79632 |
}
|
79633 |
}, {
|
80334 |
if ('' !== icon && curr_position === iconPosition) {
|
80335 |
return wp.element.createElement(
|
80336 |
"span",
|
80337 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a("uagb-button__icon", "uagb-button__icon-position-" + iconPosition) },
|
80338 |
+
__WEBPACK_IMPORTED_MODULE_5__dist_blocks_uagb_controls_renderIcon__["a" /* default */](icon)
|
80339 |
);
|
80340 |
}
|
80341 |
return null;
|
80366 |
),
|
80367 |
wp.element.createElement(
|
80368 |
"div",
|
80369 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-buttons__outer-wrap", "uagb-block-" + this.props.clientId.substr(0, 8), inheritFromTheme ? "wp-block-button" : null) },
|
80370 |
wp.element.createElement(
|
80371 |
"div",
|
80372 |
{ className: "uagb-button__wrapper" },
|
80373 |
wp.element.createElement(
|
80374 |
"div",
|
80375 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a("uagb-buttons-repeater", inheritFromTheme ? "wp-block-button__link" : null) },
|
80376 |
icon_html("before"),
|
80377 |
wp.element.createElement(RichText, {
|
80378 |
placeholder: __("Add text…"),
|
80452 |
if (!inheritFromTheme) {
|
80453 |
selectors = {
|
80454 |
" .uagb-buttons-repeater": {
|
80455 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](size, sizeType),
|
80456 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](lineHeight, lineHeightType),
|
80457 |
"font-family": fontFamily,
|
80458 |
"font-weight": fontWeight,
|
80459 |
+
"border-width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](borderWidth, "px"),
|
80460 |
"border-style": borderStyle,
|
80461 |
"border-color": borderColor,
|
80462 |
+
"border-radius": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](borderRadius, "px"),
|
80463 |
"background": background,
|
80464 |
"padding": vPadding + "px " + hPadding + "px"
|
80465 |
},
|
80466 |
" .uagb-buttons-repeater:hover": {
|
80467 |
"background": hBackground,
|
80468 |
+
"border-width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](borderWidth, "px"),
|
80469 |
"border-style": borderStyle,
|
80470 |
"border-color": borderHColor
|
80471 |
},
|
80484 |
};
|
80485 |
|
80486 |
mobile_selectors[" .uagb-buttons-repeater"] = {
|
80487 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](sizeMobile, sizeType),
|
80488 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](lineHeightMobile, lineHeightType)
|
80489 |
};
|
80490 |
|
80491 |
tablet_selectors[" .uagb-buttons-repeater"] = {
|
80492 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](sizeTablet, sizeType),
|
80493 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](lineHeightTablet, lineHeightType)
|
80494 |
};
|
80495 |
}
|
80496 |
|
80497 |
selectors[" .uagb-button__icon"] = {
|
80498 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](size, sizeType)
|
80499 |
};
|
80500 |
|
80501 |
if (!inheritFromTheme) {
|
80503 |
}
|
80504 |
|
80505 |
selectors[" .uagb-button__icon-position-after"] = {
|
80506 |
+
'margin-left': __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](iconSpace, 'px')
|
80507 |
};
|
80508 |
|
80509 |
selectors[" .uagb-button__icon-position-before"] = {
|
80510 |
+
'margin-right': __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](iconSpace, 'px')
|
80511 |
};
|
80512 |
|
80513 |
mobile_selectors[" .uagb-button__icon"] = {
|
80514 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](sizeMobile, sizeType),
|
80515 |
+
"height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](sizeMobile, sizeType)
|
80516 |
};
|
80517 |
|
80518 |
tablet_selectors[" .uagb-button__icon"] = {
|
80519 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](sizeTablet, sizeType),
|
80520 |
+
"height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](sizeTablet, sizeType)
|
80521 |
};
|
80522 |
|
80523 |
var id = ".uagb-block-" + props.clientId.substr(0, 8);
|
80524 |
+
var styling_css = __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSS__["a" /* default */](selectors, id);
|
80525 |
|
80526 |
+
styling_css += __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSS__["a" /* default */](tablet_selectors, id, true, "tablet");
|
80527 |
|
80528 |
+
styling_css += __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSS__["a" /* default */](mobile_selectors, id, true, "mobile");
|
80529 |
|
80530 |
return styling_css;
|
80531 |
}
|
80537 |
/*!******************************************************!*\
|
80538 |
!*** ./node_modules/react-transition-group/index.js ***!
|
80539 |
\******************************************************/
|
80540 |
+
/*! no static exports found */
|
80541 |
/*! all exports used */
|
80542 |
/***/ (function(module, exports, __webpack_require__) {
|
80543 |
|
80566 |
/*!**************************************************************!*\
|
80567 |
!*** ./node_modules/react-transition-group/CSSTransition.js ***!
|
80568 |
\**************************************************************/
|
80569 |
+
/*! no static exports found */
|
80570 |
/*! all exports used */
|
80571 |
/***/ (function(module, exports, __webpack_require__) {
|
80572 |
|
80942 |
/*!****************************************************!*\
|
80943 |
!*** ./node_modules/dom-helpers/class/addClass.js ***!
|
80944 |
\****************************************************/
|
80945 |
+
/*! no static exports found */
|
80946 |
/*! all exports used */
|
80947 |
/***/ (function(module, exports, __webpack_require__) {
|
80948 |
|
80967 |
/*!**********************************************************************!*\
|
80968 |
!*** ./node_modules/@babel/runtime/helpers/interopRequireDefault.js ***!
|
80969 |
\**********************************************************************/
|
80970 |
+
/*! no static exports found */
|
80971 |
/*! all exports used */
|
80972 |
/***/ (function(module, exports) {
|
80973 |
|
80984 |
/*!****************************************************!*\
|
80985 |
!*** ./node_modules/dom-helpers/class/hasClass.js ***!
|
80986 |
\****************************************************/
|
80987 |
+
/*! no static exports found */
|
80988 |
/*! all exports used */
|
80989 |
/***/ (function(module, exports, __webpack_require__) {
|
80990 |
|
81005 |
/*!*******************************************************!*\
|
81006 |
!*** ./node_modules/dom-helpers/class/removeClass.js ***!
|
81007 |
\*******************************************************/
|
81008 |
+
/*! no static exports found */
|
81009 |
/*! all exports used */
|
81010 |
/***/ (function(module, exports, __webpack_require__) {
|
81011 |
|
81025 |
/*!******************************************************************!*\
|
81026 |
!*** ./node_modules/react-transition-group/ReplaceTransition.js ***!
|
81027 |
\******************************************************************/
|
81028 |
+
/*! no static exports found */
|
81029 |
/*! all exports used */
|
81030 |
/***/ (function(module, exports, __webpack_require__) {
|
81031 |
|
81187 |
/*!*******************************************************************!*\
|
81188 |
!*** ./node_modules/react-transition-group/utils/ChildMapping.js ***!
|
81189 |
\*******************************************************************/
|
81190 |
+
/*! no static exports found */
|
81191 |
/*! all exports used */
|
81192 |
/***/ (function(module, exports, __webpack_require__) {
|
81193 |
|
81410 |
if ('' !== icon && curr_position === iconPosition) {
|
81411 |
return wp.element.createElement(
|
81412 |
"span",
|
81413 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a("uagb-button__icon", "uagb-button__icon-position-" + iconPosition) },
|
81414 |
+
__WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_renderIcon__["a" /* default */](icon)
|
81415 |
);
|
81416 |
}
|
81417 |
return null;
|
81419 |
|
81420 |
return wp.element.createElement(
|
81421 |
"div",
|
81422 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-buttons__outer-wrap", "uagb-block-" + block_id, inheritFromTheme ? "wp-block-button" : null) },
|
81423 |
wp.element.createElement(
|
81424 |
"div",
|
81425 |
{ className: "uagb-button__wrapper" },
|
81426 |
wp.element.createElement(
|
81427 |
"a",
|
81428 |
{
|
81429 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a("uagb-buttons-repeater", inheritFromTheme ? "wp-block-button__link" : null),
|
81430 |
href: link,
|
81431 |
rel: "noopener noreferrer",
|
81432 |
target: target },
|
81447 |
/*!*********************************************!*\
|
81448 |
!*** ./src/blocks/buttons-child/style.scss ***!
|
81449 |
\*********************************************/
|
81450 |
+
/*! no static exports found */
|
81451 |
/***/ (function(module, exports) {
|
81452 |
|
81453 |
// removed by extract-text-webpack-plugin
|
81457 |
/*!**************************************!*\
|
81458 |
!*** ./src/blocks/info-box/block.js ***!
|
81459 |
\**************************************/
|
81460 |
+
/*! exports provided: */
|
81461 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
81462 |
|
81463 |
"use strict";
|
82082 |
return setAttributes({ inheritFromTheme: !inheritFromTheme });
|
82083 |
}
|
82084 |
}),
|
82085 |
+
ctaType === "text" && wp.element.createElement(__WEBPACK_IMPORTED_MODULE_14__components_typography__["a" /* default */], {
|
82086 |
+
label: __("Typography"),
|
82087 |
+
attributes: attributes,
|
82088 |
+
setAttributes: setAttributes,
|
82089 |
+
loadGoogleFonts: { value: ctaLoadGoogleFonts, label: 'ctaLoadGoogleFonts' },
|
82090 |
+
fontFamily: { value: ctaFontFamily, label: 'ctaFontFamily' },
|
82091 |
+
fontWeight: { value: ctaFontWeight, label: 'ctaFontWeight' },
|
82092 |
+
fontSubset: { value: ctaFontSubset, label: 'ctaFontSubset' },
|
82093 |
+
fontSizeType: { value: ctaFontSizeType, label: 'ctaFontSizeType' },
|
82094 |
+
fontSize: { value: ctaFontSize, label: 'ctaFontSize' },
|
82095 |
+
fontSizeMobile: { value: ctaFontSizeMobile, label: 'ctaFontSizeMobile' },
|
82096 |
+
fontSizeTablet: { value: ctaFontSizeTablet, label: 'ctaFontSizeTablet' },
|
82097 |
+
disableLineHeight: true
|
82098 |
+
}),
|
82099 |
+
!inheritFromTheme && ctaType === "button" && wp.element.createElement(__WEBPACK_IMPORTED_MODULE_14__components_typography__["a" /* default */], {
|
82100 |
label: __("Typography"),
|
82101 |
attributes: attributes,
|
82102 |
setAttributes: setAttributes,
|
82898 |
|
82899 |
var output = wp.element.createElement(
|
82900 |
"div",
|
82901 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a.apply(undefined, ["uagb-infobox__content-wrap", ctaType == "all" ? " uagb-infobox_cta-type-all" : ""].concat(_toConsumableArray(__WEBPACK_IMPORTED_MODULE_7__classes__["a" /* default */](attributes)))) },
|
82902 |
wp.element.createElement(
|
82903 |
"div",
|
82904 |
{ className: "uagb-ifb-left-right-wrap" },
|
82959 |
inspect_control,
|
82960 |
wp.element.createElement(
|
82961 |
"div",
|
82962 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-infobox__outer-wrap", "uagb-block-" + this.props.clientId.substr(0, 8))
|
82963 |
},
|
82964 |
ctaType == "all" && wp.element.createElement(
|
82965 |
Fragment,
|
82981 |
var element = document.getElementById("uagb-info-box-style-" + this.props.clientId.substr(0, 8));
|
82982 |
|
82983 |
if (null !== element && undefined !== element) {
|
82984 |
+
element.innerHTML = __WEBPACK_IMPORTED_MODULE_10__inline_styles__["a" /* default */](this.props);
|
82985 |
}
|
82986 |
}
|
82987 |
}, {
|
83129 |
|
83130 |
var output = wp.element.createElement(
|
83131 |
"div",
|
83132 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a.apply(undefined, ["uagb-infobox__content-wrap", ctaType == "all" ? " uagb-infobox_cta-type-all" : ""].concat(_toConsumableArray(__WEBPACK_IMPORTED_MODULE_5__classes__["a" /* default */](props.attributes)))) },
|
83133 |
wp.element.createElement(
|
83134 |
"div",
|
83135 |
{ className: "uagb-ifb-left-right-wrap" },
|
83181 |
|
83182 |
return wp.element.createElement(
|
83183 |
"div",
|
83184 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-infobox__outer-wrap", "uagb-block-" + block_id) },
|
83185 |
ctaType == "all" && wp.element.createElement("a", { href: ctaLink, className: "uagb-infobox-link-wrap uagb-infbox__link-to-all", target: target, "aria-label": "Infobox Link", rel: "noopener noreferrer" }),
|
83186 |
output
|
83187 |
);
|
83293 |
null,
|
83294 |
wp.element.createElement(
|
83295 |
"div",
|
83296 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a.apply(undefined, ["uagb-infobox__content-wrap"].concat(_toConsumableArray(__WEBPACK_IMPORTED_MODULE_6__classes__["a" /* default */](props.attributes)))) },
|
83297 |
wp.element.createElement(
|
83298 |
"div",
|
83299 |
{ className: "uagb-ifb-left-right-wrap" },
|
83349 |
null,
|
83350 |
wp.element.createElement(
|
83351 |
"div",
|
83352 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-infobox__outer-wrap"),
|
83353 |
id: "uagb-infobox-" + block_id },
|
83354 |
ctaType == "all" && wp.element.createElement(
|
83355 |
Fragment,
|
83426 |
null,
|
83427 |
wp.element.createElement(
|
83428 |
"div",
|
83429 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a.apply(undefined, ["uagb-infobox__content-wrap"].concat(_toConsumableArray(__WEBPACK_IMPORTED_MODULE_6__classes__["a" /* default */](props.attributes)))) },
|
83430 |
wp.element.createElement(
|
83431 |
"div",
|
83432 |
{ className: "uagb-ifb-left-right-wrap" },
|
83482 |
null,
|
83483 |
wp.element.createElement(
|
83484 |
"div",
|
83485 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-infobox__outer-wrap"),
|
83486 |
id: "uagb-infobox-" + block_id },
|
83487 |
ctaType == "all" && wp.element.createElement(
|
83488 |
Fragment,
|
83559 |
null,
|
83560 |
wp.element.createElement(
|
83561 |
"div",
|
83562 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a.apply(undefined, ["uagb-infobox__content-wrap"].concat(_toConsumableArray(__WEBPACK_IMPORTED_MODULE_6__classes__["a" /* default */](props.attributes)))) },
|
83563 |
wp.element.createElement(
|
83564 |
"div",
|
83565 |
{ className: "uagb-ifb-left-right-wrap" },
|
83615 |
null,
|
83616 |
wp.element.createElement(
|
83617 |
"div",
|
83618 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-infobox__outer-wrap"),
|
83619 |
id: "uagb-infobox-" + block_id },
|
83620 |
ctaType == "all" && wp.element.createElement(
|
83621 |
Fragment,
|
83723 |
null,
|
83724 |
wp.element.createElement(
|
83725 |
"div",
|
83726 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a.apply(undefined, ["uagb-infobox__content-wrap", ctaType == "all" ? " uagb-infobox_cta-type-all" : ""].concat(_toConsumableArray(__WEBPACK_IMPORTED_MODULE_6__classes__["a" /* default */](props.attributes)))) },
|
83727 |
wp.element.createElement(
|
83728 |
"div",
|
83729 |
{ className: "uagb-ifb-left-right-wrap" },
|
83779 |
null,
|
83780 |
wp.element.createElement(
|
83781 |
"div",
|
83782 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-infobox__outer-wrap"),
|
83783 |
id: "uagb-infobox-" + block_id },
|
83784 |
ctaType == "all" && wp.element.createElement(
|
83785 |
Fragment,
|
83883 |
null,
|
83884 |
wp.element.createElement(
|
83885 |
"div",
|
83886 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a.apply(undefined, ["uagb-infobox__content-wrap", ctaType == "all" ? " uagb-infobox_cta-type-all" : ""].concat(_toConsumableArray(__WEBPACK_IMPORTED_MODULE_6__classes__["a" /* default */](props.attributes)))) },
|
83887 |
wp.element.createElement(
|
83888 |
"div",
|
83889 |
{ className: "uagb-ifb-left-right-wrap" },
|
83939 |
null,
|
83940 |
wp.element.createElement(
|
83941 |
"div",
|
83942 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-infobox__outer-wrap", "uagb-block-" + block_id) },
|
83943 |
ctaType == "all" && wp.element.createElement(
|
83944 |
Fragment,
|
83945 |
null,
|
84067 |
if (attributes.ctaIcon !== "") {
|
84068 |
cta_icon_output = wp.element.createElement(
|
84069 |
"span",
|
84070 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a("uagb-ifb-" + attributes.ctaType + "-icon", "uagb-ifb-align-icon-" + attributes.ctaIconPosition) },
|
84071 |
wp.element.createElement("i", { className: attributes.ctaIcon })
|
84072 |
);
|
84073 |
}
|
84117 |
/*!*****************************************!*\
|
84118 |
!*** ./src/blocks/info-box/editor.scss ***!
|
84119 |
\*****************************************/
|
84120 |
+
/*! no static exports found */
|
84121 |
/***/ (function(module, exports) {
|
84122 |
|
84123 |
// removed by extract-text-webpack-plugin
|
84127 |
/*!****************************************!*\
|
84128 |
!*** ./src/blocks/info-box/style.scss ***!
|
84129 |
\****************************************/
|
84130 |
+
/*! no static exports found */
|
84131 |
/***/ (function(module, exports) {
|
84132 |
|
84133 |
// removed by extract-text-webpack-plugin
|
84137 |
/*!*****************************************!*\
|
84138 |
!*** ./src/blocks/testimonial/block.js ***!
|
84139 |
\*****************************************/
|
84140 |
+
/*! exports provided: */
|
84141 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
84142 |
|
84143 |
"use strict";
|
85122 |
var incAmount = Math.abs(newCount - cloneTest_block.length);
|
85123 |
|
85124 |
{
|
85125 |
+
__WEBPACK_IMPORTED_MODULE_7_lodash_times___default.a(incAmount, function (n) {
|
85126 |
|
85127 |
cloneTest_block.push({
|
85128 |
description: "I have been working with these guys since years now! With lots of hard work and timely communication they made sure they delivered the best to me. Highly recommended!",
|
85213 |
title: __("Image"),
|
85214 |
initialOpen: false
|
85215 |
},
|
85216 |
+
__WEBPACK_IMPORTED_MODULE_7_lodash_times___default.a(test_item_count, function (n) {
|
85217 |
return tmControls(n);
|
85218 |
}),
|
85219 |
cnt > 0 && wp.element.createElement(
|
85298 |
inspect_control,
|
85299 |
wp.element.createElement(
|
85300 |
"div",
|
85301 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-testomonial__outer-wrap uagb-slick-carousel uagb-tm__arrow-outside", "uagb-block-" + this.props.clientId.substr(0, 8))
|
85302 |
},
|
85303 |
wp.element.createElement(
|
85304 |
__WEBPACK_IMPORTED_MODULE_8_react_slick___default.a,
|
85305 |
_extends({
|
85306 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a("is-carousel", "uagb-tm__columns-" + columns, "uagb-tm__items")
|
85307 |
}, settings),
|
85308 |
test_block.map(function (test, index) {
|
85309 |
return wp.element.createElement(
|
85310 |
"div",
|
85311 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a.apply(undefined, ["uagb-testimonial__wrap"].concat(_toConsumableArray(__WEBPACK_IMPORTED_MODULE_4__classes__["a" /* default */](attributes)))), key: "wrap-" + index },
|
85312 |
wp.element.createElement(
|
85313 |
"div",
|
85314 |
{ className: "uagb-tm__content", key: "tm_content-" + index },
|
85365 |
var element = document.getElementById("uagb-testinomial-style-" + this.props.clientId.substr(0, 8));
|
85366 |
|
85367 |
if (null !== element && undefined !== element) {
|
85368 |
+
element.innerHTML = __WEBPACK_IMPORTED_MODULE_5__inline_styles__["a" /* default */](this.props);
|
85369 |
}
|
85370 |
}
|
85371 |
}, {
|
85483 |
|
85484 |
var selectors = {
|
85485 |
" .uagb-testimonial__wrap": {
|
85486 |
+
"padding-left": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](columnGap / 2, "px"),
|
85487 |
+
"padding-right": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](columnGap / 2, "px"),
|
85488 |
+
"margin-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](rowGap, "px")
|
85489 |
},
|
85490 |
" .uagb-testimonial__wrap .uagb-tm__image-content": {
|
85491 |
+
"padding-left": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](imgHrPadding, "px"),
|
85492 |
+
"padding-right": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](imgHrPadding, "px"),
|
85493 |
+
"padding-top": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](imgVrPadding, "px"),
|
85494 |
+
"padding-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](imgVrPadding, "px")
|
85495 |
},
|
85496 |
" .uagb-tm__image-position-top .uagb-tm__image-content": {
|
85497 |
"justify-content": img_align
|
85498 |
},
|
85499 |
// Image
|
85500 |
" .uagb-tm__image img": {
|
85501 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](imageWidth, "px"),
|
85502 |
+
"max-width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](imageWidth, "px")
|
85503 |
},
|
85504 |
" .uagb-tm__content": {
|
85505 |
"text-align": headingAlign,
|
85506 |
+
"padding": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](contentPadding, "px")
|
85507 |
},
|
85508 |
// Prefix Style
|
85509 |
" .uagb-tm__author-name": {
|
85510 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](nameFontSize, nameFontSizeType),
|
85511 |
"font-family": nameFontFamily,
|
85512 |
"font-weight": nameFontWeight,
|
85513 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](nameLineHeight, nameLineHeightType),
|
85514 |
"color": authorColor,
|
85515 |
+
"margin-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](nameSpace, "px")
|
85516 |
},
|
85517 |
// Title Style
|
85518 |
" .uagb-tm__company": {
|
85519 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](companyFontSize, companyFontSizeType),
|
85520 |
"font-family": companyFontFamily,
|
85521 |
"font-weight": companyFontWeight,
|
85522 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](companyLineHeight, companyLineHeightType),
|
85523 |
"color": companyColor
|
85524 |
},
|
85525 |
// Description Style
|
85526 |
" .uagb-tm__desc": {
|
85527 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](descFontSize, descFontSizeType),
|
85528 |
"font-family": descFontFamily,
|
85529 |
"font-weight": descFontWeight,
|
85530 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](descLineHeight, descLineHeightType),
|
85531 |
"color": descColor,
|
85532 |
+
"margin-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](descSpace, "px")
|
85533 |
},
|
85534 |
" .uagb-testimonial__wrap.uagb-tm__bg-type-color .uagb-tm__content": {
|
85535 |
"background-color": backgroundColor
|
85552 |
},
|
85553 |
" .slick-arrow svg": {
|
85554 |
"fill": arrowColor,
|
85555 |
+
"height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](arrowSize, "px"),
|
85556 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](arrowSize, "px")
|
85557 |
}
|
85558 |
};
|
85559 |
|
85568 |
selectors[" .uagb-testimonial__wrap .uagb-tm__content"] = {
|
85569 |
"border-color": borderColor,
|
85570 |
"border-style": borderStyle,
|
85571 |
+
"border-width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](borderWidth, "px"),
|
85572 |
+
"border-radius": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](borderRadius, "px")
|
85573 |
};
|
85574 |
} else {
|
85575 |
selectors[" .uagb-testimonial__wrap .uagb-tm__content"] = {
|
85576 |
+
"border-radius": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](borderRadius, "px")
|
85577 |
};
|
85578 |
}
|
85579 |
|
85591 |
|
85592 |
var mobile_selectors = {
|
85593 |
" .uagb-tm__desc": {
|
85594 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](descFontSizeMobile, descFontSizeType),
|
85595 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](descLineHeightMobile, descLineHeightType)
|
85596 |
},
|
85597 |
" .uagb-tm__company": {
|
85598 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](companyFontSizeMobile, companyFontSizeType),
|
85599 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](companyLineHeightMobile, companyLineHeightType)
|
85600 |
},
|
85601 |
" .uagb-tm__author-name": {
|
85602 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](nameFontSizeMobile, nameFontSizeType),
|
85603 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](nameLineHeightMobile, nameLineHeightType)
|
85604 |
}
|
85605 |
};
|
85606 |
|
85607 |
var tablet_selectors = {
|
85608 |
" .uagb-tm__desc": {
|
85609 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](descFontSizeTablet, descFontSizeType),
|
85610 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](descLineHeightTablet, descLineHeightType)
|
85611 |
},
|
85612 |
" .uagb-tm__company": {
|
85613 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](companyFontSizeTablet, companyFontSizeType),
|
85614 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](companyLineHeightTablet, companyLineHeightType)
|
85615 |
},
|
85616 |
" .uagb-tm__author-name": {
|
85617 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](nameFontSizeTablet, nameFontSizeType),
|
85618 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](nameLineHeightTablet, nameLineHeightType)
|
85619 |
},
|
85620 |
" .uagb-tm__content": {
|
85621 |
"text-align": "center"
|
85625 |
var styling_css = "";
|
85626 |
var id = ".uagb-block-" + props.clientId.substr(0, 8);
|
85627 |
|
85628 |
+
styling_css = __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSS__["a" /* default */](selectors, id);
|
85629 |
+
styling_css += __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSS__["a" /* default */](tablet_selectors, id, true, "tablet");
|
85630 |
+
styling_css += __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSS__["a" /* default */](mobile_selectors, id, true, "mobile");
|
85631 |
|
85632 |
return styling_css;
|
85633 |
}
|
85691 |
null,
|
85692 |
wp.element.createElement(
|
85693 |
"div",
|
85694 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-testomonial__outer-wrap uagb-slick-carousel uagb-tm__arrow-outside", "uagb-block-" + block_id)
|
85695 |
},
|
85696 |
wp.element.createElement(
|
85697 |
"div",
|
85698 |
{
|
85699 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a("is-carousel", "uagb-tm__columns-" + columns, "uagb-tm__items")
|
85700 |
},
|
85701 |
test_block.map(function (test, index) {
|
85702 |
return wp.element.createElement(
|
85703 |
"div",
|
85704 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a.apply(undefined, ["uagb-testimonial__wrap"].concat(_toConsumableArray(__WEBPACK_IMPORTED_MODULE_4__classes__["a" /* default */](props.attributes)))), key: "wrap-" + index },
|
85705 |
wp.element.createElement(
|
85706 |
"div",
|
85707 |
{ className: "uagb-tm__content", key: "tm_content-" + index },
|
85828 |
null,
|
85829 |
wp.element.createElement(
|
85830 |
"div",
|
85831 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-testomonial__outer-wrap uagb-slick-carousel uagb-tm__arrow-outside"),
|
85832 |
id: "uagb-testimonial-" + block_id,
|
85833 |
"data-slider": JSON.stringify(sldier_data)
|
85834 |
},
|
85835 |
wp.element.createElement(
|
85836 |
"div",
|
85837 |
{
|
85838 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a("is-carousel", "uagb-tm__columns-" + columns, "uagb-tm__items")
|
85839 |
},
|
85840 |
test_block.map(function (test, index) {
|
85841 |
return wp.element.createElement(
|
85842 |
"div",
|
85843 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a.apply(undefined, ["uagb-testimonial__wrap"].concat(_toConsumableArray(__WEBPACK_IMPORTED_MODULE_6__classes__["a" /* default */](props.attributes)))), key: "wrap-" + index },
|
85844 |
wp.element.createElement(
|
85845 |
"div",
|
85846 |
{ className: "uagb-tm__content", key: "tm_content-" + index },
|
85913 |
null,
|
85914 |
wp.element.createElement(
|
85915 |
"div",
|
85916 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-testomonial__outer-wrap uagb-slick-carousel uagb-tm__arrow-outside"),
|
85917 |
id: "uagb-testimonial-" + block_id
|
85918 |
},
|
85919 |
wp.element.createElement(
|
85920 |
"div",
|
85921 |
{
|
85922 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a("is-carousel", "uagb-tm__columns-" + columns, "uagb-tm__items")
|
85923 |
},
|
85924 |
test_block.map(function (test, index) {
|
85925 |
return wp.element.createElement(
|
85926 |
"div",
|
85927 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a.apply(undefined, ["uagb-testimonial__wrap"].concat(_toConsumableArray(__WEBPACK_IMPORTED_MODULE_6__classes__["a" /* default */](props.attributes)))), key: "wrap-" + index },
|
85928 |
wp.element.createElement(
|
85929 |
"div",
|
85930 |
{ className: "uagb-tm__content", key: "tm_content-" + index },
|
85981 |
/*!*******************************************!*\
|
85982 |
!*** ./src/blocks/testimonial/style.scss ***!
|
85983 |
\*******************************************/
|
85984 |
+
/*! no static exports found */
|
85985 |
/***/ (function(module, exports) {
|
85986 |
|
85987 |
// removed by extract-text-webpack-plugin
|
85991 |
/*!********************************************!*\
|
85992 |
!*** ./src/blocks/testimonial/editor.scss ***!
|
85993 |
\********************************************/
|
85994 |
+
/*! no static exports found */
|
85995 |
/***/ (function(module, exports) {
|
85996 |
|
85997 |
// removed by extract-text-webpack-plugin
|
86001 |
/*!**********************************!*\
|
86002 |
!*** ./src/blocks/team/block.js ***!
|
86003 |
\**********************************/
|
86004 |
+
/*! exports provided: */
|
86005 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
86006 |
|
86007 |
"use strict";
|
86139 |
wp.element.createElement(
|
86140 |
"a",
|
86141 |
{ href: link, "aria-label": icon, target: target_value, title: "", rel: "noopener noreferrer" },
|
86142 |
+
__WEBPACK_IMPORTED_MODULE_4__dist_blocks_uagb_controls_renderIcon__["a" /* default */](icon)
|
86143 |
)
|
86144 |
);
|
86145 |
}
|
86340 |
image_html = wp.element.createElement(
|
86341 |
"div",
|
86342 |
{
|
86343 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a("uagb-team__image-wrap", "uagb-team__image-crop-" + imgStyle) },
|
86344 |
wp.element.createElement("img", {
|
86345 |
className: "",
|
86346 |
src: img_url,
|
86930 |
wp.element.createElement(
|
86931 |
"div",
|
86932 |
{
|
86933 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-team", "uagb-team__outer-wrap", "uagb-team__image-position-" + imgPosition, "uagb-team__align-" + align, "uagb-team__stack-" + stack, "uagb-block-" + this.props.clientId.substr(0, 8)) },
|
86934 |
wp.element.createElement(
|
86935 |
"div",
|
86936 |
{ className: "uagb-team__wrap" },
|
86957 |
var element = document.getElementById("uagb-team-style-" + this.props.clientId.substr(0, 8));
|
86958 |
|
86959 |
if (null !== element && undefined !== element) {
|
86960 |
+
element.innerHTML = __WEBPACK_IMPORTED_MODULE_3__styling__["a" /* default */](this.props);
|
86961 |
}
|
86962 |
}
|
86963 |
}, {
|
87055 |
|
87056 |
var selectors = {
|
87057 |
" p.uagb-team__desc.block-editor-rich-text__editable": {
|
87058 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](descFontSize, descFontSizeType),
|
87059 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](descLineHeight, descLineHeightType),
|
87060 |
"font-family": descFontFamily,
|
87061 |
"font-weight": descFontWeight,
|
87062 |
"color": descColor,
|
87063 |
+
"margin-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](descSpace, "px")
|
87064 |
},
|
87065 |
+
" .rich-text.block-editor-rich-text__editable.uagb-team__prefix": {
|
87066 |
"font-family": prefixFontFamily,
|
87067 |
"font-weight": prefixFontWeight,
|
87068 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](prefixFontSize, prefixFontSizeType),
|
87069 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](prefixLineHeight, prefixLineHeightType),
|
87070 |
"color": prefixColor
|
87071 |
},
|
87072 |
" .uagb-team__desc-wrap": {
|
87073 |
+
"margin-top": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](prefixSpace, "px")
|
87074 |
},
|
87075 |
" .uagb-team__social-icon a": {
|
87076 |
"color": socialColor,
|
87077 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](socialFontSize, socialFontSizeType),
|
87078 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](socialFontSize, socialFontSizeType),
|
87079 |
+
"height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](socialFontSize, socialFontSizeType),
|
87080 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](socialFontSize, socialFontSizeType)
|
87081 |
},
|
87082 |
" .uagb-team__social-icon svg": {
|
87083 |
"fill": socialColor,
|
87084 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](socialFontSize, socialFontSizeType),
|
87085 |
+
"height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](socialFontSize, socialFontSizeType)
|
87086 |
},
|
87087 |
" .uagb-team__social-icon:hover a": {
|
87088 |
"color": socialHoverColor
|
87091 |
"fill": socialHoverColor
|
87092 |
},
|
87093 |
".uagb-team__image-position-left .uagb-team__social-icon": {
|
87094 |
+
"margin-right": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](socialSpace, "px"),
|
87095 |
"margin-left": "0"
|
87096 |
},
|
87097 |
".uagb-team__image-position-right .uagb-team__social-icon": {
|
87098 |
+
"margin-left": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](socialSpace, "px"),
|
87099 |
"margin-right": "0"
|
87100 |
},
|
87101 |
".uagb-team__image-position-above.uagb-team__align-center .uagb-team__social-icon": {
|
87102 |
+
"margin-right": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](socialSpace / 2, "px"),
|
87103 |
+
"margin-left": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](socialSpace / 2, "px")
|
87104 |
},
|
87105 |
".uagb-team__image-position-above.uagb-team__align-left .uagb-team__social-icon": {
|
87106 |
+
"margin-right": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](socialSpace, "px"),
|
87107 |
"margin-left": "0"
|
87108 |
},
|
87109 |
".uagb-team__image-position-above.uagb-team__align-right .uagb-team__social-icon": {
|
87110 |
+
"margin-left": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](socialSpace, "px"),
|
87111 |
"margin-right": "0"
|
87112 |
},
|
87113 |
" .uagb-team__image-wrap": {
|
87114 |
+
"margin-top": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](imgTopMargin, "px"),
|
87115 |
+
"margin-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](imgBottomMargin, "px"),
|
87116 |
+
"margin-left": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](imgLeftMargin, "px"),
|
87117 |
+
"margin-right": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](imgRightMargin, "px"),
|
87118 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](imgWidth, "px")
|
87119 |
}
|
87120 |
};
|
87121 |
|
87136 |
}
|
87137 |
}
|
87138 |
|
87139 |
+
selectors[" " + tag + ".rich-text.block-editor-rich-text__editable.uagb-team__title"] = {
|
87140 |
"font-family": titleFontFamily,
|
87141 |
"font-weight": titleFontWeight,
|
87142 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](titleFontSize, titleFontSizeType),
|
87143 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](titleLineHeight, titleLineHeightType),
|
87144 |
"color": titleColor,
|
87145 |
+
"margin-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](titleSpace, "px")
|
87146 |
};
|
87147 |
|
87148 |
mobile_selectors = {
|
87149 |
" p.uagb-team__desc.block-editor-rich-text__editable": {
|
87150 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](descFontSizeMobile, descFontSizeType)
|
87151 |
},
|
87152 |
" .uagb-team__prefix": {
|
87153 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](prefixFontSizeMobile, prefixFontSizeType)
|
87154 |
},
|
87155 |
" .uagb-team__social-icon a": {
|
87156 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](socialFontSizeMobile, socialFontSizeType),
|
87157 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](socialFontSizeMobile, socialFontSizeType),
|
87158 |
+
"height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](socialFontSizeMobile, socialFontSizeType),
|
87159 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](socialFontSizeMobile, socialFontSizeType)
|
87160 |
},
|
87161 |
" .uagb-team__social-icon svg": {
|
87162 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](socialFontSizeMobile, socialFontSizeType),
|
87163 |
+
"height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](socialFontSizeMobile, socialFontSizeType)
|
87164 |
}
|
87165 |
};
|
87166 |
|
87167 |
tablet_selectors = {
|
87168 |
" p.uagb-team__desc.block-editor-rich-text__editable": {
|
87169 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](descFontSizeTablet, descFontSizeType)
|
87170 |
},
|
87171 |
" .uagb-team__prefix": {
|
87172 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](prefixFontSizeTablet, prefixFontSizeType)
|
87173 |
},
|
87174 |
" .uagb-team__social-icon a": {
|
87175 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](socialFontSizeTablet, socialFontSizeType),
|
87176 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](socialFontSizeTablet, socialFontSizeType),
|
87177 |
+
"height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](socialFontSizeTablet, socialFontSizeType),
|
87178 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](socialFontSizeTablet, socialFontSizeType)
|
87179 |
},
|
87180 |
" .uagb-team__social-icon svg": {
|
87181 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](socialFontSizeTablet, socialFontSizeType),
|
87182 |
+
"height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](socialFontSizeTablet, socialFontSizeType)
|
87183 |
}
|
87184 |
};
|
87185 |
|
87186 |
mobile_selectors[" " + tag + ".uagb-team__title"] = {
|
87187 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](titleFontSizeMobile, titleFontSizeType)
|
87188 |
};
|
87189 |
|
87190 |
tablet_selectors[" " + tag + ".uagb-team__title"] = {
|
87191 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](titleFontSizeTablet, titleFontSizeType)
|
87192 |
};
|
87193 |
|
87194 |
var styling_css = "";
|
87195 |
var id = ".uagb-block-" + props.clientId.substr(0, 8);
|
87196 |
|
87197 |
+
styling_css = __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSS__["a" /* default */](selectors, id);
|
87198 |
|
87199 |
+
styling_css += __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSS__["a" /* default */](tablet_selectors, id, true, "tablet");
|
87200 |
|
87201 |
+
styling_css += __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSS__["a" /* default */](mobile_selectors, id, true, "mobile");
|
87202 |
|
87203 |
return styling_css;
|
87204 |
}
|
87240 |
wp.element.createElement(
|
87241 |
"a",
|
87242 |
{ href: link, "aria-label": icon, target: target_value, title: "", rel: "noopener noreferrer" },
|
87243 |
+
__WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_renderIcon__["a" /* default */](icon)
|
87244 |
)
|
87245 |
);
|
87246 |
}
|
87288 |
image_html = wp.element.createElement(
|
87289 |
"div",
|
87290 |
{
|
87291 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a("uagb-team__image-wrap", "uagb-team__image-crop-" + imgStyle) },
|
87292 |
wp.element.createElement("img", {
|
87293 |
className: "",
|
87294 |
src: img_url,
|
87300 |
return wp.element.createElement(
|
87301 |
"div",
|
87302 |
{
|
87303 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(props.className, "uagb-team", "uagb-team__outer-wrap", "uagb-team__image-position-" + imgPosition, "uagb-team__align-" + align, "uagb-team__stack-" + stack, "uagb-block-" + block_id) },
|
87304 |
wp.element.createElement(
|
87305 |
"div",
|
87306 |
{ className: "uagb-team__wrap" },
|
87384 |
wp.element.createElement(
|
87385 |
"a",
|
87386 |
{ href: link, target: target_value, title: "", rel: "noopener noreferrer" },
|
87387 |
+
__WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_renderIcon__["a" /* default */](icon)
|
87388 |
)
|
87389 |
);
|
87390 |
}
|
87447 |
image_html = wp.element.createElement(
|
87448 |
"div",
|
87449 |
{
|
87450 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a("uagb-team__image-wrap", "uagb-team__image-crop-" + imgStyle) },
|
87451 |
wp.element.createElement("img", {
|
87452 |
className: "",
|
87453 |
src: img_url,
|
87459 |
return wp.element.createElement(
|
87460 |
"div",
|
87461 |
{
|
87462 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(props.className, "uagb-team", "uagb-team__outer-wrap", "uagb-team__image-position-" + imgPosition, "uagb-team__align-" + align, "uagb-team__stack-" + stack),
|
87463 |
id: "uagb-team-" + block_id },
|
87464 |
wp.element.createElement(
|
87465 |
"div",
|
87554 |
image_html = wp.element.createElement(
|
87555 |
"div",
|
87556 |
{
|
87557 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a("uagb-team__image-wrap", "uagb-team__image-crop-" + imgStyle) },
|
87558 |
wp.element.createElement("img", {
|
87559 |
className: "",
|
87560 |
src: img_url,
|
87566 |
return wp.element.createElement(
|
87567 |
"div",
|
87568 |
{
|
87569 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(props.className, "uagb-team", "uagb-team__outer-wrap", "uagb-team__image-position-" + imgPosition, "uagb-team__align-" + align, "uagb-team__stack-" + stack),
|
87570 |
id: "uagb-team-" + block_id },
|
87571 |
wp.element.createElement(
|
87572 |
"div",
|
87661 |
image_html = wp.element.createElement(
|
87662 |
"div",
|
87663 |
{
|
87664 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a("uagb-team__image-wrap", "uagb-team__image-crop-" + imgStyle) },
|
87665 |
wp.element.createElement("img", {
|
87666 |
className: "",
|
87667 |
src: img_url,
|
87673 |
return wp.element.createElement(
|
87674 |
"div",
|
87675 |
{
|
87676 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(props.className, "uagb-team", "uagb-team__outer-wrap", "uagb-team__image-position-" + imgPosition, "uagb-team__align-" + align, "uagb-team__stack-" + stack, "uagb-block-" + block_id) },
|
87677 |
wp.element.createElement(
|
87678 |
"div",
|
87679 |
{ className: "uagb-team__wrap" },
|
87731 |
/*!*************************************!*\
|
87732 |
!*** ./src/blocks/team/editor.scss ***!
|
87733 |
\*************************************/
|
87734 |
+
/*! no static exports found */
|
87735 |
/***/ (function(module, exports) {
|
87736 |
|
87737 |
// removed by extract-text-webpack-plugin
|
87741 |
/*!************************************!*\
|
87742 |
!*** ./src/blocks/team/style.scss ***!
|
87743 |
\************************************/
|
87744 |
+
/*! no static exports found */
|
87745 |
/***/ (function(module, exports) {
|
87746 |
|
87747 |
// removed by extract-text-webpack-plugin
|
87751 |
/*!******************************************!*\
|
87752 |
!*** ./src/blocks/social-share/block.js ***!
|
87753 |
\******************************************/
|
87754 |
+
/*! exports provided: */
|
87755 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
87756 |
|
87757 |
"use strict";
|
87810 |
/*!********************************************!*\
|
87811 |
!*** ./src/blocks/social-share/style.scss ***!
|
87812 |
\********************************************/
|
87813 |
+
/*! no static exports found */
|
87814 |
/***/ (function(module, exports) {
|
87815 |
|
87816 |
// removed by extract-text-webpack-plugin
|
87820 |
/*!*********************************************!*\
|
87821 |
!*** ./src/blocks/social-share/editor.scss ***!
|
87822 |
\*********************************************/
|
87823 |
+
/*! no static exports found */
|
87824 |
/***/ (function(module, exports) {
|
87825 |
|
87826 |
// removed by extract-text-webpack-plugin
|
87971 |
var element = document.getElementById("uagb-style-social-share-" + this.props.clientId.substr(0, 8));
|
87972 |
|
87973 |
if (null !== element && undefined !== element) {
|
87974 |
+
element.innerHTML = __WEBPACK_IMPORTED_MODULE_5__styling__["a" /* default */](this.props);
|
87975 |
}
|
87976 |
}
|
87977 |
}, {
|
88001 |
var sizeTypesControls = wp.element.createElement(
|
88002 |
ButtonGroup,
|
88003 |
{ className: "uagb-size-type-field", "aria-label": __("Size Type") },
|
88004 |
+
__WEBPACK_IMPORTED_MODULE_2_lodash_map___default.a(sizeTypes, function (_ref) {
|
88005 |
var name = _ref.name,
|
88006 |
key = _ref.key;
|
88007 |
return wp.element.createElement(
|
88024 |
var bgSizeTypesControls = wp.element.createElement(
|
88025 |
ButtonGroup,
|
88026 |
{ className: "uagb-size-type-field", "aria-label": __("Size Type") },
|
88027 |
+
__WEBPACK_IMPORTED_MODULE_2_lodash_map___default.a(sizeTypes, function (_ref2) {
|
88028 |
var name = _ref2.name,
|
88029 |
key = _ref2.key;
|
88030 |
return wp.element.createElement(
|
88044 |
})
|
88045 |
);
|
88046 |
|
88047 |
+
var getSocialShareTemplate = __WEBPACK_IMPORTED_MODULE_3_memize___default.a(function (icon_block, socials) {
|
88048 |
+
return __WEBPACK_IMPORTED_MODULE_1_lodash_times___default.a(icon_block, function (n) {
|
88049 |
return ["uagb/social-share-child", socials[n]];
|
88050 |
});
|
88051 |
});
|
88206 |
),
|
88207 |
wp.element.createElement(
|
88208 |
"div",
|
88209 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-social-share__outer-wrap", "uagb-social-share__layout-" + social_layout, "uagb-block-" + this.props.clientId.substr(0, 8))
|
88210 |
},
|
88211 |
wp.element.createElement(
|
88212 |
"div",
|
88267 |
var mobile_selectors = {};
|
88268 |
|
88269 |
selectors[".uagb-social-share__layout-vertical .uagb-ss__wrapper"] = {
|
88270 |
+
"padding": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](bgSize, "px"),
|
88271 |
"margin-left": 0,
|
88272 |
"margin-right": 0,
|
88273 |
+
"margin-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](gap, "px")
|
88274 |
};
|
88275 |
|
88276 |
selectors[".uagb-social-share__layout-vertical .uagb-social-share__wrap"] = {
|
88278 |
};
|
88279 |
|
88280 |
selectors[".uagb-social-share__layout-horizontal .uagb-ss__wrapper"] = {
|
88281 |
+
"padding": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](bgSize, "px"),
|
88282 |
+
"margin-left": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](gap / 2, "px"),
|
88283 |
+
"margin-right": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](gap / 2, "px")
|
88284 |
};
|
88285 |
|
88286 |
selectors[" .uagb-ss__wrapper"] = {
|
88287 |
+
"border-radius": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](borderRadius, "px")
|
88288 |
};
|
88289 |
|
88290 |
selectors[" .uagb-ss__source-image"] = {
|
88291 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](size, sizeType)
|
88292 |
};
|
88293 |
|
88294 |
selectors[" .uagb-ss__source-wrap"] = {
|
88295 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](size, sizeType)
|
88296 |
};
|
88297 |
|
88298 |
selectors[" .uagb-ss__source-wrap svg"] = {
|
88299 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](size, sizeType),
|
88300 |
+
"height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](size, sizeType)
|
88301 |
};
|
88302 |
|
88303 |
selectors[" .uagb-ss__source-icon"] = {
|
88304 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](size, sizeType),
|
88305 |
+
"height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](size, sizeType),
|
88306 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](size, sizeType),
|
88307 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](size, sizeType)
|
88308 |
};
|
88309 |
|
88310 |
var alignment = align == "left" ? "flex-start" : align == "right" ? "flex-end" : "center";
|
88333 |
selectors[" .uagb-ss__wrapper"] = {
|
88334 |
"margin-left": 0,
|
88335 |
"margin-right": 0,
|
88336 |
+
"margin-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](gap, "px")
|
88337 |
};
|
88338 |
|
88339 |
selectors[" .uagb-social-share__wrap"] = {
|
88350 |
tablet_selectors[" .uagb-ss__wrapper"] = {
|
88351 |
"margin-left": 0,
|
88352 |
"margin-right": 0,
|
88353 |
+
"margin-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](gap, "px")
|
88354 |
};
|
88355 |
|
88356 |
tablet_selectors[" .uagb-social-share__wrap"] = {
|
88366 |
mobile_selectors[" .uagb-ss__wrapper"] = {
|
88367 |
"margin-left": 0,
|
88368 |
"margin-right": 0,
|
88369 |
+
"margin-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](gap, "px")
|
88370 |
};
|
88371 |
|
88372 |
mobile_selectors[" .uagb-social-share__wrap"] = {
|
88381 |
}
|
88382 |
|
88383 |
mobile_selectors[" .uagb-ss__source-image"] = {
|
88384 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](sizeMobile, sizeType)
|
88385 |
};
|
88386 |
|
88387 |
mobile_selectors[" .uagb-ss__source-wrap"] = {
|
88388 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](sizeMobile, sizeType),
|
88389 |
+
"height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](sizeMobile, sizeType),
|
88390 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](sizeMobile, sizeType)
|
88391 |
};
|
88392 |
|
88393 |
mobile_selectors[" .uagb-ss__source-wrap svg"] = {
|
88394 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](sizeMobile, sizeType),
|
88395 |
+
"height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](sizeMobile, sizeType)
|
88396 |
};
|
88397 |
|
88398 |
mobile_selectors[" .uagb-ss__source-icon"] = {
|
88399 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](sizeMobile, sizeType),
|
88400 |
+
"height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](sizeMobile, sizeType),
|
88401 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](sizeMobile, sizeType),
|
88402 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](sizeMobile, sizeType)
|
88403 |
};
|
88404 |
|
88405 |
tablet_selectors[" .uagb-ss__source-image"] = {
|
88406 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](sizeTablet, sizeType)
|
88407 |
};
|
88408 |
|
88409 |
tablet_selectors[" .uagb-ss__source-wrap"] = {
|
88410 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](sizeTablet, sizeType),
|
88411 |
+
"height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](sizeTablet, sizeType),
|
88412 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](sizeTablet, sizeType)
|
88413 |
};
|
88414 |
|
88415 |
tablet_selectors[" .uagb-ss__source-wrap svg"] = {
|
88416 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](sizeTablet, sizeType),
|
88417 |
+
"height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](sizeTablet, sizeType)
|
88418 |
};
|
88419 |
|
88420 |
tablet_selectors[" .uagb-ss__source-icon"] = {
|
88421 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](sizeTablet, sizeType),
|
88422 |
+
"height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](sizeTablet, sizeType),
|
88423 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](sizeTablet, sizeType),
|
88424 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](sizeTablet, sizeType)
|
88425 |
};
|
88426 |
|
88427 |
var styling_css = "";
|
88428 |
var id = ".uagb-block-" + props.clientId.substr(0, 8);
|
88429 |
|
88430 |
+
styling_css = __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSS__["a" /* default */](selectors, id);
|
88431 |
|
88432 |
+
styling_css += __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSS__["a" /* default */](tablet_selectors, id, true, "tablet");
|
88433 |
|
88434 |
+
styling_css += __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSS__["a" /* default */](mobile_selectors, id, true, "mobile");
|
88435 |
|
88436 |
return styling_css;
|
88437 |
}
|
88479 |
|
88480 |
return wp.element.createElement(
|
88481 |
"div",
|
88482 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-social-share__outer-wrap", "uagb-social-share__layout-" + social_layout, "uagb-block-" + block_id) },
|
88483 |
wp.element.createElement(
|
88484 |
"div",
|
88485 |
{ className: "uagb-social-share__wrap" },
|
88530 |
|
88531 |
return wp.element.createElement(
|
88532 |
"div",
|
88533 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-social-share__outer-wrap", "uagb-social-share__layout-" + social_layout),
|
88534 |
id: "uagb-social-share-" + block_id },
|
88535 |
wp.element.createElement(
|
88536 |
"div",
|
88551 |
|
88552 |
if (social.image_icon == "icon") {
|
88553 |
if (social.icon) {
|
88554 |
+
image_icon_html = wp.element.createElement("span", { className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(social.icon, "uagb-ss__source-icon") });
|
88555 |
}
|
88556 |
} else {
|
88557 |
if (social.image) {
|
88562 |
return wp.element.createElement(
|
88563 |
"div",
|
88564 |
{
|
88565 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a("uagb-ss-repeater-" + index, "uagb-ss__wrapper"),
|
88566 |
key: index
|
88567 |
},
|
88568 |
wp.element.createElement(
|
88596 |
|
88597 |
return wp.element.createElement(
|
88598 |
"div",
|
88599 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-social-share__outer-wrap", "uagb-social-share__layout-" + social_layout),
|
88600 |
id: "uagb-social-share-" + block_id },
|
88601 |
wp.element.createElement(
|
88602 |
"div",
|
88620 |
image_icon_html = wp.element.createElement(
|
88621 |
"span",
|
88622 |
{ className: "uagb-ss__source-icon" },
|
88623 |
+
__WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_renderIcon__["a" /* default */](social.icon)
|
88624 |
);
|
88625 |
}
|
88626 |
} else {
|
88632 |
return wp.element.createElement(
|
88633 |
"div",
|
88634 |
{
|
88635 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a("uagb-ss-repeater-" + index, "uagb-ss__wrapper"),
|
88636 |
key: index
|
88637 |
},
|
88638 |
wp.element.createElement(
|
88666 |
|
88667 |
return wp.element.createElement(
|
88668 |
"div",
|
88669 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-social-share__outer-wrap", "uagb-social-share__layout-" + social_layout, "uagb-block-" + block_id)
|
88670 |
},
|
88671 |
wp.element.createElement(
|
88672 |
"div",
|
88690 |
image_icon_html = wp.element.createElement(
|
88691 |
"span",
|
88692 |
{ className: "uagb-ss__source-icon" },
|
88693 |
+
__WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_renderIcon__["a" /* default */](social.icon)
|
88694 |
);
|
88695 |
}
|
88696 |
} else {
|
88702 |
return wp.element.createElement(
|
88703 |
"div",
|
88704 |
{
|
88705 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a("uagb-ss-repeater-" + index, "uagb-ss__wrapper"),
|
88706 |
key: index
|
88707 |
},
|
88708 |
wp.element.createElement(
|
88728 |
/*!************************************************!*\
|
88729 |
!*** ./src/blocks/social-share-child/block.js ***!
|
88730 |
\************************************************/
|
88731 |
+
/*! exports provided: */
|
88732 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
88733 |
|
88734 |
"use strict";
|
88857 |
var element = document.getElementById("uagb-style-social-share-child-" + this.props.clientId.substr(0, 8));
|
88858 |
|
88859 |
if (null !== element && undefined !== element) {
|
88860 |
+
element.innerHTML = __WEBPACK_IMPORTED_MODULE_3__styling__["a" /* default */](this.props);
|
88861 |
}
|
88862 |
}
|
88863 |
|
89106 |
image_icon_html = wp.element.createElement(
|
89107 |
"span",
|
89108 |
{ className: "uagb-ss__source-icon" },
|
89109 |
+
__WEBPACK_IMPORTED_MODULE_4__dist_blocks_uagb_controls_renderIcon__["a" /* default */](icon)
|
89110 |
);
|
89111 |
}
|
89112 |
} else {
|
89118 |
return wp.element.createElement(
|
89119 |
"div",
|
89120 |
{
|
89121 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a("uagb-ss-repeater", "uagb-ss__wrapper", className, "uagb-block-" + _this2.props.clientId.substr(0, 8))
|
89122 |
},
|
89123 |
wp.element.createElement(
|
89124 |
"a",
|
89273 |
var styling_css = "";
|
89274 |
var id = ".uagb-block-" + props.clientId.substr(0, 8);
|
89275 |
|
89276 |
+
styling_css = __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSS__["a" /* default */](selectors, id);
|
89277 |
|
89278 |
return styling_css;
|
89279 |
}
|
89328 |
image_icon_html = wp.element.createElement(
|
89329 |
"span",
|
89330 |
{ className: "uagb-ss__source-icon" },
|
89331 |
+
__WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_renderIcon__["a" /* default */](icon)
|
89332 |
);
|
89333 |
}
|
89334 |
} else {
|
89340 |
return wp.element.createElement(
|
89341 |
"div",
|
89342 |
{
|
89343 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a("uagb-ss-repeater", "uagb-ss__wrapper", className, "uagb-block-" + block_id)
|
89344 |
},
|
89345 |
wp.element.createElement(
|
89346 |
"a",
|
89359 |
/*!**************************************************!*\
|
89360 |
!*** ./src/blocks/social-share-child/style.scss ***!
|
89361 |
\**************************************************/
|
89362 |
+
/*! no static exports found */
|
89363 |
/***/ (function(module, exports) {
|
89364 |
|
89365 |
// removed by extract-text-webpack-plugin
|
89369 |
/*!***************************************************!*\
|
89370 |
!*** ./src/blocks/social-share-child/editor.scss ***!
|
89371 |
\***************************************************/
|
89372 |
+
/*! no static exports found */
|
89373 |
/***/ (function(module, exports) {
|
89374 |
|
89375 |
// removed by extract-text-webpack-plugin
|
89427 |
image_icon_html = wp.element.createElement(
|
89428 |
"span",
|
89429 |
{ className: "uagb-ss__source-icon" },
|
89430 |
+
__WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_renderIcon__["a" /* default */](icon)
|
89431 |
);
|
89432 |
}
|
89433 |
} else {
|
89439 |
return wp.element.createElement(
|
89440 |
"div",
|
89441 |
{
|
89442 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a("uagb-ss-repeater", "uagb-ss__wrapper", className, "uagb-block-" + block_id)
|
89443 |
},
|
89444 |
wp.element.createElement(
|
89445 |
"a",
|
89461 |
/*!****************************************!*\
|
89462 |
!*** ./src/blocks/google-map/block.js ***!
|
89463 |
\****************************************/
|
89464 |
+
/*! exports provided: */
|
89465 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
89466 |
|
89467 |
"use strict";
|
89585 |
),
|
89586 |
wp.element.createElement(
|
89587 |
"div",
|
89588 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-google-map__wrap", "uagb-block-" + this.props.clientId.substr(0, 8)) },
|
89589 |
wp.element.createElement("iframe", {
|
89590 |
className: "uagb-google-map__iframe",
|
89591 |
title: __("Google Map for " + address),
|
89640 |
|
89641 |
return wp.element.createElement(
|
89642 |
"div",
|
89643 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(props.className, "uagb-google-map__wrap", "uagb-block-" + block_id) },
|
89644 |
wp.element.createElement("iframe", {
|
89645 |
className: "uagb-google-map__iframe",
|
89646 |
title: __("Google Map for " + address),
|
89680 |
|
89681 |
return wp.element.createElement(
|
89682 |
"div",
|
89683 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(props.className, "uagb-google-map__wrap"), id: "uagb-google-map-" + block_id },
|
89684 |
wp.element.createElement("iframe", {
|
89685 |
className: "uagb-google-map__iframe",
|
89686 |
src: url,
|
89719 |
|
89720 |
return wp.element.createElement(
|
89721 |
"div",
|
89722 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(props.className, "uagb-google-map__wrap", "uagb-block-" + block_id) },
|
89723 |
wp.element.createElement("iframe", {
|
89724 |
className: "uagb-google-map__iframe",
|
89725 |
src: url,
|
89734 |
/*!******************************************!*\
|
89735 |
!*** ./src/blocks/google-map/style.scss ***!
|
89736 |
\******************************************/
|
89737 |
+
/*! no static exports found */
|
89738 |
/***/ (function(module, exports) {
|
89739 |
|
89740 |
// removed by extract-text-webpack-plugin
|
89744 |
/*!***************************************!*\
|
89745 |
!*** ./src/blocks/icon-list/block.js ***!
|
89746 |
\***************************************/
|
89747 |
+
/*! exports provided: */
|
89748 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
89749 |
|
89750 |
"use strict";
|
89895 |
var element = document.getElementById("uagb-style-icon-list-" + this.props.clientId.substr(0, 8));
|
89896 |
|
89897 |
if (null !== element && undefined !== element) {
|
89898 |
+
element.innerHTML = __WEBPACK_IMPORTED_MODULE_4__styling__["a" /* default */](this.props);
|
89899 |
}
|
89900 |
}
|
89901 |
}, {
|
89969 |
var sizeTypeControls = wp.element.createElement(
|
89970 |
ButtonGroup,
|
89971 |
{ className: "uagb-size-type-field", "aria-label": __("Size Type") },
|
89972 |
+
__WEBPACK_IMPORTED_MODULE_2_lodash_map___default.a(sizeTypes, function (_ref) {
|
89973 |
var name = _ref.name,
|
89974 |
key = _ref.key;
|
89975 |
return wp.element.createElement(
|
89989 |
})
|
89990 |
);
|
89991 |
|
89992 |
+
var getIconTemplate = __WEBPACK_IMPORTED_MODULE_3_memize___default.a(function (icon_block, icons) {
|
89993 |
+
return __WEBPACK_IMPORTED_MODULE_1_lodash_times___default.a(icon_block, function (n) {
|
89994 |
return ["uagb/icon-list-child", icons[n]];
|
89995 |
});
|
89996 |
});
|
90205 |
),
|
90206 |
wp.element.createElement(
|
90207 |
"div",
|
90208 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-icon-list__outer-wrap", "uagb-icon-list__layout-" + icon_layout, iconPosition == "top" ? "uagb-icon-list__icon-at-top" : "", labelClass, "uagb-block-" + this.props.clientId.substr(0, 8)) },
|
90209 |
wp.element.createElement(
|
90210 |
"div",
|
90211 |
{ className: "uagb-icon-list__wrap" },
|
90283 |
|
90284 |
selectors = {
|
90285 |
" .uagb-icon-list__source-wrap": {
|
90286 |
+
"padding": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](bgSize, "px"),
|
90287 |
+
"border-radius": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](borderRadius, "px"),
|
90288 |
"border-style": 0 == border || undefined == border ? "none" : "solid",
|
90289 |
+
"border-width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](border, "px")
|
90290 |
},
|
90291 |
".uagb-icon-list__layout-vertical .wp-block[data-type=\"uagb/icon-list-child\"]": {
|
90292 |
"margin-left": 0,
|
90293 |
"margin-right": 0,
|
90294 |
+
"margin-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](editor_gap, "px")
|
90295 |
},
|
90296 |
".uagb-icon-list__layout-vertical .uagb-icon-list__wrap": {
|
90297 |
"flex-direction": "column"
|
90300 |
"margin-bottom": 0
|
90301 |
},
|
90302 |
".uagb-icon-list__layout-horizontal .wp-block[data-type=\"uagb/icon-list-child\"]": {
|
90303 |
+
"margin-left": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](editor_gap / 2, "px"),
|
90304 |
+
"margin-right": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](editor_gap / 2, "px")
|
90305 |
},
|
90306 |
".uagb-icon-list__layout-horizontal .wp-block[data-type=\"uagb/icon-list-child\"]:first-child": {
|
90307 |
"margin-left": 0
|
90310 |
"margin-right": 0
|
90311 |
},
|
90312 |
" .uagb-icon-list__source-image": {
|
90313 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](size, sizeType)
|
90314 |
},
|
90315 |
" .uagb-icon-list__source-icon": {
|
90316 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](size, sizeType),
|
90317 |
+
"height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](size, sizeType),
|
90318 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](size, sizeType)
|
90319 |
},
|
90320 |
" .uagb-icon-list__source-icon svg": {
|
90321 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](size, sizeType),
|
90322 |
+
"height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](size, sizeType)
|
90323 |
},
|
90324 |
" .uagb-icon-list__source-icon:before": {
|
90325 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](size, sizeType),
|
90326 |
+
"height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](size, sizeType),
|
90327 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](size, sizeType)
|
90328 |
},
|
90329 |
" .uagb-icon-list__label-wrap": {
|
90330 |
"text-align": align
|
90336 |
|
90337 |
mobile_selectors = {
|
90338 |
" .uagb-icon-list__source-image": {
|
90339 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](sizeMobile, sizeType)
|
90340 |
},
|
90341 |
" .uagb-icon-list__source-icon": {
|
90342 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](sizeMobile, sizeType),
|
90343 |
+
"height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](sizeMobile, sizeType),
|
90344 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](sizeMobile, sizeType)
|
90345 |
},
|
90346 |
" .uagb-icon-list__source-icon svg": {
|
90347 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](sizeMobile, sizeType),
|
90348 |
+
"height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](sizeMobile, sizeType)
|
90349 |
},
|
90350 |
" .uagb-icon-list__source-icon:before": {
|
90351 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](sizeMobile, sizeType),
|
90352 |
+
"height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](sizeMobile, sizeType),
|
90353 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](sizeMobile, sizeType)
|
90354 |
}
|
90355 |
};
|
90356 |
|
90357 |
tablet_selectors = {
|
90358 |
" .uagb-icon-list__source-image": {
|
90359 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](sizeTablet, sizeType)
|
90360 |
},
|
90361 |
" .uagb-icon-list__source-icon": {
|
90362 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](sizeTablet, sizeType),
|
90363 |
+
"height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](sizeTablet, sizeType),
|
90364 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](sizeTablet, sizeType)
|
90365 |
},
|
90366 |
" .uagb-icon-list__source-icon svg": {
|
90367 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](sizeTablet, sizeType),
|
90368 |
+
"height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](sizeTablet, sizeType)
|
90369 |
},
|
90370 |
" .uagb-icon-list__source-icon:before": {
|
90371 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](sizeTablet, sizeType),
|
90372 |
+
"height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](sizeTablet, sizeType),
|
90373 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](sizeTablet, sizeType)
|
90374 |
}
|
90375 |
};
|
90376 |
|
90381 |
tablet_selectors[" .uagb-icon-list__wrap .wp-block[data-type=\"uagb/icon-list-child\"]"] = {
|
90382 |
"margin-left": 0,
|
90383 |
"margin-right": 0,
|
90384 |
+
"margin-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](editor_gap, "px")
|
90385 |
};
|
90386 |
|
90387 |
tablet_selectors[" .uagb-icon-list__wrap"] = {
|
90396 |
mobile_selectors[" .uagb-icon-list__wrap .wp-block[data-type=\"uagb/icon-list-child\"]"] = {
|
90397 |
"margin-left": 0,
|
90398 |
"margin-right": 0,
|
90399 |
+
"margin-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](editor_gap, "px")
|
90400 |
};
|
90401 |
|
90402 |
mobile_selectors[" .uagb-icon-list__wrap"] = {
|
90417 |
|
90418 |
if ("right" == align) {
|
90419 |
selectors[":not(.uagb-icon-list__no-label) .uagb-icon-list__source-wrap"] = {
|
90420 |
+
"margin-left": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](inner_gap, "px")
|
90421 |
};
|
90422 |
selectors[" .uagb-icon-list__content-wrap"] = {
|
90423 |
"flex-direction": "row-reverse"
|
90424 |
};
|
90425 |
} else {
|
90426 |
selectors[":not(.uagb-icon-list__no-label) .uagb-icon-list__source-wrap"] = {
|
90427 |
+
"margin-right": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](inner_gap, "px")
|
90428 |
};
|
90429 |
}
|
90430 |
|
90431 |
selectors[" .uagb-icon-list-repeater .uagb-icon-list__label"] = {
|
90432 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fontSize, fontSizeType),
|
90433 |
"font-family": fontFamily,
|
90434 |
"font-weight": fontWeight,
|
90435 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](lineHeight, lineHeightType)
|
90436 |
};
|
90437 |
|
90438 |
mobile_selectors[" .uagb-icon-list-repeater .uagb-icon-list__label"] = {
|
90439 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fontSizeMobile, fontSizeType),
|
90440 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](lineHeightMobile, lineHeightType)
|
90441 |
};
|
90442 |
|
90443 |
tablet_selectors[" .uagb-icon-list-repeater .uagb-icon-list__label"] = {
|
90444 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fontSizeTablet, fontSizeType),
|
90445 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](lineHeightTablet, lineHeightType)
|
90446 |
};
|
90447 |
|
90448 |
var styling_css = "";
|
90449 |
var id = ".uagb-block-" + props.clientId.substr(0, 8);
|
90450 |
|
90451 |
+
styling_css = __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSS__["a" /* default */](selectors, id);
|
90452 |
|
90453 |
+
styling_css += __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSS__["a" /* default */](tablet_selectors, id, true, "tablet");
|
90454 |
|
90455 |
+
styling_css += __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSS__["a" /* default */](mobile_selectors, id, true, "mobile");
|
90456 |
|
90457 |
return styling_css;
|
90458 |
}
|
90497 |
|
90498 |
return wp.element.createElement(
|
90499 |
"div",
|
90500 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-icon-list__outer-wrap", "uagb-icon-list__layout-" + icon_layout, iconPosition == "top" ? "uagb-icon-list__icon-at-top" : "", labelClass, "uagb-block-" + block_id) },
|
90501 |
wp.element.createElement(
|
90502 |
"div",
|
90503 |
{ className: "uagb-icon-list__wrap" },
|
90607 |
|
90608 |
return wp.element.createElement(
|
90609 |
"div",
|
90610 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-icon-list__outer-wrap", "uagb-icon-list__layout-" + icon_layout, labelClass),
|
90611 |
id: "uagb-icon-list-" + block_id },
|
90612 |
wp.element.createElement(
|
90613 |
"div",
|
90623 |
|
90624 |
if (icon.image_icon == "icon") {
|
90625 |
if (icon.icon) {
|
90626 |
+
image_icon_html = wp.element.createElement("span", { className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(icon.icon, "uagb-icon-list__source-icon") });
|
90627 |
}
|
90628 |
} else {
|
90629 |
if (icon.image) {
|
90637 |
return wp.element.createElement(
|
90638 |
"a",
|
90639 |
{
|
90640 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a("uagb-icon-list-repeater-" + index, "uagb-icon-list__wrapper"),
|
90641 |
key: index,
|
90642 |
target: target,
|
90643 |
rel: "noopener noreferrer",
|
90683 |
|
90684 |
return wp.element.createElement(
|
90685 |
"div",
|
90686 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-icon-list__outer-wrap", "uagb-icon-list__layout-" + icon_layout, labelClass),
|
90687 |
id: "uagb-icon-list-" + block_id },
|
90688 |
wp.element.createElement(
|
90689 |
"div",
|
90702 |
image_icon_html = wp.element.createElement(
|
90703 |
"span",
|
90704 |
{ className: "uagb-icon-list__source-icon" },
|
90705 |
+
__WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_renderIcon__["a" /* default */](icon.icon)
|
90706 |
);
|
90707 |
}
|
90708 |
} else {
|
90717 |
return wp.element.createElement(
|
90718 |
"a",
|
90719 |
{
|
90720 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a("uagb-icon-list-repeater-" + index, "uagb-icon-list__wrapper"),
|
90721 |
key: index,
|
90722 |
target: target,
|
90723 |
rel: "noopener noreferrer",
|
90763 |
|
90764 |
return wp.element.createElement(
|
90765 |
"div",
|
90766 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-icon-list__outer-wrap", "uagb-icon-list__layout-" + icon_layout, iconPosition == "top" ? "uagb-icon-list__icon-at-top" : "", labelClass),
|
90767 |
id: "uagb-icon-list-" + block_id },
|
90768 |
wp.element.createElement(
|
90769 |
"div",
|
90782 |
image_icon_html = wp.element.createElement(
|
90783 |
"span",
|
90784 |
{ className: "uagb-icon-list__source-icon" },
|
90785 |
+
__WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_renderIcon__["a" /* default */](icon.icon)
|
90786 |
);
|
90787 |
}
|
90788 |
} else {
|
90797 |
return wp.element.createElement(
|
90798 |
"a",
|
90799 |
{
|
90800 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a("uagb-icon-list-repeater-" + index, "uagb-icon-list__wrapper"),
|
90801 |
key: index,
|
90802 |
target: target,
|
90803 |
rel: "noopener noreferrer",
|
90843 |
|
90844 |
return wp.element.createElement(
|
90845 |
"div",
|
90846 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-icon-list__outer-wrap", "uagb-icon-list__layout-" + icon_layout, iconPosition == "top" ? "uagb-icon-list__icon-at-top" : "", labelClass),
|
90847 |
id: "uagb-icon-list-" + block_id },
|
90848 |
wp.element.createElement(
|
90849 |
"div",
|
90862 |
image_icon_html = wp.element.createElement(
|
90863 |
"span",
|
90864 |
{ className: "uagb-icon-list__source-icon" },
|
90865 |
+
__WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_renderIcon__["a" /* default */](icon.icon)
|
90866 |
);
|
90867 |
}
|
90868 |
} else {
|
90877 |
return wp.element.createElement(
|
90878 |
"a",
|
90879 |
{
|
90880 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a("uagb-icon-list-repeater-" + index, "uagb-icon-list__wrapper"),
|
90881 |
key: index,
|
90882 |
target: target,
|
90883 |
rel: "noopener noreferrer",
|
90923 |
|
90924 |
return wp.element.createElement(
|
90925 |
"div",
|
90926 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-icon-list__outer-wrap", "uagb-icon-list__layout-" + icon_layout, iconPosition == "top" ? "uagb-icon-list__icon-at-top" : "", labelClass, "uagb-block-" + block_id) },
|
90927 |
wp.element.createElement(
|
90928 |
"div",
|
90929 |
{ className: "uagb-icon-list__wrap" },
|
90941 |
image_icon_html = wp.element.createElement(
|
90942 |
"span",
|
90943 |
{ className: "uagb-icon-list__source-icon" },
|
90944 |
+
__WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_renderIcon__["a" /* default */](icon.icon)
|
90945 |
);
|
90946 |
}
|
90947 |
} else {
|
90957 |
return wp.element.createElement(
|
90958 |
"div",
|
90959 |
{
|
90960 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a("uagb-icon-list-repeater-" + index, "uagb-icon-list__wrapper"),
|
90961 |
key: index
|
90962 |
},
|
90963 |
wp.element.createElement(
|
90983 |
return wp.element.createElement(
|
90984 |
"a",
|
90985 |
{
|
90986 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a("uagb-icon-list-repeater-" + index, "uagb-icon-list__wrapper"),
|
90987 |
key: index,
|
90988 |
target: target,
|
90989 |
rel: "noopener noreferrer",
|
91021 |
/*!*****************************************!*\
|
91022 |
!*** ./src/blocks/icon-list/style.scss ***!
|
91023 |
\*****************************************/
|
91024 |
+
/*! no static exports found */
|
91025 |
/***/ (function(module, exports) {
|
91026 |
|
91027 |
// removed by extract-text-webpack-plugin
|
91031 |
/*!******************************************!*\
|
91032 |
!*** ./src/blocks/icon-list/editor.scss ***!
|
91033 |
\******************************************/
|
91034 |
+
/*! no static exports found */
|
91035 |
/***/ (function(module, exports) {
|
91036 |
|
91037 |
// removed by extract-text-webpack-plugin
|
91041 |
/*!*********************************************!*\
|
91042 |
!*** ./src/blocks/icon-list-child/block.js ***!
|
91043 |
\*********************************************/
|
91044 |
+
/*! exports provided: */
|
91045 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
91046 |
|
91047 |
"use strict";
|
91172 |
var element = document.getElementById("uagb-style-icon-list-child-" + this.props.clientId.substr(0, 8));
|
91173 |
|
91174 |
if (null !== element && undefined !== element) {
|
91175 |
+
element.innerHTML = __WEBPACK_IMPORTED_MODULE_3__styling__["a" /* default */](this.props);
|
91176 |
}
|
91177 |
}
|
91178 |
|
91540 |
image_icon_html = wp.element.createElement(
|
91541 |
"span",
|
91542 |
{ className: "uagb-icon-list__source-icon" },
|
91543 |
+
__WEBPACK_IMPORTED_MODULE_4__dist_blocks_uagb_controls_renderIcon__["a" /* default */](icon)
|
91544 |
);
|
91545 |
}
|
91546 |
} else {
|
91555 |
return wp.element.createElement(
|
91556 |
"div",
|
91557 |
{
|
91558 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a("uagb-icon-list-repeater", "uagb-icon-list__wrapper", className, "uagb-block-" + _this2.props.clientId.substr(0, 8))
|
91559 |
},
|
91560 |
!disableLink && wp.element.createElement("a", { target: target_val, rel: "noopener noreferrer", "aria-label": label, href: link_url }),
|
91561 |
wp.element.createElement(
|
91759 |
var styling_css = "";
|
91760 |
var id = ".uagb-block-" + props.clientId.substr(0, 8);
|
91761 |
|
91762 |
+
styling_css = __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSS__["a" /* default */](selectors, id);
|
91763 |
|
91764 |
return styling_css;
|
91765 |
}
|
91812 |
image_icon_html = wp.element.createElement(
|
91813 |
"span",
|
91814 |
{ className: "uagb-icon-list__source-icon" },
|
91815 |
+
__WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_renderIcon__["a" /* default */](icon)
|
91816 |
);
|
91817 |
}
|
91818 |
} else {
|
91827 |
return wp.element.createElement(
|
91828 |
"div",
|
91829 |
{
|
91830 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a("uagb-icon-list-repeater", "uagb-icon-list__wrapper", className, "uagb-block-" + block_id)
|
91831 |
},
|
91832 |
!disableLink && wp.element.createElement("a", { target: target_val, "aria-label": label, rel: "noopener noreferrer", href: link_url }),
|
91833 |
wp.element.createElement(
|
91855 |
/*!***********************************************!*\
|
91856 |
!*** ./src/blocks/icon-list-child/style.scss ***!
|
91857 |
\***********************************************/
|
91858 |
+
/*! no static exports found */
|
91859 |
/***/ (function(module, exports) {
|
91860 |
|
91861 |
// removed by extract-text-webpack-plugin
|
91865 |
/*!************************************************!*\
|
91866 |
!*** ./src/blocks/icon-list-child/editor.scss ***!
|
91867 |
\************************************************/
|
91868 |
+
/*! no static exports found */
|
91869 |
/***/ (function(module, exports) {
|
91870 |
|
91871 |
// removed by extract-text-webpack-plugin
|
91918 |
image_icon_html = wp.element.createElement(
|
91919 |
"span",
|
91920 |
{ className: "uagb-icon-list__source-icon" },
|
91921 |
+
__WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_renderIcon__["a" /* default */](icon)
|
91922 |
);
|
91923 |
}
|
91924 |
} else {
|
91933 |
return wp.element.createElement(
|
91934 |
"div",
|
91935 |
{
|
91936 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a("uagb-icon-list-repeater", "uagb-icon-list__wrapper", className, "uagb-block-" + block_id)
|
91937 |
},
|
91938 |
!disableLink && wp.element.createElement("a", { target: target_val, rel: "noopener noreferrer", href: link_url }),
|
91939 |
wp.element.createElement(
|
91964 |
/*!****************************************!*\
|
91965 |
!*** ./src/blocks/price-list/block.js ***!
|
91966 |
\****************************************/
|
91967 |
+
/*! exports provided: */
|
91968 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
91969 |
|
91970 |
"use strict";
|
92663 |
var incAmount = Math.abs(newCount - cloneTest_block.length);
|
92664 |
|
92665 |
{
|
92666 |
+
__WEBPACK_IMPORTED_MODULE_7_lodash_times___default.a(incAmount, function (n) {
|
92667 |
|
92668 |
cloneTest_block.push({
|
92669 |
description: __("Lorem ipsum dolor sit amet, consectetur adipiscing elit."),
|
92750 |
wp.element.createElement(
|
92751 |
PanelBody,
|
92752 |
{ title: __("Image"), initialOpen: false },
|
92753 |
+
__WEBPACK_IMPORTED_MODULE_7_lodash_times___default.a(menu_item_count, function (n) {
|
92754 |
return imageControls(n);
|
92755 |
}),
|
92756 |
cnt > 0 && wp.element.createElement(
|
92827 |
inspect_control,
|
92828 |
wp.element.createElement(
|
92829 |
"div",
|
92830 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-rest_menu__outer-wrap", "uagb-block-" + this.props.clientId.substr(0, 8))
|
92831 |
},
|
92832 |
rest_menu_item_arr.map(function (test, index) {
|
92833 |
return wp.element.createElement(
|
92834 |
"div",
|
92835 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a.apply(undefined, ["uagb-rest_menu__wrap"].concat(_toConsumableArray(__WEBPACK_IMPORTED_MODULE_4__classes__["a" /* default */](attributes)))), key: "wrap-" + index },
|
92836 |
wp.element.createElement(
|
92837 |
"div",
|
92838 |
{ className: "uagb-rm__content", key: "tm_content-" + index },
|
92885 |
var element = document.getElementById("uagb-restaurant-menu-style-" + this.props.clientId.substr(0, 8));
|
92886 |
|
92887 |
if (null !== element && undefined !== element) {
|
92888 |
+
element.innerHTML = __WEBPACK_IMPORTED_MODULE_5__inline_styles__["a" /* default */](this.props);
|
92889 |
}
|
92890 |
}
|
92891 |
}, {
|
92995 |
|
92996 |
var selectors = {
|
92997 |
" .uagb-rest_menu__wrap": {
|
92998 |
+
"padding-left": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](columnGap / 2, "px"),
|
92999 |
+
"padding-right": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](columnGap / 2, "px"),
|
93000 |
+
"margin-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](rowGap, "px")
|
93001 |
},
|
93002 |
" .uagb-rest_menu__wrap .uagb-rm__image-content": {
|
93003 |
+
"padding-left": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](imgHrPadding, "px"),
|
93004 |
+
"padding-right": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](imgHrPadding, "px"),
|
93005 |
+
"padding-top": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](imgVrPadding, "px"),
|
93006 |
+
"padding-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](imgVrPadding, "px")
|
93007 |
},
|
93008 |
// Image
|
93009 |
" .uagb-rm__image img": {
|
93010 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](imageWidth, "px"),
|
93011 |
+
"max-width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](imageWidth, "px")
|
93012 |
},
|
93013 |
" .uagb-rm__separator-parent": {
|
93014 |
"justify-content": align
|
93015 |
},
|
93016 |
" .uagb-rm__content": {
|
93017 |
"text-align": headingAlign,
|
93018 |
+
"padding-left": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](contentHrPadding, "px"),
|
93019 |
+
"padding-right": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](contentHrPadding, "px"),
|
93020 |
+
"padding-top": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](contentVrPadding, "px"),
|
93021 |
+
"padding-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](contentVrPadding, "px")
|
93022 |
},
|
93023 |
// Prefix Style
|
93024 |
" .uagb-rm__title": {
|
93025 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](titleFontSize, titleFontSizeType),
|
93026 |
"color": titleColor,
|
93027 |
+
"margin-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](titleSpace, "px"),
|
93028 |
"font-family": titleFontFamily,
|
93029 |
"font-weight": titleFontWeight,
|
93030 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](titleLineHeight, titleLineHeightType)
|
93031 |
},
|
93032 |
// Title Style
|
93033 |
" .uagb-rm__price": {
|
93034 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](priceFontSize, priceFontSizeType),
|
93035 |
"font-family": priceFontFamily,
|
93036 |
"font-weight": priceFontWeight,
|
93037 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](priceLineHeight, priceLineHeightType),
|
93038 |
"color": priceColor
|
93039 |
},
|
93040 |
// Description Style
|
93041 |
" .uagb-rm__desc": {
|
93042 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](descFontSize, descFontSizeType),
|
93043 |
"font-family": descFontFamily,
|
93044 |
"font-weight": descFontWeight,
|
93045 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](descLineHeight, descLineHeightType),
|
93046 |
"color": descColor,
|
93047 |
+
"margin-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](descSpace, "px")
|
93048 |
}
|
93049 |
};
|
93050 |
|
93052 |
selectors[" .uagb-rest_menu__wrap .uagb-rm__separator"] = {
|
93053 |
"border-top-color": seperatorColor,
|
93054 |
"border-top-style": seperatorStyle,
|
93055 |
+
"border-top-width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](seperatorThickness, "px"),
|
93056 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](seperatorWidth, "%")
|
93057 |
};
|
93058 |
}
|
93059 |
|
93064 |
|
93065 |
tablet_selectors = {
|
93066 |
" .uagb-rm__title": {
|
93067 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](titleFontSizeTablet, titleFontSizeType),
|
93068 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](titleLineHeightTablet, titleLineHeightType)
|
93069 |
},
|
93070 |
" .uagb-rm__desc": {
|
93071 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](descFontSizeTablet, descFontSizeType),
|
93072 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](descLineHeightTablet, descLineHeightType)
|
93073 |
},
|
93074 |
" .uagb-rm__price": {
|
93075 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](priceFontSizeTablet, priceFontSizeType),
|
93076 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](priceLineHeightTablet, priceLineHeightType)
|
93077 |
}
|
93078 |
};
|
93079 |
|
93089 |
|
93090 |
mobile_selectors = {
|
93091 |
" .uagb-rm__title": {
|
93092 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](titleFontSizeMobile, titleFontSizeType),
|
93093 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](titleLineHeightMobile, titleLineHeightType)
|
93094 |
},
|
93095 |
" .uagb-rm__desc": {
|
93096 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](descFontSizeMobile, descFontSizeType),
|
93097 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](descLineHeightMobile, descLineHeightType)
|
93098 |
},
|
93099 |
" .uagb-rm__price": {
|
93100 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](priceFontSizeMobile, priceFontSizeType),
|
93101 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](priceLineHeightMobile, priceLineHeightType)
|
93102 |
}
|
93103 |
};
|
93104 |
|
93115 |
var styling_css = "";
|
93116 |
var id = "#wpwrap .uagb-block-" + props.clientId.substr(0, 8);
|
93117 |
|
93118 |
+
styling_css = __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSS__["a" /* default */](selectors, id);
|
93119 |
|
93120 |
+
styling_css += __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSS__["a" /* default */](tablet_selectors, id, true, "tablet");
|
93121 |
|
93122 |
+
styling_css += __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSS__["a" /* default */](mobile_selectors, id, true, "mobile");
|
93123 |
|
93124 |
return styling_css;
|
93125 |
}
|
93174 |
null,
|
93175 |
wp.element.createElement(
|
93176 |
"div",
|
93177 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-rest_menu__outer-wrap", "uagb-block-" + block_id)
|
93178 |
},
|
93179 |
rest_menu_item_arr.map(function (test, index) {
|
93180 |
return wp.element.createElement(
|
93181 |
"div",
|
93182 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a.apply(undefined, ["uagb-rest_menu__wrap"].concat(_toConsumableArray(__WEBPACK_IMPORTED_MODULE_4__classes__["a" /* default */](props.attributes)))), key: "wrap-" + index },
|
93183 |
wp.element.createElement(
|
93184 |
"div",
|
93185 |
{ className: "uagb-rm__content", key: "tm_content-" + index },
|
93275 |
null,
|
93276 |
wp.element.createElement(
|
93277 |
"div",
|
93278 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-rest_menu__outer-wrap"),
|
93279 |
id: "uagb-rm-" + block_id
|
93280 |
},
|
93281 |
rest_menu_item_arr.map(function (test, index) {
|
93282 |
return wp.element.createElement(
|
93283 |
"div",
|
93284 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a.apply(undefined, ["uagb-rest_menu__wrap"].concat(_toConsumableArray(__WEBPACK_IMPORTED_MODULE_5__classes__["a" /* default */](props.attributes)))), key: "wrap-" + index },
|
93285 |
wp.element.createElement(
|
93286 |
"div",
|
93287 |
{ className: "uagb-rm__content", key: "tm_content-" + index },
|
93334 |
/*!******************************************!*\
|
93335 |
!*** ./src/blocks/price-list/style.scss ***!
|
93336 |
\******************************************/
|
93337 |
+
/*! no static exports found */
|
93338 |
/***/ (function(module, exports) {
|
93339 |
|
93340 |
// removed by extract-text-webpack-plugin
|
93344 |
/*!*******************************************!*\
|
93345 |
!*** ./src/blocks/price-list/editor.scss ***!
|
93346 |
\*******************************************/
|
93347 |
+
/*! no static exports found */
|
93348 |
/***/ (function(module, exports) {
|
93349 |
|
93350 |
// removed by extract-text-webpack-plugin
|
93354 |
/*!**************************************!*\
|
93355 |
!*** ./src/blocks/timeline/block.js ***!
|
93356 |
\**************************************/
|
93357 |
+
/*! exports provided: */
|
93358 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
93359 |
|
93360 |
"use strict";
|
93368 |
/*!*******************************************************!*\
|
93369 |
!*** ./src/blocks/timeline/content-timeline/block.js ***!
|
93370 |
\*******************************************************/
|
93371 |
+
/*! exports provided: */
|
93372 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
93373 |
|
93374 |
"use strict";
|
93499 |
|
93500 |
/* Style for elements */
|
93501 |
|
93502 |
+
var front_style = __WEBPACK_IMPORTED_MODULE_2__inline_styles__["a" /* default */](props);
|
93503 |
|
93504 |
var hasItems = Array.isArray(tm_content) && tm_content.length;
|
93505 |
|
93506 |
var dateFormat = __experimentalGetSettings().formats.date;
|
93507 |
|
93508 |
+
var content_align_class = __WEBPACK_IMPORTED_MODULE_4__align_classes__["a" /* default */](props.attributes, 0); // Get classname for layout alignment
|
93509 |
+
var day_align_class = __WEBPACK_IMPORTED_MODULE_5__day_align_classes__["a" /* default */](props.attributes, 0); //
|
93510 |
|
93511 |
var data_copy = [].concat(_toConsumableArray(tm_content));
|
93512 |
var display_inner_date = false;
|
93513 |
|
93514 |
return wp.element.createElement(
|
93515 |
"div",
|
93516 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-timeline__outer-wrap"),
|
93517 |
id: "uagb-ctm-" + block_id },
|
93518 |
wp.element.createElement(
|
93519 |
"div",
|
93520 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a.apply(undefined, ["uagb-timeline__content-wrap"].concat(_toConsumableArray(__WEBPACK_IMPORTED_MODULE_3__classes__["a" /* default */](props.attributes)))) },
|
93521 |
wp.element.createElement(
|
93522 |
"div",
|
93523 |
{ className: "uagb-timeline-wrapper" },
|
93531 |
var second_index = "uagb-" + index;
|
93532 |
if (timelinAlignment == "center") {
|
93533 |
display_inner_date = true;
|
93534 |
+
content_align_class = __WEBPACK_IMPORTED_MODULE_4__align_classes__["a" /* default */](props.attributes, index); // Get classname for layout alignment
|
93535 |
+
day_align_class = __WEBPACK_IMPORTED_MODULE_5__day_align_classes__["a" /* default */](props.attributes, index); //
|
93536 |
}
|
93537 |
var Tag = headingTag;
|
93538 |
var icon_class = "uagb-timeline__icon-new out-view-uagb-timeline__icon " + icon;
|
93627 |
|
93628 |
/* Style for elements */
|
93629 |
|
93630 |
+
var front_style = __WEBPACK_IMPORTED_MODULE_2__inline_styles__["a" /* default */](props);
|
93631 |
|
93632 |
var hasItems = Array.isArray(tm_content) && tm_content.length;
|
93633 |
|
93634 |
var dateFormat = __experimentalGetSettings().formats.date;
|
93635 |
|
93636 |
+
var content_align_class = __WEBPACK_IMPORTED_MODULE_4__align_classes__["a" /* default */](props.attributes, 0); // Get classname for layout alignment
|
93637 |
+
var day_align_class = __WEBPACK_IMPORTED_MODULE_5__day_align_classes__["a" /* default */](props.attributes, 0); //
|
93638 |
|
93639 |
var data_copy = [].concat(_toConsumableArray(tm_content));
|
93640 |
var display_inner_date = false;
|
93641 |
|
93642 |
return wp.element.createElement(
|
93643 |
"div",
|
93644 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-timeline__outer-wrap"),
|
93645 |
id: "uagb-ctm-" + block_id },
|
93646 |
wp.element.createElement(
|
93647 |
"div",
|
93648 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a.apply(undefined, ["uagb-timeline__content-wrap"].concat(_toConsumableArray(__WEBPACK_IMPORTED_MODULE_3__classes__["a" /* default */](props.attributes)))) },
|
93649 |
wp.element.createElement(
|
93650 |
"div",
|
93651 |
{ className: "uagb-timeline-wrapper" },
|
93659 |
var second_index = "uagb-" + index;
|
93660 |
if (timelinAlignment == "center") {
|
93661 |
display_inner_date = true;
|
93662 |
+
content_align_class = __WEBPACK_IMPORTED_MODULE_4__align_classes__["a" /* default */](props.attributes, index); // Get classname for layout alignment
|
93663 |
+
day_align_class = __WEBPACK_IMPORTED_MODULE_5__day_align_classes__["a" /* default */](props.attributes, index); //
|
93664 |
}
|
93665 |
var Tag = headingTag;
|
93666 |
var icon_class = "uagb-timeline__icon-new out-view-uagb-timeline__icon " + icon;
|
93759 |
|
93760 |
/* Style for elements */
|
93761 |
|
93762 |
+
var front_style = __WEBPACK_IMPORTED_MODULE_2__inline_styles__["a" /* default */](props);
|
93763 |
|
93764 |
var hasItems = Array.isArray(tm_content) && tm_content.length;
|
93765 |
|
93766 |
var dateFormat = __experimentalGetSettings().formats.date;
|
93767 |
|
93768 |
+
var content_align_class = __WEBPACK_IMPORTED_MODULE_4__align_classes__["a" /* default */](props.attributes, 0); // Get classname for layout alignment
|
93769 |
+
var day_align_class = __WEBPACK_IMPORTED_MODULE_5__day_align_classes__["a" /* default */](props.attributes, 0); //
|
93770 |
|
93771 |
var display_inner_date = false;
|
93772 |
|
93773 |
return wp.element.createElement(
|
93774 |
"div",
|
93775 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(props.className, "uagb-timeline__outer-wrap"),
|
93776 |
id: "uagb-ctm-" + block_id },
|
93777 |
wp.element.createElement(
|
93778 |
"div",
|
93779 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a.apply(undefined, ["uagb-timeline__content-wrap"].concat(_toConsumableArray(__WEBPACK_IMPORTED_MODULE_3__classes__["a" /* default */](props.attributes)))) },
|
93780 |
wp.element.createElement(
|
93781 |
"div",
|
93782 |
{ className: "uagb-timeline-wrapper" },
|
93795 |
var second_index = "uagb-" + index;
|
93796 |
if (timelinAlignment == "center") {
|
93797 |
display_inner_date = true;
|
93798 |
+
content_align_class = __WEBPACK_IMPORTED_MODULE_4__align_classes__["a" /* default */](props.attributes, index); // Get classname for layout alignment
|
93799 |
+
day_align_class = __WEBPACK_IMPORTED_MODULE_5__day_align_classes__["a" /* default */](props.attributes, index); //
|
93800 |
}
|
93801 |
var Tag = headingTag;
|
93802 |
var icon_class = "uagb-timeline__icon-new out-view-uagb-timeline__icon ";
|
93816 |
wp.element.createElement(
|
93817 |
"span",
|
93818 |
{ className: icon_class },
|
93819 |
+
__WEBPACK_IMPORTED_MODULE_6__dist_blocks_uagb_controls_renderIcon__["a" /* default */](icon)
|
93820 |
)
|
93821 |
),
|
93822 |
wp.element.createElement(
|
93940 |
|
93941 |
/* Style for elements */
|
93942 |
|
93943 |
+
var front_style = __WEBPACK_IMPORTED_MODULE_1__inline_styles__["a" /* default */](props);
|
93944 |
|
93945 |
var hasItems = Array.isArray(tm_content) && tm_content.length;
|
93946 |
|
93947 |
+
var content_align_class = __WEBPACK_IMPORTED_MODULE_3__align_classes__["a" /* default */](props.attributes, 0); // Get classname for layout alignment
|
93948 |
+
var day_align_class = __WEBPACK_IMPORTED_MODULE_4__day_align_classes__["a" /* default */](props.attributes, 0); //
|
93949 |
|
93950 |
var display_inner_date = false;
|
93951 |
|
93952 |
return wp.element.createElement(
|
93953 |
"div",
|
93954 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(props.className, "uagb-timeline__outer-wrap", "uagb-block-" + block_id) },
|
93955 |
wp.element.createElement(
|
93956 |
"div",
|
93957 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a.apply(undefined, ["uagb-timeline__content-wrap"].concat(_toConsumableArray(__WEBPACK_IMPORTED_MODULE_2__classes__["a" /* default */](props.attributes)))) },
|
93958 |
wp.element.createElement(
|
93959 |
"div",
|
93960 |
{ className: "uagb-timeline-wrapper" },
|
93973 |
var second_index = "uagb-" + index;
|
93974 |
if (timelinAlignment == "center") {
|
93975 |
display_inner_date = true;
|
93976 |
+
content_align_class = __WEBPACK_IMPORTED_MODULE_3__align_classes__["a" /* default */](props.attributes, index); // Get classname for layout alignment
|
93977 |
+
day_align_class = __WEBPACK_IMPORTED_MODULE_4__day_align_classes__["a" /* default */](props.attributes, index); //
|
93978 |
}
|
93979 |
var Tag = headingTag;
|
93980 |
var icon_class = "uagb-timeline__icon-new out-view-uagb-timeline__icon ";
|
93998 |
wp.element.createElement(
|
93999 |
"span",
|
94000 |
{ className: icon_class },
|
94001 |
+
__WEBPACK_IMPORTED_MODULE_5__dist_blocks_uagb_controls_renderIcon__["a" /* default */](icon)
|
94002 |
)
|
94003 |
),
|
94004 |
wp.element.createElement(
|
94518 |
},
|
94519 |
options: [{ value: 'M j, Y', label: dateI18n('M j, Y', today) }, { value: 'F j, Y', label: dateI18n('F j, Y', today) }, { value: 'm/d/Y', label: dateI18n('m/d/Y', today) }, { value: 'm-d-Y', label: dateI18n('m-d-Y', today) }, { value: 'm.d.Y', label: dateI18n('m.d.Y', today) }, { value: 'd M Y', label: dateI18n('d M Y', today) }, { value: 'd F Y', label: dateI18n('d F Y', today) }, { value: 'd-m-Y', label: dateI18n('d-m-Y', today) }, { value: 'd.m.Y', label: dateI18n('d.m.Y', today) }, { value: 'd/m/Y', label: dateI18n('d/m/Y', today) }, { value: 'Y-m-d', label: dateI18n('Y-m-d', today) }, { value: 'Y.m.d', label: dateI18n('Y.m.d', today) }, { value: 'Y/m/d', label: dateI18n('Y/m/d', today) }, { value: 'M, Y', label: dateI18n('M, Y', today) }, { value: 'M Y', label: dateI18n('M Y', today) }, { value: 'F, Y', label: dateI18n('F, Y', today) }, { value: 'F Y', label: dateI18n('F Y', today) }, { value: 'custom', label: __('Normal Text') }]
|
94520 |
}),
|
94521 |
+
displayPostDate && __WEBPACK_IMPORTED_MODULE_2_lodash_times___default.a(timelineItem, function (n) {
|
94522 |
return renderDateSettings(n);
|
94523 |
}),
|
94524 |
displayPostDate && timelinAlignment !== "center" && wp.element.createElement(RangeControl, {
|
94598 |
|
94599 |
// Save date.
|
94600 |
{
|
94601 |
+
__WEBPACK_IMPORTED_MODULE_2_lodash_times___default.a(incAmount, function (n) {
|
94602 |
cloneDate.push({
|
94603 |
title: cloneDate[0].title
|
94604 |
});
|
94609 |
|
94610 |
//Save content
|
94611 |
{
|
94612 |
+
__WEBPACK_IMPORTED_MODULE_2_lodash_times___default.a(incAmount, function (n) {
|
94613 |
cloneContent.push({
|
94614 |
time_heading: __("Timeline Heading ") + (cloneContent.length + 1),
|
94615 |
time_desc: cloneContent[0].time_desc
|
94859 |
),
|
94860 |
wp.element.createElement(
|
94861 |
"div",
|
94862 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-timeline__outer-wrap", "uagb-block-" + this.props.clientId) },
|
94863 |
wp.element.createElement(
|
94864 |
"div",
|
94865 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a.apply(undefined, ["uagb-timeline__content-wrap"].concat(_toConsumableArray(__WEBPACK_IMPORTED_MODULE_6__classes__["a" /* default */](this.props.attributes)))) },
|
94866 |
wp.element.createElement(
|
94867 |
"div",
|
94868 |
{ className: "uagb-timeline-wrapper" },
|
94942 |
|
94943 |
var element = document.getElementById("uagb-content-timeline-style-" + this.props.clientId);
|
94944 |
if (null != element && "undefined" != typeof element) {
|
94945 |
+
element.innerHTML = __WEBPACK_IMPORTED_MODULE_5__inline_styles__["a" /* default */](this.props);
|
94946 |
}
|
94947 |
|
94948 |
var hasItems = Array.isArray(tm_content) && tm_content.length;
|
94964 |
);
|
94965 |
} else {
|
94966 |
|
94967 |
+
var content_align_class = __WEBPACK_IMPORTED_MODULE_7__align_classes__["a" /* default */](this.props.attributes, 0); // Get classname for layout alignment
|
94968 |
+
var day_align_class = __WEBPACK_IMPORTED_MODULE_8__day_align_classes__["a" /* default */](this.props.attributes, 0); // Get classname for day alignment.
|
94969 |
var data_copy = [].concat(_toConsumableArray(tm_content));
|
94970 |
var display_inner_date = false;
|
94971 |
|
94981 |
var second_index = "uagb-" + index;
|
94982 |
if (timelinAlignment == "center") {
|
94983 |
display_inner_date = true;
|
94984 |
+
content_align_class = __WEBPACK_IMPORTED_MODULE_7__align_classes__["a" /* default */](_this3.props.attributes, index);
|
94985 |
+
day_align_class = __WEBPACK_IMPORTED_MODULE_8__day_align_classes__["a" /* default */](_this3.props.attributes, index);
|
94986 |
}
|
94987 |
var Tag = _this3.props.attributes.headingTag;
|
94988 |
var icon_class = "uagb-timeline__icon-new uagb-timeline__out-view-icon ";
|
95006 |
wp.element.createElement(
|
95007 |
"span",
|
95008 |
{ className: icon_class },
|
95009 |
+
__WEBPACK_IMPORTED_MODULE_9__dist_blocks_uagb_controls_renderIcon__["a" /* default */](icon)
|
95010 |
)
|
95011 |
),
|
95012 |
wp.element.createElement(
|
95285 |
/*!*****************************************!*\
|
95286 |
!*** ./src/blocks/timeline/editor.scss ***!
|
95287 |
\*****************************************/
|
95288 |
+
/*! no static exports found */
|
95289 |
/***/ (function(module, exports) {
|
95290 |
|
95291 |
// removed by extract-text-webpack-plugin
|
96383 |
),
|
96384 |
wp.element.createElement(
|
96385 |
"div",
|
96386 |
+
{ className: __WEBPACK_IMPORTED_MODULE_3_classnames___default.a(className, "uagb-timeline__outer-wrap", "uagb-block-" + this.props.clientId) },
|
96387 |
wp.element.createElement(
|
96388 |
"div",
|
96389 |
+
{ className: __WEBPACK_IMPORTED_MODULE_3_classnames___default.a.apply(undefined, ["uagb-timeline__content-wrap", cta_enable].concat(_toConsumableArray(__WEBPACK_IMPORTED_MODULE_8__classes__["a" /* default */](this.props.attributes)))) },
|
96390 |
wp.element.createElement(
|
96391 |
"div",
|
96392 |
{ className: "uagb-timeline-wrapper" },
|
96591 |
|
96592 |
var element = document.getElementById("uagb-timeline-style-" + this.props.clientId);
|
96593 |
if (null != element && "undefined" != typeof element) {
|
96594 |
+
element.innerHTML = __WEBPACK_IMPORTED_MODULE_7__inline_styles__["a" /* default */](this.props);
|
96595 |
}
|
96596 |
|
96597 |
var hasPosts = Array.isArray(latestPosts) && latestPosts.length;
|
96610 |
// Removing posts from display should be instant.
|
96611 |
var displayPosts = latestPosts.length > postsToShow ? latestPosts.slice(0, postsToShow) : latestPosts;
|
96612 |
|
96613 |
+
var content_align_class = __WEBPACK_IMPORTED_MODULE_9__align_classes__["a" /* default */](this.props.attributes, 0); // Get classname for layout alignment
|
96614 |
+
var day_align_class = __WEBPACK_IMPORTED_MODULE_10__day_align_classes__["a" /* default */](this.props.attributes, 0); // Get classname for day alignment.
|
96615 |
var data_copy = [].concat(_toConsumableArray(latestPosts));
|
96616 |
var display_inner_date = false;
|
96617 |
|
96622 |
|
96623 |
if (timelinAlignment == "center") {
|
96624 |
display_inner_date = true;
|
96625 |
+
content_align_class = __WEBPACK_IMPORTED_MODULE_9__align_classes__["a" /* default */](_this3.props.attributes, index);
|
96626 |
+
day_align_class = __WEBPACK_IMPORTED_MODULE_10__day_align_classes__["a" /* default */](_this3.props.attributes, index);
|
96627 |
}
|
96628 |
|
96629 |
return wp.element.createElement(
|
96731 |
/*!********************************************!*\
|
96732 |
!*** ./node_modules/lodash/isUndefined.js ***!
|
96733 |
\********************************************/
|
96734 |
+
/*! no static exports found */
|
96735 |
/***/ (function(module, exports) {
|
96736 |
|
96737 |
/**
|
96763 |
/*!***************************************!*\
|
96764 |
!*** ./node_modules/lodash/pickBy.js ***!
|
96765 |
\***************************************/
|
96766 |
+
/*! no static exports found */
|
96767 |
/***/ (function(module, exports, __webpack_require__) {
|
96768 |
|
96769 |
var arrayMap = __webpack_require__(/*! ./_arrayMap */ 34),
|
96810 |
/*!********************************************!*\
|
96811 |
!*** ./node_modules/lodash/_basePickBy.js ***!
|
96812 |
\********************************************/
|
96813 |
+
/*! no static exports found */
|
96814 |
/*! all exports used */
|
96815 |
/***/ (function(module, exports, __webpack_require__) {
|
96816 |
|
96851 |
/*!*****************************************!*\
|
96852 |
!*** ./node_modules/lodash/_baseSet.js ***!
|
96853 |
\*****************************************/
|
96854 |
+
/*! no static exports found */
|
96855 |
/*! all exports used */
|
96856 |
/***/ (function(module, exports, __webpack_require__) {
|
96857 |
|
97318 |
var attributes = this.props.attributes;
|
97319 |
|
97320 |
var icon_class = "uagb-timeline__icon-new uagb-timeline__out-view-icon ";
|
97321 |
+
var svg = __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_renderIcon__["a" /* default */](attributes.icon);
|
97322 |
return wp.element.createElement(
|
97323 |
"div",
|
97324 |
{ className: "uagb-timeline__marker uagb-timeline__out-view-icon" },
|
97325 |
wp.element.createElement(
|
97326 |
"span",
|
97327 |
{ className: icon_class },
|
97328 |
+
__WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_renderIcon__["a" /* default */](attributes.icon)
|
97329 |
)
|
97330 |
);
|
97331 |
}
|
97341 |
/*!********************************************!*\
|
97342 |
!*** ./src/blocks/call-to-action/block.js ***!
|
97343 |
\********************************************/
|
97344 |
+
/*! exports provided: */
|
97345 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
97346 |
|
97347 |
"use strict";
|
98222 |
|
98223 |
var output = wp.element.createElement(
|
98224 |
"div",
|
98225 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a.apply(undefined, ["uagb-cta__content-wrap"].concat(_toConsumableArray(__WEBPACK_IMPORTED_MODULE_5__classes__["a" /* default */](attributes)))) },
|
98226 |
wp.element.createElement(
|
98227 |
"div",
|
98228 |
{ className: "uagb-cta__left-right-wrap" },
|
98263 |
inspect_control,
|
98264 |
wp.element.createElement(
|
98265 |
"div",
|
98266 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-cta__outer-wrap", "uagb-block-" + this.props.clientId.substr(0, 8))
|
98267 |
},
|
98268 |
ctaType == "all" && wp.element.createElement(
|
98269 |
Fragment,
|
98288 |
var element = document.getElementById("uagb-cta-style-" + this.props.clientId.substr(0, 8));
|
98289 |
|
98290 |
if (null !== element && undefined !== element) {
|
98291 |
+
element.innerHTML = __WEBPACK_IMPORTED_MODULE_8__inline_styles__["a" /* default */](this.props);
|
98292 |
}
|
98293 |
}
|
98294 |
}, {
|
98392 |
// CTA style
|
98393 |
|
98394 |
" .uagb-cta__button-wrapper a.uagb-cta-typeof-text": {
|
98395 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaFontSize, ctaFontSizeType),
|
98396 |
"font-family": ctaFontFamily,
|
98397 |
"font-weight": ctaFontWeight,
|
98398 |
"color": ctaBtnLinkColor
|
98402 |
},
|
98403 |
|
98404 |
" .uagb-cta__button-wrapper a.uagb-cta-typeof-button": {
|
98405 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaFontSize, ctaFontSizeType),
|
98406 |
"font-family": ctaFontFamily,
|
98407 |
"font-weight": ctaFontWeight,
|
98408 |
"color": ctaBtnLinkColor,
|
98409 |
"background-color": ctaBgColor,
|
98410 |
"border-style": ctaBorderStyle,
|
98411 |
"border-color": ctaBorderColor,
|
98412 |
+
"border-radius": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaBorderRadius, "px"),
|
98413 |
+
"border-width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaBorderWidth, "px"),
|
98414 |
+
"padding-top": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaBtnVertPadding, "px"),
|
98415 |
+
"padding-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaBtnVertPadding, "px"),
|
98416 |
+
"padding-left": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaBtnHrPadding, "px"),
|
98417 |
+
"padding-right": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaBtnHrPadding, "px")
|
98418 |
},
|
98419 |
|
98420 |
" .uagb-cta__button-wrapper:hover a.uagb-cta-typeof-button": {
|
98424 |
},
|
98425 |
|
98426 |
" .uagb-cta__button-wrapper .uagb-cta-with-svg": {
|
98427 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaFontSize, ctaFontSizeType),
|
98428 |
+
"height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaFontSize, ctaFontSizeType),
|
98429 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaFontSize, ctaFontSizeType),
|
98430 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaFontSize, ctaFontSizeType)
|
98431 |
},
|
98432 |
|
98433 |
" .uagb-cta__button-wrapper .uagb-cta__block-link svg": {
|
98440 |
|
98441 |
// Title Style
|
98442 |
" .block-editor-rich-text__editable.uagb-cta__title": {
|
98443 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](titleFontSize, titleFontSizeType),
|
98444 |
"font-family": titleFontFamily,
|
98445 |
"font-weight": titleFontWeight,
|
98446 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](titleLineHeight, titleLineHeightType),
|
98447 |
"color": titleColor,
|
98448 |
+
"margin-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](titleSpace, "px")
|
98449 |
},
|
98450 |
|
98451 |
// Description Style
|
98452 |
" .block-editor-rich-text__editable.uagb-cta__desc": {
|
98453 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](descFontSize, descFontSizeType),
|
98454 |
"font-family": descFontFamily,
|
98455 |
"font-weight": descFontWeight,
|
98456 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](descLineHeight, descLineHeightType),
|
98457 |
"color": descColor,
|
98458 |
+
"margin-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](descSpace, "px")
|
98459 |
},
|
98460 |
|
98461 |
" .uagb-cta__align-button-after": {
|
98462 |
+
"margin-left": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaIconSpace, "px")
|
98463 |
},
|
98464 |
|
98465 |
" .uagb-cta__align-button-before": {
|
98466 |
+
"margin-right": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaIconSpace, "px")
|
98467 |
}
|
98468 |
};
|
98469 |
|
98470 |
if (textAlign === "left" && ctaPosition === "right") {
|
98471 |
selectors[" .uagb-cta__left-right-wrap .uagb-cta__content"] = {
|
98472 |
+
"margin-left": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaLeftSpace, "px"),
|
98473 |
"margin-right": "0"
|
98474 |
};
|
98475 |
}
|
98476 |
|
98477 |
if (textAlign === "right" && ctaPosition === "right") {
|
98478 |
selectors[" .uagb-cta__left-right-wrap .uagb-cta__content"] = {
|
98479 |
+
"margin-right": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaRightSpace, "px"),
|
98480 |
"margin-left": "0"
|
98481 |
};
|
98482 |
}
|
98483 |
|
98484 |
if (ctaPosition === "right" && (ctaType === "text" || ctaType === "button")) {
|
98485 |
selectors[" .uagb-cta__content-right .uagb-cta__left-right-wrap .uagb-cta__content"] = {
|
98486 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](contentWidth, "%")
|
98487 |
};
|
98488 |
selectors[" .uagb-cta__content-right .uagb-cta__left-right-wrap .uagb-cta__link-wrapper"] = {
|
98489 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](100 - contentWidth, "%")
|
98490 |
};
|
98491 |
}
|
98492 |
|
98493 |
var tablet_selectors = {
|
98494 |
" .block-editor-rich-text__editable.uagb-cta__title": {
|
98495 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](titleFontSizeTablet, titleFontSizeType),
|
98496 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](titleLineHeightTablet, titleLineHeightType)
|
98497 |
},
|
98498 |
" .block-editor-rich-text__editable.uagb-cta__desc": {
|
98499 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](descFontSizeTablet, descFontSizeType),
|
98500 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](descLineHeightTablet, descLineHeightType)
|
98501 |
},
|
98502 |
" .uagb-cta__button-wrapper a.uagb-cta-typeof-text": {
|
98503 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaFontSizeTablet, ctaFontSizeType)
|
98504 |
},
|
98505 |
" .uagb-cta__button-wrapper a.uagb-cta-typeof-button": {
|
98506 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaFontSizeTablet, ctaFontSizeType)
|
98507 |
},
|
98508 |
" .uagb-cta__button-wrapper .uagb-cta-with-svg": {
|
98509 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaFontSizeTablet, ctaFontSizeType),
|
98510 |
+
"height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaFontSizeTablet, ctaFontSizeType),
|
98511 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaFontSizeTablet, ctaFontSizeType),
|
98512 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaFontSizeTablet, ctaFontSizeType)
|
98513 |
}
|
98514 |
};
|
98515 |
|
98516 |
var mobile_selectors = {
|
98517 |
" .block-editor-rich-text__editable.uagb-cta__title": {
|
98518 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](titleFontSizeMobile, titleFontSizeType),
|
98519 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](titleLineHeightMobile, titleLineHeightType)
|
98520 |
},
|
98521 |
" .block-editor-rich-text__editable.uagb-cta__desc": {
|
98522 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](descFontSizeMobile, descFontSizeType),
|
98523 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](descLineHeightMobile, descLineHeightType)
|
98524 |
},
|
98525 |
" .uagb-cta__button-wrapper a.uagb-cta-typeof-text": {
|
98526 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaFontSizeMobile, ctaFontSizeType)
|
98527 |
},
|
98528 |
" .uagb-cta__button-wrapper a.uagb-cta-typeof-button": {
|
98529 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaFontSizeMobile, ctaFontSizeType)
|
98530 |
},
|
98531 |
" .uagb-cta__button-wrapper .uagb-cta-with-svg": {
|
98532 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaFontSizeMobile, ctaFontSizeType),
|
98533 |
+
"height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaFontSizeMobile, ctaFontSizeType),
|
98534 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaFontSizeMobile, ctaFontSizeType),
|
98535 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](ctaFontSizeMobile, ctaFontSizeType)
|
98536 |
}
|
98537 |
};
|
98538 |
|
98539 |
var id = ".block-editor-page #wpwrap .uagb-block-" + props.clientId.substr(0, 8);
|
98540 |
|
98541 |
+
var styling_css = __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSS__["a" /* default */](selectors, id);
|
98542 |
|
98543 |
+
styling_css += __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSS__["a" /* default */](tablet_selectors, id, true, "tablet");
|
98544 |
|
98545 |
+
styling_css += __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSS__["a" /* default */](mobile_selectors, id, true, "mobile");
|
98546 |
|
98547 |
return styling_css;
|
98548 |
}
|
98626 |
null,
|
98627 |
wp.element.createElement(
|
98628 |
"div",
|
98629 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a.apply(undefined, ["uagb-cta__content-wrap"].concat(_toConsumableArray(__WEBPACK_IMPORTED_MODULE_3__classes__["a" /* default */](props.attributes)))) },
|
98630 |
wp.element.createElement(
|
98631 |
"div",
|
98632 |
{ className: "uagb-cta__left-right-wrap" },
|
98666 |
}
|
98667 |
|
98668 |
return wp.element.createElement(
|
98669 |
+
"div",
|
98670 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-cta__outer-wrap", "uagb-block-" + block_id) },
|
98671 |
+
ctaType == "all" && wp.element.createElement(
|
98672 |
+
Fragment,
|
98673 |
+
null,
|
98674 |
+
wp.element.createElement("a", { href: ctaLink, className: "uagb-cta__block-link-wrap uagb-cta__link-to-all", target: target, rel: "noopener noreferrer" }),
|
98675 |
+
output
|
98676 |
+
),
|
98677 |
+
ctaType !== "all" && output
|
|
|
|
|
|
|
|
|
98678 |
);
|
98679 |
}
|
98680 |
|
98760 |
null,
|
98761 |
wp.element.createElement(
|
98762 |
"div",
|
98763 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a.apply(undefined, ["uagb-cta__content-wrap"].concat(_toConsumableArray(__WEBPACK_IMPORTED_MODULE_3__classes__["a" /* default */](props.attributes)))) },
|
98764 |
wp.element.createElement(
|
98765 |
"div",
|
98766 |
{ className: "uagb-cta__left-right-wrap" },
|
98804 |
null,
|
98805 |
wp.element.createElement(
|
98806 |
"div",
|
98807 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-cta__outer-wrap"),
|
98808 |
id: "uagb-cta-block-" + block_id },
|
98809 |
ctaType == "all" && wp.element.createElement(
|
98810 |
Fragment,
|
98859 |
null,
|
98860 |
wp.element.createElement(
|
98861 |
"div",
|
98862 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a.apply(undefined, ["uagb-cta__content-wrap"].concat(_toConsumableArray(__WEBPACK_IMPORTED_MODULE_3__classes__["a" /* default */](props.attributes)))) },
|
98863 |
wp.element.createElement(
|
98864 |
"div",
|
98865 |
{ className: "uagb-cta__left-right-wrap" },
|
98903 |
null,
|
98904 |
wp.element.createElement(
|
98905 |
"div",
|
98906 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-cta__outer-wrap"),
|
98907 |
id: "uagb-cta-block-" + block_id },
|
98908 |
ctaType == "all" && wp.element.createElement(
|
98909 |
Fragment,
|
98915 |
)
|
98916 |
);
|
98917 |
}
|
98918 |
+
}, {
|
98919 |
+
attributes: __WEBPACK_IMPORTED_MODULE_6__attributes__["a" /* default */],
|
98920 |
+
save: function save(props) {
|
98921 |
+
var _props$attributes3 = props.attributes,
|
98922 |
+
ctaPosition = _props$attributes3.ctaPosition,
|
98923 |
+
block_id = _props$attributes3.block_id,
|
98924 |
+
ctaType = _props$attributes3.ctaType,
|
98925 |
+
ctaLink = _props$attributes3.ctaLink,
|
98926 |
+
ctaTarget = _props$attributes3.ctaTarget,
|
98927 |
+
className = _props$attributes3.className,
|
98928 |
+
ctaTitle = _props$attributes3.ctaTitle,
|
98929 |
+
description = _props$attributes3.description;
|
98930 |
+
|
98931 |
+
|
98932 |
+
var is_cta = wp.element.createElement(__WEBPACK_IMPORTED_MODULE_5__components_CTA__["a" /* default */], { attributes: props.attributes, setAttributes: "not_set" });
|
98933 |
+
|
98934 |
+
// Get description and seperator components.
|
98935 |
+
var desc = wp.element.createElement(
|
98936 |
+
Fragment,
|
98937 |
+
null,
|
98938 |
+
"" !== description && wp.element.createElement(
|
98939 |
+
"div",
|
98940 |
+
{ className: "uagb-cta-text-wrap" },
|
98941 |
+
wp.element.createElement(__WEBPACK_IMPORTED_MODULE_2__components_Description__["a" /* default */], { attributes: props.attributes, setAttributes: "not_set" })
|
98942 |
+
)
|
98943 |
+
);
|
98944 |
+
|
98945 |
+
// Get Title components.
|
98946 |
+
var title_text = wp.element.createElement(
|
98947 |
+
Fragment,
|
98948 |
+
null,
|
98949 |
+
"" !== ctaTitle && wp.element.createElement(
|
98950 |
+
"div",
|
98951 |
+
{ className: "uagb-cta__title-wrap" },
|
98952 |
+
wp.element.createElement(__WEBPACK_IMPORTED_MODULE_1__components_Title__["a" /* default */], { attributes: props.attributes, setAttributes: "not_set" })
|
98953 |
+
)
|
98954 |
+
);
|
98955 |
+
|
98956 |
+
var output = wp.element.createElement(
|
98957 |
+
Fragment,
|
98958 |
+
null,
|
98959 |
+
wp.element.createElement(
|
98960 |
+
"div",
|
98961 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a.apply(undefined, ["uagb-cta__content-wrap"].concat(_toConsumableArray(__WEBPACK_IMPORTED_MODULE_3__classes__["a" /* default */](props.attributes)))) },
|
98962 |
+
wp.element.createElement(
|
98963 |
+
"div",
|
98964 |
+
{ className: "uagb-cta__left-right-wrap" },
|
98965 |
+
ctaPosition == "left" && is_cta,
|
98966 |
+
wp.element.createElement(
|
98967 |
+
"div",
|
98968 |
+
{ className: "uagb-cta__content" },
|
98969 |
+
ctaPosition == "above-title" && wp.element.createElement(
|
98970 |
+
Fragment,
|
98971 |
+
null,
|
98972 |
+
is_cta,
|
98973 |
+
title_text,
|
98974 |
+
desc
|
98975 |
+
),
|
98976 |
+
ctaPosition == "below-title" && wp.element.createElement(
|
98977 |
+
Fragment,
|
98978 |
+
null,
|
98979 |
+
title_text,
|
98980 |
+
desc,
|
98981 |
+
is_cta
|
98982 |
+
),
|
98983 |
+
(ctaPosition == "left" || ctaPosition == "right") && wp.element.createElement(
|
98984 |
+
Fragment,
|
98985 |
+
null,
|
98986 |
+
title_text,
|
98987 |
+
desc
|
98988 |
+
)
|
98989 |
+
),
|
98990 |
+
ctaPosition == "right" && is_cta
|
98991 |
+
)
|
98992 |
+
)
|
98993 |
+
);
|
98994 |
+
|
98995 |
+
var target = "";
|
98996 |
+
if (ctaTarget) {
|
98997 |
+
target = "_blank";
|
98998 |
+
}
|
98999 |
+
|
99000 |
+
return wp.element.createElement(
|
99001 |
+
Fragment,
|
99002 |
+
null,
|
99003 |
+
wp.element.createElement(
|
99004 |
+
"div",
|
99005 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-cta__outer-wrap", "uagb-block-" + block_id) },
|
99006 |
+
ctaType == "all" && wp.element.createElement(
|
99007 |
+
Fragment,
|
99008 |
+
null,
|
99009 |
+
wp.element.createElement("a", { href: ctaLink, className: "uagb-cta__block-link-wrap uagb-cta__link-to-all", target: target, rel: "noopener noreferrer" }),
|
99010 |
+
output
|
99011 |
+
),
|
99012 |
+
ctaType !== "all" && output
|
99013 |
+
)
|
99014 |
+
);
|
99015 |
+
}
|
99016 |
}];
|
99017 |
|
99018 |
/* harmony default export */ __webpack_exports__["a"] = (deprecated);
|
99071 |
if (attributes.ctaIcon !== "") {
|
99072 |
cta_icon_output = wp.element.createElement(
|
99073 |
"span",
|
99074 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a("uagb-cta-" + attributes.ctaType + "-icon", "uagb-cta__align-button-" + attributes.ctaIconPosition) },
|
99075 |
wp.element.createElement("i", { className: attributes.ctaIcon })
|
99076 |
);
|
99077 |
}
|
99116 |
/*!***********************************************!*\
|
99117 |
!*** ./src/blocks/call-to-action/editor.scss ***!
|
99118 |
\***********************************************/
|
99119 |
+
/*! no static exports found */
|
99120 |
/***/ (function(module, exports) {
|
99121 |
|
99122 |
// removed by extract-text-webpack-plugin
|
99126 |
/*!**********************************************!*\
|
99127 |
!*** ./src/blocks/call-to-action/style.scss ***!
|
99128 |
\**********************************************/
|
99129 |
+
/*! no static exports found */
|
99130 |
/***/ (function(module, exports) {
|
99131 |
|
99132 |
// removed by extract-text-webpack-plugin
|
99136 |
/*!************************************!*\
|
99137 |
!*** ./src/blocks/column/block.js ***!
|
99138 |
\************************************/
|
99139 |
+
/*! exports provided: */
|
99140 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
99141 |
|
99142 |
"use strict";
|
99267 |
var element = document.getElementById("uagb-column-style-" + this.props.clientId.substr(0, 8));
|
99268 |
|
99269 |
if (null !== element && undefined !== element) {
|
99270 |
+
element.innerHTML = __WEBPACK_IMPORTED_MODULE_2__styling__["a" /* default */](this.props);
|
99271 |
}
|
99272 |
}
|
99273 |
|
100221 |
wp.element.createElement(
|
100222 |
"div",
|
100223 |
{
|
100224 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-column__wrap", "uagb-column__background-" + backgroundType, "uagb-column__edit-" + active, align_class, align_class_mobile, align_class_tablet, "uagb-block-" + this.props.clientId.substr(0, 8))
|
100225 |
},
|
100226 |
wp.element.createElement("div", { className: "uagb-column__overlay" }),
|
100227 |
wp.element.createElement(
|
100312 |
var mobile_selectors = {};
|
100313 |
|
100314 |
var style = {
|
100315 |
+
"padding-top": __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](topPadding, desktopPaddingType),
|
100316 |
+
"padding-bottom": __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](bottomPadding, desktopPaddingType),
|
100317 |
+
"padding-left": __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](leftPadding, desktopPaddingType),
|
100318 |
+
"padding-right": __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](rightPadding, desktopPaddingType),
|
100319 |
+
"margin-top": __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](topMargin, desktopMarginType),
|
100320 |
+
"margin-bottom": __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](bottomMargin, desktopMarginType),
|
100321 |
+
"margin-left": __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](leftMargin, desktopMarginType),
|
100322 |
+
"margin-right": __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](rightMargin, desktopMarginType),
|
100323 |
+
"border-radius": __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](borderRadius, desktopMarginType)
|
100324 |
};
|
100325 |
|
100326 |
if (borderStyle != "none") {
|
100327 |
style["border-style"] = borderStyle;
|
100328 |
+
style["border-width"] = __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](borderWidth, "px");
|
100329 |
style["border-color"] = borderColor;
|
100330 |
}
|
100331 |
|
100339 |
}
|
100340 |
|
100341 |
var selectors = {
|
100342 |
+
":before": __WEBPACK_IMPORTED_MODULE_0__inline_styles__["a" /* default */](props),
|
100343 |
"": style
|
100344 |
};
|
100345 |
|
100346 |
tablet_selectors = {
|
100347 |
"": {
|
100348 |
+
"padding-top": __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](topPaddingTablet, tabletPaddingType),
|
100349 |
+
"padding-bottom": __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](bottomPaddingTablet, tabletPaddingType),
|
100350 |
+
"padding-left": __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](leftPaddingTablet, tabletPaddingType),
|
100351 |
+
"padding-right": __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](rightPaddingTablet, tabletPaddingType),
|
100352 |
+
"margin-top": __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](topMarginTablet, tabletMarginType),
|
100353 |
+
"margin-bottom": __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](bottomMarginTablet, tabletMarginType),
|
100354 |
+
"margin-left": __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](leftMarginTablet, tabletMarginType),
|
100355 |
+
"margin-right": __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](rightMarginTablet, tabletMarginType)
|
100356 |
}
|
100357 |
};
|
100358 |
|
100359 |
mobile_selectors = {
|
100360 |
"": {
|
100361 |
+
"padding-top": __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](topPaddingMobile, mobilePaddingType),
|
100362 |
+
"padding-bottom": __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](bottomPaddingMobile, mobilePaddingType),
|
100363 |
+
"padding-left": __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](leftPaddingMobile, mobilePaddingType),
|
100364 |
+
"padding-right": __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](rightPaddingMobile, mobilePaddingType),
|
100365 |
+
"margin-top": __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](topMarginMobile, mobileMarginType),
|
100366 |
+
"margin-bottom": __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](bottomMarginMobile, mobileMarginType),
|
100367 |
+
"margin-left": __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](leftMarginMobile, mobileMarginType),
|
100368 |
+
"margin-right": __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](rightMarginMobile, mobileMarginType)
|
100369 |
}
|
100370 |
};
|
100371 |
|
100385 |
|
100386 |
var id = "#wpwrap .edit-post-visual-editor #block-" + props.clientId;
|
100387 |
|
100388 |
+
styling_css = __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSS__["a" /* default */](selectors, id);
|
100389 |
|
100390 |
+
styling_css += __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSS__["a" /* default */](tablet_selectors, id, true, "tablet");
|
100391 |
|
100392 |
+
styling_css += __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSS__["a" /* default */](mobile_selectors, id, true, "mobile");
|
100393 |
|
100394 |
return styling_css;
|
100395 |
}
|
100475 |
style["background-color"] = backgroundColor;
|
100476 |
}
|
100477 |
|
100478 |
+
style["border-radius"] = __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](borderRadius, "px");
|
100479 |
|
100480 |
return style;
|
100481 |
}
|
100521 |
return wp.element.createElement(
|
100522 |
"div",
|
100523 |
{
|
100524 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-column__wrap", "uagb-column__background-" + backgroundType, align_class, align_class_mobile, align_class_tablet, "uagb-block-" + block_id)
|
100525 |
},
|
100526 |
wp.element.createElement("div", { className: "uagb-column__overlay" }),
|
100527 |
wp.element.createElement(
|
100578 |
return wp.element.createElement(
|
100579 |
"div",
|
100580 |
{
|
100581 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-column__wrap", "uagb-column__background-" + backgroundType, align_class, align_class_mobile, align_class_tablet),
|
100582 |
id: "uagb-column-" + block_id
|
100583 |
},
|
100584 |
wp.element.createElement("div", { className: "uagb-column__overlay" }),
|
100598 |
/*!**************************************!*\
|
100599 |
!*** ./src/blocks/column/style.scss ***!
|
100600 |
\**************************************/
|
100601 |
+
/*! no static exports found */
|
100602 |
/***/ (function(module, exports) {
|
100603 |
|
100604 |
// removed by extract-text-webpack-plugin
|
100608 |
/*!***************************************!*\
|
100609 |
!*** ./src/blocks/column/editor.scss ***!
|
100610 |
\***************************************/
|
100611 |
+
/*! no static exports found */
|
100612 |
/***/ (function(module, exports) {
|
100613 |
|
100614 |
// removed by extract-text-webpack-plugin
|
100618 |
/*!*************************************!*\
|
100619 |
!*** ./src/blocks/columns/block.js ***!
|
100620 |
\*************************************/
|
100621 |
+
/*! exports provided: */
|
100622 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
100623 |
|
100624 |
"use strict";
|
100699 |
var top_divider_html = topType != "none" && wp.element.createElement(
|
100700 |
"div",
|
100701 |
{
|
100702 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a("uagb-columns__shape", "uagb-columns__shape-top", { "uagb-columns__shape-flip": topFlip === true }, { "uagb-columns__shape-above-content": topContentAboveShape === true }) },
|
100703 |
__WEBPACK_IMPORTED_MODULE_5__shapes__["a" /* default */][topType]
|
100704 |
);
|
100705 |
|
100706 |
var bottom_divider_html = bottomType != "none" && wp.element.createElement(
|
100707 |
"div",
|
100708 |
{
|
100709 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a("uagb-columns__shape", "uagb-columns__shape-bottom", { "uagb-columns__shape-flip": bottomFlip === true }, { "uagb-columns__shape-above-content": bottomContentAboveShape === true }),
|
100710 |
"data-negative": "false" },
|
100711 |
__WEBPACK_IMPORTED_MODULE_5__shapes__["a" /* default */][bottomType]
|
100712 |
);
|
100718 |
return wp.element.createElement(
|
100719 |
CustomTag,
|
100720 |
{
|
100721 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-columns__wrap", "uagb-columns__background-" + backgroundType, "uagb-columns__stack-" + stack, "uagb-columns__valign-" + vAlign, "uagb-columns__gap-" + columnGap, "align" + align, reverse_tablet, reverse_mobile, "uagb-block-" + block_id)
|
100722 |
},
|
100723 |
wp.element.createElement("div", { className: "uagb-columns__overlay" }),
|
100724 |
top_divider_html,
|
100733 |
),
|
100734 |
wp.element.createElement(
|
100735 |
"div",
|
100736 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a("uagb-columns__inner-wrap", "uagb-columns__columns-" + columns) },
|
100737 |
wp.element.createElement(InnerBlocks.Content, null)
|
100738 |
),
|
100739 |
bottom_divider_html
|
100835 |
var createBlock = wp.blocks.createBlock;
|
100836 |
|
100837 |
|
100838 |
+
var getColumnsTemplate = __WEBPACK_IMPORTED_MODULE_3_memize___default.a(function (columns) {
|
100839 |
+
return __WEBPACK_IMPORTED_MODULE_4_lodash_times___default.a(columns, function (n) {
|
100840 |
return ["uagb/column", { id: n + 1 }];
|
100841 |
});
|
100842 |
});
|
100880 |
var element = document.getElementById("uagb-columns-style-" + this.props.clientId.substr(0, 8));
|
100881 |
|
100882 |
if (null !== element && undefined !== element) {
|
100883 |
+
element.innerHTML = __WEBPACK_IMPORTED_MODULE_2__styling__["a" /* default */](this.props);
|
100884 |
}
|
100885 |
}
|
100886 |
|
100970 |
value: function createBlocksFromInnerBlocksTemplate(innerBlocksTemplate) {
|
100971 |
var _this2 = this;
|
100972 |
|
100973 |
+
return __WEBPACK_IMPORTED_MODULE_5_lodash_map___default.a(innerBlocksTemplate, function (_ref) {
|
100974 |
var _ref2 = _slicedToArray(_ref, 3),
|
100975 |
name = _ref2[0],
|
100976 |
attributes = _ref2[1],
|
101344 |
var top_divider_html = topType != "none" && wp.element.createElement(
|
101345 |
"div",
|
101346 |
{
|
101347 |
+
className: __WEBPACK_IMPORTED_MODULE_1_classnames___default.a("uagb-columns__shape", "uagb-columns__shape-top", { "uagb-columns__shape-flip": topFlip === true }, { "uagb-columns__shape-above-content": topContentAboveShape === true }) },
|
101348 |
__WEBPACK_IMPORTED_MODULE_8__shapes__["a" /* default */][topType]
|
101349 |
);
|
101350 |
|
101351 |
var bottom_divider_html = bottomType != "none" && wp.element.createElement(
|
101352 |
"div",
|
101353 |
{
|
101354 |
+
className: __WEBPACK_IMPORTED_MODULE_1_classnames___default.a("uagb-columns__shape", "uagb-columns__shape-bottom", { "uagb-columns__shape-flip": bottomFlip === true }, { "uagb-columns__shape-above-content": bottomContentAboveShape === true }),
|
101355 |
"data-negative": "false" },
|
101356 |
__WEBPACK_IMPORTED_MODULE_8__shapes__["a" /* default */][bottomType]
|
101357 |
);
|
102211 |
wp.element.createElement(
|
102212 |
CustomTag,
|
102213 |
{
|
102214 |
+
className: __WEBPACK_IMPORTED_MODULE_1_classnames___default.a(className, "uagb-columns__wrap", "uagb-columns__background-" + backgroundType, "uagb-columns__edit-" + active, "uagb-columns__stack-" + stack, "uagb-columns__valign-" + vAlign, "uagb-columns__gap-" + columnGap, "align" + align, reverse_tablet, reverse_mobile, "uagb-block-" + this.props.clientId.substr(0, 8))
|
102215 |
},
|
102216 |
wp.element.createElement("div", { className: "uagb-columns__overlay" }),
|
102217 |
top_divider_html,
|
102226 |
),
|
102227 |
wp.element.createElement(
|
102228 |
"div",
|
102229 |
+
{ className: __WEBPACK_IMPORTED_MODULE_1_classnames___default.a("uagb-columns__inner-wrap", "uagb-columns__columns-" + columns) },
|
102230 |
wp.element.createElement(InnerBlocks, {
|
102231 |
template: getColumnsTemplate(columns),
|
102232 |
templateLock: "all",
|
102502 |
|
102503 |
if ("custom" == contentWidth) {
|
102504 |
if ("" != width) {
|
102505 |
+
max_width = __WEBPACK_IMPORTED_MODULE_3__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](width, widthType);
|
102506 |
}
|
102507 |
}
|
102508 |
var boxShadowPositionCSS = boxShadowPosition;
|
102515 |
var mobile_selectors = {};
|
102516 |
|
102517 |
var selectors = {
|
102518 |
+
".uagb-columns__wrap": __WEBPACK_IMPORTED_MODULE_0__inline_styles__["a" /* default */](props),
|
102519 |
" .uagb-columns__video-wrap": {
|
102520 |
"opacity": typeof backgroundVideoOpacity != "undefined" ? (100 - backgroundVideoOpacity) / 100 : 0.5
|
102521 |
},
|
102523 |
"max-width": max_width
|
102524 |
},
|
102525 |
" .uagb-column__inner-wrap": {
|
102526 |
+
"padding": __WEBPACK_IMPORTED_MODULE_3__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](columnGap, "px")
|
102527 |
},
|
102528 |
" .uagb-columns__shape-top svg": {
|
102529 |
width: "calc( " + topWidth + "% + 1.3px )",
|
102530 |
+
height: __WEBPACK_IMPORTED_MODULE_3__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](topHeight, "px")
|
102531 |
},
|
102532 |
" .uagb-columns__shape-top .uagb-columns__shape-fill": {
|
102533 |
+
fill: __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_hexToRgba__["a" /* default */](topColor, typeof topDividerOpacity != "undefined" ? topDividerOpacity : 100)
|
102534 |
},
|
102535 |
" .uagb-columns__shape-bottom svg": {
|
102536 |
width: "calc( " + bottomWidth + "% + 1.3px )",
|
102537 |
+
height: __WEBPACK_IMPORTED_MODULE_3__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](bottomHeight, "px")
|
102538 |
},
|
102539 |
" .uagb-columns__shape-bottom .uagb-columns__shape-fill": {
|
102540 |
+
fill: __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_hexToRgba__["a" /* default */](bottomColor, typeof bottomDividerOpacity != "undefined" ? bottomDividerOpacity : 100)
|
102541 |
},
|
102542 |
".wp-block-uagb-columns": {
|
102543 |
+
"box-shadow": __WEBPACK_IMPORTED_MODULE_3__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](boxShadowHOffset, "px") + ' ' + __WEBPACK_IMPORTED_MODULE_3__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](boxShadowVOffset, "px") + ' ' + __WEBPACK_IMPORTED_MODULE_3__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](boxShadowBlur, "px") + ' ' + __WEBPACK_IMPORTED_MODULE_3__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](boxShadowSpread, "px") + ' ' + boxShadowColor + ' ' + boxShadowPositionCSS
|
102544 |
}
|
102545 |
};
|
102546 |
|
102578 |
}
|
102579 |
}
|
102580 |
|
102581 |
+
selectors[" > .uagb-columns__overlay"]["border-radius"] = __WEBPACK_IMPORTED_MODULE_3__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](borderRadius, "px");
|
102582 |
|
102583 |
tablet_selectors = {
|
102584 |
".uagb-columns__wrap": {
|
102585 |
+
"padding-top": __WEBPACK_IMPORTED_MODULE_3__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](topPaddingTablet, tabletPaddingType),
|
102586 |
+
"padding-bottom": __WEBPACK_IMPORTED_MODULE_3__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](bottomPaddingTablet, tabletPaddingType),
|
102587 |
+
"padding-left": __WEBPACK_IMPORTED_MODULE_3__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](leftPaddingTablet, tabletPaddingType),
|
102588 |
+
"padding-right": __WEBPACK_IMPORTED_MODULE_3__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](rightPaddingTablet, tabletPaddingType),
|
102589 |
+
"margin-top": __WEBPACK_IMPORTED_MODULE_3__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](topMarginTablet, tabletMarginType),
|
102590 |
+
"margin-bottom": __WEBPACK_IMPORTED_MODULE_3__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](bottomMarginTablet, tabletMarginType)
|
102591 |
},
|
102592 |
" .uagb-columns__shape-top svg": {
|
102593 |
+
height: __WEBPACK_IMPORTED_MODULE_3__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](topHeightTablet, "px")
|
102594 |
},
|
102595 |
" .uagb-columns__shape-bottom svg": {
|
102596 |
+
height: __WEBPACK_IMPORTED_MODULE_3__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](bottomHeightTablet, "px")
|
102597 |
}
|
102598 |
};
|
102599 |
|
102600 |
mobile_selectors = {
|
102601 |
".uagb-columns__wrap": {
|
102602 |
+
"padding-top": __WEBPACK_IMPORTED_MODULE_3__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](topPaddingMobile, mobilePaddingType),
|
102603 |
+
"padding-bottom": __WEBPACK_IMPORTED_MODULE_3__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](bottomPaddingMobile, mobilePaddingType),
|
102604 |
+
"padding-left": __WEBPACK_IMPORTED_MODULE_3__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](leftPaddingMobile, mobilePaddingType),
|
102605 |
+
"padding-right": __WEBPACK_IMPORTED_MODULE_3__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](rightPaddingMobile, mobilePaddingType),
|
102606 |
+
"margin-top": __WEBPACK_IMPORTED_MODULE_3__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](topMarginMobile, mobileMarginType),
|
102607 |
+
"margin-bottom": __WEBPACK_IMPORTED_MODULE_3__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](bottomMarginMobile, mobileMarginType)
|
102608 |
},
|
102609 |
" .uagb-columns__shape-top svg": {
|
102610 |
+
height: __WEBPACK_IMPORTED_MODULE_3__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](topHeightMobile, "px")
|
102611 |
},
|
102612 |
" .uagb-columns__shape-bottom svg": {
|
102613 |
+
height: __WEBPACK_IMPORTED_MODULE_3__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](bottomHeightMobile, "px")
|
102614 |
}
|
102615 |
};
|
102616 |
|
102617 |
var styling_css = "";
|
102618 |
var id = ".uagb-block-" + props.clientId.substr(0, 8);
|
102619 |
|
102620 |
+
styling_css = __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSS__["a" /* default */](selectors, id);
|
102621 |
|
102622 |
+
styling_css += __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSS__["a" /* default */](tablet_selectors, id, true, "tablet");
|
102623 |
|
102624 |
+
styling_css += __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSS__["a" /* default */](mobile_selectors, id, true, "mobile");
|
102625 |
|
102626 |
return styling_css;
|
102627 |
}
|
102667 |
|
102668 |
|
102669 |
var style = {
|
102670 |
+
"padding-top": __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](topPadding, desktopPaddingType),
|
102671 |
+
"padding-bottom": __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](bottomPadding, desktopPaddingType),
|
102672 |
+
"padding-left": __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](leftPadding, desktopPaddingType),
|
102673 |
+
"padding-right": __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](rightPadding, desktopPaddingType),
|
102674 |
+
"margin-top": __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](topMargin, desktopMarginType),
|
102675 |
+
"margin-bottom": __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](bottomMargin, desktopMarginType),
|
102676 |
+
"border-radius": __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](borderRadius, desktopMarginType)
|
102677 |
};
|
102678 |
|
102679 |
if (borderStyle != "none") {
|
102680 |
style["border-style"] = borderStyle;
|
102681 |
+
style["border-width"] = __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](borderWidth, "px");
|
102682 |
style["border-color"] = borderColor;
|
102683 |
}
|
102684 |
|
102703 |
/*!******************************************!*\
|
102704 |
!*** ./node_modules/lodash/dropRight.js ***!
|
102705 |
\******************************************/
|
102706 |
+
/*! no static exports found */
|
102707 |
/***/ (function(module, exports, __webpack_require__) {
|
102708 |
|
102709 |
var baseSlice = __webpack_require__(/*! ./_baseSlice */ 69),
|
102806 |
var top_divider_html = topType != "none" && wp.element.createElement(
|
102807 |
"div",
|
102808 |
{
|
102809 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a("uagb-columns__shape", "uagb-columns__shape-top", { "uagb-columns__shape-flip": topFlip === true }, { "uagb-columns__shape-above-content": topContentAboveShape === true }) },
|
102810 |
__WEBPACK_IMPORTED_MODULE_1__shapes__["a" /* default */][topType]
|
102811 |
);
|
102812 |
|
102813 |
var bottom_divider_html = bottomType != "none" && wp.element.createElement(
|
102814 |
"div",
|
102815 |
{
|
102816 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a("uagb-columns__shape", "uagb-columns__shape-bottom", { "uagb-columns__shape-flip": bottomFlip === true }, { "uagb-columns__shape-above-content": bottomContentAboveShape === true }),
|
102817 |
"data-negative": "false" },
|
102818 |
__WEBPACK_IMPORTED_MODULE_1__shapes__["a" /* default */][bottomType]
|
102819 |
);
|
102825 |
return wp.element.createElement(
|
102826 |
CustomTag,
|
102827 |
{
|
102828 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-columns__wrap", "uagb-columns__background-" + backgroundType, "uagb-columns__stack-" + stack, "uagb-columns__valign-" + vAlign, "uagb-columns__gap-" + columnGap, "align" + align, reverse_tablet, reverse_mobile),
|
102829 |
id: "uagb-columns-" + block_id
|
102830 |
},
|
102831 |
wp.element.createElement("div", { className: "uagb-columns__overlay" }),
|
102837 |
),
|
102838 |
wp.element.createElement(
|
102839 |
"div",
|
102840 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a("uagb-columns__inner-wrap", "uagb-columns__columns-" + columns) },
|
102841 |
wp.element.createElement(InnerBlocks.Content, null)
|
102842 |
),
|
102843 |
bottom_divider_html
|
102874 |
var top_divider_html = topType != "none" && wp.element.createElement(
|
102875 |
"div",
|
102876 |
{
|
102877 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a("uagb-columns__shape", "uagb-columns__shape-top", { "uagb-columns__shape-flip": topFlip === true }, { "uagb-columns__shape-above-content": topContentAboveShape === true }) },
|
102878 |
__WEBPACK_IMPORTED_MODULE_1__shapes__["a" /* default */][topType]
|
102879 |
);
|
102880 |
|
102881 |
var bottom_divider_html = bottomType != "none" && wp.element.createElement(
|
102882 |
"div",
|
102883 |
{
|
102884 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a("uagb-columns__shape", "uagb-columns__shape-bottom", { "uagb-columns__shape-flip": bottomFlip === true }, { "uagb-columns__shape-above-content": bottomContentAboveShape === true }),
|
102885 |
"data-negative": "false" },
|
102886 |
__WEBPACK_IMPORTED_MODULE_1__shapes__["a" /* default */][bottomType]
|
102887 |
);
|
102893 |
return wp.element.createElement(
|
102894 |
CustomTag,
|
102895 |
{
|
102896 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-columns__wrap", "uagb-columns__background-" + backgroundType, "uagb-columns__stack-" + stack, "uagb-columns__valign-" + vAlign, "uagb-columns__gap-" + columnGap, "align" + align, reverse_tablet, reverse_mobile),
|
102897 |
id: "uagb-columns-" + block_id
|
102898 |
},
|
102899 |
wp.element.createElement("div", { className: "uagb-columns__overlay" }),
|
102909 |
),
|
102910 |
wp.element.createElement(
|
102911 |
"div",
|
102912 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a("uagb-columns__inner-wrap", "uagb-columns__columns-" + columns) },
|
102913 |
wp.element.createElement(InnerBlocks.Content, null)
|
102914 |
),
|
102915 |
bottom_divider_html
|
102949 |
*/
|
102950 |
var variations = [{
|
102951 |
name: 'one-column',
|
102952 |
+
label: __WEBPACK_IMPORTED_MODULE_1__wordpress_i18n__["a" /* __ */]('One column'),
|
102953 |
icon: __WEBPACK_IMPORTED_MODULE_0__icons__["a" /* default */].colOne,
|
102954 |
attributes: {
|
102955 |
columns: 1,
|
102959 |
scope: ['block']
|
102960 |
}, {
|
102961 |
name: 'two-column-split',
|
102962 |
+
label: __WEBPACK_IMPORTED_MODULE_1__wordpress_i18n__["a" /* __ */]('Two columns; equal split'),
|
102963 |
icon: __WEBPACK_IMPORTED_MODULE_0__icons__["a" /* default */].layout5050,
|
102964 |
attributes: {
|
102965 |
columns: 2,
|
102970 |
scope: ['block']
|
102971 |
}, {
|
102972 |
name: 'two-columns-one-third-two-thirds',
|
102973 |
+
label: __WEBPACK_IMPORTED_MODULE_1__wordpress_i18n__["a" /* __ */]('Two columns; one-third, two-thirds split'),
|
102974 |
icon: __WEBPACK_IMPORTED_MODULE_0__icons__["a" /* default */].layout3366,
|
102975 |
attributes: {
|
102976 |
columns: 2
|
102979 |
scope: ['block']
|
102980 |
}, {
|
102981 |
name: 'two-columns-two-thirds-one-third',
|
102982 |
+
label: __WEBPACK_IMPORTED_MODULE_1__wordpress_i18n__["a" /* __ */]('Two columns; two-thirds, one-third split'),
|
102983 |
icon: __WEBPACK_IMPORTED_MODULE_0__icons__["a" /* default */].layout6633,
|
102984 |
attributes: {
|
102985 |
columns: 2
|
102988 |
scope: ['block']
|
102989 |
}, {
|
102990 |
name: 'three-column',
|
102991 |
+
label: __WEBPACK_IMPORTED_MODULE_1__wordpress_i18n__["a" /* __ */]('Three columns; equal split'),
|
102992 |
icon: __WEBPACK_IMPORTED_MODULE_0__icons__["a" /* default */].layout502525,
|
102993 |
attributes: {
|
102994 |
columns: 3,
|
102998 |
scope: ['block']
|
102999 |
}, {
|
103000 |
name: 'three-columns-equal',
|
103001 |
+
label: __WEBPACK_IMPORTED_MODULE_1__wordpress_i18n__["a" /* __ */]('Three columns; equal split'),
|
103002 |
icon: __WEBPACK_IMPORTED_MODULE_0__icons__["a" /* default */].layout333333,
|
103003 |
attributes: {
|
103004 |
columns: 3
|
103007 |
scope: ['block']
|
103008 |
}, {
|
103009 |
name: 'three-columns-wider-center',
|
103010 |
+
label: __WEBPACK_IMPORTED_MODULE_1__wordpress_i18n__["a" /* __ */]('Three columns; wide center column'),
|
103011 |
icon: __WEBPACK_IMPORTED_MODULE_0__icons__["a" /* default */].layout255025,
|
103012 |
attributes: {
|
103013 |
columns: 3
|
103016 |
scope: ['block']
|
103017 |
}, {
|
103018 |
name: 'four-column',
|
103019 |
+
label: __WEBPACK_IMPORTED_MODULE_1__wordpress_i18n__["a" /* __ */]('Four columns; equal split'),
|
103020 |
icon: __WEBPACK_IMPORTED_MODULE_0__icons__["a" /* default */].layout25252525,
|
103021 |
attributes: {
|
103022 |
columns: 4,
|
103078 |
* @param {...*} args Arguments to pass to `console.error`
|
103079 |
*/
|
103080 |
|
103081 |
+
var logErrorOnce = __WEBPACK_IMPORTED_MODULE_2_memize___default.a(console.error); // eslint-disable-line no-console
|
103082 |
|
103083 |
/**
|
103084 |
* The underlying instance of Tannin to which exported functions interface.
|
103099 |
|
103100 |
function setLocaleData(data) {
|
103101 |
var domain = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 'default';
|
103102 |
+
i18n.data[domain] = __WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_esm_objectSpread__["a" /* default */]({}, DEFAULT_LOCALE_DATA, i18n.data[domain], data); // Populate default domain configuration (supported locale date which omits
|
103103 |
// a plural forms expression).
|
103104 |
|
103105 |
+
i18n.data[domain][''] = __WEBPACK_IMPORTED_MODULE_0__babel_runtime_helpers_esm_objectSpread__["a" /* default */]({}, DEFAULT_LOCALE_DATA[''], i18n.data[domain]['']);
|
103106 |
}
|
103107 |
/**
|
103108 |
* Wrapper for Tannin's `dcnpgettext`. Populates default locale data if not
|
103250 |
}
|
103251 |
|
103252 |
ownKeys.forEach(function (key) {
|
103253 |
+
__WEBPACK_IMPORTED_MODULE_0__defineProperty__["a" /* default */](target, key, source[key]);
|
103254 |
});
|
103255 |
}
|
103256 |
|
103384 |
config.plural_forms
|
103385 |
);
|
103386 |
|
103387 |
+
getPluralForm = this.pluralForms[ domain ] = __WEBPACK_IMPORTED_MODULE_0__tannin_plural_forms__["a" /* default */]( plural );
|
103388 |
}
|
103389 |
|
103390 |
return getPluralForm( n );
|
103461 |
* @return {Function} Evaluator function.
|
103462 |
*/
|
103463 |
function pluralForms( expression ) {
|
103464 |
+
var evaluate = __WEBPACK_IMPORTED_MODULE_0__tannin_compile__["a" /* default */]( expression );
|
103465 |
|
103466 |
return function( n ) {
|
103467 |
return +evaluate( { n: n } );
|
103505 |
* @return {Function} Compiled evaluator.
|
103506 |
*/
|
103507 |
function compile( expression ) {
|
103508 |
+
var terms = __WEBPACK_IMPORTED_MODULE_0__tannin_postfix__["a" /* default */]( expression );
|
103509 |
|
103510 |
return function( variables ) {
|
103511 |
+
return __WEBPACK_IMPORTED_MODULE_1__tannin_evaluate__["a" /* default */]( terms, variables );
|
103512 |
};
|
103513 |
}
|
103514 |
|
103778 |
/*!*****************************************************************************!*\
|
103779 |
!*** ./node_modules/@wordpress/i18n/node_modules/sprintf-js/src/sprintf.js ***!
|
103780 |
\*****************************************************************************/
|
103781 |
+
/*! no static exports found */
|
103782 |
/*! exports used: default */
|
103783 |
/***/ (function(module, exports, __webpack_require__) {
|
103784 |
|
104003 |
window['vsprintf'] = vsprintf
|
104004 |
|
104005 |
if (true) {
|
104006 |
+
!(__WEBPACK_AMD_DEFINE_RESULT__ = function() {
|
104007 |
return {
|
104008 |
'sprintf': sprintf,
|
104009 |
'vsprintf': vsprintf
|
104010 |
}
|
104011 |
+
}.call(exports, __webpack_require__, exports, module),
|
104012 |
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__))
|
104013 |
}
|
104014 |
}
|
104021 |
/*!***************************************!*\
|
104022 |
!*** ./src/blocks/columns/style.scss ***!
|
104023 |
\***************************************/
|
104024 |
+
/*! no static exports found */
|
104025 |
/***/ (function(module, exports) {
|
104026 |
|
104027 |
// removed by extract-text-webpack-plugin
|
104031 |
/*!****************************************!*\
|
104032 |
!*** ./src/blocks/columns/editor.scss ***!
|
104033 |
\****************************************/
|
104034 |
+
/*! no static exports found */
|
104035 |
/***/ (function(module, exports) {
|
104036 |
|
104037 |
// removed by extract-text-webpack-plugin
|
104041 |
/*!****************************************!*\
|
104042 |
!*** ./src/blocks/cf7-styler/block.js ***!
|
104043 |
\****************************************/
|
104044 |
+
/*! exports provided: */
|
104045 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
104046 |
|
104047 |
"use strict";
|
105471 |
wp.element.createElement(
|
105472 |
"div",
|
105473 |
{
|
105474 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-cf7-styler__outer-wrap", "uagb-block-" + this.props.clientId.substr(0, 8))
|
105475 |
},
|
105476 |
wp.element.createElement(
|
105477 |
"div",
|
105478 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a("uagb-cf7-styler__align-" + align, "uagb-cf7-styler__field-style-" + fieldStyle, "uagb-cf7-styler__btn-align-" + buttonAlignment, "uagb-cf7-styler__highlight-style-" + validationMsgPosition, enableOveride ? "uagb-cf7-styler__check-style-enabled" : "", enableHighlightBorder ? "uagb-cf7-styler__highlight-border" : "") },
|
105479 |
isHtml && wp.element.createElement("div", { dangerouslySetInnerHTML: { __html: html } }),
|
105480 |
isHtml == false && wp.element.createElement(
|
105481 |
Placeholder,
|
105515 |
var element = document.getElementById("uagb-cf7-styler-" + this.props.clientId.substr(0, 8));
|
105516 |
|
105517 |
if (null !== element && undefined !== element) {
|
105518 |
+
element.innerHTML = __WEBPACK_IMPORTED_MODULE_4__styling__["a" /* default */](this.props);
|
105519 |
}
|
105520 |
}
|
105521 |
}]);
|
105675 |
"color": fieldInputColor,
|
105676 |
"border-style": fieldBorderStyle,
|
105677 |
"border-color": fieldBorderColor,
|
105678 |
+
"border-width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldBorderWidth, "px"),
|
105679 |
+
"border-radius": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldBorderRadius, fieldBorderRadiusType),
|
105680 |
+
"padding-left": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldHrPadding, "px"),
|
105681 |
+
"padding-right": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldHrPadding, "px"),
|
105682 |
+
"padding-top": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldVrPadding, "px"),
|
105683 |
+
"padding-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldVrPadding, "px"),
|
105684 |
+
"margin-top": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldLabelSpacing, "px"),
|
105685 |
+
"margin-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldSpacing, "px"),
|
105686 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](inputFontSize, inputFontSizeType),
|
105687 |
"font-family": inputFontFamily,
|
105688 |
"font-weight": inputFontWeight,
|
105689 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](inputLineHeight, inputLineHeightType),
|
105690 |
"text-align": align
|
105691 |
},
|
105692 |
" .wpcf7 select": {
|
105694 |
"color": fieldLabelColor,
|
105695 |
"border-style": fieldBorderStyle,
|
105696 |
"border-color": fieldBorderColor,
|
105697 |
+
"border-width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldBorderWidth, "px"),
|
105698 |
+
"border-radius": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldBorderRadius, fieldBorderRadiusType),
|
105699 |
+
"margin-top": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldLabelSpacing, "px"),
|
105700 |
+
"margin-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldSpacing, "px"),
|
105701 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](inputFontSize, inputFontSizeType),
|
105702 |
"font-family": inputFontFamily,
|
105703 |
"font-weight": inputFontWeight,
|
105704 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](inputLineHeight, inputLineHeightType),
|
105705 |
"text-align": align
|
105706 |
},
|
105707 |
" .wpcf7 select.wpcf7-form-control.wpcf7-select:not([multiple='multiple'])": {
|
105708 |
+
"padding-left": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldHrPadding, "px"),
|
105709 |
+
"padding-right": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldHrPadding, "px"),
|
105710 |
+
"padding-top": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldVrPadding, "px"),
|
105711 |
+
"padding-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldVrPadding, "px")
|
105712 |
},
|
105713 |
" .wpcf7 select.wpcf7-select[multiple='multiple'] option": {
|
105714 |
+
"padding-left": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldHrPadding, "px"),
|
105715 |
+
"padding-right": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldHrPadding, "px"),
|
105716 |
+
"padding-top": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldVrPadding, "px"),
|
105717 |
+
"padding-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldVrPadding, "px")
|
105718 |
},
|
105719 |
" .wpcf7 textarea": {
|
105720 |
"background-color": fieldBgColor,
|
105721 |
"color": fieldInputColor,
|
105722 |
"border-color": fieldBorderColor,
|
105723 |
+
"border-width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldBorderWidth, "px"),
|
105724 |
+
"border-radius": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldBorderRadius, fieldBorderRadiusType),
|
105725 |
"border-style": fieldBorderStyle,
|
105726 |
+
"padding-left": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldHrPadding, "px"),
|
105727 |
+
"padding-right": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldHrPadding, "px"),
|
105728 |
+
"padding-top": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldVrPadding, "px"),
|
105729 |
+
"padding-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldVrPadding, "px"),
|
105730 |
+
"margin-top": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldLabelSpacing, "px"),
|
105731 |
+
"margin-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldSpacing, "px"),
|
105732 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](inputFontSize, inputFontSizeType),
|
105733 |
"font-family": inputFontFamily,
|
105734 |
"font-weight": inputFontWeight,
|
105735 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](inputLineHeight, inputLineHeightType),
|
105736 |
"text-align": align
|
105737 |
},
|
105738 |
" .wpcf7 input::placeholder": {
|
105747 |
"color": fieldInputColor,
|
105748 |
"text-align": align
|
105749 |
}), _defineProperty(_selectors, " .wpcf7 form label", (_wpcf7FormLabel = {
|
105750 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](labelFontSize, labelFontSizeType)
|
105751 |
+
}, _defineProperty(_wpcf7FormLabel, "font-size", __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](labelFontSize, labelFontSizeType)), _defineProperty(_wpcf7FormLabel, "font-family", labelFontFamily), _defineProperty(_wpcf7FormLabel, "font-weight", labelFontWeight), _defineProperty(_wpcf7FormLabel, "line-height", __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](labelLineHeight, labelLineHeightType)), _wpcf7FormLabel)), _defineProperty(_selectors, " .wpcf7 form .wpcf7-list-item-label", (_wpcf7FormWpcf = {
|
105752 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](labelFontSize, labelFontSizeType)
|
105753 |
+
}, _defineProperty(_wpcf7FormWpcf, "font-size", __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](labelFontSize, labelFontSizeType)), _defineProperty(_wpcf7FormWpcf, "font-family", labelFontFamily), _defineProperty(_wpcf7FormWpcf, "font-weight", labelFontWeight), _defineProperty(_wpcf7FormWpcf, "line-height", __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](labelLineHeight, labelLineHeightType)), _wpcf7FormWpcf)), _defineProperty(_selectors, " .wpcf7 form input:not([type=submit]):focus", {
|
105754 |
"border-color": fieldBorderFocusColor
|
105755 |
}), _defineProperty(_selectors, " .wpcf7 form select:focus", {
|
105756 |
"border-color": fieldBorderFocusColor
|
105759 |
}), _defineProperty(_selectors, " .wpcf7 input.wpcf7-form-control.wpcf7-submit", {
|
105760 |
"color": buttonTextColor,
|
105761 |
"background-color": buttonBgColor,
|
105762 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](buttonFontSize, buttonFontSizeType),
|
105763 |
"font-family": buttonFontFamily,
|
105764 |
"font-weight": buttonFontWeight,
|
105765 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](buttonLineHeight, buttonLineHeightType),
|
105766 |
"border-color": buttonBorderColor,
|
105767 |
"border-style": buttonBorderStyle,
|
105768 |
+
"border-width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](buttonBorderWidth, "px"),
|
105769 |
+
"border-radius": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](buttonBorderRadius, buttonBorderRadiusType),
|
105770 |
+
"padding-left": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](buttonHrPadding, "px"),
|
105771 |
+
"padding-right": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](buttonHrPadding, "px"),
|
105772 |
+
"padding-top": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](buttonVrPadding, "px"),
|
105773 |
+
"padding-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](buttonVrPadding, "px")
|
105774 |
}), _defineProperty(_selectors, " .wpcf7 input.wpcf7-form-control.wpcf7-submit:hover", {
|
105775 |
"color": buttonTextHoverColor,
|
105776 |
"background-color": buttonBgHoverColor,
|
105783 |
}), _defineProperty(_selectors, " .wpcf7 .wpcf7-checkbox input[type='checkbox'] + span:before", {
|
105784 |
"background-color": fieldBgColor,
|
105785 |
"color": fieldInputColor,
|
105786 |
+
"height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldVrPadding, "px"),
|
105787 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldVrPadding, "px"),
|
105788 |
"font-size": "calc( " + fieldVrPadding + "px / 1.2 )",
|
105789 |
"border-style": fieldBorderStyle,
|
105790 |
"border-color": fieldBorderColor,
|
105791 |
+
"border-width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldBorderWidth, "px"),
|
105792 |
+
"border-radius": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldBorderRadius, fieldBorderRadiusType)
|
105793 |
}), _defineProperty(_selectors, " .wpcf7 .wpcf7-acceptance input[type='checkbox']:checked + span:before", {
|
105794 |
"background-color": fieldBgColor,
|
105795 |
"color": fieldInputColor,
|
105797 |
}), _defineProperty(_selectors, " .wpcf7 .wpcf7-acceptance input[type='checkbox'] + span:before", {
|
105798 |
"background-color": fieldBgColor,
|
105799 |
"color": fieldInputColor,
|
105800 |
+
"height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldVrPadding, "px"),
|
105801 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldVrPadding, "px"),
|
105802 |
"font-size": "calc( " + fieldVrPadding + "px / 1.2 )",
|
105803 |
"border-style": fieldBorderStyle,
|
105804 |
"border-color": fieldBorderColor,
|
105805 |
+
"border-width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldBorderWidth, "px"),
|
105806 |
+
"border-radius": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldBorderRadius, fieldBorderRadiusType)
|
105807 |
}), _defineProperty(_selectors, " .wpcf7 .wpcf7-radio input[type='radio'] + span:before", (_wpcf7Wpcf7Radio = {
|
105808 |
"background-color": fieldBgColor,
|
105809 |
"color": fieldInputColor,
|
105810 |
+
"height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldVrPadding, "px"),
|
105811 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldVrPadding, "px"),
|
105812 |
"border-style": fieldBorderStyle,
|
105813 |
"border-color": fieldBorderColor,
|
105814 |
+
"border-width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldBorderWidth, "px")
|
105815 |
}, _defineProperty(_wpcf7Wpcf7Radio, "height", "calc( " + fieldVrPadding + "px / 1.2 )"), _defineProperty(_wpcf7Wpcf7Radio, "width", "calc( " + fieldVrPadding + "px / 1.2 )"), _wpcf7Wpcf7Radio)), _defineProperty(_selectors, " .uagb-cf7-styler__field-style-underline .wpcf7 input:not([type=submit])", {
|
105816 |
"border-style": "none",
|
105817 |
"border-bottom-color": fieldBorderColor,
|
105818 |
"border-bottom-style": "solid",
|
105819 |
+
"border-bottom-width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldBorderWidth, "px"),
|
105820 |
+
"border-radius": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldBorderRadius, fieldBorderRadiusType)
|
105821 |
}), _defineProperty(_selectors, " .uagb-cf7-styler__field-style-underline textarea", {
|
105822 |
"border-style": "none",
|
105823 |
"border-bottom-color": fieldBorderColor,
|
105824 |
"border-bottom-style": "solid",
|
105825 |
+
"border-bottom-width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldBorderWidth, "px"),
|
105826 |
+
"border-radius": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldBorderRadius, fieldBorderRadiusType)
|
105827 |
}), _defineProperty(_selectors, " .uagb-cf7-styler__field-style-underline select", {
|
105828 |
"border-style": "none",
|
105829 |
"border-bottom-color": fieldBorderColor,
|
105830 |
"border-bottom-style": "solid",
|
105831 |
+
"border-bottom-width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldBorderWidth, "px"),
|
105832 |
+
"border-radius": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldBorderRadius, fieldBorderRadiusType)
|
105833 |
}), _defineProperty(_selectors, " .uagb-cf7-styler__field-style-underline textarea", {
|
105834 |
"border-style": "none",
|
105835 |
"border-bottom-color": fieldBorderColor,
|
105836 |
"border-bottom-style": "solid",
|
105837 |
+
"border-bottom-width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldBorderWidth, "px"),
|
105838 |
+
"border-radius": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldBorderRadius, fieldBorderRadiusType)
|
105839 |
}), _defineProperty(_selectors, " .uagb-cf7-styler__field-style-underline .wpcf7-checkbox input[type='checkbox'] + span:before", {
|
105840 |
"border-style": "solid"
|
105841 |
}), _defineProperty(_selectors, " .uagb-cf7-styler__field-style-underline .wpcf7 input[type='radio'] + span:before", {
|
105848 |
}), _defineProperty(_selectors, " .uagb-cf7-styler__check-style-enabled .wpcf7 .wpcf7-checkbox input[type='checkbox'] + span:before", {
|
105849 |
"background-color": radioCheckBgColor,
|
105850 |
"color": radioCheckSelectColor,
|
105851 |
+
"height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](radioCheckSize, "px"),
|
105852 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](radioCheckSize, "px"),
|
105853 |
"font-size": "calc( " + radioCheckSize + "px / 1.2 )",
|
105854 |
"border-color": radioCheckBorderColor,
|
105855 |
+
"border-width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](radioCheckBorderWidth, "px"),
|
105856 |
+
"border-radius": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](radioCheckBorderRadius, radioCheckBorderRadiusType)
|
105857 |
}), _defineProperty(_selectors, " .uagb-cf7-styler__check-style-enabled .wpcf7 .wpcf7-checkbox input[type='checkbox']:checked + span:before", {
|
105858 |
"border-color": fieldBorderFocusColor
|
105859 |
}), _defineProperty(_selectors, " .uagb-cf7-styler__check-style-enabled .wpcf7 .wpcf7-acceptance input[type='checkbox'] + span:before", {
|
105860 |
"background-color": radioCheckBgColor,
|
105861 |
"color": radioCheckSelectColor,
|
105862 |
+
"height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](radioCheckSize, "px"),
|
105863 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](radioCheckSize, "px"),
|
105864 |
"font-size": "calc( " + radioCheckSize + "px / 1.2 )",
|
105865 |
"border-color": radioCheckBorderColor,
|
105866 |
+
"border-width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](radioCheckBorderWidth, "px"),
|
105867 |
+
"border-radius": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](radioCheckBorderRadius, radioCheckBorderRadiusType)
|
105868 |
}), _defineProperty(_selectors, " .uagb-cf7-styler__check-style-enabled .wpcf7 .wpcf7-acceptance input[type='checkbox']:checked + span:before", {
|
105869 |
"border-color": fieldBorderFocusColor
|
105870 |
}), _defineProperty(_selectors, " .uagb-cf7-styler__check-style-enabled .wpcf7 input[type='radio'] + span:before", {
|
105871 |
"background-color": radioCheckBgColor,
|
105872 |
"color": radioCheckSelectColor,
|
105873 |
+
"height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](radioCheckSize, "px"),
|
105874 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](radioCheckSize, "px"),
|
105875 |
"font-size": "calc( " + radioCheckSize + "px / 1.2 )",
|
105876 |
"border-color": radioCheckBorderColor,
|
105877 |
+
"border-width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](radioCheckBorderWidth, "px")
|
105878 |
}), _defineProperty(_selectors, " .uagb-cf7-styler__check-style-enabled .wpcf7-radio input[type='radio']:checked + span:before", {
|
105879 |
"background-color": radioCheckSelectColor,
|
105880 |
"border-color": fieldBorderFocusColor
|
105881 |
}), _defineProperty(_selectors, " .uagb-cf7-styler__check-style-enabled .wpcf7 form .wpcf7-list-item-label", {
|
105882 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](radioCheckFontSize, radioCheckFontSizeType),
|
105883 |
"font-family": radioCheckFontFamily,
|
105884 |
"font-weight": radioCheckFontWeight,
|
105885 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](radioCheckLineHeight, radioCheckLineHeightType),
|
105886 |
"color": radioCheckLableColor
|
105887 |
}), _selectors);
|
105888 |
|
105889 |
var tablet_selectors = {
|
105890 |
" .wpcf7 input:not([type=submit])": {
|
105891 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](inputFontSizeTablet, inputFontSizeType),
|
105892 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](inputLineHeightTablet, inputLineHeightType)
|
105893 |
},
|
105894 |
" .wpcf7 select": {
|
105895 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](labelFontSizeTablet, labelFontSizeType),
|
105896 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](labelLineHeightTablet, labelLineHeightType)
|
105897 |
},
|
105898 |
" .wpcf7 textarea": {
|
105899 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](inputFontSizeTablet, inputFontSizeType),
|
105900 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](inputLineHeightTablet, inputLineHeightType)
|
105901 |
},
|
105902 |
" .wpcf7 form label": {
|
105903 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](labelFontSizeTablet, labelFontSizeType),
|
105904 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](labelLineHeightTablet, labelLineHeightType)
|
105905 |
},
|
105906 |
|
105907 |
" .wpcf7 form .wpcf7-list-item-label": {
|
105908 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](labelFontSizeTablet, labelFontSizeType),
|
105909 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](labelLineHeightTablet, labelLineHeightType)
|
105910 |
},
|
105911 |
" .wpcf7 input.wpcf7-form-control.wpcf7-submit": {
|
105912 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](buttonFontSizeTablet, buttonFontSizeType),
|
105913 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](buttonLineHeightTablet, buttonLineHeightType)
|
105914 |
},
|
105915 |
" .uagb-cf7-styler__check-style-enabled .wpcf7 form .wpcf7-list-item-label": {
|
105916 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](radioCheckFontSizeTablet, radioCheckFontSizeType),
|
105917 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](radioCheckLineHeightTablet, radioCheckLineHeightType)
|
105918 |
},
|
105919 |
" span.wpcf7-not-valid-tip": {
|
105920 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](validationMsgFontSizeTablet, validationMsgFontSizeType),
|
105921 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](validationMsgLineHeightTablet, validationMsgLineHeightType)
|
105922 |
}
|
105923 |
};
|
105924 |
|
105925 |
var mobile_selectors = {
|
105926 |
" .wpcf7 input:not([type=submit])": {
|
105927 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](inputFontSizeMobile, inputFontSizeType),
|
105928 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](inputLineHeightMobile, inputLineHeightType)
|
105929 |
},
|
105930 |
" .wpcf7 select": {
|
105931 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](labelFontSizeMobile, labelFontSizeType),
|
105932 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](labelLineHeightMobile, labelLineHeightType)
|
105933 |
},
|
105934 |
" .wpcf7 textarea": {
|
105935 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](inputFontSizeTablet, inputFontSizeType),
|
105936 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](inputLineHeightTablet, inputLineHeightType)
|
105937 |
},
|
105938 |
" .wpcf7 form label": {
|
105939 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](inputFontSizeMobile, inputFontSizeType),
|
105940 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](inputLineHeightMobile, inputLineHeightType)
|
105941 |
},
|
105942 |
" .wpcf7 form .wpcf7-list-item-label": {
|
105943 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](labelFontSizeMobile, labelFontSizeType),
|
105944 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](labelLineHeightMobile, labelLineHeightType)
|
105945 |
},
|
105946 |
" .wpcf7 input.wpcf7-form-control.wpcf7-submit": {
|
105947 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](buttonFontSizeMobile, buttonFontSizeType),
|
105948 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](buttonLineHeightMobile, buttonLineHeightType)
|
105949 |
},
|
105950 |
" .uagb-cf7-styler__check-style-enabled .wpcf7 form .wpcf7-list-item-label": {
|
105951 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](radioCheckFontSizeMobile, radioCheckFontSizeType),
|
105952 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](radioCheckLineHeightMobile, radioCheckLineHeightType)
|
105953 |
},
|
105954 |
" span.wpcf7-not-valid-tip": {
|
105955 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](validationMsgFontSizeMobile, validationMsgFontSizeType),
|
105956 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](validationMsgLineHeightMobile, validationMsgLineHeightType)
|
105957 |
}
|
105958 |
};
|
105959 |
|
105960 |
+
var styling_css = __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSS__["a" /* default */](selectors, ".block-editor-page #wpwrap .uagb-block-" + props.clientId.substr(0, 8));
|
105961 |
|
105962 |
+
styling_css += __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSS__["a" /* default */](tablet_selectors, ".block-editor-page #wpwrap .uagb-block-" + props.clientId.substr(0, 8), true, "tablet");
|
105963 |
|
105964 |
+
styling_css += __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSS__["a" /* default */](mobile_selectors, ".block-editor-page #wpwrap .uagb-block-" + props.clientId.substr(0, 8), true, "mobile");
|
105965 |
|
105966 |
return styling_css;
|
105967 |
}
|
105973 |
/*!*******************************************!*\
|
105974 |
!*** ./src/blocks/cf7-styler/editor.scss ***!
|
105975 |
\*******************************************/
|
105976 |
+
/*! no static exports found */
|
105977 |
/***/ (function(module, exports) {
|
105978 |
|
105979 |
// removed by extract-text-webpack-plugin
|
105983 |
/*!******************************************!*\
|
105984 |
!*** ./src/blocks/cf7-styler/style.scss ***!
|
105985 |
\******************************************/
|
105986 |
+
/*! no static exports found */
|
105987 |
/***/ (function(module, exports) {
|
105988 |
|
105989 |
// removed by extract-text-webpack-plugin
|
105993 |
/*!***************************************!*\
|
105994 |
!*** ./src/blocks/gf-styler/block.js ***!
|
105995 |
\***************************************/
|
105996 |
+
/*! exports provided: */
|
105997 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
105998 |
|
105999 |
"use strict";
|
107463 |
wp.element.createElement(
|
107464 |
"div",
|
107465 |
{
|
107466 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-gf-styler__outer-wrap", "uagb-block-" + this.props.clientId.substr(0, 8))
|
107467 |
},
|
107468 |
wp.element.createElement(
|
107469 |
"div",
|
107470 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a("uagb-gf-styler__align-" + align, "uagb-gf-styler__field-style-" + fieldStyle, "uagb-gf-styler__btn-align-" + buttonAlignment, "uagb-gf-styler__gform-heading-" + titleDescStyle, enableOveride ? "uagb-gf-styler__check-style-enabled" : "", enableLabel ? "uagb-gf-styler__hide-label" : "", advancedValidationSettings ? "uagb-gf-styler__error-yes" : "") },
|
107471 |
isHtml && wp.element.createElement("div", { dangerouslySetInnerHTML: { __html: html } }),
|
107472 |
isHtml == false && wp.element.createElement(
|
107473 |
Placeholder,
|
107508 |
var element = document.getElementById("uagb-gf-styler-" + this.props.clientId.substr(0, 8));
|
107509 |
|
107510 |
if (null !== element && undefined !== element) {
|
107511 |
+
element.innerHTML = __WEBPACK_IMPORTED_MODULE_5__styling__["a" /* default */](this.props);
|
107512 |
}
|
107513 |
}
|
107514 |
}]);
|
107709 |
"color": fieldInputColor,
|
107710 |
"border-style": fieldBorderStyle,
|
107711 |
"border-color": fieldBorderColor,
|
107712 |
+
"border-width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldBorderWidth, "px"),
|
107713 |
+
"border-radius": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldBorderRadius, fieldBorderRadiusType),
|
107714 |
+
"padding-left": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldHrPadding, "px"),
|
107715 |
+
"padding-right": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldHrPadding, "px"),
|
107716 |
+
"padding-top": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldVrPadding, "px"),
|
107717 |
+
"padding-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldVrPadding, "px"),
|
107718 |
+
"margin-top": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldLabelSpacing, "px"),
|
107719 |
+
"margin-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldSpacing, "px"),
|
107720 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](inputFontSize, inputFontSizeType),
|
107721 |
"font-family": inputFontFamily,
|
107722 |
"font-weight": inputFontWeight,
|
107723 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](inputLineHeight, inputLineHeightType),
|
107724 |
"text-align": align
|
107725 |
},
|
107726 |
" input[type=button]": {
|
107727 |
|
107728 |
"color": buttonTextColor,
|
107729 |
"background-color": buttonBgColor,
|
107730 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](buttonFontSize, buttonFontSizeType),
|
107731 |
"font-family": buttonFontFamily,
|
107732 |
"font-weight": buttonFontWeight,
|
107733 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](buttonLineHeight, buttonLineHeightType),
|
107734 |
"border-color": buttonBorderColor,
|
107735 |
"border-style": buttonBorderStyle,
|
107736 |
+
"border-width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](buttonBorderWidth, "px"),
|
107737 |
+
"border-radius": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](buttonBorderRadius, buttonBorderRadiusType),
|
107738 |
+
"padding-left": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](buttonHrPadding, "px"),
|
107739 |
+
"padding-right": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](buttonHrPadding, "px"),
|
107740 |
+
"padding-top": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](buttonVrPadding, "px"),
|
107741 |
+
"padding-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](buttonVrPadding, "px")
|
107742 |
},
|
107743 |
" select": {
|
107744 |
"background-color": fieldBgColor,
|
107745 |
"border-style": fieldBorderStyle,
|
107746 |
"border-color": fieldBorderColor,
|
107747 |
+
"border-width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldBorderWidth, "px"),
|
107748 |
+
"border-radius": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldBorderRadius, fieldBorderRadiusType),
|
107749 |
+
"margin-top": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldLabelSpacing, "px"),
|
107750 |
+
"margin-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldSpacing, "px"),
|
107751 |
"color": fieldInputColor,
|
107752 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](inputFontSize, inputFontSizeType),
|
107753 |
"font-family": inputFontFamily,
|
107754 |
"font-weight": inputFontWeight,
|
107755 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](inputLineHeight, inputLineHeightType),
|
107756 |
"text-align": align,
|
107757 |
+
"padding-left": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldHrPadding, "px"),
|
107758 |
+
"padding-right": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldHrPadding, "px"),
|
107759 |
+
"padding-top": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldVrPadding, "px"),
|
107760 |
+
"padding-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldVrPadding, "px")
|
107761 |
},
|
107762 |
" .chosen-container-single span": {
|
107763 |
"background-color": fieldBgColor,
|
107764 |
"border-style": fieldBorderStyle,
|
107765 |
"border-color": fieldBorderColor,
|
107766 |
+
"border-width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldBorderWidth, "px"),
|
107767 |
+
"border-radius": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldBorderRadius, fieldBorderRadiusType),
|
107768 |
+
"margin-top": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldLabelSpacing, "px"),
|
107769 |
+
"margin-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldSpacing, "px"),
|
107770 |
"color": fieldInputColor,
|
107771 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](inputFontSize, inputFontSizeType),
|
107772 |
"font-family": inputFontFamily,
|
107773 |
"font-weight": inputFontWeight,
|
107774 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](inputLineHeight, inputLineHeightType),
|
107775 |
"text-align": align,
|
107776 |
+
"padding-left": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldHrPadding, "px"),
|
107777 |
+
"padding-right": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldHrPadding, "px"),
|
107778 |
+
"padding-top": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldVrPadding, "px"),
|
107779 |
+
"padding-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldVrPadding, "px")
|
107780 |
},
|
107781 |
" .chosen-container-single.chosen-container-active .chosen-single span": {
|
107782 |
"margin-bottom": 0
|
107783 |
},
|
107784 |
" select.wpgf-form-control.wpgf-select:not([multiple='multiple'])": {
|
107785 |
+
"padding-left": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldHrPadding, "px"),
|
107786 |
+
"padding-right": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldHrPadding, "px"),
|
107787 |
+
"padding-top": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldVrPadding, "px"),
|
107788 |
+
"padding-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldVrPadding, "px")
|
107789 |
},
|
107790 |
" select.wpgf-select[multiple='multiple'] option": {
|
107791 |
+
"padding-left": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldHrPadding, "px"),
|
107792 |
+
"padding-right": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldHrPadding, "px"),
|
107793 |
+
"padding-top": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldVrPadding, "px"),
|
107794 |
+
"padding-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldVrPadding, "px")
|
107795 |
},
|
107796 |
" textarea": {
|
107797 |
"background-color": fieldBgColor,
|
107798 |
"color": fieldInputColor,
|
107799 |
"border-color": fieldBorderColor,
|
107800 |
+
"border-width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldBorderWidth, "px"),
|
107801 |
+
"border-radius": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldBorderRadius, fieldBorderRadiusType),
|
107802 |
"border-style": fieldBorderStyle,
|
107803 |
+
"padding-left": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldHrPadding, "px"),
|
107804 |
+
"padding-right": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldHrPadding, "px"),
|
107805 |
+
"padding-top": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldVrPadding, "px"),
|
107806 |
+
"padding-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldVrPadding, "px"),
|
107807 |
+
"margin-top": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldLabelSpacing, "px"),
|
107808 |
+
"margin-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldSpacing, "px"),
|
107809 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](inputFontSize, inputFontSizeType),
|
107810 |
"font-family": inputFontFamily,
|
107811 |
"font-weight": inputFontWeight,
|
107812 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](inputLineHeight, inputLineHeightType),
|
107813 |
"text-align": align,
|
107814 |
"height": "auto" === textAreaHeight ? textAreaHeight : textAreaHeight + "px"
|
107815 |
},
|
107823 |
},
|
107824 |
" form label.gfield_label": {
|
107825 |
"color": fieldLabelColor,
|
107826 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](labelFontSize, labelFontSizeType),
|
107827 |
"font-family": labelFontFamily,
|
107828 |
"font-weight": labelFontWeight,
|
107829 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](labelLineHeight, labelLineHeightType)
|
107830 |
},
|
107831 |
" form .gfield_radio label.gfield_label": {
|
107832 |
"color": fieldLabelColor,
|
107833 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](labelFontSize, labelFontSizeType),
|
107834 |
"font-family": labelFontFamily,
|
107835 |
"font-weight": labelFontWeight,
|
107836 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](labelLineHeight, labelLineHeightType)
|
107837 |
},
|
107838 |
" form .gfield_checkbox label.gfield_label": {
|
107839 |
"color": fieldLabelColor,
|
107840 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](labelFontSize, labelFontSizeType),
|
107841 |
"font-family": labelFontFamily,
|
107842 |
"font-weight": labelFontWeight,
|
107843 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](labelLineHeight, labelLineHeightType)
|
107844 |
},
|
107845 |
" .wpgf .gfield_checkbox input[type='checkbox'] + label, .wpgf .gfield_checkbox input[type='checkbox'] + label": {
|
107846 |
+
"margin-top": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldLabelSpacing, "px")
|
107847 |
},
|
107848 |
|
107849 |
// Focus.
|
107861 |
" input.gform_button": {
|
107862 |
"color": buttonTextColor,
|
107863 |
"background-color": buttonBgColor,
|
107864 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](buttonFontSize, buttonFontSizeType),
|
107865 |
"font-family": buttonFontFamily,
|
107866 |
"font-weight": buttonFontWeight,
|
107867 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](buttonLineHeight, buttonLineHeightType),
|
107868 |
"border-color": buttonBorderColor,
|
107869 |
"border-style": buttonBorderStyle,
|
107870 |
+
"border-width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](buttonBorderWidth, "px"),
|
107871 |
+
"border-radius": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](buttonBorderRadius, buttonBorderRadiusType),
|
107872 |
+
"padding-left": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](buttonHrPadding, "px"),
|
107873 |
+
"padding-right": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](buttonHrPadding, "px"),
|
107874 |
+
"padding-top": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](buttonVrPadding, "px"),
|
107875 |
+
"padding-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](buttonVrPadding, "px")
|
107876 |
},
|
107877 |
" input.gform_button:hover": {
|
107878 |
"color": buttonTextHoverColor,
|
107890 |
" .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type='checkbox'] + label:before": {
|
107891 |
"background-color": fieldBgColor,
|
107892 |
"color": fieldInputColor,
|
107893 |
+
"height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldVrPadding, "px"),
|
107894 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldVrPadding, "px"),
|
107895 |
"border-style": fieldBorderStyle,
|
107896 |
"border-color": fieldBorderColor,
|
107897 |
+
"border-width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldBorderWidth, "px"),
|
107898 |
+
"border-radius": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldBorderRadius, fieldBorderRadiusType),
|
107899 |
"font-size": "calc( " + fieldVrPadding + "px / 1.2 )"
|
107900 |
},
|
107901 |
" .uagb-gf-styler__check-style-enabled input[type='checkbox']:checked + label:before": {
|
107907 |
" .uagb-gf-styler__check-style-enabled input[type='checkbox'] + label:before": {
|
107908 |
"background-color": fieldBgColor,
|
107909 |
"color": fieldInputColor,
|
107910 |
+
"height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldVrPadding, "px"),
|
107911 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldVrPadding, "px"),
|
107912 |
"font-size": "calc( " + fieldVrPadding + "px / 1.2 )",
|
107913 |
"border-color": fieldBorderColor,
|
107914 |
"border-style": fieldBorderStyle,
|
107915 |
+
"border-width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldBorderWidth, "px"),
|
107916 |
+
"border-radius": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldBorderRadius, fieldBorderRadiusType)
|
107917 |
},
|
107918 |
" .uagb-gf-styler__check-style-enabled .gfield_radio input[type='radio'] + label:before": {
|
107919 |
"background-color": fieldBgColor,
|
107920 |
"color": fieldInputColor,
|
107921 |
+
"height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldVrPadding, "px"),
|
107922 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldVrPadding, "px"),
|
107923 |
"border-style": fieldBorderStyle,
|
107924 |
"border-color": fieldBorderColor,
|
107925 |
+
"border-width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldBorderWidth, "px")
|
107926 |
},
|
107927 |
" .uagb-gf-styler__check-style-enabled .gfield_radio input[type='radio']:checked + label:before": {
|
107928 |
"border-color": fieldBorderFocusColor
|
107933 |
"border-style": "none",
|
107934 |
"border-bottom-color": fieldBorderColor,
|
107935 |
"border-bottom-style": "solid",
|
107936 |
+
"border-bottom-width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldBorderWidth, "px"),
|
107937 |
+
"border-radius": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldBorderRadius, fieldBorderRadiusType)
|
107938 |
},
|
107939 |
" .uagb-gf-styler__field-style-underline textarea": {
|
107940 |
"border-style": "none",
|
107941 |
"border-bottom-color": fieldBorderColor,
|
107942 |
"border-bottom-style": "solid",
|
107943 |
+
"border-bottom-width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldBorderWidth, "px"),
|
107944 |
+
"border-radius": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldBorderRadius, fieldBorderRadiusType)
|
107945 |
},
|
107946 |
" .uagb-gf-styler__field-style-underline select": {
|
107947 |
"border-style": "none",
|
107948 |
"border-bottom-color": fieldBorderColor,
|
107949 |
"border-bottom-style": "solid",
|
107950 |
+
"border-bottom-width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldBorderWidth, "px"),
|
107951 |
+
"border-radius": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldBorderRadius, fieldBorderRadiusType)
|
107952 |
}
|
107953 |
}, _defineProperty(_selectors, " .uagb-gf-styler__check-style-enabled input[type='checkbox'] + label:before", {
|
107954 |
"border-style": "solid"
|
107956 |
"border-style": "solid"
|
107957 |
}), _defineProperty(_selectors, " .uagb-gf-styler__field-style-box .gfield_checkbox input[type='checkbox']:checked + label:before", {
|
107958 |
"border-style": "solid",
|
107959 |
+
"border-width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldBorderWidth, "px"),
|
107960 |
+
"border-radius": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldBorderRadius, fieldBorderRadiusType),
|
107961 |
"font-size": "calc( " + radioCheckSize + "px / 1.2 )"
|
107962 |
}), _defineProperty(_selectors, " .uagb-gf-styler__field-style-box input[type='checkbox']:checked + label:before", {
|
107963 |
"border-style": "solid",
|
107964 |
+
"border-width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldBorderWidth, "px"),
|
107965 |
+
"border-radius": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fieldBorderRadius, fieldBorderRadiusType),
|
107966 |
"font-size": "calc( " + radioCheckSize + "px / 1.2)"
|
107967 |
}), _defineProperty(_selectors, " .gfield_radio input[type='radio']:checked + label:before", {
|
107968 |
"background-color": fieldInputColor
|
107969 |
}), _defineProperty(_selectors, " .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type='checkbox'] + label:before", {
|
107970 |
"background-color": radioCheckBgColor,
|
107971 |
"color": radioCheckSelectColor,
|
107972 |
+
"height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](radioCheckSize, "px"),
|
107973 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](radioCheckSize, "px"),
|
107974 |
"font-size": "calc( " + radioCheckSize + "px / 1.2 )",
|
107975 |
"border-color": radioCheckBorderColor,
|
107976 |
"border-style": "solid",
|
107977 |
+
"border-width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](radioCheckBorderWidth, "px"),
|
107978 |
+
"border-radius": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](radioCheckBorderRadius, radioCheckBorderRadiusType)
|
107979 |
}), _defineProperty(_selectors, " .uagb-gf-styler__check-style-enabled .gfield_checkbox input[type='checkbox']:checked + label:before", {
|
107980 |
"border-color": fieldBorderFocusColor
|
107981 |
}), _defineProperty(_selectors, " .uagb-gf-styler__check-style-enabled input[type='checkbox'] + label:before", {
|
107982 |
"background-color": radioCheckBgColor,
|
107983 |
"color": radioCheckSelectColor,
|
107984 |
+
"height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](radioCheckSize, "px"),
|
107985 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](radioCheckSize, "px"),
|
107986 |
"font-size": "calc( " + radioCheckSize + "px / 1.2 )",
|
107987 |
"border-color": radioCheckBorderColor,
|
107988 |
+
"border-width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](radioCheckBorderWidth, "px"),
|
107989 |
+
"border-radius": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](radioCheckBorderRadius, radioCheckBorderRadiusType)
|
107990 |
}), _defineProperty(_selectors, " .uagb-gf-styler__check-style-enabled input[type='checkbox']:checked + label:before", {
|
107991 |
"border-color": fieldBorderFocusColor
|
107992 |
}), _defineProperty(_selectors, " .uagb-gf-styler__check-style-enabled .gfield_radio input[type='radio'] + label:before", {
|
107993 |
"background-color": radioCheckBgColor,
|
107994 |
"color": radioCheckSelectColor,
|
107995 |
+
"height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](radioCheckSize, "px"),
|
107996 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](radioCheckSize, "px"),
|
107997 |
"font-size": "calc( " + radioCheckSize + "px / 1.2 )",
|
107998 |
"border-color": radioCheckBorderColor,
|
107999 |
+
"border-width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](radioCheckBorderWidth, "px")
|
108000 |
}), _defineProperty(_selectors, " .uagb-gf-styler__check-style-enabled .gfield_radio input[type='radio']:checked + label:before", {
|
108001 |
"background-color": radioCheckSelectColor
|
108002 |
}), _defineProperty(_selectors, " .uagb-gf-styler__check-style-enabled form .gfield_radio label", {
|
108003 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](radioCheckFontSize, radioCheckFontSizeType),
|
108004 |
"font-family": radioCheckFontFamily,
|
108005 |
"font-weight": radioCheckFontWeight,
|
108006 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](radioCheckLineHeight, radioCheckLineHeightType),
|
108007 |
"color": radioCheckLableColor
|
108008 |
}), _defineProperty(_selectors, " .uagb-gf-styler__check-style-enabled form .gfield_checkbox label", {
|
108009 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](radioCheckFontSize, radioCheckFontSizeType),
|
108010 |
"font-family": radioCheckFontFamily,
|
108011 |
"font-weight": radioCheckFontWeight,
|
108012 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](radioCheckLineHeight, radioCheckLineHeightType),
|
108013 |
"color": radioCheckLableColor
|
108014 |
}), _defineProperty(_selectors, " .gform_wrapper .gfield_description.validation_message", {
|
108015 |
"color": validationMsgColor
|
108016 |
}), _defineProperty(_selectors, " .gform_wrapper .validation_message", {
|
108017 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](validationMsgFontSize, validationMsgFontSizeType),
|
108018 |
"font-family": validationMsgFontFamily,
|
108019 |
"font-weight": validationMsgFontWeight,
|
108020 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](validationMsgLineHeight, validationMsgLineHeightType)
|
108021 |
}), _defineProperty(_selectors, " .uagb-gf-styler__error-yes .gform_wrapper .gfield.gfield_error", {
|
108022 |
"background-color": validationMsgBgColor
|
108023 |
}), _defineProperty(_selectors, " .uagb-gf-styler__error-yes .gform_wrapper li.gfield_error input:not([type='submit']):not([type='button']):not([type='image'])", {
|
108049 |
"background-color": errorMsgBgColor,
|
108050 |
"border-color": errorMsgBorderColor,
|
108051 |
"border-style": "solid",
|
108052 |
+
"border-width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](msgBorderSize, "px"),
|
108053 |
+
"border-radius": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](msgBorderRadius, msgBorderRadiusType),
|
108054 |
"padding": msgVrPadding + "px " + msgHrPadding + "px",
|
108055 |
"font-size": msgFontSize.msgFontSizeType,
|
108056 |
"font-family": msgFontFamily,
|
108057 |
"font-weight": msgFontWeight,
|
108058 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](msgLineHeight, msgLineHeightType)
|
108059 |
}), _defineProperty(_selectors, " .gform_confirmation_message", {
|
108060 |
"color": successMsgColor,
|
108061 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](successMsgFontSize, successMsgFontSizeType),
|
108062 |
"font-family": successMsgFontFamily,
|
108063 |
"font-weight": successMsgFontWeight,
|
108064 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](successMsgLineHeight, successMsgLineHeightType)
|
108065 |
}), _selectors);
|
108066 |
|
108067 |
var tablet_selectors = {
|
108068 |
" input:not([type=submit])": {
|
108069 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](inputFontSizeTablet, inputFontSizeType),
|
108070 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](inputLineHeightTablet, inputLineHeightType)
|
108071 |
},
|
108072 |
" select": {
|
108073 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](labelFontSizeTablet, labelFontSizeType),
|
108074 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](labelLineHeightTablet, labelLineHeightType)
|
108075 |
},
|
108076 |
" textarea": {
|
108077 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](inputFontSizeTablet, inputFontSizeType),
|
108078 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](inputLineHeightTablet, inputLineHeightType)
|
108079 |
},
|
108080 |
" form label": {
|
108081 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](labelFontSizeTablet, labelFontSizeType),
|
108082 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](labelLineHeightTablet, labelLineHeightType)
|
108083 |
},
|
108084 |
|
108085 |
" form .gfield_radio label": {
|
108086 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](labelFontSizeTablet, labelFontSizeType),
|
108087 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](labelLineHeightTablet, labelLineHeightType)
|
108088 |
},
|
108089 |
" form .gfield_checkbox label": {
|
108090 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](labelFontSizeTablet, labelFontSizeType),
|
108091 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](labelLineHeightTablet, labelLineHeightType)
|
108092 |
},
|
108093 |
" input.gform_button": {
|
108094 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](buttonFontSizeTablet, buttonFontSizeType),
|
108095 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](buttonLineHeightTablet, buttonLineHeightType)
|
108096 |
},
|
108097 |
" .uagb-gf-styler__check-style-enabled form .gfield_radio label": {
|
108098 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](radioCheckFontSizeTablet, radioCheckFontSizeType),
|
108099 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](radioCheckLineHeightTablet, radioCheckLineHeightType)
|
108100 |
},
|
108101 |
" .uagb-gf-styler__check-style-enabled form .gfield_checkbox label": {
|
108102 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](radioCheckFontSizeTablet, radioCheckFontSizeType),
|
108103 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](radioCheckLineHeightTablet, radioCheckLineHeightType)
|
108104 |
},
|
108105 |
" span.wpgf-not-valid-tip": {
|
108106 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](validationMsgFontSizeTablet, validationMsgFontSizeType),
|
108107 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](validationMsgLineHeightTablet, validationMsgLineHeightType)
|
108108 |
},
|
108109 |
" .gform_wrapper .validation_message": {
|
108110 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](validationMsgFontSizeTablet, validationMsgFontSizeType),
|
108111 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](validationMsgLineHeightTablet, validationMsgLineHeightType)
|
108112 |
},
|
108113 |
" .gform_wrapper div.validation_error": {
|
108114 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](msgFontSizeTablet, msgFontSizeType),
|
108115 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](msgLineHeightTablet, msgLineHeightType)
|
108116 |
},
|
108117 |
" .gform_confirmation_message": {
|
108118 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](successMsgFontSizeTablet, successMsgFontSizeType),
|
108119 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](successMsgLineHeightTablet, successMsgLineHeightType)
|
108120 |
}
|
108121 |
};
|
108122 |
|
108123 |
var mobile_selectors = {
|
108124 |
" input:not([type=submit])": {
|
108125 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](inputFontSizeMobile, inputFontSizeType),
|
108126 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](inputLineHeightMobile, inputLineHeightType)
|
108127 |
},
|
108128 |
" select": {
|
108129 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](labelFontSizeMobile, labelFontSizeType),
|
108130 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](labelLineHeightMobile, labelLineHeightType)
|
108131 |
},
|
108132 |
" textarea": {
|
108133 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](inputFontSizeTablet, inputFontSizeType),
|
108134 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](inputLineHeightTablet, inputLineHeightType)
|
108135 |
},
|
108136 |
" form label": {
|
108137 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](inputFontSizeMobile, inputFontSizeType),
|
108138 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](inputLineHeightMobile, inputLineHeightType)
|
108139 |
},
|
108140 |
" form .gfield_radio label": {
|
108141 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](labelFontSizeMobile, labelFontSizeType),
|
108142 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](labelLineHeightMobile, labelLineHeightType)
|
108143 |
},
|
108144 |
" form .gfield_checkbox label": {
|
108145 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](labelFontSizeMobile, labelFontSizeType),
|
108146 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](labelLineHeightMobile, labelLineHeightType)
|
108147 |
},
|
108148 |
" input.gform_button": {
|
108149 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](buttonFontSizeMobile, buttonFontSizeType),
|
108150 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](buttonLineHeightMobile, buttonLineHeightType)
|
108151 |
},
|
108152 |
" .uagb-gf-styler__check-style-enabled form .gfield_radio label": {
|
108153 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](radioCheckFontSizeMobile, radioCheckFontSizeType),
|
108154 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](radioCheckLineHeightMobile, radioCheckLineHeightType)
|
108155 |
},
|
108156 |
" .uagb-gf-styler__check-style-enabled form .gfield_checkbox label": {
|
108157 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](radioCheckFontSizeMobile, radioCheckFontSizeType),
|
108158 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](radioCheckLineHeightMobile, radioCheckLineHeightType)
|
108159 |
},
|
108160 |
" span.wpgf-not-valid-tip": {
|
108161 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](validationMsgFontSizeMobile, validationMsgFontSizeType),
|
108162 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](validationMsgLineHeightMobile, validationMsgLineHeightType)
|
108163 |
},
|
108164 |
" .gform_wrapper .validation_message": {
|
108165 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](validationMsgFontSizeMobile, validationMsgFontSizeType),
|
108166 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](validationMsgLineHeightMobile, validationMsgLineHeightType)
|
108167 |
},
|
108168 |
" .gform_wrapper div.validation_error": {
|
108169 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](msgFontSizeMobile, msgFontSizeType),
|
108170 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](msgLineHeightMobile, msgLineHeightType)
|
108171 |
},
|
108172 |
" .gform_confirmation_message": {
|
108173 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](successMsgFontSizeMobile, successMsgFontSizeType),
|
108174 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](successMsgLineHeightMobile, successMsgLineHeightType)
|
108175 |
}
|
108176 |
};
|
108177 |
|
108178 |
+
var styling_css = __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSS__["a" /* default */](selectors, ".block-editor-page #wpwrap .uagb-block-" + props.clientId.substr(0, 8));
|
108179 |
|
108180 |
+
styling_css += __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSS__["a" /* default */](tablet_selectors, ".block-editor-page #wpwrap .uagb-block-" + props.clientId.substr(0, 8), true, "tablet");
|
108181 |
|
108182 |
+
styling_css += __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSS__["a" /* default */](mobile_selectors, ".block-editor-page #wpwrap .uagb-block-" + props.clientId.substr(0, 8), true, "mobile");
|
108183 |
|
108184 |
return styling_css;
|
108185 |
}
|
108191 |
/*!******************************************!*\
|
108192 |
!*** ./src/blocks/gf-styler/editor.scss ***!
|
108193 |
\******************************************/
|
108194 |
+
/*! no static exports found */
|
108195 |
/***/ (function(module, exports) {
|
108196 |
|
108197 |
// removed by extract-text-webpack-plugin
|
108201 |
/*!*****************************************!*\
|
108202 |
!*** ./src/blocks/gf-styler/style.scss ***!
|
108203 |
\*****************************************/
|
108204 |
+
/*! no static exports found */
|
108205 |
/***/ (function(module, exports) {
|
108206 |
|
108207 |
// removed by extract-text-webpack-plugin
|
108211 |
/*!****************************************!*\
|
108212 |
!*** ./src/blocks/blockquote/block.js ***!
|
108213 |
\****************************************/
|
108214 |
+
/*! exports provided: */
|
108215 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
108216 |
|
108217 |
"use strict";
|
108535 |
var quoteSizeTypeControls = wp.element.createElement(
|
108536 |
ButtonGroup,
|
108537 |
{ className: "uagb-size-type-field", "aria-label": __("Size Type") },
|
108538 |
+
__WEBPACK_IMPORTED_MODULE_6_lodash_map___default.a(sizeTypes, function (_ref) {
|
108539 |
var name = _ref.name,
|
108540 |
key = _ref.key;
|
108541 |
return wp.element.createElement(
|
108558 |
var quotePaddingControls = wp.element.createElement(
|
108559 |
ButtonGroup,
|
108560 |
{ className: "uagb-size-type-field", "aria-label": __("Size Type") },
|
108561 |
+
__WEBPACK_IMPORTED_MODULE_6_lodash_map___default.a(sizeTypes, function (_ref2) {
|
108562 |
var name = _ref2.name,
|
108563 |
key = _ref2.key;
|
108564 |
return wp.element.createElement(
|
109580 |
wp.element.createElement(
|
109581 |
Button,
|
109582 |
{
|
109583 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a("components-icon-button", "components-toolbar__control", { "is-active": quoteStyle === "style_1" }),
|
109584 |
onClick: function onClick() {
|
109585 |
return setAttributes({ quoteStyle: "style_1" });
|
109586 |
}
|
109598 |
wp.element.createElement(
|
109599 |
Button,
|
109600 |
{
|
109601 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a("components-icon-button", "components-toolbar__control", { "is-active": quoteStyle === "style_2" }),
|
109602 |
onClick: function onClick() {
|
109603 |
return setAttributes({ quoteStyle: "style_2" });
|
109604 |
}
|
109649 |
wp.element.createElement(
|
109650 |
"div",
|
109651 |
{
|
109652 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-blockquote__outer-wrap", "uagb-block-" + this.props.clientId.substr(0, 8)) },
|
109653 |
wp.element.createElement(
|
109654 |
"div",
|
109655 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a("uagb-blockquote__wrap", "uagb-blockquote__skin-" + skinStyle, skinStyle !== "border" ? "uagb-blockquote__align-" + align : "", skinStyle === "quotation" ? "uagb-blockquote__style-" + quoteStyle : "", enableTweet ? "uagb-blockquote__with-tweet uagb-blockquote__tweet-style-" + iconSkin + " uagb-blockquote__tweet-" + iconView : "", "uagb-blockquote__stack-img-" + stack) },
|
109656 |
wp.element.createElement(
|
109657 |
"blockquote",
|
109658 |
{ className: "uagb-blockquote" },
|
109675 |
null,
|
109676 |
wp.element.createElement(
|
109677 |
"div",
|
109678 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a("uagb-blockquote__author-wrap", authorImage !== "" ? "uagb-blockquote__author-at-" + authorImgPosition : "") },
|
109679 |
wp.element.createElement(__WEBPACK_IMPORTED_MODULE_4__components_AuthorImage__["a" /* default */], { attributes: attributes }),
|
109680 |
wp.element.createElement(__WEBPACK_IMPORTED_MODULE_3__components_AuthorText__["a" /* default */], { attributes: attributes, setAttributes: setAttributes, props: this.props })
|
109681 |
),
|
109696 |
var element = document.getElementById("uagb-blockquote-style-" + this.props.clientId.substr(0, 8));
|
109697 |
|
109698 |
if (null !== element && undefined !== element) {
|
109699 |
+
element.innerHTML = __WEBPACK_IMPORTED_MODULE_5__styling__["a" /* default */](this.props);
|
109700 |
}
|
109701 |
}
|
109702 |
}, {
|
109831 |
|
109832 |
var selectors = {
|
109833 |
" .uagb-blockquote__content.block-editor-rich-text__editable": {
|
109834 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](descFontSize, descFontSizeType),
|
109835 |
"font-family": descFontFamily,
|
109836 |
"font-weight": descFontWeight,
|
109837 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](descLineHeight, descLineHeightType),
|
109838 |
"color": descColor,
|
109839 |
+
"margin-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](descSpace, "px"),
|
109840 |
"text-align": text_align
|
109841 |
},
|
109842 |
" .uagb-blockquote__author.block-editor-rich-text__editable": {
|
109843 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](authorFontSize, authorFontSizeType),
|
109844 |
"font-family": authorFontFamily,
|
109845 |
"font-weight": authorFontWeight,
|
109846 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](authorLineHeight, authorLineHeightType),
|
109847 |
"color": authorColor,
|
109848 |
"text-align": text_align
|
109849 |
},
|
109850 |
" .uagb-blockquote__skin-border blockquote.uagb-blockquote": {
|
109851 |
"border-color": borderColor,
|
109852 |
"border-left-style": borderStyle,
|
109853 |
+
"border-left-width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](borderWidth, "px"),
|
109854 |
+
"padding-left": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](borderGap, "px"),
|
109855 |
+
"padding-top": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](verticalPadding, "px"),
|
109856 |
+
"padding-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](verticalPadding, "px")
|
109857 |
},
|
109858 |
" .uagb-blockquote__skin-border blockquote.uagb-blockquote:hover": {
|
109859 |
"border-left-color": borderHoverColor
|
109860 |
},
|
109861 |
" .uagb-blockquote__skin-quotation .uagb-blockquote__icon-wrap": {
|
109862 |
"background": quoteBgColor,
|
109863 |
+
"border-radius": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](quoteBorderRadius, "%"),
|
109864 |
+
"margin-top": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](quoteTopMargin, "px"),
|
109865 |
+
"margin-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](quoteBottomMargin, "px"),
|
109866 |
+
"margin-left": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](quoteLeftMargin, "px"),
|
109867 |
+
"margin-right": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](quoteRightMargin, "px"),
|
109868 |
+
"padding": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](quotePadding, quotePaddingType)
|
109869 |
},
|
109870 |
" .uagb-blockquote__skin-quotation .uagb-blockquote__icon": {
|
109871 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](quoteSize, quoteSizeType),
|
109872 |
+
"height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](quoteSize, quoteSizeType)
|
109873 |
},
|
109874 |
" .uagb-blockquote__skin-quotation .uagb-blockquote__icon svg": {
|
109875 |
"fill": quoteColor
|
109884 |
"text-align": align
|
109885 |
},
|
109886 |
" .uagb-blockquote__author-wrap": {
|
109887 |
+
"margin-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](author_space, "px")
|
109888 |
},
|
109889 |
" .uagb-blockquote__author-image img": {
|
109890 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](authorImageWidth, "px"),
|
109891 |
+
"height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](authorImageWidth, "px"),
|
109892 |
+
"border-radius": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](authorImgBorderRadius, "%")
|
109893 |
}
|
109894 |
};
|
109895 |
|
109896 |
if (enableTweet) {
|
109897 |
selectors[" a.uagb-blockquote__tweet-button"] = {
|
109898 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](tweetBtnFontSize, tweetBtnFontSizeType),
|
109899 |
"font-family": tweetBtnFontFamily,
|
109900 |
"font-weight": tweetBtnFontWeight,
|
109901 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](tweetBtnLineHeight, tweetBtnLineHeightType)
|
109902 |
};
|
109903 |
selectors[" .uagb-blockquote__tweet-style-link a.uagb-blockquote__tweet-button"] = {
|
109904 |
"color": tweetLinkColor
|
109911 |
selectors[" .uagb-blockquote__tweet-style-classic a.uagb-blockquote__tweet-button"] = {
|
109912 |
"color": tweetBtnColor,
|
109913 |
"background-color": tweetBtnBgColor,
|
109914 |
+
"padding-left": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](tweetBtnHrPadding, "px"),
|
109915 |
+
"padding-right": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](tweetBtnHrPadding, "px"),
|
109916 |
+
"padding-top": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](tweetBtnVrPadding, "px"),
|
109917 |
+
"padding-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](tweetBtnVrPadding, "px")
|
109918 |
};
|
109919 |
|
109920 |
selectors[" .uagb-blockquote__tweet-style-classic a.uagb-blockquote__tweet-button svg"] = {
|
109924 |
selectors[" .uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button"] = {
|
109925 |
"color": tweetBtnColor,
|
109926 |
"background-color": tweetBtnBgColor,
|
109927 |
+
"padding-left": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](tweetBtnHrPadding, "px"),
|
109928 |
+
"padding-right": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](tweetBtnHrPadding, "px"),
|
109929 |
+
"padding-top": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](tweetBtnVrPadding, "px"),
|
109930 |
+
"padding-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](tweetBtnVrPadding, "px")
|
109931 |
};
|
109932 |
selectors[" .uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button svg"] = {
|
109933 |
"fill": tweetBtnColor
|
109938 |
};
|
109939 |
|
109940 |
selectors[" a.uagb-blockquote__tweet-button svg"] = {
|
109941 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](tweetBtnFontSize, tweetBtnFontSizeType),
|
109942 |
+
"height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](tweetBtnFontSize, tweetBtnFontSizeType)
|
109943 |
};
|
109944 |
|
109945 |
selectors[" .uagb-blockquote__tweet-icon_text a.uagb-blockquote__tweet-button svg"] = {
|
109946 |
+
"margin-right": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](tweetIconSpacing, "px")
|
109947 |
|
109948 |
// Hover CSS
|
109949 |
};selectors[" .uagb-blockquote__tweet-style-link a.uagb-blockquote__tweet-button:hover"] = {
|
109981 |
|
109982 |
var tablet_selectors = {
|
109983 |
" .uagb-blockquote__content.block-editor-rich-text__editable": {
|
109984 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](descFontSizeTablet, descFontSizeType),
|
109985 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](descLineHeightTablet, descLineHeightType)
|
109986 |
},
|
109987 |
" .uagb-blockquote__author.block-editor-rich-text__editable": {
|
109988 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](authorFontSizeTablet, authorFontSizeType),
|
109989 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](authorLineHeightTablet, authorLineHeightType)
|
109990 |
},
|
109991 |
" a.uagb-blockquote__tweet-button": {
|
109992 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](tweetBtnFontSizeTablet, tweetBtnFontSizeType),
|
109993 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](tweetBtnLineHeightTablet, tweetBtnLineHeightType)
|
109994 |
},
|
109995 |
" a.uagb-blockquote__tweet-button svg": {
|
109996 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](tweetBtnFontSizeTablet, tweetBtnFontSizeType),
|
109997 |
+
"height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](tweetBtnFontSizeTablet, tweetBtnFontSizeType)
|
109998 |
},
|
109999 |
" .uagb-blockquote__skin-quotation .uagb-blockquote__icon-wrap": {
|
110000 |
+
"padding": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](quotePaddingTablet, quotePaddingType)
|
110001 |
},
|
110002 |
" .uagb-blockquote__skin-quotation .uagb-blockquote__icon": {
|
110003 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](quoteSizeTablet, quoteSizeType),
|
110004 |
+
"height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](quoteSizeTablet, quoteSizeType)
|
110005 |
}
|
110006 |
};
|
110007 |
|
110008 |
var mobile_selectors = {
|
110009 |
" .uagb-blockquote__content.block-editor-rich-text__editable": {
|
110010 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](descFontSizeMobile, descFontSizeType),
|
110011 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](descLineHeightMobile, descLineHeightType)
|
110012 |
},
|
110013 |
" .uagb-blockquote__author.block-editor-rich-text__editable": {
|
110014 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](authorFontSizeMobile, authorFontSizeType),
|
110015 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](authorLineHeightMobile, authorLineHeightType)
|
110016 |
},
|
110017 |
" a.uagb-blockquote__tweet-button": {
|
110018 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](tweetBtnFontSizeMobile, tweetBtnFontSizeType),
|
110019 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](tweetBtnLineHeightMobile, tweetBtnLineHeightType)
|
110020 |
},
|
110021 |
" a.uagb-blockquote__tweet-button svg": {
|
110022 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](tweetBtnFontSizeMobile, tweetBtnFontSizeType),
|
110023 |
+
"height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](tweetBtnFontSizeMobile, tweetBtnFontSizeType)
|
110024 |
},
|
110025 |
" .uagb-blockquote__skin-quotation .uagb-blockquote__icon-wrap": {
|
110026 |
+
"padding": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](quotePaddingMobile, quotePaddingType)
|
110027 |
},
|
110028 |
" .uagb-blockquote__skin-quotation .uagb-blockquote__icon": {
|
110029 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](quoteSizeMobile, quoteSizeType),
|
110030 |
+
"height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](quoteSizeMobile, quoteSizeType)
|
110031 |
}
|
110032 |
};
|
110033 |
|
110034 |
var base_selector = ".block-editor-page #wpwrap .uagb-block-" + props.clientId.substr(0, 8);
|
110035 |
|
110036 |
+
var styling_css = __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSS__["a" /* default */](selectors, base_selector);
|
110037 |
|
110038 |
+
styling_css += __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSS__["a" /* default */](tablet_selectors, base_selector, true, "tablet");
|
110039 |
|
110040 |
+
styling_css += __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSS__["a" /* default */](mobile_selectors, base_selector, true, "mobile");
|
110041 |
|
110042 |
return styling_css;
|
110043 |
}
|
110100 |
return wp.element.createElement(
|
110101 |
"div",
|
110102 |
{
|
110103 |
+
className: __WEBPACK_IMPORTED_MODULE_1_classnames___default.a(props.className, "uagb-blockquote__outer-wrap"),
|
110104 |
id: "uagb-blockquote-" + block_id },
|
110105 |
wp.element.createElement(
|
110106 |
"div",
|
110107 |
+
{ className: __WEBPACK_IMPORTED_MODULE_1_classnames___default.a("uagb-blockquote__wrap", "uagb-blockquote__skin-" + skinStyle, skinStyle !== "border" ? "uagb-blockquote__align-" + align : "", skinStyle === "quotation" ? "uagb-blockquote__style-" + quoteStyle : "", enableTweet ? "uagb-blockquote__with-tweet uagb-blockquote__tweet-style-" + iconSkin + " uagb-blockquote__tweet-" + iconView : "", "uagb-blockquote__stack-img-" + stack) },
|
110108 |
wp.element.createElement(
|
110109 |
"blockquote",
|
110110 |
{ className: "uagb-blockquote" },
|
110126 |
null,
|
110127 |
wp.element.createElement(
|
110128 |
"div",
|
110129 |
+
{ className: __WEBPACK_IMPORTED_MODULE_1_classnames___default.a("uagb-blockquote__author-wrap", authorImage !== "" ? "uagb-blockquote__author-at-" + authorImgPosition : "") },
|
110130 |
wp.element.createElement(__WEBPACK_IMPORTED_MODULE_7__components_AuthorImage__["a" /* default */], { attributes: props.attributes }),
|
110131 |
author !== "" && wp.element.createElement(__WEBPACK_IMPORTED_MODULE_6__components_AuthorText__["a" /* default */], { attributes: props.attributes, setAttributes: "not_set", props: props })
|
110132 |
),
|
110158 |
return wp.element.createElement(
|
110159 |
"div",
|
110160 |
{
|
110161 |
+
className: __WEBPACK_IMPORTED_MODULE_1_classnames___default.a(props.className, "uagb-blockquote__outer-wrap"),
|
110162 |
id: "uagb-blockquote-" + block_id },
|
110163 |
wp.element.createElement(
|
110164 |
"div",
|
110165 |
+
{ className: __WEBPACK_IMPORTED_MODULE_1_classnames___default.a("uagb-blockquote__wrap", "uagb-blockquote__skin-" + skinStyle, skinStyle !== "border" ? "uagb-blockquote__align-" + align : "", skinStyle === "quotation" ? "uagb-blockquote__style-" + quoteStyle : "", enableTweet ? "uagb-blockquote__with-tweet uagb-blockquote__tweet-style-" + iconSkin + " uagb-blockquote__tweet-" + iconView : "", "uagb-blockquote__stack-img-" + stack) },
|
110166 |
wp.element.createElement(
|
110167 |
"blockquote",
|
110168 |
{ className: "uagb-blockquote" },
|
110184 |
null,
|
110185 |
wp.element.createElement(
|
110186 |
"div",
|
110187 |
+
{ className: __WEBPACK_IMPORTED_MODULE_1_classnames___default.a("uagb-blockquote__author-wrap", authorImage !== "" ? "uagb-blockquote__author-at-" + authorImgPosition : "") },
|
110188 |
wp.element.createElement(__WEBPACK_IMPORTED_MODULE_7__components_AuthorImage__["a" /* default */], { attributes: props.attributes }),
|
110189 |
author !== "" && wp.element.createElement(__WEBPACK_IMPORTED_MODULE_6__components_AuthorText__["a" /* default */], { attributes: props.attributes, setAttributes: "not_set", props: props })
|
110190 |
),
|
110328 |
return wp.element.createElement(
|
110329 |
"div",
|
110330 |
{
|
110331 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(props.className, "uagb-blockquote__outer-wrap", "uagb-block-" + block_id)
|
110332 |
},
|
110333 |
wp.element.createElement(
|
110334 |
"div",
|
110335 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a("uagb-blockquote__wrap", "uagb-blockquote__skin-" + skinStyle, skinStyle !== "border" ? "uagb-blockquote__align-" + align : "", skinStyle === "quotation" ? "uagb-blockquote__style-" + quoteStyle : "", enableTweet ? "uagb-blockquote__with-tweet uagb-blockquote__tweet-style-" + iconSkin + " uagb-blockquote__tweet-" + iconView : "", "uagb-blockquote__stack-img-" + stack) },
|
110336 |
wp.element.createElement(
|
110337 |
"blockquote",
|
110338 |
{ className: "uagb-blockquote" },
|
110354 |
null,
|
110355 |
wp.element.createElement(
|
110356 |
"div",
|
110357 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a("uagb-blockquote__author-wrap", authorImage !== "" ? "uagb-blockquote__author-at-" + authorImgPosition : "") },
|
110358 |
wp.element.createElement(__WEBPACK_IMPORTED_MODULE_5__components_AuthorImage__["a" /* default */], { attributes: props.attributes }),
|
110359 |
author !== "" && wp.element.createElement(__WEBPACK_IMPORTED_MODULE_4__components_AuthorText__["a" /* default */], { attributes: props.attributes, setAttributes: "not_set", props: props })
|
110360 |
),
|
110371 |
/*!*******************************************!*\
|
110372 |
!*** ./src/blocks/blockquote/editor.scss ***!
|
110373 |
\*******************************************/
|
110374 |
+
/*! no static exports found */
|
110375 |
/***/ (function(module, exports) {
|
110376 |
|
110377 |
// removed by extract-text-webpack-plugin
|
110381 |
/*!******************************************!*\
|
110382 |
!*** ./src/blocks/blockquote/style.scss ***!
|
110383 |
\******************************************/
|
110384 |
+
/*! no static exports found */
|
110385 |
/***/ (function(module, exports) {
|
110386 |
|
110387 |
// removed by extract-text-webpack-plugin
|
110391 |
/*!**********************************************!*\
|
110392 |
!*** ./src/blocks/marketing-button/block.js ***!
|
110393 |
\**********************************************/
|
110394 |
+
/*! exports provided: */
|
110395 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
110396 |
|
110397 |
"use strict";
|
110544 |
var element = document.getElementById("uagb-style-marketing-btn-" + this.props.clientId.substr(0, 8));
|
110545 |
|
110546 |
if (null !== element && undefined !== element) {
|
110547 |
+
element.innerHTML = __WEBPACK_IMPORTED_MODULE_1__styling__["a" /* default */](this.props);
|
110548 |
}
|
110549 |
}
|
110550 |
}, {
|
111379 |
),
|
111380 |
wp.element.createElement(
|
111381 |
"div",
|
111382 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-marketing-btn__outer-wrap", "uagb-marketing-btn__align-" + align, "uagb-marketing-btn__align-text-" + textAlign, "uagb-marketing-btn__icon-" + iconPosition, "uagb-block-" + this.props.clientId.substr(0, 8)) },
|
111383 |
wp.element.createElement(
|
111384 |
"div",
|
111385 |
{ className: "uagb-marketing-btn__wrap" },
|
111392 |
"" != icon && wp.element.createElement(
|
111393 |
"div",
|
111394 |
{ className: "uagb-marketing-btn__icon-wrap" },
|
111395 |
+
__WEBPACK_IMPORTED_MODULE_5__dist_blocks_uagb_controls_renderIcon__["a" /* default */](icon)
|
111396 |
),
|
111397 |
wp.element.createElement(RichText, {
|
111398 |
placeholder: __("Add Button Title…"),
|
111549 |
|
111550 |
selectors = {
|
111551 |
" .uagb-marketing-btn__title-wrap": {
|
111552 |
+
"margin-bottom": __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](titleSpace, "px")
|
111553 |
},
|
111554 |
" .block-editor-rich-text__editable.uagb-marketing-btn__title": {
|
111555 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](titleFontSize, titleFontSizeType),
|
111556 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](titleLineHeight, titleLineHeightType),
|
111557 |
"font-family": titleFontFamily,
|
111558 |
"font-weight": titleFontWeight,
|
111559 |
"color": titleColor
|
111562 |
"fill": icon_color
|
111563 |
},
|
111564 |
" .uagb-marketing-btn__icon-wrap": {
|
111565 |
+
"width": __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](iconFontSize, iconFontSizeType),
|
111566 |
+
"height": __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](iconFontSize, iconFontSizeType)
|
111567 |
},
|
111568 |
" .block-editor-rich-text__editable.uagb-marketing-btn__prefix": {
|
111569 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](prefixFontSize, prefixFontSizeType),
|
111570 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](prefixLineHeight, prefixLineHeightType),
|
111571 |
"font-family": prefixFontFamily,
|
111572 |
"font-weight": prefixFontWeight,
|
111573 |
"color": prefixColor
|
111582 |
"fill": icon_hover_color
|
111583 |
},
|
111584 |
" .uagb-marketing-btn__link": {
|
111585 |
+
"padding-left": __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](hPadding, paddingType),
|
111586 |
+
"padding-right": __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](hPadding, paddingType),
|
111587 |
+
"padding-top": __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](vPadding, paddingType),
|
111588 |
+
"padding-bottom": __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](vPadding, paddingType),
|
111589 |
"border-style": borderStyle,
|
111590 |
+
"border-width": __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](borderWidth, "px"),
|
111591 |
"border-color": borderColor,
|
111592 |
+
"border-radius": __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](borderRadius, "px")
|
111593 |
},
|
111594 |
" .uagb-marketing-btn__link:hover": {
|
111595 |
"border-color": borderHoverColor
|
111601 |
selectors[" .uagb-marketing-btn__link"]["background"] = "transparent";
|
111602 |
} else if ("color" == backgroundType) {
|
111603 |
|
111604 |
+
selectors[" .uagb-marketing-btn__link"]["background"] = __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_hexToRgba__["a" /* default */](backgroundColor, backgroundOpacity);
|
111605 |
|
111606 |
// Hover Background
|
111607 |
+
selectors[" .uagb-marketing-btn__link:hover"]["background"] = __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_hexToRgba__["a" /* default */](backgroundHoverColor, backgroundHoverOpacity);
|
111608 |
} else if ("gradient" == backgroundType) {
|
111609 |
|
111610 |
selectors[" .uagb-marketing-btn__link"]["background-color"] = "transparent";
|
111611 |
|
111612 |
if ("linear" === gradientType) {
|
111613 |
|
111614 |
+
selectors[" .uagb-marketing-btn__link"]["background-image"] = "linear-gradient(" + gradientAngle + "deg, " + __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_hexToRgba__["a" /* default */](gradientColor1, backgroundOpacity) + " " + gradientLocation1 + "%, " + __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_hexToRgba__["a" /* default */](gradientColor2, backgroundOpacity) + " " + gradientLocation2 + "%)";
|
111615 |
} else {
|
111616 |
|
111617 |
+
selectors[" .uagb-marketing-btn__link"]["background-image"] = "radial-gradient( at center center, " + __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_hexToRgba__["a" /* default */](gradientColor1, backgroundOpacity) + " " + gradientLocation1 + "%, " + __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_hexToRgba__["a" /* default */](gradientColor2, backgroundOpacity) + " " + gradientLocation2 + "%)";
|
111618 |
}
|
111619 |
}
|
111620 |
|
111621 |
var margin_type = "after" == iconPosition ? "margin-left" : "margin-right";
|
111622 |
|
111623 |
+
selectors[" .uagb-marketing-btn__icon-wrap"][margin_type] = __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](iconSpace, "px");
|
111624 |
|
111625 |
tablet_selectors = {
|
111626 |
" .block-editor-rich-text__editable.uagb-marketing-btn__title": {
|
111627 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](titleFontSizeTablet, titleFontSizeType),
|
111628 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](titleLineHeightTablet, titleLineHeightType)
|
111629 |
},
|
111630 |
" .block-editor-rich-text__editable.uagb-marketing-btn__prefix": {
|
111631 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](prefixFontSizeTablet, prefixFontSizeType),
|
111632 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](prefixLineHeightTablet, prefixLineHeightType)
|
111633 |
},
|
111634 |
" .uagb-marketing-btn__icon-wrap": {
|
111635 |
+
"width": __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](iconFontSizeTablet, iconFontSizeType),
|
111636 |
+
"height": __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](iconFontSizeTablet, iconFontSizeType)
|
111637 |
},
|
111638 |
" .uagb-marketing-btn__link": {
|
111639 |
+
"padding-left": __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](hPaddingTablet, paddingType),
|
111640 |
+
"padding-right": __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](hPaddingTablet, paddingType),
|
111641 |
+
"padding-top": __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](vPaddingTablet, paddingType),
|
111642 |
+
"padding-bottom": __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](vPaddingTablet, paddingType)
|
111643 |
}
|
111644 |
};
|
111645 |
|
111646 |
mobile_selectors = {
|
111647 |
" .block-editor-rich-text__editable.uagb-marketing-btn__title": {
|
111648 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](titleFontSizeMobile, titleFontSizeType),
|
111649 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](titleLineHeightMobile, titleLineHeightType)
|
111650 |
},
|
111651 |
" .block-editor-rich-text__editable.uagb-marketing-btn__prefix": {
|
111652 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](prefixFontSizeMobile, prefixFontSizeType),
|
111653 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](prefixLineHeightMobile, prefixLineHeightType)
|
111654 |
},
|
111655 |
" .uagb-marketing-btn__icon-wrap": {
|
111656 |
+
"width": __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](iconFontSizeMobile, iconFontSizeType),
|
111657 |
+
"height": __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](iconFontSizeMobile, iconFontSizeType)
|
111658 |
},
|
111659 |
" .uagb-marketing-btn__link": {
|
111660 |
+
"padding-left": __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](hPaddingMobile, paddingType),
|
111661 |
+
"padding-right": __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](hPaddingMobile, paddingType),
|
111662 |
+
"padding-top": __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](vPaddingMobile, paddingType),
|
111663 |
+
"padding-bottom": __WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](vPaddingMobile, paddingType)
|
111664 |
}
|
111665 |
};
|
111666 |
|
111667 |
var id = ".uagb-block-" + props.clientId.substr(0, 8);
|
111668 |
|
111669 |
+
var styling_css = __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSS__["a" /* default */](selectors, id);
|
111670 |
|
111671 |
+
styling_css += __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSS__["a" /* default */](tablet_selectors, id, true, "tablet");
|
111672 |
|
111673 |
+
styling_css += __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSS__["a" /* default */](mobile_selectors, id, true, "mobile");
|
111674 |
|
111675 |
return styling_css;
|
111676 |
}
|
111722 |
|
111723 |
return wp.element.createElement(
|
111724 |
"div",
|
111725 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-marketing-btn__outer-wrap", "uagb-marketing-btn__align-" + align, "uagb-marketing-btn__align-text-" + textAlign, "uagb-marketing-btn__icon-" + iconPosition, "uagb-block-" + block_id) },
|
111726 |
wp.element.createElement(
|
111727 |
"div",
|
111728 |
{ className: "uagb-marketing-btn__wrap" },
|
111735 |
"" != icon && wp.element.createElement(
|
111736 |
"div",
|
111737 |
{ className: "uagb-marketing-btn__icon-wrap" },
|
111738 |
+
__WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_renderIcon__["a" /* default */](icon)
|
111739 |
),
|
111740 |
wp.element.createElement(RichText.Content, {
|
111741 |
value: heading,
|
111804 |
|
111805 |
return wp.element.createElement(
|
111806 |
"div",
|
111807 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-marketing-btn__outer-wrap", "uagb-marketing-btn__align-" + align, "uagb-marketing-btn__align-text-" + textAlign, "uagb-marketing-btn__icon-" + iconPosition),
|
111808 |
id: "uagb-marketing-btn-" + block_id },
|
111809 |
wp.element.createElement(
|
111810 |
"div",
|
111818 |
"" != icon && wp.element.createElement(
|
111819 |
"div",
|
111820 |
{ className: "uagb-marketing-btn__icon-wrap" },
|
111821 |
+
__WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_renderIcon__["a" /* default */](icon)
|
111822 |
),
|
111823 |
wp.element.createElement(RichText.Content, {
|
111824 |
value: heading,
|
111848 |
/*!************************************************!*\
|
111849 |
!*** ./src/blocks/marketing-button/style.scss ***!
|
111850 |
\************************************************/
|
111851 |
+
/*! no static exports found */
|
111852 |
/***/ (function(module, exports) {
|
111853 |
|
111854 |
// removed by extract-text-webpack-plugin
|
111858 |
/*!*************************************************!*\
|
111859 |
!*** ./src/blocks/marketing-button/editor.scss ***!
|
111860 |
\*************************************************/
|
111861 |
+
/*! no static exports found */
|
111862 |
/***/ (function(module, exports) {
|
111863 |
|
111864 |
// removed by extract-text-webpack-plugin
|
111868 |
/*!***********************************************!*\
|
111869 |
!*** ./src/blocks/table-of-contents/block.js ***!
|
111870 |
\***********************************************/
|
111871 |
+
/*! exports provided: */
|
111872 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
111873 |
|
111874 |
"use strict";
|
112019 |
var element = document.getElementById("uagb-style-toc-" + this.props.clientId.substr(0, 8));
|
112020 |
|
112021 |
if (null !== element && undefined !== element) {
|
112022 |
+
element.innerHTML = __WEBPACK_IMPORTED_MODULE_1__styling__["a" /* default */](this.props);
|
112023 |
}
|
112024 |
}
|
112025 |
}, {
|
112187 |
icon_html = wp.element.createElement(
|
112188 |
"span",
|
112189 |
{ className: "uag-toc__collapsible-wrap" },
|
112190 |
+
__WEBPACK_IMPORTED_MODULE_5__dist_blocks_uagb_controls_renderIcon__["a" /* default */](icon)
|
112191 |
);
|
112192 |
}
|
112193 |
|
113279 |
),
|
113280 |
wp.element.createElement(
|
113281 |
"div",
|
113282 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-toc__align-" + align, "uagb-toc__columns-" + tColumnsDesktop, initialCollapse ? "uagb-toc__collapse" : '', "uagb-block-" + this.props.clientId.substr(0, 8))
|
113283 |
},
|
113284 |
wp.element.createElement(
|
113285 |
"div",
|
113513 |
|
113514 |
selectors = {
|
113515 |
" .uagb-toc__list-wrap ul li a": {
|
113516 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fontSize, fontSizeType),
|
113517 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](lineHeight, lineHeightType),
|
113518 |
"font-family": fontFamily,
|
113519 |
"font-weight": fontWeight,
|
113520 |
"color": linkColor
|
113521 |
},
|
113522 |
" .uagb-toc__title": {
|
113523 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](headingFontSize, headingFontSizeType),
|
113524 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](headingLineHeight, headingLineHeightType),
|
113525 |
"font-family": headingFontFamily,
|
113526 |
"font-weight": headingFontWeight,
|
113527 |
"color": headingColor,
|
113528 |
+
"margin-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](headingBottom, "px")
|
113529 |
},
|
113530 |
" .uagb-toc__list-wrap ul li a:hover": {
|
113531 |
"color": linkHoverColor
|
113532 |
},
|
113533 |
" .uagb-toc__wrap": {
|
113534 |
"border-style": borderStyle,
|
113535 |
+
"border-width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](borderWidth, "px"),
|
113536 |
"border-color": borderColor,
|
113537 |
+
"border-radius": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](borderRadius, "px"),
|
113538 |
+
"padding-left": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](hPaddingDesktop, paddingTypeDesktop),
|
113539 |
+
"padding-right": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](hPaddingDesktop, paddingTypeDesktop),
|
113540 |
+
"padding-top": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](vPaddingDesktop, paddingTypeDesktop),
|
113541 |
+
"padding-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](vPaddingDesktop, paddingTypeDesktop),
|
113542 |
"background": backgroundColor
|
113543 |
},
|
113544 |
" .uagb-toc__list-wrap ul.uagb-toc__list:first-child": {
|
113545 |
+
"margin-left": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](hMarginDesktop, marginTypeDesktop),
|
113546 |
+
"margin-right": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](hMarginDesktop, marginTypeDesktop),
|
113547 |
+
"margin-top": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](vMarginDesktop, marginTypeDesktop),
|
113548 |
+
"margin-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](vMarginDesktop, marginTypeDesktop)
|
113549 |
},
|
113550 |
" .uagb-toc__list-wrap > ul.uagb-toc__list > li:first-child": {
|
113551 |
"padding-top": 0
|
113557 |
"padding-bottom": 0
|
113558 |
},
|
113559 |
" .uagb-toc__list-wrap ul.uagb-toc__list > li": {
|
113560 |
+
"padding-top": "calc( " + __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](contentPaddingDesktop, contentPaddingTypeDesktop) + " / 2 )",
|
113561 |
+
"padding-bottom": "calc( " + __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](contentPaddingDesktop, contentPaddingTypeDesktop) + " / 2 )"
|
113562 |
},
|
113563 |
" .uag-toc__collapsible-wrap svg": {
|
113564 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](iconSize, "px"),
|
113565 |
+
"height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](iconSize, "px"),
|
113566 |
"fill": iconColor
|
113567 |
}
|
113568 |
};
|
113573 |
};
|
113574 |
|
113575 |
if (customWidth) {
|
113576 |
+
selectors[" .uagb-toc__wrap"]["width"] = __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](widthDesktop, widthTypeDesktop);
|
113577 |
}
|
113578 |
|
113579 |
if (disableBullets) {
|
113587 |
|
113588 |
tablet_selectors = {
|
113589 |
" .uagb-toc__list-wrap ul li a": {
|
113590 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fontSizeTablet, fontSizeType),
|
113591 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](lineHeightTablet, lineHeightType)
|
113592 |
},
|
113593 |
" .uagb-toc__title": {
|
113594 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](headingFontSizeTablet, headingFontSizeType),
|
113595 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](headingLineHeightTablet, headingLineHeightType)
|
113596 |
},
|
113597 |
" .uagb-toc__wrap": {
|
113598 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](widthTablet, widthTypeTablet),
|
113599 |
+
"padding-left": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](hPaddingTablet, paddingTypeTablet),
|
113600 |
+
"padding-right": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](hPaddingTablet, paddingTypeTablet),
|
113601 |
+
"padding-top": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](vPaddingTablet, paddingTypeTablet),
|
113602 |
+
"padding-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](vPaddingTablet, paddingTypeTablet)
|
113603 |
},
|
113604 |
" .uagb-toc__list-wrap": {
|
113605 |
'column-count': tColumnsTablet,
|
113607 |
},
|
113608 |
|
113609 |
" .uagb-toc__list-wrap > ul.uagb-toc__list > li:first-child": {
|
113610 |
+
"padding-top": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](contentPaddingTablet, contentPaddingTypeTablet)
|
113611 |
},
|
113612 |
" .uagb-toc__list-wrap ul.uagb-toc__list:last-child > li:last-child": {
|
113613 |
+
"padding-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](contentPaddingTablet, contentPaddingTypeTablet)
|
113614 |
},
|
113615 |
" .uagb-toc__list-wrap ul.uagb-toc__list > li": {
|
113616 |
+
"padding-top": "calc( " + __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](contentPaddingTablet, contentPaddingTypeTablet) + " / 2 )",
|
113617 |
+
"padding-bottom": "calc( " + __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](contentPaddingTablet, contentPaddingTypeTablet) + " / 2 )"
|
113618 |
}
|
113619 |
};
|
113620 |
|
113621 |
mobile_selectors = {
|
113622 |
" .uagb-toc__list-wrap ul li a": {
|
113623 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](fontSizeMobile, fontSizeType),
|
113624 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](lineHeightMobile, lineHeightType)
|
113625 |
},
|
113626 |
" .uagb-toc__title": {
|
113627 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](headingFontSizeMobile, headingFontSizeType),
|
113628 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](headingLineHeightMobile, headingLineHeightType)
|
113629 |
},
|
113630 |
" .uagb-toc__wrap": {
|
113631 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](widthMobile, widthTypeMobile),
|
113632 |
+
"padding-left": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](hPaddingMobile, paddingTypeMobile),
|
113633 |
+
"padding-right": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](hPaddingMobile, paddingTypeMobile),
|
113634 |
+
"padding-top": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](vPaddingMobile, paddingTypeMobile),
|
113635 |
+
"padding-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](vPaddingMobile, paddingTypeMobile)
|
113636 |
},
|
113637 |
" .uagb-toc__list-wrap": {
|
113638 |
'column-count': tColumnsMobile,
|
113639 |
'overflow': 'hidden'
|
113640 |
},
|
113641 |
" .uagb-toc__list-wrap > ul.uagb-toc__list > li:first-child": {
|
113642 |
+
"padding-top": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](contentPaddingMobile, contentPaddingTypeMobile)
|
113643 |
},
|
113644 |
" .uagb-toc__list-wrap ul.uagb-toc__list:last-child > li:last-child": {
|
113645 |
+
"padding-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](contentPaddingMobile, contentPaddingTypeMobile)
|
113646 |
},
|
113647 |
" .uagb-toc__list-wrap ul.uagb-toc__list > li": {
|
113648 |
+
"padding-top": "calc( " + __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](contentPaddingMobile, contentPaddingTypeMobile) + " / 2 )",
|
113649 |
+
"padding-bottom": "calc( " + __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](contentPaddingMobile, contentPaddingTypeMobile) + " / 2 )"
|
113650 |
}
|
113651 |
};
|
113652 |
|
113653 |
var id = ".uagb-block-" + props.clientId.substr(0, 8);
|
113654 |
|
113655 |
+
var styling_css = __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSS__["a" /* default */](selectors, id);
|
113656 |
|
113657 |
+
styling_css += __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSS__["a" /* default */](tablet_selectors, id, true, "tablet");
|
113658 |
|
113659 |
+
styling_css += __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSS__["a" /* default */](mobile_selectors, id, true, "mobile");
|
113660 |
|
113661 |
if ("" != scrollToTopColor) {
|
113662 |
styling_css += ".uagb-toc__scroll-top { color: " + scrollToTopColor + "; }";
|
113721 |
icon_html = wp.element.createElement(
|
113722 |
"span",
|
113723 |
{ className: "uag-toc__collapsible-wrap" },
|
113724 |
+
__WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_renderIcon__["a" /* default */](icon)
|
113725 |
);
|
113726 |
}
|
113727 |
|
113728 |
return wp.element.createElement(
|
113729 |
"div",
|
113730 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-toc__align-" + align, "uagb-toc__columns-" + tColumns, initialCollapse ? "uagb-toc__collapse" : '', "uagb-block-" + block_id),
|
113731 |
"data-scroll": smoothScroll,
|
113732 |
"data-offset": smoothScrollOffset,
|
113733 |
"data-delay": smoothScrollDelay
|
113798 |
|
113799 |
return wp.element.createElement(
|
113800 |
'div',
|
113801 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, 'uagb-toc__align-' + align, 'uagb-toc__columns-' + tColumns),
|
113802 |
id: 'uagb-toc-' + block_id },
|
113803 |
wp.element.createElement(
|
113804 |
'div',
|
113845 |
icon_html = wp.element.createElement(
|
113846 |
'span',
|
113847 |
{ className: 'uag-toc__collapsible-wrap' },
|
113848 |
+
__WEBPACK_IMPORTED_MODULE_4__dist_blocks_uagb_controls_renderIcon__["a" /* default */](icon)
|
113849 |
);
|
113850 |
}
|
113851 |
|
113852 |
return wp.element.createElement(
|
113853 |
'div',
|
113854 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, 'uagb-toc__align-' + align, 'uagb-toc__columns-' + tColumns, initialCollapse ? 'uagb-toc__collapse' : ''),
|
113855 |
'data-scroll': smoothScroll,
|
113856 |
'data-offset': smoothScrollOffset,
|
113857 |
'data-delay': smoothScrollDelay,
|
113905 |
icon_html = wp.element.createElement(
|
113906 |
'span',
|
113907 |
{ className: 'uag-toc__collapsible-wrap' },
|
113908 |
+
__WEBPACK_IMPORTED_MODULE_4__dist_blocks_uagb_controls_renderIcon__["a" /* default */](icon)
|
113909 |
);
|
113910 |
}
|
113911 |
|
113912 |
return wp.element.createElement(
|
113913 |
'div',
|
113914 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, 'uagb-toc__align-' + align, 'uagb-toc__columns-' + tColumns, initialCollapse ? 'uagb-toc__collapse' : '', 'uagb-block-' + block_id),
|
113915 |
'data-scroll': smoothScroll,
|
113916 |
'data-offset': smoothScrollOffset,
|
113917 |
'data-delay': smoothScrollDelay
|
114317 |
/*!*************************************************!*\
|
114318 |
!*** ./src/blocks/table-of-contents/style.scss ***!
|
114319 |
\*************************************************/
|
114320 |
+
/*! no static exports found */
|
114321 |
/***/ (function(module, exports) {
|
114322 |
|
114323 |
// removed by extract-text-webpack-plugin
|
114327 |
/*!**************************************************!*\
|
114328 |
!*** ./src/blocks/table-of-contents/editor.scss ***!
|
114329 |
\**************************************************/
|
114330 |
+
/*! no static exports found */
|
114331 |
/***/ (function(module, exports) {
|
114332 |
|
114333 |
// removed by extract-text-webpack-plugin
|
114337 |
/*!************************************!*\
|
114338 |
!*** ./src/blocks/how-to/block.js ***!
|
114339 |
\************************************/
|
114340 |
+
/*! exports provided: */
|
114341 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
114342 |
|
114343 |
"use strict";
|
114803 |
var element = document.getElementById("uagb-how-to-schema-style-" + this.props.clientId.substr(0, 8));
|
114804 |
|
114805 |
if (null !== element && undefined !== element) {
|
114806 |
+
element.innerHTML = __WEBPACK_IMPORTED_MODULE_3__styling__["a" /* default */](this.props);
|
114807 |
}
|
114808 |
}
|
114809 |
}, {
|
115171 |
var incAmount = Math.abs(newCount - cloneIcons.length);
|
115172 |
|
115173 |
{
|
115174 |
+
__WEBPACK_IMPORTED_MODULE_2_lodash_times___default.a(incAmount, function (n) {
|
115175 |
|
115176 |
cloneIcons.push({
|
115177 |
"add_required_tools": "- A Computer" + (cloneIcons.length + 1)
|
115214 |
var incAmount = Math.abs(newCount - cloneIcons.length);
|
115215 |
|
115216 |
{
|
115217 |
+
__WEBPACK_IMPORTED_MODULE_2_lodash_times___default.a(incAmount, function (n) {
|
115218 |
|
115219 |
cloneIcons.push({
|
115220 |
"add_required_materials": "- A WordPress Website" + (cloneIcons.length + 1)
|
115444 |
wp.element.createElement(
|
115445 |
"div",
|
115446 |
{
|
115447 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-block-" + this.props.clientId.substr(0, 8))
|
115448 |
},
|
115449 |
wp.element.createElement(
|
115450 |
"div",
|
115608 |
return wp.element.createElement(
|
115609 |
"div",
|
115610 |
{
|
115611 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a("uagb-how-to-tools-" + index, "uagb-how-to-tools-child__wrapper"),
|
115612 |
key: index
|
115613 |
},
|
115614 |
wp.element.createElement(
|
115654 |
return wp.element.createElement(
|
115655 |
"div",
|
115656 |
{
|
115657 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a("uagb-how-to-materials-" + index, "uagb-how-to-materials-child__wrapper"),
|
115658 |
key: index
|
115659 |
},
|
115660 |
wp.element.createElement(
|
116030 |
" .block-editor-rich-text__editable.uagb-howto-desc-text": {
|
116031 |
"font-family": subHeadFontFamily,
|
116032 |
"font-weight": subHeadFontWeight,
|
116033 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](subHeadFontSize, subHeadFontSizeType),
|
116034 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](subHeadLineHeight, subHeadLineHeightType),
|
116035 |
"color": subHeadingColor
|
116036 |
},
|
116037 |
' .uagb-how-to-main-wrap p': {
|
116038 |
+
"margin-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](row_gap, 'px')
|
116039 |
},
|
116040 |
|
116041 |
' .uagb-how-to-main-wrap .uagb-howto__source-wrap': {
|
116042 |
+
"margin-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](row_gap, 'px')
|
116043 |
},
|
116044 |
|
116045 |
' .uagb-how-to-main-wrap span.uagb-howto__time-wrap': {
|
116046 |
+
"margin-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](row_gap, 'px')
|
116047 |
},
|
116048 |
|
116049 |
' .uagb-how-to-main-wrap span.uagb-howto__cost-wrap': {
|
116050 |
+
"margin-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](row_gap, 'px')
|
116051 |
},
|
116052 |
|
116053 |
' .uagb-how-to-tools .uagb-how-to-tools-child__wrapper:last-child': {
|
116054 |
+
"margin-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](row_gap, 'px')
|
116055 |
},
|
116056 |
|
116057 |
' .uagb-how-to-materials .uagb-how-to-materials-child__wrapper:last-child': {
|
116058 |
+
"margin-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](row_gap, 'px')
|
116059 |
},
|
116060 |
' .uagb-howto-steps__wrap .wp-block.block-editor-block-list__block': {
|
116061 |
+
'margin-bottom': __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSS__["a" /* default */](s_gap, 'px')
|
116062 |
},
|
116063 |
" .block-editor-rich-text__editable.uagb-howto-timeNeeded-text": {
|
116064 |
"font-family": priceFontFamily,
|
116065 |
"font-weight": priceFontWeight,
|
116066 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](priceFontSize, priceFontSizeType),
|
116067 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](priceLineHeight, priceLineHeightType),
|
116068 |
"color": showTotaltimecolor
|
116069 |
},
|
116070 |
" .block-editor-rich-text__editable.uagb-howto-timeNeeded-value": {
|
116071 |
"font-family": subHeadFontFamily,
|
116072 |
"font-weight": subHeadFontWeight,
|
116073 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](subHeadFontSize, subHeadFontSizeType),
|
116074 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](subHeadLineHeight, subHeadLineHeightType),
|
116075 |
"color": subHeadingColor,
|
116076 |
+
"margin-left": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](timeSpace, "px")
|
116077 |
},
|
116078 |
" .block-editor-rich-text__editable.uagb-howto-timeINmin-text ": {
|
116079 |
"font-family": subHeadFontFamily,
|
116080 |
"font-weight": subHeadFontWeight,
|
116081 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](subHeadFontSize, subHeadFontSizeType),
|
116082 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](subHeadLineHeight, subHeadLineHeightType),
|
116083 |
"color": subHeadingColor
|
116084 |
},
|
116085 |
" .block-editor-rich-text__editable.uagb-howto-estcost-text": {
|
116086 |
"font-family": priceFontFamily,
|
116087 |
"font-weight": priceFontWeight,
|
116088 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](priceFontSize, priceFontSizeType),
|
116089 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](priceLineHeight, priceLineHeightType),
|
116090 |
"color": showTotaltimecolor
|
116091 |
},
|
116092 |
" .block-editor-rich-text__editable.uagb-howto-estcost-value": {
|
116093 |
"font-family": subHeadFontFamily,
|
116094 |
"font-weight": subHeadFontWeight,
|
116095 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](subHeadFontSize, subHeadFontSizeType),
|
116096 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](subHeadLineHeight, subHeadLineHeightType),
|
116097 |
"color": subHeadingColor,
|
116098 |
+
"margin-left": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](costSpace, "px")
|
116099 |
},
|
116100 |
|
116101 |
" .uagb-howto-steps__wrap h4.block-editor-rich-text__editable": {
|
116102 |
"font-family": priceFontFamily,
|
116103 |
"font-weight": priceFontWeight,
|
116104 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](priceFontSize, priceFontSizeType),
|
116105 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](priceLineHeight, priceLineHeightType)
|
116106 |
},
|
116107 |
" .uagb-howto-steps__wrap p.block-editor-rich-text__editable": {
|
116108 |
"font-family": subHeadFontFamily,
|
116109 |
"font-weight": subHeadFontWeight,
|
116110 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](subHeadFontSize, subHeadFontSizeType),
|
116111 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](subHeadLineHeight, subHeadLineHeightType)
|
116112 |
},
|
116113 |
|
116114 |
" .block-editor-rich-text__editable.uagb-howto-estcost-type": {
|
116115 |
"font-family": subHeadFontFamily,
|
116116 |
"font-weight": subHeadFontWeight,
|
116117 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](subHeadFontSize, subHeadFontSizeType),
|
116118 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](subHeadLineHeight, subHeadLineHeightType),
|
116119 |
"color": subHeadingColor
|
116120 |
},
|
116121 |
|
116122 |
" .block-editor-rich-text__editable.uagb-howto-req-tools-text": {
|
116123 |
"font-family": priceFontFamily,
|
116124 |
"font-weight": priceFontWeight,
|
116125 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](priceFontSize, priceFontSizeType),
|
116126 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](priceLineHeight, priceLineHeightType),
|
116127 |
"color": showTotaltimecolor
|
116128 |
},
|
116129 |
|
116130 |
" .block-editor-rich-text__editable.uagb-tools__label": {
|
116131 |
"font-family": subHeadFontFamily,
|
116132 |
"font-weight": subHeadFontWeight,
|
116133 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](subHeadFontSize, subHeadFontSizeType),
|
116134 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](subHeadLineHeight, subHeadLineHeightType),
|
116135 |
"color": subHeadingColor
|
116136 |
},
|
116137 |
|
116138 |
" .block-editor-rich-text__editable.uagb-howto-req-materials-text": {
|
116139 |
"font-family": priceFontFamily,
|
116140 |
"font-weight": priceFontWeight,
|
116141 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](priceFontSize, priceFontSizeType),
|
116142 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](priceLineHeight, priceLineHeightType),
|
116143 |
"color": showTotaltimecolor
|
116144 |
},
|
116145 |
|
116146 |
" .block-editor-rich-text__editable.uagb-howto-req-steps-text": {
|
116147 |
"font-family": priceFontFamily,
|
116148 |
"font-weight": priceFontWeight,
|
116149 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](priceFontSize, priceFontSizeType),
|
116150 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](priceLineHeight, priceLineHeightType),
|
116151 |
"color": showTotaltimecolor
|
116152 |
},
|
116153 |
|
116154 |
" .block-editor-rich-text__editable.uagb-materials__label": {
|
116155 |
"font-family": subHeadFontFamily,
|
116156 |
"font-weight": subHeadFontWeight,
|
116157 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](subHeadFontSize, subHeadFontSizeType),
|
116158 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](subHeadLineHeight, subHeadLineHeightType),
|
116159 |
"color": subHeadingColor
|
116160 |
}
|
116161 |
};
|
116168 |
selectors[" " + headingTag + ".block-editor-rich-text__editable.uagb-howto-heading-text"] = {
|
116169 |
"font-family": headFontFamily,
|
116170 |
"font-weight": headFontWeight,
|
116171 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](headFontSize, headFontSizeType),
|
116172 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](headLineHeight, headLineHeightType),
|
116173 |
"color": headingColor,
|
116174 |
+
"margin-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](headSpace, "px")
|
116175 |
};
|
116176 |
|
116177 |
mobile_selectors[" " + headingTag + ".block-editor-rich-text__editable.uagb-howto-heading-text"] = {
|
116178 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](headFontSizeMobile, headFontSizeType),
|
116179 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](headLineHeightMobile, headLineHeightType)
|
116180 |
};
|
116181 |
|
116182 |
tablet_selectors[" " + headingTag + ".block-editor-rich-text__editable.uagb-howto-heading-text"] = {
|
116183 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](headFontSizeTablet, headFontSizeType),
|
116184 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](headLineHeightTablet, headLineHeightType)
|
116185 |
};
|
116186 |
|
116187 |
mobile_selectors = {
|
116188 |
" .block-editor-rich-text__editable.uagb-howto-desc-text": {
|
116189 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](subHeadFontSizeMobile, subHeadFontSizeType),
|
116190 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](subHeadLineHeightMobile, subHeadLineHeightType)
|
116191 |
},
|
116192 |
" .block-editor-rich-text__editable.uagb-howto-timeNeeded-text": {
|
116193 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](priceFontSizeMobile, priceFontSizeType),
|
116194 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](priceLineHeightMobile, priceLineHeightType)
|
116195 |
},
|
116196 |
" .block-editor-rich-text__editable.uagb-howto-timeNeeded-value": {
|
116197 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](subHeadFontSizeMobile, subHeadFontSizeType),
|
116198 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](subHeadLineHeightMobile, subHeadLineHeightType)
|
116199 |
},
|
116200 |
" .block-editor-rich-text__editable.uagb-howto-timeINmin-text ": {
|
116201 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](subHeadFontSizeMobile, subHeadFontSizeType),
|
116202 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](subHeadLineHeightMobile, subHeadLineHeightType)
|
116203 |
},
|
116204 |
" .block-editor-rich-text__editable.uagb-howto-estcost-text": {
|
116205 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](priceFontSizeMobile, priceFontSizeType),
|
116206 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](priceLineHeightMobile, priceLineHeightType)
|
116207 |
},
|
116208 |
" .block-editor-rich-text__editable.uagb-howto-estcost-value": {
|
116209 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](subHeadFontSizeMobile, subHeadFontSizeType),
|
116210 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](subHeadLineHeightMobile, subHeadLineHeightType)
|
116211 |
},
|
116212 |
" .block-editor-rich-text__editable.uagb-howto-estcost-type": {
|
116213 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](subHeadFontSizeMobile, subHeadFontSizeType),
|
116214 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](subHeadLineHeightMobile, subHeadLineHeightType)
|
116215 |
},
|
116216 |
" .block-editor-rich-text__editable.uagb-tools__label": {
|
116217 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](priceFontSizeMobile, priceFontSizeType),
|
116218 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](priceLineHeightMobile, priceLineHeightType)
|
116219 |
},
|
116220 |
" .block-editor-rich-text__editable.uagb-howto-req-tools-text": {
|
116221 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](priceFontSizeMobile, priceFontSizeType),
|
116222 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](priceLineHeightMobile, priceLineHeightType)
|
116223 |
},
|
116224 |
" .block-editor-rich-text__editable.uagb-materials__label": {
|
116225 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](priceFontSizeMobile, priceFontSizeType),
|
116226 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](priceLineHeightMobile, priceLineHeightType)
|
116227 |
},
|
116228 |
" .block-editor-rich-text__editable.uagb-howto-req-materials-text": {
|
116229 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](priceFontSizeMobile, priceFontSizeType),
|
116230 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](priceLineHeightMobile, priceLineHeightType)
|
116231 |
}
|
116232 |
};
|
116233 |
|
116234 |
tablet_selectors = {
|
116235 |
" .block-editor-rich-text__editable.uagb-howto-desc-text": {
|
116236 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](subHeadFontSizeTablet, subHeadFontSizeType),
|
116237 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](subHeadLineHeightTablet, subHeadLineHeightType)
|
116238 |
},
|
116239 |
" .block-editor-rich-text__editable.uagb-howto-timeNeeded-text": {
|
116240 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](priceFontSizeTablet, priceFontSizeType),
|
116241 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](priceLineHeightTablet, priceLineHeightType)
|
116242 |
},
|
116243 |
" .block-editor-rich-text__editable.uagb-howto-timeNeeded-value": {
|
116244 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](subHeadFontSizeTablet, subHeadFontSizeType),
|
116245 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](subHeadLineHeightTablet, subHeadLineHeightType)
|
116246 |
},
|
116247 |
" .block-editor-rich-text__editable.uagb-howto-timeINmin-text ": {
|
116248 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](subHeadFontSizeTablet, subHeadFontSizeType),
|
116249 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](subHeadLineHeightTablet, subHeadLineHeightType)
|
116250 |
},
|
116251 |
" .block-editor-rich-text__editable.uagb-howto-estcost-text": {
|
116252 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](priceFontSizeTablet, priceFontSizeType),
|
116253 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](priceLineHeightTablet, priceLineHeightType)
|
116254 |
},
|
116255 |
" .block-editor-rich-text__editable.uagb-howto-estcost-value": {
|
116256 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](subHeadFontSizeTablet, subHeadFontSizeType),
|
116257 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](subHeadLineHeightTablet, subHeadLineHeightType)
|
116258 |
},
|
116259 |
" .block-editor-rich-text__editable.uagb-howto-estcost-type": {
|
116260 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](subHeadFontSizeTablet, subHeadFontSizeType),
|
116261 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](subHeadLineHeightTablet, subHeadLineHeightType)
|
116262 |
},
|
116263 |
" .block-editor-rich-text__editable.uagb-tools__label": {
|
116264 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](priceFontSizeTablet, priceFontSizeType),
|
116265 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](priceLineHeightTablet, priceLineHeightType)
|
116266 |
},
|
116267 |
" .block-editor-rich-text__editable.uagb-howto-req-tools-text": {
|
116268 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](priceFontSizeTablet, priceFontSizeType),
|
116269 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](priceLineHeightTablet, priceLineHeightType)
|
116270 |
},
|
116271 |
" .block-editor-rich-text__editable.uagb-materials__label": {
|
116272 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](priceFontSizeTablet, priceFontSizeType),
|
116273 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](priceLineHeightTablet, priceLineHeightType)
|
116274 |
},
|
116275 |
" .block-editor-rich-text__editable.uagb-howto-req-materials-text": {
|
116276 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](priceFontSizeTablet, priceFontSizeType),
|
116277 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](priceLineHeightTablet, priceLineHeightType)
|
116278 |
}
|
116279 |
};
|
116280 |
|
116281 |
var base_selector = ".block-editor-page #wpwrap .uagb-block-" + props.clientId.substr(0, 8);
|
116282 |
|
116283 |
+
var styling_css = __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSS__["a" /* default */](selectors, base_selector);
|
116284 |
|
116285 |
+
styling_css += __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSS__["a" /* default */](tablet_selectors, base_selector, true, "tablet");
|
116286 |
|
116287 |
+
styling_css += __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSS__["a" /* default */](mobile_selectors, base_selector, true, "mobile");
|
116288 |
|
116289 |
return styling_css;
|
116290 |
}
|
116371 |
return wp.element.createElement(
|
116372 |
'div',
|
116373 |
{
|
116374 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, 'uagb-block-' + block_id)
|
116375 |
},
|
116376 |
wp.element.createElement(
|
116377 |
'script',
|
116454 |
return wp.element.createElement(
|
116455 |
'div',
|
116456 |
{
|
116457 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a('uagb-how-to-tools-' + index, "uagb-how-to-tools-child__wrapper"),
|
116458 |
key: index
|
116459 |
},
|
116460 |
wp.element.createElement(
|
116485 |
return wp.element.createElement(
|
116486 |
'div',
|
116487 |
{
|
116488 |
+
className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a('uagb-how-to-materials-' + index, "uagb-how-to-materials-child__wrapper")
|
116489 |
},
|
116490 |
wp.element.createElement(
|
116491 |
'div',
|
116522 |
/*!***************************************!*\
|
116523 |
!*** ./src/blocks/how-to/editor.scss ***!
|
116524 |
\***************************************/
|
116525 |
+
/*! no static exports found */
|
116526 |
/***/ (function(module, exports) {
|
116527 |
|
116528 |
// removed by extract-text-webpack-plugin
|
116532 |
/*!*********************************!*\
|
116533 |
!*** ./src/blocks/faq/block.js ***!
|
116534 |
\*********************************/
|
116535 |
+
/*! exports provided: */
|
116536 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
116537 |
|
116538 |
"use strict";
|
117119 |
var element = document.getElementById("uagb-style-faq-" + this.props.clientId.substr(0, 8));
|
117120 |
|
117121 |
if (null !== element && undefined !== element) {
|
117122 |
+
element.innerHTML = __WEBPACK_IMPORTED_MODULE_5__styling__["a" /* default */](this.props);
|
117123 |
}
|
117124 |
}
|
117125 |
}, {
|
117257 |
headingTag = attributes.headingTag;
|
117258 |
|
117259 |
|
117260 |
+
var getFaqChildTemplate = __WEBPACK_IMPORTED_MODULE_6_memize___default.a(function (faq_count, faq) {
|
117261 |
+
return __WEBPACK_IMPORTED_MODULE_4_lodash_times___default.a(faq_count, function (n) {
|
117262 |
return ["uagb/faq-child", faq[n]];
|
117263 |
});
|
117264 |
});
|
118320 |
),
|
118321 |
wp.element.createElement(
|
118322 |
"div",
|
118323 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a("uagb-faq__outer-wrap", "uagb-block-" + this.props.clientId.substr(0, 8), "uagb-faq-icon-" + this.props.attributes.iconAlign, "uagb-faq-layout-" + this.props.attributes.layout, "uagb-faq-expand-first-" + this.props.attributes.expandFirstItem, "uagb-faq-inactive-other-" + this.props.attributes.inactiveOtherItems, equalHeightClass),
|
118324 |
"data-faqtoggle": this.props.attributes.enableToggle
|
118325 |
},
|
118326 |
wp.element.createElement(InnerBlocks, {
|
118472 |
selectors = {
|
118473 |
|
118474 |
" .uagb-icon svg": {
|
118475 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](iconSize, iconSizeType),
|
118476 |
+
"height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](iconSize, iconSizeType),
|
118477 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](iconSize, iconSizeType),
|
118478 |
"fill": icon_color
|
118479 |
},
|
118480 |
" .uagb-icon-active svg": {
|
118481 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](iconSize, iconSizeType),
|
118482 |
+
"height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](iconSize, iconSizeType),
|
118483 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](iconSize, iconSizeType),
|
118484 |
"fill": icon_active_color
|
118485 |
},
|
118486 |
" .uagb-faq-child__outer-wrap": {
|
118487 |
+
"margin-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](rowsGap, 'px')
|
118488 |
},
|
118489 |
".uagb-faq-layout-grid .block-editor-inner-blocks .block-editor-block-list__layout": {
|
118490 |
+
"grid-column-gap": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](columnsGap, 'px'),
|
118491 |
+
"grid-row-gap": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](rowsGap, 'px')
|
118492 |
|
118493 |
},
|
118494 |
" .uagb-faq-item": {
|
118495 |
"background-color": boxBgColor,
|
118496 |
"border-style": borderStyle,
|
118497 |
+
"border-width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](borderWidth, 'px'),
|
118498 |
+
"border-radius": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](borderRadius, 'px'),
|
118499 |
"border-color": borderColor
|
118500 |
},
|
118501 |
" .uagb-faq-item .uagb-question": {
|
118508 |
"color": questionTextActiveColor
|
118509 |
},
|
118510 |
" .uagb-faq-questions-button": {
|
118511 |
+
"padding-top": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](vquestionPaddingDesktop, questionPaddingTypeDesktop),
|
118512 |
+
"padding-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](questionBottomPaddingDesktop, questionPaddingTypeDesktop),
|
118513 |
+
"padding-right": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](hquestionPaddingDesktop, questionPaddingTypeDesktop),
|
118514 |
+
"padding-left": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](questionLeftPaddingDesktop, questionPaddingTypeDesktop)
|
118515 |
},
|
118516 |
" .uagb-faq-content span": {
|
118517 |
+
"margin-top": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](vanswerPaddingDesktop, answerPaddingTypeDesktop),
|
118518 |
+
"margin-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](vanswerPaddingDesktop, answerPaddingTypeDesktop),
|
118519 |
+
"margin-right": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](hanswerPaddingDesktop, answerPaddingTypeDesktop),
|
118520 |
+
"margin-left": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](hanswerPaddingDesktop, answerPaddingTypeDesktop)
|
118521 |
},
|
118522 |
".uagb-faq-icon-row .uagb-faq-item .uagb-faq-icon-wrap": {
|
118523 |
+
"margin-right": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](gapBtwIconQUestion, 'px')
|
118524 |
},
|
118525 |
".uagb-faq-icon-row-reverse .uagb-faq-item .uagb-faq-icon-wrap": {
|
118526 |
+
"margin-left": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](gapBtwIconQUestion, 'px')
|
118527 |
},
|
118528 |
" .uagb-faq-item:hover .uagb-icon svg": {
|
118529 |
"fill": icon_active_color
|
118532 |
"flex-direction": iconAlign
|
118533 |
},
|
118534 |
" .uagb-faq-questions-button .uagb-question": {
|
118535 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](questionFontSize, questionFontSizeType),
|
118536 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](questionLineHeight, questionLineHeightType),
|
118537 |
"font-family": questionFontFamily,
|
118538 |
"font-weight": questionFontWeight
|
118539 |
},
|
118540 |
" .uagb-faq-item .uagb-faq-content p": {
|
118541 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](answerFontSize, answerFontSizeType),
|
118542 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](answerLineHeight, answerLineHeightType),
|
118543 |
"font-family": answerFontFamily,
|
118544 |
"font-weight": answerFontWeight,
|
118545 |
"color": answerTextColor
|
118548 |
|
118549 |
tablet_selectors = {
|
118550 |
" .uagb-faq-questions-button": {
|
118551 |
+
"padding-top": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](vquestionPaddingTablet, questionPaddingTypeDesktop),
|
118552 |
+
"padding-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](questionBottomPaddingTablet, questionPaddingTypeDesktop),
|
118553 |
+
"padding-right": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](hquestionPaddingTablet, questionPaddingTypeDesktop),
|
118554 |
+
"padding-left": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](questionLeftPaddingTablet, questionPaddingTypeDesktop)
|
118555 |
},
|
118556 |
" .uagb-faq-content span": {
|
118557 |
+
"margin-top": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](vanswerPaddingTablet, answerPaddingTypeDesktop),
|
118558 |
+
"margin-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](vanswerPaddingTablet, answerPaddingTypeDesktop),
|
118559 |
+
"margin-right": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](hanswerPaddingTablet, answerPaddingTypeDesktop),
|
118560 |
+
"margin-left": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](hanswerPaddingTablet, answerPaddingTypeDesktop)
|
118561 |
},
|
118562 |
" .uagb-faq-questions-button .uagb-question": {
|
118563 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](questionFontSizeTablet, questionFontSizeType),
|
118564 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](questionLineHeightTablet, questionLineHeightType)
|
118565 |
},
|
118566 |
" .uagb-faq-item .uagb-faq-content p": {
|
118567 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](answerFontSizeTablet, answerFontSizeType),
|
118568 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](answerLineHeightTablet, answerLineHeightType)
|
118569 |
},
|
118570 |
" .uagb-icon svg": {
|
118571 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](iconSizeTablet, iconSizeType),
|
118572 |
+
"height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](iconSizeTablet, iconSizeType),
|
118573 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](iconSizeTablet, iconSizeType)
|
118574 |
},
|
118575 |
" .uagb-icon-active svg": {
|
118576 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](iconSizeTablet, iconSizeType),
|
118577 |
+
"height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](iconSizeTablet, iconSizeType),
|
118578 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](iconSizeTablet, iconSizeType)
|
118579 |
}
|
118580 |
};
|
118581 |
|
118582 |
mobile_selectors = {
|
118583 |
" .uagb-faq-questions-button": {
|
118584 |
+
"padding-top": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](vquestionPaddingMobile, questionPaddingTypeDesktop),
|
118585 |
+
"padding-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](questionBottomPaddingMobile, questionPaddingTypeDesktop),
|
118586 |
+
"padding-right": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](hquestionPaddingMobile, questionPaddingTypeDesktop),
|
118587 |
+
"padding-left": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](questionLeftPaddingMobile, questionPaddingTypeDesktop)
|
118588 |
},
|
118589 |
" .uagb-faq-content span": {
|
118590 |
+
"margin-top": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](vanswerPaddingMobile, answerPaddingTypeDesktop),
|
118591 |
+
"margin-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](vanswerPaddingMobile, answerPaddingTypeDesktop),
|
118592 |
+
"margin-right": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](hanswerPaddingMobile, answerPaddingTypeDesktop),
|
118593 |
+
"margin-left": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](hanswerPaddingMobile, answerPaddingTypeDesktop)
|
118594 |
},
|
118595 |
" .uagb-faq-questions-button .uagb-question": {
|
118596 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](questionFontSizeMobile, questionFontSizeType),
|
118597 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](questionLineHeightMobile, questionLineHeightType)
|
118598 |
},
|
118599 |
" .uagb-faq-item .uagb-faq-content p": {
|
118600 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](answerFontSizeMobile, answerFontSizeType),
|
118601 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](answerLineHeightMobile, answerLineHeightType)
|
118602 |
},
|
118603 |
" .uagb-icon svg": {
|
118604 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](iconSizeMobile, iconSizeType),
|
118605 |
+
"height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](iconSizeMobile, iconSizeType),
|
118606 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](iconSizeMobile, iconSizeType)
|
118607 |
},
|
118608 |
" .uagb-icon-active svg": {
|
118609 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](iconSizeMobile, iconSizeType),
|
118610 |
+
"height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](iconSizeMobile, iconSizeType),
|
118611 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](iconSizeMobile, iconSizeType)
|
118612 |
}
|
118613 |
};
|
118614 |
|
118642 |
selectors[".uagb-faq__outer-wrap .uagb-faq-child__outer-wrap .uagb-faq-content "] = {
|
118643 |
"border-style": "solid",
|
118644 |
"border-top-color": borderColor,
|
118645 |
+
"border-top-width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](borderWidth, 'px')
|
118646 |
};
|
118647 |
}
|
118648 |
if ('grid' === layout) {
|
118658 |
var styling_css = '';
|
118659 |
var id = ".uagb-block-" + props.clientId.substr(0, 8);
|
118660 |
|
118661 |
+
styling_css = __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSS__["a" /* default */](selectors, id);
|
118662 |
|
118663 |
+
styling_css += __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSS__["a" /* default */](tablet_selectors, id, true, "tablet");
|
118664 |
|
118665 |
+
styling_css += __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSS__["a" /* default */](mobile_selectors, id, true, "mobile");
|
118666 |
|
118667 |
return styling_css;
|
118668 |
}
|
118718 |
|
118719 |
return wp.element.createElement(
|
118720 |
"div",
|
118721 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-faq__outer-wrap", "uagb-block-" + block_id, "uagb-faq-icon-" + props.attributes.iconAlign, "uagb-faq-layout-" + props.attributes.layout, "uagb-faq-expand-first-" + props.attributes.expandFirstItem, "uagb-faq-inactive-other-" + props.attributes.inactiveOtherItems, equalHeightClass),
|
118722 |
"data-faqtoggle": props.attributes.enableToggle
|
118723 |
},
|
118724 |
renderSchema(),
|
118735 |
/*!***********************************!*\
|
118736 |
!*** ./src/blocks/faq/style.scss ***!
|
118737 |
\***********************************/
|
118738 |
+
/*! no static exports found */
|
118739 |
/***/ (function(module, exports) {
|
118740 |
|
118741 |
// removed by extract-text-webpack-plugin
|
118745 |
/*!************************************!*\
|
118746 |
!*** ./src/blocks/faq/editor.scss ***!
|
118747 |
\************************************/
|
118748 |
+
/*! no static exports found */
|
118749 |
/***/ (function(module, exports) {
|
118750 |
|
118751 |
// removed by extract-text-webpack-plugin
|
118755 |
/*!***************************************!*\
|
118756 |
!*** ./src/blocks/faq-child/block.js ***!
|
118757 |
\***************************************/
|
118758 |
+
/*! exports provided: */
|
118759 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
118760 |
|
118761 |
"use strict";
|
118895 |
wp.element.createElement(
|
118896 |
"span",
|
118897 |
{ className: "uagb-icon uagb-faq-icon-wrap" },
|
118898 |
+
__WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_renderIcon__["a" /* default */](icon)
|
118899 |
),
|
118900 |
wp.element.createElement(
|
118901 |
"span",
|
118902 |
{ className: "uagb-icon-active uagb-faq-icon-wrap" },
|
118903 |
+
__WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_renderIcon__["a" /* default */](iconActive)
|
118904 |
)
|
118905 |
);
|
118906 |
};
|
118967 |
),
|
118968 |
wp.element.createElement(
|
118969 |
"div",
|
118970 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a("uagb-faq-child__outer-wrap", "uagb-block-" + this.props.clientId.substr(0, 8), this.props.isSelected && false !== this.state.isFocused ? "uagb-faq__active" : "")
|
118971 |
},
|
118972 |
faqRenderHtml()
|
118973 |
)
|
119025 |
wp.element.createElement(
|
119026 |
"span",
|
119027 |
{ className: "uagb-icon uagb-faq-icon-wrap" },
|
119028 |
+
__WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_renderIcon__["a" /* default */](icon)
|
119029 |
),
|
119030 |
wp.element.createElement(
|
119031 |
"span",
|
119032 |
{ className: "uagb-icon-active uagb-faq-icon-wrap" },
|
119033 |
+
__WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_renderIcon__["a" /* default */](iconActive)
|
119034 |
)
|
119035 |
);
|
119036 |
};
|
119069 |
};
|
119070 |
return wp.element.createElement(
|
119071 |
"div",
|
119072 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-faq-child__outer-wrap", "uagb-block-" + block_id)
|
119073 |
},
|
119074 |
faqRenderAccordion()
|
119075 |
);
|
119080 |
/*!*****************************************!*\
|
119081 |
!*** ./src/blocks/faq-child/style.scss ***!
|
119082 |
\*****************************************/
|
119083 |
+
/*! no static exports found */
|
119084 |
/***/ (function(module, exports) {
|
119085 |
|
119086 |
// removed by extract-text-webpack-plugin
|
119090 |
/*!******************************************!*\
|
119091 |
!*** ./src/blocks/faq-child/editor.scss ***!
|
119092 |
\******************************************/
|
119093 |
+
/*! no static exports found */
|
119094 |
/***/ (function(module, exports) {
|
119095 |
|
119096 |
// removed by extract-text-webpack-plugin
|
119142 |
wp.element.createElement(
|
119143 |
"span",
|
119144 |
{ className: "uagb-icon uagb-faq-icon-wrap" },
|
119145 |
+
__WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_renderIcon__["a" /* default */](icon)
|
119146 |
),
|
119147 |
wp.element.createElement(
|
119148 |
"span",
|
119149 |
{ className: "uagb-icon-active uagb-faq-icon-wrap" },
|
119150 |
+
__WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_renderIcon__["a" /* default */](iconActive)
|
119151 |
)
|
119152 |
);
|
119153 |
};
|
119186 |
};
|
119187 |
return wp.element.createElement(
|
119188 |
"div",
|
119189 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-faq-child__outer-wrap", "uagb-block-" + block_id)
|
119190 |
},
|
119191 |
faqRenderAccordion()
|
119192 |
);
|
119200 |
/*!*******************************************!*\
|
119201 |
!*** ./src/blocks/inline-notice/block.js ***!
|
119202 |
\*******************************************/
|
119203 |
+
/*! exports provided: */
|
119204 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
119205 |
|
119206 |
"use strict";
|
119523 |
var element = document.getElementById("uagb-inline-notice-style-" + this.props.clientId.substr(0, 8));
|
119524 |
|
119525 |
if (null !== element && undefined !== element) {
|
119526 |
+
element.innerHTML = __WEBPACK_IMPORTED_MODULE_1__styling__["a" /* default */](this.props);
|
119527 |
}
|
119528 |
}
|
119529 |
}, {
|
119618 |
image_icon_html = wp.element.createElement(
|
119619 |
"span",
|
119620 |
{ className: "uagb-notice-dismiss" },
|
119621 |
+
__WEBPACK_IMPORTED_MODULE_2__dist_blocks_uagb_controls_renderIcon__["a" /* default */](icon)
|
119622 |
);
|
119623 |
}
|
119624 |
|
119899 |
),
|
119900 |
wp.element.createElement(
|
119901 |
"div",
|
119902 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-inline_notice__outer-wrap", "" + noticeDismiss, "uagb-inline_notice__align-" + noticeAlignment, "uagb-block-" + block_id)
|
119903 |
},
|
119904 |
image_icon_html,
|
119905 |
wp.element.createElement(RichText, {
|
120011 |
var selectors = {
|
120012 |
|
120013 |
" .rich-text.block-editor-rich-text__editable.uagb-notice-title.keep-placeholder-on-focus": {
|
120014 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](titleFontSize, titleFontSizeType),
|
120015 |
"font-weight": titleFontWeight,
|
120016 |
"font-family": titleFontFamily,
|
120017 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](titleLineHeight, titleLineHeightType),
|
120018 |
"color": titleColor,
|
120019 |
"background-color": noticeColor,
|
120020 |
+
"padding-left": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](lPadding, "px"),
|
120021 |
+
"padding-right": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](rPadding, "px"),
|
120022 |
+
"padding-top": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](titleVrPadding, "px"),
|
120023 |
+
"padding-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](titleVrPadding, "px")
|
120024 |
},
|
120025 |
|
120026 |
" .rich-text.block-editor-rich-text__editable.uagb-notice-text": {
|
120027 |
"border-color": noticeColor,
|
120028 |
+
"padding-left": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](contentHrPadding, "px"),
|
120029 |
+
"padding-right": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](contentHrPadding, "px"),
|
120030 |
+
"padding-top": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](contentVrPadding, "px"),
|
120031 |
+
"padding-bottom": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](contentVrPadding, "px"),
|
120032 |
"background-color": contentBgColor
|
120033 |
},
|
120034 |
|
120035 |
" .rich-text.block-editor-rich-text__editable.uagb-notice-text p": {
|
120036 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](descFontSize, descFontSizeType),
|
120037 |
"font-weight": descFontWeight,
|
120038 |
"font-family": descFontFamily,
|
120039 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](descLineHeight, descLineHeightType),
|
120040 |
"color": textColor
|
120041 |
},
|
120042 |
|
120047 |
|
120048 |
mobile_selectors = {
|
120049 |
" .rich-text.block-editor-rich-text__editable.uagb-notice-title.keep-placeholder-on-focus": {
|
120050 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](titleFontSizeMobile, titleFontSizeType),
|
120051 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](titleLineHeightMobile, titleLineHeightType)
|
120052 |
},
|
120053 |
|
120054 |
" .rich-text.block-editor-rich-text__editable.uagb-notice-text p": {
|
120055 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](descFontSizeMobile, descFontSizeType),
|
120056 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](descLineHeightMobile, descLineHeightType)
|
120057 |
}
|
120058 |
};
|
120059 |
|
120060 |
tablet_selectors = {
|
120061 |
" .rich-text.block-editor-rich-text__editable.uagb-notice-title.keep-placeholder-on-focus": {
|
120062 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](titleFontSizeTablet, titleFontSizeType),
|
120063 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](titleLineHeightTablet, titleLineHeightType)
|
120064 |
},
|
120065 |
|
120066 |
" .rich-text.block-editor-rich-text__editable.uagb-notice-text p": {
|
120067 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](descFontSizeTablet, descFontSizeType),
|
120068 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](descLineHeightTablet, descLineHeightType)
|
120069 |
}
|
120070 |
};
|
120071 |
|
120072 |
var base_selector = ".block-editor-page #wpwrap .uagb-block-" + block_id;
|
120073 |
|
120074 |
+
var styling_css = __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSS__["a" /* default */](selectors, base_selector);
|
120075 |
|
120076 |
+
styling_css += __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSS__["a" /* default */](tablet_selectors, base_selector, true, "tablet");
|
120077 |
|
120078 |
+
styling_css += __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSS__["a" /* default */](mobile_selectors, base_selector, true, "mobile");
|
120079 |
|
120080 |
return styling_css;
|
120081 |
}
|
120128 |
image_icon_html = wp.element.createElement(
|
120129 |
"span",
|
120130 |
{ className: "uagb-notice-dismiss" },
|
120131 |
+
__WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_renderIcon__["a" /* default */](icon)
|
120132 |
);
|
120133 |
}
|
120134 |
|
120138 |
}
|
120139 |
return wp.element.createElement(
|
120140 |
"div",
|
120141 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a(className, "uagb-inline_notice__outer-wrap", "" + noticeDismiss, "uagb-inline_notice__align-" + noticeAlignment, "uagb-block-" + block_id, "" + active)
|
120142 |
},
|
120143 |
image_icon_html,
|
120144 |
wp.element.createElement(RichText.Content, {
|
120159 |
/*!*********************************************!*\
|
120160 |
!*** ./src/blocks/inline-notice/style.scss ***!
|
120161 |
\*********************************************/
|
120162 |
+
/*! no static exports found */
|
120163 |
/***/ (function(module, exports) {
|
120164 |
|
120165 |
// removed by extract-text-webpack-plugin
|
120169 |
/*!**********************************************!*\
|
120170 |
!*** ./src/blocks/inline-notice/editor.scss ***!
|
120171 |
\**********************************************/
|
120172 |
+
/*! no static exports found */
|
120173 |
/***/ (function(module, exports) {
|
120174 |
|
120175 |
// removed by extract-text-webpack-plugin
|
120179 |
/*!***************************************!*\
|
120180 |
!*** ./src/blocks/wp-search/block.js ***!
|
120181 |
\***************************************/
|
120182 |
+
/*! exports provided: */
|
120183 |
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
120184 |
|
120185 |
"use strict";
|
120225 |
/*!*****************************************!*\
|
120226 |
!*** ./src/blocks/wp-search/style.scss ***!
|
120227 |
\*****************************************/
|
120228 |
+
/*! no static exports found */
|
120229 |
/***/ (function(module, exports) {
|
120230 |
|
120231 |
// removed by extract-text-webpack-plugin
|
120235 |
/*!******************************************!*\
|
120236 |
!*** ./src/blocks/wp-search/editor.scss ***!
|
120237 |
\******************************************/
|
120238 |
+
/*! no static exports found */
|
120239 |
/***/ (function(module, exports) {
|
120240 |
|
120241 |
// removed by extract-text-webpack-plugin
|
120291 |
"icon" === buttonType && wp.element.createElement(
|
120292 |
"span",
|
120293 |
{ className: "uagb-wp-search-button-icon-wrap" },
|
120294 |
+
__WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_renderIcon__["a" /* default */]('fas fa-search')
|
120295 |
),
|
120296 |
"text" === buttonType && wp.element.createElement(RichText.Content, {
|
120297 |
tagName: "span",
|
120318 |
wp.element.createElement(
|
120319 |
"span",
|
120320 |
{ className: "uagb-wp-search-icon-wrap" },
|
120321 |
+
__WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_renderIcon__["a" /* default */]('fas fa-search')
|
120322 |
),
|
120323 |
wp.element.createElement("input", { placeholder: placeholder,
|
120324 |
className: "uagb-search-form__input", type: "search", name: "s", title: "Search" })
|
120331 |
|
120332 |
return wp.element.createElement(
|
120333 |
"div",
|
120334 |
+
{ className: __WEBPACK_IMPORTED_MODULE_0_classnames___default.a("uagb-wp-search__outer-wrap", "uagb-block-" + block_id, "uagb-layout-" + layout)
|
120335 |
},
|
120336 |
renderClassic(),
|
120337 |
renderMinimal()
|
120440 |
var element = document.getElementById("uagb-style-wp-search-" + this.props.clientId.substr(0, 8));
|
120441 |
|
120442 |
if (null != element && "undefined" != typeof element) {
|
120443 |
+
element.innerHTML = __WEBPACK_IMPORTED_MODULE_0__styling__["a" /* default */](this.props);
|
120444 |
}
|
120445 |
}
|
120446 |
}, {
|
121162 |
"icon" === buttonType && wp.element.createElement(
|
121163 |
"span",
|
121164 |
{ className: "uagb-wp-search-button-icon-wrap" },
|
121165 |
+
__WEBPACK_IMPORTED_MODULE_6__dist_blocks_uagb_controls_renderIcon__["a" /* default */]('fas fa-search')
|
121166 |
),
|
121167 |
"text" === buttonType && wp.element.createElement(RichText, {
|
121168 |
tagName: "span",
|
121195 |
wp.element.createElement(
|
121196 |
"span",
|
121197 |
{ className: "uagb-wp-search-icon-wrap" },
|
121198 |
+
__WEBPACK_IMPORTED_MODULE_6__dist_blocks_uagb_controls_renderIcon__["a" /* default */]('fas fa-search')
|
121199 |
),
|
121200 |
wp.element.createElement("input", { placeholder: placeholder,
|
121201 |
className: "uagb-search-form__input", type: "search", name: "s", title: "Search" })
|
121208 |
|
121209 |
return wp.element.createElement(
|
121210 |
"div",
|
121211 |
+
{ className: __WEBPACK_IMPORTED_MODULE_2_classnames___default.a("uagb-wp-search__outer-wrap", "uagb-block-" + block_id, "uagb-layout-" + layout)
|
121212 |
},
|
121213 |
wp.element.createElement(
|
121214 |
InspectorControls,
|
121317 |
var tablet_selectors = {};
|
121318 |
var mobile_selectors = {};
|
121319 |
|
121320 |
+
var $vInputPaddingDesktop = __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](vinputPaddingDesktop, inputPaddingTypeDesktop);
|
121321 |
+
var $hInputPaddingDesktop = __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](hinputPaddingDesktop, inputPaddingTypeDesktop);
|
121322 |
+
var $vInputPaddingTablet = __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](vinputPaddingTablet, inputPaddingTypeDesktop);
|
121323 |
+
var $hInputPaddingTablet = __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](hinputPaddingTablet, inputPaddingTypeDesktop);
|
121324 |
+
var $vInputPaddingMobile = __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](vinputPaddingMobile, inputPaddingTypeDesktop);
|
121325 |
+
var $hInputPaddingMobile = __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](hinputPaddingMobile, inputPaddingTypeDesktop);
|
121326 |
+
var $iconSize = __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](iconSize, 'px');
|
121327 |
+
var $buttonIconSize = __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](buttonIconSize, 'px');
|
121328 |
|
121329 |
var inputCSS = {
|
121330 |
"color": textColor,
|
121331 |
"background-color": inputBgColor,
|
121332 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](inputFontSize, inputFontSizeType),
|
121333 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](inputLineHeight, inputLineHeightType),
|
121334 |
"font-family": inputFontFamily,
|
121335 |
"font-weight": inputFontWeight,
|
121336 |
"border": 0,
|
121345 |
};
|
121346 |
var boxCSS = {
|
121347 |
"border-style": borderStyle,
|
121348 |
+
"border-width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](borderWidth, 'px'),
|
121349 |
"border-color": borderColor,
|
121350 |
"outline": "unset",
|
121351 |
+
"border-radius": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](borderRadius, 'px'),
|
121352 |
+
"box-shadow": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](boxShadowHOffset, "px") + ' ' + __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](boxShadowVOffset, "px") + ' ' + __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](boxShadowBlur, "px") + ' ' + __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](boxShadowSpread, "px") + ' ' + boxShadowColor + ' ' + boxShadowPositionCSS
|
121353 |
};
|
121354 |
|
121355 |
var icon_color = textColor;
|
121358 |
icon_color = iconColor;
|
121359 |
}
|
121360 |
if ('px' === inputSizeType) {
|
121361 |
+
boxCSS['max-width'] = __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](inputSize, inputSizeType);
|
121362 |
} else {
|
121363 |
+
boxCSS['width'] = __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](inputSize, inputSizeType);
|
121364 |
}
|
121365 |
|
121366 |
selectors = {
|
121367 |
' .uagb-search-form__container .uagb-search-submit': {
|
121368 |
+
"width": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](buttonWidth, 'px'),
|
121369 |
"padding": 0,
|
121370 |
"border": 0
|
121371 |
},
|
121380 |
"fill": buttonIconColor
|
121381 |
},
|
121382 |
' .uagb-search-form__container .uagb-search-submit .uagb-wp-search-button-text': {
|
121383 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](buttonFontSize, buttonFontSizeType),
|
121384 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](buttonLineHeight, buttonLineHeightType),
|
121385 |
"font-family": buttonFontFamily,
|
121386 |
"font-weight": buttonFontWeight,
|
121387 |
"color": buttonTextColor
|
121410 |
|
121411 |
selectors[' .uagb-search-wrapper .uagb-search-form__input'] = {
|
121412 |
|
121413 |
+
"box-shadow": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](boxShadowHOffset, "px") + ' ' + __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](boxShadowVOffset, "px") + ' ' + __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](boxShadowBlur, "px") + ' ' + __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](boxShadowSpread, "px") + ' ' + boxShadowColor + ' ' + boxShadowPositionCSS
|
121414 |
};
|
121415 |
}
|
121416 |
|
121431 |
|
121432 |
mobile_selectors = {
|
121433 |
' .uagb-search-wrapper .uagb-search-form__container .uagb-search-form__input': {
|
121434 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](inputFontSizeMobile, inputFontSizeType),
|
121435 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](inputLineHeightMobile, inputLineHeightType),
|
121436 |
"padding-top": $vInputPaddingMobile,
|
121437 |
"padding-bottom": $vInputPaddingMobile,
|
121438 |
"padding-right": $hInputPaddingMobile,
|
121444 |
"padding-left": $hInputPaddingMobile
|
121445 |
},
|
121446 |
' .uagb-search-wrapper .uagb-search-form__container .uagb-search-submit .uagb-wp-search-button-text': {
|
121447 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](buttonFontSizeMobile, buttonFontSizeType),
|
121448 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](buttonLineHeightMobile, buttonLineHeightType)
|
121449 |
}
|
121450 |
};
|
121451 |
|
121452 |
tablet_selectors = {
|
121453 |
' .uagb-search-wrapper .uagb-search-form__container .uagb-search-form__input': {
|
121454 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](inputFontSizeTablet, inputFontSizeType),
|
121455 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](inputLineHeightTablet, inputLineHeightType),
|
121456 |
"padding-top": $vInputPaddingTablet,
|
121457 |
"padding-bottom": $vInputPaddingTablet,
|
121458 |
"padding-right": $hInputPaddingTablet,
|
121464 |
"padding-left": $hInputPaddingTablet
|
121465 |
},
|
121466 |
' .uagb-search-wrapper .uagb-search-form__container .uagb-search-submit .uagb-wp-search-button-text': {
|
121467 |
+
"font-size": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](buttonFontSizeTablet, buttonFontSizeType),
|
121468 |
+
"line-height": __WEBPACK_IMPORTED_MODULE_1__dist_blocks_uagb_controls_generateCSSUnit__["a" /* default */](buttonLineHeightTablet, buttonLineHeightType)
|
121469 |
}
|
121470 |
};
|
121471 |
var styling_css = '';
|
121472 |
var id = ".uagb-block-" + block_id;
|
121473 |
|
121474 |
+
styling_css = __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSS__["a" /* default */](selectors, id);
|
121475 |
|
121476 |
+
styling_css += __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSS__["a" /* default */](tablet_selectors, id, true, "tablet");
|
121477 |
|
121478 |
+
styling_css += __WEBPACK_IMPORTED_MODULE_0__dist_blocks_uagb_controls_generateCSS__["a" /* default */](mobile_selectors, id, true, "mobile");
|
121479 |
|
121480 |
return styling_css;
|
121481 |
}
|
dist/blocks.style.build.css
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
.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}}
|
10 |
.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{align-self:flex-start;margin-top:5px}
|
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-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-rest_menu__wrap.uagb-rm__tablet-column-3{width:33%;float:left;padding-left:10px;padding-right:10px}.uagb-rest_menu__wrap.uagb-rm__tablet-column-2{width:50%;float:left;padding-left:10px;padding-right:10px}.uagb-rest_menu__wrap.uagb-rm__tablet-column-1{width:100%;float:left;padding-left:10px;padding-right:10px}.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}}@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__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}}
|
9 |
.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}}
|
10 |
.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{align-self:flex-start;margin-top:5px}
|
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-rest_menu__wrap.uagb-rm__tablet-column-3{width:33%;float:left;padding-left:10px;padding-right:10px}.uagb-rest_menu__wrap.uagb-rm__tablet-column-2{width:50%;float:left;padding-left:10px;padding-right:10px}.uagb-rest_menu__wrap.uagb-rm__tablet-column-1{width:100%;float:left;padding-left:10px;padding-right:10px}.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}}@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__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}}
|
dist/blocks.style.css
CHANGED
@@ -1,28 +1,28 @@
|
|
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-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%}
|
7 |
.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%}}
|
|
|
|
|
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-google-map__wrap{display:flex}.uagb-google-map__wrap .uagb-google-map__iframe{width:100%;box-shadow:none;border:none;padding:0;margin:0}
|
10 |
-
.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}}
|
11 |
.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}
|
12 |
-
.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)}}
|
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-
|
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;border-top-right-radius:3px;border-top-left-radius:3px;width:100%;display:inline-block}.wp-block-uagb-inline-notice .uagb-notice-text{border:solid 2px #000;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.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-
|
|
|
|
|
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}.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-rest_menu__wrap.uagb-rm__tablet-column-3{width:33%;float:left;padding-left:10px;padding-right:10px}.uagb-rest_menu__wrap.uagb-rm__tablet-column-2{width:50%;float:left;padding-left:10px;padding-right:10px}.uagb-rest_menu__wrap.uagb-rm__tablet-column-1{width:100%;float:left;padding-left:10px;padding-right:10px}.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}}@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}}
|
19 |
-
.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%}}
|
20 |
.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}}
|
21 |
-
.
|
22 |
.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;justify-content:space-between}.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}
|
23 |
-
.uagb-section__wrap{position:re
|
|
|
|
|
1 |
.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}
|
2 |
.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}}
|
3 |
+
.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}}
|
4 |
+
.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)}}
|
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 |
+
.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__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}}
|
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 |
.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}
|
10 |
+
.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%}}
|
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-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}
|
13 |
+
.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}
|
14 |
.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}
|
15 |
+
.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}}
|
16 |
.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;border-top-right-radius:3px;border-top-left-radius:3px;width:100%;display:inline-block}.wp-block-uagb-inline-notice .uagb-notice-text{border:solid 2px #000;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.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}
|
17 |
.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}
|
18 |
+
.uagb-buttons__outer-wrap .uagb-buttons__wrap{display:flex;align-items:center;justify-content:center}.uagb-buttons__outer-wrap a{color:inherit}
|
19 |
+
.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}
|
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__text{text-align:left;box-sizing:border-box}.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__text .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__text p{margin:0 0 15px 0}.uagb-post-grid .uagb-post__text 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 |
.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-rest_menu__wrap.uagb-rm__tablet-column-3{width:33%;float:left;padding-left:10px;padding-right:10px}.uagb-rest_menu__wrap.uagb-rm__tablet-column-2{width:50%;float:left;padding-left:10px;padding-right:10px}.uagb-rest_menu__wrap.uagb-rm__tablet-column-1{width:100%;float:left;padding-left:10px;padding-right:10px}.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}}@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}}
|
22 |
+
.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}}
|
23 |
.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}}
|
24 |
+
.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}
|
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;justify-content:space-between}.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}
|
|