Edit File by line
/home/barbar84/www/wp-inclu.../js/dist
File: components.js
}
[55000] Fix | Delete
[55001] Fix | Delete
[55002] Fix | Delete
[55003] Fix | Delete
[55004] Fix | Delete
/***/ }),
[55005] Fix | Delete
[55006] Fix | Delete
/***/ "q86A":
[55007] Fix | Delete
/***/ (function(module, exports, __webpack_require__) {
[55008] Fix | Delete
[55009] Fix | Delete
"use strict";
[55010] Fix | Delete
[55011] Fix | Delete
[55012] Fix | Delete
Object.defineProperty(exports, "__esModule", {
[55013] Fix | Delete
value: true
[55014] Fix | Delete
});
[55015] Fix | Delete
exports["default"] = getTransformStyles;
[55016] Fix | Delete
function getTransformStyles(transformValue) {
[55017] Fix | Delete
return {
[55018] Fix | Delete
transform: transformValue,
[55019] Fix | Delete
msTransform: transformValue,
[55020] Fix | Delete
MozTransform: transformValue,
[55021] Fix | Delete
WebkitTransform: transformValue
[55022] Fix | Delete
};
[55023] Fix | Delete
}
[55024] Fix | Delete
[55025] Fix | Delete
/***/ }),
[55026] Fix | Delete
[55027] Fix | Delete
/***/ "qKvR":
[55028] Fix | Delete
/***/ (function(module, __webpack_exports__, __webpack_require__) {
[55029] Fix | Delete
[55030] Fix | Delete
"use strict";
[55031] Fix | Delete
[55032] Fix | Delete
// EXPORTS
[55033] Fix | Delete
__webpack_require__.d(__webpack_exports__, "a", function() { return /* reexport */ ThemeContext; });
[55034] Fix | Delete
__webpack_require__.d(__webpack_exports__, "d", function() { return /* reexport */ emotion_element_57a3a7a3_browser_esm_withEmotionCache; });
[55035] Fix | Delete
__webpack_require__.d(__webpack_exports__, "b", function() { return /* reexport */ css_browser_esm; });
[55036] Fix | Delete
__webpack_require__.d(__webpack_exports__, "c", function() { return /* binding */ core_browser_esm_keyframes; });
[55037] Fix | Delete
[55038] Fix | Delete
// UNUSED EXPORTS: CacheProvider, ClassNames, Global, createElement, jsx
[55039] Fix | Delete
[55040] Fix | Delete
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js
[55041] Fix | Delete
var setPrototypeOf = __webpack_require__("s4An");
[55042] Fix | Delete
[55043] Fix | Delete
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/inheritsLoose.js
[55044] Fix | Delete
[55045] Fix | Delete
function _inheritsLoose(subClass, superClass) {
[55046] Fix | Delete
subClass.prototype = Object.create(superClass.prototype);
[55047] Fix | Delete
subClass.prototype.constructor = subClass;
[55048] Fix | Delete
Object(setPrototypeOf["a" /* default */])(subClass, superClass);
[55049] Fix | Delete
}
[55050] Fix | Delete
// EXTERNAL MODULE: external "React"
[55051] Fix | Delete
var external_React_ = __webpack_require__("cDcd");
[55052] Fix | Delete
[55053] Fix | Delete
// EXTERNAL MODULE: ./node_modules/@emotion/cache/dist/cache.browser.esm.js + 1 modules
[55054] Fix | Delete
var cache_browser_esm = __webpack_require__("TqVZ");
[55055] Fix | Delete
[55056] Fix | Delete
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/inheritsLoose.js
[55057] Fix | Delete
var inheritsLoose = __webpack_require__("VbXa");
[55058] Fix | Delete
[55059] Fix | Delete
// EXTERNAL MODULE: ./node_modules/@emotion/utils/dist/utils.browser.esm.js
[55060] Fix | Delete
var utils_browser_esm = __webpack_require__("SIPS");
[55061] Fix | Delete
[55062] Fix | Delete
// EXTERNAL MODULE: ./node_modules/@emotion/serialize/dist/serialize.browser.esm.js + 2 modules
[55063] Fix | Delete
var serialize_browser_esm = __webpack_require__("MiSq");
[55064] Fix | Delete
[55065] Fix | Delete
// CONCATENATED MODULE: ./node_modules/@emotion/core/dist/emotion-element-57a3a7a3.browser.esm.js
[55066] Fix | Delete
[55067] Fix | Delete
[55068] Fix | Delete
[55069] Fix | Delete
[55070] Fix | Delete
[55071] Fix | Delete
[55072] Fix | Delete
var emotion_element_57a3a7a3_browser_esm_hasOwnProperty = Object.prototype.hasOwnProperty;
[55073] Fix | Delete
[55074] Fix | Delete
var EmotionCacheContext = /*#__PURE__*/Object(external_React_["createContext"])( // we're doing this to avoid preconstruct's dead code elimination in this one case
[55075] Fix | Delete
// because this module is primarily intended for the browser and node
[55076] Fix | Delete
// but it's also required in react native and similar environments sometimes
[55077] Fix | Delete
// and we could have a special build just for that
[55078] Fix | Delete
// but this is much easier and the native packages
[55079] Fix | Delete
// might use a different theme context in the future anyway
[55080] Fix | Delete
typeof HTMLElement !== 'undefined' ? Object(cache_browser_esm["a" /* default */])() : null);
[55081] Fix | Delete
var ThemeContext = /*#__PURE__*/Object(external_React_["createContext"])({});
[55082] Fix | Delete
var CacheProvider = EmotionCacheContext.Provider;
[55083] Fix | Delete
[55084] Fix | Delete
var emotion_element_57a3a7a3_browser_esm_withEmotionCache = function withEmotionCache(func) {
[55085] Fix | Delete
var render = function render(props, ref) {
[55086] Fix | Delete
return /*#__PURE__*/Object(external_React_["createElement"])(EmotionCacheContext.Consumer, null, function (cache) {
[55087] Fix | Delete
return func(props, cache, ref);
[55088] Fix | Delete
});
[55089] Fix | Delete
}; // $FlowFixMe
[55090] Fix | Delete
[55091] Fix | Delete
[55092] Fix | Delete
return /*#__PURE__*/Object(external_React_["forwardRef"])(render);
[55093] Fix | Delete
};
[55094] Fix | Delete
[55095] Fix | Delete
// thus we only need to replace what is a valid character for JS, but not for CSS
[55096] Fix | Delete
[55097] Fix | Delete
var sanitizeIdentifier = function sanitizeIdentifier(identifier) {
[55098] Fix | Delete
return identifier.replace(/\$/g, '-');
[55099] Fix | Delete
};
[55100] Fix | Delete
[55101] Fix | Delete
var typePropName = '__EMOTION_TYPE_PLEASE_DO_NOT_USE__';
[55102] Fix | Delete
var labelPropName = '__EMOTION_LABEL_PLEASE_DO_NOT_USE__';
[55103] Fix | Delete
var createEmotionProps = function createEmotionProps(type, props) {
[55104] Fix | Delete
if (false) {}
[55105] Fix | Delete
[55106] Fix | Delete
var newProps = {};
[55107] Fix | Delete
[55108] Fix | Delete
for (var key in props) {
[55109] Fix | Delete
if (emotion_element_57a3a7a3_browser_esm_hasOwnProperty.call(props, key)) {
[55110] Fix | Delete
newProps[key] = props[key];
[55111] Fix | Delete
}
[55112] Fix | Delete
}
[55113] Fix | Delete
[55114] Fix | Delete
newProps[typePropName] = type; // TODO: check if this still works with all of those different JSX functions
[55115] Fix | Delete
[55116] Fix | Delete
if (false) { var match, error; }
[55117] Fix | Delete
[55118] Fix | Delete
return newProps;
[55119] Fix | Delete
};
[55120] Fix | Delete
[55121] Fix | Delete
var emotion_element_57a3a7a3_browser_esm_render = function render(cache, props, theme, ref) {
[55122] Fix | Delete
var cssProp = theme === null ? props.css : props.css(theme); // so that using `css` from `emotion` and passing the result to the css prop works
[55123] Fix | Delete
// not passing the registered cache to serializeStyles because it would
[55124] Fix | Delete
// make certain babel optimisations not possible
[55125] Fix | Delete
[55126] Fix | Delete
if (typeof cssProp === 'string' && cache.registered[cssProp] !== undefined) {
[55127] Fix | Delete
cssProp = cache.registered[cssProp];
[55128] Fix | Delete
}
[55129] Fix | Delete
[55130] Fix | Delete
var type = props[typePropName];
[55131] Fix | Delete
var registeredStyles = [cssProp];
[55132] Fix | Delete
var className = '';
[55133] Fix | Delete
[55134] Fix | Delete
if (typeof props.className === 'string') {
[55135] Fix | Delete
className = Object(utils_browser_esm["a" /* getRegisteredStyles */])(cache.registered, registeredStyles, props.className);
[55136] Fix | Delete
} else if (props.className != null) {
[55137] Fix | Delete
className = props.className + " ";
[55138] Fix | Delete
}
[55139] Fix | Delete
[55140] Fix | Delete
var serialized = Object(serialize_browser_esm["a" /* serializeStyles */])(registeredStyles);
[55141] Fix | Delete
[55142] Fix | Delete
if (false) { var labelFromStack; }
[55143] Fix | Delete
[55144] Fix | Delete
var rules = Object(utils_browser_esm["b" /* insertStyles */])(cache, serialized, typeof type === 'string');
[55145] Fix | Delete
className += cache.key + "-" + serialized.name;
[55146] Fix | Delete
var newProps = {};
[55147] Fix | Delete
[55148] Fix | Delete
for (var key in props) {
[55149] Fix | Delete
if (emotion_element_57a3a7a3_browser_esm_hasOwnProperty.call(props, key) && key !== 'css' && key !== typePropName && ( true || false)) {
[55150] Fix | Delete
newProps[key] = props[key];
[55151] Fix | Delete
}
[55152] Fix | Delete
}
[55153] Fix | Delete
[55154] Fix | Delete
newProps.ref = ref;
[55155] Fix | Delete
newProps.className = className;
[55156] Fix | Delete
var ele = /*#__PURE__*/Object(external_React_["createElement"])(type, newProps);
[55157] Fix | Delete
[55158] Fix | Delete
return ele;
[55159] Fix | Delete
}; // eslint-disable-next-line no-undef
[55160] Fix | Delete
[55161] Fix | Delete
[55162] Fix | Delete
var Emotion = /* #__PURE__ */emotion_element_57a3a7a3_browser_esm_withEmotionCache(function (props, cache, ref) {
[55163] Fix | Delete
if (typeof props.css === 'function') {
[55164] Fix | Delete
return /*#__PURE__*/Object(external_React_["createElement"])(ThemeContext.Consumer, null, function (theme) {
[55165] Fix | Delete
return emotion_element_57a3a7a3_browser_esm_render(cache, props, theme, ref);
[55166] Fix | Delete
});
[55167] Fix | Delete
}
[55168] Fix | Delete
[55169] Fix | Delete
return emotion_element_57a3a7a3_browser_esm_render(cache, props, null, ref);
[55170] Fix | Delete
});
[55171] Fix | Delete
[55172] Fix | Delete
if (false) {}
[55173] Fix | Delete
[55174] Fix | Delete
[55175] Fix | Delete
[55176] Fix | Delete
// EXTERNAL MODULE: ./node_modules/@emotion/sheet/dist/sheet.browser.esm.js
[55177] Fix | Delete
var sheet_browser_esm = __webpack_require__("z9I/");
[55178] Fix | Delete
[55179] Fix | Delete
// CONCATENATED MODULE: ./node_modules/@emotion/css/dist/css.browser.esm.js
[55180] Fix | Delete
[55181] Fix | Delete
[55182] Fix | Delete
function css_browser_esm_css() {
[55183] Fix | Delete
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
[55184] Fix | Delete
args[_key] = arguments[_key];
[55185] Fix | Delete
}
[55186] Fix | Delete
[55187] Fix | Delete
return Object(serialize_browser_esm["a" /* serializeStyles */])(args);
[55188] Fix | Delete
}
[55189] Fix | Delete
[55190] Fix | Delete
/* harmony default export */ var css_browser_esm = (css_browser_esm_css);
[55191] Fix | Delete
[55192] Fix | Delete
// CONCATENATED MODULE: ./node_modules/@emotion/core/dist/core.browser.esm.js
[55193] Fix | Delete
[55194] Fix | Delete
[55195] Fix | Delete
[55196] Fix | Delete
[55197] Fix | Delete
[55198] Fix | Delete
[55199] Fix | Delete
[55200] Fix | Delete
[55201] Fix | Delete
[55202] Fix | Delete
[55203] Fix | Delete
[55204] Fix | Delete
var core_browser_esm_jsx = function jsx(type, props) {
[55205] Fix | Delete
var args = arguments;
[55206] Fix | Delete
[55207] Fix | Delete
if (props == null || !emotion_element_57a3a7a3_browser_esm_hasOwnProperty.call(props, 'css')) {
[55208] Fix | Delete
// $FlowFixMe
[55209] Fix | Delete
return external_React_["createElement"].apply(undefined, args);
[55210] Fix | Delete
}
[55211] Fix | Delete
[55212] Fix | Delete
var argsLength = args.length;
[55213] Fix | Delete
var createElementArgArray = new Array(argsLength);
[55214] Fix | Delete
createElementArgArray[0] = Emotion;
[55215] Fix | Delete
createElementArgArray[1] = createEmotionProps(type, props);
[55216] Fix | Delete
[55217] Fix | Delete
for (var i = 2; i < argsLength; i++) {
[55218] Fix | Delete
createElementArgArray[i] = args[i];
[55219] Fix | Delete
} // $FlowFixMe
[55220] Fix | Delete
[55221] Fix | Delete
[55222] Fix | Delete
return external_React_["createElement"].apply(null, createElementArgArray);
[55223] Fix | Delete
};
[55224] Fix | Delete
[55225] Fix | Delete
var warnedAboutCssPropForGlobal = false;
[55226] Fix | Delete
var Global = /* #__PURE__ */emotion_element_57a3a7a3_browser_esm_withEmotionCache(function (props, cache) {
[55227] Fix | Delete
if (false) {}
[55228] Fix | Delete
[55229] Fix | Delete
var styles = props.styles;
[55230] Fix | Delete
[55231] Fix | Delete
if (typeof styles === 'function') {
[55232] Fix | Delete
return /*#__PURE__*/Object(external_React_["createElement"])(ThemeContext.Consumer, null, function (theme) {
[55233] Fix | Delete
var serialized = Object(serialize_browser_esm["a" /* serializeStyles */])([styles(theme)]);
[55234] Fix | Delete
return /*#__PURE__*/Object(external_React_["createElement"])(core_browser_esm_InnerGlobal, {
[55235] Fix | Delete
serialized: serialized,
[55236] Fix | Delete
cache: cache
[55237] Fix | Delete
});
[55238] Fix | Delete
});
[55239] Fix | Delete
}
[55240] Fix | Delete
[55241] Fix | Delete
var serialized = Object(serialize_browser_esm["a" /* serializeStyles */])([styles]);
[55242] Fix | Delete
return /*#__PURE__*/Object(external_React_["createElement"])(core_browser_esm_InnerGlobal, {
[55243] Fix | Delete
serialized: serialized,
[55244] Fix | Delete
cache: cache
[55245] Fix | Delete
});
[55246] Fix | Delete
});
[55247] Fix | Delete
[55248] Fix | Delete
// maintain place over rerenders.
[55249] Fix | Delete
// initial render from browser, insertBefore context.sheet.tags[0] or if a style hasn't been inserted there yet, appendChild
[55250] Fix | Delete
// initial client-side render from SSR, use place of hydrating tag
[55251] Fix | Delete
var core_browser_esm_InnerGlobal = /*#__PURE__*/function (_React$Component) {
[55252] Fix | Delete
_inheritsLoose(InnerGlobal, _React$Component);
[55253] Fix | Delete
[55254] Fix | Delete
function InnerGlobal(props, context, updater) {
[55255] Fix | Delete
return _React$Component.call(this, props, context, updater) || this;
[55256] Fix | Delete
}
[55257] Fix | Delete
[55258] Fix | Delete
var _proto = InnerGlobal.prototype;
[55259] Fix | Delete
[55260] Fix | Delete
_proto.componentDidMount = function componentDidMount() {
[55261] Fix | Delete
this.sheet = new sheet_browser_esm["a" /* StyleSheet */]({
[55262] Fix | Delete
key: this.props.cache.key + "-global",
[55263] Fix | Delete
nonce: this.props.cache.sheet.nonce,
[55264] Fix | Delete
container: this.props.cache.sheet.container
[55265] Fix | Delete
}); // $FlowFixMe
[55266] Fix | Delete
[55267] Fix | Delete
var node = document.querySelector("style[data-emotion-" + this.props.cache.key + "=\"" + this.props.serialized.name + "\"]");
[55268] Fix | Delete
[55269] Fix | Delete
if (node !== null) {
[55270] Fix | Delete
this.sheet.tags.push(node);
[55271] Fix | Delete
}
[55272] Fix | Delete
[55273] Fix | Delete
if (this.props.cache.sheet.tags.length) {
[55274] Fix | Delete
this.sheet.before = this.props.cache.sheet.tags[0];
[55275] Fix | Delete
}
[55276] Fix | Delete
[55277] Fix | Delete
this.insertStyles();
[55278] Fix | Delete
};
[55279] Fix | Delete
[55280] Fix | Delete
_proto.componentDidUpdate = function componentDidUpdate(prevProps) {
[55281] Fix | Delete
if (prevProps.serialized.name !== this.props.serialized.name) {
[55282] Fix | Delete
this.insertStyles();
[55283] Fix | Delete
}
[55284] Fix | Delete
};
[55285] Fix | Delete
[55286] Fix | Delete
_proto.insertStyles = function insertStyles$1() {
[55287] Fix | Delete
if (this.props.serialized.next !== undefined) {
[55288] Fix | Delete
// insert keyframes
[55289] Fix | Delete
Object(utils_browser_esm["b" /* insertStyles */])(this.props.cache, this.props.serialized.next, true);
[55290] Fix | Delete
}
[55291] Fix | Delete
[55292] Fix | Delete
if (this.sheet.tags.length) {
[55293] Fix | Delete
// if this doesn't exist then it will be null so the style element will be appended
[55294] Fix | Delete
var element = this.sheet.tags[this.sheet.tags.length - 1].nextElementSibling;
[55295] Fix | Delete
this.sheet.before = element;
[55296] Fix | Delete
this.sheet.flush();
[55297] Fix | Delete
}
[55298] Fix | Delete
[55299] Fix | Delete
this.props.cache.insert("", this.props.serialized, this.sheet, false);
[55300] Fix | Delete
};
[55301] Fix | Delete
[55302] Fix | Delete
_proto.componentWillUnmount = function componentWillUnmount() {
[55303] Fix | Delete
this.sheet.flush();
[55304] Fix | Delete
};
[55305] Fix | Delete
[55306] Fix | Delete
_proto.render = function render() {
[55307] Fix | Delete
[55308] Fix | Delete
return null;
[55309] Fix | Delete
};
[55310] Fix | Delete
[55311] Fix | Delete
return InnerGlobal;
[55312] Fix | Delete
}(external_React_["Component"]);
[55313] Fix | Delete
[55314] Fix | Delete
var core_browser_esm_keyframes = function keyframes() {
[55315] Fix | Delete
var insertable = css_browser_esm.apply(void 0, arguments);
[55316] Fix | Delete
var name = "animation-" + insertable.name; // $FlowFixMe
[55317] Fix | Delete
[55318] Fix | Delete
return {
[55319] Fix | Delete
name: name,
[55320] Fix | Delete
styles: "@keyframes " + name + "{" + insertable.styles + "}",
[55321] Fix | Delete
anim: 1,
[55322] Fix | Delete
toString: function toString() {
[55323] Fix | Delete
return "_EMO_" + this.name + "_" + this.styles + "_EMO_";
[55324] Fix | Delete
}
[55325] Fix | Delete
};
[55326] Fix | Delete
};
[55327] Fix | Delete
[55328] Fix | Delete
var classnames = function classnames(args) {
[55329] Fix | Delete
var len = args.length;
[55330] Fix | Delete
var i = 0;
[55331] Fix | Delete
var cls = '';
[55332] Fix | Delete
[55333] Fix | Delete
for (; i < len; i++) {
[55334] Fix | Delete
var arg = args[i];
[55335] Fix | Delete
if (arg == null) continue;
[55336] Fix | Delete
var toAdd = void 0;
[55337] Fix | Delete
[55338] Fix | Delete
switch (typeof arg) {
[55339] Fix | Delete
case 'boolean':
[55340] Fix | Delete
break;
[55341] Fix | Delete
[55342] Fix | Delete
case 'object':
[55343] Fix | Delete
{
[55344] Fix | Delete
if (Array.isArray(arg)) {
[55345] Fix | Delete
toAdd = classnames(arg);
[55346] Fix | Delete
} else {
[55347] Fix | Delete
toAdd = '';
[55348] Fix | Delete
[55349] Fix | Delete
for (var k in arg) {
[55350] Fix | Delete
if (arg[k] && k) {
[55351] Fix | Delete
toAdd && (toAdd += ' ');
[55352] Fix | Delete
toAdd += k;
[55353] Fix | Delete
}
[55354] Fix | Delete
}
[55355] Fix | Delete
}
[55356] Fix | Delete
[55357] Fix | Delete
break;
[55358] Fix | Delete
}
[55359] Fix | Delete
[55360] Fix | Delete
default:
[55361] Fix | Delete
{
[55362] Fix | Delete
toAdd = arg;
[55363] Fix | Delete
}
[55364] Fix | Delete
}
[55365] Fix | Delete
[55366] Fix | Delete
if (toAdd) {
[55367] Fix | Delete
cls && (cls += ' ');
[55368] Fix | Delete
cls += toAdd;
[55369] Fix | Delete
}
[55370] Fix | Delete
}
[55371] Fix | Delete
[55372] Fix | Delete
return cls;
[55373] Fix | Delete
};
[55374] Fix | Delete
[55375] Fix | Delete
function merge(registered, css, className) {
[55376] Fix | Delete
var registeredStyles = [];
[55377] Fix | Delete
var rawClassName = Object(utils_browser_esm["a" /* getRegisteredStyles */])(registered, registeredStyles, className);
[55378] Fix | Delete
[55379] Fix | Delete
if (registeredStyles.length < 2) {
[55380] Fix | Delete
return className;
[55381] Fix | Delete
}
[55382] Fix | Delete
[55383] Fix | Delete
return rawClassName + css(registeredStyles);
[55384] Fix | Delete
}
[55385] Fix | Delete
[55386] Fix | Delete
var ClassNames = emotion_element_57a3a7a3_browser_esm_withEmotionCache(function (props, context) {
[55387] Fix | Delete
return /*#__PURE__*/Object(external_React_["createElement"])(ThemeContext.Consumer, null, function (theme) {
[55388] Fix | Delete
var hasRendered = false;
[55389] Fix | Delete
[55390] Fix | Delete
var css = function css() {
[55391] Fix | Delete
if (hasRendered && "production" !== 'production') {
[55392] Fix | Delete
throw new Error('css can only be used during render');
[55393] Fix | Delete
}
[55394] Fix | Delete
[55395] Fix | Delete
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
[55396] Fix | Delete
args[_key] = arguments[_key];
[55397] Fix | Delete
}
[55398] Fix | Delete
[55399] Fix | Delete
var serialized = Object(serialize_browser_esm["a" /* serializeStyles */])(args, context.registered);
[55400] Fix | Delete
[55401] Fix | Delete
{
[55402] Fix | Delete
Object(utils_browser_esm["b" /* insertStyles */])(context, serialized, false);
[55403] Fix | Delete
}
[55404] Fix | Delete
[55405] Fix | Delete
return context.key + "-" + serialized.name;
[55406] Fix | Delete
};
[55407] Fix | Delete
[55408] Fix | Delete
var cx = function cx() {
[55409] Fix | Delete
if (hasRendered && "production" !== 'production') {
[55410] Fix | Delete
throw new Error('cx can only be used during render');
[55411] Fix | Delete
}
[55412] Fix | Delete
[55413] Fix | Delete
for (var _len2 = arguments.length, args = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {
[55414] Fix | Delete
args[_key2] = arguments[_key2];
[55415] Fix | Delete
}
[55416] Fix | Delete
[55417] Fix | Delete
return merge(context.registered, css, classnames(args));
[55418] Fix | Delete
};
[55419] Fix | Delete
[55420] Fix | Delete
var content = {
[55421] Fix | Delete
css: css,
[55422] Fix | Delete
cx: cx,
[55423] Fix | Delete
theme: theme
[55424] Fix | Delete
};
[55425] Fix | Delete
var ele = props.children(content);
[55426] Fix | Delete
hasRendered = true;
[55427] Fix | Delete
[55428] Fix | Delete
return ele;
[55429] Fix | Delete
});
[55430] Fix | Delete
});
[55431] Fix | Delete
[55432] Fix | Delete
[55433] Fix | Delete
[55434] Fix | Delete
[55435] Fix | Delete
/***/ }),
[55436] Fix | Delete
[55437] Fix | Delete
/***/ "qRz9":
[55438] Fix | Delete
/***/ (function(module, exports) {
[55439] Fix | Delete
[55440] Fix | Delete
(function() { module.exports = window["wp"]["richText"]; }());
[55441] Fix | Delete
[55442] Fix | Delete
/***/ }),
[55443] Fix | Delete
[55444] Fix | Delete
/***/ "qT12":
[55445] Fix | Delete
/***/ (function(module, exports, __webpack_require__) {
[55446] Fix | Delete
[55447] Fix | Delete
"use strict";
[55448] Fix | Delete
/** @license React v16.13.1
[55449] Fix | Delete
* react-is.production.min.js
[55450] Fix | Delete
*
[55451] Fix | Delete
* Copyright (c) Facebook, Inc. and its affiliates.
[55452] Fix | Delete
*
[55453] Fix | Delete
* This source code is licensed under the MIT license found in the
[55454] Fix | Delete
* LICENSE file in the root directory of this source tree.
[55455] Fix | Delete
*/
[55456] Fix | Delete
[55457] Fix | Delete
var b="function"===typeof Symbol&&Symbol.for,c=b?Symbol.for("react.element"):60103,d=b?Symbol.for("react.portal"):60106,e=b?Symbol.for("react.fragment"):60107,f=b?Symbol.for("react.strict_mode"):60108,g=b?Symbol.for("react.profiler"):60114,h=b?Symbol.for("react.provider"):60109,k=b?Symbol.for("react.context"):60110,l=b?Symbol.for("react.async_mode"):60111,m=b?Symbol.for("react.concurrent_mode"):60111,n=b?Symbol.for("react.forward_ref"):60112,p=b?Symbol.for("react.suspense"):60113,q=b?
[55458] Fix | Delete
Symbol.for("react.suspense_list"):60120,r=b?Symbol.for("react.memo"):60115,t=b?Symbol.for("react.lazy"):60116,v=b?Symbol.for("react.block"):60121,w=b?Symbol.for("react.fundamental"):60117,x=b?Symbol.for("react.responder"):60118,y=b?Symbol.for("react.scope"):60119;
[55459] Fix | Delete
function z(a){if("object"===typeof a&&null!==a){var u=a.$$typeof;switch(u){case c:switch(a=a.type,a){case l:case m:case e:case g:case f:case p:return a;default:switch(a=a&&a.$$typeof,a){case k:case n:case t:case r:case h:return a;default:return u}}case d:return u}}}function A(a){return z(a)===m}exports.AsyncMode=l;exports.ConcurrentMode=m;exports.ContextConsumer=k;exports.ContextProvider=h;exports.Element=c;exports.ForwardRef=n;exports.Fragment=e;exports.Lazy=t;exports.Memo=r;exports.Portal=d;
[55460] Fix | Delete
exports.Profiler=g;exports.StrictMode=f;exports.Suspense=p;exports.isAsyncMode=function(a){return A(a)||z(a)===l};exports.isConcurrentMode=A;exports.isContextConsumer=function(a){return z(a)===k};exports.isContextProvider=function(a){return z(a)===h};exports.isElement=function(a){return"object"===typeof a&&null!==a&&a.$$typeof===c};exports.isForwardRef=function(a){return z(a)===n};exports.isFragment=function(a){return z(a)===e};exports.isLazy=function(a){return z(a)===t};
[55461] Fix | Delete
exports.isMemo=function(a){return z(a)===r};exports.isPortal=function(a){return z(a)===d};exports.isProfiler=function(a){return z(a)===g};exports.isStrictMode=function(a){return z(a)===f};exports.isSuspense=function(a){return z(a)===p};
[55462] Fix | Delete
exports.isValidElementType=function(a){return"string"===typeof a||"function"===typeof a||a===e||a===m||a===g||a===f||a===p||a===q||"object"===typeof a&&null!==a&&(a.$$typeof===t||a.$$typeof===r||a.$$typeof===h||a.$$typeof===k||a.$$typeof===n||a.$$typeof===w||a.$$typeof===x||a.$$typeof===y||a.$$typeof===v)};exports.typeOf=z;
[55463] Fix | Delete
[55464] Fix | Delete
[55465] Fix | Delete
/***/ }),
[55466] Fix | Delete
[55467] Fix | Delete
/***/ "r4Od":
[55468] Fix | Delete
/***/ (function(module, __webpack_exports__, __webpack_require__) {
[55469] Fix | Delete
[55470] Fix | Delete
"use strict";
[55471] Fix | Delete
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return SystemContext; });
[55472] Fix | Delete
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("cDcd");
[55473] Fix | Delete
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
[55474] Fix | Delete
[55475] Fix | Delete
[55476] Fix | Delete
var SystemContext = /*#__PURE__*/Object(react__WEBPACK_IMPORTED_MODULE_0__["createContext"])({});
[55477] Fix | Delete
[55478] Fix | Delete
[55479] Fix | Delete
[55480] Fix | Delete
[55481] Fix | Delete
/***/ }),
[55482] Fix | Delete
[55483] Fix | Delete
/***/ "rDFq":
[55484] Fix | Delete
/***/ (function(module, exports, __webpack_require__) {
[55485] Fix | Delete
[55486] Fix | Delete
"use strict";
[55487] Fix | Delete
[55488] Fix | Delete
[55489] Fix | Delete
var GetIntrinsic = __webpack_require__("AM7I");
[55490] Fix | Delete
[55491] Fix | Delete
var $Object = GetIntrinsic('%Object%');
[55492] Fix | Delete
[55493] Fix | Delete
var isPrimitive = __webpack_require__("BeK9");
[55494] Fix | Delete
[55495] Fix | Delete
var $preventExtensions = $Object.preventExtensions;
[55496] Fix | Delete
var $isExtensible = $Object.isExtensible;
[55497] Fix | Delete
[55498] Fix | Delete
// https://ecma-international.org/ecma-262/6.0/#sec-isextensible-o
[55499] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function