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/wp-inclu.../js/dist
File: primitives.js
/******/ (() => { // webpackBootstrap
[0] Fix | Delete
/******/ "use strict";
[1] Fix | Delete
/******/ // The require scope
[2] Fix | Delete
/******/ var __webpack_require__ = {};
[3] Fix | Delete
/******/
[4] Fix | Delete
/************************************************************************/
[5] Fix | Delete
/******/ /* webpack/runtime/define property getters */
[6] Fix | Delete
/******/ (() => {
[7] Fix | Delete
/******/ // define getter functions for harmony exports
[8] Fix | Delete
/******/ __webpack_require__.d = (exports, definition) => {
[9] Fix | Delete
/******/ for(var key in definition) {
[10] Fix | Delete
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
[11] Fix | Delete
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
[12] Fix | Delete
/******/ }
[13] Fix | Delete
/******/ }
[14] Fix | Delete
/******/ };
[15] Fix | Delete
/******/ })();
[16] Fix | Delete
/******/
[17] Fix | Delete
/******/ /* webpack/runtime/hasOwnProperty shorthand */
[18] Fix | Delete
/******/ (() => {
[19] Fix | Delete
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
[20] Fix | Delete
/******/ })();
[21] Fix | Delete
/******/
[22] Fix | Delete
/******/ /* webpack/runtime/make namespace object */
[23] Fix | Delete
/******/ (() => {
[24] Fix | Delete
/******/ // define __esModule on exports
[25] Fix | Delete
/******/ __webpack_require__.r = (exports) => {
[26] Fix | Delete
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
[27] Fix | Delete
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
[28] Fix | Delete
/******/ }
[29] Fix | Delete
/******/ Object.defineProperty(exports, '__esModule', { value: true });
[30] Fix | Delete
/******/ };
[31] Fix | Delete
/******/ })();
[32] Fix | Delete
/******/
[33] Fix | Delete
/************************************************************************/
[34] Fix | Delete
var __webpack_exports__ = {};
[35] Fix | Delete
// ESM COMPAT FLAG
[36] Fix | Delete
__webpack_require__.r(__webpack_exports__);
[37] Fix | Delete
[38] Fix | Delete
// EXPORTS
[39] Fix | Delete
__webpack_require__.d(__webpack_exports__, {
[40] Fix | Delete
BlockQuotation: () => (/* reexport */ BlockQuotation),
[41] Fix | Delete
Circle: () => (/* reexport */ Circle),
[42] Fix | Delete
Defs: () => (/* reexport */ Defs),
[43] Fix | Delete
G: () => (/* reexport */ G),
[44] Fix | Delete
HorizontalRule: () => (/* reexport */ HorizontalRule),
[45] Fix | Delete
Line: () => (/* reexport */ Line),
[46] Fix | Delete
LinearGradient: () => (/* reexport */ LinearGradient),
[47] Fix | Delete
Path: () => (/* reexport */ Path),
[48] Fix | Delete
Polygon: () => (/* reexport */ Polygon),
[49] Fix | Delete
RadialGradient: () => (/* reexport */ RadialGradient),
[50] Fix | Delete
Rect: () => (/* reexport */ Rect),
[51] Fix | Delete
SVG: () => (/* reexport */ SVG),
[52] Fix | Delete
Stop: () => (/* reexport */ Stop),
[53] Fix | Delete
View: () => (/* reexport */ View)
[54] Fix | Delete
});
[55] Fix | Delete
[56] Fix | Delete
;// CONCATENATED MODULE: ./node_modules/clsx/dist/clsx.mjs
[57] Fix | Delete
function r(e){var t,f,n="";if("string"==typeof e||"number"==typeof e)n+=e;else if("object"==typeof e)if(Array.isArray(e)){var o=e.length;for(t=0;t<o;t++)e[t]&&(f=r(e[t]))&&(n&&(n+=" "),n+=f)}else for(f in e)e[f]&&(n&&(n+=" "),n+=f);return n}function clsx(){for(var e,t,f=0,n="",o=arguments.length;f<o;f++)(e=arguments[f])&&(t=r(e))&&(n&&(n+=" "),n+=t);return n}/* harmony default export */ const dist_clsx = (clsx);
[58] Fix | Delete
;// CONCATENATED MODULE: external ["wp","element"]
[59] Fix | Delete
const external_wp_element_namespaceObject = window["wp"]["element"];
[60] Fix | Delete
;// CONCATENATED MODULE: external "ReactJSXRuntime"
[61] Fix | Delete
const external_ReactJSXRuntime_namespaceObject = window["ReactJSXRuntime"];
[62] Fix | Delete
;// CONCATENATED MODULE: ./node_modules/@wordpress/primitives/build-module/svg/index.js
[63] Fix | Delete
/**
[64] Fix | Delete
* External dependencies
[65] Fix | Delete
*/
[66] Fix | Delete
[67] Fix | Delete
[68] Fix | Delete
/**
[69] Fix | Delete
* WordPress dependencies
[70] Fix | Delete
*/
[71] Fix | Delete
[72] Fix | Delete
[73] Fix | Delete
/** @typedef {{isPressed?: boolean} & import('react').ComponentPropsWithoutRef<'svg'>} SVGProps */
[74] Fix | Delete
[75] Fix | Delete
/**
[76] Fix | Delete
* @param {import('react').ComponentPropsWithoutRef<'circle'>} props
[77] Fix | Delete
*
[78] Fix | Delete
* @return {JSX.Element} Circle component
[79] Fix | Delete
*/
[80] Fix | Delete
[81] Fix | Delete
const Circle = props => (0,external_wp_element_namespaceObject.createElement)('circle', props);
[82] Fix | Delete
[83] Fix | Delete
/**
[84] Fix | Delete
* @param {import('react').ComponentPropsWithoutRef<'g'>} props
[85] Fix | Delete
*
[86] Fix | Delete
* @return {JSX.Element} G component
[87] Fix | Delete
*/
[88] Fix | Delete
const G = props => (0,external_wp_element_namespaceObject.createElement)('g', props);
[89] Fix | Delete
[90] Fix | Delete
/**
[91] Fix | Delete
* @param {import('react').ComponentPropsWithoutRef<'line'>} props
[92] Fix | Delete
*
[93] Fix | Delete
* @return {JSX.Element} Path component
[94] Fix | Delete
*/
[95] Fix | Delete
const Line = props => (0,external_wp_element_namespaceObject.createElement)('line', props);
[96] Fix | Delete
[97] Fix | Delete
/**
[98] Fix | Delete
* @param {import('react').ComponentPropsWithoutRef<'path'>} props
[99] Fix | Delete
*
[100] Fix | Delete
* @return {JSX.Element} Path component
[101] Fix | Delete
*/
[102] Fix | Delete
const Path = props => (0,external_wp_element_namespaceObject.createElement)('path', props);
[103] Fix | Delete
[104] Fix | Delete
/**
[105] Fix | Delete
* @param {import('react').ComponentPropsWithoutRef<'polygon'>} props
[106] Fix | Delete
*
[107] Fix | Delete
* @return {JSX.Element} Polygon component
[108] Fix | Delete
*/
[109] Fix | Delete
const Polygon = props => (0,external_wp_element_namespaceObject.createElement)('polygon', props);
[110] Fix | Delete
[111] Fix | Delete
/**
[112] Fix | Delete
* @param {import('react').ComponentPropsWithoutRef<'rect'>} props
[113] Fix | Delete
*
[114] Fix | Delete
* @return {JSX.Element} Rect component
[115] Fix | Delete
*/
[116] Fix | Delete
const Rect = props => (0,external_wp_element_namespaceObject.createElement)('rect', props);
[117] Fix | Delete
[118] Fix | Delete
/**
[119] Fix | Delete
* @param {import('react').ComponentPropsWithoutRef<'defs'>} props
[120] Fix | Delete
*
[121] Fix | Delete
* @return {JSX.Element} Defs component
[122] Fix | Delete
*/
[123] Fix | Delete
const Defs = props => (0,external_wp_element_namespaceObject.createElement)('defs', props);
[124] Fix | Delete
[125] Fix | Delete
/**
[126] Fix | Delete
* @param {import('react').ComponentPropsWithoutRef<'radialGradient'>} props
[127] Fix | Delete
*
[128] Fix | Delete
* @return {JSX.Element} RadialGradient component
[129] Fix | Delete
*/
[130] Fix | Delete
const RadialGradient = props => (0,external_wp_element_namespaceObject.createElement)('radialGradient', props);
[131] Fix | Delete
[132] Fix | Delete
/**
[133] Fix | Delete
* @param {import('react').ComponentPropsWithoutRef<'linearGradient'>} props
[134] Fix | Delete
*
[135] Fix | Delete
* @return {JSX.Element} LinearGradient component
[136] Fix | Delete
*/
[137] Fix | Delete
const LinearGradient = props => (0,external_wp_element_namespaceObject.createElement)('linearGradient', props);
[138] Fix | Delete
[139] Fix | Delete
/**
[140] Fix | Delete
* @param {import('react').ComponentPropsWithoutRef<'stop'>} props
[141] Fix | Delete
*
[142] Fix | Delete
* @return {JSX.Element} Stop component
[143] Fix | Delete
*/
[144] Fix | Delete
const Stop = props => (0,external_wp_element_namespaceObject.createElement)('stop', props);
[145] Fix | Delete
const SVG = (0,external_wp_element_namespaceObject.forwardRef)(
[146] Fix | Delete
/**
[147] Fix | Delete
* @param {SVGProps} props isPressed indicates whether the SVG should appear as pressed.
[148] Fix | Delete
* Other props will be passed through to svg component.
[149] Fix | Delete
* @param {import('react').ForwardedRef<SVGSVGElement>} ref The forwarded ref to the SVG element.
[150] Fix | Delete
*
[151] Fix | Delete
* @return {JSX.Element} Stop component
[152] Fix | Delete
*/
[153] Fix | Delete
({
[154] Fix | Delete
className,
[155] Fix | Delete
isPressed,
[156] Fix | Delete
...props
[157] Fix | Delete
}, ref) => {
[158] Fix | Delete
const appliedProps = {
[159] Fix | Delete
...props,
[160] Fix | Delete
className: dist_clsx(className, {
[161] Fix | Delete
'is-pressed': isPressed
[162] Fix | Delete
}) || undefined,
[163] Fix | Delete
'aria-hidden': true,
[164] Fix | Delete
focusable: false
[165] Fix | Delete
};
[166] Fix | Delete
[167] Fix | Delete
// Disable reason: We need to have a way to render HTML tag for web.
[168] Fix | Delete
// eslint-disable-next-line react/forbid-elements
[169] Fix | Delete
return /*#__PURE__*/(0,external_ReactJSXRuntime_namespaceObject.jsx)("svg", {
[170] Fix | Delete
...appliedProps,
[171] Fix | Delete
ref: ref
[172] Fix | Delete
});
[173] Fix | Delete
});
[174] Fix | Delete
SVG.displayName = 'SVG';
[175] Fix | Delete
[176] Fix | Delete
;// CONCATENATED MODULE: ./node_modules/@wordpress/primitives/build-module/horizontal-rule/index.js
[177] Fix | Delete
const HorizontalRule = 'hr';
[178] Fix | Delete
[179] Fix | Delete
;// CONCATENATED MODULE: ./node_modules/@wordpress/primitives/build-module/block-quotation/index.js
[180] Fix | Delete
const BlockQuotation = 'blockquote';
[181] Fix | Delete
[182] Fix | Delete
;// CONCATENATED MODULE: ./node_modules/@wordpress/primitives/build-module/view/index.js
[183] Fix | Delete
const View = 'div';
[184] Fix | Delete
[185] Fix | Delete
;// CONCATENATED MODULE: ./node_modules/@wordpress/primitives/build-module/index.js
[186] Fix | Delete
[187] Fix | Delete
[188] Fix | Delete
[189] Fix | Delete
[190] Fix | Delete
[191] Fix | Delete
(window.wp = window.wp || {}).primitives = __webpack_exports__;
[192] Fix | Delete
/******/ })()
[193] Fix | Delete
;
[194] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function