| 1 |
var __create = Object.create; |
| 2 |
var __defProp = Object.defineProperty; |
| 3 |
var __getOwnPropDesc = Object.getOwnPropertyDescriptor; |
| 4 |
var __getOwnPropNames = Object.getOwnPropertyNames; |
| 5 |
var __getProtoOf = Object.getPrototypeOf; |
| 6 |
var __hasOwnProp = Object.prototype.hasOwnProperty; |
| 7 |
var __commonJS = (cb, mod) => function __require() { |
| 8 |
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports; |
| 9 |
}; |
| 10 |
var __copyProps = (to, from, except, desc) => { |
| 11 |
if (from && typeof from === "object" || typeof from === "function") { |
| 12 |
for (let key of __getOwnPropNames(from)) |
| 13 |
if (!__hasOwnProp.call(to, key) && key !== except) |
| 14 |
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); |
| 15 |
} |
| 16 |
return to; |
| 17 |
}; |
| 18 |
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps( |
| 19 |
// If the importer is in node compatibility mode or this is not an ESM |
| 20 |
// file that has been converted to a CommonJS file using a Babel- |
| 21 |
// compatible transform (i.e. "__esModule" has not been set), then set |
| 22 |
// "default" to the CommonJS "module.exports" for node compatibility. |
| 23 |
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, |
| 24 |
mod |
| 25 |
)); |
| 26 |
|
| 27 |
// package-external:@wordpress/i18n |
| 28 |
var require_i18n = __commonJS({ |
| 29 |
"package-external:@wordpress/i18n"(exports, module) { |
| 30 |
module.exports = window.wp.i18n; |
| 31 |
} |
| 32 |
}); |
| 33 |
|
| 34 |
// package-external:@wordpress/primitives |
| 35 |
var require_primitives = __commonJS({ |
| 36 |
"package-external:@wordpress/primitives"(exports, module) { |
| 37 |
module.exports = window.wp.primitives; |
| 38 |
} |
| 39 |
}); |
| 40 |
|
| 41 |
// vendor-external:react/jsx-runtime |
| 42 |
var require_jsx_runtime = __commonJS({ |
| 43 |
"vendor-external:react/jsx-runtime"(exports, module) { |
| 44 |
module.exports = window.ReactJSXRuntime; |
| 45 |
} |
| 46 |
}); |
| 47 |
|
| 48 |
// widgets/quick-draft/widget.ts |
| 49 |
var import_i18n = __toESM(require_i18n()); |
| 50 |
|
| 51 |
// packages/icons/build-module/library/drafts.mjs |
| 52 |
var import_primitives = __toESM(require_primitives(), 1); |
| 53 |
var import_jsx_runtime = __toESM(require_jsx_runtime(), 1); |
| 54 |
var drafts_default = /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_primitives.SVG, { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_primitives.Path, { fillRule: "evenodd", clipRule: "evenodd", d: "M12 18.5a6.5 6.5 0 1 1 0-13 6.5 6.5 0 0 1 0 13ZM4 12a8 8 0 1 1 16 0 8 8 0 0 1-16 0Zm8 4a4 4 0 0 0 4-4H8a4 4 0 0 0 4 4Z" }) }); |
| 55 |
|
| 56 |
// widgets/quick-draft/widget.ts |
| 57 |
var widget_default = { |
| 58 |
name: "core/quick-draft", |
| 59 |
title: (0, import_i18n.__)("Quick draft"), |
| 60 |
icon: drafts_default |
| 61 |
}; |
| 62 |
export { |
| 63 |
widget_default as default |
| 64 |
}; |
| 65 |
|