var/www/html/servotec-doerpen/wp-includes/js/dist | uid:33
primitives.js [X]
"use strict";
var wp;
(wp ||= {}).primitives = (() => {
  var __create = Object.create;
  var __defProp = Object.defineProperty;
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
  var __getOwnPropNames = Object.getOwnPropertyNames;
  var __getProtoOf = Object.getPrototypeOf;
  var __hasOwnProp = Object.prototype.hasOwnProperty;
  var __commonJS = (cb, mod) => function __require() {
    return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
  };
  var __export = (target, all) => {
    for (var name in all)
      __defProp(target, name, { get: all[name], enumerable: true });
  };
  var __copyProps = (to, from, except, desc) => {
    if (from && typeof from === "object" || typeof from === "function") {
      for (let key of __getOwnPropNames(from))
        if (!__hasOwnProp.call(to, key) && key !== except)
          __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
    }
    return to;
  };
  var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
    // If the importer is in node compatibility mode or this is not an ESM
    // file that has been converted to a CommonJS file using a Babel-
    // compatible transform (i.e. "__esModule" has not been set), then set
    // "default" to the CommonJS "module.exports" for node compatibility.
    isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
    mod
  ));
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);

  // package-external:@wordpress/element
  var require_element = __commonJS({
    "package-external:@wordpress/element"(exports, module) {
      module.exports = window.wp.element;
    }
  });

  // vendor-external:react/jsx-runtime
  var require_jsx_runtime = __commonJS({
    "vendor-external:react/jsx-runtime"(exports, module) {
      module.exports = window.ReactJSXRuntime;
    }
  });

  // packages/primitives/build-module/index.mjs
  var index_exports = {};
  __export(index_exports, {
    BlockQuotation: () => BlockQuotation,
    Circle: () => Circle,
    Defs: () => Defs,
    G: () => G,
    HorizontalRule: () => HorizontalRule,
    Line: () => Line,
    LinearGradient: () => LinearGradient,
    Path: () => Path,
    Polygon: () => Polygon,
    RadialGradient: () => RadialGradient,
    Rect: () => Rect,
    SVG: () => SVG,
    Stop: () => Stop,
    View: () => View
  });

  // node_modules/clsx/dist/clsx.mjs
  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;
  }
  var clsx_default = clsx;

  // packages/primitives/build-module/svg/index.mjs
  var import_element = __toESM(require_element(), 1);
  var import_jsx_runtime = __toESM(require_jsx_runtime(), 1);
  var Circle = (props) => (0, import_element.createElement)("circle", props);
  var G = (props) => (0, import_element.createElement)("g", props);
  var Line = (props) => (0, import_element.createElement)("line", props);
  var Path = (props) => (0, import_element.createElement)("path", props);
  var Polygon = (props) => (0, import_element.createElement)("polygon", props);
  var Rect = (props) => (0, import_element.createElement)("rect", props);
  var Defs = (props) => (0, import_element.createElement)("defs", props);
  var RadialGradient = (props) => (0, import_element.createElement)("radialGradient", props);
  var LinearGradient = (props) => (0, import_element.createElement)("linearGradient", props);
  var Stop = (props) => (0, import_element.createElement)("stop", props);
  var SVG = (0, import_element.forwardRef)(
    /**
     * @param {SVGProps}                          props isPressed indicates whether the SVG should appear as pressed.
     *                                                  Other props will be passed through to svg component.
     * @param {React.ForwardedRef<SVGSVGElement>} ref   The forwarded ref to the SVG element.
     *
     * @return {React.JSX.Element} Stop component
     */
    ({ className, isPressed, ...props }, ref) => {
      const appliedProps = {
        ...props,
        className: clsx_default(className, { "is-pressed": isPressed }) || void 0,
        "aria-hidden": true,
        focusable: false
      };
      return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", { ...appliedProps, ref });
    }
  );
  SVG.displayName = "SVG";

  // packages/primitives/build-module/horizontal-rule/index.mjs
  var HorizontalRule = "hr";

  // packages/primitives/build-module/block-quotation/index.mjs
  var BlockQuotation = "blockquote";

  // packages/primitives/build-module/view/index.mjs
  var View = "div";
  return __toCommonJS(index_exports);
})();
development/-O R D
script-modules/-O R D
vendor/-O R D
a11y.js5.5KV E R D
a11y.min.js2.4KV E R D
autop.js9.7KV E R D
autop.min.js5.5KV E R D
base-styles.js48V E R D
base-styles.min.js75V E R D
blob.min.js1.2KV E R D
block-directory.min.js22KV E R D
block-library.js2.6MV E R D
block-library.min.js1.1MV E R D
block-serialization-default-parser.js6.5KV E R D
block-serialization-default-parser.min.js2.4KV E R D
block-serialization-spec-parser.js50.5KV E R D
block-serialization-spec-parser.min.js10.4KV E R D
blocks.js381.1KV E R D
blocks.min.js180.6KV E R D
commands.js151.7KV E R D
commands.min.js63.1KV E R D
core-commands.js28.7KV E R D
core-commands.min.js11.9KV E R D
core-data.js612KV E R D
core-data.min.js210.5KV E R D
customize-widgets.min.js36.6KV E R D
date.js176.3KV E R D
deprecated.js3KV E R D
deprecated.min.js1.3KV E R D
dom-ready.js1.5KV E R D
dom-ready.min.js818V E R D
dom.js34.6KV E R D
dom.min.js12.7KV E R D
edit-site.js1.7MV E R D
edit-site.min.js684.5KV E R D
element.js27.9KV E R D
element.min.js12.2KV E R D
escape-html.js2.3KV E R D
format-library.min.js28.9KV E R D
hooks.js12KV E R D
html-entities.js1.6KV E R D
html-entities.min.js879V E R D
i18n.js15.3KV E R D
i18n.min.js5.6KV E R D
is-shallow-equal.js2.7KV E R D
is-shallow-equal.min.js1.1KV E R D
keyboard-shortcuts.js9.7KV E R D
keyboard-shortcuts.min.js3.4KV E R D
list-reusable-blocks.js13.1KV E R D
list-reusable-blocks.min.js5.2KV E R D
media-utils.js637.1KV E R D
media-utils.min.js237.6KV E R D
notices.js10.1KV E R D
notices.min.js4.4KV E R D
nux.js10.3KV E R D
nux.min.js4KV E R D
plugins.min.js4.8KV E R D
preferences-persistence.min.js5.5KV E R D
preferences.min.js7.7KV E R D
primitives.js5.1KV E R D
private-apis.js4.1KV E R D
private-apis.min.js2.7KV E R D
react-i18n.js3.9KV E R D
react-i18n.min.js1.5KV E R D
redux-routine.js24.7KV E R D
redux-routine.min.js9.6KV E R D
reusable-blocks.min.js7.2KV E R D
rich-text.js97KV E R D
rich-text.min.js39.9KV E R D
router.js36.1KV E R D
router.min.js14.1KV E R D
style-engine.js17.6KV E R D
style-engine.min.js6.4KV E R D
theme.min.js56.1KV E R D
token-list.js6.1KV E R D
token-list.min.js1.6KV E R D
undo-manager.js5.3KV E R D
undo-manager.min.js1.7KV E R D
upload-media.js55.7KV E R D
upload-media.min.js23.1KV E R D
url.js23.4KV E R D
url.min.js10.1KV E R D
viewport.js6.6KV E R D
viewport.min.js2.2KV E R D
warning.js1.5KV E R D
widgets.min.js20.8KV E R D
wordcount.js6.9KV E R D
wordcount.min.js2.4KV E R D