This commit is contained in:
2026-07-02 15:54:39 -06:00
commit 9883323161
17470 changed files with 4470592 additions and 0 deletions
@@ -0,0 +1,49 @@
{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "generateblocks-pro/form",
"title": "Form",
"category": "generateblocks",
"description": "The form container.",
"version": "1.0.0",
"textdomain": "generateblocks-pro",
"attributes": {
"uniqueId": {
"type": "string",
"default": ""
},
"tagName": {
"type": "string",
"default": ""
},
"styles": {
"type": "object",
"default": {}
},
"css": {
"type": "string",
"default": ""
},
"globalClasses": {
"type": "array",
"default": []
},
"htmlAttributes": {
"type": "object",
"default": {}
},
"showTemplateSelector": {
"type": "boolean",
"default": false
}
},
"supports": {
"align": false,
"className": false,
"inserter": false
},
"editorScript": "file:./index.js",
"editorStyle": [
"file:./index.css"
]
}
@@ -0,0 +1,4 @@
:where(.gb-form-field__label){display:block}:where(.gb-form-field__input){box-sizing:border-box;display:block;font-family:inherit;font-size:inherit;width:100%}:where(.gb-form-field--checkbox){align-items:flex-start;display:flex;gap:.5em}:where(.gb-form-field--checkbox) .gb-form-field__input{display:inline;flex-shrink:0;margin-top:.25em;width:auto}:where(.gb-form-field--checkbox) .gb-form-field__label{display:inline}:where(.gb-form-field--checkbox-group),:where(.gb-form-field--radio){border:0;margin:0;padding:0}:where(.gb-form-field--checkbox-group) .gb-form-field__label,:where(.gb-form-field--radio) .gb-form-field__label{float:none;margin-bottom:.25em;padding:0;width:100%}:where(.gb-form-field--checkbox-group) .gb-form-field__group,:where(.gb-form-field--radio) .gb-form-field__group{display:flex;flex-direction:column;gap:.5em}:where(.gb-form-field--checkbox-group) .gb-form-field__group-option,:where(.gb-form-field--radio) .gb-form-field__group-option{align-items:flex-start;cursor:pointer;display:flex;gap:.5em}:where(.gb-form-field--checkbox-group) .gb-form-field__group-option input,:where(.gb-form-field--radio) .gb-form-field__group-option input{flex-shrink:0;margin-top:.25em}:where(.gb-form-message){border-radius:4px;margin-top:1em;padding:.75em 1em}:where(.gb-form-message)[hidden]{display:none}:where(.gb-form-message--success){background-color:var(--gb-form-message-success-background,#f0fdf4);border:1px solid var(--gb-form-message-success-border,#86efac);color:var(--gb-form-message-success-color,#166534)}:where(.gb-form-message--error){background-color:var(--gb-form-message-error-background,#fef2f2);border:1px solid var(--gb-form-message-error-border,#fca5a5);color:var(--gb-form-message-error-color,#991b1b)}:where([data-gb-form-id]) [type=submit][aria-busy=true]{cursor:wait;opacity:.6}:where([data-gb-form-id]) noscript p{background:#fef3c7;border:1px solid #f59e0b;border-radius:4px;margin-top:1em;padding:.75em 1em}:where(.gb-form .gb-form-success){display:none}:where(.gb-form[data-gb-preview=canvas] .gb-form-success){display:block}:where(.gb-form:not([data-gb-preview]).is-submitted) .gb-form-field,:where(.gb-form:not([data-gb-preview]).is-submitted) .gb-form-hide-on-success,:where(.gb-form:not([data-gb-preview]).is-submitted) .gb-form-message,:where(.gb-form:not([data-gb-preview]).is-submitted) [type=submit]{display:none!important}:where(.gb-form:not([data-gb-preview]).is-submitted) .gb-form-success{display:block}
.gbp-variation-selector{display:flex;flex-wrap:wrap;gap:16px}.gbp-variation-selector__button{display:inline-flex;flex-direction:column;font-size:13px!important;gap:8px;height:auto!important;margin:0!important;padding:0!important;width:120px}.gbp-variation-selector__button svg{height:50px!important}.gbp-select-variation .components-placeholder__instructions,.gbp-select-variation .components-placeholder__label{margin:0 auto}.gbp-select-variation .components-placeholder__fieldset{display:flex;justify-content:center;overflow:hidden;text-align:center}.gbp-select-variation__actions{display:flex;flex-basis:100%;justify-content:center;margin-top:30px}
.gpp-color-group>.components-base-control__field{align-items:center;display:flex}.gpp-color-group>.components-base-control__field>.components-base-control__label{flex:1;margin:0}.gpp-color-group__row{align-items:center;display:flex}.gpp-color-group__row .components-base-control,.gpp-color-group__row .components-base-control__field{margin:0!important}
.gb-more-style-controls,.gb-more-style-controls button.components-button{font-size:11px}
@@ -0,0 +1 @@
<?php return array('dependencies' => array('lodash', 'react', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-edit-post', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-notices', 'wp-primitives', 'wp-url', 'generateblocks-pro-block-styles', 'generateblocks-pro-components', 'generateblocks-pro-styles-builder'), 'version' => '9de37063869487552df3');
@@ -0,0 +1,4 @@
:where(.gb-form-field__label){display:block}:where(.gb-form-field__input){box-sizing:border-box;display:block;font-family:inherit;font-size:inherit;width:100%}:where(.gb-form-field--checkbox){align-items:flex-start;display:flex;gap:.5em}:where(.gb-form-field--checkbox) .gb-form-field__input{display:inline;flex-shrink:0;margin-top:.25em;width:auto}:where(.gb-form-field--checkbox) .gb-form-field__label{display:inline}:where(.gb-form-field--checkbox-group),:where(.gb-form-field--radio){border:0;margin:0;padding:0}:where(.gb-form-field--checkbox-group) .gb-form-field__label,:where(.gb-form-field--radio) .gb-form-field__label{float:none;margin-bottom:.25em;padding:0;width:100%}:where(.gb-form-field--checkbox-group) .gb-form-field__group,:where(.gb-form-field--radio) .gb-form-field__group{display:flex;flex-direction:column;gap:.5em}:where(.gb-form-field--checkbox-group) .gb-form-field__group-option,:where(.gb-form-field--radio) .gb-form-field__group-option{align-items:flex-start;cursor:pointer;display:flex;gap:.5em}:where(.gb-form-field--checkbox-group) .gb-form-field__group-option input,:where(.gb-form-field--radio) .gb-form-field__group-option input{flex-shrink:0;margin-top:.25em}:where(.gb-form-message){border-radius:4px;margin-top:1em;padding:.75em 1em}:where(.gb-form-message)[hidden]{display:none}:where(.gb-form-message--success){background-color:var(--gb-form-message-success-background,#f0fdf4);border:1px solid var(--gb-form-message-success-border,#86efac);color:var(--gb-form-message-success-color,#166534)}:where(.gb-form-message--error){background-color:var(--gb-form-message-error-background,#fef2f2);border:1px solid var(--gb-form-message-error-border,#fca5a5);color:var(--gb-form-message-error-color,#991b1b)}:where([data-gb-form-id]) [type=submit][aria-busy=true]{cursor:wait;opacity:.6}:where([data-gb-form-id]) noscript p{background:#fef3c7;border:1px solid #f59e0b;border-radius:4px;margin-top:1em;padding:.75em 1em}:where(.gb-form .gb-form-success){display:none}:where(.gb-form[data-gb-preview=canvas] .gb-form-success){display:block}:where(.gb-form:not([data-gb-preview]).is-submitted) .gb-form-field,:where(.gb-form:not([data-gb-preview]).is-submitted) .gb-form-hide-on-success,:where(.gb-form:not([data-gb-preview]).is-submitted) .gb-form-message,:where(.gb-form:not([data-gb-preview]).is-submitted) [type=submit]{display:none!important}:where(.gb-form:not([data-gb-preview]).is-submitted) .gb-form-success{display:block}
.gbp-variation-selector{display:flex;flex-wrap:wrap;gap:16px}.gbp-variation-selector__button{display:inline-flex;flex-direction:column;font-size:13px!important;gap:8px;height:auto!important;margin:0!important;padding:0!important;width:120px}.gbp-variation-selector__button svg{height:50px!important}.gbp-select-variation .components-placeholder__instructions,.gbp-select-variation .components-placeholder__label{margin:0 auto}.gbp-select-variation .components-placeholder__fieldset{display:flex;justify-content:center;overflow:hidden;text-align:center}.gbp-select-variation__actions{display:flex;flex-basis:100%;justify-content:center;margin-top:30px}
.gpp-color-group>.components-base-control__field{align-items:center;display:flex}.gpp-color-group>.components-base-control__field>.components-base-control__label{flex:1;margin:0}.gpp-color-group__row{align-items:center;display:flex}.gpp-color-group__row .components-base-control,.gpp-color-group__row .components-base-control__field{margin:0!important}
.gb-more-style-controls,.gb-more-style-controls button.components-button{font-size:11px}
File diff suppressed because one or more lines are too long