From ff22479995616bc74323b790e8904b6247c5960d Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 1 Oct 2025 12:31:06 +0200 Subject: [PATCH] REFACTOR The component to handle the reusable internal-link class with animation --- .../blocks/cta/build/cta/index.asset.php | 2 +- .../blocks/cta/build/cta/index.js | 1162 +++++++---------- .../blocks/cta/build/cta/index.js.map | 2 +- .../blocks/cta/build/cta/render.php | 11 - .../carhop-blocks/blocks/cta/src/cta/edit.js | 4 +- .../blocks/cta/src/cta/render.php | 11 - 6 files changed, 451 insertions(+), 741 deletions(-) diff --git a/plugins/carhop-blocks/blocks/cta/build/cta/index.asset.php b/plugins/carhop-blocks/blocks/cta/build/cta/index.asset.php index bf4e2a0..9133b65 100644 --- a/plugins/carhop-blocks/blocks/cta/build/cta/index.asset.php +++ b/plugins/carhop-blocks/blocks/cta/build/cta/index.asset.php @@ -1 +1 @@ - array('react', 'react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-i18n'), 'version' => 'ab439be1f5ca3b00f5a3'); + array('react', 'react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-i18n'), 'version' => 'a525998fbdc557e3c6f8'); diff --git a/plugins/carhop-blocks/blocks/cta/build/cta/index.js b/plugins/carhop-blocks/blocks/cta/build/cta/index.js index 0883043..77626eb 100644 --- a/plugins/carhop-blocks/blocks/cta/build/cta/index.js +++ b/plugins/carhop-blocks/blocks/cta/build/cta/index.js @@ -1,772 +1,504 @@ -/******/ (() => { - // webpackBootstrap - /******/ "use strict"; - /******/ var __webpack_modules__ = { - /***/ "./src/cta/block.json": - /*!****************************!*\ +/******/ (() => { // webpackBootstrap +/******/ "use strict"; +/******/ var __webpack_modules__ = ({ + +/***/ "./src/cta/block.json": +/*!****************************!*\ !*** ./src/cta/block.json ***! \****************************/ - /***/ (module) => { - module.exports = /*#__PURE__*/ JSON.parse( - '{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"carhop-blocks/cta","version":"0.1.0","title":"Cta","category":"carhop-blocks","icon":"smiley","description":"Un bouton de lien","example":{},"supports":{"html":false},"textdomain":"carhop-blocks","editorScript":"file:./index.js","editorStyle":"file:./index.css","style":"file:./style-index.css","viewScript":"file:./view.js","render":"file:./render.php","attributes":{"text":{"type":"string","default":"Call to action"},"link":{"type":"object"},"align":{"type":"string","default":"left"},"color":{"type":"string","default":"#136F63"}}}', - ); +/***/ ((module) => { - /***/ - }, +module.exports = /*#__PURE__*/JSON.parse('{"$schema":"https://schemas.wp.org/trunk/block.json","apiVersion":3,"name":"carhop-blocks/cta","version":"0.1.0","title":"Cta","category":"carhop-blocks","icon":"smiley","description":"Un bouton de lien","example":{},"supports":{"html":false},"textdomain":"carhop-blocks","editorScript":"file:./index.js","editorStyle":"file:./index.css","style":"file:./style-index.css","viewScript":"file:./view.js","render":"file:./render.php","attributes":{"text":{"type":"string","default":"Call to action"},"link":{"type":"object"},"align":{"type":"string","default":"left"},"color":{"type":"string","default":"#136F63"}}}'); - /***/ "./src/cta/edit.js": - /*!*************************!*\ +/***/ }), + +/***/ "./src/cta/edit.js": +/*!*************************!*\ !*** ./src/cta/edit.js ***! \*************************/ - /***/ ( - __unused_webpack_module, - __webpack_exports__, - __webpack_require__, - ) => { - __webpack_require__.r(__webpack_exports__); - /* harmony export */ __webpack_require__.d(__webpack_exports__, { - /* harmony export */ default: () => /* binding */ Edit, - /* harmony export */ - }); - /* harmony import */ var _wordpress_i18n__WEBPACK_IMPORTED_MODULE_0__ = - __webpack_require__(/*! @wordpress/i18n */ "@wordpress/i18n"); - /* harmony import */ var _wordpress_i18n__WEBPACK_IMPORTED_MODULE_0___default = - /*#__PURE__*/ __webpack_require__.n( - _wordpress_i18n__WEBPACK_IMPORTED_MODULE_0__, - ); - /* harmony import */ var _wordpress_block_editor__WEBPACK_IMPORTED_MODULE_1__ = - __webpack_require__( - /*! @wordpress/block-editor */ "@wordpress/block-editor", - ); - /* harmony import */ var _wordpress_block_editor__WEBPACK_IMPORTED_MODULE_1___default = - /*#__PURE__*/ __webpack_require__.n( - _wordpress_block_editor__WEBPACK_IMPORTED_MODULE_1__, - ); - /* harmony import */ var _wordpress_components__WEBPACK_IMPORTED_MODULE_2__ = - __webpack_require__( - /*! @wordpress/components */ "@wordpress/components", - ); - /* harmony import */ var _wordpress_components__WEBPACK_IMPORTED_MODULE_2___default = - /*#__PURE__*/ __webpack_require__.n( - _wordpress_components__WEBPACK_IMPORTED_MODULE_2__, - ); - /* harmony import */ var _editor_scss__WEBPACK_IMPORTED_MODULE_3__ = - __webpack_require__(/*! ./editor.scss */ "./src/cta/editor.scss"); - /* harmony import */ var _img_carhop_fleche_lien_externe_full_svg__WEBPACK_IMPORTED_MODULE_4__ = - __webpack_require__( - /*! ../img/carhop-fleche-lien-externe-full.svg */ "./src/img/carhop-fleche-lien-externe-full.svg", - ); - /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__ = - __webpack_require__(/*! react/jsx-runtime */ "react/jsx-runtime"); - /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5___default = - /*#__PURE__*/ __webpack_require__.n( - react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__, - ); +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - function Edit({ attributes, setAttributes }) { - const { color } = attributes; - const colors = (0, - _wordpress_block_editor__WEBPACK_IMPORTED_MODULE_1__.useSetting)( - "color.palette.theme", - ); - function handleColorChange(value) { - setAttributes({ - color: value, - }); - } - return /*#__PURE__*/ (0, - react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__.jsxs)( - react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__.Fragment, - { - children: [ - /*#__PURE__*/ (0, - react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__.jsx)( - _wordpress_block_editor__WEBPACK_IMPORTED_MODULE_1__.BlockControls, - { - children: /*#__PURE__*/ (0, - react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__.jsx)( - _wordpress_block_editor__WEBPACK_IMPORTED_MODULE_1__.AlignmentToolbar, - { - value: attributes.align, - onChange: (value) => - setAttributes({ - align: value, - }), - }, - ), - }, - ), - /*#__PURE__*/ (0, - react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__.jsx)( - _wordpress_block_editor__WEBPACK_IMPORTED_MODULE_1__.InspectorControls, - { - children: /*#__PURE__*/ (0, - react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__.jsxs)( - _wordpress_components__WEBPACK_IMPORTED_MODULE_2__.PanelBody, - { - title: "Lien", - initialOpen: true, - children: [ - /*#__PURE__*/ (0, - react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__.jsx)( - "div", - { - children: /*#__PURE__*/ (0, - react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__.jsx)( - _wordpress_block_editor__WEBPACK_IMPORTED_MODULE_1__.__experimentalLinkControl, - { - value: attributes.link, - onChange: (value) => { - setAttributes({ - link: value, - }); - }, - }, - ), - }, - ), - /*#__PURE__*/ (0, - react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__.jsx)( - _wordpress_components__WEBPACK_IMPORTED_MODULE_2__.PanelBody, - { - title: "Couleur", - initialOpen: true, - children: /*#__PURE__*/ (0, - react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__.jsx)( - _wordpress_components__WEBPACK_IMPORTED_MODULE_2__.PanelRow, - { - children: /*#__PURE__*/ (0, - react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__.jsx)( - _wordpress_components__WEBPACK_IMPORTED_MODULE_2__.ColorPalette, - { - value: color, - onChange: (value) => { - handleColorChange(value); - }, - colors: colors, - disableCustomColors: true, - }, - ), - }, - ), - }, - ), - ], - }, - ), - }, - ), - /*#__PURE__*/ (0, - react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__.jsxs)("div", { - ...(0, - _wordpress_block_editor__WEBPACK_IMPORTED_MODULE_1__.useBlockProps)( - { - className: `cta align--${attributes.align}`, - style: { - "--cta-current-color": color, - }, - }, - ), - children: [ - /*#__PURE__*/ (0, - react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__.jsx)( - _wordpress_block_editor__WEBPACK_IMPORTED_MODULE_1__.RichText, - { - tagName: "a", - placeholder: "Ajouter un lien", - value: attributes.text, - onChange: (text) => - setAttributes({ - text, - }), - allowedFormats: [], - }, - ), - /*#__PURE__*/ (0, - react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__.jsx)("div", { - className: "icon", - children: /*#__PURE__*/ (0, - react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__.jsx)( - _img_carhop_fleche_lien_externe_full_svg__WEBPACK_IMPORTED_MODULE_4__.ReactComponent, - { - style: { - "--cta-current-color": color, - }, - }, - ), - }), - ], - }), - ], - }, - ); - } +__webpack_require__.r(__webpack_exports__); +/* harmony export */ __webpack_require__.d(__webpack_exports__, { +/* harmony export */ "default": () => (/* binding */ Edit) +/* harmony export */ }); +/* harmony import */ var _wordpress_i18n__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @wordpress/i18n */ "@wordpress/i18n"); +/* harmony import */ var _wordpress_i18n__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_wordpress_i18n__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _wordpress_block_editor__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @wordpress/block-editor */ "@wordpress/block-editor"); +/* harmony import */ var _wordpress_block_editor__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_wordpress_block_editor__WEBPACK_IMPORTED_MODULE_1__); +/* harmony import */ var _wordpress_components__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @wordpress/components */ "@wordpress/components"); +/* harmony import */ var _wordpress_components__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_wordpress_components__WEBPACK_IMPORTED_MODULE_2__); +/* harmony import */ var _editor_scss__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./editor.scss */ "./src/cta/editor.scss"); +/* harmony import */ var _img_carhop_fleche_lien_externe_full_svg__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../img/carhop-fleche-lien-externe-full.svg */ "./src/img/carhop-fleche-lien-externe-full.svg"); +/* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! react/jsx-runtime */ "react/jsx-runtime"); +/* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__); - /***/ - }, - /***/ "./src/cta/editor.scss": - /*!*****************************!*\ + + + + + + + +function Edit({ + attributes, + setAttributes +}) { + const { + color + } = attributes; + const colors = (0,_wordpress_block_editor__WEBPACK_IMPORTED_MODULE_1__.useSetting)("color.palette.theme"); + function handleColorChange(value) { + setAttributes({ + color: value + }); + } + return /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__.jsxs)(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__.Fragment, { + children: [/*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__.jsx)(_wordpress_block_editor__WEBPACK_IMPORTED_MODULE_1__.BlockControls, { + children: /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__.jsx)(_wordpress_block_editor__WEBPACK_IMPORTED_MODULE_1__.AlignmentToolbar, { + value: attributes.align, + onChange: value => setAttributes({ + align: value + }) + }) + }), /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__.jsx)(_wordpress_block_editor__WEBPACK_IMPORTED_MODULE_1__.InspectorControls, { + children: /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__.jsxs)(_wordpress_components__WEBPACK_IMPORTED_MODULE_2__.PanelBody, { + title: "Lien", + initialOpen: true, + children: [/*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__.jsx)("div", { + children: /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__.jsx)(_wordpress_block_editor__WEBPACK_IMPORTED_MODULE_1__.__experimentalLinkControl, { + value: attributes.link, + onChange: value => { + setAttributes({ + link: value + }); + } + }) + }), /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__.jsx)(_wordpress_components__WEBPACK_IMPORTED_MODULE_2__.PanelBody, { + title: "Couleur", + initialOpen: true, + children: /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__.jsx)(_wordpress_components__WEBPACK_IMPORTED_MODULE_2__.PanelRow, { + children: /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__.jsx)(_wordpress_components__WEBPACK_IMPORTED_MODULE_2__.ColorPalette, { + value: color, + onChange: value => { + handleColorChange(value); + }, + colors: colors, + disableCustomColors: true + }) + }) + })] + }) + }), /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__.jsx)("div", { + ...(0,_wordpress_block_editor__WEBPACK_IMPORTED_MODULE_1__.useBlockProps)({ + className: `cta align--${attributes.align}`, + style: { + "--cta-current-color": color + } + }), + children: /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__.jsx)(_wordpress_block_editor__WEBPACK_IMPORTED_MODULE_1__.RichText, { + tagName: "a", + placeholder: "Ajouter un lien", + value: attributes.text, + onChange: text => setAttributes({ + text + }), + allowedFormats: [] + }) + })] + }); +} + +/***/ }), + +/***/ "./src/cta/editor.scss": +/*!*****************************!*\ !*** ./src/cta/editor.scss ***! \*****************************/ - /***/ ( - __unused_webpack_module, - __webpack_exports__, - __webpack_require__, - ) => { - __webpack_require__.r(__webpack_exports__); - // extracted by mini-css-extract-plugin +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - /***/ - }, +__webpack_require__.r(__webpack_exports__); +// extracted by mini-css-extract-plugin - /***/ "./src/cta/index.js": - /*!**************************!*\ + +/***/ }), + +/***/ "./src/cta/index.js": +/*!**************************!*\ !*** ./src/cta/index.js ***! \**************************/ - /***/ ( - __unused_webpack_module, - __webpack_exports__, - __webpack_require__, - ) => { - __webpack_require__.r(__webpack_exports__); - /* harmony import */ var _wordpress_blocks__WEBPACK_IMPORTED_MODULE_0__ = - __webpack_require__(/*! @wordpress/blocks */ "@wordpress/blocks"); - /* harmony import */ var _wordpress_blocks__WEBPACK_IMPORTED_MODULE_0___default = - /*#__PURE__*/ __webpack_require__.n( - _wordpress_blocks__WEBPACK_IMPORTED_MODULE_0__, - ); - /* harmony import */ var _style_scss__WEBPACK_IMPORTED_MODULE_1__ = - __webpack_require__(/*! ./style.scss */ "./src/cta/style.scss"); - /* harmony import */ var _edit__WEBPACK_IMPORTED_MODULE_2__ = - __webpack_require__(/*! ./edit */ "./src/cta/edit.js"); - /* harmony import */ var _save__WEBPACK_IMPORTED_MODULE_3__ = - __webpack_require__(/*! ./save */ "./src/cta/save.js"); - /* harmony import */ var _block_json__WEBPACK_IMPORTED_MODULE_4__ = - __webpack_require__(/*! ./block.json */ "./src/cta/block.json"); - /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__ = - __webpack_require__(/*! react/jsx-runtime */ "react/jsx-runtime"); - /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5___default = - /*#__PURE__*/ __webpack_require__.n( - react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__, - ); +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - (0, _wordpress_blocks__WEBPACK_IMPORTED_MODULE_0__.registerBlockType)( - _block_json__WEBPACK_IMPORTED_MODULE_4__.name, - { - icon: { - src: /*#__PURE__*/ (0, - react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__.jsxs)("svg", { - width: "32", - height: "32", - viewBox: "0 0 32 32", - children: [ - /*#__PURE__*/ (0, - react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__.jsxs)("g", { - children: [ - /*#__PURE__*/ (0, - react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__.jsx)( - "path", - { - d: "M21.15,10.59l-9.38,10.02", - stroke: "#136f63", - fill: "none", - strokeWidth: "3", - }, - ), - /*#__PURE__*/ (0, - react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__.jsx)( - "path", - { - d: "M21.15,21.4v-10.81h-10.32", - stroke: "#136f63", - fill: "none", - strokeWidth: "3", - }, - ), - ], - }), - /*#__PURE__*/ (0, - react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__.jsx)( - "circle", - { - cx: "16", - cy: "16", - r: "15", - stroke: "#136f63", - fill: "none", - strokeWidth: "3", - }, - ), - ], - }), - }, - edit: _edit__WEBPACK_IMPORTED_MODULE_2__["default"], - save: _save__WEBPACK_IMPORTED_MODULE_3__["default"], - }, - ); +__webpack_require__.r(__webpack_exports__); +/* harmony import */ var _wordpress_blocks__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @wordpress/blocks */ "@wordpress/blocks"); +/* harmony import */ var _wordpress_blocks__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_wordpress_blocks__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _style_scss__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./style.scss */ "./src/cta/style.scss"); +/* harmony import */ var _edit__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./edit */ "./src/cta/edit.js"); +/* harmony import */ var _save__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./save */ "./src/cta/save.js"); +/* harmony import */ var _block_json__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./block.json */ "./src/cta/block.json"); +/* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! react/jsx-runtime */ "react/jsx-runtime"); +/* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__); - /***/ - }, - /***/ "./src/cta/save.js": - /*!*************************!*\ + + + + +(0,_wordpress_blocks__WEBPACK_IMPORTED_MODULE_0__.registerBlockType)(_block_json__WEBPACK_IMPORTED_MODULE_4__.name, { + icon: { + src: /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__.jsxs)("svg", { + width: "32", + height: "32", + viewBox: "0 0 32 32", + children: [/*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__.jsxs)("g", { + children: [/*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__.jsx)("path", { + d: "M21.15,10.59l-9.38,10.02", + stroke: "#136f63", + fill: "none", + strokeWidth: "3" + }), /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__.jsx)("path", { + d: "M21.15,21.4v-10.81h-10.32", + stroke: "#136f63", + fill: "none", + strokeWidth: "3" + })] + }), /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_5__.jsx)("circle", { + cx: "16", + cy: "16", + r: "15", + stroke: "#136f63", + fill: "none", + strokeWidth: "3" + })] + }) + }, + edit: _edit__WEBPACK_IMPORTED_MODULE_2__["default"], + save: _save__WEBPACK_IMPORTED_MODULE_3__["default"] +}); + +/***/ }), + +/***/ "./src/cta/save.js": +/*!*************************!*\ !*** ./src/cta/save.js ***! \*************************/ - /***/ ( - __unused_webpack_module, - __webpack_exports__, - __webpack_require__, - ) => { - __webpack_require__.r(__webpack_exports__); - /* harmony export */ __webpack_require__.d(__webpack_exports__, { - /* harmony export */ default: () => /* binding */ save, - /* harmony export */ - }); - /* harmony import */ var _wordpress_block_editor__WEBPACK_IMPORTED_MODULE_0__ = - __webpack_require__( - /*! @wordpress/block-editor */ "@wordpress/block-editor", - ); - /* harmony import */ var _wordpress_block_editor__WEBPACK_IMPORTED_MODULE_0___default = - /*#__PURE__*/ __webpack_require__.n( - _wordpress_block_editor__WEBPACK_IMPORTED_MODULE_0__, - ); - /* harmony import */ var _img_carhop_fleche_lien_externe_full_svg__WEBPACK_IMPORTED_MODULE_1__ = - __webpack_require__( - /*! ../img/carhop-fleche-lien-externe-full.svg */ "./src/img/carhop-fleche-lien-externe-full.svg", - ); - /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__ = - __webpack_require__(/*! react/jsx-runtime */ "react/jsx-runtime"); - /* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2___default = - /*#__PURE__*/ __webpack_require__.n( - react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__, - ); +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - function save({ attributes }) { - const { align, link, text, color } = attributes; - return /*#__PURE__*/ (0, - react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)( - react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.Fragment, - {}, - ); - // - // {text} - //
- // - //
- //
- } +__webpack_require__.r(__webpack_exports__); +/* harmony export */ __webpack_require__.d(__webpack_exports__, { +/* harmony export */ "default": () => (/* binding */ save) +/* harmony export */ }); +/* harmony import */ var _wordpress_block_editor__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @wordpress/block-editor */ "@wordpress/block-editor"); +/* harmony import */ var _wordpress_block_editor__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_wordpress_block_editor__WEBPACK_IMPORTED_MODULE_0__); +/* harmony import */ var _img_carhop_fleche_lien_externe_full_svg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../img/carhop-fleche-lien-externe-full.svg */ "./src/img/carhop-fleche-lien-externe-full.svg"); +/* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! react/jsx-runtime */ "react/jsx-runtime"); +/* harmony import */ var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__); - /***/ - }, - /***/ "./src/cta/style.scss": - /*!****************************!*\ + +function save({ + attributes +}) { + const { + align, + link, + text, + color + } = attributes; + return /*#__PURE__*/(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.jsx)(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_2__.Fragment, {}) + // + // {text} + //
+ // + //
+ //
+ ; +} + +/***/ }), + +/***/ "./src/cta/style.scss": +/*!****************************!*\ !*** ./src/cta/style.scss ***! \****************************/ - /***/ ( - __unused_webpack_module, - __webpack_exports__, - __webpack_require__, - ) => { - __webpack_require__.r(__webpack_exports__); - // extracted by mini-css-extract-plugin +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - /***/ - }, +__webpack_require__.r(__webpack_exports__); +// extracted by mini-css-extract-plugin - /***/ "./src/img/carhop-fleche-lien-externe-full.svg": - /*!*****************************************************!*\ + +/***/ }), + +/***/ "./src/img/carhop-fleche-lien-externe-full.svg": +/*!*****************************************************!*\ !*** ./src/img/carhop-fleche-lien-externe-full.svg ***! \*****************************************************/ - /***/ ( - __unused_webpack_module, - __webpack_exports__, - __webpack_require__, - ) => { - __webpack_require__.r(__webpack_exports__); - /* harmony export */ __webpack_require__.d(__webpack_exports__, { - /* harmony export */ ReactComponent: () => - /* binding */ SvgCarhopFlecheLienExterneFull, - /* harmony export */ default: () => __WEBPACK_DEFAULT_EXPORT__, - /* harmony export */ - }); - /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = - __webpack_require__(/*! react */ "react"); - /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = - /*#__PURE__*/ __webpack_require__.n( - react__WEBPACK_IMPORTED_MODULE_0__, - ); - var _defs, _path, _circle; - function _extends() { - return ( - (_extends = Object.assign - ? Object.assign.bind() - : function (n) { - for (var e = 1; e < arguments.length; e++) { - var t = arguments[e]; - for (var r in t) - ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); - } - return n; - }), - _extends.apply(null, arguments) - ); - } +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => { - var SvgCarhopFlecheLienExterneFull = - function SvgCarhopFlecheLienExterneFull(props) { - return /*#__PURE__*/ react__WEBPACK_IMPORTED_MODULE_0__.createElement( - "svg", - _extends( - { - xmlns: "http://www.w3.org/2000/svg", - id: "carhop-fleche-lien-externe-full_svg__fleche-lien-externe-full", - viewBox: "0 0 32 32", - }, - props, - ), - _defs || - (_defs = - /*#__PURE__*/ react__WEBPACK_IMPORTED_MODULE_0__.createElement( - "defs", - null, - /*#__PURE__*/ react__WEBPACK_IMPORTED_MODULE_0__.createElement( - "style", - null, - ".carhop-fleche-lien-externe-full_svg__cls-1{fill:none;stroke:#000;stroke-width:2px}", - ), - )), - _path || - (_path = - /*#__PURE__*/ react__WEBPACK_IMPORTED_MODULE_0__.createElement( - "path", - { - d: "m21.15 10.59-9.38 10.02M21.15 21.4V10.59H10.83", - className: "carhop-fleche-lien-externe-full_svg__cls-1", - }, - )), - _circle || - (_circle = - /*#__PURE__*/ react__WEBPACK_IMPORTED_MODULE_0__.createElement( - "circle", - { - cx: 16, - cy: 16, - r: 15, - className: "carhop-fleche-lien-externe-full_svg__cls-1", - }, - )), - ); - }; +__webpack_require__.r(__webpack_exports__); +/* harmony export */ __webpack_require__.d(__webpack_exports__, { +/* harmony export */ ReactComponent: () => (/* binding */ SvgCarhopFlecheLienExterneFull), +/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__) +/* harmony export */ }); +/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "react"); +/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__); +var _defs, _path, _circle; +function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); } - /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = - "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iZmxlY2hlLWxpZW4tZXh0ZXJuZS1mdWxsIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogbm9uZTsKICAgICAgICBzdHJva2U6ICMwMDA7CiAgICAgICAgc3Ryb2tlLXdpZHRoOiAycHg7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxnPgogICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjEuMTUsMTAuNTlsLTkuMzgsMTAuMDIiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIxLjE1LDIxLjR2LTEwLjgxaC0xMC4zMiIvPgogIDwvZz4KICA8Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9IjE2IiBjeT0iMTYiIHI9IjE1Ii8+Cjwvc3ZnPg=="; +var SvgCarhopFlecheLienExterneFull = function SvgCarhopFlecheLienExterneFull(props) { + return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", _extends({ + xmlns: "http://www.w3.org/2000/svg", + id: "carhop-fleche-lien-externe-full_svg__fleche-lien-externe-full", + viewBox: "0 0 32 32" + }, props), _defs || (_defs = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("defs", null, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("style", null, ".carhop-fleche-lien-externe-full_svg__cls-1{fill:none;stroke:#000;stroke-width:2px}"))), _path || (_path = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", { + d: "m21.15 10.59-9.38 10.02M21.15 21.4V10.59H10.83", + className: "carhop-fleche-lien-externe-full_svg__cls-1" + })), _circle || (_circle = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("circle", { + cx: 16, + cy: 16, + r: 15, + className: "carhop-fleche-lien-externe-full_svg__cls-1" + }))); +}; - /***/ - }, +/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iZmxlY2hlLWxpZW4tZXh0ZXJuZS1mdWxsIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogbm9uZTsKICAgICAgICBzdHJva2U6ICMwMDA7CiAgICAgICAgc3Ryb2tlLXdpZHRoOiAycHg7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxnPgogICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjEuMTUsMTAuNTlsLTkuMzgsMTAuMDIiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIxLjE1LDIxLjR2LTEwLjgxaC0xMC4zMiIvPgogIDwvZz4KICA8Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9IjE2IiBjeT0iMTYiIHI9IjE1Ii8+Cjwvc3ZnPg=="); - /***/ "@wordpress/block-editor": - /*!*************************************!*\ +/***/ }), + +/***/ "@wordpress/block-editor": +/*!*************************************!*\ !*** external ["wp","blockEditor"] ***! \*************************************/ - /***/ (module) => { - module.exports = window["wp"]["blockEditor"]; +/***/ ((module) => { - /***/ - }, +module.exports = window["wp"]["blockEditor"]; - /***/ "@wordpress/blocks": - /*!********************************!*\ +/***/ }), + +/***/ "@wordpress/blocks": +/*!********************************!*\ !*** external ["wp","blocks"] ***! \********************************/ - /***/ (module) => { - module.exports = window["wp"]["blocks"]; +/***/ ((module) => { - /***/ - }, +module.exports = window["wp"]["blocks"]; - /***/ "@wordpress/components": - /*!************************************!*\ +/***/ }), + +/***/ "@wordpress/components": +/*!************************************!*\ !*** external ["wp","components"] ***! \************************************/ - /***/ (module) => { - module.exports = window["wp"]["components"]; +/***/ ((module) => { - /***/ - }, +module.exports = window["wp"]["components"]; - /***/ "@wordpress/i18n": - /*!******************************!*\ +/***/ }), + +/***/ "@wordpress/i18n": +/*!******************************!*\ !*** external ["wp","i18n"] ***! \******************************/ - /***/ (module) => { - module.exports = window["wp"]["i18n"]; +/***/ ((module) => { - /***/ - }, +module.exports = window["wp"]["i18n"]; - /***/ react: - /*!************************!*\ +/***/ }), + +/***/ "react": +/*!************************!*\ !*** external "React" ***! \************************/ - /***/ (module) => { - module.exports = window["React"]; +/***/ ((module) => { - /***/ - }, +module.exports = window["React"]; - /***/ "react/jsx-runtime": - /*!**********************************!*\ +/***/ }), + +/***/ "react/jsx-runtime": +/*!**********************************!*\ !*** external "ReactJSXRuntime" ***! \**********************************/ - /***/ (module) => { - module.exports = window["ReactJSXRuntime"]; +/***/ ((module) => { - /***/ - }, +module.exports = window["ReactJSXRuntime"]; - /******/ - }; - /************************************************************************/ - /******/ // The module cache - /******/ var __webpack_module_cache__ = {}; - /******/ - /******/ // The require function - /******/ function __webpack_require__(moduleId) { - /******/ // Check if module is in cache - /******/ var cachedModule = __webpack_module_cache__[moduleId]; - /******/ if (cachedModule !== undefined) { - /******/ return cachedModule.exports; - /******/ - } - /******/ // Create a new module (and put it into the cache) - /******/ var module = (__webpack_module_cache__[moduleId] = { - /******/ // no module.id needed - /******/ // no module.loaded needed - /******/ exports: {}, - /******/ - }); - /******/ - /******/ // Execute the module function - /******/ __webpack_modules__[moduleId]( - module, - module.exports, - __webpack_require__, - ); - /******/ - /******/ // Return the exports of the module - /******/ return module.exports; - /******/ - } - /******/ - /******/ // expose the modules object (__webpack_modules__) - /******/ __webpack_require__.m = __webpack_modules__; - /******/ - /************************************************************************/ - /******/ /* webpack/runtime/chunk loaded */ - /******/ (() => { - /******/ var deferred = []; - /******/ __webpack_require__.O = (result, chunkIds, fn, priority) => { - /******/ if (chunkIds) { - /******/ priority = priority || 0; - /******/ for ( - var i = deferred.length; - i > 0 && deferred[i - 1][2] > priority; - i-- - ) - deferred[i] = deferred[i - 1]; - /******/ deferred[i] = [chunkIds, fn, priority]; - /******/ return; - /******/ - } - /******/ var notFulfilled = Infinity; - /******/ for (var i = 0; i < deferred.length; i++) { - /******/ var [chunkIds, fn, priority] = deferred[i]; - /******/ var fulfilled = true; - /******/ for (var j = 0; j < chunkIds.length; j++) { - /******/ if ( - (priority & (1 === 0) || notFulfilled >= priority) && - Object.keys(__webpack_require__.O).every((key) => - __webpack_require__.O[key](chunkIds[j]), - ) - ) { - /******/ chunkIds.splice(j--, 1); - /******/ - } else { - /******/ fulfilled = false; - /******/ if (priority < notFulfilled) notFulfilled = priority; - /******/ - } - /******/ - } - /******/ if (fulfilled) { - /******/ deferred.splice(i--, 1); - /******/ var r = fn(); - /******/ if (r !== undefined) result = r; - /******/ - } - /******/ - } - /******/ return result; - /******/ - }; - /******/ - })(); - /******/ - /******/ /* webpack/runtime/compat get default export */ - /******/ (() => { - /******/ // getDefaultExport function for compatibility with non-harmony modules - /******/ __webpack_require__.n = (module) => { - /******/ var getter = - module && module.__esModule - ? /******/ () => module["default"] - : /******/ () => module; - /******/ __webpack_require__.d(getter, { a: getter }); - /******/ return getter; - /******/ - }; - /******/ - })(); - /******/ - /******/ /* webpack/runtime/define property getters */ - /******/ (() => { - /******/ // define getter functions for harmony exports - /******/ __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 */ - /******/ (() => { - /******/ __webpack_require__.o = (obj, prop) => - Object.prototype.hasOwnProperty.call(obj, prop); - /******/ - })(); - /******/ - /******/ /* webpack/runtime/make namespace object */ - /******/ (() => { - /******/ // define __esModule on exports - /******/ __webpack_require__.r = (exports) => { - /******/ if (typeof Symbol !== "undefined" && Symbol.toStringTag) { - /******/ Object.defineProperty(exports, Symbol.toStringTag, { - value: "Module", - }); - /******/ - } - /******/ Object.defineProperty(exports, "__esModule", { value: true }); - /******/ - }; - /******/ - })(); - /******/ - /******/ /* webpack/runtime/jsonp chunk loading */ - /******/ (() => { - /******/ // no baseURI - /******/ - /******/ // object to store loaded and loading chunks - /******/ // undefined = chunk not loaded, null = chunk preloaded/prefetched - /******/ // [resolve, reject, Promise] = chunk loading, 0 = chunk loaded - /******/ var installedChunks = { - /******/ "cta/index": 0, - /******/ "cta/style-index": 0, - /******/ - }; - /******/ - /******/ // no chunk on demand loading - /******/ - /******/ // no prefetching - /******/ - /******/ // no preloaded - /******/ - /******/ // no HMR - /******/ - /******/ // no HMR manifest - /******/ - /******/ __webpack_require__.O.j = (chunkId) => - installedChunks[chunkId] === 0; - /******/ - /******/ // install a JSONP callback for chunk loading - /******/ var webpackJsonpCallback = (parentChunkLoadingFunction, data) => { - /******/ var [chunkIds, moreModules, runtime] = data; - /******/ // add "moreModules" to the modules object, - /******/ // then flag all "chunkIds" as loaded and fire callback - /******/ var moduleId, - chunkId, - i = 0; - /******/ if (chunkIds.some((id) => installedChunks[id] !== 0)) { - /******/ for (moduleId in moreModules) { - /******/ if (__webpack_require__.o(moreModules, moduleId)) { - /******/ __webpack_require__.m[moduleId] = moreModules[moduleId]; - /******/ - } - /******/ - } - /******/ if (runtime) var result = runtime(__webpack_require__); - /******/ - } - /******/ if (parentChunkLoadingFunction) parentChunkLoadingFunction(data); - /******/ for (; i < chunkIds.length; i++) { - /******/ chunkId = chunkIds[i]; - /******/ if ( - __webpack_require__.o(installedChunks, chunkId) && - installedChunks[chunkId] - ) { - /******/ installedChunks[chunkId][0](); - /******/ - } - /******/ installedChunks[chunkId] = 0; - /******/ - } - /******/ return __webpack_require__.O(result); - /******/ - }; - /******/ - /******/ var chunkLoadingGlobal = (globalThis["webpackChunkcta"] = - globalThis["webpackChunkcta"] || []); - /******/ chunkLoadingGlobal.forEach(webpackJsonpCallback.bind(null, 0)); - /******/ chunkLoadingGlobal.push = webpackJsonpCallback.bind( - null, - chunkLoadingGlobal.push.bind(chunkLoadingGlobal), - ); - /******/ - })(); - /******/ - /************************************************************************/ - /******/ - /******/ // startup - /******/ // Load entry module and return exports - /******/ // This entry module depends on other loaded chunks and execution need to be delayed - /******/ var __webpack_exports__ = __webpack_require__.O( - undefined, - ["cta/style-index"], - () => __webpack_require__("./src/cta/index.js"), - ); - /******/ __webpack_exports__ = __webpack_require__.O(__webpack_exports__); - /******/ - /******/ -})(); -//# sourceMappingURL=index.js.map +/***/ }) + +/******/ }); +/************************************************************************/ +/******/ // The module cache +/******/ var __webpack_module_cache__ = {}; +/******/ +/******/ // The require function +/******/ function __webpack_require__(moduleId) { +/******/ // Check if module is in cache +/******/ var cachedModule = __webpack_module_cache__[moduleId]; +/******/ if (cachedModule !== undefined) { +/******/ return cachedModule.exports; +/******/ } +/******/ // Create a new module (and put it into the cache) +/******/ var module = __webpack_module_cache__[moduleId] = { +/******/ // no module.id needed +/******/ // no module.loaded needed +/******/ exports: {} +/******/ }; +/******/ +/******/ // Execute the module function +/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__); +/******/ +/******/ // Return the exports of the module +/******/ return module.exports; +/******/ } +/******/ +/******/ // expose the modules object (__webpack_modules__) +/******/ __webpack_require__.m = __webpack_modules__; +/******/ +/************************************************************************/ +/******/ /* webpack/runtime/chunk loaded */ +/******/ (() => { +/******/ var deferred = []; +/******/ __webpack_require__.O = (result, chunkIds, fn, priority) => { +/******/ if(chunkIds) { +/******/ priority = priority || 0; +/******/ for(var i = deferred.length; i > 0 && deferred[i - 1][2] > priority; i--) deferred[i] = deferred[i - 1]; +/******/ deferred[i] = [chunkIds, fn, priority]; +/******/ return; +/******/ } +/******/ var notFulfilled = Infinity; +/******/ for (var i = 0; i < deferred.length; i++) { +/******/ var [chunkIds, fn, priority] = deferred[i]; +/******/ var fulfilled = true; +/******/ for (var j = 0; j < chunkIds.length; j++) { +/******/ if ((priority & 1 === 0 || notFulfilled >= priority) && Object.keys(__webpack_require__.O).every((key) => (__webpack_require__.O[key](chunkIds[j])))) { +/******/ chunkIds.splice(j--, 1); +/******/ } else { +/******/ fulfilled = false; +/******/ if(priority < notFulfilled) notFulfilled = priority; +/******/ } +/******/ } +/******/ if(fulfilled) { +/******/ deferred.splice(i--, 1) +/******/ var r = fn(); +/******/ if (r !== undefined) result = r; +/******/ } +/******/ } +/******/ return result; +/******/ }; +/******/ })(); +/******/ +/******/ /* webpack/runtime/compat get default export */ +/******/ (() => { +/******/ // getDefaultExport function for compatibility with non-harmony modules +/******/ __webpack_require__.n = (module) => { +/******/ var getter = module && module.__esModule ? +/******/ () => (module['default']) : +/******/ () => (module); +/******/ __webpack_require__.d(getter, { a: getter }); +/******/ return getter; +/******/ }; +/******/ })(); +/******/ +/******/ /* webpack/runtime/define property getters */ +/******/ (() => { +/******/ // define getter functions for harmony exports +/******/ __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 */ +/******/ (() => { +/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop)) +/******/ })(); +/******/ +/******/ /* webpack/runtime/make namespace object */ +/******/ (() => { +/******/ // define __esModule on exports +/******/ __webpack_require__.r = (exports) => { +/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) { +/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); +/******/ } +/******/ Object.defineProperty(exports, '__esModule', { value: true }); +/******/ }; +/******/ })(); +/******/ +/******/ /* webpack/runtime/jsonp chunk loading */ +/******/ (() => { +/******/ // no baseURI +/******/ +/******/ // object to store loaded and loading chunks +/******/ // undefined = chunk not loaded, null = chunk preloaded/prefetched +/******/ // [resolve, reject, Promise] = chunk loading, 0 = chunk loaded +/******/ var installedChunks = { +/******/ "cta/index": 0, +/******/ "cta/style-index": 0 +/******/ }; +/******/ +/******/ // no chunk on demand loading +/******/ +/******/ // no prefetching +/******/ +/******/ // no preloaded +/******/ +/******/ // no HMR +/******/ +/******/ // no HMR manifest +/******/ +/******/ __webpack_require__.O.j = (chunkId) => (installedChunks[chunkId] === 0); +/******/ +/******/ // install a JSONP callback for chunk loading +/******/ var webpackJsonpCallback = (parentChunkLoadingFunction, data) => { +/******/ var [chunkIds, moreModules, runtime] = data; +/******/ // add "moreModules" to the modules object, +/******/ // then flag all "chunkIds" as loaded and fire callback +/******/ var moduleId, chunkId, i = 0; +/******/ if(chunkIds.some((id) => (installedChunks[id] !== 0))) { +/******/ for(moduleId in moreModules) { +/******/ if(__webpack_require__.o(moreModules, moduleId)) { +/******/ __webpack_require__.m[moduleId] = moreModules[moduleId]; +/******/ } +/******/ } +/******/ if(runtime) var result = runtime(__webpack_require__); +/******/ } +/******/ if(parentChunkLoadingFunction) parentChunkLoadingFunction(data); +/******/ for(;i < chunkIds.length; i++) { +/******/ chunkId = chunkIds[i]; +/******/ if(__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) { +/******/ installedChunks[chunkId][0](); +/******/ } +/******/ installedChunks[chunkId] = 0; +/******/ } +/******/ return __webpack_require__.O(result); +/******/ } +/******/ +/******/ var chunkLoadingGlobal = globalThis["webpackChunkcta"] = globalThis["webpackChunkcta"] || []; +/******/ chunkLoadingGlobal.forEach(webpackJsonpCallback.bind(null, 0)); +/******/ chunkLoadingGlobal.push = webpackJsonpCallback.bind(null, chunkLoadingGlobal.push.bind(chunkLoadingGlobal)); +/******/ })(); +/******/ +/************************************************************************/ +/******/ +/******/ // startup +/******/ // Load entry module and return exports +/******/ // This entry module depends on other loaded chunks and execution need to be delayed +/******/ var __webpack_exports__ = __webpack_require__.O(undefined, ["cta/style-index"], () => (__webpack_require__("./src/cta/index.js"))) +/******/ __webpack_exports__ = __webpack_require__.O(__webpack_exports__); +/******/ +/******/ })() +; +//# sourceMappingURL=index.js.map \ No newline at end of file diff --git a/plugins/carhop-blocks/blocks/cta/build/cta/index.js.map b/plugins/carhop-blocks/blocks/cta/build/cta/index.js.map index 6829cf6..c711ba6 100644 --- a/plugins/carhop-blocks/blocks/cta/build/cta/index.js.map +++ b/plugins/carhop-blocks/blocks/cta/build/cta/index.js.map @@ -1 +1 @@ -{"version":3,"file":"cta/index.js","mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAqC;AAOJ;AACiB;AAC3B;AACmD;AACX;AACnB;AAC6C;AAAA;AAE1E,SAASqB,IAAIA,CAAC;EAAEC,UAAU;EAAEC;AAAc,CAAC,EAAE;EAC3D,MAAM;IAAEC;EAAM,CAAC,GAAGF,UAAU;EAC5B,MAAMG,MAAM,GAAGnB,mEAAU,CAAC,qBAAqB,CAAC;EAEhD,SAASoB,iBAAiBA,CAACC,KAAK,EAAE;IACjCJ,aAAa,CAAC;MAAEC,KAAK,EAAEG;IAAM,CAAC,CAAC;EAChC;EACA,oBACCT,uDAAA,CAAAE,uDAAA;IAAAQ,QAAA,gBACCZ,sDAAA,CAACR,kEAAa;MAAAoB,QAAA,eACbZ,sDAAA,CAACP,qEAAgB;QAChBkB,KAAK,EAAEL,UAAU,CAACO,KAAM;QACxBC,QAAQ,EAAGH,KAAK,IAAKJ,aAAa,CAAC;UAAEM,KAAK,EAAEF;QAAM,CAAC;MAAE,CACrD;IAAC,CACY,CAAC,eAChBX,sDAAA,CAACb,sEAAiB;MAAAyB,QAAA,eACjBV,uDAAA,CAACX,4DAAS;QAACwB,KAAK,EAAC,MAAM;QAACC,WAAW,EAAE,IAAK;QAAAJ,QAAA,gBACzCZ,sDAAA;UAAAY,QAAA,eACCZ,sDAAA,CAACX,8EAAW;YACXsB,KAAK,EAAEL,UAAU,CAACW,IAAK;YACvBH,QAAQ,EAAGH,KAAK,IAAK;cACpBJ,aAAa,CAAC;gBAAEU,IAAI,EAAEN;cAAM,CAAC,CAAC;YAC/B;UAAE,CACF;QAAC,CACE,CAAC,eAENX,sDAAA,CAACT,4DAAS;UAACwB,KAAK,EAAC,SAAS;UAACC,WAAW,EAAE,IAAK;UAAAJ,QAAA,eAC5CZ,sDAAA,CAACL,2DAAQ;YAAAiB,QAAA,eACRZ,sDAAA,CAACN,+DAAY;cACZiB,KAAK,EAAEH,KAAM;cACbM,QAAQ,EAAGH,KAAK,IAAK;gBACpBO,OAAO,CAACC,GAAG,CAACR,KAAK,CAAC;gBAClBD,iBAAiB,CAACC,KAAK,CAAC;cACzB,CAAE;cACFF,MAAM,EAAEA,MAAO;cACfW,mBAAmB,EAAE;YAAK,CAC1B;UAAC,CACO;QAAC,CACD,CAAC;MAAA,CACF;IAAC,CACM,CAAC,eACpBlB,uDAAA;MAAA,GACKjB,sEAAa,CAAC;QACjBoC,SAAS,EAAE,cAAcf,UAAU,CAACO,KAAK,EAAE;QAC3CS,KAAK,EAAE;UACN,qBAAqB,EAAEd;QACxB;MACD,CAAC,CAAC;MAAAI,QAAA,gBAEFZ,sDAAA,CAACd,6DAAQ;QACRqC,OAAO,EAAC,GAAG;QACXC,WAAW,EAAC,iBAAiB;QAC7Bb,KAAK,EAAEL,UAAU,CAACmB,IAAK;QACvBX,QAAQ,EAAGW,IAAI,IAAKlB,aAAa,CAAC;UAAEkB;QAAK,CAAC,CAAE;QAC5CC,cAAc,EAAE;MAAG,CACnB,CAAC,eACF1B,sDAAA;QAAKqB,SAAS,EAAC,MAAM;QAAAT,QAAA,eACpBZ,sDAAA,CAACF,oFAAS;UAACwB,KAAK,EAAE;YAAE,qBAAqB,EAAEd;UAAM;QAAE,CAAE;MAAC,CAClD,CAAC;IAAA,CACF,CAAC;EAAA,CACL,CAAC;AAEL;;;;;;;;;;;AC7EA;;;;;;;;;;;;;;;;;;;;ACAsD;AAChC;AAEI;AACA;AACU;AAAA;AAEpCmB,oEAAiB,CAACE,6CAAa,EAAE;EAChCE,IAAI,EAAE;IACLC,GAAG,eACF9B,uDAAA;MAAK+B,KAAK,EAAC,IAAI;MAACC,MAAM,EAAC,IAAI;MAACC,OAAO,EAAC,WAAW;MAAAvB,QAAA,gBAC9CV,uDAAA;QAAAU,QAAA,gBACCZ,sDAAA;UACCoC,CAAC,EAAC,0BAA0B;UAC5BC,MAAM,EAAC,SAAS;UAChBC,IAAI,EAAC,MAAM;UACXC,WAAW,EAAC;QAAG,CACf,CAAC,eACFvC,sDAAA;UACCoC,CAAC,EAAC,2BAA2B;UAC7BC,MAAM,EAAC,SAAS;UAChBC,IAAI,EAAC,MAAM;UACXC,WAAW,EAAC;QAAG,CACf,CAAC;MAAA,CACA,CAAC,eACJvC,sDAAA;QACCwC,EAAE,EAAC,IAAI;QACPC,EAAE,EAAC,IAAI;QACPC,CAAC,EAAC,IAAI;QACNL,MAAM,EAAC,SAAS;QAChBC,IAAI,EAAC,MAAM;QACXC,WAAW,EAAC;MAAG,CACf,CAAC;IAAA,CACE;EAEP,CAAC;EACDI,IAAI,EAAEtC,6CAAI;EACVuB,IAAIA,+CAAAA;AACL,CAAC,CAAC;;;;;;;;;;;;;;;;;;;ACtCsD;AACiC;AAAA;AAE1E,SAASA,IAAIA,CAAC;EAAEtB;AAAW,CAAC,EAAE;EAC5C,MAAM;IAAEO,KAAK;IAAEI,IAAI;IAAEQ,IAAI;IAAEjB;EAAM,CAAC,GAAGF,UAAU;EAC/C,oBACCN,sDAAA,CAAAI,uDAAA,IAAI;EACJ;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAAA;AAEF;;;;;;;;;;;ACvBA;;;;;;;;;;;;;;;;;;ACAA;AACA,sBAAsB,wEAAwE,gBAAgB,sBAAsB,OAAO,sBAAsB,oBAAoB,gDAAgD,WAAW;AACjN;AAC/B;AACA,sBAAsB,gDAAmB;AACzC;AACA;AACA;AACA,GAAG,yCAAyC,gDAAmB,4BAA4B,gDAAmB,6DAA6D,UAAU,YAAY,iBAAiB,qCAAqC,gDAAmB;AAC1Q;AACA;AACA,GAAG,uCAAuC,gDAAmB;AAC7D;AACA;AACA;AACA;AACA,GAAG;AACH;AAC4D;AAC5D,iEAAe,oBAAoB,4lBAA4lB;;;;;;;;;;ACnB/nB;;;;;;;;;;ACAA;;;;;;;;;;ACAA;;;;;;;;;;ACAA;;;;;;;;;;ACAA;;;;;;;;;;ACAA;;;;;;UCAA;UACA;;UAEA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;;UAEA;UACA;;UAEA;UACA;UACA;;UAEA;UACA;;;;;WCzBA;WACA;WACA;WACA;WACA,+BAA+B,wCAAwC;WACvE;WACA;WACA;WACA;WACA,iBAAiB,qBAAqB;WACtC;WACA;WACA,kBAAkB,qBAAqB;WACvC;WACA;WACA,KAAK;WACL;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;;;;;WC3BA;WACA;WACA;WACA;WACA;WACA,iCAAiC,WAAW;WAC5C;WACA;;;;;WCPA;WACA;WACA;WACA;WACA,yCAAyC,wCAAwC;WACjF;WACA;WACA;;;;;WCPA;;;;;WCAA;WACA;WACA;WACA,uDAAuD,iBAAiB;WACxE;WACA,gDAAgD,aAAa;WAC7D;;;;;WCNA;;WAEA;WACA;WACA;WACA;WACA;WACA;WACA;;WAEA;;WAEA;;WAEA;;WAEA;;WAEA;;WAEA;;WAEA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA,MAAM,qBAAqB;WAC3B;WACA;WACA;WACA;WACA;WACA;WACA;WACA;;WAEA;WACA;WACA;;;;;UEjDA;UACA;UACA;UACA;UACA","sources":["webpack://cta/./src/cta/edit.js","webpack://cta/./src/cta/editor.scss?affa","webpack://cta/./src/cta/index.js","webpack://cta/./src/cta/save.js","webpack://cta/./src/cta/style.scss?8ec7","webpack://cta/./src/img/carhop-fleche-lien-externe-full.svg","webpack://cta/external window [\"wp\",\"blockEditor\"]","webpack://cta/external window [\"wp\",\"blocks\"]","webpack://cta/external window [\"wp\",\"components\"]","webpack://cta/external window [\"wp\",\"i18n\"]","webpack://cta/external window \"React\"","webpack://cta/external window \"ReactJSXRuntime\"","webpack://cta/webpack/bootstrap","webpack://cta/webpack/runtime/chunk loaded","webpack://cta/webpack/runtime/compat get default export","webpack://cta/webpack/runtime/define property getters","webpack://cta/webpack/runtime/hasOwnProperty shorthand","webpack://cta/webpack/runtime/make namespace object","webpack://cta/webpack/runtime/jsonp chunk loading","webpack://cta/webpack/before-startup","webpack://cta/webpack/startup","webpack://cta/webpack/after-startup"],"sourcesContent":["import { __ } from \"@wordpress/i18n\";\nimport {\n\tuseBlockProps,\n\tRichText,\n\tInspectorControls,\n\t__experimentalLinkControl as LinkControl,\n\tuseSetting,\n} from \"@wordpress/block-editor\";\nimport { PanelBody } from \"@wordpress/components\";\nimport \"./editor.scss\";\nimport { BlockControls, AlignmentToolbar } from \"@wordpress/block-editor\";\nimport { ColorPalette, PanelRow } from \"@wordpress/components\";\nimport { Tip } from \"@wordpress/components\";\nimport { ReactComponent as ArrowIcon } from \"../img/carhop-fleche-lien-externe-full.svg\";\n\nexport default function Edit({ attributes, setAttributes }) {\n\tconst { color } = attributes;\n\tconst colors = useSetting(\"color.palette.theme\");\n\n\tfunction handleColorChange(value) {\n\t\tsetAttributes({ color: value });\n\t}\n\treturn (\n\t\t<>\n\t\t\t\n\t\t\t\t setAttributes({ align: value })}\n\t\t\t\t/>\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t {\n\t\t\t\t\t\t\t\tsetAttributes({ link: value });\n\t\t\t\t\t\t\t}}\n\t\t\t\t\t\t/>\n\t\t\t\t\t
\n\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t {\n\t\t\t\t\t\t\t\t\tconsole.log(value);\n\t\t\t\t\t\t\t\t\thandleColorChange(value);\n\t\t\t\t\t\t\t\t}}\n\t\t\t\t\t\t\t\tcolors={colors}\n\t\t\t\t\t\t\t\tdisableCustomColors={true}\n\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t
\n\t\t\t\n\t\t\t\t setAttributes({ text })}\n\t\t\t\t\tallowedFormats={[]}\n\t\t\t\t/>\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\n\t\t\n\t);\n}\n","// extracted by mini-css-extract-plugin\nexport {};","import { registerBlockType } from \"@wordpress/blocks\";\nimport \"./style.scss\";\n\nimport Edit from \"./edit\";\nimport save from \"./save\";\nimport metadata from \"./block.json\";\n\nregisterBlockType(metadata.name, {\n\ticon: {\n\t\tsrc: (\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t),\n\t},\n\tedit: Edit,\n\tsave,\n});\n","import { useBlockProps } from \"@wordpress/block-editor\";\nimport { ReactComponent as ArrowIcon } from \"../img/carhop-fleche-lien-externe-full.svg\";\n\nexport default function save({ attributes }) {\n\tconst { align, link, text, color } = attributes;\n\treturn (\n\t\t<>\n\t\t// \n\t\t// \t{text}\n\t\t// \t
\n\t\t// \t\t\n\t\t// \t
\n\t\t// \n\t);\n}\n","// extracted by mini-css-extract-plugin\nexport {};","var _defs, _path, _circle;\nfunction _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }\nimport * as React from \"react\";\nvar SvgCarhopFlecheLienExterneFull = function SvgCarhopFlecheLienExterneFull(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n id: \"carhop-fleche-lien-externe-full_svg__fleche-lien-externe-full\",\n viewBox: \"0 0 32 32\"\n }, props), _defs || (_defs = /*#__PURE__*/React.createElement(\"defs\", null, /*#__PURE__*/React.createElement(\"style\", null, \".carhop-fleche-lien-externe-full_svg__cls-1{fill:none;stroke:#000;stroke-width:2px}\"))), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"m21.15 10.59-9.38 10.02M21.15 21.4V10.59H10.83\",\n className: \"carhop-fleche-lien-externe-full_svg__cls-1\"\n })), _circle || (_circle = /*#__PURE__*/React.createElement(\"circle\", {\n cx: 16,\n cy: 16,\n r: 15,\n className: \"carhop-fleche-lien-externe-full_svg__cls-1\"\n })));\n};\nexport { SvgCarhopFlecheLienExterneFull as ReactComponent };\nexport default \"data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iZmxlY2hlLWxpZW4tZXh0ZXJuZS1mdWxsIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogbm9uZTsKICAgICAgICBzdHJva2U6ICMwMDA7CiAgICAgICAgc3Ryb2tlLXdpZHRoOiAycHg7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxnPgogICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjEuMTUsMTAuNTlsLTkuMzgsMTAuMDIiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIxLjE1LDIxLjR2LTEwLjgxaC0xMC4zMiIvPgogIDwvZz4KICA8Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9IjE2IiBjeT0iMTYiIHI9IjE1Ii8+Cjwvc3ZnPg==\";","module.exports = window[\"wp\"][\"blockEditor\"];","module.exports = window[\"wp\"][\"blocks\"];","module.exports = window[\"wp\"][\"components\"];","module.exports = window[\"wp\"][\"i18n\"];","module.exports = window[\"React\"];","module.exports = window[\"ReactJSXRuntime\"];","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n// expose the modules object (__webpack_modules__)\n__webpack_require__.m = __webpack_modules__;\n\n","var deferred = [];\n__webpack_require__.O = (result, chunkIds, fn, priority) => {\n\tif(chunkIds) {\n\t\tpriority = priority || 0;\n\t\tfor(var i = deferred.length; i > 0 && deferred[i - 1][2] > priority; i--) deferred[i] = deferred[i - 1];\n\t\tdeferred[i] = [chunkIds, fn, priority];\n\t\treturn;\n\t}\n\tvar notFulfilled = Infinity;\n\tfor (var i = 0; i < deferred.length; i++) {\n\t\tvar [chunkIds, fn, priority] = deferred[i];\n\t\tvar fulfilled = true;\n\t\tfor (var j = 0; j < chunkIds.length; j++) {\n\t\t\tif ((priority & 1 === 0 || notFulfilled >= priority) && Object.keys(__webpack_require__.O).every((key) => (__webpack_require__.O[key](chunkIds[j])))) {\n\t\t\t\tchunkIds.splice(j--, 1);\n\t\t\t} else {\n\t\t\t\tfulfilled = false;\n\t\t\t\tif(priority < notFulfilled) notFulfilled = priority;\n\t\t\t}\n\t\t}\n\t\tif(fulfilled) {\n\t\t\tdeferred.splice(i--, 1)\n\t\t\tvar r = fn();\n\t\t\tif (r !== undefined) result = r;\n\t\t}\n\t}\n\treturn result;\n};","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","// no baseURI\n\n// object to store loaded and loading chunks\n// undefined = chunk not loaded, null = chunk preloaded/prefetched\n// [resolve, reject, Promise] = chunk loading, 0 = chunk loaded\nvar installedChunks = {\n\t\"cta/index\": 0,\n\t\"cta/style-index\": 0\n};\n\n// no chunk on demand loading\n\n// no prefetching\n\n// no preloaded\n\n// no HMR\n\n// no HMR manifest\n\n__webpack_require__.O.j = (chunkId) => (installedChunks[chunkId] === 0);\n\n// install a JSONP callback for chunk loading\nvar webpackJsonpCallback = (parentChunkLoadingFunction, data) => {\n\tvar [chunkIds, moreModules, runtime] = data;\n\t// add \"moreModules\" to the modules object,\n\t// then flag all \"chunkIds\" as loaded and fire callback\n\tvar moduleId, chunkId, i = 0;\n\tif(chunkIds.some((id) => (installedChunks[id] !== 0))) {\n\t\tfor(moduleId in moreModules) {\n\t\t\tif(__webpack_require__.o(moreModules, moduleId)) {\n\t\t\t\t__webpack_require__.m[moduleId] = moreModules[moduleId];\n\t\t\t}\n\t\t}\n\t\tif(runtime) var result = runtime(__webpack_require__);\n\t}\n\tif(parentChunkLoadingFunction) parentChunkLoadingFunction(data);\n\tfor(;i < chunkIds.length; i++) {\n\t\tchunkId = chunkIds[i];\n\t\tif(__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) {\n\t\t\tinstalledChunks[chunkId][0]();\n\t\t}\n\t\tinstalledChunks[chunkId] = 0;\n\t}\n\treturn __webpack_require__.O(result);\n}\n\nvar chunkLoadingGlobal = globalThis[\"webpackChunkcta\"] = globalThis[\"webpackChunkcta\"] || [];\nchunkLoadingGlobal.forEach(webpackJsonpCallback.bind(null, 0));\nchunkLoadingGlobal.push = webpackJsonpCallback.bind(null, chunkLoadingGlobal.push.bind(chunkLoadingGlobal));","","// startup\n// Load entry module and return exports\n// This entry module depends on other loaded chunks and execution need to be delayed\nvar __webpack_exports__ = __webpack_require__.O(undefined, [\"cta/style-index\"], () => (__webpack_require__(\"./src/cta/index.js\")))\n__webpack_exports__ = __webpack_require__.O(__webpack_exports__);\n",""],"names":["__","useBlockProps","RichText","InspectorControls","__experimentalLinkControl","LinkControl","useSetting","PanelBody","BlockControls","AlignmentToolbar","ColorPalette","PanelRow","Tip","ReactComponent","ArrowIcon","jsx","_jsx","jsxs","_jsxs","Fragment","_Fragment","Edit","attributes","setAttributes","color","colors","handleColorChange","value","children","align","onChange","title","initialOpen","link","console","log","disableCustomColors","className","style","tagName","placeholder","text","allowedFormats","registerBlockType","save","metadata","name","icon","src","width","height","viewBox","d","stroke","fill","strokeWidth","cx","cy","r","edit"],"sourceRoot":""} \ No newline at end of file +{"version":3,"file":"cta/index.js","mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAqC;AAOJ;AACiB;AAC3B;AACmD;AACX;AACnB;AAC6C;AAAA;AAE1E,SAASqB,IAAIA,CAAC;EAAEC,UAAU;EAAEC;AAAc,CAAC,EAAE;EAC3D,MAAM;IAAEC;EAAM,CAAC,GAAGF,UAAU;EAC5B,MAAMG,MAAM,GAAGnB,mEAAU,CAAC,qBAAqB,CAAC;EAEhD,SAASoB,iBAAiBA,CAACC,KAAK,EAAE;IACjCJ,aAAa,CAAC;MAAEC,KAAK,EAAEG;IAAM,CAAC,CAAC;EAChC;EACA,oBACCT,uDAAA,CAAAE,uDAAA;IAAAQ,QAAA,gBACCZ,sDAAA,CAACR,kEAAa;MAAAoB,QAAA,eACbZ,sDAAA,CAACP,qEAAgB;QAChBkB,KAAK,EAAEL,UAAU,CAACO,KAAM;QACxBC,QAAQ,EAAGH,KAAK,IAAKJ,aAAa,CAAC;UAAEM,KAAK,EAAEF;QAAM,CAAC;MAAE,CACrD;IAAC,CACY,CAAC,eAChBX,sDAAA,CAACb,sEAAiB;MAAAyB,QAAA,eACjBV,uDAAA,CAACX,4DAAS;QAACwB,KAAK,EAAC,MAAM;QAACC,WAAW,EAAE,IAAK;QAAAJ,QAAA,gBACzCZ,sDAAA;UAAAY,QAAA,eACCZ,sDAAA,CAACX,8EAAW;YACXsB,KAAK,EAAEL,UAAU,CAACW,IAAK;YACvBH,QAAQ,EAAGH,KAAK,IAAK;cACpBJ,aAAa,CAAC;gBAAEU,IAAI,EAAEN;cAAM,CAAC,CAAC;YAC/B;UAAE,CACF;QAAC,CACE,CAAC,eAENX,sDAAA,CAACT,4DAAS;UAACwB,KAAK,EAAC,SAAS;UAACC,WAAW,EAAE,IAAK;UAAAJ,QAAA,eAC5CZ,sDAAA,CAACL,2DAAQ;YAAAiB,QAAA,eACRZ,sDAAA,CAACN,+DAAY;cACZiB,KAAK,EAAEH,KAAM;cACbM,QAAQ,EAAGH,KAAK,IAAK;gBACpBD,iBAAiB,CAACC,KAAK,CAAC;cACzB,CAAE;cACFF,MAAM,EAAEA,MAAO;cACfS,mBAAmB,EAAE;YAAK,CAC1B;UAAC,CACO;QAAC,CACD,CAAC;MAAA,CACF;IAAC,CACM,CAAC,eACpBlB,sDAAA;MAAA,GACKf,sEAAa,CAAC;QACjBkC,SAAS,EAAE,cAAcb,UAAU,CAACO,KAAK,EAAE;QAC3CO,KAAK,EAAE;UACN,qBAAqB,EAAEZ;QACxB;MACD,CAAC,CAAC;MAAAI,QAAA,eAEFZ,sDAAA,CAACd,6DAAQ;QACRmC,OAAO,EAAC,GAAG;QACXC,WAAW,EAAC,iBAAiB;QAC7BX,KAAK,EAAEL,UAAU,CAACiB,IAAK;QACvBT,QAAQ,EAAGS,IAAI,IAAKhB,aAAa,CAAC;UAAEgB;QAAK,CAAC,CAAE;QAC5CC,cAAc,EAAE;MAAG,CACnB;IAAC,CAIE,CAAC;EAAA,CACL,CAAC;AAEL;;;;;;;;;;;AC5EA;;;;;;;;;;;;;;;;;;;;ACAsD;AAChC;AAEI;AACA;AACU;AAAA;AAEpCC,oEAAiB,CAACE,6CAAa,EAAE;EAChCE,IAAI,EAAE;IACLC,GAAG,eACF5B,uDAAA;MAAK6B,KAAK,EAAC,IAAI;MAACC,MAAM,EAAC,IAAI;MAACC,OAAO,EAAC,WAAW;MAAArB,QAAA,gBAC9CV,uDAAA;QAAAU,QAAA,gBACCZ,sDAAA;UACCkC,CAAC,EAAC,0BAA0B;UAC5BC,MAAM,EAAC,SAAS;UAChBC,IAAI,EAAC,MAAM;UACXC,WAAW,EAAC;QAAG,CACf,CAAC,eACFrC,sDAAA;UACCkC,CAAC,EAAC,2BAA2B;UAC7BC,MAAM,EAAC,SAAS;UAChBC,IAAI,EAAC,MAAM;UACXC,WAAW,EAAC;QAAG,CACf,CAAC;MAAA,CACA,CAAC,eACJrC,sDAAA;QACCsC,EAAE,EAAC,IAAI;QACPC,EAAE,EAAC,IAAI;QACPC,CAAC,EAAC,IAAI;QACNL,MAAM,EAAC,SAAS;QAChBC,IAAI,EAAC,MAAM;QACXC,WAAW,EAAC;MAAG,CACf,CAAC;IAAA,CACE;EAEP,CAAC;EACDI,IAAI,EAAEpC,6CAAI;EACVqB,IAAIA,+CAAAA;AACL,CAAC,CAAC;;;;;;;;;;;;;;;;;;;ACtCsD;AACiC;AAAA;AAE1E,SAASA,IAAIA,CAAC;EAAEpB;AAAW,CAAC,EAAE;EAC5C,MAAM;IAAEO,KAAK;IAAEI,IAAI;IAAEM,IAAI;IAAEf;EAAM,CAAC,GAAGF,UAAU;EAC/C,oBACCN,sDAAA,CAAAI,uDAAA,IAAI;EACJ;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAAA;AAEF;;;;;;;;;;;ACvBA;;;;;;;;;;;;;;;;;;ACAA;AACA,sBAAsB,wEAAwE,gBAAgB,sBAAsB,OAAO,sBAAsB,oBAAoB,gDAAgD,WAAW;AACjN;AAC/B;AACA,sBAAsB,gDAAmB;AACzC;AACA;AACA;AACA,GAAG,yCAAyC,gDAAmB,4BAA4B,gDAAmB,6DAA6D,UAAU,YAAY,iBAAiB,qCAAqC,gDAAmB;AAC1Q;AACA;AACA,GAAG,uCAAuC,gDAAmB;AAC7D;AACA;AACA;AACA;AACA,GAAG;AACH;AAC4D;AAC5D,iEAAe,oBAAoB,4lBAA4lB;;;;;;;;;;ACnB/nB;;;;;;;;;;ACAA;;;;;;;;;;ACAA;;;;;;;;;;ACAA;;;;;;;;;;ACAA;;;;;;;;;;ACAA;;;;;;UCAA;UACA;;UAEA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;;UAEA;UACA;;UAEA;UACA;UACA;;UAEA;UACA;;;;;WCzBA;WACA;WACA;WACA;WACA,+BAA+B,wCAAwC;WACvE;WACA;WACA;WACA;WACA,iBAAiB,qBAAqB;WACtC;WACA;WACA,kBAAkB,qBAAqB;WACvC;WACA;WACA,KAAK;WACL;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;;;;;WC3BA;WACA;WACA;WACA;WACA;WACA,iCAAiC,WAAW;WAC5C;WACA;;;;;WCPA;WACA;WACA;WACA;WACA,yCAAyC,wCAAwC;WACjF;WACA;WACA;;;;;WCPA;;;;;WCAA;WACA;WACA;WACA,uDAAuD,iBAAiB;WACxE;WACA,gDAAgD,aAAa;WAC7D;;;;;WCNA;;WAEA;WACA;WACA;WACA;WACA;WACA;WACA;;WAEA;;WAEA;;WAEA;;WAEA;;WAEA;;WAEA;;WAEA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA,MAAM,qBAAqB;WAC3B;WACA;WACA;WACA;WACA;WACA;WACA;WACA;;WAEA;WACA;WACA;;;;;UEjDA;UACA;UACA;UACA;UACA","sources":["webpack://cta/./src/cta/edit.js","webpack://cta/./src/cta/editor.scss?affa","webpack://cta/./src/cta/index.js","webpack://cta/./src/cta/save.js","webpack://cta/./src/cta/style.scss?8ec7","webpack://cta/./src/img/carhop-fleche-lien-externe-full.svg","webpack://cta/external window [\"wp\",\"blockEditor\"]","webpack://cta/external window [\"wp\",\"blocks\"]","webpack://cta/external window [\"wp\",\"components\"]","webpack://cta/external window [\"wp\",\"i18n\"]","webpack://cta/external window \"React\"","webpack://cta/external window \"ReactJSXRuntime\"","webpack://cta/webpack/bootstrap","webpack://cta/webpack/runtime/chunk loaded","webpack://cta/webpack/runtime/compat get default export","webpack://cta/webpack/runtime/define property getters","webpack://cta/webpack/runtime/hasOwnProperty shorthand","webpack://cta/webpack/runtime/make namespace object","webpack://cta/webpack/runtime/jsonp chunk loading","webpack://cta/webpack/before-startup","webpack://cta/webpack/startup","webpack://cta/webpack/after-startup"],"sourcesContent":["import { __ } from \"@wordpress/i18n\";\nimport {\n\tuseBlockProps,\n\tRichText,\n\tInspectorControls,\n\t__experimentalLinkControl as LinkControl,\n\tuseSetting,\n} from \"@wordpress/block-editor\";\nimport { PanelBody } from \"@wordpress/components\";\nimport \"./editor.scss\";\nimport { BlockControls, AlignmentToolbar } from \"@wordpress/block-editor\";\nimport { ColorPalette, PanelRow } from \"@wordpress/components\";\nimport { Tip } from \"@wordpress/components\";\nimport { ReactComponent as ArrowIcon } from \"../img/carhop-fleche-lien-externe-full.svg\";\n\nexport default function Edit({ attributes, setAttributes }) {\n\tconst { color } = attributes;\n\tconst colors = useSetting(\"color.palette.theme\");\n\n\tfunction handleColorChange(value) {\n\t\tsetAttributes({ color: value });\n\t}\n\treturn (\n\t\t<>\n\t\t\t\n\t\t\t\t setAttributes({ align: value })}\n\t\t\t\t/>\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t\t\t {\n\t\t\t\t\t\t\t\tsetAttributes({ link: value });\n\t\t\t\t\t\t\t}}\n\t\t\t\t\t\t/>\n\t\t\t\t\t
\n\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t {\n\t\t\t\t\t\t\t\t\thandleColorChange(value);\n\t\t\t\t\t\t\t\t}}\n\t\t\t\t\t\t\t\tcolors={colors}\n\t\t\t\t\t\t\t\tdisableCustomColors={true}\n\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t
\n\t\t\t\n\t\t\t\t setAttributes({ text })}\n\t\t\t\t\tallowedFormats={[]}\n\t\t\t\t/>\n\t\t\t\t{/*
\n\t\t\t\t\t\n\t\t\t\t
*/}\n\t\t\t\n\t\t\n\t);\n}\n","// extracted by mini-css-extract-plugin\nexport {};","import { registerBlockType } from \"@wordpress/blocks\";\nimport \"./style.scss\";\n\nimport Edit from \"./edit\";\nimport save from \"./save\";\nimport metadata from \"./block.json\";\n\nregisterBlockType(metadata.name, {\n\ticon: {\n\t\tsrc: (\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t),\n\t},\n\tedit: Edit,\n\tsave,\n});\n","import { useBlockProps } from \"@wordpress/block-editor\";\nimport { ReactComponent as ArrowIcon } from \"../img/carhop-fleche-lien-externe-full.svg\";\n\nexport default function save({ attributes }) {\n\tconst { align, link, text, color } = attributes;\n\treturn (\n\t\t<>\n\t\t// \n\t\t// \t{text}\n\t\t// \t
\n\t\t// \t\t\n\t\t// \t
\n\t\t// \n\t);\n}\n","// extracted by mini-css-extract-plugin\nexport {};","var _defs, _path, _circle;\nfunction _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }\nimport * as React from \"react\";\nvar SvgCarhopFlecheLienExterneFull = function SvgCarhopFlecheLienExterneFull(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n id: \"carhop-fleche-lien-externe-full_svg__fleche-lien-externe-full\",\n viewBox: \"0 0 32 32\"\n }, props), _defs || (_defs = /*#__PURE__*/React.createElement(\"defs\", null, /*#__PURE__*/React.createElement(\"style\", null, \".carhop-fleche-lien-externe-full_svg__cls-1{fill:none;stroke:#000;stroke-width:2px}\"))), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"m21.15 10.59-9.38 10.02M21.15 21.4V10.59H10.83\",\n className: \"carhop-fleche-lien-externe-full_svg__cls-1\"\n })), _circle || (_circle = /*#__PURE__*/React.createElement(\"circle\", {\n cx: 16,\n cy: 16,\n r: 15,\n className: \"carhop-fleche-lien-externe-full_svg__cls-1\"\n })));\n};\nexport { SvgCarhopFlecheLienExterneFull as ReactComponent };\nexport default \"data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iZmxlY2hlLWxpZW4tZXh0ZXJuZS1mdWxsIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogbm9uZTsKICAgICAgICBzdHJva2U6ICMwMDA7CiAgICAgICAgc3Ryb2tlLXdpZHRoOiAycHg7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxnPgogICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjEuMTUsMTAuNTlsLTkuMzgsMTAuMDIiLz4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIxLjE1LDIxLjR2LTEwLjgxaC0xMC4zMiIvPgogIDwvZz4KICA8Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9IjE2IiBjeT0iMTYiIHI9IjE1Ii8+Cjwvc3ZnPg==\";","module.exports = window[\"wp\"][\"blockEditor\"];","module.exports = window[\"wp\"][\"blocks\"];","module.exports = window[\"wp\"][\"components\"];","module.exports = window[\"wp\"][\"i18n\"];","module.exports = window[\"React\"];","module.exports = window[\"ReactJSXRuntime\"];","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n// expose the modules object (__webpack_modules__)\n__webpack_require__.m = __webpack_modules__;\n\n","var deferred = [];\n__webpack_require__.O = (result, chunkIds, fn, priority) => {\n\tif(chunkIds) {\n\t\tpriority = priority || 0;\n\t\tfor(var i = deferred.length; i > 0 && deferred[i - 1][2] > priority; i--) deferred[i] = deferred[i - 1];\n\t\tdeferred[i] = [chunkIds, fn, priority];\n\t\treturn;\n\t}\n\tvar notFulfilled = Infinity;\n\tfor (var i = 0; i < deferred.length; i++) {\n\t\tvar [chunkIds, fn, priority] = deferred[i];\n\t\tvar fulfilled = true;\n\t\tfor (var j = 0; j < chunkIds.length; j++) {\n\t\t\tif ((priority & 1 === 0 || notFulfilled >= priority) && Object.keys(__webpack_require__.O).every((key) => (__webpack_require__.O[key](chunkIds[j])))) {\n\t\t\t\tchunkIds.splice(j--, 1);\n\t\t\t} else {\n\t\t\t\tfulfilled = false;\n\t\t\t\tif(priority < notFulfilled) notFulfilled = priority;\n\t\t\t}\n\t\t}\n\t\tif(fulfilled) {\n\t\t\tdeferred.splice(i--, 1)\n\t\t\tvar r = fn();\n\t\t\tif (r !== undefined) result = r;\n\t\t}\n\t}\n\treturn result;\n};","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","// no baseURI\n\n// object to store loaded and loading chunks\n// undefined = chunk not loaded, null = chunk preloaded/prefetched\n// [resolve, reject, Promise] = chunk loading, 0 = chunk loaded\nvar installedChunks = {\n\t\"cta/index\": 0,\n\t\"cta/style-index\": 0\n};\n\n// no chunk on demand loading\n\n// no prefetching\n\n// no preloaded\n\n// no HMR\n\n// no HMR manifest\n\n__webpack_require__.O.j = (chunkId) => (installedChunks[chunkId] === 0);\n\n// install a JSONP callback for chunk loading\nvar webpackJsonpCallback = (parentChunkLoadingFunction, data) => {\n\tvar [chunkIds, moreModules, runtime] = data;\n\t// add \"moreModules\" to the modules object,\n\t// then flag all \"chunkIds\" as loaded and fire callback\n\tvar moduleId, chunkId, i = 0;\n\tif(chunkIds.some((id) => (installedChunks[id] !== 0))) {\n\t\tfor(moduleId in moreModules) {\n\t\t\tif(__webpack_require__.o(moreModules, moduleId)) {\n\t\t\t\t__webpack_require__.m[moduleId] = moreModules[moduleId];\n\t\t\t}\n\t\t}\n\t\tif(runtime) var result = runtime(__webpack_require__);\n\t}\n\tif(parentChunkLoadingFunction) parentChunkLoadingFunction(data);\n\tfor(;i < chunkIds.length; i++) {\n\t\tchunkId = chunkIds[i];\n\t\tif(__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) {\n\t\t\tinstalledChunks[chunkId][0]();\n\t\t}\n\t\tinstalledChunks[chunkId] = 0;\n\t}\n\treturn __webpack_require__.O(result);\n}\n\nvar chunkLoadingGlobal = globalThis[\"webpackChunkcta\"] = globalThis[\"webpackChunkcta\"] || [];\nchunkLoadingGlobal.forEach(webpackJsonpCallback.bind(null, 0));\nchunkLoadingGlobal.push = webpackJsonpCallback.bind(null, chunkLoadingGlobal.push.bind(chunkLoadingGlobal));","","// startup\n// Load entry module and return exports\n// This entry module depends on other loaded chunks and execution need to be delayed\nvar __webpack_exports__ = __webpack_require__.O(undefined, [\"cta/style-index\"], () => (__webpack_require__(\"./src/cta/index.js\")))\n__webpack_exports__ = __webpack_require__.O(__webpack_exports__);\n",""],"names":["__","useBlockProps","RichText","InspectorControls","__experimentalLinkControl","LinkControl","useSetting","PanelBody","BlockControls","AlignmentToolbar","ColorPalette","PanelRow","Tip","ReactComponent","ArrowIcon","jsx","_jsx","jsxs","_jsxs","Fragment","_Fragment","Edit","attributes","setAttributes","color","colors","handleColorChange","value","children","align","onChange","title","initialOpen","link","disableCustomColors","className","style","tagName","placeholder","text","allowedFormats","registerBlockType","save","metadata","name","icon","src","width","height","viewBox","d","stroke","fill","strokeWidth","cx","cy","r","edit"],"sourceRoot":""} \ No newline at end of file diff --git a/plugins/carhop-blocks/blocks/cta/build/cta/render.php b/plugins/carhop-blocks/blocks/cta/build/cta/render.php index 41455e7..f9e1658 100644 --- a/plugins/carhop-blocks/blocks/cta/build/cta/render.php +++ b/plugins/carhop-blocks/blocks/cta/build/cta/render.php @@ -5,7 +5,6 @@ $text = isset($attributes['text']) ? $attributes['text'] : ''; $color = isset($attributes['color']) ? $attributes['color'] : 'red'; -$svg_arrow_path = get_template_directory() . '/resources/img/carhop-fleche-lien-externe-full.svg'; $wrapper_attributes = get_block_wrapper_attributes([ @@ -22,14 +21,4 @@ $link_url = isset($link['url']) ? esc_url($link['url']) : '#'; > -
- - - - - - - - -
\ No newline at end of file diff --git a/plugins/carhop-blocks/blocks/cta/src/cta/edit.js b/plugins/carhop-blocks/blocks/cta/src/cta/edit.js index 02b7050..3a6f41e 100644 --- a/plugins/carhop-blocks/blocks/cta/src/cta/edit.js +++ b/plugins/carhop-blocks/blocks/cta/src/cta/edit.js @@ -68,9 +68,9 @@ export default function Edit({ attributes, setAttributes }) { onChange={(text) => setAttributes({ text })} allowedFormats={[]} /> -
+ {/*
-
+
*/} ); diff --git a/plugins/carhop-blocks/blocks/cta/src/cta/render.php b/plugins/carhop-blocks/blocks/cta/src/cta/render.php index 41455e7..f9e1658 100644 --- a/plugins/carhop-blocks/blocks/cta/src/cta/render.php +++ b/plugins/carhop-blocks/blocks/cta/src/cta/render.php @@ -5,7 +5,6 @@ $text = isset($attributes['text']) ? $attributes['text'] : ''; $color = isset($attributes['color']) ? $attributes['color'] : 'red'; -$svg_arrow_path = get_template_directory() . '/resources/img/carhop-fleche-lien-externe-full.svg'; $wrapper_attributes = get_block_wrapper_attributes([ @@ -22,14 +21,4 @@ $link_url = isset($link['url']) ? esc_url($link['url']) : '#'; > -
- - - - - - - - -
\ No newline at end of file