Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93
/home/sportsfe.../httpdocs/clone/wp-conte.../plugins/leadin/build
File: gutenberg.js
/******/ (() => { // webpackBootstrap
[0] Fix | Delete
/******/ var __webpack_modules__ = ({
[1] Fix | Delete
[2] Fix | Delete
/***/ "./node_modules/@emotion/is-prop-valid/dist/is-prop-valid.browser.esm.js":
[3] Fix | Delete
/*!*******************************************************************************!*\
[4] Fix | Delete
!*** ./node_modules/@emotion/is-prop-valid/dist/is-prop-valid.browser.esm.js ***!
[5] Fix | Delete
\*******************************************************************************/
[6] Fix | Delete
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
[7] Fix | Delete
[8] Fix | Delete
"use strict";
[9] Fix | Delete
__webpack_require__.r(__webpack_exports__);
[10] Fix | Delete
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
[11] Fix | Delete
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
[12] Fix | Delete
/* harmony export */ });
[13] Fix | Delete
/* harmony import */ var _emotion_memoize__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @emotion/memoize */ "./node_modules/@emotion/is-prop-valid/node_modules/@emotion/memoize/dist/memoize.browser.esm.js");
[14] Fix | Delete
[15] Fix | Delete
[16] Fix | Delete
var reactPropsRegex = /^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|download|draggable|encType|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|inert|itemProp|itemScope|itemType|itemID|itemRef|on|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/; // https://esbench.com/bench/5bfee68a4cd7e6009ef61d23
[17] Fix | Delete
[18] Fix | Delete
var index = (0,_emotion_memoize__WEBPACK_IMPORTED_MODULE_0__["default"])(function (prop) {
[19] Fix | Delete
return reactPropsRegex.test(prop) || prop.charCodeAt(0) === 111
[20] Fix | Delete
/* o */
[21] Fix | Delete
&& prop.charCodeAt(1) === 110
[22] Fix | Delete
/* n */
[23] Fix | Delete
&& prop.charCodeAt(2) < 91;
[24] Fix | Delete
}
[25] Fix | Delete
/* Z+1 */
[26] Fix | Delete
);
[27] Fix | Delete
[28] Fix | Delete
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (index);
[29] Fix | Delete
[30] Fix | Delete
[31] Fix | Delete
/***/ }),
[32] Fix | Delete
[33] Fix | Delete
/***/ "./node_modules/@emotion/is-prop-valid/node_modules/@emotion/memoize/dist/memoize.browser.esm.js":
[34] Fix | Delete
/*!*******************************************************************************************************!*\
[35] Fix | Delete
!*** ./node_modules/@emotion/is-prop-valid/node_modules/@emotion/memoize/dist/memoize.browser.esm.js ***!
[36] Fix | Delete
\*******************************************************************************************************/
[37] Fix | Delete
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
[38] Fix | Delete
[39] Fix | Delete
"use strict";
[40] Fix | Delete
__webpack_require__.r(__webpack_exports__);
[41] Fix | Delete
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
[42] Fix | Delete
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
[43] Fix | Delete
/* harmony export */ });
[44] Fix | Delete
function memoize(fn) {
[45] Fix | Delete
var cache = {};
[46] Fix | Delete
return function (arg) {
[47] Fix | Delete
if (cache[arg] === undefined) cache[arg] = fn(arg);
[48] Fix | Delete
return cache[arg];
[49] Fix | Delete
};
[50] Fix | Delete
}
[51] Fix | Delete
[52] Fix | Delete
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (memoize);
[53] Fix | Delete
[54] Fix | Delete
[55] Fix | Delete
/***/ }),
[56] Fix | Delete
[57] Fix | Delete
/***/ "./node_modules/@emotion/memoize/dist/emotion-memoize.esm.js":
[58] Fix | Delete
/*!*******************************************************************!*\
[59] Fix | Delete
!*** ./node_modules/@emotion/memoize/dist/emotion-memoize.esm.js ***!
[60] Fix | Delete
\*******************************************************************/
[61] Fix | Delete
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
[62] Fix | Delete
[63] Fix | Delete
"use strict";
[64] Fix | Delete
__webpack_require__.r(__webpack_exports__);
[65] Fix | Delete
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
[66] Fix | Delete
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
[67] Fix | Delete
/* harmony export */ });
[68] Fix | Delete
function memoize(fn) {
[69] Fix | Delete
var cache = Object.create(null);
[70] Fix | Delete
return function (arg) {
[71] Fix | Delete
if (cache[arg] === undefined) cache[arg] = fn(arg);
[72] Fix | Delete
return cache[arg];
[73] Fix | Delete
};
[74] Fix | Delete
}
[75] Fix | Delete
[76] Fix | Delete
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (memoize);
[77] Fix | Delete
[78] Fix | Delete
[79] Fix | Delete
/***/ }),
[80] Fix | Delete
[81] Fix | Delete
/***/ "./node_modules/@emotion/unitless/dist/unitless.browser.esm.js":
[82] Fix | Delete
/*!*********************************************************************!*\
[83] Fix | Delete
!*** ./node_modules/@emotion/unitless/dist/unitless.browser.esm.js ***!
[84] Fix | Delete
\*********************************************************************/
[85] Fix | Delete
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
[86] Fix | Delete
[87] Fix | Delete
"use strict";
[88] Fix | Delete
__webpack_require__.r(__webpack_exports__);
[89] Fix | Delete
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
[90] Fix | Delete
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
[91] Fix | Delete
/* harmony export */ });
[92] Fix | Delete
var unitlessKeys = {
[93] Fix | Delete
animationIterationCount: 1,
[94] Fix | Delete
borderImageOutset: 1,
[95] Fix | Delete
borderImageSlice: 1,
[96] Fix | Delete
borderImageWidth: 1,
[97] Fix | Delete
boxFlex: 1,
[98] Fix | Delete
boxFlexGroup: 1,
[99] Fix | Delete
boxOrdinalGroup: 1,
[100] Fix | Delete
columnCount: 1,
[101] Fix | Delete
columns: 1,
[102] Fix | Delete
flex: 1,
[103] Fix | Delete
flexGrow: 1,
[104] Fix | Delete
flexPositive: 1,
[105] Fix | Delete
flexShrink: 1,
[106] Fix | Delete
flexNegative: 1,
[107] Fix | Delete
flexOrder: 1,
[108] Fix | Delete
gridRow: 1,
[109] Fix | Delete
gridRowEnd: 1,
[110] Fix | Delete
gridRowSpan: 1,
[111] Fix | Delete
gridRowStart: 1,
[112] Fix | Delete
gridColumn: 1,
[113] Fix | Delete
gridColumnEnd: 1,
[114] Fix | Delete
gridColumnSpan: 1,
[115] Fix | Delete
gridColumnStart: 1,
[116] Fix | Delete
msGridRow: 1,
[117] Fix | Delete
msGridRowSpan: 1,
[118] Fix | Delete
msGridColumn: 1,
[119] Fix | Delete
msGridColumnSpan: 1,
[120] Fix | Delete
fontWeight: 1,
[121] Fix | Delete
lineHeight: 1,
[122] Fix | Delete
opacity: 1,
[123] Fix | Delete
order: 1,
[124] Fix | Delete
orphans: 1,
[125] Fix | Delete
tabSize: 1,
[126] Fix | Delete
widows: 1,
[127] Fix | Delete
zIndex: 1,
[128] Fix | Delete
zoom: 1,
[129] Fix | Delete
WebkitLineClamp: 1,
[130] Fix | Delete
// SVG-related properties
[131] Fix | Delete
fillOpacity: 1,
[132] Fix | Delete
floodOpacity: 1,
[133] Fix | Delete
stopOpacity: 1,
[134] Fix | Delete
strokeDasharray: 1,
[135] Fix | Delete
strokeDashoffset: 1,
[136] Fix | Delete
strokeMiterlimit: 1,
[137] Fix | Delete
strokeOpacity: 1,
[138] Fix | Delete
strokeWidth: 1
[139] Fix | Delete
};
[140] Fix | Delete
[141] Fix | Delete
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (unitlessKeys);
[142] Fix | Delete
[143] Fix | Delete
[144] Fix | Delete
/***/ }),
[145] Fix | Delete
[146] Fix | Delete
/***/ "./node_modules/@linaria/react/node_modules/@emotion/is-prop-valid/dist/emotion-is-prop-valid.esm.js":
[147] Fix | Delete
/*!***********************************************************************************************************!*\
[148] Fix | Delete
!*** ./node_modules/@linaria/react/node_modules/@emotion/is-prop-valid/dist/emotion-is-prop-valid.esm.js ***!
[149] Fix | Delete
\***********************************************************************************************************/
[150] Fix | Delete
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
[151] Fix | Delete
[152] Fix | Delete
"use strict";
[153] Fix | Delete
__webpack_require__.r(__webpack_exports__);
[154] Fix | Delete
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
[155] Fix | Delete
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
[156] Fix | Delete
/* harmony export */ });
[157] Fix | Delete
/* harmony import */ var _emotion_memoize__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @emotion/memoize */ "./node_modules/@emotion/memoize/dist/emotion-memoize.esm.js");
[158] Fix | Delete
[159] Fix | Delete
[160] Fix | Delete
var reactPropsRegex = /^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|abbr|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|download|draggable|encType|enterKeyHint|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|translate|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|incremental|fallback|inert|itemProp|itemScope|itemType|itemID|itemRef|on|option|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/; // https://esbench.com/bench/5bfee68a4cd7e6009ef61d23
[161] Fix | Delete
[162] Fix | Delete
var isPropValid = /* #__PURE__ */(0,_emotion_memoize__WEBPACK_IMPORTED_MODULE_0__["default"])(function (prop) {
[163] Fix | Delete
return reactPropsRegex.test(prop) || prop.charCodeAt(0) === 111
[164] Fix | Delete
/* o */
[165] Fix | Delete
&& prop.charCodeAt(1) === 110
[166] Fix | Delete
/* n */
[167] Fix | Delete
&& prop.charCodeAt(2) < 91;
[168] Fix | Delete
}
[169] Fix | Delete
/* Z+1 */
[170] Fix | Delete
);
[171] Fix | Delete
[172] Fix | Delete
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (isPropValid);
[173] Fix | Delete
[174] Fix | Delete
[175] Fix | Delete
/***/ }),
[176] Fix | Delete
[177] Fix | Delete
/***/ "./scripts/constants/defaultFormOptions.ts":
[178] Fix | Delete
/*!*************************************************!*\
[179] Fix | Delete
!*** ./scripts/constants/defaultFormOptions.ts ***!
[180] Fix | Delete
\*************************************************/
[181] Fix | Delete
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
[182] Fix | Delete
[183] Fix | Delete
"use strict";
[184] Fix | Delete
__webpack_require__.r(__webpack_exports__);
[185] Fix | Delete
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
[186] Fix | Delete
/* harmony export */ "DEFAULT_OPTIONS": () => (/* binding */ DEFAULT_OPTIONS),
[187] Fix | Delete
/* harmony export */ "isDefaultForm": () => (/* binding */ isDefaultForm)
[188] Fix | Delete
/* harmony export */ });
[189] Fix | Delete
/* harmony import */ var _wordpress_i18n__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @wordpress/i18n */ "@wordpress/i18n");
[190] Fix | Delete
/* harmony import */ var _wordpress_i18n__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_wordpress_i18n__WEBPACK_IMPORTED_MODULE_0__);
[191] Fix | Delete
[192] Fix | Delete
var REGISTRATION_FORM = 'REGISTRATION_FORM';
[193] Fix | Delete
var CONTACT_US_FORM = 'CONTACT_US_FORM';
[194] Fix | Delete
var NEWSLETTER_FORM = 'NEWSLETTER_FORM';
[195] Fix | Delete
var SUPPORT_FORM = 'SUPPORT_FORM';
[196] Fix | Delete
var EVENT_FORM = 'EVENT_FORM';
[197] Fix | Delete
var DEFAULT_OPTIONS = {
[198] Fix | Delete
label: (0,_wordpress_i18n__WEBPACK_IMPORTED_MODULE_0__.__)('Templates', 'leadin'),
[199] Fix | Delete
options: [{
[200] Fix | Delete
label: (0,_wordpress_i18n__WEBPACK_IMPORTED_MODULE_0__.__)('Registration Form', 'leadin'),
[201] Fix | Delete
value: REGISTRATION_FORM
[202] Fix | Delete
}, {
[203] Fix | Delete
label: (0,_wordpress_i18n__WEBPACK_IMPORTED_MODULE_0__.__)('Contact us Form', 'leadin'),
[204] Fix | Delete
value: CONTACT_US_FORM
[205] Fix | Delete
}, {
[206] Fix | Delete
label: (0,_wordpress_i18n__WEBPACK_IMPORTED_MODULE_0__.__)('Newsletter sign-up Form', 'leadin'),
[207] Fix | Delete
value: NEWSLETTER_FORM
[208] Fix | Delete
}, {
[209] Fix | Delete
label: (0,_wordpress_i18n__WEBPACK_IMPORTED_MODULE_0__.__)('Support Form', 'leadin'),
[210] Fix | Delete
value: SUPPORT_FORM
[211] Fix | Delete
}, {
[212] Fix | Delete
label: (0,_wordpress_i18n__WEBPACK_IMPORTED_MODULE_0__.__)('Event Registration Form', 'leadin'),
[213] Fix | Delete
value: EVENT_FORM
[214] Fix | Delete
}]
[215] Fix | Delete
};
[216] Fix | Delete
function isDefaultForm(value) {
[217] Fix | Delete
return value === REGISTRATION_FORM || value === CONTACT_US_FORM || value === NEWSLETTER_FORM || value === SUPPORT_FORM || value === EVENT_FORM;
[218] Fix | Delete
}
[219] Fix | Delete
[220] Fix | Delete
/***/ }),
[221] Fix | Delete
[222] Fix | Delete
/***/ "./scripts/constants/leadinConfig.ts":
[223] Fix | Delete
/*!*******************************************!*\
[224] Fix | Delete
!*** ./scripts/constants/leadinConfig.ts ***!
[225] Fix | Delete
\*******************************************/
[226] Fix | Delete
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
[227] Fix | Delete
[228] Fix | Delete
"use strict";
[229] Fix | Delete
__webpack_require__.r(__webpack_exports__);
[230] Fix | Delete
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
[231] Fix | Delete
/* harmony export */ "accountName": () => (/* binding */ accountName),
[232] Fix | Delete
/* harmony export */ "activationTime": () => (/* binding */ activationTime),
[233] Fix | Delete
/* harmony export */ "adminUrl": () => (/* binding */ adminUrl),
[234] Fix | Delete
/* harmony export */ "connectionStatus": () => (/* binding */ connectionStatus),
[235] Fix | Delete
/* harmony export */ "contentEmbed": () => (/* binding */ contentEmbed),
[236] Fix | Delete
/* harmony export */ "decryptError": () => (/* binding */ decryptError),
[237] Fix | Delete
/* harmony export */ "deviceId": () => (/* binding */ deviceId),
[238] Fix | Delete
/* harmony export */ "didDisconnect": () => (/* binding */ didDisconnect),
[239] Fix | Delete
/* harmony export */ "env": () => (/* binding */ env),
[240] Fix | Delete
/* harmony export */ "formsScript": () => (/* binding */ formsScript),
[241] Fix | Delete
/* harmony export */ "formsScriptPayload": () => (/* binding */ formsScriptPayload),
[242] Fix | Delete
/* harmony export */ "hublet": () => (/* binding */ hublet),
[243] Fix | Delete
/* harmony export */ "hubspotBaseUrl": () => (/* binding */ hubspotBaseUrl),
[244] Fix | Delete
/* harmony export */ "hubspotNonce": () => (/* binding */ hubspotNonce),
[245] Fix | Delete
/* harmony export */ "iframeUrl": () => (/* binding */ iframeUrl),
[246] Fix | Delete
/* harmony export */ "impactLink": () => (/* binding */ impactLink),
[247] Fix | Delete
/* harmony export */ "lastAuthorizeTime": () => (/* binding */ lastAuthorizeTime),
[248] Fix | Delete
/* harmony export */ "lastDeauthorizeTime": () => (/* binding */ lastDeauthorizeTime),
[249] Fix | Delete
/* harmony export */ "lastDisconnectTime": () => (/* binding */ lastDisconnectTime),
[250] Fix | Delete
/* harmony export */ "leadinPluginVersion": () => (/* binding */ leadinPluginVersion),
[251] Fix | Delete
/* harmony export */ "leadinQueryParams": () => (/* binding */ leadinQueryParams),
[252] Fix | Delete
/* harmony export */ "locale": () => (/* binding */ locale),
[253] Fix | Delete
/* harmony export */ "loginUrl": () => (/* binding */ loginUrl),
[254] Fix | Delete
/* harmony export */ "meetingsScript": () => (/* binding */ meetingsScript),
[255] Fix | Delete
/* harmony export */ "phpVersion": () => (/* binding */ phpVersion),
[256] Fix | Delete
/* harmony export */ "pluginPath": () => (/* binding */ pluginPath),
[257] Fix | Delete
/* harmony export */ "plugins": () => (/* binding */ plugins),
[258] Fix | Delete
/* harmony export */ "portalDomain": () => (/* binding */ portalDomain),
[259] Fix | Delete
/* harmony export */ "portalEmail": () => (/* binding */ portalEmail),
[260] Fix | Delete
/* harmony export */ "portalId": () => (/* binding */ portalId),
[261] Fix | Delete
/* harmony export */ "redirectNonce": () => (/* binding */ redirectNonce),
[262] Fix | Delete
/* harmony export */ "refreshToken": () => (/* binding */ refreshToken),
[263] Fix | Delete
/* harmony export */ "requiresContentEmbedScope": () => (/* binding */ requiresContentEmbedScope),
[264] Fix | Delete
/* harmony export */ "restNonce": () => (/* binding */ restNonce),
[265] Fix | Delete
/* harmony export */ "restUrl": () => (/* binding */ restUrl),
[266] Fix | Delete
/* harmony export */ "reviewSkippedDate": () => (/* binding */ reviewSkippedDate),
[267] Fix | Delete
/* harmony export */ "theme": () => (/* binding */ theme),
[268] Fix | Delete
/* harmony export */ "trackConsent": () => (/* binding */ trackConsent),
[269] Fix | Delete
/* harmony export */ "wpVersion": () => (/* binding */ wpVersion)
[270] Fix | Delete
/* harmony export */ });
[271] Fix | Delete
var _window$leadinConfig = window.leadinConfig,
[272] Fix | Delete
accountName = _window$leadinConfig.accountName,
[273] Fix | Delete
adminUrl = _window$leadinConfig.adminUrl,
[274] Fix | Delete
activationTime = _window$leadinConfig.activationTime,
[275] Fix | Delete
connectionStatus = _window$leadinConfig.connectionStatus,
[276] Fix | Delete
deviceId = _window$leadinConfig.deviceId,
[277] Fix | Delete
didDisconnect = _window$leadinConfig.didDisconnect,
[278] Fix | Delete
env = _window$leadinConfig.env,
[279] Fix | Delete
formsScript = _window$leadinConfig.formsScript,
[280] Fix | Delete
meetingsScript = _window$leadinConfig.meetingsScript,
[281] Fix | Delete
formsScriptPayload = _window$leadinConfig.formsScriptPayload,
[282] Fix | Delete
hublet = _window$leadinConfig.hublet,
[283] Fix | Delete
hubspotBaseUrl = _window$leadinConfig.hubspotBaseUrl,
[284] Fix | Delete
hubspotNonce = _window$leadinConfig.hubspotNonce,
[285] Fix | Delete
iframeUrl = _window$leadinConfig.iframeUrl,
[286] Fix | Delete
impactLink = _window$leadinConfig.impactLink,
[287] Fix | Delete
lastAuthorizeTime = _window$leadinConfig.lastAuthorizeTime,
[288] Fix | Delete
lastDeauthorizeTime = _window$leadinConfig.lastDeauthorizeTime,
[289] Fix | Delete
lastDisconnectTime = _window$leadinConfig.lastDisconnectTime,
[290] Fix | Delete
leadinPluginVersion = _window$leadinConfig.leadinPluginVersion,
[291] Fix | Delete
leadinQueryParams = _window$leadinConfig.leadinQueryParams,
[292] Fix | Delete
locale = _window$leadinConfig.locale,
[293] Fix | Delete
loginUrl = _window$leadinConfig.loginUrl,
[294] Fix | Delete
phpVersion = _window$leadinConfig.phpVersion,
[295] Fix | Delete
pluginPath = _window$leadinConfig.pluginPath,
[296] Fix | Delete
plugins = _window$leadinConfig.plugins,
[297] Fix | Delete
portalDomain = _window$leadinConfig.portalDomain,
[298] Fix | Delete
portalEmail = _window$leadinConfig.portalEmail,
[299] Fix | Delete
portalId = _window$leadinConfig.portalId,
[300] Fix | Delete
redirectNonce = _window$leadinConfig.redirectNonce,
[301] Fix | Delete
restNonce = _window$leadinConfig.restNonce,
[302] Fix | Delete
restUrl = _window$leadinConfig.restUrl,
[303] Fix | Delete
refreshToken = _window$leadinConfig.refreshToken,
[304] Fix | Delete
reviewSkippedDate = _window$leadinConfig.reviewSkippedDate,
[305] Fix | Delete
theme = _window$leadinConfig.theme,
[306] Fix | Delete
trackConsent = _window$leadinConfig.trackConsent,
[307] Fix | Delete
wpVersion = _window$leadinConfig.wpVersion,
[308] Fix | Delete
contentEmbed = _window$leadinConfig.contentEmbed,
[309] Fix | Delete
requiresContentEmbedScope = _window$leadinConfig.requiresContentEmbedScope,
[310] Fix | Delete
decryptError = _window$leadinConfig.decryptError;
[311] Fix | Delete
[312] Fix | Delete
[313] Fix | Delete
/***/ }),
[314] Fix | Delete
[315] Fix | Delete
/***/ "./scripts/gutenberg/Common/CalendarIcon.tsx":
[316] Fix | Delete
/*!***************************************************!*\
[317] Fix | Delete
!*** ./scripts/gutenberg/Common/CalendarIcon.tsx ***!
[318] Fix | Delete
\***************************************************/
[319] Fix | Delete
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
[320] Fix | Delete
[321] Fix | Delete
"use strict";
[322] Fix | Delete
__webpack_require__.r(__webpack_exports__);
[323] Fix | Delete
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
[324] Fix | Delete
/* harmony export */ "default": () => (/* binding */ CalendarIcon)
[325] Fix | Delete
/* harmony export */ });
[326] Fix | Delete
/* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-runtime */ "./node_modules/react/jsx-runtime.js");
[327] Fix | Delete
[328] Fix | Delete
function CalendarIcon() {
[329] Fix | Delete
return (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("svg", {
[330] Fix | Delete
width: "18",
[331] Fix | Delete
height: "18",
[332] Fix | Delete
viewBox: "0 0 18 18",
[333] Fix | Delete
fill: "none",
[334] Fix | Delete
xmlns: "http://www.w3.org/2000/svg",
[335] Fix | Delete
children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("g", {
[336] Fix | Delete
clipPath: "url(#clip0_903_1965)",
[337] Fix | Delete
children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("path", {
[338] Fix | Delete
fillRule: "evenodd",
[339] Fix | Delete
clipRule: "evenodd",
[340] Fix | Delete
d: "M13.519 2.48009H15.069H15.0697C16.2619 2.48719 17.2262 3.45597 17.2262 4.65016V12.7434C17.223 12.9953 17.1203 13.2226 16.9549 13.3886L12.6148 17.7287C12.4488 17.8941 12.2214 17.9968 11.9689 18H3.29508C2.09637 18 1.125 17.0286 1.125 15.8299V4.65016C1.125 3.45404 2.09314 2.48396 3.28862 2.48009H4.83867V0.930032C4.83867 0.416577 5.25525 0 5.7687 0C6.28216 0 6.69874 0.416577 6.69874 0.930032V2.48009H11.6589V0.930032C11.6589 0.416577 12.0755 0 12.5889 0C13.1024 0 13.519 0.416577 13.519 0.930032V2.48009ZM2.98506 15.8312C2.99863 15.9882 3.12909 16.1115 3.28862 16.1141H11.5814L11.6589 16.0366V13.634C11.6589 12.9494 12.2143 12.394 12.899 12.394H15.2951L15.3726 12.3165V7.4338H2.98506V15.8312ZM4.83868 8.68029H6.07873H6.07937C6.42684 8.68029 6.71037 8.95478 6.72458 9.30032V14.2863C6.72458 14.6428 6.43524 14.9322 6.07873 14.9322H4.83868C4.48217 14.9322 4.19283 14.6428 4.19283 14.2863V9.32615C4.19283 8.96964 4.48217 8.68029 4.83868 8.68029ZM8.53298 8.68029H9.82469H9.82534C10.1728 8.68029 10.4563 8.95478 10.4705 9.30032V14.2863C10.4705 14.6428 10.1812 14.9322 9.82469 14.9322H8.53298C8.17647 14.9322 7.88712 14.6428 7.88712 14.2863V9.32615C7.88712 8.96964 8.17647 8.68029 8.53298 8.68029ZM13.519 8.68029H12.2789C11.9366 8.68029 11.6589 8.95801 11.6589 9.30032V10.5404C11.6589 10.8827 11.9366 11.1604 12.2789 11.1604H13.519C13.8613 11.1604 14.139 10.8827 14.139 10.5404V9.30032C14.139 8.95801 13.8613 8.68029 13.519 8.68029Z",
[341] Fix | Delete
fill: "#FF7A59"
[342] Fix | Delete
})
[343] Fix | Delete
}), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("defs", {
[344] Fix | Delete
children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("clipPath", {
[345] Fix | Delete
id: "clip0_903_1965",
[346] Fix | Delete
children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("rect", {
[347] Fix | Delete
width: "18",
[348] Fix | Delete
height: "18",
[349] Fix | Delete
fill: "white"
[350] Fix | Delete
})
[351] Fix | Delete
})
[352] Fix | Delete
})]
[353] Fix | Delete
});
[354] Fix | Delete
}
[355] Fix | Delete
[356] Fix | Delete
/***/ }),
[357] Fix | Delete
[358] Fix | Delete
/***/ "./scripts/gutenberg/Common/SidebarSprocketIcon.tsx":
[359] Fix | Delete
/*!**********************************************************!*\
[360] Fix | Delete
!*** ./scripts/gutenberg/Common/SidebarSprocketIcon.tsx ***!
[361] Fix | Delete
\**********************************************************/
[362] Fix | Delete
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
[363] Fix | Delete
[364] Fix | Delete
"use strict";
[365] Fix | Delete
__webpack_require__.r(__webpack_exports__);
[366] Fix | Delete
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
[367] Fix | Delete
/* harmony export */ "default": () => (/* binding */ SidebarSprocketIcon)
[368] Fix | Delete
/* harmony export */ });
[369] Fix | Delete
/* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-runtime */ "./node_modules/react/jsx-runtime.js");
[370] Fix | Delete
[371] Fix | Delete
function SidebarSprocketIcon() {
[372] Fix | Delete
return (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("svg", {
[373] Fix | Delete
width: "20px",
[374] Fix | Delete
height: "20px",
[375] Fix | Delete
version: "1.1",
[376] Fix | Delete
viewBox: "0 0 40 42",
[377] Fix | Delete
xmlns: "http://www.w3.org/2000/svg",
[378] Fix | Delete
xmlnsXlink: "http://www.w3.org/1999/xlink",
[379] Fix | Delete
children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("path", {
[380] Fix | Delete
d: "M28.8989809,30.0402293 C25.817707,30.0402293 23.319363,27.5423949 23.319363,24.461121 C23.319363,21.3798471 25.817707,18.881758 28.8989809,18.881758 C31.98,18.881758 34.4780892,21.3798471 34.4780892,24.461121 C34.4780892,27.5423949 31.98,30.0402293 28.8989809,30.0402293 M30.5692994,13.7199745 L30.5692994,8.75717196 C31.864586,8.14519744 32.7723567,6.8346242 32.7723567,5.31360508 L32.7723567,5.1989554 C32.7723567,3.10010191 31.0546497,1.38264968 28.956051,1.38264968 L28.8414013,1.38264968 C26.7425478,1.38264968 25.0248408,3.10010191 25.0248408,5.1989554 L25.0248408,5.31360508 C25.0248408,6.8346242 25.9328662,8.14519744 27.2281529,8.75717196 L27.2281529,13.7202293 C25.2994904,14.0180637 23.5371974,14.8137325 22.0829299,15.9844331 L8.45643312,5.38417836 C8.54611464,5.0392102 8.6090446,4.6835414 8.60955416,4.310293 C8.61261148,1.93271338 6.68777072,0.00303184713 4.31019108,-2.5477707e-05 C1.93286624,-0.00308280255 0.0029299363,1.92175796 0.000127388535,4.29933756 C-0.0029299363,6.67666244 1.92191083,8.60634396 4.29949044,8.60940128 C5.07426752,8.6104204 5.7912102,8.390293 6.42,8.03284076 L19.8243312,18.4603567 C18.6842038,20.181121 18.0166879,22.2422675 18.0166879,24.461121 C18.0166879,26.7841784 18.7504458,28.9327134 19.9907006,30.7001019 L15.9142675,34.776535 C15.5919745,34.6799745 15.2574522,34.6122038 14.9033121,34.6122038 C12.9499363,34.6122038 11.3659873,36.1961529 11.3659873,38.1497834 C11.3659873,40.103414 12.9499363,41.6871084 14.9033121,41.6871084 C16.8571974,41.6871084 18.4408917,40.103414 18.4408917,38.1497834 C18.4408917,37.7958981 18.3733758,37.461121 18.2765605,37.1390828 L22.3089172,33.1067261 C24.1392357,34.5041784 26.4184713,35.3431592 28.8989809,35.3431592 C34.9089172,35.3431592 39.7810191,30.4710573 39.7810191,24.461121 C39.7810191,19.0203567 35.7840764,14.5255796 30.5692994,13.7199745",
[381] Fix | Delete
id: "Fill-1",
[382] Fix | Delete
fillRule: "evenodd"
[383] Fix | Delete
})
[384] Fix | Delete
});
[385] Fix | Delete
}
[386] Fix | Delete
[387] Fix | Delete
/***/ }),
[388] Fix | Delete
[389] Fix | Delete
/***/ "./scripts/gutenberg/Common/SprocketIcon.tsx":
[390] Fix | Delete
/*!***************************************************!*\
[391] Fix | Delete
!*** ./scripts/gutenberg/Common/SprocketIcon.tsx ***!
[392] Fix | Delete
\***************************************************/
[393] Fix | Delete
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
[394] Fix | Delete
[395] Fix | Delete
"use strict";
[396] Fix | Delete
__webpack_require__.r(__webpack_exports__);
[397] Fix | Delete
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
[398] Fix | Delete
/* harmony export */ "default": () => (/* binding */ SprocketIcon)
[399] Fix | Delete
/* harmony export */ });
[400] Fix | Delete
/* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-runtime */ "./node_modules/react/jsx-runtime.js");
[401] Fix | Delete
[402] Fix | Delete
function SprocketIcon() {
[403] Fix | Delete
return (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("svg", {
[404] Fix | Delete
width: "40px",
[405] Fix | Delete
height: "42px",
[406] Fix | Delete
viewBox: "0 0 40 42",
[407] Fix | Delete
version: "1.1",
[408] Fix | Delete
xmlns: "http://www.w3.org/2000/svg",
[409] Fix | Delete
xmlnsXlink: "http://www.w3.org/1999/xlink",
[410] Fix | Delete
children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("defs", {
[411] Fix | Delete
children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("polygon", {
[412] Fix | Delete
id: "path-1",
[413] Fix | Delete
points: "0.000123751494 0 39.7808917 0 39.7808917 41.6871084 0.000123751494 41.6871084"
[414] Fix | Delete
})
[415] Fix | Delete
}), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("g", {
[416] Fix | Delete
id: "Page-1",
[417] Fix | Delete
stroke: "none",
[418] Fix | Delete
strokeWidth: "1",
[419] Fix | Delete
fill: "none",
[420] Fix | Delete
fillRule: "evenodd",
[421] Fix | Delete
children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("g", {
[422] Fix | Delete
id: "HubSpot-Sprocket---Full-Color",
[423] Fix | Delete
children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("mask", {
[424] Fix | Delete
id: "mask-2",
[425] Fix | Delete
fill: "white",
[426] Fix | Delete
children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("use", {
[427] Fix | Delete
xlinkHref: "#path-1"
[428] Fix | Delete
})
[429] Fix | Delete
}), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("g", {
[430] Fix | Delete
id: "path-1"
[431] Fix | Delete
}), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("path", {
[432] Fix | Delete
d: "M28.8989809,30.0402293 C25.817707,30.0402293 23.319363,27.5423949 23.319363,24.461121 C23.319363,21.3798471 25.817707,18.881758 28.8989809,18.881758 C31.98,18.881758 34.4780892,21.3798471 34.4780892,24.461121 C34.4780892,27.5423949 31.98,30.0402293 28.8989809,30.0402293 M30.5692994,13.7199745 L30.5692994,8.75717196 C31.864586,8.14519744 32.7723567,6.8346242 32.7723567,5.31360508 L32.7723567,5.1989554 C32.7723567,3.10010191 31.0546497,1.38264968 28.956051,1.38264968 L28.8414013,1.38264968 C26.7425478,1.38264968 25.0248408,3.10010191 25.0248408,5.1989554 L25.0248408,5.31360508 C25.0248408,6.8346242 25.9328662,8.14519744 27.2281529,8.75717196 L27.2281529,13.7202293 C25.2994904,14.0180637 23.5371974,14.8137325 22.0829299,15.9844331 L8.45643312,5.38417836 C8.54611464,5.0392102 8.6090446,4.6835414 8.60955416,4.310293 C8.61261148,1.93271338 6.68777072,0.00303184713 4.31019108,-2.5477707e-05 C1.93286624,-0.00308280255 0.0029299363,1.92175796 0.000127388535,4.29933756 C-0.0029299363,6.67666244 1.92191083,8.60634396 4.29949044,8.60940128 C5.07426752,8.6104204 5.7912102,8.390293 6.42,8.03284076 L19.8243312,18.4603567 C18.6842038,20.181121 18.0166879,22.2422675 18.0166879,24.461121 C18.0166879,26.7841784 18.7504458,28.9327134 19.9907006,30.7001019 L15.9142675,34.776535 C15.5919745,34.6799745 15.2574522,34.6122038 14.9033121,34.6122038 C12.9499363,34.6122038 11.3659873,36.1961529 11.3659873,38.1497834 C11.3659873,40.103414 12.9499363,41.6871084 14.9033121,41.6871084 C16.8571974,41.6871084 18.4408917,40.103414 18.4408917,38.1497834 C18.4408917,37.7958981 18.3733758,37.461121 18.2765605,37.1390828 L22.3089172,33.1067261 C24.1392357,34.5041784 26.4184713,35.3431592 28.8989809,35.3431592 C34.9089172,35.3431592 39.7810191,30.4710573 39.7810191,24.461121 C39.7810191,19.0203567 35.7840764,14.5255796 30.5692994,13.7199745",
[433] Fix | Delete
id: "Fill-1",
[434] Fix | Delete
fill: "#F3785B",
[435] Fix | Delete
fillRule: "nonzero",
[436] Fix | Delete
mask: "url(#mask-2)"
[437] Fix | Delete
})]
[438] Fix | Delete
})
[439] Fix | Delete
})]
[440] Fix | Delete
});
[441] Fix | Delete
}
[442] Fix | Delete
[443] Fix | Delete
/***/ }),
[444] Fix | Delete
[445] Fix | Delete
/***/ "./scripts/gutenberg/FormBlock/FormBlockSave.tsx":
[446] Fix | Delete
/*!*******************************************************!*\
[447] Fix | Delete
!*** ./scripts/gutenberg/FormBlock/FormBlockSave.tsx ***!
[448] Fix | Delete
\*******************************************************/
[449] Fix | Delete
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
[450] Fix | Delete
[451] Fix | Delete
"use strict";
[452] Fix | Delete
__webpack_require__.r(__webpack_exports__);
[453] Fix | Delete
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
[454] Fix | Delete
/* harmony export */ "default": () => (/* binding */ FormSaveBlock)
[455] Fix | Delete
/* harmony export */ });
[456] Fix | Delete
/* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-runtime */ "./node_modules/react/jsx-runtime.js");
[457] Fix | Delete
/* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @wordpress/element */ "@wordpress/element");
[458] Fix | Delete
/* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_wordpress_element__WEBPACK_IMPORTED_MODULE_1__);
[459] Fix | Delete
[460] Fix | Delete
[461] Fix | Delete
function FormSaveBlock(_ref) {
[462] Fix | Delete
var attributes = _ref.attributes;
[463] Fix | Delete
var portalId = attributes.portalId,
[464] Fix | Delete
formId = attributes.formId;
[465] Fix | Delete
[466] Fix | Delete
if (portalId && formId) {
[467] Fix | Delete
return (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_wordpress_element__WEBPACK_IMPORTED_MODULE_1__.RawHTML, {
[468] Fix | Delete
className: "wp-block-leadin-hubspot-form-block",
[469] Fix | Delete
children: "[hubspot portal=\"".concat(portalId, "\" id=\"").concat(formId, "\" type=\"form\"]")
[470] Fix | Delete
});
[471] Fix | Delete
}
[472] Fix | Delete
[473] Fix | Delete
return null;
[474] Fix | Delete
}
[475] Fix | Delete
[476] Fix | Delete
/***/ }),
[477] Fix | Delete
[478] Fix | Delete
/***/ "./scripts/gutenberg/FormBlock/FormGutenbergPreview.tsx":
[479] Fix | Delete
/*!**************************************************************!*\
[480] Fix | Delete
!*** ./scripts/gutenberg/FormBlock/FormGutenbergPreview.tsx ***!
[481] Fix | Delete
\**************************************************************/
[482] Fix | Delete
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
[483] Fix | Delete
[484] Fix | Delete
"use strict";
[485] Fix | Delete
__webpack_require__.r(__webpack_exports__);
[486] Fix | Delete
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
[487] Fix | Delete
/* harmony export */ "default": () => (/* binding */ FormGutenbergPreview)
[488] Fix | Delete
/* harmony export */ });
[489] Fix | Delete
/* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react/jsx-runtime */ "./node_modules/react/jsx-runtime.js");
[490] Fix | Delete
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! react */ "react");
[491] Fix | Delete
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_1__);
[492] Fix | Delete
/* harmony import */ var _constants_leadinConfig__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/leadinConfig */ "./scripts/constants/leadinConfig.ts");
[493] Fix | Delete
/* harmony import */ var _UIComponents_UIImage__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../UIComponents/UIImage */ "./scripts/gutenberg/UIComponents/UIImage.ts");
[494] Fix | Delete
[495] Fix | Delete
[496] Fix | Delete
[497] Fix | Delete
[498] Fix | Delete
function FormGutenbergPreview() {
[499] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function