summaryrefslogtreecommitdiffstats
path: root/wp-includes/js/dist/primitives.js
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 07:57:26 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 07:57:26 +0000
commit30883c26bdceb9eaf32c8d4a1b0c1bce223b5226 (patch)
tree39a02e2aeb21ab5b7923c6f5757d66d55b708912 /wp-includes/js/dist/primitives.js
parentAdding upstream version 6.4.3+dfsg1. (diff)
downloadwordpress-30883c26bdceb9eaf32c8d4a1b0c1bce223b5226.tar.xz
wordpress-30883c26bdceb9eaf32c8d4a1b0c1bce223b5226.zip
Adding upstream version 6.5+dfsg1.upstream/6.5+dfsg1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'wp-includes/js/dist/primitives.js')
-rw-r--r--wp-includes/js/dist/primitives.js71
1 files changed, 36 insertions, 35 deletions
diff --git a/wp-includes/js/dist/primitives.js b/wp-includes/js/dist/primitives.js
index 118c0d4..98c171f 100644
--- a/wp-includes/js/dist/primitives.js
+++ b/wp-includes/js/dist/primitives.js
@@ -1,8 +1,8 @@
-/******/ (function() { // webpackBootstrap
+/******/ (() => { // webpackBootstrap
/******/ var __webpack_modules__ = ({
-/***/ 4403:
-/***/ (function(module, exports) {
+/***/ 5755:
+/***/ ((module, exports) => {
var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
Copyright (c) 2018 Jed Watson.
@@ -95,76 +95,76 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
/******/
/************************************************************************/
/******/ /* webpack/runtime/compat get default export */
-/******/ !function() {
+/******/ (() => {
/******/ // getDefaultExport function for compatibility with non-harmony modules
-/******/ __webpack_require__.n = function(module) {
+/******/ __webpack_require__.n = (module) => {
/******/ var getter = module && module.__esModule ?
-/******/ function() { return module['default']; } :
-/******/ function() { return module; };
+/******/ () => (module['default']) :
+/******/ () => (module);
/******/ __webpack_require__.d(getter, { a: getter });
/******/ return getter;
/******/ };
-/******/ }();
+/******/ })();
/******/
/******/ /* webpack/runtime/define property getters */
-/******/ !function() {
+/******/ (() => {
/******/ // define getter functions for harmony exports
-/******/ __webpack_require__.d = function(exports, definition) {
+/******/ __webpack_require__.d = (exports, definition) => {
/******/ for(var key in definition) {
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
/******/ }
/******/ }
/******/ };
-/******/ }();
+/******/ })();
/******/
/******/ /* webpack/runtime/hasOwnProperty shorthand */
-/******/ !function() {
-/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
-/******/ }();
+/******/ (() => {
+/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
+/******/ })();
/******/
/******/ /* webpack/runtime/make namespace object */
-/******/ !function() {
+/******/ (() => {
/******/ // define __esModule on exports
-/******/ __webpack_require__.r = function(exports) {
+/******/ __webpack_require__.r = (exports) => {
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
/******/ }
/******/ Object.defineProperty(exports, '__esModule', { value: true });
/******/ };
-/******/ }();
+/******/ })();
/******/
/************************************************************************/
var __webpack_exports__ = {};
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
-!function() {
+(() => {
"use strict";
// ESM COMPAT FLAG
__webpack_require__.r(__webpack_exports__);
// EXPORTS
__webpack_require__.d(__webpack_exports__, {
- BlockQuotation: function() { return /* reexport */ BlockQuotation; },
- Circle: function() { return /* reexport */ Circle; },
- Defs: function() { return /* reexport */ Defs; },
- G: function() { return /* reexport */ G; },
- HorizontalRule: function() { return /* reexport */ HorizontalRule; },
- Line: function() { return /* reexport */ Line; },
- LinearGradient: function() { return /* reexport */ LinearGradient; },
- Path: function() { return /* reexport */ Path; },
- Polygon: function() { return /* reexport */ Polygon; },
- RadialGradient: function() { return /* reexport */ RadialGradient; },
- Rect: function() { return /* reexport */ Rect; },
- SVG: function() { return /* reexport */ SVG; },
- Stop: function() { return /* reexport */ Stop; },
- View: function() { return /* reexport */ View; }
+ BlockQuotation: () => (/* reexport */ BlockQuotation),
+ Circle: () => (/* reexport */ Circle),
+ Defs: () => (/* reexport */ Defs),
+ G: () => (/* reexport */ G),
+ HorizontalRule: () => (/* reexport */ HorizontalRule),
+ Line: () => (/* reexport */ Line),
+ LinearGradient: () => (/* reexport */ LinearGradient),
+ Path: () => (/* reexport */ Path),
+ Polygon: () => (/* reexport */ Polygon),
+ RadialGradient: () => (/* reexport */ RadialGradient),
+ Rect: () => (/* reexport */ Rect),
+ SVG: () => (/* reexport */ SVG),
+ Stop: () => (/* reexport */ Stop),
+ View: () => (/* reexport */ View)
});
// EXTERNAL MODULE: ./node_modules/classnames/index.js
-var classnames = __webpack_require__(4403);
+var classnames = __webpack_require__(5755);
var classnames_default = /*#__PURE__*/__webpack_require__.n(classnames);
;// CONCATENATED MODULE: external ["wp","element"]
-var external_wp_element_namespaceObject = window["wp"]["element"];
+const external_wp_element_namespaceObject = window["wp"]["element"];
;// CONCATENATED MODULE: ./node_modules/@wordpress/primitives/build-module/svg/index.js
/**
* External dependencies
@@ -293,7 +293,8 @@ const View = 'div';
-}();
+})();
+
(window.wp = window.wp || {}).primitives = __webpack_exports__;
/******/ })()
; \ No newline at end of file