initial
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
var keyboardNavigation = false,
|
||||
keyboardNavigationKeycodes = [ 9, 32, 37, 38, 39, 40 ]; // keyCodes for tab, space, left, up, right, down respectively
|
||||
|
||||
document.addEventListener( 'keydown', function ( event ) {
|
||||
if ( keyboardNavigation ) {
|
||||
return;
|
||||
}
|
||||
if ( keyboardNavigationKeycodes.indexOf( event.keyCode ) !== -1 ) {
|
||||
keyboardNavigation = true;
|
||||
document.documentElement.classList.add( 'accessible-focus' );
|
||||
}
|
||||
} );
|
||||
document.addEventListener( 'mouseup', function () {
|
||||
if ( ! keyboardNavigation ) {
|
||||
return;
|
||||
}
|
||||
keyboardNavigation = false;
|
||||
document.documentElement.classList.remove( 'accessible-focus' );
|
||||
} );
|
||||
@@ -0,0 +1,61 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 3,
|
||||
"name": "jetpack/ai-assistant",
|
||||
"title": "AI Assistant",
|
||||
"description": "Elevate your content creation with our AI-powered Gutenberg Block, offering seamless customization and generation. Bear in mind that, as an evolving tool, occasional imprecision may occur.",
|
||||
"keywords": [
|
||||
"AI",
|
||||
"GPT",
|
||||
"AL",
|
||||
"Magic",
|
||||
"help",
|
||||
"assistant"
|
||||
],
|
||||
"version": "12.5.0",
|
||||
"textdomain": "jetpack",
|
||||
"category": "text",
|
||||
"icon": "<svg viewBox='0 0 32 32' width='32' height='32' xmlns='http://www.w3.org/2000/svg'><path d='M9.33301 5.33325L10.4644 8.20188L13.333 9.33325L10.4644 10.4646L9.33301 13.3333L8.20164 10.4646L5.33301 9.33325L8.20164 8.20188L9.33301 5.33325Z'/><path d='M21.3333 5.33333L22.8418 9.15817L26.6667 10.6667L22.8418 12.1752L21.3333 16L19.8248 12.1752L16 10.6667L19.8248 9.15817L21.3333 5.33333Z'/><path d='M14.6667 13.3333L16.5523 18.1144L21.3333 20L16.5523 21.8856L14.6667 26.6667L12.781 21.8856L8 20L12.781 18.1144L14.6667 13.3333Z'/></svg>",
|
||||
"supports": {
|
||||
"html": false,
|
||||
"multiple": true,
|
||||
"reusable": false
|
||||
},
|
||||
"attributes": {
|
||||
"content": {
|
||||
"type": "string"
|
||||
},
|
||||
"originalContent": {
|
||||
"type": "string"
|
||||
},
|
||||
"promptType": {
|
||||
"type": "string"
|
||||
},
|
||||
"originalMessages": {
|
||||
"type": "array",
|
||||
"default": []
|
||||
},
|
||||
"messages": {
|
||||
"type": "array",
|
||||
"default": []
|
||||
},
|
||||
"userPrompt": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"requestingState": {
|
||||
"type": "string",
|
||||
"default": "init"
|
||||
},
|
||||
"preTransformAction": {
|
||||
"type": "string",
|
||||
"default": null
|
||||
}
|
||||
},
|
||||
"example": {
|
||||
"attributes": {
|
||||
"content": "With **Jetpack AI Assistant**, you can provide a prompt, and it will generate high-quality blog posts, informative pages, well-organized lists, and thorough tables that meet your specific requirements.\n\nTo start using the **Jetpack AI Assistant**, type `/AI` in the block editor."
|
||||
}
|
||||
},
|
||||
"editorScript": "jetpack-blocks-editor"
|
||||
}
|
||||
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 3,
|
||||
"name": "jetpack/ai-chat",
|
||||
"title": "Jetpack AI Search",
|
||||
"description": "Provide a summarized answer to questions, trained on the sites content. Powered by AI.",
|
||||
"keywords": [
|
||||
"AI",
|
||||
"GPT",
|
||||
"Chat",
|
||||
"Search"
|
||||
],
|
||||
"version": "12.5.0",
|
||||
"textdomain": "jetpack",
|
||||
"category": "text",
|
||||
"icon": "<svg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M6.96774 8C6.96774 9.1402 6.04343 10.0645 4.90323 10.0645C3.76303 10.0645 2.83871 9.1402 2.83871 8C2.83871 6.8598 3.76303 5.93548 4.90323 5.93548C6.04343 5.93548 6.96774 6.8598 6.96774 8ZM5.41935 8C5.41935 8.28505 5.18828 8.51613 4.90323 8.51613C4.61818 8.51613 4.3871 8.28505 4.3871 8C4.3871 7.71495 4.61818 7.48387 4.90323 7.48387C5.18828 7.48387 5.41935 7.71495 5.41935 8Z'/><path fill-rule='evenodd' clip-rule='evenodd' d='M11.0968 10.0645C12.237 10.0645 13.1613 9.1402 13.1613 8C13.1613 6.8598 12.237 5.93548 11.0968 5.93548C9.95657 5.93548 9.03226 6.8598 9.03226 8C9.03226 9.1402 9.95657 10.0645 11.0968 10.0645ZM11.0968 8.51613C11.3818 8.51613 11.6129 8.28505 11.6129 8C11.6129 7.71495 11.3818 7.48387 11.0968 7.48387C10.8117 7.48387 10.5806 7.71495 10.5806 8C10.5806 8.28505 10.8117 8.51613 11.0968 8.51613Z'/><path d='M5.93548 11.3548C5.50791 11.3548 5.16129 11.7015 5.16129 12.129C5.16129 12.5566 5.50791 12.9032 5.93548 12.9032H10.0645C10.4921 12.9032 10.8387 12.5566 10.8387 12.129C10.8387 11.7015 10.4921 11.3548 10.0645 11.3548H5.93548Z'/><path fill-rule='evenodd' clip-rule='evenodd' d='M8.77419 0.774194C8.77419 0.346618 8.42758 0 8 0C7.57242 0 7.22581 0.346618 7.22581 0.774194V3.09677H4.90323C2.19525 3.09677 0 5.29202 0 8V11.0968C0 13.8048 2.19525 16 4.90323 16H11.0968C13.8048 16 16 13.8048 16 11.0968V8C16 5.29202 13.8048 3.09677 11.0968 3.09677H8.77419V0.774194ZM1.54839 8C1.54839 6.14717 3.0504 4.64516 4.90323 4.64516H11.0968C12.9496 4.64516 14.4516 6.14717 14.4516 8V11.0968C14.4516 12.9496 12.9496 14.4516 11.0968 14.4516H4.90323C3.0504 14.4516 1.54839 12.9496 1.54839 11.0968V8Z'/></svg>",
|
||||
"supports": {
|
||||
"align": true,
|
||||
"alignWide": true,
|
||||
"customClassName": true,
|
||||
"className": true,
|
||||
"html": false,
|
||||
"multiple": false,
|
||||
"reusable": false
|
||||
},
|
||||
"attributes": {
|
||||
"askButtonLabel": {
|
||||
"type": "string"
|
||||
},
|
||||
"placeholder": {
|
||||
"type": "string"
|
||||
},
|
||||
"showCopy": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"showFeedback": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"showSources": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
}
|
||||
},
|
||||
"editorScript": "jetpack-blocks-editor"
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-dom-ready', 'wp-element', 'wp-i18n', 'wp-polyfill'), 'version' => '81ef5d0ffaa9862552a1');
|
||||
@@ -0,0 +1 @@
|
||||
.jetpack-ai-chat-feedback-container .jetpack-ai-chat-feedback-form{display:flex;flex-direction:row;flex-wrap:nowrap;margin-top:1rem}.jetpack-ai-chat-feedback-container .jetpack-ai-chat-feedback-form .jetpack-ai-chat-feedback-input{flex:auto;flex-grow:4}.jetpack-ai-chat-feedback-container .jetpack-ai-chat-feedback-form .jetpack-ai-chat-feedback-input input{font-size:16px;line-height:1.3;padding:15px 23px;width:100%}.jetpack-ai-chat-feedback-container .jetpack-ai-chat-feedback-form .jetpack-ai-chat-feedback-submit{flex:auto;flex-grow:1;height:53px;margin-left:10px;text-wrap:nowrap}.jetpack-ai-chat-feedback-container .jetpack-ai-chat-answer-feedback-buttons a{border:none;border-radius:2px;cursor:pointer;margin-left:.5rem;padding:.5rem;transition:.3s}.jetpack-ai-chat-feedback-container .jetpack-ai-chat-answer-feedback-buttons a svg{fill:var(--wp--preset--color--contrast);vertical-align:middle;width:20px}.jetpack-ai-chat-feedback-container .jetpack-ai-chat-answer-feedback-buttons a:disabled{cursor:not-allowed;opacity:.5}.jetpack-ai-chat-copy-button-container{margin:1rem 0}.jetpack-ai-chat-copy-button-container button{background:none;border:none;color:var(--wp--preset--color--secondary);cursor:pointer;display:block;font-size:16px;padding:inherit;position:relative;transition:.3s}.jetpack-ai-chat-copy-button-container button:disabled{cursor:not-allowed;opacity:.5}.jetpack-ai-chat-copy-button-container button .copy-icon{margin-right:.5rem;vertical-align:middle}.jetpack-ai-chat-error-container{color:#dc3232;font-size:1rem;margin:1rem 0}.wp-block-jetpack-ai-chat .jetpack-ai-chat-question-wrapper{display:flex;flex-direction:row;flex-wrap:nowrap;margin-top:1rem}.wp-block-jetpack-ai-chat .jetpack-ai-chat-question-wrapper .jetpack-ai-chat-question-input{flex:auto;flex-grow:4}.wp-block-jetpack-ai-chat .jetpack-ai-chat-question-wrapper .jetpack-ai-chat-question-input input{font-size:16px;line-height:1.3;padding:15px 23px;width:100%}.wp-block-jetpack-ai-chat .jetpack-ai-chat-question-wrapper .jetpack-ai-chat-question-input .components-base-control__field{margin-bottom:0}.wp-block-jetpack-ai-chat .jetpack-ai-chat-question-wrapper .jetpack-ai-chat-question-button{display:block;flex:auto;flex-grow:1;height:53px;margin-left:10px;text-wrap:nowrap;white-space:-moz-pre-space}.wp-block-jetpack-ai-chat .jetpack-ai-chat-answer-references{font-size:1rem;margin-top:12px}.wp-block-jetpack-ai-chat .jetpack-ai-chat-answer-references hr{margin:1rem 0}
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
||||
.jetpack-ai-chat-feedback-container .jetpack-ai-chat-feedback-form{display:flex;flex-direction:row;flex-wrap:nowrap;margin-top:1rem}.jetpack-ai-chat-feedback-container .jetpack-ai-chat-feedback-form .jetpack-ai-chat-feedback-input{flex:auto;flex-grow:4}.jetpack-ai-chat-feedback-container .jetpack-ai-chat-feedback-form .jetpack-ai-chat-feedback-input input{font-size:16px;line-height:1.3;padding:15px 23px;width:100%}.jetpack-ai-chat-feedback-container .jetpack-ai-chat-feedback-form .jetpack-ai-chat-feedback-submit{flex:auto;flex-grow:1;height:53px;margin-right:10px;text-wrap:nowrap}.jetpack-ai-chat-feedback-container .jetpack-ai-chat-answer-feedback-buttons a{border:none;border-radius:2px;cursor:pointer;margin-right:.5rem;padding:.5rem;transition:.3s}.jetpack-ai-chat-feedback-container .jetpack-ai-chat-answer-feedback-buttons a svg{fill:var(--wp--preset--color--contrast);vertical-align:middle;width:20px}.jetpack-ai-chat-feedback-container .jetpack-ai-chat-answer-feedback-buttons a:disabled{cursor:not-allowed;opacity:.5}.jetpack-ai-chat-copy-button-container{margin:1rem 0}.jetpack-ai-chat-copy-button-container button{background:none;border:none;color:var(--wp--preset--color--secondary);cursor:pointer;display:block;font-size:16px;padding:inherit;position:relative;transition:.3s}.jetpack-ai-chat-copy-button-container button:disabled{cursor:not-allowed;opacity:.5}.jetpack-ai-chat-copy-button-container button .copy-icon{margin-left:.5rem;vertical-align:middle}.jetpack-ai-chat-error-container{color:#dc3232;font-size:1rem;margin:1rem 0}.wp-block-jetpack-ai-chat .jetpack-ai-chat-question-wrapper{display:flex;flex-direction:row;flex-wrap:nowrap;margin-top:1rem}.wp-block-jetpack-ai-chat .jetpack-ai-chat-question-wrapper .jetpack-ai-chat-question-input{flex:auto;flex-grow:4}.wp-block-jetpack-ai-chat .jetpack-ai-chat-question-wrapper .jetpack-ai-chat-question-input input{font-size:16px;line-height:1.3;padding:15px 23px;width:100%}.wp-block-jetpack-ai-chat .jetpack-ai-chat-question-wrapper .jetpack-ai-chat-question-input .components-base-control__field{margin-bottom:0}.wp-block-jetpack-ai-chat .jetpack-ai-chat-question-wrapper .jetpack-ai-chat-question-button{display:block;flex:auto;flex-grow:1;height:53px;margin-right:10px;text-wrap:nowrap;white-space:-moz-pre-space}.wp-block-jetpack-ai-chat .jetpack-ai-chat-answer-references{font-size:1rem;margin-top:12px}.wp-block-jetpack-ai-chat .jetpack-ai-chat-answer-references hr{margin:1rem 0}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 3,
|
||||
"name": "jetpack/blog-stats",
|
||||
"title": "Blog Stats",
|
||||
"description": "Show a stats counter for your blog.",
|
||||
"keywords": [
|
||||
"views",
|
||||
"hits",
|
||||
"analytics",
|
||||
"counter",
|
||||
"visitors"
|
||||
],
|
||||
"version": "1.0",
|
||||
"textdomain": "jetpack",
|
||||
"category": "grow",
|
||||
"icon": "<svg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'><path d='M160-200h160v-320H160v320Zm240 0h160v-560H400v560Zm240 0h160v-240H640v240ZM80-120v-480h240v-240h320v320h240v400H80Z'/></svg>",
|
||||
"supports": {
|
||||
"align": true,
|
||||
"alignWide": true,
|
||||
"html": false,
|
||||
"multiple": true,
|
||||
"reusable": true,
|
||||
"color": {
|
||||
"gradients": true
|
||||
},
|
||||
"spacing": {
|
||||
"margin": true,
|
||||
"padding": true
|
||||
},
|
||||
"typography": {
|
||||
"__experimentalFontFamily": true,
|
||||
"fontSize": true
|
||||
}
|
||||
},
|
||||
"attributes": {
|
||||
"label": {
|
||||
"type": "string"
|
||||
},
|
||||
"statsData": {
|
||||
"type": "string",
|
||||
"default": "views"
|
||||
},
|
||||
"statsOption": {
|
||||
"type": "string",
|
||||
"default": "site"
|
||||
}
|
||||
},
|
||||
"editorScript": "jetpack-blocks-editor"
|
||||
}
|
||||
@@ -0,0 +1,111 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 3,
|
||||
"name": "jetpack/blogging-prompt",
|
||||
"title": "Writing Prompt",
|
||||
"description": "Answer a new and inspiring writing prompt each day.",
|
||||
"keywords": [
|
||||
"writing",
|
||||
"blogging"
|
||||
],
|
||||
"version": "12.5.0",
|
||||
"textdomain": "jetpack",
|
||||
"category": "text",
|
||||
"icon": "<svg viewBox='0 0 24 24' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><path d='M14.3438 19.3438H9.65625C9.57031 19.3438 9.5 19.4141 9.5 19.5V20.125C9.5 20.4707 9.7793 20.75 10.125 20.75H13.875C14.2207 20.75 14.5 20.4707 14.5 20.125V19.5C14.5 19.4141 14.4297 19.3438 14.3438 19.3438ZM12 3.25C8.46289 3.25 5.59375 6.11914 5.59375 9.65625C5.59375 12.0273 6.88281 14.0977 8.79688 15.2051V17.4688C8.79688 17.8145 9.07617 18.0938 9.42188 18.0938H14.5781C14.9238 18.0938 15.2031 17.8145 15.2031 17.4688V15.2051C17.1172 14.0977 18.4062 12.0273 18.4062 9.65625C18.4062 6.11914 15.5371 3.25 12 3.25ZM14.498 13.9883L13.7969 14.3945V16.6875H10.2031V14.3945L9.50195 13.9883C7.96484 13.0996 7 11.4629 7 9.65625C7 6.89453 9.23828 4.65625 12 4.65625C14.7617 4.65625 17 6.89453 17 9.65625C17 11.4629 16.0352 13.0996 14.498 13.9883Z' stroke-width='0.1'/></svg>",
|
||||
"supports": {
|
||||
"align": false,
|
||||
"alignWide": false,
|
||||
"anchor": false,
|
||||
"className": true,
|
||||
"color": {
|
||||
"background": true,
|
||||
"gradients": true,
|
||||
"link": true,
|
||||
"text": true
|
||||
},
|
||||
"customClassName": true,
|
||||
"html": false,
|
||||
"inserter": true,
|
||||
"multiple": false,
|
||||
"reusable": true,
|
||||
"spacing": {
|
||||
"margin": [
|
||||
"top",
|
||||
"bottom"
|
||||
],
|
||||
"padding": true,
|
||||
"blockGap": false
|
||||
}
|
||||
},
|
||||
"attributes": {
|
||||
"answersLink": {
|
||||
"type": "string",
|
||||
"source": "attribute",
|
||||
"attribute": "href",
|
||||
"selector": ".jetpack-blogging-prompt__answers-link"
|
||||
},
|
||||
"answersLinkText": {
|
||||
"type": "string",
|
||||
"source": "html",
|
||||
"selector": ".jetpack-blogging-prompt__answers-link"
|
||||
},
|
||||
"gravatars": {
|
||||
"type": "array",
|
||||
"source": "query",
|
||||
"selector": ".jetpack-blogging-prompt__answers-gravatar",
|
||||
"query": {
|
||||
"url": {
|
||||
"type": "string",
|
||||
"source": "attribute",
|
||||
"attribute": "src"
|
||||
}
|
||||
},
|
||||
"default": []
|
||||
},
|
||||
"promptLabel": {
|
||||
"type": "string",
|
||||
"source": "html",
|
||||
"selector": ".jetpack-blogging-prompt__label"
|
||||
},
|
||||
"promptText": {
|
||||
"type": "string",
|
||||
"source": "html",
|
||||
"selector": ".jetpack-blogging-prompt__text"
|
||||
},
|
||||
"promptFetched": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"promptId": {
|
||||
"type": "number"
|
||||
},
|
||||
"showResponses": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"showLabel": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"tagsAdded": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"isBloganuary": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
},
|
||||
"styles": [
|
||||
{
|
||||
"name": "block",
|
||||
"label": "Block",
|
||||
"isDefault": true
|
||||
},
|
||||
{
|
||||
"name": "quote",
|
||||
"label": "Quote"
|
||||
}
|
||||
],
|
||||
"editorScript": "jetpack-blocks-editor"
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
<?php return array('dependencies' => array(), 'version' => 'ad0ed01666d9157f7b48');
|
||||
@@ -0,0 +1 @@
|
||||
.jetpack-blogging-prompt{border:1px solid #ddd;border-radius:2px;box-sizing:border-box;padding:24px}.jetpack-blogging-prompt__label{background:no-repeat url(../images/icon-cd4e9ecf53fadf95246d.svg);background-position:-5px;background-size:24px 24px;font-size:14px;margin-bottom:16px;padding-inline-start:22px}.jetpack-blogging-prompt__label.is-bloganuary-icon{background:no-repeat url(../images/bloganuary-icon-20e07d1c81f21708f183.svg);background-position:0;padding-inline-start:26px}.jetpack-blogging-prompt__text{font-size:24px;margin-bottom:16px}.jetpack-blogging-prompt__answers-link{display:inline-block;margin-inline-start:10px;text-decoration:underline}.jetpack-blogging-prompt__answers{font-size:16px}.jetpack-blogging-prompt__answers-gravatar{border:2px solid #fff;border-radius:50%;height:24px;vertical-align:middle;width:24px}.jetpack-blogging-prompt__answers-gravatar:first-child{margin-inline-start:-2px}.jetpack-blogging-prompt__answers-gravatar:not(:first-child){margin-inline-start:-15px}.jetpack-blogging-prompt__spinner{text-align:center}.jetpack-blogging-prompt.is-style-quote{border:none;border-inline-start:4px solid #2f2f2f;margin-bottom:16px;padding:0 24px}@media only email{.jetpack-blogging-prompt__label{background:none;padding-inline-start:0}.jetpack-blogging-prompt__answers,.jetpack-blogging-prompt__answers-gravatar{margin-bottom:0}.jetpack-blogging-prompt__answers-gravatar:not(:first-child){margin-inline-start:0}}
|
||||
@@ -0,0 +1 @@
|
||||
(()=>{var r={75279(){},79366(r,e,t){"object"==typeof window&&window.Jetpack_Block_Assets_Base_Url&&(t.p=window.Jetpack_Block_Assets_Base_Url)}},e={};function t(o){var a=e[o];if(void 0!==a)return a.exports;var s=e[o]={exports:{}};return r[o](s,s.exports,t),s.exports}t.n=r=>{var e=r&&r.__esModule?()=>r.default:()=>r;return t.d(e,{a:e}),e},t.d=(r,e)=>{for(var o in e)t.o(e,o)&&!t.o(r,o)&&Object.defineProperty(r,o,{enumerable:!0,get:e[o]})},t.o=(r,e)=>Object.prototype.hasOwnProperty.call(r,e),(()=>{var r;globalThis.importScripts&&(r=globalThis.location+"");var e=globalThis.document;if(!r&&e&&(e.currentScript&&"SCRIPT"===e.currentScript.tagName.toUpperCase()&&(r=e.currentScript.src),!r)){var o=e.getElementsByTagName("script");if(o.length)for(var a=o.length-1;a>-1&&(!r||!/^http(s?):/.test(r));)r=o[a--].src}if(!r)throw new Error("Automatic publicPath is not supported in this browser");r=r.replace(/^blob:/,"").replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),t.p=r+"../"})(),(()=>{"use strict";t(79366)})(),(()=>{"use strict";t(75279)})()})();
|
||||
@@ -0,0 +1 @@
|
||||
.jetpack-blogging-prompt{border:1px solid #ddd;border-radius:2px;box-sizing:border-box;padding:24px}.jetpack-blogging-prompt__label{background:no-repeat url(../images/icon-cd4e9ecf53fadf95246d.svg);background-position:-5px;background-size:24px 24px;font-size:14px;margin-bottom:16px;padding-inline-start:22px}.jetpack-blogging-prompt__label.is-bloganuary-icon{background:no-repeat url(../images/bloganuary-icon-20e07d1c81f21708f183.svg);background-position:100%;padding-inline-start:26px}.jetpack-blogging-prompt__text{font-size:24px;margin-bottom:16px}.jetpack-blogging-prompt__answers-link{display:inline-block;margin-inline-start:10px;text-decoration:underline}.jetpack-blogging-prompt__answers{font-size:16px}.jetpack-blogging-prompt__answers-gravatar{border:2px solid #fff;border-radius:50%;height:24px;vertical-align:middle;width:24px}.jetpack-blogging-prompt__answers-gravatar:first-child{margin-inline-start:-2px}.jetpack-blogging-prompt__answers-gravatar:not(:first-child){margin-inline-start:-15px}.jetpack-blogging-prompt__spinner{text-align:center}.jetpack-blogging-prompt.is-style-quote{border:none;border-inline-start:4px solid #2f2f2f;margin-bottom:16px;padding:0 24px}@media only email{.jetpack-blogging-prompt__label{background:none;padding-inline-start:0}.jetpack-blogging-prompt__answers,.jetpack-blogging-prompt__answers-gravatar{margin-bottom:0}.jetpack-blogging-prompt__answers-gravatar:not(:first-child){margin-inline-start:0}}
|
||||
@@ -0,0 +1,62 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 3,
|
||||
"name": "jetpack/blogroll",
|
||||
"title": "Blogroll",
|
||||
"description": "Share the sites you follow with your users.",
|
||||
"keywords": [],
|
||||
"version": "12.5.0",
|
||||
"textdomain": "jetpack",
|
||||
"category": "grow",
|
||||
"icon": "<svg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M4.08691 16.2412H20.0869V14.7412H4.08691V16.2412Z'></path><path d='M4.08691 20.2412H13.0869V18.7412H4.08691V20.2412Z'></path><path fill-rule='evenodd' clip-rule='evenodd' d='M4.08691 8.17871C4.08691 6.00409 5.84979 4.24121 8.02441 4.24121C10.199 4.24121 11.9619 6.00409 11.9619 8.17871C11.9619 10.3533 10.199 12.1162 8.02441 12.1162C5.84979 12.1162 4.08691 10.3533 4.08691 8.17871ZM5.10729 6.71621C5.51231 5.90991 6.2418 5.29471 7.12439 5.04194C6.91534 5.28455 6.73551 5.57108 6.58869 5.88606C6.46938 6.14205 6.36999 6.42056 6.29338 6.71621H5.10729ZM4.85759 7.39121C4.79508 7.64341 4.76191 7.90719 4.76191 8.17871C4.76191 8.45024 4.79508 8.71401 4.85759 8.96621H6.16284C6.12938 8.71126 6.11192 8.44782 6.11192 8.1787C6.11192 7.90956 6.12938 7.64614 6.16284 7.39121H4.85759ZM6.84439 7.39121C6.80693 7.64285 6.78692 7.90651 6.78692 8.1787C6.78692 8.45091 6.80694 8.71459 6.84439 8.96621H9.20444C9.2419 8.71458 9.26192 8.45091 9.26192 8.17873C9.26192 7.90653 9.2419 7.64285 9.20444 7.39121H6.84439ZM9.88599 7.39121C9.91945 7.64615 9.93692 7.90958 9.93692 8.17873C9.93692 8.44786 9.91945 8.71128 9.88599 8.96621H11.1912C11.2537 8.71401 11.2869 8.45024 11.2869 8.17871C11.2869 7.90719 11.2537 7.64341 11.1912 7.39121H9.88599ZM10.9415 6.71621H9.75544C9.67883 6.42057 9.57945 6.14207 9.46014 5.88609C9.31332 5.5711 9.13347 5.28455 8.92441 5.04193C9.80702 5.29469 10.5365 5.9099 10.9415 6.71621ZM9.05465 6.71621H6.99417C7.05245 6.52254 7.12177 6.34014 7.2005 6.17123C7.42342 5.69296 7.71302 5.34019 8.02439 5.13337C8.33578 5.34019 8.6254 5.69297 8.84833 6.17126C8.92706 6.34016 8.99637 6.52255 9.05465 6.71621ZM5.10729 9.64121H6.29339C6.37419 9.95305 6.48034 10.2458 6.6085 10.5132C6.75142 10.8114 6.92452 11.0835 7.12445 11.3155C6.24183 11.0627 5.51232 10.4475 5.10729 9.64121ZM9.05466 9.64121H6.99418C7.05655 9.84847 7.13156 10.0428 7.21721 10.2215C7.43825 10.6827 7.72115 11.0226 8.02446 11.224C8.33582 11.0172 8.62541 10.6645 8.84833 10.1862C8.92706 10.0173 8.99638 9.83488 9.05466 9.64121ZM9.46014 10.4714C9.57945 10.2154 9.67884 9.93686 9.75545 9.64121H10.9415C10.5365 10.4475 9.80703 11.0627 8.92444 11.3155C9.13349 11.0729 9.31332 10.7863 9.46014 10.4714Z'></path></svg>",
|
||||
"supports": {
|
||||
"align": false,
|
||||
"alignWide": true,
|
||||
"anchor": false,
|
||||
"customClassName": true,
|
||||
"className": true,
|
||||
"html": false,
|
||||
"multiple": true,
|
||||
"reusable": true,
|
||||
"color": {
|
||||
"link": true,
|
||||
"gradients": true
|
||||
},
|
||||
"spacing": {
|
||||
"padding": true,
|
||||
"margin": true
|
||||
},
|
||||
"typography": {
|
||||
"fontSize": true,
|
||||
"lineHeight": true
|
||||
}
|
||||
},
|
||||
"attributes": {
|
||||
"show_avatar": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"show_description": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"open_links_new_window": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"ignore_user_blogs": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"load_placeholders": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
}
|
||||
},
|
||||
"providesContext": {
|
||||
"showAvatar": "show_avatar",
|
||||
"showDescription": "show_description",
|
||||
"openLinksNewWindow": "open_links_new_window"
|
||||
},
|
||||
"editorScript": "jetpack-blocks-editor"
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
<?php return array('dependencies' => array('wp-polyfill'), 'version' => '1b26ffe82dc17b429af5');
|
||||
@@ -0,0 +1 @@
|
||||
@container bitem (min-width: 480px){.wp-block-jetpack-blogroll{padding:24px}}.wp-block-jetpack-blogroll .block-editor-inner-blocks h3{font-size:20px;font-style:normal;font-weight:700;line-height:28px;margin-bottom:24px;margin-top:0}.wp-block-jetpack-blogroll.hide-avatar figure,.wp-block-jetpack-blogroll.hide-description .jetpack-blogroll-item-description{display:none}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item{container-name:bitem;container-type:inline-size}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-information{align-items:flex-start;flex-direction:column;padding:20px 8px}@container bitem (min-width: 480px){.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-information{align-items:center;flex-direction:row}}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item+.wp-block-jetpack-blogroll-item .jetpack-blogroll-item-divider{display:block}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item{overflow-x:clip}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item.has-subscription-form .jetpack-blogroll-item-slider{width:200%}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-divider{border-style:solid;border-width:1px 0 0;display:none;margin-block-end:0;margin-block-start:0;opacity:.2;width:100%}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-slider{display:flex;transition:transform .3s ease-in-out}@media(prefers-reduced-motion:reduce){.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-slider{transition:none}}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item.open .jetpack-blogroll-item-slider{transform:translateX(-50%)}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-title{font-weight:700}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item :is(.jetpack-blogroll-item-description,.jetpack-blogroll-item-title){overflow-wrap:break-word}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-information{box-sizing:border-box;display:flex;gap:20px;padding:20px 0;width:100%}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-information figure{align-self:flex-start;flex-shrink:0;height:48px;margin:0;width:48px}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-information figure.empty-site-icon{background:url(../images/placeholder-site-icon-5bb955c1d041bc2adfc9.svg);background-size:cover}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-information figure.empty-site-icon img{display:none}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-information figure img{border-radius:50%;height:48px;width:48px}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-information .jetpack-blogroll-item-content{align-self:flex-start}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-subscribe-button{white-space:nowrap}@container bitem (min-width: 480px){.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-subscribe-button{align-self:center;margin-left:auto}}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item :is(.jetpack-blogroll-item-cancel-button,.jetpack-blogroll-item-submit-button,.jetpack-blogroll-item-subscribe-button) button{margin:0}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-email-input{border:1px solid #8c8f94;border-radius:0;box-sizing:border-box;font:inherit;margin:0;padding:14px;width:100%}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-submit{align-items:center;border:none;display:flex;flex-direction:column;gap:10px;justify-content:center;margin:0;padding:0;width:100%}@container bitem (min-width: 480px){.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-submit{flex-direction:row}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-submit .jetpack-blogroll-item-email-input{flex:1}}
|
||||
@@ -0,0 +1 @@
|
||||
(()=>{var e={65042(){},79366(e,t,r){"object"==typeof window&&window.Jetpack_Block_Assets_Base_Url&&(r.p=window.Jetpack_Block_Assets_Base_Url)}},t={};function r(o){var l=t[o];if(void 0!==l)return l.exports;var c=t[o]={exports:{}};return e[o](c,c.exports,r),c.exports}r.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var o in t)r.o(t,o)&&!r.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:t[o]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),(()=>{var e;globalThis.importScripts&&(e=globalThis.location+"");var t=globalThis.document;if(!e&&t&&(t.currentScript&&"SCRIPT"===t.currentScript.tagName.toUpperCase()&&(e=t.currentScript.src),!e)){var o=t.getElementsByTagName("script");if(o.length)for(var l=o.length-1;l>-1&&(!e||!/^http(s?):/.test(e));)e=o[l--].src}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/^blob:/,"").replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),r.p=e+"../"})(),(()=>{"use strict";r(79366)})(),(()=>{"use strict";r(65042);function e(e){e.preventDefault();const t=e.currentTarget.closest(".wp-block-jetpack-blogroll-item");t?.classList.toggle("open")?t.querySelector(".jetpack-blogroll-item-submit").removeAttribute("disabled"):t.querySelector(".jetpack-blogroll-item-submit").setAttribute("disabled","disabled")}document.addEventListener("DOMContentLoaded",function(){document.querySelectorAll(".jetpack-blogroll-item-subscribe-button, .jetpack-blogroll-item-cancel-button").forEach(t=>{t.addEventListener("click",e)})})})()})();
|
||||
@@ -0,0 +1 @@
|
||||
@container bitem (min-width: 480px){.wp-block-jetpack-blogroll{padding:24px}}.wp-block-jetpack-blogroll .block-editor-inner-blocks h3{font-size:20px;font-style:normal;font-weight:700;line-height:28px;margin-bottom:24px;margin-top:0}.wp-block-jetpack-blogroll.hide-avatar figure,.wp-block-jetpack-blogroll.hide-description .jetpack-blogroll-item-description{display:none}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item{container-name:bitem;container-type:inline-size}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-information{align-items:flex-start;flex-direction:column;padding:20px 8px}@container bitem (min-width: 480px){.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-information{align-items:center;flex-direction:row}}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item+.wp-block-jetpack-blogroll-item .jetpack-blogroll-item-divider{display:block}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item{overflow-x:clip}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item.has-subscription-form .jetpack-blogroll-item-slider{width:200%}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-divider{border-style:solid;border-width:1px 0 0;display:none;margin-block-end:0;margin-block-start:0;opacity:.2;width:100%}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-slider{display:flex;transition:transform .3s ease-in-out}@media(prefers-reduced-motion:reduce){.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-slider{transition:none}}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item.open .jetpack-blogroll-item-slider{transform:translateX(50%)}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-title{font-weight:700}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item :is(.jetpack-blogroll-item-description,.jetpack-blogroll-item-title){overflow-wrap:break-word}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-information{box-sizing:border-box;display:flex;gap:20px;padding:20px 0;width:100%}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-information figure{align-self:flex-start;flex-shrink:0;height:48px;margin:0;width:48px}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-information figure.empty-site-icon{background:url(../images/placeholder-site-icon-5bb955c1d041bc2adfc9.svg);background-size:cover}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-information figure.empty-site-icon img{display:none}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-information figure img{border-radius:50%;height:48px;width:48px}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-information .jetpack-blogroll-item-content{align-self:flex-start}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-subscribe-button{white-space:nowrap}@container bitem (min-width: 480px){.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-subscribe-button{align-self:center;margin-right:auto}}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item :is(.jetpack-blogroll-item-cancel-button,.jetpack-blogroll-item-submit-button,.jetpack-blogroll-item-subscribe-button) button{margin:0}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-email-input{border:1px solid #8c8f94;border-radius:0;box-sizing:border-box;font:inherit;margin:0;padding:14px;width:100%}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-submit{align-items:center;border:none;display:flex;flex-direction:column;gap:10px;justify-content:center;margin:0;padding:0;width:100%}@container bitem (min-width: 480px){.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-submit{flex-direction:row}.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-submit .jetpack-blogroll-item-email-input{flex:1}}
|
||||
@@ -0,0 +1,155 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 3,
|
||||
"name": "jetpack/business-hours",
|
||||
"title": "Business Hours",
|
||||
"description": "Display opening hours for your business.",
|
||||
"keywords": [
|
||||
"opening hours",
|
||||
"closing time",
|
||||
"schedule",
|
||||
"working day"
|
||||
],
|
||||
"version": "12.5.0",
|
||||
"textdomain": "jetpack",
|
||||
"category": "grow",
|
||||
"icon": "<svg viewBox='0 0 24 24' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><path d='M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm.5-13H11v6l5.25 3.15.75-1.23-4.5-2.67z'/></svg>",
|
||||
"supports": {
|
||||
"html": true,
|
||||
"color": {
|
||||
"gradients": true
|
||||
},
|
||||
"spacing": {
|
||||
"margin": true,
|
||||
"padding": true
|
||||
},
|
||||
"typography": {
|
||||
"fontSize": true,
|
||||
"lineHeight": true
|
||||
},
|
||||
"align": [
|
||||
"wide",
|
||||
"full"
|
||||
]
|
||||
},
|
||||
"attributes": {
|
||||
"days": {
|
||||
"type": "array",
|
||||
"default": [
|
||||
{
|
||||
"name": "Sun",
|
||||
"hours": []
|
||||
},
|
||||
{
|
||||
"name": "Mon",
|
||||
"hours": [
|
||||
{
|
||||
"opening": "09:00",
|
||||
"closing": "17:00"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Tue",
|
||||
"hours": [
|
||||
{
|
||||
"opening": "09:00",
|
||||
"closing": "17:00"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Wed",
|
||||
"hours": [
|
||||
{
|
||||
"opening": "09:00",
|
||||
"closing": "17:00"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Thu",
|
||||
"hours": [
|
||||
{
|
||||
"opening": "09:00",
|
||||
"closing": "17:00"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Fri",
|
||||
"hours": [
|
||||
{
|
||||
"opening": "09:00",
|
||||
"closing": "17:00"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Sat",
|
||||
"hours": []
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"example": {
|
||||
"attributes": {
|
||||
"days": [
|
||||
{
|
||||
"name": "Sun",
|
||||
"hours": []
|
||||
},
|
||||
{
|
||||
"name": "Mon",
|
||||
"hours": [
|
||||
{
|
||||
"opening": "09:00",
|
||||
"closing": "17:00"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Tue",
|
||||
"hours": [
|
||||
{
|
||||
"opening": "09:00",
|
||||
"closing": "17:00"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Wed",
|
||||
"hours": [
|
||||
{
|
||||
"opening": "09:00",
|
||||
"closing": "17:00"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Thu",
|
||||
"hours": [
|
||||
{
|
||||
"opening": "09:00",
|
||||
"closing": "17:00"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Fri",
|
||||
"hours": [
|
||||
{
|
||||
"opening": "09:00",
|
||||
"closing": "17:00"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Sat",
|
||||
"hours": []
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"editorScript": "jetpack-blocks-editor"
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
<?php return array('dependencies' => array(), 'version' => 'e96847e0a6d510c5a009');
|
||||
@@ -0,0 +1 @@
|
||||
@media(min-width:480px){.jetpack-business-hours :is(dd,dt){display:inline-block}}.jetpack-business-hours dt{font-weight:700;margin-inline-end:.5em;min-width:30%;vertical-align:top}.jetpack-business-hours dd{margin:0}@media(min-width:480px){.jetpack-business-hours dd{max-width:calc(70% - .5em)}}.jetpack-business-hours__item{margin-bottom:.5em}
|
||||
@@ -0,0 +1 @@
|
||||
(()=>{var r={82805(){},79366(r,e,t){"object"==typeof window&&window.Jetpack_Block_Assets_Base_Url&&(t.p=window.Jetpack_Block_Assets_Base_Url)}},e={};function t(o){var a=e[o];if(void 0!==a)return a.exports;var s=e[o]={exports:{}};return r[o](s,s.exports,t),s.exports}t.n=r=>{var e=r&&r.__esModule?()=>r.default:()=>r;return t.d(e,{a:e}),e},t.d=(r,e)=>{for(var o in e)t.o(e,o)&&!t.o(r,o)&&Object.defineProperty(r,o,{enumerable:!0,get:e[o]})},t.o=(r,e)=>Object.prototype.hasOwnProperty.call(r,e),(()=>{var r;globalThis.importScripts&&(r=globalThis.location+"");var e=globalThis.document;if(!r&&e&&(e.currentScript&&"SCRIPT"===e.currentScript.tagName.toUpperCase()&&(r=e.currentScript.src),!r)){var o=e.getElementsByTagName("script");if(o.length)for(var a=o.length-1;a>-1&&(!r||!/^http(s?):/.test(r));)r=o[a--].src}if(!r)throw new Error("Automatic publicPath is not supported in this browser");r=r.replace(/^blob:/,"").replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),t.p=r+"../"})(),(()=>{"use strict";t(79366)})(),(()=>{"use strict";t(82805)})()})();
|
||||
@@ -0,0 +1 @@
|
||||
@media(min-width:480px){.jetpack-business-hours :is(dd,dt){display:inline-block}}.jetpack-business-hours dt{font-weight:700;margin-inline-end:.5em;min-width:30%;vertical-align:top}.jetpack-business-hours dd{margin:0}@media(min-width:480px){.jetpack-business-hours dd{max-width:calc(70% - .5em)}}.jetpack-business-hours__item{margin-bottom:.5em}
|
||||
@@ -0,0 +1 @@
|
||||
<?php return array('dependencies' => array(), 'version' => '2285285129bf76ee0168');
|
||||
@@ -0,0 +1 @@
|
||||
.amp-wp-article .wp-block-jetpack-button{color:#fff}.wp-block-jetpack-button.aligncenter,.wp-block-jetpack-button.alignleft,.wp-block-jetpack-button.alignright{display:block}.wp-block-jetpack-button.aligncenter{margin-left:auto;margin-right:auto}.wp-block-jetpack-button.alignleft{margin-right:auto}.wp-block-jetpack-button.alignright{margin-left:auto}.wp-block-jetpack-button{height:fit-content;margin:0;max-width:100%;width:fit-content}.wp-block-jetpack-button.is-style-outline>.wp-block-button__link{background-color:#0000;border:1px solid;color:currentColor}:where(.wp-block-jetpack-button:not(.is-style-outline) button){border:none}.wp-block-jetpack-button .spinner{display:none;fill:currentColor}.wp-block-jetpack-button .spinner svg{display:block}.wp-block-jetpack-button .is-submitting .spinner{display:inline}.wp-block-jetpack-button .is-visually-hidden{clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.wp-block-jetpack-button .disable-spinner .spinner{display:none}
|
||||
@@ -0,0 +1 @@
|
||||
(()=>{var r={4169(){},79366(r,e,t){"object"==typeof window&&window.Jetpack_Block_Assets_Base_Url&&(t.p=window.Jetpack_Block_Assets_Base_Url)}},e={};function t(o){var a=e[o];if(void 0!==a)return a.exports;var s=e[o]={exports:{}};return r[o](s,s.exports,t),s.exports}t.n=r=>{var e=r&&r.__esModule?()=>r.default:()=>r;return t.d(e,{a:e}),e},t.d=(r,e)=>{for(var o in e)t.o(e,o)&&!t.o(r,o)&&Object.defineProperty(r,o,{enumerable:!0,get:e[o]})},t.o=(r,e)=>Object.prototype.hasOwnProperty.call(r,e),(()=>{var r;globalThis.importScripts&&(r=globalThis.location+"");var e=globalThis.document;if(!r&&e&&(e.currentScript&&"SCRIPT"===e.currentScript.tagName.toUpperCase()&&(r=e.currentScript.src),!r)){var o=e.getElementsByTagName("script");if(o.length)for(var a=o.length-1;a>-1&&(!r||!/^http(s?):/.test(r));)r=o[a--].src}if(!r)throw new Error("Automatic publicPath is not supported in this browser");r=r.replace(/^blob:/,"").replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),t.p=r+"../"})(),(()=>{"use strict";t(79366)})(),(()=>{"use strict";t(4169)})()})();
|
||||
@@ -0,0 +1 @@
|
||||
.amp-wp-article .wp-block-jetpack-button{color:#fff}.wp-block-jetpack-button.aligncenter,.wp-block-jetpack-button.alignleft,.wp-block-jetpack-button.alignright{display:block}.wp-block-jetpack-button.aligncenter{margin-left:auto;margin-right:auto}.wp-block-jetpack-button.alignleft{margin-left:auto}.wp-block-jetpack-button.alignright{margin-right:auto}.wp-block-jetpack-button{height:fit-content;margin:0;max-width:100%;width:fit-content}.wp-block-jetpack-button.is-style-outline>.wp-block-button__link{background-color:#0000;border:1px solid;color:currentColor}:where(.wp-block-jetpack-button:not(.is-style-outline) button){border:none}.wp-block-jetpack-button .spinner{display:none;fill:currentColor}.wp-block-jetpack-button .spinner svg{display:block}.wp-block-jetpack-button .is-submitting .spinner{display:inline}.wp-block-jetpack-button .is-visually-hidden{clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.wp-block-jetpack-button .disable-spinner .spinner{display:none}
|
||||
@@ -0,0 +1,71 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 3,
|
||||
"name": "jetpack/calendly",
|
||||
"title": "Calendly",
|
||||
"description": "Embed a calendar for customers to schedule appointments.",
|
||||
"keywords": [
|
||||
"calendar",
|
||||
"schedule",
|
||||
"appointments",
|
||||
"events",
|
||||
"dates"
|
||||
],
|
||||
"version": "12.5.0",
|
||||
"textdomain": "jetpack",
|
||||
"category": "grow",
|
||||
"icon": "<svg viewBox='0 0 23 24' width='23' height='24' xmlns='http://www.w3.org/2000/svg'><path d='M19,1h-2.3v0c0-0.6-0.4-1-1-1c-0.6,0-1,0.4-1,1v0H8.6v0c0-0.6-0.4-1-1-1c-0.6,0-1,0.4-1,1v0H4C1.8,1,0,2.8,0,5 v15c0,2.2,1.8,4,4,4h15c2.2,0,4-1.8,4-4V5C23,2.8,21.2,1,19,1z M21,20c0,1.1-0.9,2-2,2H4c-1.1,0-2-0.9-2-2V5c0-1.1,0.9-2,2-2h2.6 v0.8c0,0.6,0.4,1,1,1c0.6,0,1-0.4,1-1V3h6.1v0.8c0,0.6,0.4,1,1,1c0.6,0,1-0.4,1-1V3H19c1.1,0,2,0.9,2,2V20z M13.9,14.8l1.4,1.4 c-0.9,0.9-2.1,1.3-3.5,1.3c-2.4,0-4.5-2.1-4.5-4.7s2.1-4.7,4.5-4.7c1.4,0,2.5,0.4,3.4,1.1L14,10.9c-0.5-0.4-1.2-0.6-2.1-0.6 c-1.2,0-2.5,1.1-2.5,2.7c0,1.6,1.3,2.7,2.5,2.7C12.7,15.5,13.4,15.3,13.9,14.8z'/></svg>",
|
||||
"supports": {
|
||||
"align": true,
|
||||
"alignWide": false,
|
||||
"html": false
|
||||
},
|
||||
"attributes": {
|
||||
"backgroundColor": {
|
||||
"type": "string",
|
||||
"default": "ffffff"
|
||||
},
|
||||
"hideEventTypeDetails": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"primaryColor": {
|
||||
"type": "string",
|
||||
"default": "00A2FF"
|
||||
},
|
||||
"textColor": {
|
||||
"type": "string",
|
||||
"default": "4D5055"
|
||||
},
|
||||
"style": {
|
||||
"type": "string",
|
||||
"default": "inline",
|
||||
"enum": [
|
||||
"inline",
|
||||
"link"
|
||||
]
|
||||
},
|
||||
"url": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"example": {
|
||||
"attributes": {
|
||||
"hideEventTypeDetails": false,
|
||||
"style": "inline",
|
||||
"url": "https://calendly.com/wpcom/jetpack-block-example"
|
||||
},
|
||||
"innerBlocks": [
|
||||
{
|
||||
"name": "jetpack/button",
|
||||
"attributes": {
|
||||
"element": "a",
|
||||
"text": "Schedule time with me",
|
||||
"uniqueId": "calendly-widget-id",
|
||||
"url": "https://calendly.com/wpcom/jetpack-block-example"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"editorScript": "jetpack-blocks-editor"
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
<?php return array('dependencies' => array(), 'version' => 'c5f82a131b9dbafdd22e');
|
||||
@@ -0,0 +1 @@
|
||||
.admin-bar .calendly-overlay .calendly-popup-close{top:47px}.wp-block-jetpack-calendly.calendly-style-inline{height:630px;position:relative}.wp-block-jetpack-calendly .calendly-spinner{top:50px}.wp-block-jetpack-calendly.aligncenter{text-align:center}.wp-block-jetpack-calendly :is(.wp-block-jetpack-button.aligncenter,.wp-block-jetpack-button.alignleft,.wp-block-jetpack-button.alignright){display:block}.wp-block-jetpack-calendly .wp-block-jetpack-button.aligncenter{margin-left:auto;margin-right:auto}.wp-block-jetpack-calendly .wp-block-jetpack-button.alignleft{margin-right:auto}.wp-block-jetpack-calendly .wp-block-jetpack-button.alignright{margin-left:auto}.wp-block-jetpack-calendly .wp-block-jetpack-button{color:#fff}
|
||||
@@ -0,0 +1 @@
|
||||
(()=>{var r={61095(){},79366(r,e,t){"object"==typeof window&&window.Jetpack_Block_Assets_Base_Url&&(t.p=window.Jetpack_Block_Assets_Base_Url)}},e={};function t(o){var a=e[o];if(void 0!==a)return a.exports;var s=e[o]={exports:{}};return r[o](s,s.exports,t),s.exports}t.n=r=>{var e=r&&r.__esModule?()=>r.default:()=>r;return t.d(e,{a:e}),e},t.d=(r,e)=>{for(var o in e)t.o(e,o)&&!t.o(r,o)&&Object.defineProperty(r,o,{enumerable:!0,get:e[o]})},t.o=(r,e)=>Object.prototype.hasOwnProperty.call(r,e),(()=>{var r;globalThis.importScripts&&(r=globalThis.location+"");var e=globalThis.document;if(!r&&e&&(e.currentScript&&"SCRIPT"===e.currentScript.tagName.toUpperCase()&&(r=e.currentScript.src),!r)){var o=e.getElementsByTagName("script");if(o.length)for(var a=o.length-1;a>-1&&(!r||!/^http(s?):/.test(r));)r=o[a--].src}if(!r)throw new Error("Automatic publicPath is not supported in this browser");r=r.replace(/^blob:/,"").replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),t.p=r+"../"})(),(()=>{"use strict";t(79366)})(),(()=>{"use strict";t(61095)})()})();
|
||||
@@ -0,0 +1 @@
|
||||
.admin-bar .calendly-overlay .calendly-popup-close{top:47px}.wp-block-jetpack-calendly.calendly-style-inline{height:630px;position:relative}.wp-block-jetpack-calendly .calendly-spinner{top:50px}.wp-block-jetpack-calendly.aligncenter{text-align:center}.wp-block-jetpack-calendly :is(.wp-block-jetpack-button.aligncenter,.wp-block-jetpack-button.alignleft,.wp-block-jetpack-button.alignright){display:block}.wp-block-jetpack-calendly .wp-block-jetpack-button.aligncenter{margin-left:auto;margin-right:auto}.wp-block-jetpack-calendly .wp-block-jetpack-button.alignleft{margin-left:auto}.wp-block-jetpack-calendly .wp-block-jetpack-button.alignright{margin-right:auto}.wp-block-jetpack-calendly .wp-block-jetpack-button{color:#fff}
|
||||
@@ -0,0 +1 @@
|
||||
.jetpack-editor-panel-logo{margin-left:.5em}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper{align-items:center;background:#000;border-radius:2px;box-shadow:inset 0 0 1px #fff;display:flex;font-size:14px;justify-content:space-between;padding:0 20px}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper :is(.banner-description,.banner-title){color:#fff}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper :is(.jetpack-upgrade-plan-banner__description,.jetpack-upgrade-plan-banner__title){margin-right:10px}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button{flex-shrink:0;height:28px;line-height:1;margin-left:auto}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary{background:#e34c84;color:#fff}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary:hover{background:#eb6594}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary.is-busy{background-image:linear-gradient(-45deg,#e34c84 28%,#ab235a 0,#ab235a 72%,#e34c84 0);background-size:100px 100%}.jetpack-upgrade-plan-banner.block-editor-block-list__block{margin-bottom:0;margin-top:0}:is(.jetpack-upgrade-plan-banner.wp-block[data-align=left],.jetpack-upgrade-plan-banner.wp-block[data-align=right]) .jetpack-upgrade-plan-banner__wrapper{max-width:580px;width:100%}.block-editor-block-list__layout .block-editor-block-list__block.has-warning.is-interactive>*{pointer-events:auto;-webkit-user-select:auto;-moz-user-select:auto;user-select:auto}.block-editor-block-list__layout .block-editor-block-list__block.has-warning.is-interactive:after{content:none}.block-editor-warning{border:1px solid #e0e0e0;padding:10px 14px}.block-editor-warning .block-editor-warning__message{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;line-height:1.4}.block-editor-warning .block-editor-warning__actions .components-button{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-weight:inherit;text-decoration:none}
|
||||
@@ -0,0 +1,76 @@
|
||||
/*!
|
||||
* is-plain-object <https://github.com/jonschlinkert/is-plain-object>
|
||||
*
|
||||
* Copyright (c) 2014-2017, Jon Schlinkert.
|
||||
* Released under the MIT License.
|
||||
*/
|
||||
|
||||
/**
|
||||
* @license React
|
||||
* react-dom-server-legacy.browser.production.min.js
|
||||
*
|
||||
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
/**
|
||||
* @license React
|
||||
* react-dom-server.browser.production.min.js
|
||||
*
|
||||
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
/**
|
||||
* @license React
|
||||
* react-dom.production.min.js
|
||||
*
|
||||
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
/**
|
||||
* @license React
|
||||
* react-jsx-runtime.production.min.js
|
||||
*
|
||||
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
/**
|
||||
* @license React
|
||||
* react.production.min.js
|
||||
*
|
||||
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
/**
|
||||
* @license React
|
||||
* scheduler.production.min.js
|
||||
*
|
||||
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
/**
|
||||
* @license React
|
||||
* use-sync-external-store-shim.production.js
|
||||
*
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
@@ -0,0 +1 @@
|
||||
.jetpack-editor-panel-logo{margin-right:.5em}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper{align-items:center;background:#000;border-radius:2px;box-shadow:inset 0 0 1px #fff;display:flex;font-size:14px;justify-content:space-between;padding:0 20px}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper :is(.banner-description,.banner-title){color:#fff}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper :is(.jetpack-upgrade-plan-banner__description,.jetpack-upgrade-plan-banner__title){margin-left:10px}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button{flex-shrink:0;height:28px;line-height:1;margin-right:auto}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary{background:#e34c84;color:#fff}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary:hover{background:#eb6594}.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary.is-busy{background-image:linear-gradient(45deg,#e34c84 28%,#ab235a 0,#ab235a 72%,#e34c84 0);background-size:100px 100%}.jetpack-upgrade-plan-banner.block-editor-block-list__block{margin-bottom:0;margin-top:0}:is(.jetpack-upgrade-plan-banner.wp-block[data-align=left],.jetpack-upgrade-plan-banner.wp-block[data-align=right]) .jetpack-upgrade-plan-banner__wrapper{max-width:580px;width:100%}.block-editor-block-list__layout .block-editor-block-list__block.has-warning.is-interactive>*{pointer-events:auto;-webkit-user-select:auto;-moz-user-select:auto;user-select:auto}.block-editor-block-list__layout .block-editor-block-list__block.has-warning.is-interactive:after{content:none}.block-editor-warning{border:1px solid #e0e0e0;padding:10px 14px}.block-editor-warning .block-editor-warning__message{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;line-height:1.4}.block-editor-warning .block-editor-warning__actions .components-button{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-weight:inherit;text-decoration:none}
|
||||
@@ -0,0 +1,63 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 3,
|
||||
"name": "jetpack/contact-info",
|
||||
"title": "Contact Info",
|
||||
"description": "Add an email address, phone number, and physical address with improved markup for better SEO results.",
|
||||
"keywords": [
|
||||
"email",
|
||||
"phone",
|
||||
"address"
|
||||
],
|
||||
"version": "12.5.0",
|
||||
"textdomain": "jetpack",
|
||||
"category": "grow",
|
||||
"icon": "<svg viewBox='0 0 24 24' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><path d='M19 5v14H5V5h14m0-2H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 9c-1.65 0-3-1.35-3-3s1.35-3 3-3 3 1.35 3 3-1.35 3-3 3zm0-4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zm6 10H6v-1.53c0-2.5 3.97-3.58 6-3.58s6 1.08 6 3.58V18zm-9.69-2h7.38c-.69-.56-2.38-1.12-3.69-1.12s-3.01.56-3.69 1.12z'/></svg>",
|
||||
"supports": {
|
||||
"align": [
|
||||
"wide",
|
||||
"full"
|
||||
],
|
||||
"html": false,
|
||||
"color": {
|
||||
"link": true,
|
||||
"gradients": true
|
||||
},
|
||||
"spacing": {
|
||||
"padding": true,
|
||||
"margin": true
|
||||
},
|
||||
"typography": {
|
||||
"fontSize": true,
|
||||
"lineHeight": true
|
||||
}
|
||||
},
|
||||
"example": {
|
||||
"attributes": {},
|
||||
"innerBlocks": [
|
||||
{
|
||||
"name": "jetpack/email",
|
||||
"attributes": {
|
||||
"email": "hello@yourjetpack.blog"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "jetpack/phone",
|
||||
"attributes": {
|
||||
"phone": "123-456-7890"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "jetpack/address",
|
||||
"attributes": {
|
||||
"address": "987 Photon Drive",
|
||||
"city": "Speedyville",
|
||||
"region": "CA",
|
||||
"postal": "12345",
|
||||
"country": "USA"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"editorScript": "jetpack-blocks-editor"
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
<?php return array('dependencies' => array(), 'version' => '89cdd3c1136d6e464b57');
|
||||
@@ -0,0 +1 @@
|
||||
.wp-block-jetpack-contact-info{margin-bottom:1.5em}
|
||||
@@ -0,0 +1 @@
|
||||
(()=>{var r={25378(){},79366(r,e,t){"object"==typeof window&&window.Jetpack_Block_Assets_Base_Url&&(t.p=window.Jetpack_Block_Assets_Base_Url)}},e={};function t(o){var a=e[o];if(void 0!==a)return a.exports;var s=e[o]={exports:{}};return r[o](s,s.exports,t),s.exports}t.n=r=>{var e=r&&r.__esModule?()=>r.default:()=>r;return t.d(e,{a:e}),e},t.d=(r,e)=>{for(var o in e)t.o(e,o)&&!t.o(r,o)&&Object.defineProperty(r,o,{enumerable:!0,get:e[o]})},t.o=(r,e)=>Object.prototype.hasOwnProperty.call(r,e),(()=>{var r;globalThis.importScripts&&(r=globalThis.location+"");var e=globalThis.document;if(!r&&e&&(e.currentScript&&"SCRIPT"===e.currentScript.tagName.toUpperCase()&&(r=e.currentScript.src),!r)){var o=e.getElementsByTagName("script");if(o.length)for(var a=o.length-1;a>-1&&(!r||!/^http(s?):/.test(r));)r=o[a--].src}if(!r)throw new Error("Automatic publicPath is not supported in this browser");r=r.replace(/^blob:/,"").replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),t.p=r+"../"})(),(()=>{"use strict";t(79366)})(),(()=>{"use strict";t(25378)})()})();
|
||||
@@ -0,0 +1 @@
|
||||
.wp-block-jetpack-contact-info{margin-bottom:1.5em}
|
||||
@@ -0,0 +1,81 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 3,
|
||||
"name": "jetpack/cookie-consent",
|
||||
"title": "Cookie Consent",
|
||||
"description": "Display a customizable cookie consent banner. To display this block on all pages of your site, please add it inside a Template Part that is present on all your templates, like a Header or a Footer.",
|
||||
"keywords": [
|
||||
"cookie",
|
||||
"consent",
|
||||
"privacy",
|
||||
"GDPR",
|
||||
"EU"
|
||||
],
|
||||
"version": "12.5.0",
|
||||
"textdomain": "jetpack",
|
||||
"category": "grow",
|
||||
"icon": "<svg viewBox='0 0 24 24' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><path d='m20.27,11.03c-.02-.31-.05-.62-.11-.92h-3.88v-2.91h-2.87v-3.79c-.32-.06-.64-.1-.97-.12-.15,0-.29,0-.44,0C7.42,3.28,3.71,7,3.71,11.57s3.71,8.3,8.29,8.3,8.29-3.72,8.29-8.3c0-.18,0-.36-.02-.54Zm-8.23,7.79c-4,0-7.24-3.25-7.24-7.25s3.24-7.24,7.24-7.24c.14,0,.27,0,.4.02v3.81h2.9v2.87h3.91c.02.18.03.36.03.54,0,4-3.24,7.25-7.24,7.25Z'/><path d='M 8, 8 a 1,1 0 1,1 2,0 a 1,1 0 1,1 -2,0'/><path d='M 12, 11.5 a 1,1 0 1,1 2,0 a 1,1 0 1,1 -2,0'/><path d='M 13, 16 a 1,1 0 1,1 2,0 a 1,1 0 1,1 -2,0'/><path d='M 8, 14 a 1,1 0 1,1 2,0 a 1,1 0 1,1 -2,0'/></svg>",
|
||||
"supports": {
|
||||
"align": [
|
||||
"left",
|
||||
"right",
|
||||
"wide",
|
||||
"full"
|
||||
],
|
||||
"alignWide": true,
|
||||
"anchor": false,
|
||||
"color": {
|
||||
"gradients": true,
|
||||
"link": true,
|
||||
"background": true
|
||||
},
|
||||
"spacing": {
|
||||
"padding": true
|
||||
},
|
||||
"customClassName": true,
|
||||
"className": true,
|
||||
"html": false,
|
||||
"lock": false,
|
||||
"multiple": false,
|
||||
"reusable": false
|
||||
},
|
||||
"attributes": {
|
||||
"text": {
|
||||
"type": "string",
|
||||
"source": "html",
|
||||
"selector": "p"
|
||||
},
|
||||
"style": {
|
||||
"type": "object",
|
||||
"default": {
|
||||
"color": {
|
||||
"text": "var(--wp--preset--color--contrast)",
|
||||
"background": "var(--wp--preset--color--tertiary)",
|
||||
"link": "var(--wp--preset--color--contrast)"
|
||||
},
|
||||
"spacing": {
|
||||
"padding": {
|
||||
"top": "1em",
|
||||
"right": "1em",
|
||||
"bottom": "1em",
|
||||
"left": "1em"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"align": {
|
||||
"type": "string",
|
||||
"default": "wide"
|
||||
},
|
||||
"consentExpiryDays": {
|
||||
"type": "integer",
|
||||
"default": 365
|
||||
},
|
||||
"showOverlay": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
}
|
||||
},
|
||||
"viewScript": "file:./view.js",
|
||||
"editorScript": "jetpack-blocks-editor"
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
<?php return array('dependencies' => array('wp-dom-ready'), 'version' => '54a2fa6754ef71710159');
|
||||
@@ -0,0 +1 @@
|
||||
.wp-block-jetpack-cookie-consent{align-items:center;box-sizing:border-box;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between}.wp-block-jetpack-cookie-consent .wp-block-button__link{white-space:nowrap!important}.wp-block-jetpack-cookie-consent:not([role=document]){animation:cookie-consent-slide-in .2s ease-in-out;bottom:50px;position:fixed;transition:opacity .2s ease-in-out;z-index:50001}.wp-block-jetpack-cookie-consent:not([role=document]) span{display:none}.wp-block-jetpack-cookie-consent:not([role=document]) .wp-block-button{white-space:nowrap}@keyframes cookie-consent-slide-in{0%{opacity:0}to{opacity:1}}.wp-block-jetpack-cookie-consent:not([role=document]).is-dismissed{opacity:0;pointer-events:none}.wp-block-jetpack-cookie-consent:not([role=document]).alignleft,.wp-block-jetpack-cookie-consent:not([role=document]).alignright{flex-wrap:nowrap;max-width:50%}.wp-block-jetpack-cookie-consent:not([role=document]).alignright{margin-left:auto!important;right:10px}.wp-block-jetpack-cookie-consent:not([role=document]).alignleft{left:10px}.wp-block-jetpack-cookie-consent:not([role=document]).alignwide{left:5%!important;max-width:90%!important;width:100vw!important}.wp-block-jetpack-cookie-consent:not([role=document]).alignfull{width:100%}@media screen and (max-width:768px){.wp-block-jetpack-cookie-consent:not([role=document]).alignleft,.wp-block-jetpack-cookie-consent:not([role=document]).alignright{flex-wrap:wrap;left:5%;margin-left:0!important;max-width:90%;width:100vw}}
|
||||
@@ -0,0 +1 @@
|
||||
(()=>{var e={44036(){},79366(e,t,r){"object"==typeof window&&window.Jetpack_Block_Assets_Base_Url&&(r.p=window.Jetpack_Block_Assets_Base_Url)},98490(e){"use strict";e.exports=window.wp.domReady}},t={};function r(o){var n=t[o];if(void 0!==n)return n.exports;var s=t[o]={exports:{}};return e[o](s,s.exports,r),s.exports}r.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var o in t)r.o(t,o)&&!r.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:t[o]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),(()=>{var e;globalThis.importScripts&&(e=globalThis.location+"");var t=globalThis.document;if(!e&&t&&(t.currentScript&&"SCRIPT"===t.currentScript.tagName.toUpperCase()&&(e=t.currentScript.src),!e)){var o=t.getElementsByTagName("script");if(o.length)for(var n=o.length-1;n>-1&&(!e||!/^http(s?):/.test(e));)e=o[n--].src}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/^blob:/,"").replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),r.p=e+"../"})(),(()=>{"use strict";r(79366)})(),(()=>{"use strict";var e=r(98490),t=r.n(e);r(44036);t()(function(){const e=document.querySelector(".wp-block-jetpack-cookie-consent");if(!e)return;const t=e.querySelector("span"),r=parseInt(t.textContent),o=new Date(Date.now()+864e5*r),n=e.querySelector(".wp-block-button a");n.setAttribute("role","button"),n.setAttribute("href","#"),n.addEventListener("click",e=>{n.closest(".wp-block-jetpack-cookie-consent")&&e.preventDefault()}),n.addEventListener("click",function(){try{document.cookie=`eucookielaw=${o.getTime()};path=/;expires=${o.toGMTString()}`,e.classList.add("is-dismissed"),e.addEventListener("transitionend",()=>e.remove());const t=new Event("eucookielaw-dismissed");document.dispatchEvent(t)}catch{}})})})()})();
|
||||
@@ -0,0 +1 @@
|
||||
.wp-block-jetpack-cookie-consent{align-items:center;box-sizing:border-box;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between}.wp-block-jetpack-cookie-consent .wp-block-button__link{white-space:nowrap!important}.wp-block-jetpack-cookie-consent:not([role=document]){animation:cookie-consent-slide-in .2s ease-in-out;bottom:50px;position:fixed;transition:opacity .2s ease-in-out;z-index:50001}.wp-block-jetpack-cookie-consent:not([role=document]) span{display:none}.wp-block-jetpack-cookie-consent:not([role=document]) .wp-block-button{white-space:nowrap}@keyframes cookie-consent-slide-in{0%{opacity:0}to{opacity:1}}.wp-block-jetpack-cookie-consent:not([role=document]).is-dismissed{opacity:0;pointer-events:none}.wp-block-jetpack-cookie-consent:not([role=document]).alignleft,.wp-block-jetpack-cookie-consent:not([role=document]).alignright{flex-wrap:nowrap;max-width:50%}.wp-block-jetpack-cookie-consent:not([role=document]).alignright{left:10px;margin-right:auto!important}.wp-block-jetpack-cookie-consent:not([role=document]).alignleft{right:10px}.wp-block-jetpack-cookie-consent:not([role=document]).alignwide{max-width:90%!important;right:5%!important;width:100vw!important}.wp-block-jetpack-cookie-consent:not([role=document]).alignfull{width:100%}@media screen and (max-width:768px){.wp-block-jetpack-cookie-consent:not([role=document]).alignleft,.wp-block-jetpack-cookie-consent:not([role=document]).alignright{flex-wrap:wrap;margin-right:0!important;max-width:90%;right:5%;width:100vw}}
|
||||
@@ -0,0 +1,239 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 3,
|
||||
"name": "jetpack/donations",
|
||||
"title": "Donations Form",
|
||||
"description": "Collect one-time, monthly, or annually recurring donations.",
|
||||
"keywords": [
|
||||
"charity",
|
||||
"contribution",
|
||||
"credit card",
|
||||
"debit card",
|
||||
"donate",
|
||||
"earn",
|
||||
"monetize",
|
||||
"ecommerce",
|
||||
"fundraising",
|
||||
"fundraiser",
|
||||
"gofundme",
|
||||
"money",
|
||||
"nonprofit",
|
||||
"non-profit",
|
||||
"paid",
|
||||
"patreon",
|
||||
"pay",
|
||||
"payments",
|
||||
"recurring",
|
||||
"stripe",
|
||||
"sponsor",
|
||||
"square",
|
||||
"tipping",
|
||||
"venmo"
|
||||
],
|
||||
"version": "12.5.0",
|
||||
"textdomain": "jetpack",
|
||||
"category": "monetize",
|
||||
"icon": "<svg viewBox='0 0 24 24' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><path d='M16.5 4.5c2.206 0 4 1.794 4 4 0 4.67-5.543 8.94-8.5 11.023C9.043 17.44 3.5 13.17 3.5 8.5c0-2.206 1.794-4 4-4 1.298 0 2.522.638 3.273 1.706L12 7.953l1.227-1.746c.75-1.07 1.975-1.707 3.273-1.707m0-1.5c-1.862 0-3.505.928-4.5 2.344C11.005 3.928 9.362 3 7.5 3 4.462 3 2 5.462 2 8.5c0 5.72 6.5 10.438 10 12.85 3.5-2.412 10-7.13 10-12.85C22 5.462 19.538 3 16.5 3z' /></svg>",
|
||||
"supports": {
|
||||
"html": false,
|
||||
"color": {
|
||||
"background": true,
|
||||
"text": true,
|
||||
"button": true,
|
||||
"link": true,
|
||||
"gradients": false
|
||||
},
|
||||
"typography": {
|
||||
"fontSize": true,
|
||||
"fontFamily": true,
|
||||
"fontStyle": true,
|
||||
"fontWeight": true,
|
||||
"lineHeight": true,
|
||||
"letterSpacing": true
|
||||
}
|
||||
},
|
||||
"attributes": {
|
||||
"currency": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"oneTimeDonation": {
|
||||
"type": "object",
|
||||
"default": {
|
||||
"show": true,
|
||||
"planId": null,
|
||||
"amounts": [
|
||||
5,
|
||||
15,
|
||||
100
|
||||
]
|
||||
}
|
||||
},
|
||||
"monthlyDonation": {
|
||||
"type": "object",
|
||||
"default": {
|
||||
"show": true,
|
||||
"planId": null,
|
||||
"amounts": [
|
||||
5,
|
||||
15,
|
||||
100
|
||||
]
|
||||
}
|
||||
},
|
||||
"annualDonation": {
|
||||
"type": "object",
|
||||
"default": {
|
||||
"show": true,
|
||||
"planId": null,
|
||||
"amounts": [
|
||||
5,
|
||||
15,
|
||||
100
|
||||
]
|
||||
}
|
||||
},
|
||||
"showCustomAmount": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"defaultInterval": {
|
||||
"type": "string"
|
||||
},
|
||||
"customAmountPlaceholder": {
|
||||
"type": "number"
|
||||
},
|
||||
"chooseAmountText": {
|
||||
"type": "string"
|
||||
},
|
||||
"customAmountText": {
|
||||
"type": "string"
|
||||
},
|
||||
"fallbackLinkUrl": {
|
||||
"type": "string"
|
||||
},
|
||||
"activeTabBackgroundColor": {
|
||||
"type": "string"
|
||||
},
|
||||
"activeTabTextColor": {
|
||||
"type": "string"
|
||||
},
|
||||
"inactiveTabBackgroundColor": {
|
||||
"type": "string"
|
||||
},
|
||||
"inactiveTabTextColor": {
|
||||
"type": "string"
|
||||
},
|
||||
"selectedAmountBackgroundColor": {
|
||||
"type": "string"
|
||||
},
|
||||
"selectedAmountTextColor": {
|
||||
"type": "string"
|
||||
},
|
||||
"selectedAmountOutlineColor": {
|
||||
"type": "string"
|
||||
},
|
||||
"tabsAppearance": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"tabs",
|
||||
"buttons"
|
||||
],
|
||||
"default": "tabs"
|
||||
},
|
||||
"tabBorderColor": {
|
||||
"type": "string"
|
||||
},
|
||||
"tabFontSize": {
|
||||
"type": "string"
|
||||
},
|
||||
"tabPadding": {
|
||||
"type": "object"
|
||||
},
|
||||
"buttonFontSize": {
|
||||
"type": "string"
|
||||
},
|
||||
"buttonPadding": {
|
||||
"type": "object"
|
||||
},
|
||||
"buttonAlignment": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"",
|
||||
"left",
|
||||
"center",
|
||||
"right",
|
||||
"full"
|
||||
],
|
||||
"default": ""
|
||||
},
|
||||
"amountFontSize": {
|
||||
"type": "string"
|
||||
},
|
||||
"amountBorder": {
|
||||
"type": "object"
|
||||
},
|
||||
"amountBorderRadius": {
|
||||
"type": [
|
||||
"string",
|
||||
"object"
|
||||
]
|
||||
},
|
||||
"buttonBorderRadius": {
|
||||
"type": [
|
||||
"string",
|
||||
"object"
|
||||
]
|
||||
},
|
||||
"contentAlignment": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"",
|
||||
"left",
|
||||
"center",
|
||||
"right"
|
||||
],
|
||||
"default": ""
|
||||
},
|
||||
"minimumAmount": {
|
||||
"type": "number"
|
||||
},
|
||||
"maximumAmount": {
|
||||
"type": "number"
|
||||
},
|
||||
"displayMode": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"inline",
|
||||
"modal"
|
||||
],
|
||||
"default": "inline"
|
||||
},
|
||||
"triggerButtonText": {
|
||||
"type": "string"
|
||||
},
|
||||
"triggerIcon": {
|
||||
"type": "string",
|
||||
"default": "heart"
|
||||
},
|
||||
"triggerSticky": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"blockBorder": {
|
||||
"type": "object"
|
||||
},
|
||||
"blockBorderRadius": {
|
||||
"type": [
|
||||
"string",
|
||||
"object"
|
||||
]
|
||||
},
|
||||
"variationName": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
}
|
||||
},
|
||||
"example": {},
|
||||
"editorScript": "jetpack-blocks-editor"
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
<?php return array('dependencies' => array('wp-dom-ready', 'wp-polyfill', 'wp-url'), 'version' => 'ae8fd70e7388b8744bec');
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1,7 @@
|
||||
/*
|
||||
* Exposes number format capability
|
||||
*
|
||||
* @copyright Copyright (c) 2013 Kevin van Zonneveld (http://kvz.io) and Contributors (http://phpjs.org/authors).
|
||||
* @license See CREDITS.md
|
||||
* @see https://github.com/kvz/phpjs/blob/ffe1356af23a6f2512c84c954dd4e828e92579fa/functions/strings/number_format.js
|
||||
*/
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
||||
<?php return array('dependencies' => array('jetpack-connection', 'jetpack-script-data', 'jetpack-shared-stores', 'lodash', 'react', 'react-jsx-runtime', 'wp-a11y', 'wp-api-fetch', 'wp-blob', 'wp-block-editor', 'wp-block-serialization-default-parser', 'wp-blocks', 'wp-commands', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-edit-post', 'wp-editor', 'wp-element', 'wp-escape-html', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-keycodes', 'wp-notices', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-rich-text', 'wp-token-list', 'wp-url', 'wp-viewport', 'wp-wordcount'), 'version' => 'c857b52abda3ac23e702');
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1,30 @@
|
||||
/*
|
||||
* Exposes number format capability
|
||||
*
|
||||
* @copyright Copyright (c) 2013 Kevin van Zonneveld (http://kvz.io) and Contributors (http://phpjs.org/authors).
|
||||
* @license See CREDITS.md
|
||||
* @see https://github.com/kvz/phpjs/blob/ffe1356af23a6f2512c84c954dd4e828e92579fa/functions/strings/number_format.js
|
||||
*/
|
||||
|
||||
/*!
|
||||
* Determine if an object is a Buffer
|
||||
*
|
||||
* @author Feross Aboukhadijeh <https://feross.org>
|
||||
* @license MIT
|
||||
*/
|
||||
|
||||
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
||||
|
||||
/**
|
||||
* @license qrcode.react
|
||||
* Copyright (c) Paul O'Shannessy
|
||||
* SPDX-License-Identifier: ISC
|
||||
*/
|
||||
|
||||
/**
|
||||
* filesize
|
||||
*
|
||||
* @copyright 2024 Jason Mulligan <jason.mulligan@avoidwork.com>
|
||||
* @license BSD-3-Clause
|
||||
* @version 10.1.6
|
||||
*/
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
||||
<?php return array('dependencies' => array('jetpack-connection', 'jetpack-script-data', 'jetpack-shared-stores', 'lodash', 'react', 'react-jsx-runtime', 'wp-a11y', 'wp-api-fetch', 'wp-blob', 'wp-block-editor', 'wp-block-serialization-default-parser', 'wp-blocks', 'wp-commands', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-edit-post', 'wp-editor', 'wp-element', 'wp-escape-html', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-keycodes', 'wp-notices', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-rich-text', 'wp-token-list', 'wp-url', 'wp-viewport', 'wp-wordcount'), 'version' => 'e5a1ae06af7493401cc1');
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1,30 @@
|
||||
/*
|
||||
* Exposes number format capability
|
||||
*
|
||||
* @copyright Copyright (c) 2013 Kevin van Zonneveld (http://kvz.io) and Contributors (http://phpjs.org/authors).
|
||||
* @license See CREDITS.md
|
||||
* @see https://github.com/kvz/phpjs/blob/ffe1356af23a6f2512c84c954dd4e828e92579fa/functions/strings/number_format.js
|
||||
*/
|
||||
|
||||
/*!
|
||||
* Determine if an object is a Buffer
|
||||
*
|
||||
* @author Feross Aboukhadijeh <https://feross.org>
|
||||
* @license MIT
|
||||
*/
|
||||
|
||||
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
||||
|
||||
/**
|
||||
* @license qrcode.react
|
||||
* Copyright (c) Paul O'Shannessy
|
||||
* SPDX-License-Identifier: ISC
|
||||
*/
|
||||
|
||||
/**
|
||||
* filesize
|
||||
*
|
||||
* @copyright 2024 Jason Mulligan <jason.mulligan@avoidwork.com>
|
||||
* @license BSD-3-Clause
|
||||
* @version 10.1.6
|
||||
*/
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
||||
<?php return array('dependencies' => array('jetpack-connection', 'jetpack-script-data', 'jetpack-shared-stores', 'lodash', 'react', 'react-jsx-runtime', 'wp-api-fetch', 'wp-blob', 'wp-block-editor', 'wp-block-serialization-default-parser', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-editor', 'wp-element', 'wp-escape-html', 'wp-hooks', 'wp-i18n', 'wp-keycodes', 'wp-notices', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-token-list', 'wp-url', 'wp-viewport'), 'version' => '0ab6feba9d3f340f2d0d');
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1,17 @@
|
||||
/*
|
||||
* Exposes number format capability
|
||||
*
|
||||
* @copyright Copyright (c) 2013 Kevin van Zonneveld (http://kvz.io) and Contributors (http://phpjs.org/authors).
|
||||
* @license See CREDITS.md
|
||||
* @see https://github.com/kvz/phpjs/blob/ffe1356af23a6f2512c84c954dd4e828e92579fa/functions/strings/number_format.js
|
||||
*/
|
||||
|
||||
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
||||
|
||||
/**
|
||||
* filesize
|
||||
*
|
||||
* @copyright 2024 Jason Mulligan <jason.mulligan@avoidwork.com>
|
||||
* @license BSD-3-Clause
|
||||
* @version 10.1.6
|
||||
*/
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
||||
<?php return array('dependencies' => array('jetpack-connection', 'jetpack-script-data', 'jetpack-shared-stores', 'lodash', 'react', 'react-jsx-runtime', 'wp-a11y', 'wp-api-fetch', 'wp-blob', 'wp-block-editor', 'wp-block-serialization-default-parser', 'wp-blocks', 'wp-commands', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-edit-post', 'wp-editor', 'wp-element', 'wp-escape-html', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-keycodes', 'wp-notices', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-rich-text', 'wp-token-list', 'wp-url', 'wp-viewport', 'wp-wordcount'), 'version' => '64e684efca03f0201514');
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1,30 @@
|
||||
/*
|
||||
* Exposes number format capability
|
||||
*
|
||||
* @copyright Copyright (c) 2013 Kevin van Zonneveld (http://kvz.io) and Contributors (http://phpjs.org/authors).
|
||||
* @license See CREDITS.md
|
||||
* @see https://github.com/kvz/phpjs/blob/ffe1356af23a6f2512c84c954dd4e828e92579fa/functions/strings/number_format.js
|
||||
*/
|
||||
|
||||
/*!
|
||||
* Determine if an object is a Buffer
|
||||
*
|
||||
* @author Feross Aboukhadijeh <https://feross.org>
|
||||
* @license MIT
|
||||
*/
|
||||
|
||||
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
||||
|
||||
/**
|
||||
* @license qrcode.react
|
||||
* Copyright (c) Paul O'Shannessy
|
||||
* SPDX-License-Identifier: ISC
|
||||
*/
|
||||
|
||||
/**
|
||||
* filesize
|
||||
*
|
||||
* @copyright 2024 Jason Mulligan <jason.mulligan@avoidwork.com>
|
||||
* @license BSD-3-Clause
|
||||
* @version 10.1.6
|
||||
*/
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 3,
|
||||
"name": "jetpack/eventbrite",
|
||||
"title": "Eventbrite Checkout",
|
||||
"description": "Embed Eventbrite event details and ticket checkout.",
|
||||
"keywords": [
|
||||
"events",
|
||||
"tickets"
|
||||
],
|
||||
"version": "12.5.0",
|
||||
"textdomain": "jetpack",
|
||||
"category": "embed",
|
||||
"icon": "<svg viewBox='0 0 24 24' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><path d='M18.041,3.931L5.959,3C4.325,3,3,4.325,3,5.959v12.083C3,19.675,4.325,21,5.959,21l12.083-0.931C19.699,19.983,21,18.744,21,17.11V6.89C21,5.256,19.741,4.027,18.041,3.931zM16.933,8.17c-0.082,0.215-0.192,0.432-0.378,0.551c-0.188,0.122-0.489,0.132-0.799,0.132c-1.521,0-3.062-0.048-4.607-0.048c-0.152,0.708-0.304,1.416-0.451,2.128c0.932-0.004,1.873,0.005,2.81,0.005c0.726,0,1.462-0.069,1.586,0.525c0.04,0.189-0.001,0.426-0.052,0.615c-0.105,0.38-0.258,0.676-0.625,0.783c-0.185,0.054-0.408,0.058-0.646,0.058c-1.145,0-2.345,0.017-3.493,0.02c-0.169,0.772-0.328,1.553-0.489,2.333c1.57-0.005,3.067-0.041,4.633-0.058c0.627-0.007,1.085,0.194,1.009,0.85c-0.031,0.262-0.098,0.497-0.211,0.725c-0.102,0.208-0.248,0.376-0.488,0.452c-0.237,0.075-0.541,0.064-0.862,0.078c-0.304,0.014-0.614,0.008-0.924,0.016c-0.309,0.009-0.619,0.022-0.919,0.022c-1.253,0-2.429,0.08-3.683,0.073c-0.603-0.004-1.014-0.249-1.124-0.757c-0.059-0.273-0.018-0.58,0.036-0.841c0.541-2.592,1.083-5.176,1.629-7.763c0.056-0.265,0.114-0.511,0.225-0.714C9.279,7.051,9.534,6.834,9.9,6.735c0.368-0.099,0.883-0.047,1.344-0.047c0.305,0,0.612,0.008,0.914,0.016c0.925,0.026,1.817,0.03,2.747,0.053c0.304,0.007,0.615,0.016,0.915,0.016c0.621,0,1.17,0.073,1.245,0.614C17.104,7.675,17.014,7.954,16.933,8.17z'/></svg>",
|
||||
"supports": {
|
||||
"html": false,
|
||||
"align": true
|
||||
},
|
||||
"attributes": {
|
||||
"url": {
|
||||
"type": "string"
|
||||
},
|
||||
"eventId": {
|
||||
"type": "number"
|
||||
},
|
||||
"style": {
|
||||
"type": "string",
|
||||
"default": "inline"
|
||||
}
|
||||
},
|
||||
"example": {
|
||||
"attributes": {
|
||||
"url": "https://www.eventbrite.com/e/test-event-tickets-123456789",
|
||||
"eventId": 123456789,
|
||||
"style": "modal"
|
||||
},
|
||||
"innerBlocks": [
|
||||
{
|
||||
"name": "jetpack/button",
|
||||
"attributes": {
|
||||
"element": "a",
|
||||
"text": "Register",
|
||||
"uniqueId": "eventbrite-widget-id"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"editorScript": "jetpack-blocks-editor"
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
<?php return array('dependencies' => array(), 'version' => '744e94c2f0c9bdf53732');
|
||||
@@ -0,0 +1 @@
|
||||
.eventbrite__direct-link:not(:only-child){display:none}.wp-block-jetpack-eventbrite--embed{height:auto!important}.wp-block-jetpack-eventbrite--embed iframe{height:425px}.wp-block-jetpack-eventbrite--embed.aligncenter{text-align:center}.eventbrite__lightbox{background:#39364fcc}.eventbrite__lighbox-inside{align-items:center;display:flex;height:100%;justify-content:center;position:absolute;width:100%}@media(max-width:660px){.eventbrite__lighbox-iframe-wrapper{bottom:0;left:0;position:absolute;right:0;top:0}}@media(min-width:661px){.eventbrite__lighbox-iframe-wrapper{height:95%;margin:auto;max-height:720px;max-width:1080px;position:relative;width:95%}}.eventbrite__lighbox-iframe{margin:0}.eventbrite__lighbox-close{height:40px;position:absolute;right:0;top:0;width:40px}.wp-block-jetpack-eventbrite :is(.wp-block-jetpack-button.aligncenter,.wp-block-jetpack-button.alignleft,.wp-block-jetpack-button.alignright){display:block}.wp-block-jetpack-eventbrite .wp-block-jetpack-button.aligncenter{margin-left:auto;margin-right:auto}.wp-block-jetpack-eventbrite .wp-block-jetpack-button.alignleft{margin-right:auto}.wp-block-jetpack-eventbrite .wp-block-jetpack-button.alignright{margin-left:auto}
|
||||
@@ -0,0 +1 @@
|
||||
(()=>{var r={13337(){},79366(r,e,t){"object"==typeof window&&window.Jetpack_Block_Assets_Base_Url&&(t.p=window.Jetpack_Block_Assets_Base_Url)}},e={};function t(o){var a=e[o];if(void 0!==a)return a.exports;var s=e[o]={exports:{}};return r[o](s,s.exports,t),s.exports}t.n=r=>{var e=r&&r.__esModule?()=>r.default:()=>r;return t.d(e,{a:e}),e},t.d=(r,e)=>{for(var o in e)t.o(e,o)&&!t.o(r,o)&&Object.defineProperty(r,o,{enumerable:!0,get:e[o]})},t.o=(r,e)=>Object.prototype.hasOwnProperty.call(r,e),(()=>{var r;globalThis.importScripts&&(r=globalThis.location+"");var e=globalThis.document;if(!r&&e&&(e.currentScript&&"SCRIPT"===e.currentScript.tagName.toUpperCase()&&(r=e.currentScript.src),!r)){var o=e.getElementsByTagName("script");if(o.length)for(var a=o.length-1;a>-1&&(!r||!/^http(s?):/.test(r));)r=o[a--].src}if(!r)throw new Error("Automatic publicPath is not supported in this browser");r=r.replace(/^blob:/,"").replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),t.p=r+"../"})(),(()=>{"use strict";t(79366)})(),(()=>{"use strict";t(13337)})()})();
|
||||
@@ -0,0 +1 @@
|
||||
.eventbrite__direct-link:not(:only-child){display:none}.wp-block-jetpack-eventbrite--embed{height:auto!important}.wp-block-jetpack-eventbrite--embed iframe{height:425px}.wp-block-jetpack-eventbrite--embed.aligncenter{text-align:center}.eventbrite__lightbox{background:#39364fcc}.eventbrite__lighbox-inside{align-items:center;display:flex;height:100%;justify-content:center;position:absolute;width:100%}@media(max-width:660px){.eventbrite__lighbox-iframe-wrapper{bottom:0;left:0;position:absolute;right:0;top:0}}@media(min-width:661px){.eventbrite__lighbox-iframe-wrapper{height:95%;margin:auto;max-height:720px;max-width:1080px;position:relative;width:95%}}.eventbrite__lighbox-iframe{margin:0}.eventbrite__lighbox-close{height:40px;left:0;position:absolute;top:0;width:40px}.wp-block-jetpack-eventbrite :is(.wp-block-jetpack-button.aligncenter,.wp-block-jetpack-button.alignleft,.wp-block-jetpack-button.alignright){display:block}.wp-block-jetpack-eventbrite .wp-block-jetpack-button.aligncenter{margin-left:auto;margin-right:auto}.wp-block-jetpack-eventbrite .wp-block-jetpack-button.alignleft{margin-left:auto}.wp-block-jetpack-eventbrite .wp-block-jetpack-button.alignright{margin-right:auto}
|
||||
@@ -0,0 +1 @@
|
||||
<div class="jetpack-upgrade-plan-banner"><div class="jetpack-upgrade-plan-banner__wrapper"><span class="undefined__description banner-description">#description#</span><a href="#checkoutUrl#" target="_top" class="components-button is-primary"><span>#buttonText#</span></a></div></div>
|
||||
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 3,
|
||||
"name": "jetpack/gif",
|
||||
"title": "GIF",
|
||||
"description": "Search for and insert an animated image.",
|
||||
"keywords": [
|
||||
"animated",
|
||||
"giphy",
|
||||
"image"
|
||||
],
|
||||
"version": "12.5.0",
|
||||
"textdomain": "jetpack",
|
||||
"category": "embed",
|
||||
"icon": "<svg viewBox='0 0 24 24' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><path fill='none' d='M0 0h24v24H0V0z'/><path d='M18 13v7H4V6h5.02c.05-.71.22-1.38.48-2H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-5l-2-2zm-1.5 5h-11l2.75-3.53 1.96 2.36 2.75-3.54L16.5 18zm2.8-9.11c.44-.7.7-1.51.7-2.39C20 4.01 17.99 2 15.5 2S11 4.01 11 6.5s2.01 4.5 4.49 4.5c.88 0 1.7-.26 2.39-.7L21 13.42 22.42 12 19.3 8.89zM15.5 9C14.12 9 13 7.88 13 6.5S14.12 4 15.5 4 18 5.12 18 6.5 16.88 9 15.5 9z'/></svg>",
|
||||
"supports": {
|
||||
"html": false,
|
||||
"align": true
|
||||
},
|
||||
"attributes": {
|
||||
"align": {
|
||||
"type": "string",
|
||||
"default": "center"
|
||||
},
|
||||
"caption": {
|
||||
"type": "string"
|
||||
},
|
||||
"giphyUrl": {
|
||||
"type": "string"
|
||||
},
|
||||
"searchText": {
|
||||
"type": "string"
|
||||
},
|
||||
"paddingTop": {
|
||||
"type": "string",
|
||||
"default": "56.2%"
|
||||
}
|
||||
},
|
||||
"example": {
|
||||
"attributes": {
|
||||
"align": "center",
|
||||
"giphyUrl": "https://giphy.com/embed/fxKWgoOG9hzPPkE1oc",
|
||||
"paddingTop": "100%",
|
||||
"searchText": "WordPress"
|
||||
}
|
||||
},
|
||||
"editorScript": "jetpack-blocks-editor"
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
<?php return array('dependencies' => array(), 'version' => '3813b449246f88eccce5');
|
||||
@@ -0,0 +1 @@
|
||||
.wp-block-jetpack-gif{clear:both;margin:0 0 20px}.wp-block-jetpack-gif figure{margin:0;position:relative;width:100%}.wp-block-jetpack-gif.aligncenter{text-align:center}.wp-block-jetpack-gif.alignleft,.wp-block-jetpack-gif.alignright{min-width:300px}.wp-block-jetpack-gif .wp-block-jetpack-gif-caption{color:#949494;margin-bottom:1em;margin-top:.5em;text-align:center}.wp-block-jetpack-gif .wp-block-jetpack-gif-wrapper{height:0;margin:0;padding:calc(56.2% + 12px) 0 0;position:relative;width:100%}.wp-block-jetpack-gif .wp-block-jetpack-gif-wrapper iframe{border:0;height:100%;inset-inline-start:0;position:absolute;top:0;width:100%}
|
||||
@@ -0,0 +1 @@
|
||||
(()=>{var r={27453(){},79366(r,e,t){"object"==typeof window&&window.Jetpack_Block_Assets_Base_Url&&(t.p=window.Jetpack_Block_Assets_Base_Url)}},e={};function t(o){var a=e[o];if(void 0!==a)return a.exports;var s=e[o]={exports:{}};return r[o](s,s.exports,t),s.exports}t.n=r=>{var e=r&&r.__esModule?()=>r.default:()=>r;return t.d(e,{a:e}),e},t.d=(r,e)=>{for(var o in e)t.o(e,o)&&!t.o(r,o)&&Object.defineProperty(r,o,{enumerable:!0,get:e[o]})},t.o=(r,e)=>Object.prototype.hasOwnProperty.call(r,e),(()=>{var r;globalThis.importScripts&&(r=globalThis.location+"");var e=globalThis.document;if(!r&&e&&(e.currentScript&&"SCRIPT"===e.currentScript.tagName.toUpperCase()&&(r=e.currentScript.src),!r)){var o=e.getElementsByTagName("script");if(o.length)for(var a=o.length-1;a>-1&&(!r||!/^http(s?):/.test(r));)r=o[a--].src}if(!r)throw new Error("Automatic publicPath is not supported in this browser");r=r.replace(/^blob:/,"").replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),t.p=r+"../"})(),(()=>{"use strict";t(79366)})(),(()=>{"use strict";t(27453)})()})();
|
||||
@@ -0,0 +1 @@
|
||||
.wp-block-jetpack-gif{clear:both;margin:0 0 20px}.wp-block-jetpack-gif figure{margin:0;position:relative;width:100%}.wp-block-jetpack-gif.aligncenter{text-align:center}.wp-block-jetpack-gif.alignleft,.wp-block-jetpack-gif.alignright{min-width:300px}.wp-block-jetpack-gif .wp-block-jetpack-gif-caption{color:#949494;margin-bottom:1em;margin-top:.5em;text-align:center}.wp-block-jetpack-gif .wp-block-jetpack-gif-wrapper{height:0;margin:0;padding:calc(56.2% + 12px) 0 0;position:relative;width:100%}.wp-block-jetpack-gif .wp-block-jetpack-gif-wrapper iframe{border:0;height:100%;inset-inline-start:0;position:absolute;top:0;width:100%}
|
||||
@@ -0,0 +1,93 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 3,
|
||||
"name": "jetpack/goodreads",
|
||||
"title": "Goodreads",
|
||||
"description": "Features books from the shelves of your Goodreads account.",
|
||||
"keywords": [
|
||||
"book",
|
||||
"read",
|
||||
"author"
|
||||
],
|
||||
"version": "1.0",
|
||||
"textdomain": "jetpack",
|
||||
"category": "embed",
|
||||
"icon": "<svg height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg' aria-hidden='true' focusable='false'><path d='M19.525 15.977V.49h-2.059v2.906h-.064c-.211-.455-.481-.891-.842-1.307-.36-.412-.767-.777-1.232-1.094-.466-.314-.962-.561-1.519-.736C13.256.09 12.669 0 12.038 0c-1.21 0-2.3.225-3.246.67-.947.447-1.743 1.057-2.385 1.83-.642.773-1.133 1.676-1.47 2.711-.336 1.037-.506 2.129-.506 3.283 0 1.199.141 2.326.425 3.382.286 1.057.737 1.976 1.368 2.762.631.78 1.412 1.397 2.375 1.833.961.436 2.119.661 3.471.661 1.248 0 2.33-.315 3.262-.946s1.638-1.473 2.119-2.525h.061v2.284c0 2.044-.421 3.607-1.264 4.705-.84 1.081-2.224 1.638-4.146 1.638-.572 0-1.128-.061-1.669-.181-.542-.12-1.036-.315-1.487-.57-.437-.271-.827-.601-1.143-1.038-.316-.435-.526-.961-.632-1.593H5.064c.067.887.315 1.654.737 2.3.424.646.961 1.172 1.602 1.593.641.406 1.367.706 2.172.902.811.194 1.639.3 2.494.3 1.383 0 2.541-.195 3.486-.555.947-.376 1.714-.902 2.301-1.608.601-.708 1.021-1.549 1.293-2.556.27-1.007.42-2.134.42-3.367l-.044.062zm-7.484-.557c-.955 0-1.784-.189-2.479-.571-.697-.38-1.277-.882-1.732-1.503-.467-.621-.797-1.332-1.022-2.139s-.332-1.633-.332-2.484c0-.871.105-1.725.301-2.563.21-.84.54-1.587.992-2.24.451-.652 1.037-1.182 1.728-1.584s1.533-.605 2.51-.605 1.803.209 2.495.621c.676.415 1.247.959 1.683 1.634.436.677.751 1.429.947 2.255.195.826.285 1.656.285 2.482 0 .852-.12 1.678-.345 2.484-.226.807-.572 1.518-1.038 2.139-.465.621-1.021 1.123-1.698 1.503-.676.382-1.458.571-2.359.571h.064z'></path></svg>",
|
||||
"supports": {
|
||||
"html": false,
|
||||
"align": true
|
||||
},
|
||||
"attributes": {
|
||||
"bookNumber": {
|
||||
"type": "string",
|
||||
"default": "5"
|
||||
},
|
||||
"class": {
|
||||
"type": "string"
|
||||
},
|
||||
"customTitle": {
|
||||
"type": "string"
|
||||
},
|
||||
"goodreadsId": {
|
||||
"type": "number"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"link": {
|
||||
"type": "string"
|
||||
},
|
||||
"orderOption": {
|
||||
"type": "string",
|
||||
"default": "d"
|
||||
},
|
||||
"shelfOption": {
|
||||
"type": "string",
|
||||
"default": "read"
|
||||
},
|
||||
"showAuthor": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"showCover": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"showRating": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"showReview": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"showTags": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"showTitle": {
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"sortOption": {
|
||||
"type": "string",
|
||||
"default": "date_added"
|
||||
},
|
||||
"style": {
|
||||
"type": "string",
|
||||
"default": "default"
|
||||
},
|
||||
"userInput": {
|
||||
"type": "string"
|
||||
},
|
||||
"widgetId": {
|
||||
"type": "number"
|
||||
}
|
||||
},
|
||||
"example": {
|
||||
"attributes": {
|
||||
"goodreadsId": 1176283
|
||||
}
|
||||
},
|
||||
"editorScript": "jetpack-blocks-editor"
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
<?php return array('dependencies' => array(), 'version' => '98a26b8b51245cb3b27a');
|
||||
@@ -0,0 +1 @@
|
||||
.wp-block-jetpack-goodreads{margin-bottom:1.5em}.wp-block-jetpack-goodreads [class^=gr_custom_container_]{background-color:#fff;border:1px solid gray;border-radius:10px;color:#000;margin:auto;padding:0 5px 10px;width:300px}.wp-block-jetpack-goodreads [class^=gr_custom_header_]{border-bottom:1px solid gray;font-size:120%;margin:auto;padding:10px 0;text-align:center;width:100%}.wp-block-jetpack-goodreads [class^=gr_custom_each_container_]{border-bottom:1px solid #aaa;clear:both;margin:auto auto 10px;overflow:auto;padding-bottom:4px;width:100%}.wp-block-jetpack-goodreads [class^=gr_custom_book_container_]{float:left;height:60px;margin-right:6px;overflow:hidden;width:39px}.wp-block-jetpack-goodreads [class^=gr_custom_author_]{font-size:10px}.wp-block-jetpack-goodreads [class^=gr_custom_tags_]{color:gray;font-size:10px}.wp-block-jetpack-goodreads [class^=gr_custom_rating_]{float:right}.wp-block-jetpack-goodreads [class^=gr_grid_book_container]{float:left;height:160px;overflow:hidden;padding:0;width:98px}.wp-block-jetpack-goodreads [class^=gr_grid_book_container] img{height:100%;width:100%}.wp-block-jetpack-goodreads a{text-decoration:none}.wp-block-jetpack-goodreads a:hover{text-decoration:underline}.wp-block-jetpack-goodreads img{max-width:100%}
|
||||
@@ -0,0 +1 @@
|
||||
(()=>{var r={29185(){},79366(r,e,t){"object"==typeof window&&window.Jetpack_Block_Assets_Base_Url&&(t.p=window.Jetpack_Block_Assets_Base_Url)}},e={};function t(o){var a=e[o];if(void 0!==a)return a.exports;var s=e[o]={exports:{}};return r[o](s,s.exports,t),s.exports}t.n=r=>{var e=r&&r.__esModule?()=>r.default:()=>r;return t.d(e,{a:e}),e},t.d=(r,e)=>{for(var o in e)t.o(e,o)&&!t.o(r,o)&&Object.defineProperty(r,o,{enumerable:!0,get:e[o]})},t.o=(r,e)=>Object.prototype.hasOwnProperty.call(r,e),(()=>{var r;globalThis.importScripts&&(r=globalThis.location+"");var e=globalThis.document;if(!r&&e&&(e.currentScript&&"SCRIPT"===e.currentScript.tagName.toUpperCase()&&(r=e.currentScript.src),!r)){var o=e.getElementsByTagName("script");if(o.length)for(var a=o.length-1;a>-1&&(!r||!/^http(s?):/.test(r));)r=o[a--].src}if(!r)throw new Error("Automatic publicPath is not supported in this browser");r=r.replace(/^blob:/,"").replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),t.p=r+"../"})(),(()=>{"use strict";t(79366)})(),(()=>{"use strict";t(29185)})()})();
|
||||
@@ -0,0 +1 @@
|
||||
.wp-block-jetpack-goodreads{margin-bottom:1.5em}.wp-block-jetpack-goodreads [class^=gr_custom_container_]{background-color:#fff;border:1px solid gray;border-radius:10px;color:#000;margin:auto;padding:0 5px 10px;width:300px}.wp-block-jetpack-goodreads [class^=gr_custom_header_]{border-bottom:1px solid gray;font-size:120%;margin:auto;padding:10px 0;text-align:center;width:100%}.wp-block-jetpack-goodreads [class^=gr_custom_each_container_]{border-bottom:1px solid #aaa;clear:both;margin:auto auto 10px;overflow:auto;padding-bottom:4px;width:100%}.wp-block-jetpack-goodreads [class^=gr_custom_book_container_]{float:right;height:60px;margin-left:6px;overflow:hidden;width:39px}.wp-block-jetpack-goodreads [class^=gr_custom_author_]{font-size:10px}.wp-block-jetpack-goodreads [class^=gr_custom_tags_]{color:gray;font-size:10px}.wp-block-jetpack-goodreads [class^=gr_custom_rating_]{float:left}.wp-block-jetpack-goodreads [class^=gr_grid_book_container]{float:right;height:160px;overflow:hidden;padding:0;width:98px}.wp-block-jetpack-goodreads [class^=gr_grid_book_container] img{height:100%;width:100%}.wp-block-jetpack-goodreads a{text-decoration:none}.wp-block-jetpack-goodreads a:hover{text-decoration:underline}.wp-block-jetpack-goodreads img{max-width:100%}
|
||||
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 3,
|
||||
"name": "jetpack/google-calendar",
|
||||
"title": "Google Calendar",
|
||||
"description": "Embed a Google Calendar.",
|
||||
"keywords": [
|
||||
"events",
|
||||
"dates",
|
||||
"schedule",
|
||||
"appointments"
|
||||
],
|
||||
"version": "12.5.0",
|
||||
"textdomain": "jetpack",
|
||||
"category": "embed",
|
||||
"icon": "<svg viewBox='0 0 24 23' width='24' height='23' xmlns='http://www.w3.org/2000/svg'><path d='M19.5,23h-15c-2.2,0-4-1.8-4-4V4c0-2.2,1.8-4,4-4h15c2.2,0,4,1.8,4,4v15C23.5,21.2,21.7,23,19.5,23z M4.5,2 c-1.1,0-2,0.9-2,2v15c0,1.1,0.9,2,2,2h15c1.1,0,2-0.9,2-2V4c0-1.1-0.9-2-2-2H4.5z M6.9,3.9L6.9,3.9c0.5,0,0.9,0.4,0.9,0.9V5 c0,0.5-0.4,0.9-0.9,0.9l0,0C6.5,5.9,6.1,5.5,6.1,5V4.7C6.1,4.3,6.5,3.9,6.9,3.9z M17,3.9L17,3.9c0.5,0,0.9,0.4,0.9,0.9V5 c0,0.5-0.4,0.9-0.9,0.9l0,0c-0.5,0-0.9-0.4-0.9-0.9V4.7C16.2,4.3,16.5,3.9,17,3.9z M8.8,17.6c1.8,0,3.2-1,3.2-2.4 c0-1.1-0.7-1.8-1.8-1.9v-0.1c0.9-0.2,1.5-0.9,1.5-1.8c0-1.3-1.2-2.2-2.9-2.2c-1.8,0-2.9,1-3,2.5h1.6c0-0.7,0.6-1.1,1.4-1.1 c0.8,0,1.3,0.4,1.3,1.1c0,0.7-0.5,1.1-1.3,1.1h-1v1.3h1c0.9,0,1.5,0.4,1.5,1.1c0,0.7-0.6,1.2-1.4,1.2c-0.9,0-1.4-0.4-1.5-1.1H5.7 C5.8,16.6,7,17.6,8.8,17.6z M17.6,17.4V9.3h-1.7l-2.1,1.4v1.6l2-1.4h0.1v6.4H17.6z'/></svg>",
|
||||
"supports": {
|
||||
"align": true,
|
||||
"alignWide": true,
|
||||
"html": false
|
||||
},
|
||||
"attributes": {
|
||||
"url": {
|
||||
"type": "string"
|
||||
},
|
||||
"height": {
|
||||
"type": "integer",
|
||||
"default": 600
|
||||
}
|
||||
},
|
||||
"example": {
|
||||
"attributes": {
|
||||
"url": "https://calendar.google.com/calendar/embed?src=jb4bu80jirp0u11a6niie21pp4%40group.calendar.google.com&ctz=America/New_York"
|
||||
}
|
||||
},
|
||||
"editorScript": "jetpack-blocks-editor"
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
<?php return array('dependencies' => array(), 'version' => 'b84b7b3d1b089ef8c6e4');
|
||||
@@ -0,0 +1 @@
|
||||
.wp-block-jetpack-google-calendar{min-width:420px}.wp-block-jetpack-google-calendar iframe{border:none;width:100%}.wp-block-jetpack-google-calendar>amp-iframe>[placeholder]{line-height:1}.wp-block-jetpack-google-calendar>amp-iframe>noscript{display:inline-block!important}.wp-block-jetpack-google-calendar>amp-iframe>noscript>iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:1}
|
||||
@@ -0,0 +1 @@
|
||||
(()=>{var r={82135(){},79366(r,e,t){"object"==typeof window&&window.Jetpack_Block_Assets_Base_Url&&(t.p=window.Jetpack_Block_Assets_Base_Url)}},e={};function t(o){var a=e[o];if(void 0!==a)return a.exports;var s=e[o]={exports:{}};return r[o](s,s.exports,t),s.exports}t.n=r=>{var e=r&&r.__esModule?()=>r.default:()=>r;return t.d(e,{a:e}),e},t.d=(r,e)=>{for(var o in e)t.o(e,o)&&!t.o(r,o)&&Object.defineProperty(r,o,{enumerable:!0,get:e[o]})},t.o=(r,e)=>Object.prototype.hasOwnProperty.call(r,e),(()=>{var r;globalThis.importScripts&&(r=globalThis.location+"");var e=globalThis.document;if(!r&&e&&(e.currentScript&&"SCRIPT"===e.currentScript.tagName.toUpperCase()&&(r=e.currentScript.src),!r)){var o=e.getElementsByTagName("script");if(o.length)for(var a=o.length-1;a>-1&&(!r||!/^http(s?):/.test(r));)r=o[a--].src}if(!r)throw new Error("Automatic publicPath is not supported in this browser");r=r.replace(/^blob:/,"").replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),t.p=r+"../"})(),(()=>{"use strict";t(79366)})(),(()=>{"use strict";t(82135)})()})();
|
||||
@@ -0,0 +1 @@
|
||||
.wp-block-jetpack-google-calendar{min-width:420px}.wp-block-jetpack-google-calendar iframe{border:none;width:100%}.wp-block-jetpack-google-calendar>amp-iframe>[placeholder]{line-height:1}.wp-block-jetpack-google-calendar>amp-iframe>noscript{display:inline-block!important}.wp-block-jetpack-google-calendar>amp-iframe>noscript>iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:1}
|
||||
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 3,
|
||||
"name": "jetpack/google-docs-embed",
|
||||
"title": "Google Docs (Beta)",
|
||||
"description": "Embed a Google Document.",
|
||||
"keywords": [
|
||||
"document",
|
||||
"gsuite",
|
||||
"doc"
|
||||
],
|
||||
"version": "12.5.0",
|
||||
"textdomain": "jetpack",
|
||||
"category": "embed",
|
||||
"icon": "<svg viewBox='0 0 64 88' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><path d='M58,88H6c-3.3,0-6-2.7-6-6V6c0-3.3,2.7-6,6-6h36l22,22v60C64,85.3,61.3,88,58,88z' /><path fill='#FDFFFF' d='M42,0l22,22H42V0z' /><path fill='#FDFFFF' d='M50,39H14v-5h36V39z M50,46H14v5h36V46z M40,58H14v5h26V58z' /></svg>",
|
||||
"supports": {
|
||||
"align": [
|
||||
"left",
|
||||
"right",
|
||||
"center",
|
||||
"wide",
|
||||
"full"
|
||||
],
|
||||
"anchor": true
|
||||
},
|
||||
"attributes": {
|
||||
"url": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
},
|
||||
"aspectRatio": {
|
||||
"type": "string"
|
||||
},
|
||||
"variation": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"editorScript": "jetpack-blocks-editor"
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
<?php return array('dependencies' => array('wp-dom-ready', 'wp-polyfill'), 'version' => '89dca93e5cb225d15893');
|
||||
@@ -0,0 +1 @@
|
||||
.wp-block-jetpack-google-docs-embed{border:1px solid #ccc;flex-basis:50%}.wp-block-jetpack-google-docs-embed.aligncenter{margin-left:auto;margin-right:auto}.wp-block-jetpack-google-docs-embed.alignleft,.wp-block-jetpack-google-docs-embed.alignright{margin-bottom:20px;max-width:600px}@media only screen and (min-width:600px){.wp-block-jetpack-google-docs-embed.alignleft{float:left;margin-right:20px!important}.wp-block-jetpack-google-docs-embed.alignright{float:right;margin-left:20px!important}}.wp-block-jetpack-google-docs-embed.ar-50 .wp-block-jetpack-google-docs-embed__wrapper:before{padding-top:50%}.wp-block-jetpack-google-docs-embed.ar-100 .wp-block-jetpack-google-docs-embed__wrapper:before{padding-top:100%}.wp-block-jetpack-google-docs-embed__wrapper{position:relative}.wp-block-jetpack-google-docs-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-block-jetpack-google-docs-embed__wrapper--error:before{content:none}.wp-block-jetpack-google-docs-embed__error-msg{background-color:#f8f9fa;color:#333;font-size:16px;margin:0;padding:20px}.wp-block-jetpack-google-docs-embed__error-msg:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%231e2935' fill-rule='evenodd' d='M4.125 12A7.875 7.875 0 0 1 12 4.124a7.875 7.875 0 1 1-7.875 7.874ZM12 3a9 9 0 1 0 0 17.999A9 9 0 1 0 12 3m.041 5.28c.31 0 .563.253.563.563v4.5a.562.562 0 0 1-1.125 0v-4.5c0-.31.252-.562.562-.562Zm-.562 7.313c0-.31.252-.563.562-.563h.011a.562.562 0 0 1 0 1.125h-.01a.56.56 0 0 1-.563-.562' clip-rule='evenodd'/%3E%3C/svg%3E");background-position:top;background-repeat:no-repeat;background-size:20px;content:"";display:inline-block;height:20px;margin-inline-end:8px;position:relative;top:4px;width:20px}.wp-block-jetpack-google-docs-embed__error-msg a{color:#333;text-decoration:underline}.wp-block-jetpack-google-docs-embed__error-msg :is(a:focus,a:hover){text-decoration:none}.wp-block-jetpack-google-docs-embed .loader{background-color:#fff;display:none;height:100%;position:absolute;text-align:center;top:0;width:100%;z-index:99}.wp-block-jetpack-google-docs-embed .loader.is-active{display:block}.wp-block-jetpack-google-docs-embed .loader span{position:relative;top:50%;transform:translateY(-50%)}.wp-block-jetpack-google-docs-embed iframe{bottom:0;height:100%;left:0;max-width:100%;position:absolute;right:0;top:0;width:100%}.editor-styles-wrapper .wp-block-jetpack-google-docs-embed figure{margin:0}.editor-styles-wrapper :is([data-align=left],[data-align=right]) .wp-block-jetpack-google-docs-embed{width:auto}.editor-styles-wrapper :is([data-align=left],[data-align=right]) .wp-block-jetpack-google-docs-embed__wrapper:before{content:none}.editor-styles-wrapper :is([data-align=left],[data-align=right]) iframe{position:relative}.editor-styles-wrapper [data-align=left] .wp-block-jetpack-google-docs-embed{margin-right:20px}.editor-styles-wrapper [data-align=right] .wp-block-jetpack-google-docs-embed{margin-left:20px}html[amp] :is(.wp-block-jetpack-google-docs-embed.alignleft,.wp-block-jetpack-google-docs-embed.alignright){float:none}html[amp] .wp-block-jetpack-google-docs-embed__wrapper:before{content:none}html[amp] .wp-block-jetpack-google-docs-embed__error-msg:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%231e2935' d='M1.5 3.5v11h11V10H14v5a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h5v1.5z'/%3E%3Cpath fill='%231e2935' d='m15.922 1.178-8.907 8.907-1.06-1.06L14.86.118l1.06 1.06Z'/%3E%3Cpath fill='%231e2935' d='M7.5 0H16v1.5H7.5z'/%3E%3Cpath fill='%231e2935' d='M16 0v8.5h-1.5V0z'/%3E%3C/svg%3E");background-size:12px;height:12px;top:1px;width:12px}html[amp] .wp-block-jetpack-google-docs-embed .loader{display:none}
|
||||
@@ -0,0 +1 @@
|
||||
(()=>{var e={86048(){},79366(e,t,r){"object"==typeof window&&window.Jetpack_Block_Assets_Base_Url&&(r.p=window.Jetpack_Block_Assets_Base_Url)},98490(e){"use strict";e.exports=window.wp.domReady}},t={};function r(o){var s=t[o];if(void 0!==s)return s.exports;var c=t[o]={exports:{}};return e[o](c,c.exports,r),c.exports}r.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var o in t)r.o(t,o)&&!r.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:t[o]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),(()=>{var e;globalThis.importScripts&&(e=globalThis.location+"");var t=globalThis.document;if(!e&&t&&(t.currentScript&&"SCRIPT"===t.currentScript.tagName.toUpperCase()&&(e=t.currentScript.src),!e)){var o=t.getElementsByTagName("script");if(o.length)for(var s=o.length-1;s>-1&&(!e||!/^http(s?):/.test(e));)e=o[s--].src}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/^blob:/,"").replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),r.p=e+"../"})(),(()=>{"use strict";r(79366)})(),(()=>{"use strict";r(86048);var e=r(98490);const t=()=>{const e=document.querySelectorAll(".wp-block-jetpack-google-docs-embed");if(!e)return;const t=window.Jetpack_Google_Docs.error_msg;if(!t)return;const r=`<p class="wp-block-jetpack-google-docs-embed__error-msg">${t}</p>`;e.forEach(e=>{const t=e.querySelector("iframe");if(!t)return;const o=e.querySelector(".loader"),s=t.getAttribute("src").match(/^(http|https):\/\/(docs\.google.com)\/presentation\/d\/([A-Za-z0-9_-]+).*?$/i);if(null===s||void 0===s[1]||void 0===s[2]||void 0===s[3])return o.classList.remove("is-active"),void t.addEventListener("load",function(){setTimeout(()=>{0===Object.keys(this.contentWindow).length&&(e.innerHTML=r)},100)});const c=s[3],i=`https://docs.google.com/presentation/d/${c}/edit`,n=`https://docs.google.com/presentation/d/${c}/embed`;t.setAttribute("src",i),t.addEventListener("load",function(){n!==t.getAttribute("src")&&i===t.getAttribute("src")?0===Object.keys(this.contentWindow).length?e.innerHTML=r:t.setAttribute("src",n):o.classList.remove("is-active")})})};r.n(e)()(()=>{t()})})()})();
|
||||
@@ -0,0 +1 @@
|
||||
.wp-block-jetpack-google-docs-embed{border:1px solid #ccc;flex-basis:50%}.wp-block-jetpack-google-docs-embed.aligncenter{margin-left:auto;margin-right:auto}.wp-block-jetpack-google-docs-embed.alignleft,.wp-block-jetpack-google-docs-embed.alignright{margin-bottom:20px;max-width:600px}@media only screen and (min-width:600px){.wp-block-jetpack-google-docs-embed.alignleft{float:right;margin-left:20px!important}.wp-block-jetpack-google-docs-embed.alignright{float:left;margin-right:20px!important}}.wp-block-jetpack-google-docs-embed.ar-50 .wp-block-jetpack-google-docs-embed__wrapper:before{padding-top:50%}.wp-block-jetpack-google-docs-embed.ar-100 .wp-block-jetpack-google-docs-embed__wrapper:before{padding-top:100%}.wp-block-jetpack-google-docs-embed__wrapper{position:relative}.wp-block-jetpack-google-docs-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-block-jetpack-google-docs-embed__wrapper--error:before{content:none}.wp-block-jetpack-google-docs-embed__error-msg{background-color:#f8f9fa;color:#333;font-size:16px;margin:0;padding:20px}.wp-block-jetpack-google-docs-embed__error-msg:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%231e2935' fill-rule='evenodd' d='M4.125 12A7.875 7.875 0 0 1 12 4.124a7.875 7.875 0 1 1-7.875 7.874ZM12 3a9 9 0 1 0 0 17.999A9 9 0 1 0 12 3m.041 5.28c.31 0 .563.253.563.563v4.5a.562.562 0 0 1-1.125 0v-4.5c0-.31.252-.562.562-.562Zm-.562 7.313c0-.31.252-.563.562-.563h.011a.562.562 0 0 1 0 1.125h-.01a.56.56 0 0 1-.563-.562' clip-rule='evenodd'/%3E%3C/svg%3E");background-position:top;background-repeat:no-repeat;background-size:20px;content:"";display:inline-block;height:20px;margin-inline-end:8px;position:relative;top:4px;width:20px}.wp-block-jetpack-google-docs-embed__error-msg a{color:#333;text-decoration:underline}.wp-block-jetpack-google-docs-embed__error-msg :is(a:focus,a:hover){text-decoration:none}.wp-block-jetpack-google-docs-embed .loader{background-color:#fff;display:none;height:100%;position:absolute;text-align:center;top:0;width:100%;z-index:99}.wp-block-jetpack-google-docs-embed .loader.is-active{display:block}.wp-block-jetpack-google-docs-embed .loader span{position:relative;top:50%;transform:translateY(-50%)}.wp-block-jetpack-google-docs-embed iframe{bottom:0;height:100%;left:0;max-width:100%;position:absolute;right:0;top:0;width:100%}.editor-styles-wrapper .wp-block-jetpack-google-docs-embed figure{margin:0}.editor-styles-wrapper :is([data-align=left],[data-align=right]) .wp-block-jetpack-google-docs-embed{width:auto}.editor-styles-wrapper :is([data-align=left],[data-align=right]) .wp-block-jetpack-google-docs-embed__wrapper:before{content:none}.editor-styles-wrapper :is([data-align=left],[data-align=right]) iframe{position:relative}.editor-styles-wrapper [data-align=left] .wp-block-jetpack-google-docs-embed{margin-left:20px}.editor-styles-wrapper [data-align=right] .wp-block-jetpack-google-docs-embed{margin-right:20px}html[amp] :is(.wp-block-jetpack-google-docs-embed.alignleft,.wp-block-jetpack-google-docs-embed.alignright){float:none}html[amp] .wp-block-jetpack-google-docs-embed__wrapper:before{content:none}html[amp] .wp-block-jetpack-google-docs-embed__error-msg:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%231e2935' d='M1.5 3.5v11h11V10H14v5a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h5v1.5z'/%3E%3Cpath fill='%231e2935' d='m15.922 1.178-8.907 8.907-1.06-1.06L14.86.118l1.06 1.06Z'/%3E%3Cpath fill='%231e2935' d='M7.5 0H16v1.5H7.5z'/%3E%3Cpath fill='%231e2935' d='M16 0v8.5h-1.5V0z'/%3E%3C/svg%3E");background-size:12px;height:12px;top:1px;width:12px}html[amp] .wp-block-jetpack-google-docs-embed .loader{display:none}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user