diff --git a/CHANGELOG.md b/CHANGELOG.md index fe05160..0823958 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ This is an alpha version! The changes listed here are not final. ### Fixed - Forms: Fix redirect field styles +- Upsell nudge: fix click in Safari ## [0.34.6] - 2025-01-13 ### Fixed diff --git a/dist/blocks/editor.asset.php b/dist/blocks/editor.asset.php index 5bded57..099f2c1 100644 --- a/dist/blocks/editor.asset.php +++ b/dist/blocks/editor.asset.php @@ -1 +1 @@ - array('jetpack-connection', 'lodash', 'react', 'react-jsx-runtime', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '58dbcfec3cf060639865'); + array('jetpack-connection', 'lodash', 'react', 'react-jsx-runtime', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '2c44576e3a665d050d2e'); diff --git a/dist/blocks/editor.css b/dist/blocks/editor.css index df70f3a..88db9fe 100644 --- a/dist/blocks/editor.css +++ b/dist/blocks/editor.css @@ -1 +1 @@ -.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}.jetpack-editor-panel-logo{margin-left:.5em}.wp-block-jetpack-contact-form{box-sizing:border-box}.wp-block-jetpack-contact-form .block-editor-block-variation-picker.has-many-variations .components-placeholder__fieldset{margin:0;max-width:unset}.wp-block-jetpack-contact-form .block-editor-block-variation-picker.has-many-variations .components-placeholder__fieldset .block-editor-block-variation-picker__variations{gap:20px 0;justify-content:center;margin:16px auto;max-width:560px}.wp-block-jetpack-contact-form .block-editor-block-variation-picker.has-many-variations .components-placeholder__fieldset .block-editor-block-variation-picker__variations>li{flex:0;margin:0;max-width:none;padding:0 2px;text-align:center;width:unset}.wp-block-jetpack-contact-form .block-editor-block-variation-picker.has-many-variations .components-placeholder__fieldset .block-editor-block-variation-picker__variations .block-editor-block-variation-picker__variation{margin-left:4px;margin-right:4px;padding:22px}.wp-block-jetpack-contact-form .block-editor-block-variation-picker.has-many-variations .components-placeholder__fieldset .block-editor-block-variation-picker__variations .block-editor-block-variation-picker__variation svg{height:auto;width:24px}.wp-block-jetpack-contact-form .block-editor-block-variation-picker.has-many-variations .components-placeholder__fieldset .block-editor-block-variation-picker__variations .block-editor-block-variation-picker__variation-label{margin-right:0}.wp-block-jetpack-contact-form .block-editor-inner-blocks>.block-editor-block-list__layout{display:flex;flex-direction:row;flex-wrap:wrap;gap:var(--wp--style--block-gap,1.5rem);justify-content:flex-start}.wp-block-jetpack-contact-form .block-editor-inner-blocks>.block-editor-block-list__layout .wp-block{flex:0 0 100%;margin:0}.wp-block-jetpack-contact-form .block-editor-inner-blocks>.block-editor-block-list__layout .wp-block.jetpack-field__width-25,.wp-block-jetpack-contact-form .block-editor-inner-blocks>.block-editor-block-list__layout .wp-block.jetpack-field__width-50,.wp-block-jetpack-contact-form .block-editor-inner-blocks>.block-editor-block-list__layout .wp-block.jetpack-field__width-75{box-sizing:border-box}.wp-block-jetpack-contact-form .block-editor-inner-blocks>.block-editor-block-list__layout .wp-block.jetpack-field__width-25{flex:1 1 calc(25% - var(--wp--style--block-gap, 1.5rem)*1);max-width:25%}.wp-block-jetpack-contact-form .block-editor-inner-blocks>.block-editor-block-list__layout .wp-block.jetpack-field__width-25 .jetpack-option__input.jetpack-option__input.jetpack-option__input{width:70px}.wp-block-jetpack-contact-form .block-editor-inner-blocks>.block-editor-block-list__layout .wp-block.jetpack-field__width-50{flex:1 1 calc(50% - var(--wp--style--block-gap, 1.5rem)*1);max-width:50%}.wp-block-jetpack-contact-form .block-editor-inner-blocks>.block-editor-block-list__layout .wp-block.jetpack-field__width-75{flex:1 1 calc(75% - var(--wp--style--block-gap, 1.5rem)*1);max-width:75%}@media(max-width:480px){.wp-block-jetpack-contact-form .block-editor-inner-blocks>.block-editor-block-list__layout .wp-block[class*=jetpack-field__width-]{flex-basis:100%;max-width:none}}.wp-block-jetpack-contact-form .block-editor-inner-blocks>.block-editor-block-list__layout .wp-block[data-type="jetpack/field-checkbox"],.wp-block-jetpack-contact-form .block-editor-inner-blocks>.block-editor-block-list__layout .wp-block[data-type="jetpack/field-consent"]{align-self:center}.wp-block-jetpack-contact-form .block-list-appender{flex:0 0 100%}.wp-block-jetpack-contact-form [data-type="jetpack/field-checkbox-multiple"] .wp-block,.wp-block-jetpack-contact-form [data-type="jetpack/field-radio"] .wp-block{margin:unset}.jetpack-contact-form .components-placeholder{padding:24px}.jetpack-contact-form .components-placeholder input[type=text]{line-height:16px;outline-style:none;outline-width:0;width:100%}.jetpack-contact-form .components-placeholder .components-placeholder__label svg{margin-right:1ch}.jetpack-contact-form .components-placeholder .components-placeholder__fieldset,.jetpack-contact-form .components-placeholder .help-message{max-width:none;text-align:left}.jetpack-contact-form .components-placeholder .help-message{margin:0 0 1em;width:100%}.jetpack-contact-form .components-placeholder .components-base-control{width:100%}.jetpack-contact-form.is-placeholder{background-color:#fff;border:1px solid #1e1e1e;padding:24px}.jetpack-contact-form.is-placeholder .components-placeholder{box-shadow:unset;margin-bottom:16px;padding:0}.jetpack-contact-form.is-placeholder .block-editor-block-variation-picker__variation svg path:not(.icon-filler){fill:currentColor}.jetpack-contact-form.is-placeholder .form-placeholder__footer{align-items:center;display:flex;flex-direction:column;gap:12px;justify-content:center}@media(min-width:600px){.jetpack-contact-form.is-placeholder .form-placeholder__footer{flex-direction:row;justify-content:space-between}}.jetpack-contact-form.is-placeholder .form-placeholder__footer-links{align-items:center;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}@media(min-width:600px){.jetpack-contact-form.is-placeholder .form-placeholder__footer-links{align-items:flex-end}}.jetpack-contact-form.is-placeholder .form-placeholder__external-link{font-size:13px;font-weight:400;padding:0}.jetpack-contact-form.is-placeholder .form-placeholder__external-link,.jetpack-contact-form.is-placeholder .form-placeholder__external-link:active,.jetpack-contact-form.is-placeholder .form-placeholder__external-link:focus,.jetpack-contact-form.is-placeholder .form-placeholder__external-link:hover{background-color:unset;color:var(--wp-admin-theme-color)}.jetpack-contact-form.is-placeholder .form-placeholder__external-link svg{height:1.4em;margin-left:2px;width:1.4em}.form-placeholder__patterns-modal{max-width:1200px}@media(min-width:600px){.form-placeholder__patterns-modal{height:calc(100% - 120px);width:calc(100% - 32px)}}@media(min-width:782px){.form-placeholder__patterns-modal{width:750px}}@media(min-width:960px){.form-placeholder__patterns-modal{height:80%;max-height:none;width:80%}}.form-placeholder__patterns-modal .components-modal__content{margin-bottom:60px;padding:0}.form-placeholder__patterns-modal .components-modal__content .view-mode-carousel .carousel-container{margin-bottom:20px}.form-placeholder__patterns-modal .components-modal__content .view-mode-carousel .pattern-slide{border:1px solid #ddd}.form-placeholder__patterns-modal .components-modal__content .view-mode-carousel .block-editor-block-pattern-setup__container{padding:0 32px}.form-placeholder__patterns-modal .block-editor-block-pattern-setup__grid .block-editor-block-pattern-setup__container{padding-bottom:72px}.jetpack-contact-form__intro-message{margin:0 0 16px}.jetpack-contact-form__create{width:100%}.jetpack-contact-form__thankyou-redirect-url{min-width:auto}.jetpack-contact-form__thankyou-redirect-url input[type=text]{width:100%}.jetpack-contact-form__thankyou-redirect-url__suggestions{width:230px}.jetpack-contact-form__integration-panel button{margin-top:1em}.jetpack-field-label{align-items:baseline;display:flex;flex-direction:row;justify-content:flex-start}.jetpack-field-label .components-base-control{margin-bottom:-3px;margin-top:-1px}.jetpack-field-label .components-base-control.jetpack-field-label__required .components-form-toggle{margin:2px 8px 0 16px}.jetpack-field-label .components-base-control.jetpack-field-label__required .components-toggle-control__label{word-break:normal}.jetpack-field-label .rich-text.jetpack-field-label__input{cursor:text;font-weight:700;margin-bottom:.25em}.jetpack-field-label .jetpack-field-label__suffix{font-weight:700;margin-inline-start:.25em}.jetpack-field-label .required{color:unset;font-size:85%;font-weight:400;margin-inline-start:.25em;opacity:.6;word-break:normal}.jetpack-field-label .components-toggle-control .components-base-control__field{margin-bottom:0}.jetpack-field-label__input{min-height:unset;padding:0}.jetpack-field__textarea{min-height:200px}.jetpack-field .jetpack-field__input,.jetpack-field .jetpack-field__textarea{border:1px solid #8c8f94;border-radius:0;box-shadow:unset;box-sizing:border-box;font:inherit;margin:0;padding:16px;width:100%}.jetpack-field .jetpack-field__textarea{border:var(--jetpack--contact-form--border);border-color:var(--jetpack--contact-form--border-color);border-style:var(--jetpack--contact-form--border-style);border-width:var(--jetpack--contact-form--border-size)}.jetpack-field .components-base-control__field{margin-bottom:0}.jetpack-field.jetpack-field-checkbox .jetpack-field-checkbox__checkbox,.jetpack-field.jetpack-field-consent .jetpack-field-consent__checkbox{border-color:currentColor;margin:0 .75rem 0 0;opacity:1}.jetpack-field .jetpack-option__type.jetpack-option__type{all:initial;align-items:center;appearance:none;border:none;color:var(--jetpack--contact-form--text-color);display:flex;font-family:var(--jetpack--contact-form--font-family);font-size:var(--jetpack--contact-form--font-size,16px);height:var(--jetpack--contact-form--font-size,16px);justify-content:center;margin:0 10px 0 0;outline:none;pointer-events:none;position:relative;width:var(--jetpack--contact-form--font-size,16px)}.jetpack-field .jetpack-option__type.jetpack-option__type:after,.jetpack-field .jetpack-option__type.jetpack-option__type:before{all:initial;color:inherit;font-family:inherit;font-size:inherit}.jetpack-field .jetpack-option__type.jetpack-option__type:before{align-items:center;border:1px solid;border-radius:min(var(--jetpack--contact-form--button-outline--border-radius,0px),4px);box-sizing:border-box;content:" ";display:flex;font-weight:700;height:var(--jetpack--contact-form--font-size,16px);justify-content:center;width:var(--jetpack--contact-form--font-size,16px)}.jetpack-field .jetpack-option__type.jetpack-option__type[type=radio]:before{border-radius:50%}.jetpack-field.jetpack-field-multiple.is-style-button .jetpack-field-option,.jetpack-field.jetpack-field-multiple.is-style-button .wp-block-jetpack-field-option-checkbox,.jetpack-field.jetpack-field-multiple.is-style-button .wp-block-jetpack-field-option-radio{align-items:center;background:var(--jetpack--contact-form--button-outline--background-color);border:var(--jetpack--contact-form--button-outline--border);border-color:currentColor;border-radius:var(--jetpack--contact-form--button-outline--border-radius);border-width:var(--jetpack--contact-form--button-outline--border-size);color:var(--jetpack--contact-form--button-outline--text-color);line-height:var(--jetpack--contact-form--button-outline--line-height);padding:var(--jetpack--contact-form--button-outline--padding)}.jetpack-field.jetpack-field-multiple.is-style-button .jetpack-field-option.field-option-radio,.jetpack-field.jetpack-field-multiple.is-style-button .wp-block-jetpack-field-option-checkbox.field-option-radio,.jetpack-field.jetpack-field-multiple.is-style-button .wp-block-jetpack-field-option-radio.field-option-radio{flex-direction:row-reverse;gap:16px;position:relative}.jetpack-field.jetpack-field-multiple.is-style-button .jetpack-field-option.field-option-radio .jetpack-option__type,.jetpack-field.jetpack-field-multiple.is-style-button .wp-block-jetpack-field-option-checkbox.field-option-radio .jetpack-option__type,.jetpack-field.jetpack-field-multiple.is-style-button .wp-block-jetpack-field-option-radio.field-option-radio .jetpack-option__type{display:none}.jetpack-field.jetpack-field-multiple.is-style-button .jetpack-field-option .jetpack-option__type,.jetpack-field.jetpack-field-multiple.is-style-button .wp-block-jetpack-field-option-checkbox .jetpack-option__type,.jetpack-field.jetpack-field-multiple.is-style-button .wp-block-jetpack-field-option-radio .jetpack-option__type{color:var(--jetpack--contact-form--button-outline--color)}.jetpack-field.jetpack-field-multiple.is-style-button .wp-block-jetpack-field-option-radio .jetpack-option__type{display:none}.jetpack-field.jetpack-field-multiple .jetpack-field-multiple__add-option{margin:0;padding:0}.jetpack-field.jetpack-field-multiple .jetpack-field-multiple__add-option .dashicon{display:flex;height:1rem;margin-left:0;margin-right:.75rem;width:1rem}.jetpack-field.jetpack-field-multiple .jetpack-field-multiple__add-option .dashicon:before{font-size:1rem}.jetpack-field.jetpack-field-multiple .jetpack-field-multiple__add-option svg{margin-right:12px}.jetpack-field .jetpack-field-consent__checkbox+.jetpack-field-label{line-height:normal}.jetpack-field .jetpack-field-option{align-items:center;display:flex;justify-content:flex-start}.jetpack-field .jetpack-field-option>input{margin:0 5px 0 0}.jetpack-field .jetpack-field-option.field-option-checkbox,.jetpack-field .jetpack-field-option.field-option-radio,.jetpack-field .wp-block-jetpack-field-option-checkbox,.jetpack-field .wp-block-jetpack-field-option-radio{align-items:baseline;display:flex}.jetpack-field .jetpack-field-option.field-option-checkbox .jetpack-option__type:before,.jetpack-field .jetpack-field-option.field-option-radio .jetpack-option__type:before,.jetpack-field .wp-block-jetpack-field-option-checkbox .jetpack-option__type:before,.jetpack-field .wp-block-jetpack-field-option-radio .jetpack-option__type:before{display:block}.jetpack-field .jetpack-field-option.field-option-radio .jetpack-option__type,.jetpack-field .wp-block-jetpack-field-option-radio .jetpack-option__type{transform:translateY(15%)}:where(:not(.contact-form))>.jetpack-field .jetpack-field__input,:where(:not(.contact-form))>.jetpack-field .jetpack-field__textarea{padding-left:max(var(--jetpack--contact-form--input-padding-left,16px),var(--jetpack--contact-form--border-radius));padding-right:max(var(--jetpack--contact-form--input-padding-left,16px),var(--jetpack--contact-form--border-radius))}.jetpack-field-label__width .components-button-group{display:block}.jetpack-field-label__width .components-base-control__field{margin-bottom:12px}.jetpack-field-multiple__list.jetpack-field-multiple__list{align-items:flex-start;display:flex;flex:1;flex-direction:column;gap:12px;list-style-type:none;margin:0;padding-left:0}.jetpack-field-multiple__list.jetpack-field-multiple__list:empty{display:none}[data-type="jetpack/field-select"] .jetpack-field-multiple__list.jetpack-field-multiple__list{border:1px solid #0006;border-radius:4px;padding:4px}.jetpack-option{align-items:center;display:flex;margin:0}.jetpack-option__type.jetpack-option__type{margin-top:0}.jetpack-option__input.jetpack-option__input.jetpack-option__input{background:#0000;border:none;border-radius:0;color:inherit;flex-grow:1;font-size:inherit;line-height:1.5;padding:0}.jetpack-option__input.jetpack-option__input.jetpack-option__input:hover{border-color:#357cb5}.jetpack-option__input.jetpack-option__input.jetpack-option__input:focus{box-shadow:none}.jetpack-field-multiple.components-base-control{font-size:inherit}.jetpack-option__remove.jetpack-option__remove{padding:6px;vertical-align:bottom}.jetpack-field .components-base-control__label{display:block}.jetpack-field-checkbox,.jetpack-field-consent{display:flex}.jetpack-field-checkbox .jetpack-field-label .jetpack-field-label__input,.jetpack-field-consent .jetpack-field-label .jetpack-field-label__input{font-weight:400}.jetpack-field-checkbox{align-items:baseline}.jetpack-field-checkbox .jetpack-field-label{display:block}.jetpack-field-consent{align-items:center}.jetpack-field-consent .jetpack-field-label{flex-grow:1}.jetpack-field-consent .jetpack-field-label .jetpack-field-label__input{font-size:13px;text-transform:uppercase}.block-editor-inserter__preview .jetpack-contact-form{padding:16px}.block-editor-inserter__preview .jetpack-contact-form .block-editor-inner-blocks .block-editor-block-list__layout{margin:0}.jetpack-contact-form__popover .components-popover__content{min-width:260px}.jetpack-contact-form__popover .components-popover__content .components-base-control{margin-bottom:24px}.jetpack-contact-form__popover .components-popover__content .components-base-control:last-child{margin-bottom:8px}.jetpack-contact-form__popover .components-popover__content .form-settings-dropdown__content{padding:12px}.jetpack-contact-form__popover .components-popover__content .form-settings-dropdown__close-icon{height:24px;justify-content:center;padding:0;width:24px}.jetpack-contact-form__popover .components-popover__content .form-settings-dropdown__item svg{margin-right:8px;fill:none}.jetpack-contact-form__crm_text,.jetpack-contact-form__crm_toggle p{margin-bottom:0}.jetpack-field-dropdown{display:inline-flex;flex-direction:column;font-family:var(--jetpack--contact-form--font-family);width:100%}.jetpack-field-dropdown__wrapper{position:relative}.jetpack-field-dropdown__toggle{align-items:center;background-color:var(--jetpack--contact-form--input-background);border:var(--jetpack--contact-form--border);border-color:var(--jetpack--contact-form--border-color);border-radius:var(--jetpack--contact-form--border-radius);border-style:var(--jetpack--contact-form--border-style);border-width:var(--jetpack--contact-form--border-size);color:var(--jetpack--contact-form--text-color);display:flex;font-size:var(--jetpack--contact-form--font-size,16px);justify-content:space-between;line-height:var(--jetpack--contact-form--line-height);padding:var(--jetpack--contact-form--input-padding)}.jetpack-field-dropdown__icon{align-items:center;border:2px solid #0000;box-sizing:border-box;display:flex;height:.8em;justify-content:center;margin-right:4px;overflow:visible;position:relative;width:.8em}.jetpack-field-dropdown__icon:after{border-bottom:2px solid;border-right:2px solid;box-sizing:border-box;content:"";display:block;height:100%;margin-top:-2px;transform:rotate(45deg);width:100%}.jetpack-field-dropdown__popover{background-color:var(--jetpack--contact-form--input-background);border:var(--jetpack--contact-form--border);border-color:var(--jetpack--contact-form--border-color);border-radius:var(--jetpack--contact-form--border-radius);border-style:var(--jetpack--contact-form--border-style);border-width:var(--jetpack--contact-form--border-size);box-shadow:0 2px 6px #0000000d;color:var(--jetpack--contact-form--text-color);font-size:var(--jetpack--contact-form--font-size,16px);line-height:normal;margin-top:8px;max-height:165px;overflow:auto;padding:0}.jetpack-field-dropdown__popover .rich-text{padding:var(--jetpack--contact-form--input-padding)}.jetpack-contact-form .jetpack-field .jetpack-field__input,.jetpack-contact-form .jetpack-field .jetpack-field__textarea{color:#787c82}.jetpack-contact-form.is-style-animated .jetpack-field,.jetpack-contact-form.is-style-outlined .jetpack-field{position:relative}.jetpack-contact-form.is-style-outlined .block-editor-block-list__block:not([contenteditable]):focus:after{bottom:-10px;left:-10px;right:-10px;top:-10px}.jetpack-contact-form.is-style-outlined .jetpack-field{--notch-width:max(var(--jetpack--contact-form--input-padding-left,16px),var(--jetpack--contact-form--border-radius));display:flex;margin-top:8px}.jetpack-contact-form.is-style-outlined .jetpack-field .notched-label{box-sizing:border-box;display:flex;height:100%;left:0;max-width:100%;position:absolute;text-align:left;top:0;width:100%;z-index:1}.jetpack-contact-form.is-style-outlined .jetpack-field .notched-label__leading{border:var(--jetpack--contact-form--border);border-color:var(--jetpack--contact-form--border-color);border-radius:var(--jetpack--contact-form--border-radius);border-bottom-right-radius:unset;border-style:var(--jetpack--contact-form--border-style);border-width:var(--jetpack--contact-form--border-size);border-right:none;border-top-right-radius:unset;width:var(--notch-width)}.jetpack-contact-form.is-style-outlined .jetpack-field .notched-label__notch{border:var(--jetpack--contact-form--border);border-color:var(--jetpack--contact-form--border-color);border-radius:unset;border-style:var(--jetpack--contact-form--border-style);border-width:var(--jetpack--contact-form--border-size);border-left:none;border-right:none;padding:0 4px;transition:border .15s linear}.jetpack-contact-form.is-style-outlined .jetpack-field .notched-label__label{margin:0;position:relative;top:50%;transform:translateY(-50%);transition:all .15s cubic-bezier(.4,0,.2,1);will-change:transform}.jetpack-contact-form.is-style-outlined .jetpack-field .notched-label__label label{font-weight:300}.jetpack-contact-form.is-style-outlined .jetpack-field .notched-label__trailing{border:var(--jetpack--contact-form--border);border-color:var(--jetpack--contact-form--border-color);border-style:var(--jetpack--contact-form--border-style);border-width:var(--jetpack--contact-form--border-size);border-left:none;border-radius:var(--jetpack--contact-form--border-radius);border-bottom-left-radius:unset;border-top-left-radius:unset;flex-grow:1}.jetpack-contact-form.is-style-outlined .jetpack-field.jetpack-field-textarea .notched-label__label{top:var(--jetpack--contact-form--input-padding-top,16px);transform:unset}.jetpack-contact-form.is-style-outlined .jetpack-field.has-placeholder .notched-label__notch,.jetpack-contact-form.is-style-outlined .jetpack-field.is-selected .notched-label__notch{border-top-color:#0000}.jetpack-contact-form.is-style-outlined .jetpack-field.has-placeholder .notched-label__label,.jetpack-contact-form.is-style-outlined .jetpack-field.is-selected .notched-label__label{font-size:.8em;top:calc(var(--jetpack--contact-form--border-size)*-1);transform:translateY(-50%)}.jetpack-contact-form.is-style-outlined .jetpack-field.has-placeholder.jetpack-field-dropdown .jetpack-field-dropdown__toggle,.jetpack-contact-form.is-style-outlined .jetpack-field.is-selected.jetpack-field-dropdown .jetpack-field-dropdown__toggle{border-color:#0000;padding-left:calc(var(--notch-width) + 4px);padding-right:calc(var(--notch-width) + 4px)}.jetpack-contact-form.is-style-outlined .jetpack-field.jetpack-field-multiple{background-color:var(--jetpack--contact-form--input-background);border:var(--jetpack--contact-form--border);border-color:var(--jetpack--contact-form--border-color);border-radius:var(--jetpack--contact-form--border-radius);border-style:var(--jetpack--contact-form--border-style);border-width:var(--jetpack--contact-form--border-size);border-top:none;padding:var(--jetpack--contact-form--input-padding,16px);padding-top:calc(var(--jetpack--contact-form--input-padding, 16px) + 4px)}.jetpack-contact-form.is-style-outlined .jetpack-field.jetpack-field-multiple .notched-label{height:unset}.jetpack-contact-form.is-style-outlined .jetpack-field.jetpack-field-multiple .notched-label__leading,.jetpack-contact-form.is-style-outlined .jetpack-field.jetpack-field-multiple .notched-label__notch,.jetpack-contact-form.is-style-outlined .jetpack-field.jetpack-field-multiple .notched-label__trailing{border-bottom:none;border-left:none;border-right:none}.jetpack-contact-form.is-style-outlined .jetpack-field.jetpack-field-checkbox{margin-top:0}.jetpack-contact-form.is-style-outlined .jetpack-field .jetpack-field-dropdown__popover .rich-text{padding-left:calc(var(--notch-width) + 4px);padding-right:calc(var(--notch-width) + 4px)}.jetpack-contact-form.is-style-outlined .jetpack-field .jetpack-field-dropdown__icon{margin-right:0}.jetpack-contact-form.is-style-outlined .jetpack-field .jetpack-field__input,.jetpack-contact-form.is-style-outlined .jetpack-field .jetpack-field__textarea{border-top-color:#0000!important;display:flex;outline:none;padding-left:calc(var(--notch-width) + 4px);padding-right:calc(var(--notch-width) + 4px)}.jetpack-contact-form.is-style-animated .jetpack-field{--left-offset:calc(var(--jetpack--contact-form--input-padding-left, 16px) + var(--jetpack--contact-form--border-size));--label-left:max(var(--left-offset),var(--jetpack--contact-form--border-radius));--field-padding:calc(var(--label-left) - var(--jetpack--contact-form--border-size))}.jetpack-contact-form.is-style-animated .jetpack-field .jetpack-field__input{outline:none}.jetpack-contact-form.is-style-animated .jetpack-field .jetpack-field__textarea{outline:none;padding:var(--jetpack--contact-form--input-padding,16px)}.jetpack-contact-form.is-style-animated .jetpack-field .jetpack-field-dropdown__toggle,.jetpack-contact-form.is-style-animated .jetpack-field .jetpack-field__input,.jetpack-contact-form.is-style-animated .jetpack-field .jetpack-field__textarea{padding-left:var(--field-padding);padding-right:var(--field-padding);padding-top:1.4em}.jetpack-contact-form.is-style-animated .jetpack-field.jetpack-field-dropdown .jetpack-field-dropdown__popover .rich-text{padding-left:var(--field-padding);padding-right:var(--field-padding)}.jetpack-contact-form.is-style-animated .jetpack-field.jetpack-field-multiple{padding-bottom:var(--jetpack--contact-form--input-padding,16px);padding-top:1.8em}.jetpack-contact-form.is-style-animated .jetpack-field.jetpack-field-multiple.has-placeholder .animated-label__label{font-size:1em;left:0;top:0}.jetpack-contact-form.is-style-animated .jetpack-field .animated-label__label{box-sizing:border-box;left:var(--label-left);margin:0;max-width:100%;position:absolute;top:50%;transform:translateY(-50%);transition:all .15s cubic-bezier(.4,0,.2,1);width:100%;z-index:1}.jetpack-contact-form.is-style-animated .jetpack-field .animated-label__label .jetpack-field-label__input{margin:0}.jetpack-contact-form.is-style-animated .jetpack-field.jetpack-field-textarea .animated-label__label{top:var(--jetpack--contact-form--input-padding-top,16px);transform:unset}.jetpack-contact-form.is-style-animated .jetpack-field.has-placeholder .animated-label__label,.jetpack-contact-form.is-style-animated .jetpack-field.is-selected .animated-label__label{font-size:.75em;top:calc(2px + var(--jetpack--contact-form--border-size));transform:translateY(0)}.jetpack-contact-form.is-style-below .jetpack-field:not(.jetpack-field-checkbox){display:flex;flex-direction:column-reverse}.block-editor-block-inspector .components-base-control .components-base-control:last-child{margin-bottom:0}@keyframes R2i0K45dEF157drbVRPI{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}.NisihrgiIKl_knpYJtfg{animation:R2i0K45dEF157drbVRPI 1.5s infinite;background-color:var(--jp-gray);height:100%;width:100%}.help-message{display:flex;font-size:13px;line-height:1.4em;margin-bottom:1em;margin-top:-.5em}.help-message svg{margin-right:5px;min-width:24px}.help-message>span{margin-top:2px}.help-message.help-message-is-error{color:var(--color-error)}.help-message.help-message-is-error svg{fill:var(--color-error)}._fUXxnSp5pagKBp9gSN7 *{box-sizing:border-box} \ No newline at end of file +.jetpack-editor-panel-logo{margin-left:.5em}.wp-block-jetpack-contact-form{box-sizing:border-box}.wp-block-jetpack-contact-form .block-editor-block-variation-picker.has-many-variations .components-placeholder__fieldset{margin:0;max-width:unset}.wp-block-jetpack-contact-form .block-editor-block-variation-picker.has-many-variations .components-placeholder__fieldset .block-editor-block-variation-picker__variations{gap:20px 0;justify-content:center;margin:16px auto;max-width:560px}.wp-block-jetpack-contact-form .block-editor-block-variation-picker.has-many-variations .components-placeholder__fieldset .block-editor-block-variation-picker__variations>li{flex:0;margin:0;max-width:none;padding:0 2px;text-align:center;width:unset}.wp-block-jetpack-contact-form .block-editor-block-variation-picker.has-many-variations .components-placeholder__fieldset .block-editor-block-variation-picker__variations .block-editor-block-variation-picker__variation{margin-left:4px;margin-right:4px;padding:22px}.wp-block-jetpack-contact-form .block-editor-block-variation-picker.has-many-variations .components-placeholder__fieldset .block-editor-block-variation-picker__variations .block-editor-block-variation-picker__variation svg{height:auto;width:24px}.wp-block-jetpack-contact-form .block-editor-block-variation-picker.has-many-variations .components-placeholder__fieldset .block-editor-block-variation-picker__variations .block-editor-block-variation-picker__variation-label{margin-right:0}.wp-block-jetpack-contact-form .block-editor-inner-blocks>.block-editor-block-list__layout{display:flex;flex-direction:row;flex-wrap:wrap;gap:var(--wp--style--block-gap,1.5rem);justify-content:flex-start}.wp-block-jetpack-contact-form .block-editor-inner-blocks>.block-editor-block-list__layout .wp-block{flex:0 0 100%;margin:0}.wp-block-jetpack-contact-form .block-editor-inner-blocks>.block-editor-block-list__layout .wp-block.jetpack-field__width-25,.wp-block-jetpack-contact-form .block-editor-inner-blocks>.block-editor-block-list__layout .wp-block.jetpack-field__width-50,.wp-block-jetpack-contact-form .block-editor-inner-blocks>.block-editor-block-list__layout .wp-block.jetpack-field__width-75{box-sizing:border-box}.wp-block-jetpack-contact-form .block-editor-inner-blocks>.block-editor-block-list__layout .wp-block.jetpack-field__width-25{flex:1 1 calc(25% - var(--wp--style--block-gap, 1.5rem)*1);max-width:25%}.wp-block-jetpack-contact-form .block-editor-inner-blocks>.block-editor-block-list__layout .wp-block.jetpack-field__width-25 .jetpack-option__input.jetpack-option__input.jetpack-option__input{width:70px}.wp-block-jetpack-contact-form .block-editor-inner-blocks>.block-editor-block-list__layout .wp-block.jetpack-field__width-50{flex:1 1 calc(50% - var(--wp--style--block-gap, 1.5rem)*1);max-width:50%}.wp-block-jetpack-contact-form .block-editor-inner-blocks>.block-editor-block-list__layout .wp-block.jetpack-field__width-75{flex:1 1 calc(75% - var(--wp--style--block-gap, 1.5rem)*1);max-width:75%}@media(max-width:480px){.wp-block-jetpack-contact-form .block-editor-inner-blocks>.block-editor-block-list__layout .wp-block[class*=jetpack-field__width-]{flex-basis:100%;max-width:none}}.wp-block-jetpack-contact-form .block-editor-inner-blocks>.block-editor-block-list__layout .wp-block[data-type="jetpack/field-checkbox"],.wp-block-jetpack-contact-form .block-editor-inner-blocks>.block-editor-block-list__layout .wp-block[data-type="jetpack/field-consent"]{align-self:center}.wp-block-jetpack-contact-form .block-list-appender{flex:0 0 100%}.wp-block-jetpack-contact-form [data-type="jetpack/field-checkbox-multiple"] .wp-block,.wp-block-jetpack-contact-form [data-type="jetpack/field-radio"] .wp-block{margin:unset}.jetpack-contact-form .components-placeholder{padding:24px}.jetpack-contact-form .components-placeholder input[type=text]{line-height:16px;outline-style:none;outline-width:0;width:100%}.jetpack-contact-form .components-placeholder .components-placeholder__label svg{margin-right:1ch}.jetpack-contact-form .components-placeholder .components-placeholder__fieldset,.jetpack-contact-form .components-placeholder .help-message{max-width:none;text-align:left}.jetpack-contact-form .components-placeholder .help-message{margin:0 0 1em;width:100%}.jetpack-contact-form .components-placeholder .components-base-control{width:100%}.jetpack-contact-form.is-placeholder{background-color:#fff;border:1px solid #1e1e1e;padding:24px}.jetpack-contact-form.is-placeholder .components-placeholder{box-shadow:unset;margin-bottom:16px;padding:0}.jetpack-contact-form.is-placeholder .block-editor-block-variation-picker__variation svg path:not(.icon-filler){fill:currentColor}.jetpack-contact-form.is-placeholder .form-placeholder__footer{align-items:center;display:flex;flex-direction:column;gap:12px;justify-content:center}@media(min-width:600px){.jetpack-contact-form.is-placeholder .form-placeholder__footer{flex-direction:row;justify-content:space-between}}.jetpack-contact-form.is-placeholder .form-placeholder__footer-links{align-items:center;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}@media(min-width:600px){.jetpack-contact-form.is-placeholder .form-placeholder__footer-links{align-items:flex-end}}.jetpack-contact-form.is-placeholder .form-placeholder__external-link{font-size:13px;font-weight:400;padding:0}.jetpack-contact-form.is-placeholder .form-placeholder__external-link,.jetpack-contact-form.is-placeholder .form-placeholder__external-link:active,.jetpack-contact-form.is-placeholder .form-placeholder__external-link:focus,.jetpack-contact-form.is-placeholder .form-placeholder__external-link:hover{background-color:unset;color:var(--wp-admin-theme-color)}.jetpack-contact-form.is-placeholder .form-placeholder__external-link svg{height:1.4em;margin-left:2px;width:1.4em}.form-placeholder__patterns-modal{max-width:1200px}@media(min-width:600px){.form-placeholder__patterns-modal{height:calc(100% - 120px);width:calc(100% - 32px)}}@media(min-width:782px){.form-placeholder__patterns-modal{width:750px}}@media(min-width:960px){.form-placeholder__patterns-modal{height:80%;max-height:none;width:80%}}.form-placeholder__patterns-modal .components-modal__content{margin-bottom:60px;padding:0}.form-placeholder__patterns-modal .components-modal__content .view-mode-carousel .carousel-container{margin-bottom:20px}.form-placeholder__patterns-modal .components-modal__content .view-mode-carousel .pattern-slide{border:1px solid #ddd}.form-placeholder__patterns-modal .components-modal__content .view-mode-carousel .block-editor-block-pattern-setup__container{padding:0 32px}.form-placeholder__patterns-modal .block-editor-block-pattern-setup__grid .block-editor-block-pattern-setup__container{padding-bottom:72px}.jetpack-contact-form__intro-message{margin:0 0 16px}.jetpack-contact-form__create{width:100%}.jetpack-contact-form__thankyou-redirect-url{min-width:auto}.jetpack-contact-form__thankyou-redirect-url input[type=text]{width:100%}.jetpack-contact-form__thankyou-redirect-url__suggestions{width:230px}.jetpack-contact-form__integration-panel button{margin-top:1em}.jetpack-field-label{align-items:baseline;display:flex;flex-direction:row;justify-content:flex-start}.jetpack-field-label .components-base-control{margin-bottom:-3px;margin-top:-1px}.jetpack-field-label .components-base-control.jetpack-field-label__required .components-form-toggle{margin:2px 8px 0 16px}.jetpack-field-label .components-base-control.jetpack-field-label__required .components-toggle-control__label{word-break:normal}.jetpack-field-label .rich-text.jetpack-field-label__input{cursor:text;font-weight:700;margin-bottom:.25em}.jetpack-field-label .jetpack-field-label__suffix{font-weight:700;margin-inline-start:.25em}.jetpack-field-label .required{color:unset;font-size:85%;font-weight:400;margin-inline-start:.25em;opacity:.6;word-break:normal}.jetpack-field-label .components-toggle-control .components-base-control__field{margin-bottom:0}.jetpack-field-label__input{min-height:unset;padding:0}.jetpack-field__textarea{min-height:200px}.jetpack-field .jetpack-field__input,.jetpack-field .jetpack-field__textarea{border:1px solid #8c8f94;border-radius:0;box-shadow:unset;box-sizing:border-box;font:inherit;margin:0;padding:16px;width:100%}.jetpack-field .jetpack-field__textarea{border:var(--jetpack--contact-form--border);border-color:var(--jetpack--contact-form--border-color);border-style:var(--jetpack--contact-form--border-style);border-width:var(--jetpack--contact-form--border-size)}.jetpack-field .components-base-control__field{margin-bottom:0}.jetpack-field.jetpack-field-checkbox .jetpack-field-checkbox__checkbox,.jetpack-field.jetpack-field-consent .jetpack-field-consent__checkbox{border-color:currentColor;margin:0 .75rem 0 0;opacity:1}.jetpack-field .jetpack-option__type.jetpack-option__type{all:initial;align-items:center;appearance:none;border:none;color:var(--jetpack--contact-form--text-color);display:flex;font-family:var(--jetpack--contact-form--font-family);font-size:var(--jetpack--contact-form--font-size,16px);height:var(--jetpack--contact-form--font-size,16px);justify-content:center;margin:0 10px 0 0;outline:none;pointer-events:none;position:relative;width:var(--jetpack--contact-form--font-size,16px)}.jetpack-field .jetpack-option__type.jetpack-option__type:after,.jetpack-field .jetpack-option__type.jetpack-option__type:before{all:initial;color:inherit;font-family:inherit;font-size:inherit}.jetpack-field .jetpack-option__type.jetpack-option__type:before{align-items:center;border:1px solid;border-radius:min(var(--jetpack--contact-form--button-outline--border-radius,0px),4px);box-sizing:border-box;content:" ";display:flex;font-weight:700;height:var(--jetpack--contact-form--font-size,16px);justify-content:center;width:var(--jetpack--contact-form--font-size,16px)}.jetpack-field .jetpack-option__type.jetpack-option__type[type=radio]:before{border-radius:50%}.jetpack-field.jetpack-field-multiple.is-style-button .jetpack-field-option,.jetpack-field.jetpack-field-multiple.is-style-button .wp-block-jetpack-field-option-checkbox,.jetpack-field.jetpack-field-multiple.is-style-button .wp-block-jetpack-field-option-radio{align-items:center;background:var(--jetpack--contact-form--button-outline--background-color);border:var(--jetpack--contact-form--button-outline--border);border-color:currentColor;border-radius:var(--jetpack--contact-form--button-outline--border-radius);border-width:var(--jetpack--contact-form--button-outline--border-size);color:var(--jetpack--contact-form--button-outline--text-color);line-height:var(--jetpack--contact-form--button-outline--line-height);padding:var(--jetpack--contact-form--button-outline--padding)}.jetpack-field.jetpack-field-multiple.is-style-button .jetpack-field-option.field-option-radio,.jetpack-field.jetpack-field-multiple.is-style-button .wp-block-jetpack-field-option-checkbox.field-option-radio,.jetpack-field.jetpack-field-multiple.is-style-button .wp-block-jetpack-field-option-radio.field-option-radio{flex-direction:row-reverse;gap:16px;position:relative}.jetpack-field.jetpack-field-multiple.is-style-button .jetpack-field-option.field-option-radio .jetpack-option__type,.jetpack-field.jetpack-field-multiple.is-style-button .wp-block-jetpack-field-option-checkbox.field-option-radio .jetpack-option__type,.jetpack-field.jetpack-field-multiple.is-style-button .wp-block-jetpack-field-option-radio.field-option-radio .jetpack-option__type{display:none}.jetpack-field.jetpack-field-multiple.is-style-button .jetpack-field-option .jetpack-option__type,.jetpack-field.jetpack-field-multiple.is-style-button .wp-block-jetpack-field-option-checkbox .jetpack-option__type,.jetpack-field.jetpack-field-multiple.is-style-button .wp-block-jetpack-field-option-radio .jetpack-option__type{color:var(--jetpack--contact-form--button-outline--color)}.jetpack-field.jetpack-field-multiple.is-style-button .wp-block-jetpack-field-option-radio .jetpack-option__type{display:none}.jetpack-field.jetpack-field-multiple .jetpack-field-multiple__add-option{margin:0;padding:0}.jetpack-field.jetpack-field-multiple .jetpack-field-multiple__add-option .dashicon{display:flex;height:1rem;margin-left:0;margin-right:.75rem;width:1rem}.jetpack-field.jetpack-field-multiple .jetpack-field-multiple__add-option .dashicon:before{font-size:1rem}.jetpack-field.jetpack-field-multiple .jetpack-field-multiple__add-option svg{margin-right:12px}.jetpack-field .jetpack-field-consent__checkbox+.jetpack-field-label{line-height:normal}.jetpack-field .jetpack-field-option{align-items:center;display:flex;justify-content:flex-start}.jetpack-field .jetpack-field-option>input{margin:0 5px 0 0}.jetpack-field .jetpack-field-option.field-option-checkbox,.jetpack-field .jetpack-field-option.field-option-radio,.jetpack-field .wp-block-jetpack-field-option-checkbox,.jetpack-field .wp-block-jetpack-field-option-radio{align-items:baseline;display:flex}.jetpack-field .jetpack-field-option.field-option-checkbox .jetpack-option__type:before,.jetpack-field .jetpack-field-option.field-option-radio .jetpack-option__type:before,.jetpack-field .wp-block-jetpack-field-option-checkbox .jetpack-option__type:before,.jetpack-field .wp-block-jetpack-field-option-radio .jetpack-option__type:before{display:block}.jetpack-field .jetpack-field-option.field-option-radio .jetpack-option__type,.jetpack-field .wp-block-jetpack-field-option-radio .jetpack-option__type{transform:translateY(15%)}:where(:not(.contact-form))>.jetpack-field .jetpack-field__input,:where(:not(.contact-form))>.jetpack-field .jetpack-field__textarea{padding-left:max(var(--jetpack--contact-form--input-padding-left,16px),var(--jetpack--contact-form--border-radius));padding-right:max(var(--jetpack--contact-form--input-padding-left,16px),var(--jetpack--contact-form--border-radius))}.jetpack-field-label__width .components-button-group{display:block}.jetpack-field-label__width .components-base-control__field{margin-bottom:12px}.jetpack-field-multiple__list.jetpack-field-multiple__list{align-items:flex-start;display:flex;flex:1;flex-direction:column;gap:12px;list-style-type:none;margin:0;padding-left:0}.jetpack-field-multiple__list.jetpack-field-multiple__list:empty{display:none}[data-type="jetpack/field-select"] .jetpack-field-multiple__list.jetpack-field-multiple__list{border:1px solid #0006;border-radius:4px;padding:4px}.jetpack-option{align-items:center;display:flex;margin:0}.jetpack-option__type.jetpack-option__type{margin-top:0}.jetpack-option__input.jetpack-option__input.jetpack-option__input{background:#0000;border:none;border-radius:0;color:inherit;flex-grow:1;font-size:inherit;line-height:1.5;padding:0}.jetpack-option__input.jetpack-option__input.jetpack-option__input:hover{border-color:#357cb5}.jetpack-option__input.jetpack-option__input.jetpack-option__input:focus{box-shadow:none}.jetpack-field-multiple.components-base-control{font-size:inherit}.jetpack-option__remove.jetpack-option__remove{padding:6px;vertical-align:bottom}.jetpack-field .components-base-control__label{display:block}.jetpack-field-checkbox,.jetpack-field-consent{display:flex}.jetpack-field-checkbox .jetpack-field-label .jetpack-field-label__input,.jetpack-field-consent .jetpack-field-label .jetpack-field-label__input{font-weight:400}.jetpack-field-checkbox{align-items:baseline}.jetpack-field-checkbox .jetpack-field-label{display:block}.jetpack-field-consent{align-items:center}.jetpack-field-consent .jetpack-field-label{flex-grow:1}.jetpack-field-consent .jetpack-field-label .jetpack-field-label__input{font-size:13px;text-transform:uppercase}.block-editor-inserter__preview .jetpack-contact-form{padding:16px}.block-editor-inserter__preview .jetpack-contact-form .block-editor-inner-blocks .block-editor-block-list__layout{margin:0}.jetpack-contact-form__popover .components-popover__content{min-width:260px}.jetpack-contact-form__popover .components-popover__content .components-base-control{margin-bottom:24px}.jetpack-contact-form__popover .components-popover__content .components-base-control:last-child{margin-bottom:8px}.jetpack-contact-form__popover .components-popover__content .form-settings-dropdown__content{padding:12px}.jetpack-contact-form__popover .components-popover__content .form-settings-dropdown__close-icon{height:24px;justify-content:center;padding:0;width:24px}.jetpack-contact-form__popover .components-popover__content .form-settings-dropdown__item svg{margin-right:8px;fill:none}.jetpack-contact-form__crm_text,.jetpack-contact-form__crm_toggle p{margin-bottom:0}.jetpack-field-dropdown{display:inline-flex;flex-direction:column;font-family:var(--jetpack--contact-form--font-family);width:100%}.jetpack-field-dropdown__wrapper{position:relative}.jetpack-field-dropdown__toggle{align-items:center;background-color:var(--jetpack--contact-form--input-background);border:var(--jetpack--contact-form--border);border-color:var(--jetpack--contact-form--border-color);border-radius:var(--jetpack--contact-form--border-radius);border-style:var(--jetpack--contact-form--border-style);border-width:var(--jetpack--contact-form--border-size);color:var(--jetpack--contact-form--text-color);display:flex;font-size:var(--jetpack--contact-form--font-size,16px);justify-content:space-between;line-height:var(--jetpack--contact-form--line-height);padding:var(--jetpack--contact-form--input-padding)}.jetpack-field-dropdown__icon{align-items:center;border:2px solid #0000;box-sizing:border-box;display:flex;height:.8em;justify-content:center;margin-right:4px;overflow:visible;position:relative;width:.8em}.jetpack-field-dropdown__icon:after{border-bottom:2px solid;border-right:2px solid;box-sizing:border-box;content:"";display:block;height:100%;margin-top:-2px;transform:rotate(45deg);width:100%}.jetpack-field-dropdown__popover{background-color:var(--jetpack--contact-form--input-background);border:var(--jetpack--contact-form--border);border-color:var(--jetpack--contact-form--border-color);border-radius:var(--jetpack--contact-form--border-radius);border-style:var(--jetpack--contact-form--border-style);border-width:var(--jetpack--contact-form--border-size);box-shadow:0 2px 6px #0000000d;color:var(--jetpack--contact-form--text-color);font-size:var(--jetpack--contact-form--font-size,16px);line-height:normal;margin-top:8px;max-height:165px;overflow:auto;padding:0}.jetpack-field-dropdown__popover .rich-text{padding:var(--jetpack--contact-form--input-padding)}.jetpack-contact-form .jetpack-field .jetpack-field__input,.jetpack-contact-form .jetpack-field .jetpack-field__textarea{color:#787c82}.jetpack-contact-form.is-style-animated .jetpack-field,.jetpack-contact-form.is-style-outlined .jetpack-field{position:relative}.jetpack-contact-form.is-style-outlined .block-editor-block-list__block:not([contenteditable]):focus:after{bottom:-10px;left:-10px;right:-10px;top:-10px}.jetpack-contact-form.is-style-outlined .jetpack-field{--notch-width:max(var(--jetpack--contact-form--input-padding-left,16px),var(--jetpack--contact-form--border-radius));display:flex;margin-top:8px}.jetpack-contact-form.is-style-outlined .jetpack-field .notched-label{box-sizing:border-box;display:flex;height:100%;left:0;max-width:100%;position:absolute;text-align:left;top:0;width:100%;z-index:1}.jetpack-contact-form.is-style-outlined .jetpack-field .notched-label__leading{border:var(--jetpack--contact-form--border);border-color:var(--jetpack--contact-form--border-color);border-radius:var(--jetpack--contact-form--border-radius);border-bottom-right-radius:unset;border-style:var(--jetpack--contact-form--border-style);border-width:var(--jetpack--contact-form--border-size);border-right:none;border-top-right-radius:unset;width:var(--notch-width)}.jetpack-contact-form.is-style-outlined .jetpack-field .notched-label__notch{border:var(--jetpack--contact-form--border);border-color:var(--jetpack--contact-form--border-color);border-radius:unset;border-style:var(--jetpack--contact-form--border-style);border-width:var(--jetpack--contact-form--border-size);border-left:none;border-right:none;padding:0 4px;transition:border .15s linear}.jetpack-contact-form.is-style-outlined .jetpack-field .notched-label__label{margin:0;position:relative;top:50%;transform:translateY(-50%);transition:all .15s cubic-bezier(.4,0,.2,1);will-change:transform}.jetpack-contact-form.is-style-outlined .jetpack-field .notched-label__label label{font-weight:300}.jetpack-contact-form.is-style-outlined .jetpack-field .notched-label__trailing{border:var(--jetpack--contact-form--border);border-color:var(--jetpack--contact-form--border-color);border-style:var(--jetpack--contact-form--border-style);border-width:var(--jetpack--contact-form--border-size);border-left:none;border-radius:var(--jetpack--contact-form--border-radius);border-bottom-left-radius:unset;border-top-left-radius:unset;flex-grow:1}.jetpack-contact-form.is-style-outlined .jetpack-field.jetpack-field-textarea .notched-label__label{top:var(--jetpack--contact-form--input-padding-top,16px);transform:unset}.jetpack-contact-form.is-style-outlined .jetpack-field.has-placeholder .notched-label__notch,.jetpack-contact-form.is-style-outlined .jetpack-field.is-selected .notched-label__notch{border-top-color:#0000}.jetpack-contact-form.is-style-outlined .jetpack-field.has-placeholder .notched-label__label,.jetpack-contact-form.is-style-outlined .jetpack-field.is-selected .notched-label__label{font-size:.8em;top:calc(var(--jetpack--contact-form--border-size)*-1);transform:translateY(-50%)}.jetpack-contact-form.is-style-outlined .jetpack-field.has-placeholder.jetpack-field-dropdown .jetpack-field-dropdown__toggle,.jetpack-contact-form.is-style-outlined .jetpack-field.is-selected.jetpack-field-dropdown .jetpack-field-dropdown__toggle{border-color:#0000;padding-left:calc(var(--notch-width) + 4px);padding-right:calc(var(--notch-width) + 4px)}.jetpack-contact-form.is-style-outlined .jetpack-field.jetpack-field-multiple{background-color:var(--jetpack--contact-form--input-background);border:var(--jetpack--contact-form--border);border-color:var(--jetpack--contact-form--border-color);border-radius:var(--jetpack--contact-form--border-radius);border-style:var(--jetpack--contact-form--border-style);border-width:var(--jetpack--contact-form--border-size);border-top:none;padding:var(--jetpack--contact-form--input-padding,16px);padding-top:calc(var(--jetpack--contact-form--input-padding, 16px) + 4px)}.jetpack-contact-form.is-style-outlined .jetpack-field.jetpack-field-multiple .notched-label{height:unset}.jetpack-contact-form.is-style-outlined .jetpack-field.jetpack-field-multiple .notched-label__leading,.jetpack-contact-form.is-style-outlined .jetpack-field.jetpack-field-multiple .notched-label__notch,.jetpack-contact-form.is-style-outlined .jetpack-field.jetpack-field-multiple .notched-label__trailing{border-bottom:none;border-left:none;border-right:none}.jetpack-contact-form.is-style-outlined .jetpack-field.jetpack-field-checkbox{margin-top:0}.jetpack-contact-form.is-style-outlined .jetpack-field .jetpack-field-dropdown__popover .rich-text{padding-left:calc(var(--notch-width) + 4px);padding-right:calc(var(--notch-width) + 4px)}.jetpack-contact-form.is-style-outlined .jetpack-field .jetpack-field-dropdown__icon{margin-right:0}.jetpack-contact-form.is-style-outlined .jetpack-field .jetpack-field__input,.jetpack-contact-form.is-style-outlined .jetpack-field .jetpack-field__textarea{border-top-color:#0000!important;display:flex;outline:none;padding-left:calc(var(--notch-width) + 4px);padding-right:calc(var(--notch-width) + 4px)}.jetpack-contact-form.is-style-animated .jetpack-field{--left-offset:calc(var(--jetpack--contact-form--input-padding-left, 16px) + var(--jetpack--contact-form--border-size));--label-left:max(var(--left-offset),var(--jetpack--contact-form--border-radius));--field-padding:calc(var(--label-left) - var(--jetpack--contact-form--border-size))}.jetpack-contact-form.is-style-animated .jetpack-field .jetpack-field__input{outline:none}.jetpack-contact-form.is-style-animated .jetpack-field .jetpack-field__textarea{outline:none;padding:var(--jetpack--contact-form--input-padding,16px)}.jetpack-contact-form.is-style-animated .jetpack-field .jetpack-field-dropdown__toggle,.jetpack-contact-form.is-style-animated .jetpack-field .jetpack-field__input,.jetpack-contact-form.is-style-animated .jetpack-field .jetpack-field__textarea{padding-left:var(--field-padding);padding-right:var(--field-padding);padding-top:1.4em}.jetpack-contact-form.is-style-animated .jetpack-field.jetpack-field-dropdown .jetpack-field-dropdown__popover .rich-text{padding-left:var(--field-padding);padding-right:var(--field-padding)}.jetpack-contact-form.is-style-animated .jetpack-field.jetpack-field-multiple{padding-bottom:var(--jetpack--contact-form--input-padding,16px);padding-top:1.8em}.jetpack-contact-form.is-style-animated .jetpack-field.jetpack-field-multiple.has-placeholder .animated-label__label{font-size:1em;left:0;top:0}.jetpack-contact-form.is-style-animated .jetpack-field .animated-label__label{box-sizing:border-box;left:var(--label-left);margin:0;max-width:100%;position:absolute;top:50%;transform:translateY(-50%);transition:all .15s cubic-bezier(.4,0,.2,1);width:100%;z-index:1}.jetpack-contact-form.is-style-animated .jetpack-field .animated-label__label .jetpack-field-label__input{margin:0}.jetpack-contact-form.is-style-animated .jetpack-field.jetpack-field-textarea .animated-label__label{top:var(--jetpack--contact-form--input-padding-top,16px);transform:unset}.jetpack-contact-form.is-style-animated .jetpack-field.has-placeholder .animated-label__label,.jetpack-contact-form.is-style-animated .jetpack-field.is-selected .animated-label__label{font-size:.75em;top:calc(2px + var(--jetpack--contact-form--border-size));transform:translateY(0)}.jetpack-contact-form.is-style-below .jetpack-field:not(.jetpack-field-checkbox){display:flex;flex-direction:column-reverse}.block-editor-block-inspector .components-base-control .components-base-control:last-child{margin-bottom:0}@keyframes R2i0K45dEF157drbVRPI{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}.NisihrgiIKl_knpYJtfg{animation:R2i0K45dEF157drbVRPI 1.5s infinite;background-color:var(--jp-gray);height:100%;width:100%}.help-message{display:flex;font-size:13px;line-height:1.4em;margin-bottom:1em;margin-top:-.5em}.help-message svg{margin-right:5px;min-width:24px}.help-message>span{margin-top:2px}.help-message.help-message-is-error{color:var(--color-error)}.help-message.help-message-is-error svg{fill:var(--color-error)}._fUXxnSp5pagKBp9gSN7 *{box-sizing:border-box} \ No newline at end of file diff --git a/dist/blocks/editor.js b/dist/blocks/editor.js index b2a6349..1df6d06 100644 --- a/dist/blocks/editor.js +++ b/dist/blocks/editor.js @@ -1,4 +1,4 @@ -(()=>{var e={2663:(e,t,r)=>{"use strict";r.d(t,{A:()=>n});var a=r(5573),o=r(790);const n=(0,o.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,o.jsx)(a.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M3 7c0-1.1.9-2 2-2h14a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V7Zm2-.5h14c.3 0 .5.2.5.5v1L12 13.5 4.5 7.9V7c0-.3.2-.5.5-.5Zm-.5 3.3V17c0 .3.2.5.5.5h14c.3 0 .5-.2.5-.5V9.8L12 15.4 4.5 9.8Z"})})},4066:(e,t,r)=>{"use strict";r.d(t,{A:()=>n});var a=r(5573),o=r(790);const n=(0,o.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,o.jsx)(a.Path,{d:"M12 3.3c-4.8 0-8.8 3.9-8.8 8.8 0 4.8 3.9 8.8 8.8 8.8 4.8 0 8.8-3.9 8.8-8.8s-4-8.8-8.8-8.8zm6.5 5.5h-2.6C15.4 7.3 14.8 6 14 5c2 .6 3.6 2 4.5 3.8zm.7 3.2c0 .6-.1 1.2-.2 1.8h-2.9c.1-.6.1-1.2.1-1.8s-.1-1.2-.1-1.8H19c.2.6.2 1.2.2 1.8zM12 18.7c-1-.7-1.8-1.9-2.3-3.5h4.6c-.5 1.6-1.3 2.9-2.3 3.5zm-2.6-4.9c-.1-.6-.1-1.1-.1-1.8 0-.6.1-1.2.1-1.8h5.2c.1.6.1 1.1.1 1.8s-.1 1.2-.1 1.8H9.4zM4.8 12c0-.6.1-1.2.2-1.8h2.9c-.1.6-.1 1.2-.1 1.8 0 .6.1 1.2.1 1.8H5c-.2-.6-.2-1.2-.2-1.8zM12 5.3c1 .7 1.8 1.9 2.3 3.5H9.7c.5-1.6 1.3-2.9 2.3-3.5zM10 5c-.8 1-1.4 2.3-1.8 3.8H5.5C6.4 7 8 5.6 10 5zM5.5 15.3h2.6c.4 1.5 1 2.8 1.8 3.7-1.8-.6-3.5-2-4.4-3.7zM14 19c.8-1 1.4-2.2 1.8-3.7h2.6C17.6 17 16 18.4 14 19z"})})},2065:(e,t,r)=>{"use strict";r.d(t,{A:()=>n});var a=r(5573),o=r(790);const n=(0,o.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,o.jsx)(a.Path,{d:"M15 4H9c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h6c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm.5 14c0 .3-.2.5-.5.5H9c-.3 0-.5-.2-.5-.5V6c0-.3.2-.5.5-.5h6c.3 0 .5.2.5.5v12zm-4.5-.5h2V16h-2v1.5z"})})},3407:(e,t,r)=>{"use strict";r.d(t,{A:()=>n});var a=r(5573),o=r(790);const n=(0,o.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,o.jsx)(a.Path,{d:"M15.5 9.5a1 1 0 100-2 1 1 0 000 2zm0 1.5a2.5 2.5 0 100-5 2.5 2.5 0 000 5zm-2.25 6v-2a2.75 2.75 0 00-2.75-2.75h-4A2.75 2.75 0 003.75 15v2h1.5v-2c0-.69.56-1.25 1.25-1.25h4c.69 0 1.25.56 1.25 1.25v2h1.5zm7-2v2h-1.5v-2c0-.69-.56-1.25-1.25-1.25H15v-1.5h2.5A2.75 2.75 0 0120.25 15zM9.5 8.5a1 1 0 11-2 0 1 1 0 012 0zm1.5 0a2.5 2.5 0 11-5 0 2.5 2.5 0 015 0z",fillRule:"evenodd"})})},9904:(e,t)=>{"use strict";var r=/^[-!#$%&'*+\/0-9=?A-Z^_a-z{|}~](\.?[-!#$%&'*+\/0-9=?A-Z^_a-z`{|}~])*@[a-zA-Z0-9](-*\.?[a-zA-Z0-9])*\.[a-zA-Z](-?[a-zA-Z0-9])+$/;t.validate=function(e){if(!e)return!1;if(e.length>254)return!1;if(!r.test(e))return!1;var t=e.split("@");return!(t[0].length>64)&&!t[1].split(".").some((function(e){return e.length>63}))}},7876:(e,t,r)=>{"use strict";r.d(t,{A:()=>a});const a={placeholder:"NisihrgiIKl_knpYJtfg",pulse:"R2i0K45dEF157drbVRPI"}},5196:(e,t,r)=>{"use strict";r.d(t,{A:()=>a});const a={global:"_fUXxnSp5pagKBp9gSN7"}},7378:e=>{var t=1e3,r=60*t,a=60*r,o=24*a,n=7*o,l=365.25*o;function i(e,t,r,a){var o=t>=1.5*r;return Math.round(e/r)+" "+a+(o?"s":"")}e.exports=function(e,s){s=s||{};var c=typeof e;if("string"===c&&e.length>0)return function(e){if((e=String(e)).length>100)return;var i=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(e);if(!i)return;var s=parseFloat(i[1]);switch((i[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return s*l;case"weeks":case"week":case"w":return s*n;case"days":case"day":case"d":return s*o;case"hours":case"hour":case"hrs":case"hr":case"h":return s*a;case"minutes":case"minute":case"mins":case"min":case"m":return s*r;case"seconds":case"second":case"secs":case"sec":case"s":return s*t;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return s;default:return}}(e);if("number"===c&&isFinite(e))return s.long?function(e){var n=Math.abs(e);if(n>=o)return i(e,n,o,"day");if(n>=a)return i(e,n,a,"hour");if(n>=r)return i(e,n,r,"minute");if(n>=t)return i(e,n,t,"second");return e+" ms"}(e):function(e){var n=Math.abs(e);if(n>=o)return Math.round(e/o)+"d";if(n>=a)return Math.round(e/a)+"h";if(n>=r)return Math.round(e/r)+"m";if(n>=t)return Math.round(e/t)+"s";return e+"ms"}(e);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))}},4172:(e,t,r)=>{const a=Symbol("SemVer ANY");class o{static get ANY(){return a}constructor(e,t){if(t=n(t),e instanceof o){if(e.loose===!!t.loose)return e;e=e.value}e=e.trim().split(/\s+/).join(" "),c("comparator",e,t),this.options=t,this.loose=!!t.loose,this.parse(e),this.semver===a?this.value="":this.value=this.operator+this.semver.version,c("comp",this)}parse(e){const t=this.options.loose?l[i.COMPARATORLOOSE]:l[i.COMPARATOR],r=e.match(t);if(!r)throw new TypeError(`Invalid comparator: ${e}`);this.operator=void 0!==r[1]?r[1]:"","="===this.operator&&(this.operator=""),r[2]?this.semver=new d(r[2],this.options.loose):this.semver=a}toString(){return this.value}test(e){if(c("Comparator.test",e,this.options.loose),this.semver===a||e===a)return!0;if("string"==typeof e)try{e=new d(e,this.options)}catch(e){return!1}return s(e,this.operator,this.semver,this.options)}intersects(e,t){if(!(e instanceof o))throw new TypeError("a Comparator is required");return""===this.operator?""===this.value||new u(e.value,t).test(this.value):""===e.operator?""===e.value||new u(this.value,t).test(e.semver):(!(t=n(t)).includePrerelease||"<0.0.0-0"!==this.value&&"<0.0.0-0"!==e.value)&&(!(!t.includePrerelease&&(this.value.startsWith("<0.0.0")||e.value.startsWith("<0.0.0")))&&(!(!this.operator.startsWith(">")||!e.operator.startsWith(">"))||(!(!this.operator.startsWith("<")||!e.operator.startsWith("<"))||(!(this.semver.version!==e.semver.version||!this.operator.includes("=")||!e.operator.includes("="))||(!!(s(this.semver,"<",e.semver,t)&&this.operator.startsWith(">")&&e.operator.startsWith("<"))||!!(s(this.semver,">",e.semver,t)&&this.operator.startsWith("<")&&e.operator.startsWith(">")))))))}}e.exports=o;const n=r(879),{safeRe:l,t:i}=r(4746),s=r(9019),c=r(4860),d=r(3296),u=r(2787)},2787:(e,t,r)=>{const a=/\s+/g;class o{constructor(e,t){if(t=l(t),e instanceof o)return e.loose===!!t.loose&&e.includePrerelease===!!t.includePrerelease?e:new o(e.raw,t);if(e instanceof i)return this.raw=e.value,this.set=[[e]],this.formatted=void 0,this;if(this.options=t,this.loose=!!t.loose,this.includePrerelease=!!t.includePrerelease,this.raw=e.trim().replace(a," "),this.set=this.raw.split("||").map((e=>this.parseRange(e.trim()))).filter((e=>e.length)),!this.set.length)throw new TypeError(`Invalid SemVer Range: ${this.raw}`);if(this.set.length>1){const e=this.set[0];if(this.set=this.set.filter((e=>!k(e[0]))),0===this.set.length)this.set=[e];else if(this.set.length>1)for(const e of this.set)if(1===e.length&&g(e[0])){this.set=[e];break}}this.formatted=void 0}get range(){if(void 0===this.formatted){this.formatted="";for(let e=0;e0&&(this.formatted+="||");const t=this.set[e];for(let e=0;e0&&(this.formatted+=" "),this.formatted+=t[e].toString().trim()}}return this.formatted}format(){return this.range}toString(){return this.range}parseRange(e){const t=((this.options.includePrerelease&&h)|(this.options.loose&&b))+":"+e,r=n.get(t);if(r)return r;const a=this.options.loose,o=a?d[u.HYPHENRANGELOOSE]:d[u.HYPHENRANGE];e=e.replace(o,_(this.options.includePrerelease)),s("hyphen replace",e),e=e.replace(d[u.COMPARATORTRIM],p),s("comparator trim",e),e=e.replace(d[u.TILDETRIM],m),s("tilde trim",e),e=e.replace(d[u.CARETTRIM],f),s("caret trim",e);let l=e.split(" ").map((e=>C(e,this.options))).join(" ").split(/\s+/).map((e=>S(e,this.options)));a&&(l=l.filter((e=>(s("loose invalid filter",e,this.options),!!e.match(d[u.COMPARATORLOOSE]))))),s("range list",l);const c=new Map,g=l.map((e=>new i(e,this.options)));for(const e of g){if(k(e))return[e];c.set(e.value,e)}c.size>1&&c.has("")&&c.delete("");const E=[...c.values()];return n.set(t,E),E}intersects(e,t){if(!(e instanceof o))throw new TypeError("a Range is required");return this.set.some((r=>E(r,t)&&e.set.some((e=>E(e,t)&&r.every((r=>e.every((e=>r.intersects(e,t)))))))))}test(e){if(!e)return!1;if("string"==typeof e)try{e=new c(e,this.options)}catch(e){return!1}for(let t=0;t"<0.0.0-0"===e.value,g=e=>""===e.value,E=(e,t)=>{let r=!0;const a=e.slice();let o=a.pop();for(;r&&a.length;)r=a.every((e=>o.intersects(e,t))),o=a.pop();return r},C=(e,t)=>(s("comp",e,t),e=y(e,t),s("caret",e),e=v(e,t),s("tildes",e),e=w(e,t),s("xrange",e),e=B(e,t),s("stars",e),e),R=e=>!e||"x"===e.toLowerCase()||"*"===e,v=(e,t)=>e.trim().split(/\s+/).map((e=>j(e,t))).join(" "),j=(e,t)=>{const r=t.loose?d[u.TILDELOOSE]:d[u.TILDE];return e.replace(r,((t,r,a,o,n)=>{let l;return s("tilde",e,t,r,a,o,n),R(r)?l="":R(a)?l=`>=${r}.0.0 <${+r+1}.0.0-0`:R(o)?l=`>=${r}.${a}.0 <${r}.${+a+1}.0-0`:n?(s("replaceTilde pr",n),l=`>=${r}.${a}.${o}-${n} <${r}.${+a+1}.0-0`):l=`>=${r}.${a}.${o} <${r}.${+a+1}.0-0`,s("tilde return",l),l}))},y=(e,t)=>e.trim().split(/\s+/).map((e=>A(e,t))).join(" "),A=(e,t)=>{s("caret",e,t);const r=t.loose?d[u.CARETLOOSE]:d[u.CARET],a=t.includePrerelease?"-0":"";return e.replace(r,((t,r,o,n,l)=>{let i;return s("caret",e,t,r,o,n,l),R(r)?i="":R(o)?i=`>=${r}.0.0${a} <${+r+1}.0.0-0`:R(n)?i="0"===r?`>=${r}.${o}.0${a} <${r}.${+o+1}.0-0`:`>=${r}.${o}.0${a} <${+r+1}.0.0-0`:l?(s("replaceCaret pr",l),i="0"===r?"0"===o?`>=${r}.${o}.${n}-${l} <${r}.${o}.${+n+1}-0`:`>=${r}.${o}.${n}-${l} <${r}.${+o+1}.0-0`:`>=${r}.${o}.${n}-${l} <${+r+1}.0.0-0`):(s("no pr"),i="0"===r?"0"===o?`>=${r}.${o}.${n}${a} <${r}.${o}.${+n+1}-0`:`>=${r}.${o}.${n}${a} <${r}.${+o+1}.0-0`:`>=${r}.${o}.${n} <${+r+1}.0.0-0`),s("caret return",i),i}))},w=(e,t)=>(s("replaceXRanges",e,t),e.split(/\s+/).map((e=>x(e,t))).join(" ")),x=(e,t)=>{e=e.trim();const r=t.loose?d[u.XRANGELOOSE]:d[u.XRANGE];return e.replace(r,((r,a,o,n,l,i)=>{s("xRange",e,r,a,o,n,l,i);const c=R(o),d=c||R(n),u=d||R(l),p=u;return"="===a&&p&&(a=""),i=t.includePrerelease?"-0":"",c?r=">"===a||"<"===a?"<0.0.0-0":"*":a&&p?(d&&(n=0),l=0,">"===a?(a=">=",d?(o=+o+1,n=0,l=0):(n=+n+1,l=0)):"<="===a&&(a="<",d?o=+o+1:n=+n+1),"<"===a&&(i="-0"),r=`${a+o}.${n}.${l}${i}`):d?r=`>=${o}.0.0${i} <${+o+1}.0.0-0`:u&&(r=`>=${o}.${n}.0${i} <${o}.${+n+1}.0-0`),s("xRange return",r),r}))},B=(e,t)=>(s("replaceStars",e,t),e.trim().replace(d[u.STAR],"")),S=(e,t)=>(s("replaceGTE0",e,t),e.trim().replace(d[t.includePrerelease?u.GTE0PRE:u.GTE0],"")),_=e=>(t,r,a,o,n,l,i,s,c,d,u,p)=>`${r=R(a)?"":R(o)?`>=${a}.0.0${e?"-0":""}`:R(n)?`>=${a}.${o}.0${e?"-0":""}`:l?`>=${r}`:`>=${r}${e?"-0":""}`} ${s=R(c)?"":R(d)?`<${+c+1}.0.0-0`:R(u)?`<${c}.${+d+1}.0-0`:p?`<=${c}.${d}.${u}-${p}`:e?`<${c}.${d}.${+u+1}-0`:`<=${s}`}`.trim(),I=(e,t,r)=>{for(let r=0;r0){const a=e[r].semver;if(a.major===t.major&&a.minor===t.minor&&a.patch===t.patch)return!0}return!1}return!0}},3296:(e,t,r)=>{const a=r(4860),{MAX_LENGTH:o,MAX_SAFE_INTEGER:n}=r(246),{safeRe:l,t:i}=r(4746),s=r(879),{compareIdentifiers:c}=r(487);class d{constructor(e,t){if(t=s(t),e instanceof d){if(e.loose===!!t.loose&&e.includePrerelease===!!t.includePrerelease)return e;e=e.version}else if("string"!=typeof e)throw new TypeError(`Invalid version. Must be a string. Got type "${typeof e}".`);if(e.length>o)throw new TypeError(`version is longer than ${o} characters`);a("SemVer",e,t),this.options=t,this.loose=!!t.loose,this.includePrerelease=!!t.includePrerelease;const r=e.trim().match(t.loose?l[i.LOOSE]:l[i.FULL]);if(!r)throw new TypeError(`Invalid Version: ${e}`);if(this.raw=e,this.major=+r[1],this.minor=+r[2],this.patch=+r[3],this.major>n||this.major<0)throw new TypeError("Invalid major version");if(this.minor>n||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>n||this.patch<0)throw new TypeError("Invalid patch version");r[4]?this.prerelease=r[4].split(".").map((e=>{if(/^[0-9]+$/.test(e)){const t=+e;if(t>=0&&t=0;)"number"==typeof this.prerelease[a]&&(this.prerelease[a]++,a=-2);if(-1===a){if(t===this.prerelease.join(".")&&!1===r)throw new Error("invalid increment argument: identifier already exists");this.prerelease.push(e)}}if(t){let a=[t,e];!1===r&&(a=[t]),0===c(this.prerelease[0],t)?isNaN(this.prerelease[1])&&(this.prerelease=a):this.prerelease=a}break}default:throw new Error(`invalid increment argument: ${e}`)}return this.raw=this.format(),this.build.length&&(this.raw+=`+${this.build.join(".")}`),this}}e.exports=d},2322:(e,t,r)=>{const a=r(5788);e.exports=(e,t)=>{const r=a(e.trim().replace(/^[=v]+/,""),t);return r?r.version:null}},9019:(e,t,r)=>{const a=r(9250),o=r(6723),n=r(9272),l=r(6453),i=r(3356),s=r(9116);e.exports=(e,t,r,c)=>{switch(t){case"===":return"object"==typeof e&&(e=e.version),"object"==typeof r&&(r=r.version),e===r;case"!==":return"object"==typeof e&&(e=e.version),"object"==typeof r&&(r=r.version),e!==r;case"":case"=":case"==":return a(e,r,c);case"!=":return o(e,r,c);case">":return n(e,r,c);case">=":return l(e,r,c);case"<":return i(e,r,c);case"<=":return s(e,r,c);default:throw new TypeError(`Invalid operator: ${t}`)}}},1854:(e,t,r)=>{const a=r(3296),o=r(5788),{safeRe:n,t:l}=r(4746);e.exports=(e,t)=>{if(e instanceof a)return e;if("number"==typeof e&&(e=String(e)),"string"!=typeof e)return null;let r=null;if((t=t||{}).rtl){const a=t.includePrerelease?n[l.COERCERTLFULL]:n[l.COERCERTL];let o;for(;(o=a.exec(e))&&(!r||r.index+r[0].length!==e.length);)r&&o.index+o[0].length===r.index+r[0].length||(r=o),a.lastIndex=o.index+o[1].length+o[2].length;a.lastIndex=-1}else r=e.match(t.includePrerelease?n[l.COERCEFULL]:n[l.COERCE]);if(null===r)return null;const i=r[2],s=r[3]||"0",c=r[4]||"0",d=t.includePrerelease&&r[5]?`-${r[5]}`:"",u=t.includePrerelease&&r[6]?`+${r[6]}`:"";return o(`${i}.${s}.${c}${d}${u}`,t)}},8201:(e,t,r)=>{const a=r(3296);e.exports=(e,t,r)=>{const o=new a(e,r),n=new a(t,r);return o.compare(n)||o.compareBuild(n)}},2471:(e,t,r)=>{const a=r(4940);e.exports=(e,t)=>a(e,t,!0)},4940:(e,t,r)=>{const a=r(3296);e.exports=(e,t,r)=>new a(e,r).compare(new a(t,r))},844:(e,t,r)=>{const a=r(5788);e.exports=(e,t)=>{const r=a(e,null,!0),o=a(t,null,!0),n=r.compare(o);if(0===n)return null;const l=n>0,i=l?r:o,s=l?o:r,c=!!i.prerelease.length;if(!!s.prerelease.length&&!c)return s.patch||s.minor?i.patch?"patch":i.minor?"minor":"major":"major";const d=c?"pre":"";return r.major!==o.major?d+"major":r.minor!==o.minor?d+"minor":r.patch!==o.patch?d+"patch":"prerelease"}},9250:(e,t,r)=>{const a=r(4940);e.exports=(e,t,r)=>0===a(e,t,r)},9272:(e,t,r)=>{const a=r(4940);e.exports=(e,t,r)=>a(e,t,r)>0},6453:(e,t,r)=>{const a=r(4940);e.exports=(e,t,r)=>a(e,t,r)>=0},6619:(e,t,r)=>{const a=r(3296);e.exports=(e,t,r,o,n)=>{"string"==typeof r&&(n=o,o=r,r=void 0);try{return new a(e instanceof a?e.version:e,r).inc(t,o,n).version}catch(e){return null}}},3356:(e,t,r)=>{const a=r(4940);e.exports=(e,t,r)=>a(e,t,r)<0},9116:(e,t,r)=>{const a=r(4940);e.exports=(e,t,r)=>a(e,t,r)<=0},3566:(e,t,r)=>{const a=r(3296);e.exports=(e,t)=>new a(e,t).major},2186:(e,t,r)=>{const a=r(3296);e.exports=(e,t)=>new a(e,t).minor},6723:(e,t,r)=>{const a=r(4940);e.exports=(e,t,r)=>0!==a(e,t,r)},5788:(e,t,r)=>{const a=r(3296);e.exports=(e,t,r=!1)=>{if(e instanceof a)return e;try{return new a(e,t)}catch(e){if(!r)return null;throw e}}},6313:(e,t,r)=>{const a=r(3296);e.exports=(e,t)=>new a(e,t).patch},965:(e,t,r)=>{const a=r(5788);e.exports=(e,t)=>{const r=a(e,t);return r&&r.prerelease.length?r.prerelease:null}},8998:(e,t,r)=>{const a=r(4940);e.exports=(e,t,r)=>a(t,e,r)},1753:(e,t,r)=>{const a=r(8201);e.exports=(e,t)=>e.sort(((e,r)=>a(r,e,t)))},6146:(e,t,r)=>{const a=r(2787);e.exports=(e,t,r)=>{try{t=new a(t,r)}catch(e){return!1}return t.test(e)}},5123:(e,t,r)=>{const a=r(8201);e.exports=(e,t)=>e.sort(((e,r)=>a(e,r,t)))},9141:(e,t,r)=>{const a=r(5788);e.exports=(e,t)=>{const r=a(e,t);return r?r.version:null}},8265:(e,t,r)=>{const a=r(4746),o=r(246),n=r(3296),l=r(487),i=r(5788),s=r(9141),c=r(2322),d=r(6619),u=r(844),p=r(3566),m=r(2186),f=r(6313),h=r(965),b=r(4940),k=r(8998),g=r(2471),E=r(8201),C=r(5123),R=r(1753),v=r(9272),j=r(3356),y=r(9250),A=r(6723),w=r(6453),x=r(9116),B=r(9019),S=r(1854),_=r(4172),I=r(2787),N=r(6146),P=r(8067),L=r(7064),M=r(3410),F=r(8761),T=r(5966),$=r(6207),O=r(7095),V=r(3250),H=r(6160),D=r(8417),q=r(2620);e.exports={parse:i,valid:s,clean:c,inc:d,diff:u,major:p,minor:m,patch:f,prerelease:h,compare:b,rcompare:k,compareLoose:g,compareBuild:E,sort:C,rsort:R,gt:v,lt:j,eq:y,neq:A,gte:w,lte:x,cmp:B,coerce:S,Comparator:_,Range:I,satisfies:N,toComparators:P,maxSatisfying:L,minSatisfying:M,minVersion:F,validRange:T,outside:$,gtr:O,ltr:V,intersects:H,simplifyRange:D,subset:q,SemVer:n,re:a.re,src:a.src,tokens:a.t,SEMVER_SPEC_VERSION:o.SEMVER_SPEC_VERSION,RELEASE_TYPES:o.RELEASE_TYPES,compareIdentifiers:l.compareIdentifiers,rcompareIdentifiers:l.rcompareIdentifiers}},246:e=>{const t=Number.MAX_SAFE_INTEGER||9007199254740991;e.exports={MAX_LENGTH:256,MAX_SAFE_COMPONENT_LENGTH:16,MAX_SAFE_BUILD_LENGTH:250,MAX_SAFE_INTEGER:t,RELEASE_TYPES:["major","premajor","minor","preminor","patch","prepatch","prerelease"],SEMVER_SPEC_VERSION:"2.0.0",FLAG_INCLUDE_PRERELEASE:1,FLAG_LOOSE:2}},4860:e=>{const t="object"==typeof process&&process.env&&process.env.NODE_DEBUG&&/\bsemver\b/i.test(process.env.NODE_DEBUG)?(...e)=>console.error("SEMVER",...e):()=>{};e.exports=t},487:e=>{const t=/^[0-9]+$/,r=(e,r)=>{const a=t.test(e),o=t.test(r);return a&&o&&(e=+e,r=+r),e===r?0:a&&!o?-1:o&&!a?1:er(t,e)}},7582:e=>{e.exports=class{constructor(){this.max=1e3,this.map=new Map}get(e){const t=this.map.get(e);return void 0===t?void 0:(this.map.delete(e),this.map.set(e,t),t)}delete(e){return this.map.delete(e)}set(e,t){if(!this.delete(e)&&void 0!==t){if(this.map.size>=this.max){const e=this.map.keys().next().value;this.delete(e)}this.map.set(e,t)}return this}}},879:e=>{const t=Object.freeze({loose:!0}),r=Object.freeze({});e.exports=e=>e?"object"!=typeof e?t:e:r},4746:(e,t,r)=>{const{MAX_SAFE_COMPONENT_LENGTH:a,MAX_SAFE_BUILD_LENGTH:o,MAX_LENGTH:n}=r(246),l=r(4860),i=(t=e.exports={}).re=[],s=t.safeRe=[],c=t.src=[],d=t.t={};let u=0;const p="[a-zA-Z0-9-]",m=[["\\s",1],["\\d",n],[p,o]],f=(e,t,r)=>{const a=(e=>{for(const[t,r]of m)e=e.split(`${t}*`).join(`${t}{0,${r}}`).split(`${t}+`).join(`${t}{1,${r}}`);return e})(t),o=u++;l(e,o,t),d[e]=o,c[o]=t,i[o]=new RegExp(t,r?"g":void 0),s[o]=new RegExp(a,r?"g":void 0)};f("NUMERICIDENTIFIER","0|[1-9]\\d*"),f("NUMERICIDENTIFIERLOOSE","\\d+"),f("NONNUMERICIDENTIFIER",`\\d*[a-zA-Z-]${p}*`),f("MAINVERSION",`(${c[d.NUMERICIDENTIFIER]})\\.(${c[d.NUMERICIDENTIFIER]})\\.(${c[d.NUMERICIDENTIFIER]})`),f("MAINVERSIONLOOSE",`(${c[d.NUMERICIDENTIFIERLOOSE]})\\.(${c[d.NUMERICIDENTIFIERLOOSE]})\\.(${c[d.NUMERICIDENTIFIERLOOSE]})`),f("PRERELEASEIDENTIFIER",`(?:${c[d.NUMERICIDENTIFIER]}|${c[d.NONNUMERICIDENTIFIER]})`),f("PRERELEASEIDENTIFIERLOOSE",`(?:${c[d.NUMERICIDENTIFIERLOOSE]}|${c[d.NONNUMERICIDENTIFIER]})`),f("PRERELEASE",`(?:-(${c[d.PRERELEASEIDENTIFIER]}(?:\\.${c[d.PRERELEASEIDENTIFIER]})*))`),f("PRERELEASELOOSE",`(?:-?(${c[d.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${c[d.PRERELEASEIDENTIFIERLOOSE]})*))`),f("BUILDIDENTIFIER",`${p}+`),f("BUILD",`(?:\\+(${c[d.BUILDIDENTIFIER]}(?:\\.${c[d.BUILDIDENTIFIER]})*))`),f("FULLPLAIN",`v?${c[d.MAINVERSION]}${c[d.PRERELEASE]}?${c[d.BUILD]}?`),f("FULL",`^${c[d.FULLPLAIN]}$`),f("LOOSEPLAIN",`[v=\\s]*${c[d.MAINVERSIONLOOSE]}${c[d.PRERELEASELOOSE]}?${c[d.BUILD]}?`),f("LOOSE",`^${c[d.LOOSEPLAIN]}$`),f("GTLT","((?:<|>)?=?)"),f("XRANGEIDENTIFIERLOOSE",`${c[d.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`),f("XRANGEIDENTIFIER",`${c[d.NUMERICIDENTIFIER]}|x|X|\\*`),f("XRANGEPLAIN",`[v=\\s]*(${c[d.XRANGEIDENTIFIER]})(?:\\.(${c[d.XRANGEIDENTIFIER]})(?:\\.(${c[d.XRANGEIDENTIFIER]})(?:${c[d.PRERELEASE]})?${c[d.BUILD]}?)?)?`),f("XRANGEPLAINLOOSE",`[v=\\s]*(${c[d.XRANGEIDENTIFIERLOOSE]})(?:\\.(${c[d.XRANGEIDENTIFIERLOOSE]})(?:\\.(${c[d.XRANGEIDENTIFIERLOOSE]})(?:${c[d.PRERELEASELOOSE]})?${c[d.BUILD]}?)?)?`),f("XRANGE",`^${c[d.GTLT]}\\s*${c[d.XRANGEPLAIN]}$`),f("XRANGELOOSE",`^${c[d.GTLT]}\\s*${c[d.XRANGEPLAINLOOSE]}$`),f("COERCEPLAIN",`(^|[^\\d])(\\d{1,${a}})(?:\\.(\\d{1,${a}}))?(?:\\.(\\d{1,${a}}))?`),f("COERCE",`${c[d.COERCEPLAIN]}(?:$|[^\\d])`),f("COERCEFULL",c[d.COERCEPLAIN]+`(?:${c[d.PRERELEASE]})?`+`(?:${c[d.BUILD]})?(?:$|[^\\d])`),f("COERCERTL",c[d.COERCE],!0),f("COERCERTLFULL",c[d.COERCEFULL],!0),f("LONETILDE","(?:~>?)"),f("TILDETRIM",`(\\s*)${c[d.LONETILDE]}\\s+`,!0),t.tildeTrimReplace="$1~",f("TILDE",`^${c[d.LONETILDE]}${c[d.XRANGEPLAIN]}$`),f("TILDELOOSE",`^${c[d.LONETILDE]}${c[d.XRANGEPLAINLOOSE]}$`),f("LONECARET","(?:\\^)"),f("CARETTRIM",`(\\s*)${c[d.LONECARET]}\\s+`,!0),t.caretTrimReplace="$1^",f("CARET",`^${c[d.LONECARET]}${c[d.XRANGEPLAIN]}$`),f("CARETLOOSE",`^${c[d.LONECARET]}${c[d.XRANGEPLAINLOOSE]}$`),f("COMPARATORLOOSE",`^${c[d.GTLT]}\\s*(${c[d.LOOSEPLAIN]})$|^$`),f("COMPARATOR",`^${c[d.GTLT]}\\s*(${c[d.FULLPLAIN]})$|^$`),f("COMPARATORTRIM",`(\\s*)${c[d.GTLT]}\\s*(${c[d.LOOSEPLAIN]}|${c[d.XRANGEPLAIN]})`,!0),t.comparatorTrimReplace="$1$2$3",f("HYPHENRANGE",`^\\s*(${c[d.XRANGEPLAIN]})\\s+-\\s+(${c[d.XRANGEPLAIN]})\\s*$`),f("HYPHENRANGELOOSE",`^\\s*(${c[d.XRANGEPLAINLOOSE]})\\s+-\\s+(${c[d.XRANGEPLAINLOOSE]})\\s*$`),f("STAR","(<|>)?=?\\s*\\*"),f("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$"),f("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")},7095:(e,t,r)=>{const a=r(6207);e.exports=(e,t,r)=>a(e,t,">",r)},6160:(e,t,r)=>{const a=r(2787);e.exports=(e,t,r)=>(e=new a(e,r),t=new a(t,r),e.intersects(t,r))},3250:(e,t,r)=>{const a=r(6207);e.exports=(e,t,r)=>a(e,t,"<",r)},7064:(e,t,r)=>{const a=r(3296),o=r(2787);e.exports=(e,t,r)=>{let n=null,l=null,i=null;try{i=new o(t,r)}catch(e){return null}return e.forEach((e=>{i.test(e)&&(n&&-1!==l.compare(e)||(n=e,l=new a(n,r)))})),n}},3410:(e,t,r)=>{const a=r(3296),o=r(2787);e.exports=(e,t,r)=>{let n=null,l=null,i=null;try{i=new o(t,r)}catch(e){return null}return e.forEach((e=>{i.test(e)&&(n&&1!==l.compare(e)||(n=e,l=new a(n,r)))})),n}},8761:(e,t,r)=>{const a=r(3296),o=r(2787),n=r(9272);e.exports=(e,t)=>{e=new o(e,t);let r=new a("0.0.0");if(e.test(r))return r;if(r=new a("0.0.0-0"),e.test(r))return r;r=null;for(let t=0;t{const t=new a(e.semver.version);switch(e.operator){case">":0===t.prerelease.length?t.patch++:t.prerelease.push(0),t.raw=t.format();case"":case">=":l&&!n(t,l)||(l=t);break;case"<":case"<=":break;default:throw new Error(`Unexpected operation: ${e.operator}`)}})),!l||r&&!n(r,l)||(r=l)}return r&&e.test(r)?r:null}},6207:(e,t,r)=>{const a=r(3296),o=r(4172),{ANY:n}=o,l=r(2787),i=r(6146),s=r(9272),c=r(3356),d=r(9116),u=r(6453);e.exports=(e,t,r,p)=>{let m,f,h,b,k;switch(e=new a(e,p),t=new l(t,p),r){case">":m=s,f=d,h=c,b=">",k=">=";break;case"<":m=c,f=u,h=s,b="<",k="<=";break;default:throw new TypeError('Must provide a hilo val of "<" or ">"')}if(i(e,t,p))return!1;for(let r=0;r{e.semver===n&&(e=new o(">=0.0.0")),l=l||e,i=i||e,m(e.semver,l.semver,p)?l=e:h(e.semver,i.semver,p)&&(i=e)})),l.operator===b||l.operator===k)return!1;if((!i.operator||i.operator===b)&&f(e,i.semver))return!1;if(i.operator===k&&h(e,i.semver))return!1}return!0}},8417:(e,t,r)=>{const a=r(6146),o=r(4940);e.exports=(e,t,r)=>{const n=[];let l=null,i=null;const s=e.sort(((e,t)=>o(e,t,r)));for(const e of s){a(e,t,r)?(i=e,l||(l=e)):(i&&n.push([l,i]),i=null,l=null)}l&&n.push([l,null]);const c=[];for(const[e,t]of n)e===t?c.push(e):t||e!==s[0]?t?e===s[0]?c.push(`<=${t}`):c.push(`${e} - ${t}`):c.push(`>=${e}`):c.push("*");const d=c.join(" || "),u="string"==typeof t.raw?t.raw:String(t);return d.length{const a=r(2787),o=r(4172),{ANY:n}=o,l=r(6146),i=r(4940),s=[new o(">=0.0.0-0")],c=[new o(">=0.0.0")],d=(e,t,r)=>{if(e===t)return!0;if(1===e.length&&e[0].semver===n){if(1===t.length&&t[0].semver===n)return!0;e=r.includePrerelease?s:c}if(1===t.length&&t[0].semver===n){if(r.includePrerelease)return!0;t=c}const a=new Set;let o,d,m,f,h,b,k;for(const t of e)">"===t.operator||">="===t.operator?o=u(o,t,r):"<"===t.operator||"<="===t.operator?d=p(d,t,r):a.add(t.semver);if(a.size>1)return null;if(o&&d){if(m=i(o.semver,d.semver,r),m>0)return null;if(0===m&&(">="!==o.operator||"<="!==d.operator))return null}for(const e of a){if(o&&!l(e,String(o),r))return null;if(d&&!l(e,String(d),r))return null;for(const a of t)if(!l(e,String(a),r))return!1;return!0}let g=!(!d||r.includePrerelease||!d.semver.prerelease.length)&&d.semver,E=!(!o||r.includePrerelease||!o.semver.prerelease.length)&&o.semver;g&&1===g.prerelease.length&&"<"===d.operator&&0===g.prerelease[0]&&(g=!1);for(const e of t){if(k=k||">"===e.operator||">="===e.operator,b=b||"<"===e.operator||"<="===e.operator,o)if(E&&e.semver.prerelease&&e.semver.prerelease.length&&e.semver.major===E.major&&e.semver.minor===E.minor&&e.semver.patch===E.patch&&(E=!1),">"===e.operator||">="===e.operator){if(f=u(o,e,r),f===e&&f!==o)return!1}else if(">="===o.operator&&!l(o.semver,String(e),r))return!1;if(d)if(g&&e.semver.prerelease&&e.semver.prerelease.length&&e.semver.major===g.major&&e.semver.minor===g.minor&&e.semver.patch===g.patch&&(g=!1),"<"===e.operator||"<="===e.operator){if(h=p(d,e,r),h===e&&h!==d)return!1}else if("<="===d.operator&&!l(d.semver,String(e),r))return!1;if(!e.operator&&(d||o)&&0!==m)return!1}return!(o&&b&&!d&&0!==m)&&(!(d&&k&&!o&&0!==m)&&(!E&&!g))},u=(e,t,r)=>{if(!e)return t;const a=i(e.semver,t.semver,r);return a>0?e:a<0||">"===t.operator&&">="===e.operator?t:e},p=(e,t,r)=>{if(!e)return t;const a=i(e.semver,t.semver,r);return a<0?e:a>0||"<"===t.operator&&"<="===e.operator?t:e};e.exports=(e,t,r={})=>{if(e===t)return!0;e=new a(e,r),t=new a(t,r);let o=!1;e:for(const a of e.set){for(const e of t.set){const t=d(a,e,r);if(o=o||null!==t,t)continue e}if(o)return!1}return!0}},8067:(e,t,r)=>{const a=r(2787);e.exports=(e,t)=>new a(e,t).set.map((e=>e.map((e=>e.value)).join(" ").trim().split(" ")))},5966:(e,t,r)=>{const a=r(2787);e.exports=(e,t)=>{try{return new a(e,t).range||"*"}catch(e){return null}}},372:(e,t,r)=>{"use strict";r.d(t,{A:()=>s});var a=r(67);const o=r.n(a)()("dops:analytics");let n,l;window._tkq=window._tkq||[],window.ga=window.ga||function(){(window.ga.q=window.ga.q||[]).push(arguments)},window.ga.l=+new Date;const i={initialize:function(e,t,r){i.setUser(e,t),i.setSuperProps(r),i.identifyUser()},setGoogleAnalyticsEnabled:function(e,t=null){this.googleAnalyticsEnabled=e,this.googleAnalyticsKey=t},setMcAnalyticsEnabled:function(e){this.mcAnalyticsEnabled=e},setUser:function(e,t){l={ID:e,username:t}},setSuperProps:function(e){n=e},assignSuperProps:function(e){n=Object.assign(n||{},e)},mc:{bumpStat:function(e,t){const r=function(e,t){let r="";if("object"==typeof e){for(const t in e)r+="&x_"+encodeURIComponent(t)+"="+encodeURIComponent(e[t]);o("Bumping stats %o",e)}else r="&x_"+encodeURIComponent(e)+"="+encodeURIComponent(t),o('Bumping stat "%s" in group "%s"',t,e);return r}(e,t);i.mcAnalyticsEnabled&&((new Image).src=document.location.protocol+"//pixel.wp.com/g.gif?v=wpcom-no-pv"+r+"&t="+Math.random())},bumpStatWithPageView:function(e,t){const r=function(e,t){let r="";if("object"==typeof e){for(const t in e)r+="&"+encodeURIComponent(t)+"="+encodeURIComponent(e[t]);o("Built stats %o",e)}else r="&"+encodeURIComponent(e)+"="+encodeURIComponent(t),o('Built stat "%s" in group "%s"',t,e);return r}(e,t);i.mcAnalyticsEnabled&&((new Image).src=document.location.protocol+"//pixel.wp.com/g.gif?v=wpcom"+r+"&t="+Math.random())}},pageView:{record:function(e,t){i.tracks.recordPageView(e),i.ga.recordPageView(e,t)}},purchase:{record:function(e,t,r,a,o,n,l){i.ga.recordPurchase(e,t,r,a,o,n,l)}},tracks:{recordEvent:function(e,t){t=t||{},0===e.indexOf("akismet_")||0===e.indexOf("jetpack_")?(n&&(o("- Super Props: %o",n),t=Object.assign(t,n)),o('Record event "%s" called with props %s',e,JSON.stringify(t)),window._tkq.push(["recordEvent",e,t])):o('- Event name must be prefixed by "akismet_" or "jetpack_"')},recordJetpackClick:function(e){const t="object"==typeof e?e:{target:e};i.tracks.recordEvent("jetpack_wpa_click",t)},recordPageView:function(e){i.tracks.recordEvent("akismet_page_view",{path:e})},setOptOut:function(e){o("Pushing setOptOut: %o",e),window._tkq.push(["setOptOut",e])}},ga:{initialized:!1,initialize:function(){let e={};i.ga.initialized||(l&&(e={userId:"u-"+l.ID}),window.ga("create",this.googleAnalyticsKey,"auto",e),i.ga.initialized=!0)},recordPageView:function(e,t){i.ga.initialize(),o("Recording Page View ~ [URL: "+e+"] [Title: "+t+"]"),this.googleAnalyticsEnabled&&(window.ga("set","page",e),window.ga("send",{hitType:"pageview",page:e,title:t}))},recordEvent:function(e,t,r,a){i.ga.initialize();let n="Recording Event ~ [Category: "+e+"] [Action: "+t+"]";void 0!==r&&(n+=" [Option Label: "+r+"]"),void 0!==a&&(n+=" [Option Value: "+a+"]"),o(n),this.googleAnalyticsEnabled&&window.ga("send","event",e,t,r,a)},recordPurchase:function(e,t,r,a,o,n,l){window.ga("require","ecommerce"),window.ga("ecommerce:addTransaction",{id:e,revenue:a,currency:l}),window.ga("ecommerce:addItem",{id:e,name:t,sku:r,price:o,quantity:n}),window.ga("ecommerce:send")}},identifyUser:function(){l&&window._tkq.push(["identifyUser",l.ID,l.username])},setProperties:function(e){window._tkq.push(["setProperties",e])},clearedIdentity:function(){window._tkq.push(["clearIdentity"])}},s=i},1876:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var a=r(3022),o=r(1609),n=r.n(o),l=r(7876);const i=({children:e=null,width:t=null,height:r=null,className:o=""})=>n().createElement("div",{className:(0,a.A)(l.A.placeholder,o),style:{width:t,height:r}},e)},723:(e,t,r)=>{"use strict";r.d(t,{Ay:()=>p});var a=r(1609),o=r.n(a),n=r(5196);const l={"--font-headline-medium":"48px","--font-headline-small":"36px","--font-title-medium":"24px","--font-title-small":"20px","--font-body":"16px","--font-body-small":"14px","--font-body-extra-small":"12px","--font-title-large":"var(--font-headline-small)","--font-label":"var(--font-body-extra-small)"},i={"--jp-black":"#000000","--jp-black-80":"#2c3338","--jp-white":"#ffffff","--jp-white-off":"#f9f9f6","--jp-gray":"#dcdcde","--jp-gray-0":"#F6F7F7","--jp-gray-5":"var(--jp-gray)","--jp-gray-10":"#C3C4C7","--jp-gray-20":"#A7AAAD","--jp-gray-40":"#787C82","--jp-gray-50":"#646970","--jp-gray-60":"#50575E","--jp-gray-70":"#3C434A","--jp-gray-80":"#2C3338","--jp-gray-90":"#1d2327","--jp-gray-off":"#e2e2df","--jp-red-0":"#F7EBEC","--jp-red-5":"#FACFD2","--jp-red-40":"#E65054","--jp-red-50":"#D63638","--jp-red-60":"#B32D2E","--jp-red-70":"#8A2424","--jp-red-80":"#691C1C","--jp-red":"#d63639","--jp-yellow-5":"#F5E6B3","--jp-yellow-10":"#F2CF75","--jp-yellow-20":"#F0C930","--jp-yellow-30":"#DEB100","--jp-yellow-40":"#C08C00","--jp-yellow-50":"#9D6E00","--jp-yellow-60":"#7D5600","--jp-blue-20":"#68B3E8","--jp-blue-40":"#1689DB","--jp-pink":"#C9356E","--jp-green-0":"#f0f2eb","--jp-green-5":"#d0e6b8","--jp-green-10":"#9dd977","--jp-green-20":"#64ca43","--jp-green-30":"#2fb41f","--jp-green-40":"#069e08","--jp-green-50":"#008710","--jp-green-60":"#007117","--jp-green-70":"#005b18","--jp-green-80":"#004515","--jp-green-90":"#003010","--jp-green-100":"#001c09","--jp-green":"#069e08","--jp-green-primary":"var( --jp-green-40 )","--jp-green-secondary":"var( --jp-green-30 )"},s={"--jp-border-radius":"4px","--jp-menu-border-height":"1px","--jp-underline-thickness":"2px"},c={"--spacing-base":"8px"},d={},u=(e,t,r)=>{const a={...l,...i,...s,...c};for(const t in a)e.style.setProperty(t,a[t]);r&&e.classList.add(n.A.global),t&&(d[t]={provided:!0,root:e})},p=({children:e=null,targetDom:t,id:r,withGlobalStyles:n=!0})=>{const l=(0,a.useRef)(),i=d?.[r]?.provided;return(0,a.useLayoutEffect)((()=>{if(!i)return t?u(t,r,n):void(l?.current&&u(l.current,r,n))}),[t,l,i,r,n]),t?o().createElement(o().Fragment,null,e):o().createElement("div",{ref:l},e)}},5985:(e,t,r)=>{"use strict";r.d(t,{$i:()=>a.A,BT:()=>l.A,FB:()=>n.A,Sy:()=>o.Sy,aq:()=>i.aq,d9:()=>o.d9,q7:()=>s.A});var a=r(4972),o=r(2634),n=r(703),l=(r(2034),r(5595)),i=r(3265),s=(r(3489),r(6923));r(5877),r(335),r(8290)},5877:(e,t,r)=>{"use strict";r(1609)},335:(e,t,r)=>{"use strict";r(8468)},4972:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});const a="Jetpack_Editor_Initial_State";function o(){return"object"==typeof window?window?.[a]??null:null}},703:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var a=r(4972);function o(e){const t=(0,a.A)(),r=t?.available_blocks?.[e]?.available??!1,o=t?.available_blocks?.[e]?.unavailable_reason??"unknown";return{available:r,...!r&&{details:t?.available_blocks?.[e]?.details??[],unavailableReason:o}}}},3489:(e,t,r)=>{"use strict";var a=r(372);r(9384),r(8468);const{tracks:o}=a.A,{recordEvent:n}=o},6923:(e,t,r)=>{"use strict";r.d(t,{A:()=>l});var a=r(7143),o=r(8468),n=r(8290);const l=e=>{const{isModuleActive:t,isChangingStatus:r,isLoadingModules:l}=(0,a.useSelect)((t=>{const r=t(n.F);return{isModuleActive:r.isModuleActive(e),isChangingStatus:r.isModuleUpdating(e),isLoadingModules:r.areModulesLoading(e)}}),[e]),{updateJetpackModuleStatus:i}=(0,a.useDispatch)(n.F),s=(0,o.useCallback)((t=>i({name:e,active:t})),[e,i]);return(0,o.useMemo)((()=>({isLoadingModules:l,isChangingStatus:r,isModuleActive:t,changeStatus:s})),[l,r,t,s])}},7105:(e,t,r)=>{"use strict";r.d(t,{Ay:()=>u,E9:()=>d});var a=r(7143),o=r(2634),n=r(4478),l=r(8290);const i="SET_JETPACK_MODULES";function s(e){return d({isLoading:e})}function c(e,t){return{type:"SET_MODULE_UPDATING",name:e,isUpdating:t}}function d(e){return{type:i,options:e}}const u={updateJetpackModuleStatus:function*(e){try{yield c(e.name,!0),yield(0,n.sB)(e);const t=yield(0,n.wz)();return yield d({data:t}),!0}catch{const e=(0,a.select)(l.F).getJetpackModules();return yield d(e),!1}finally{yield c(e.name,!1)}},setJetpackModules:d,fetchModules:function*(){if((0,o.Sy)())return!0;try{yield s(!0);const e=yield(0,n.wz)();return yield d({data:e}),!0}catch{const e=(0,a.select)(l.F).getJetpackModules();return yield d(e),!1}finally{yield s(!1)}}}},4478:(e,t,r)=>{"use strict";r.d(t,{Ay:()=>c,sB:()=>s,wz:()=>i});var a=r(1455),o=r.n(a);const n="FETCH_JETPACK_MODULES",l="UPDATE_JETPACK_MODULE_STATUS",i=()=>({type:n}),s=e=>({type:l,settings:e}),c={[n]:function(){return o()({path:"/jetpack/v4/module/all",method:"GET"})},[l]:function({settings:e}){return o()({path:`/jetpack/v4/module/${e.name}/active`,method:"POST",data:{active:e.active}})}}},8290:(e,t,r)=>{"use strict";r.d(t,{F:()=>c});var a=r(7143),o=r(7105),n=r(4478),l=r(8862),i=r(2701),s=r(1640);const c="jetpack-modules",d=(0,a.createReduxStore)(c,{reducer:l.A,actions:o.Ay,controls:n.Ay,resolvers:i.A,selectors:s.A});(0,a.register)(d);const u=window?.Initial_State?.getModules||window?.Jetpack_Editor_Initial_State?.modules||null;null!==u&&(0,a.dispatch)(c).setJetpackModules({data:{...u}})},8862:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});const a={isLoading:!1,isUpdating:{},data:{}},o=(e=a,t)=>{switch(t.type){case"SET_JETPACK_MODULES":return{...e,...t.options};case"SET_MODULE_UPDATING":return{...e,isUpdating:{...e.isUpdating,[t.name]:t.isUpdating}}}return e}},2701:(e,t,r)=>{"use strict";r.d(t,{A:()=>n});var a=r(7105),o=r(4478);const n={getJetpackModules:function*(){try{const e=yield(0,o.wz)();if(e)return(0,a.E9)({data:e})}catch(e){console.error(e)}}}},1640:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var a=r(2634);const o={getJetpackModules:e=>e.data,isModuleActive:(e,t)=>(0,a.Sy)()||(e?.data?.[t]?.activated??!1),areModulesLoading:e=>e.isLoading??!1,isModuleUpdating:(e,t)=>e?.isUpdating?.[t]??!1}},3265:(e,t,r)=>{"use strict";r.d(t,{aq:()=>o});var a=r(7723);r(3832),r(6087);const __=a.__;function o(e,t){return"missing_plan"===e&&t.required_plan}__("Upgrade your plan to use video covers","jetpack-forms"),__("Upgrade your plan to upload audio","jetpack-forms")},2034:(e,t,r)=>{"use strict";r(2279)},2634:(e,t,r)=>{"use strict";function a(){return"object"==typeof window&&"string"==typeof window._currentSiteType?window._currentSiteType:null}function o(){return"simple"===a()}function n(){return"atomic"===a()}r.d(t,{Sy:()=>o,d9:()=>n})},5595:(e,t,r)=>{"use strict";r.d(t,{A:()=>l});var a=r(6072),o=r.n(a),n=r(9491);const l=e=>(0,n.createHigherOrderComponent)((t=>r=>React.createElement(t,o()({},r,{className:r.name===e?"has-warning is-interactive":r.className}))),"withHasWarningIsInteractiveClassNames")},8575:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var a=r(7723);const __=a.__,o={subject:{type:"string",default:window.jpFormsBlocks?.defaults?.subject||""},to:{type:"string",default:window.jpFormsBlocks?.defaults?.to||""},customThankyou:{type:"string",default:""},customThankyouHeading:{type:"string",default:__("Your message has been sent","jetpack-forms")},customThankyouMessage:{type:"string",default:""},customThankyouRedirect:{type:"string",default:""},jetpackCRM:{type:"boolean",default:!0},formTitle:{type:"string",default:""},salesforceData:{type:"object",default:{organizationId:"",sendToSalesforce:!1}}}},1013:(e,t,r)=>{"use strict";r.d(t,{P:()=>B});var a=r(4997),o=r(6427),n=r(7723),l=r(2663),i=r(4066),s=r(2065),c=r(6087),d=r(1978),u=r(9958),p=r(4697),m=r(565),f=r(4506),h=r(3052),b=r(358),k=r(5700),g=r(5214),E=r(7817),C=r(9787),R=r(1663),v=r(6691),j=r(9771),y=r(1097);const __=n.__,_x=n._x,A={apiVersion:3,category:"contact-form",supports:{reusable:!1,html:!1},attributes:{label:{type:"string",default:null},required:{type:"boolean",default:!1},requiredText:{type:"string"},options:{type:"array",default:[]},defaultValue:{type:"string",default:""},placeholder:{type:"string",default:""},id:{type:"string",default:""},width:{type:"number",default:100},borderRadius:{type:"number",default:""},borderWidth:{type:"number",default:""},labelFontSize:{type:"string"},fieldFontSize:{type:"string"},lineHeight:{type:"number"},labelLineHeight:{type:"number"},inputColor:{type:"string"},labelColor:{type:"string"},fieldBackgroundColor:{type:"string"},buttonBackgroundColor:{type:"string"},buttonBorderRadius:{type:"number",default:""},buttonBorderWidth:{type:"number",default:""},borderColor:{type:"string"},shareFieldAttributes:{type:"boolean",default:!0}},transforms:{to:[{type:"block",blocks:["jetpack/field-text"],transform:e=>(0,a.createBlock)("jetpack/field-text",e)},{type:"block",blocks:["jetpack/field-name"],transform:e=>(0,a.createBlock)("jetpack/field-name",e)},{type:"block",blocks:["jetpack/field-email"],transform:e=>(0,a.createBlock)("jetpack/field-email",e)},{type:"block",blocks:["jetpack/field-url"],transform:e=>(0,a.createBlock)("jetpack/field-url",e)},{type:"block",blocks:["jetpack/field-date"],transform:e=>(0,a.createBlock)("jetpack/field-date",e)},{type:"block",blocks:["jetpack/field-telephone"],transform:e=>(0,a.createBlock)("jetpack/field-telephone",e)},{type:"block",blocks:["jetpack/field-textarea"],transform:e=>(0,a.createBlock)("jetpack/field-textarea",e)},{type:"block",blocks:["jetpack/field-checkbox-multiple"],transform:(e,t)=>{let r=[];if((0,c.isEmpty)(t))e.options?.length&&(r=(0,c.map)(e.options,(e=>(0,a.createBlock)("jetpack/field-option-checkbox",{label:e,fieldType:"checkbox"}))));else{const e=(0,c.filter)(t,(({name:e})=>(0,c.startsWith)(e,"jetpack/field-option")));r=(0,c.map)(e,(e=>(0,a.createBlock)("jetpack/field-option-checkbox",{label:e.attributes.label,fieldType:"checkbox"})))}return(0,a.createBlock)("jetpack/field-checkbox-multiple",e,r)}},{type:"block",blocks:["jetpack/field-radio"],transform:(e,t)=>{let r=[];if((0,c.isEmpty)(t))e.options?.length&&(r=(0,c.map)(e.options,(e=>(0,a.createBlock)("jetpack/field-option-radio",{label:e,fieldType:"radio"}))));else{const e=(0,c.filter)(t,(({name:e})=>(0,c.startsWith)(e,"jetpack/field-option")));r=(0,c.map)(e,(e=>(0,a.createBlock)("jetpack/field-option-radio",{label:e.attributes.label,fieldType:"radio"})))}return(0,a.createBlock)("jetpack/field-radio",e,r)}},{type:"block",blocks:["jetpack/field-select"],transform:(e,t)=>{if(!(0,c.isEmpty)(t)){const r=(0,c.filter)(t,(({name:e})=>(0,c.startsWith)(e,"jetpack/field-option")));e.options=(0,c.map)(r,(e=>e.attributes.label))}return e.options=e.options?.length?e.options:[""],(0,a.createBlock)("jetpack/field-select",e)}},{type:"block",blocks:["jetpack/field-consent"],transform:e=>(0,a.createBlock)("jetpack/field-consent",e)},{type:"block",blocks:["jetpack/field-checkbox"],transform:e=>(0,a.createBlock)("jetpack/field-checkbox",e)}]},save:()=>null,example:{}},w=e=>({attributes:{...A.attributes,label:{type:"string",default:"checkbox"===e?"Choose several options":"Choose one option"}},migrate:t=>{const r=`jetpack/field-option-${e}`,o=(0,c.filter)(t.options,(e=>!(0,c.isEmpty)((0,c.trim)(e)))),n=(0,c.map)(o,(e=>(0,a.createBlock)(r,{label:e})));return t.options=[],[t,n]},isEligible:e=>e.options&&(0,c.filter)(e.options,(e=>!(0,c.isEmpty)((0,c.trim)(e)))).length,save:()=>null}),x=e=>t=>((0,R.DR)(t),React.createElement(d.A,{clientId:t.clientId,type:e,label:(0,v.A)(t.attributes,t.name),required:t.attributes.required,requiredText:t.attributes.requiredText,setAttributes:t.setAttributes,isSelected:t.isSelected,defaultValue:t.attributes.defaultValue,placeholder:t.attributes.placeholder,id:t.attributes.id,width:t.attributes.width,attributes:t.attributes})),B=[{name:"field-text",settings:{...A,title:__("Text Input Field","jetpack-forms"),description:__("Collect short text responses from site visitors.","jetpack-forms"),icon:(0,y.A)(React.createElement(o.Path,{fill:(0,C.V)(),d:"M12 7H4V8.5H12V7ZM19.75 17.25V10.75H4.25V17.25H19.75ZM5.75 15.75V12.25H18.25V15.75H5.75Z"})),edit:x("text"),attributes:{...A.attributes,label:{type:"string",default:"Text"}}}},{name:"field-name",settings:{...A,title:__("Name Field","jetpack-forms"),description:__("Collect the site visitor’s name.","jetpack-forms"),icon:(0,y.A)(React.createElement(o.Path,{fill:(0,C.V)(),d:"M8.25 11.5C9.63071 11.5 10.75 10.3807 10.75 9C10.75 7.61929 9.63071 6.5 8.25 6.5C6.86929 6.5 5.75 7.61929 5.75 9C5.75 10.3807 6.86929 11.5 8.25 11.5ZM8.25 10C8.80228 10 9.25 9.55228 9.25 9C9.25 8.44772 8.80228 8 8.25 8C7.69772 8 7.25 8.44772 7.25 9C7.25 9.55228 7.69772 10 8.25 10ZM13 15.5V17.5H11.5V15.5C11.5 14.8096 10.9404 14.25 10.25 14.25H6.25C5.55964 14.25 5 14.8096 5 15.5V17.5H3.5V15.5C3.5 13.9812 4.73122 12.75 6.25 12.75H10.25C11.7688 12.75 13 13.9812 13 15.5ZM20.5 11H14.5V9.5H20.5V11ZM20.5 14.5H14.5V13H20.5V14.5Z"})),edit:x("text"),attributes:{...A.attributes,label:{type:"string",default:"Name"}}}},{name:"field-email",settings:{...A,title:__("Email Field","jetpack-forms"),keywords:[__("e-mail","jetpack-forms"),__("mail","jetpack-forms"),"email"],description:__("Collect email addresses from your visitors.","jetpack-forms"),icon:React.createElement(o.Icon,{icon:l.A,style:{fill:(0,C.V)()}}),edit:x("email"),attributes:{...A.attributes,label:{type:"string",default:"Email"}}}},{name:"field-url",settings:{...A,title:__("Website Field","jetpack-forms"),keywords:[__("url","jetpack-forms"),__("internet page","jetpack-forms"),__("link","jetpack-forms"),__("website","jetpack-forms")],description:__("Collect a website address from your site visitors.","jetpack-forms"),icon:React.createElement(o.Icon,{icon:i.A,style:{fill:(0,C.V)()}}),edit:x("url"),attributes:{...A.attributes,label:{type:"string",default:__("Website","jetpack-forms")}}}},{name:"field-date",settings:{...A,title:__("Date Picker","jetpack-forms"),keywords:[__("Calendar","jetpack-forms"),_x("day month year","block search term","jetpack-forms")],description:__("Capture date information with a date picker.","jetpack-forms"),icon:(0,y.A)(React.createElement(o.Path,{fill:(0,C.V)(),fillRule:"evenodd",d:"M4.5 7H19.5V19C19.5 19.2761 19.2761 19.5 19 19.5H5C4.72386 19.5 4.5 19.2761 4.5 19V7ZM3 5V7V19C3 20.1046 3.89543 21 5 21H19C20.1046 21 21 20.1046 21 19V7V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5ZM11 9.25H7V13.25H11V9.25Z"})),edit:m.A,attributes:{...A.attributes,label:{type:"string",default:"Date"},dateFormat:{type:"string",default:"yy-mm-dd"}}}},{name:"field-telephone",settings:{...A,title:__("Phone Number Field","jetpack-forms"),keywords:[__("Phone","jetpack-forms"),__("Cellular phone","jetpack-forms"),__("Mobile","jetpack-forms")],description:__("Collect phone numbers from site visitors.","jetpack-forms"),icon:React.createElement(o.Icon,{icon:s.A,style:{fill:(0,C.V)()}}),edit:x("tel"),attributes:{...A.attributes,label:{type:"string",default:"Phone"}}}},{name:"field-textarea",settings:{...A,title:__("Multi-line Text Field","jetpack-forms"),keywords:[__("Textarea","jetpack-forms"),"textarea",__("Multiline text","jetpack-forms")],description:__("Capture longform text responses from site visitors.","jetpack-forms"),icon:(0,y.A)(React.createElement(o.Path,{fill:(0,C.V)(),d:"M20 5H4V6.5H20V5ZM5.5 11.5H18.5V18.5H5.5V11.5ZM20 20V10H4V20H20Z"})),edit:e=>((0,R.DR)(e),React.createElement(E.A,{clientId:e.clientId,label:e.attributes.label,required:e.attributes.required,requiredText:e.attributes.requiredText,attributes:e.attributes,setAttributes:e.setAttributes,isSelected:e.isSelected,defaultValue:e.attributes.defaultValue,placeholder:e.attributes.placeholder,id:e.attributes.id,width:e.attributes.width})),attributes:{...A.attributes}}},{name:"field-checkbox",settings:{...A,title:__("Checkbox","jetpack-forms"),keywords:[__("Confirm","jetpack-forms"),__("Accept","jetpack-forms")],description:__("Confirm or select information with a single checkbox.","jetpack-forms"),icon:(0,y.A)(React.createElement(o.Path,{fill:(0,C.V)(),fillRule:"evenodd",d:"M6.125 6H17.875C17.944 6 18 6.05596 18 6.125V17.875C18 17.944 17.944 18 17.875 18H6.125C6.05596 18 6 17.944 6 17.875V6.125C6 6.05596 6.05596 6 6.125 6ZM4.5 6.125C4.5 5.22754 5.22754 4.5 6.125 4.5H17.875C18.7725 4.5 19.5 5.22754 19.5 6.125V17.875C19.5 18.7725 18.7725 19.5 17.875 19.5H6.125C5.22754 19.5 4.5 18.7725 4.5 17.875V6.125ZM10.5171 16.4421L16.5897 8.71335L15.4103 7.78662L10.4828 14.0579L8.57616 11.7698L7.42383 12.7301L10.5171 16.4421Z"})),edit:e=>((0,R.DR)(e),React.createElement(u.A,{clientId:e.clientId,label:e.attributes.label,required:e.attributes.required,requiredText:e.attributes.requiredText,setAttributes:e.setAttributes,isSelected:e.isSelected,defaultValue:e.attributes.defaultValue,id:e.attributes.id,width:e.attributes.width,attributes:e.attributes})),attributes:{...A.attributes,label:{type:"string",default:""}}}},{name:"field-consent",settings:{...A,title:__("Terms Consent","jetpack-forms"),keywords:[__("Consent","jetpack-forms")],description:__("Communicate site terms and offer visitors consent to those terms.","jetpack-forms"),icon:(0,y.A)(React.createElement(React.Fragment,null,React.createElement(o.Path,{fill:(0,C.V)(),d:"M7 5.5H17C17.2761 5.5 17.5 5.72386 17.5 6V13H19V6C19 4.89543 18.1046 4 17 4H7C5.89543 4 5 4.89543 5 6V18C5 19.1046 5.89543 20 7 20H11.5V18.5H7C6.72386 18.5 6.5 18.2761 6.5 18V6C6.5 5.72386 6.72386 5.5 7 5.5ZM16 7.75H8V9.25H16V7.75ZM8 11H13V12.5H8V11Z"}),React.createElement(o.Path,{fill:(0,C.V)(),d:"M20.1087 15.9382L15.9826 21.6689L12.959 18.5194L14.0411 17.4806L15.8175 19.331L18.8914 15.0618L20.1087 15.9382Z"}))),attributes:{...A.attributes,label:{type:"string",default:__("Consent","jetpack-forms")},consentType:{type:"string",default:"implicit"},implicitConsentMessage:{type:"string",default:__("By submitting your information, you're giving us permission to email you. You may unsubscribe at any time.","jetpack-forms")},explicitConsentMessage:{type:"string",default:__("Can we send you an email from time to time?","jetpack-forms")}},edit:({attributes:e,clientId:t,isSelected:r,name:a,setAttributes:o})=>{(0,R.DR)({attributes:e,clientId:t,name:a});const{id:n,width:l,consentType:i,implicitConsentMessage:s,explicitConsentMessage:c}=e;return React.createElement(p.A,{clientId:t,id:n,isSelected:r,width:l,consentType:i,implicitConsentMessage:s,explicitConsentMessage:c,setAttributes:o,attributes:e})}}},{name:k.A.name,settings:(0,j.A)(A,{...k.A.settings,deprecated:[w("radio")]})},g.A,{name:h.A.name,settings:(0,j.A)(A,{...h.A.settings,deprecated:[w("checkbox")]})},b.A,{name:"field-select",settings:{...A,title:__("Dropdown Field","jetpack-forms"),keywords:[__("Choose","jetpack-forms"),__("Dropdown","jetpack-forms"),__("Option","jetpack-forms")],description:__("Add a compact select box, that when expanded, allows visitors to choose one value from the list.","jetpack-forms"),icon:(0,y.A)(React.createElement(o.Path,{fill:(0,C.V)(),d:"M5 4.5H19C19.2761 4.5 19.5 4.72386 19.5 5V19C19.5 19.2761 19.2761 19.5 19 19.5H5C4.72386 19.5 4.5 19.2761 4.5 19V5C4.5 4.72386 4.72386 4.5 5 4.5ZM19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3ZM8.93582 10.1396L8.06396 11.3602L11.9999 14.1716L15.9358 11.3602L15.064 10.1396L11.9999 12.3283L8.93582 10.1396Z"})),edit:f.A,attributes:{...A.attributes,toggleLabel:{type:"string",default:null},options:{type:"array",default:[""]}}}}]},8799:(e,t,r)=>{"use strict";r.d(t,{A:()=>l});var a=r(6427),o=r(7723),n=r(1097);const __=o.__,l=({required:e,onClick:t})=>React.createElement(a.ToolbarGroup,null,React.createElement(a.ToolbarButton,{title:__("Required","jetpack-forms"),icon:(0,n.A)(React.createElement(a.Path,{d:"M8.23118 8L16 16M8 16L15.7688 8 M6.5054 11.893L17.6567 11.9415M12.0585 17.6563L12 6.5",stroke:"currentColor"})),onClick:t,className:e?"is-pressed":void 0}))},615:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var a=r(6072),o=r.n(a),n=r(3022),l=r(9789);const i=({children:e=null,isError:t=!1,...r})=>{const a=(0,n.A)("help-message",{"help-message-is-error":t});return e&&React.createElement("div",o()({className:a},r),t&&React.createElement(l.A,{size:"24","aria-hidden":"true",role:"img",focusable:"false"}),React.createElement("span",null,e))}},599:(e,t,r)=>{"use strict";function a({children:e}){return React.createElement("p",{style:{color:"rgba( 117, 117, 117, 1 )",marginBottom:"24px"}},e)}r.d(t,{A:()=>a})},3373:(e,t,r)=>{"use strict";r.d(t,{o:()=>l});var a=r(6427),o=r(7723),n=r(5620);const __=o.__,l=({changeStatus:e,isLoading:t,isModuleActive:r})=>React.createElement(a.Placeholder,{icon:n.W.icon,instructions:__("You’ll need to activate the Contact Form feature to use this block.","jetpack-forms"),label:n.W.title},React.createElement(a.Button,{disabled:r||t,isBusy:t,onClick:()=>e(!0),variant:"secondary"},t?__("Activating Contact Form","jetpack-forms"):__("Activate Contact Form","jetpack-forms",0)))},1465:(e,t,r)=>{"use strict";r.d(t,{A:()=>n});var a=r(1876),o=r(6427);const n=function(){return React.createElement(o.Placeholder,null,React.createElement(o.Flex,{gap:2,direction:"column",style:{width:"100%"}},React.createElement(o.Flex,{gap:4},React.createElement(o.FlexItem,null,React.createElement(a.A,{width:30,height:30})),React.createElement(o.FlexBlock,null,React.createElement(a.A,{width:"90%",height:30}))),React.createElement(o.Flex,{style:{marginTop:12}},React.createElement(o.FlexBlock,null,React.createElement(a.A,{height:30,width:"60%"}))),React.createElement(o.Flex,{style:{marginTop:12}},React.createElement(o.FlexBlock,null,React.createElement(a.A,{width:150,height:50}))),React.createElement(o.Flex,{style:{marginTop:18}},React.createElement(o.FlexBlock,null,React.createElement(a.A,{width:"90%",height:16})))))}},5345:(e,t,r)=>{"use strict";r.d(t,{A:()=>l});var a=r(6427),o=r(8468),n=r(7723);const __=n.__,l=({error:e})=>React.createElement(a.Notice,{isDismissible:!1,status:"error"},(0,o.createInterpolateElement)(__('The CRM Jetpack Form extension failed to activate. The error message was "".',"jetpack-forms"),{error:React.createElement("span",null,e)}))},2842:(e,t,r)=>{"use strict";r.d(t,{A:()=>u});var a=r(1455),o=r.n(a),n=r(6427),l=r(7723),i=r(5345);const __=l.__,s=({isActivatingExt:e,setIsActivatingExt:t,extActivationError:r,setExtActivationError:a,crmData:l,setCRMData:s})=>{const c=((e,t,r,a)=>()=>{t(void 0),e(!0),o()({path:"/jetpack/v4/jetpack_crm",method:"POST",data:{extension:"jetpackforms"}}).then((e=>{if("success"!==e.code)throw new Error(e.code);const t=Object.assign({},r);t.jp_form_ext_enabled=!0,a(t)})).catch((e=>{t(e.message)})).finally((()=>{e(!1)}))})(t,a,l,s);return e?React.createElement(n.Spinner,null):r?React.createElement(i.A,{error:r}):React.createElement(n.Button,{variant:"secondary",onClick:c},__("Enable Jetpack Forms Extension","jetpack-forms"))},c=()=>React.createElement("p",{className:"jetpack-contact-form__crm_text"},__("A site administrator must enable the CRM Jetpack Forms extension.","jetpack-forms")),d=()=>React.createElement("p",{className:"jetpack-contact-form__crm_text"},__("You can integrate this contact form with Jetpack CRM by enabling Jetpack CRM's Jetpack Forms extension.","jetpack-forms")),u=({isActivatingExt:e,setIsActivatingExt:t,extActivationError:r,setExtActivationError:a,crmData:o,setCRMData:n})=>o.can_activate_extension?React.createElement("div",null,React.createElement(d,null),React.createElement("br",null),React.createElement(s,{isActivatingExt:e,setIsActivatingExt:t,extActivationError:r,setExtActivationError:a,crmData:o,setCRMData:n})):React.createElement(c,null)},3912:(e,t,r)=>{"use strict";r.d(t,{A:()=>k});var a=r(6427),o=r(8468),n=r(7723),l=r(8265),i=r.n(l),s=r(1620),c=r(2842);const __=n.__,d=Object.freeze({ACTIVE:1,INSTALLED:2,NOT_INSTALLED:3}),u=()=>React.createElement("p",{className:"jetpack-contact-form__crm_text"},__("The Jetpack CRM plugin is installed but has an invalid version.","jetpack-forms")),p=()=>React.createElement("p",{className:"jetpack-contact-form__crm_text"},__("Please update to the latest version of the Jetpack CRM plugin to integrate your contact form with your CRM.","jetpack-forms")),m=({isActivating:e})=>{const t=e?__("Activating…","jetpack-forms"):__("Installing…","jetpack-forms",0);return React.createElement(a.Button,{variant:"secondary",icon:React.createElement(a.Icon,{style:{animation:"rotation 2s infinite linear"},icon:"update"}),disabled:!0,"aria-label":t},t)},f=({installAndActivateCRMPlugin:e,isInstalling:t})=>{let r=React.createElement(a.Button,{variant:"secondary",onClick:e},__("Install Jetpack CRM","jetpack-forms"));return t&&(r=React.createElement(m,null)),React.createElement("p",{className:"jetpack-contact-form__crm_text jetpack-contact-form__integration-panel"},React.createElement("em",{style:{color:"rgba(38, 46, 57, 0.7)"}},__("You can save contacts from Jetpack contact forms in Jetpack CRM.","jetpack-forms"),React.createElement("br",null),r))},h=({activateCRMPlugin:e,isInstalling:t})=>React.createElement("p",{className:"jetpack-contact-form__crm_text jetpack-contact-form__integration-panel"},React.createElement("em",null,__("You already have the Jetpack CRM plugin installed, but it’s not activated.","jetpack-forms")),React.createElement("br",null),t&&React.createElement(m,{isActivating:!0}),!t&&React.createElement(a.Button,{variant:"secondary",onClick:e},__("Activate the Jetpack CRM plugin","jetpack-forms"))),b=({crmData:e,setCRMData:t,jetpackCRM:r,setAttributes:n})=>{const[l,s]=(0,o.useState)(!1),[d,u]=(0,o.useState)(!1);return e.jp_form_ext_enabled?i().satisfies(i().coerce(e.crm_version),"3.0.19 - 4.0.0")?React.createElement("p",{className:"jetpack-contact-form__crm_text"},__("Contacts from this form will be stored in Jetpack CRM.","jetpack-forms")):React.createElement(a.ToggleControl,{className:"jetpack-contact-form__crm_toggle",label:__("Jetpack CRM","jetpack-forms"),checked:r,onChange:e=>n({jetpackCRM:e}),help:__("Store contact form submissions in your CRM.","jetpack-forms"),__nextHasNoMarginBottom:!0}):React.createElement(c.A,{isActivatingExt:l,setIsActivatingExt:s,extActivationError:d,setExtActivationError:u,crmData:e,setCRMData:t})},k=({crmData:e,setCRMData:t,jetpackCRM:r,setAttributes:a,onCRMPluginClick:o,isInstalling:n})=>{const l=i().coerce(e.crm_version);if(e.crm_installed&&!l)return React.createElement(u,null);if(e.crm_installed&&i().lt(l,"4.9.1"))return React.createElement(p,null);let c=d.NOT_INSTALLED;return e.crm_active?c=d.ACTIVE:e.crm_installed&&(c=d.INSTALLED),React.createElement("div",{"aria-live":"polite"},d.ACTIVE===c&&React.createElement(b,{crmData:e,setCRMData:t,jetpackCRM:r,setAttributes:a}),d.INSTALLED===c&&React.createElement(h,{activateCRMPlugin:()=>o(s.Bf,"zero-bs-crm/ZeroBSCRM"),isInstalling:n}),d.NOT_INSTALLED===c&&React.createElement(f,{installAndActivateCRMPlugin:()=>o(s.pj,"zero-bs-crm"),isInstalling:n}))}},186:(e,t,r)=>{"use strict";r.d(t,{A:()=>d});var a=r(1455),o=r.n(a),n=r(6427),l=r(8468),i=r(3912);const s=(e,t,r)=>{o()({path:"/jetpack/v4/jetpack_crm"}).then((r=>{if(r.error)throw r.message;e(!1),t(r)})).catch((()=>e(!0))).finally((()=>r(!1)))},c=({jetpackCRM:e,setAttributes:t})=>{const[r,a]=(0,l.useState)(!0),[o,c]=(0,l.useState)(!1),[d,u]=(0,l.useState)(),[p,m]=(0,l.useState)(!1),f=(0,l.useCallback)(((e,t)=>{m(!0),e(t).catch((()=>{c(!0)})).finally((()=>{m(!1),a(!0),s(c,u,a)}))}),[m,c,a]);return(0,l.useEffect)((()=>{s(c,u,a)}),[]),r?React.createElement(n.Spinner,null):o?null:React.createElement(i.A,{crmData:d,setCRMData:u,jetpackCRM:e,setAttributes:t,onCRMPluginClick:f,isInstalling:p})},d=({jetpackCRM:e,setAttributes:t})=>React.createElement(n.BaseControl,{__nextHasNoMarginBottom:!0},React.createElement(c,{jetpackCRM:e,setAttributes:t}))},7309:(e,t,r)=>{"use strict";r.d(t,{A:()=>c});var a=r(6427),o=r(8468),n=r(7723),l=r(9904),i=r(615),s=r(599);const __=n.__,c=({emailAddress:e="",emailSubject:t="",instanceId:r,setAttributes:c,postAuthorEmail:d})=>{const[u,p]=(0,o.useState)(!1),m=e=>0!==(e=e.trim()).length&&(!l.validate(e)&&{email:e});return React.createElement(React.Fragment,null,React.createElement(s.A,null,__("Get incoming form responses sent to your email inbox:","jetpack-forms")),React.createElement(a.TextControl,{"aria-describedby":`contact-form-${r}-email-${u&&u.length>0?"error":"help"}`,label:__("Email address to send to","jetpack-forms"),placeholder:__("name@example.com","jetpack-forms"),onKeyDown:e=>{"Enter"===event.key&&(e.preventDefault(),e.stopPropagation())},value:e,onBlur:e=>{if(0===e.target.value.length)return p(!1),void c({to:d});const t=e.target.value.split(",").map(m).filter(Boolean);t&&t.length&&p(t)},onChange:e=>{p(!1),c({to:e.trim()})},help:__("You can enter multiple email addresses separated by commas.","jetpack-forms"),__nextHasNoMarginBottom:!0}),React.createElement(i.A,{isError:!0,id:`contact-form-${r}-email-error`},(()=>{if(u){if(1===u.length)return u[0]&&u[0].email?(0,n.sprintf)(/* translators: placeholder is an email address. */ +(()=>{var e={2663:(e,t,r)=>{"use strict";r.d(t,{A:()=>n});var a=r(5573),o=r(790);const n=(0,o.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,o.jsx)(a.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M3 7c0-1.1.9-2 2-2h14a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V7Zm2-.5h14c.3 0 .5.2.5.5v1L12 13.5 4.5 7.9V7c0-.3.2-.5.5-.5Zm-.5 3.3V17c0 .3.2.5.5.5h14c.3 0 .5-.2.5-.5V9.8L12 15.4 4.5 9.8Z"})})},4066:(e,t,r)=>{"use strict";r.d(t,{A:()=>n});var a=r(5573),o=r(790);const n=(0,o.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,o.jsx)(a.Path,{d:"M12 3.3c-4.8 0-8.8 3.9-8.8 8.8 0 4.8 3.9 8.8 8.8 8.8 4.8 0 8.8-3.9 8.8-8.8s-4-8.8-8.8-8.8zm6.5 5.5h-2.6C15.4 7.3 14.8 6 14 5c2 .6 3.6 2 4.5 3.8zm.7 3.2c0 .6-.1 1.2-.2 1.8h-2.9c.1-.6.1-1.2.1-1.8s-.1-1.2-.1-1.8H19c.2.6.2 1.2.2 1.8zM12 18.7c-1-.7-1.8-1.9-2.3-3.5h4.6c-.5 1.6-1.3 2.9-2.3 3.5zm-2.6-4.9c-.1-.6-.1-1.1-.1-1.8 0-.6.1-1.2.1-1.8h5.2c.1.6.1 1.1.1 1.8s-.1 1.2-.1 1.8H9.4zM4.8 12c0-.6.1-1.2.2-1.8h2.9c-.1.6-.1 1.2-.1 1.8 0 .6.1 1.2.1 1.8H5c-.2-.6-.2-1.2-.2-1.8zM12 5.3c1 .7 1.8 1.9 2.3 3.5H9.7c.5-1.6 1.3-2.9 2.3-3.5zM10 5c-.8 1-1.4 2.3-1.8 3.8H5.5C6.4 7 8 5.6 10 5zM5.5 15.3h2.6c.4 1.5 1 2.8 1.8 3.7-1.8-.6-3.5-2-4.4-3.7zM14 19c.8-1 1.4-2.2 1.8-3.7h2.6C17.6 17 16 18.4 14 19z"})})},2065:(e,t,r)=>{"use strict";r.d(t,{A:()=>n});var a=r(5573),o=r(790);const n=(0,o.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,o.jsx)(a.Path,{d:"M15 4H9c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h6c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm.5 14c0 .3-.2.5-.5.5H9c-.3 0-.5-.2-.5-.5V6c0-.3.2-.5.5-.5h6c.3 0 .5.2.5.5v12zm-4.5-.5h2V16h-2v1.5z"})})},3407:(e,t,r)=>{"use strict";r.d(t,{A:()=>n});var a=r(5573),o=r(790);const n=(0,o.jsx)(a.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,o.jsx)(a.Path,{d:"M15.5 9.5a1 1 0 100-2 1 1 0 000 2zm0 1.5a2.5 2.5 0 100-5 2.5 2.5 0 000 5zm-2.25 6v-2a2.75 2.75 0 00-2.75-2.75h-4A2.75 2.75 0 003.75 15v2h1.5v-2c0-.69.56-1.25 1.25-1.25h4c.69 0 1.25.56 1.25 1.25v2h1.5zm7-2v2h-1.5v-2c0-.69-.56-1.25-1.25-1.25H15v-1.5h2.5A2.75 2.75 0 0120.25 15zM9.5 8.5a1 1 0 11-2 0 1 1 0 012 0zm1.5 0a2.5 2.5 0 11-5 0 2.5 2.5 0 015 0z",fillRule:"evenodd"})})},9904:(e,t)=>{"use strict";var r=/^[-!#$%&'*+\/0-9=?A-Z^_a-z{|}~](\.?[-!#$%&'*+\/0-9=?A-Z^_a-z`{|}~])*@[a-zA-Z0-9](-*\.?[a-zA-Z0-9])*\.[a-zA-Z](-?[a-zA-Z0-9])+$/;t.validate=function(e){if(!e)return!1;if(e.length>254)return!1;if(!r.test(e))return!1;var t=e.split("@");return!(t[0].length>64)&&!t[1].split(".").some((function(e){return e.length>63}))}},7876:(e,t,r)=>{"use strict";r.d(t,{A:()=>a});const a={placeholder:"NisihrgiIKl_knpYJtfg",pulse:"R2i0K45dEF157drbVRPI"}},5196:(e,t,r)=>{"use strict";r.d(t,{A:()=>a});const a={global:"_fUXxnSp5pagKBp9gSN7"}},7378:e=>{var t=1e3,r=60*t,a=60*r,o=24*a,n=7*o,l=365.25*o;function i(e,t,r,a){var o=t>=1.5*r;return Math.round(e/r)+" "+a+(o?"s":"")}e.exports=function(e,s){s=s||{};var c=typeof e;if("string"===c&&e.length>0)return function(e){if((e=String(e)).length>100)return;var i=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(e);if(!i)return;var s=parseFloat(i[1]);switch((i[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return s*l;case"weeks":case"week":case"w":return s*n;case"days":case"day":case"d":return s*o;case"hours":case"hour":case"hrs":case"hr":case"h":return s*a;case"minutes":case"minute":case"mins":case"min":case"m":return s*r;case"seconds":case"second":case"secs":case"sec":case"s":return s*t;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return s;default:return}}(e);if("number"===c&&isFinite(e))return s.long?function(e){var n=Math.abs(e);if(n>=o)return i(e,n,o,"day");if(n>=a)return i(e,n,a,"hour");if(n>=r)return i(e,n,r,"minute");if(n>=t)return i(e,n,t,"second");return e+" ms"}(e):function(e){var n=Math.abs(e);if(n>=o)return Math.round(e/o)+"d";if(n>=a)return Math.round(e/a)+"h";if(n>=r)return Math.round(e/r)+"m";if(n>=t)return Math.round(e/t)+"s";return e+"ms"}(e);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))}},4172:(e,t,r)=>{const a=Symbol("SemVer ANY");class o{static get ANY(){return a}constructor(e,t){if(t=n(t),e instanceof o){if(e.loose===!!t.loose)return e;e=e.value}e=e.trim().split(/\s+/).join(" "),c("comparator",e,t),this.options=t,this.loose=!!t.loose,this.parse(e),this.semver===a?this.value="":this.value=this.operator+this.semver.version,c("comp",this)}parse(e){const t=this.options.loose?l[i.COMPARATORLOOSE]:l[i.COMPARATOR],r=e.match(t);if(!r)throw new TypeError(`Invalid comparator: ${e}`);this.operator=void 0!==r[1]?r[1]:"","="===this.operator&&(this.operator=""),r[2]?this.semver=new d(r[2],this.options.loose):this.semver=a}toString(){return this.value}test(e){if(c("Comparator.test",e,this.options.loose),this.semver===a||e===a)return!0;if("string"==typeof e)try{e=new d(e,this.options)}catch(e){return!1}return s(e,this.operator,this.semver,this.options)}intersects(e,t){if(!(e instanceof o))throw new TypeError("a Comparator is required");return""===this.operator?""===this.value||new u(e.value,t).test(this.value):""===e.operator?""===e.value||new u(this.value,t).test(e.semver):(!(t=n(t)).includePrerelease||"<0.0.0-0"!==this.value&&"<0.0.0-0"!==e.value)&&(!(!t.includePrerelease&&(this.value.startsWith("<0.0.0")||e.value.startsWith("<0.0.0")))&&(!(!this.operator.startsWith(">")||!e.operator.startsWith(">"))||(!(!this.operator.startsWith("<")||!e.operator.startsWith("<"))||(!(this.semver.version!==e.semver.version||!this.operator.includes("=")||!e.operator.includes("="))||(!!(s(this.semver,"<",e.semver,t)&&this.operator.startsWith(">")&&e.operator.startsWith("<"))||!!(s(this.semver,">",e.semver,t)&&this.operator.startsWith("<")&&e.operator.startsWith(">")))))))}}e.exports=o;const n=r(879),{safeRe:l,t:i}=r(4746),s=r(9019),c=r(4860),d=r(3296),u=r(2787)},2787:(e,t,r)=>{const a=/\s+/g;class o{constructor(e,t){if(t=l(t),e instanceof o)return e.loose===!!t.loose&&e.includePrerelease===!!t.includePrerelease?e:new o(e.raw,t);if(e instanceof i)return this.raw=e.value,this.set=[[e]],this.formatted=void 0,this;if(this.options=t,this.loose=!!t.loose,this.includePrerelease=!!t.includePrerelease,this.raw=e.trim().replace(a," "),this.set=this.raw.split("||").map((e=>this.parseRange(e.trim()))).filter((e=>e.length)),!this.set.length)throw new TypeError(`Invalid SemVer Range: ${this.raw}`);if(this.set.length>1){const e=this.set[0];if(this.set=this.set.filter((e=>!k(e[0]))),0===this.set.length)this.set=[e];else if(this.set.length>1)for(const e of this.set)if(1===e.length&&g(e[0])){this.set=[e];break}}this.formatted=void 0}get range(){if(void 0===this.formatted){this.formatted="";for(let e=0;e0&&(this.formatted+="||");const t=this.set[e];for(let e=0;e0&&(this.formatted+=" "),this.formatted+=t[e].toString().trim()}}return this.formatted}format(){return this.range}toString(){return this.range}parseRange(e){const t=((this.options.includePrerelease&&h)|(this.options.loose&&b))+":"+e,r=n.get(t);if(r)return r;const a=this.options.loose,o=a?d[u.HYPHENRANGELOOSE]:d[u.HYPHENRANGE];e=e.replace(o,_(this.options.includePrerelease)),s("hyphen replace",e),e=e.replace(d[u.COMPARATORTRIM],p),s("comparator trim",e),e=e.replace(d[u.TILDETRIM],m),s("tilde trim",e),e=e.replace(d[u.CARETTRIM],f),s("caret trim",e);let l=e.split(" ").map((e=>C(e,this.options))).join(" ").split(/\s+/).map((e=>S(e,this.options)));a&&(l=l.filter((e=>(s("loose invalid filter",e,this.options),!!e.match(d[u.COMPARATORLOOSE]))))),s("range list",l);const c=new Map,g=l.map((e=>new i(e,this.options)));for(const e of g){if(k(e))return[e];c.set(e.value,e)}c.size>1&&c.has("")&&c.delete("");const E=[...c.values()];return n.set(t,E),E}intersects(e,t){if(!(e instanceof o))throw new TypeError("a Range is required");return this.set.some((r=>E(r,t)&&e.set.some((e=>E(e,t)&&r.every((r=>e.every((e=>r.intersects(e,t)))))))))}test(e){if(!e)return!1;if("string"==typeof e)try{e=new c(e,this.options)}catch(e){return!1}for(let t=0;t"<0.0.0-0"===e.value,g=e=>""===e.value,E=(e,t)=>{let r=!0;const a=e.slice();let o=a.pop();for(;r&&a.length;)r=a.every((e=>o.intersects(e,t))),o=a.pop();return r},C=(e,t)=>(s("comp",e,t),e=y(e,t),s("caret",e),e=v(e,t),s("tildes",e),e=w(e,t),s("xrange",e),e=B(e,t),s("stars",e),e),R=e=>!e||"x"===e.toLowerCase()||"*"===e,v=(e,t)=>e.trim().split(/\s+/).map((e=>j(e,t))).join(" "),j=(e,t)=>{const r=t.loose?d[u.TILDELOOSE]:d[u.TILDE];return e.replace(r,((t,r,a,o,n)=>{let l;return s("tilde",e,t,r,a,o,n),R(r)?l="":R(a)?l=`>=${r}.0.0 <${+r+1}.0.0-0`:R(o)?l=`>=${r}.${a}.0 <${r}.${+a+1}.0-0`:n?(s("replaceTilde pr",n),l=`>=${r}.${a}.${o}-${n} <${r}.${+a+1}.0-0`):l=`>=${r}.${a}.${o} <${r}.${+a+1}.0-0`,s("tilde return",l),l}))},y=(e,t)=>e.trim().split(/\s+/).map((e=>A(e,t))).join(" "),A=(e,t)=>{s("caret",e,t);const r=t.loose?d[u.CARETLOOSE]:d[u.CARET],a=t.includePrerelease?"-0":"";return e.replace(r,((t,r,o,n,l)=>{let i;return s("caret",e,t,r,o,n,l),R(r)?i="":R(o)?i=`>=${r}.0.0${a} <${+r+1}.0.0-0`:R(n)?i="0"===r?`>=${r}.${o}.0${a} <${r}.${+o+1}.0-0`:`>=${r}.${o}.0${a} <${+r+1}.0.0-0`:l?(s("replaceCaret pr",l),i="0"===r?"0"===o?`>=${r}.${o}.${n}-${l} <${r}.${o}.${+n+1}-0`:`>=${r}.${o}.${n}-${l} <${r}.${+o+1}.0-0`:`>=${r}.${o}.${n}-${l} <${+r+1}.0.0-0`):(s("no pr"),i="0"===r?"0"===o?`>=${r}.${o}.${n}${a} <${r}.${o}.${+n+1}-0`:`>=${r}.${o}.${n}${a} <${r}.${+o+1}.0-0`:`>=${r}.${o}.${n} <${+r+1}.0.0-0`),s("caret return",i),i}))},w=(e,t)=>(s("replaceXRanges",e,t),e.split(/\s+/).map((e=>x(e,t))).join(" ")),x=(e,t)=>{e=e.trim();const r=t.loose?d[u.XRANGELOOSE]:d[u.XRANGE];return e.replace(r,((r,a,o,n,l,i)=>{s("xRange",e,r,a,o,n,l,i);const c=R(o),d=c||R(n),u=d||R(l),p=u;return"="===a&&p&&(a=""),i=t.includePrerelease?"-0":"",c?r=">"===a||"<"===a?"<0.0.0-0":"*":a&&p?(d&&(n=0),l=0,">"===a?(a=">=",d?(o=+o+1,n=0,l=0):(n=+n+1,l=0)):"<="===a&&(a="<",d?o=+o+1:n=+n+1),"<"===a&&(i="-0"),r=`${a+o}.${n}.${l}${i}`):d?r=`>=${o}.0.0${i} <${+o+1}.0.0-0`:u&&(r=`>=${o}.${n}.0${i} <${o}.${+n+1}.0-0`),s("xRange return",r),r}))},B=(e,t)=>(s("replaceStars",e,t),e.trim().replace(d[u.STAR],"")),S=(e,t)=>(s("replaceGTE0",e,t),e.trim().replace(d[t.includePrerelease?u.GTE0PRE:u.GTE0],"")),_=e=>(t,r,a,o,n,l,i,s,c,d,u,p)=>`${r=R(a)?"":R(o)?`>=${a}.0.0${e?"-0":""}`:R(n)?`>=${a}.${o}.0${e?"-0":""}`:l?`>=${r}`:`>=${r}${e?"-0":""}`} ${s=R(c)?"":R(d)?`<${+c+1}.0.0-0`:R(u)?`<${c}.${+d+1}.0-0`:p?`<=${c}.${d}.${u}-${p}`:e?`<${c}.${d}.${+u+1}-0`:`<=${s}`}`.trim(),I=(e,t,r)=>{for(let r=0;r0){const a=e[r].semver;if(a.major===t.major&&a.minor===t.minor&&a.patch===t.patch)return!0}return!1}return!0}},3296:(e,t,r)=>{const a=r(4860),{MAX_LENGTH:o,MAX_SAFE_INTEGER:n}=r(246),{safeRe:l,t:i}=r(4746),s=r(879),{compareIdentifiers:c}=r(487);class d{constructor(e,t){if(t=s(t),e instanceof d){if(e.loose===!!t.loose&&e.includePrerelease===!!t.includePrerelease)return e;e=e.version}else if("string"!=typeof e)throw new TypeError(`Invalid version. Must be a string. Got type "${typeof e}".`);if(e.length>o)throw new TypeError(`version is longer than ${o} characters`);a("SemVer",e,t),this.options=t,this.loose=!!t.loose,this.includePrerelease=!!t.includePrerelease;const r=e.trim().match(t.loose?l[i.LOOSE]:l[i.FULL]);if(!r)throw new TypeError(`Invalid Version: ${e}`);if(this.raw=e,this.major=+r[1],this.minor=+r[2],this.patch=+r[3],this.major>n||this.major<0)throw new TypeError("Invalid major version");if(this.minor>n||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>n||this.patch<0)throw new TypeError("Invalid patch version");r[4]?this.prerelease=r[4].split(".").map((e=>{if(/^[0-9]+$/.test(e)){const t=+e;if(t>=0&&t=0;)"number"==typeof this.prerelease[a]&&(this.prerelease[a]++,a=-2);if(-1===a){if(t===this.prerelease.join(".")&&!1===r)throw new Error("invalid increment argument: identifier already exists");this.prerelease.push(e)}}if(t){let a=[t,e];!1===r&&(a=[t]),0===c(this.prerelease[0],t)?isNaN(this.prerelease[1])&&(this.prerelease=a):this.prerelease=a}break}default:throw new Error(`invalid increment argument: ${e}`)}return this.raw=this.format(),this.build.length&&(this.raw+=`+${this.build.join(".")}`),this}}e.exports=d},2322:(e,t,r)=>{const a=r(5788);e.exports=(e,t)=>{const r=a(e.trim().replace(/^[=v]+/,""),t);return r?r.version:null}},9019:(e,t,r)=>{const a=r(9250),o=r(6723),n=r(9272),l=r(6453),i=r(3356),s=r(9116);e.exports=(e,t,r,c)=>{switch(t){case"===":return"object"==typeof e&&(e=e.version),"object"==typeof r&&(r=r.version),e===r;case"!==":return"object"==typeof e&&(e=e.version),"object"==typeof r&&(r=r.version),e!==r;case"":case"=":case"==":return a(e,r,c);case"!=":return o(e,r,c);case">":return n(e,r,c);case">=":return l(e,r,c);case"<":return i(e,r,c);case"<=":return s(e,r,c);default:throw new TypeError(`Invalid operator: ${t}`)}}},1854:(e,t,r)=>{const a=r(3296),o=r(5788),{safeRe:n,t:l}=r(4746);e.exports=(e,t)=>{if(e instanceof a)return e;if("number"==typeof e&&(e=String(e)),"string"!=typeof e)return null;let r=null;if((t=t||{}).rtl){const a=t.includePrerelease?n[l.COERCERTLFULL]:n[l.COERCERTL];let o;for(;(o=a.exec(e))&&(!r||r.index+r[0].length!==e.length);)r&&o.index+o[0].length===r.index+r[0].length||(r=o),a.lastIndex=o.index+o[1].length+o[2].length;a.lastIndex=-1}else r=e.match(t.includePrerelease?n[l.COERCEFULL]:n[l.COERCE]);if(null===r)return null;const i=r[2],s=r[3]||"0",c=r[4]||"0",d=t.includePrerelease&&r[5]?`-${r[5]}`:"",u=t.includePrerelease&&r[6]?`+${r[6]}`:"";return o(`${i}.${s}.${c}${d}${u}`,t)}},8201:(e,t,r)=>{const a=r(3296);e.exports=(e,t,r)=>{const o=new a(e,r),n=new a(t,r);return o.compare(n)||o.compareBuild(n)}},2471:(e,t,r)=>{const a=r(4940);e.exports=(e,t)=>a(e,t,!0)},4940:(e,t,r)=>{const a=r(3296);e.exports=(e,t,r)=>new a(e,r).compare(new a(t,r))},844:(e,t,r)=>{const a=r(5788);e.exports=(e,t)=>{const r=a(e,null,!0),o=a(t,null,!0),n=r.compare(o);if(0===n)return null;const l=n>0,i=l?r:o,s=l?o:r,c=!!i.prerelease.length;if(!!s.prerelease.length&&!c)return s.patch||s.minor?i.patch?"patch":i.minor?"minor":"major":"major";const d=c?"pre":"";return r.major!==o.major?d+"major":r.minor!==o.minor?d+"minor":r.patch!==o.patch?d+"patch":"prerelease"}},9250:(e,t,r)=>{const a=r(4940);e.exports=(e,t,r)=>0===a(e,t,r)},9272:(e,t,r)=>{const a=r(4940);e.exports=(e,t,r)=>a(e,t,r)>0},6453:(e,t,r)=>{const a=r(4940);e.exports=(e,t,r)=>a(e,t,r)>=0},6619:(e,t,r)=>{const a=r(3296);e.exports=(e,t,r,o,n)=>{"string"==typeof r&&(n=o,o=r,r=void 0);try{return new a(e instanceof a?e.version:e,r).inc(t,o,n).version}catch(e){return null}}},3356:(e,t,r)=>{const a=r(4940);e.exports=(e,t,r)=>a(e,t,r)<0},9116:(e,t,r)=>{const a=r(4940);e.exports=(e,t,r)=>a(e,t,r)<=0},3566:(e,t,r)=>{const a=r(3296);e.exports=(e,t)=>new a(e,t).major},2186:(e,t,r)=>{const a=r(3296);e.exports=(e,t)=>new a(e,t).minor},6723:(e,t,r)=>{const a=r(4940);e.exports=(e,t,r)=>0!==a(e,t,r)},5788:(e,t,r)=>{const a=r(3296);e.exports=(e,t,r=!1)=>{if(e instanceof a)return e;try{return new a(e,t)}catch(e){if(!r)return null;throw e}}},6313:(e,t,r)=>{const a=r(3296);e.exports=(e,t)=>new a(e,t).patch},965:(e,t,r)=>{const a=r(5788);e.exports=(e,t)=>{const r=a(e,t);return r&&r.prerelease.length?r.prerelease:null}},8998:(e,t,r)=>{const a=r(4940);e.exports=(e,t,r)=>a(t,e,r)},1753:(e,t,r)=>{const a=r(8201);e.exports=(e,t)=>e.sort(((e,r)=>a(r,e,t)))},6146:(e,t,r)=>{const a=r(2787);e.exports=(e,t,r)=>{try{t=new a(t,r)}catch(e){return!1}return t.test(e)}},5123:(e,t,r)=>{const a=r(8201);e.exports=(e,t)=>e.sort(((e,r)=>a(e,r,t)))},9141:(e,t,r)=>{const a=r(5788);e.exports=(e,t)=>{const r=a(e,t);return r?r.version:null}},8265:(e,t,r)=>{const a=r(4746),o=r(246),n=r(3296),l=r(487),i=r(5788),s=r(9141),c=r(2322),d=r(6619),u=r(844),p=r(3566),m=r(2186),f=r(6313),h=r(965),b=r(4940),k=r(8998),g=r(2471),E=r(8201),C=r(5123),R=r(1753),v=r(9272),j=r(3356),y=r(9250),A=r(6723),w=r(6453),x=r(9116),B=r(9019),S=r(1854),_=r(4172),I=r(2787),N=r(6146),P=r(8067),L=r(7064),M=r(3410),F=r(8761),T=r(5966),$=r(6207),O=r(7095),V=r(3250),H=r(6160),D=r(8417),q=r(2620);e.exports={parse:i,valid:s,clean:c,inc:d,diff:u,major:p,minor:m,patch:f,prerelease:h,compare:b,rcompare:k,compareLoose:g,compareBuild:E,sort:C,rsort:R,gt:v,lt:j,eq:y,neq:A,gte:w,lte:x,cmp:B,coerce:S,Comparator:_,Range:I,satisfies:N,toComparators:P,maxSatisfying:L,minSatisfying:M,minVersion:F,validRange:T,outside:$,gtr:O,ltr:V,intersects:H,simplifyRange:D,subset:q,SemVer:n,re:a.re,src:a.src,tokens:a.t,SEMVER_SPEC_VERSION:o.SEMVER_SPEC_VERSION,RELEASE_TYPES:o.RELEASE_TYPES,compareIdentifiers:l.compareIdentifiers,rcompareIdentifiers:l.rcompareIdentifiers}},246:e=>{const t=Number.MAX_SAFE_INTEGER||9007199254740991;e.exports={MAX_LENGTH:256,MAX_SAFE_COMPONENT_LENGTH:16,MAX_SAFE_BUILD_LENGTH:250,MAX_SAFE_INTEGER:t,RELEASE_TYPES:["major","premajor","minor","preminor","patch","prepatch","prerelease"],SEMVER_SPEC_VERSION:"2.0.0",FLAG_INCLUDE_PRERELEASE:1,FLAG_LOOSE:2}},4860:e=>{const t="object"==typeof process&&process.env&&process.env.NODE_DEBUG&&/\bsemver\b/i.test(process.env.NODE_DEBUG)?(...e)=>console.error("SEMVER",...e):()=>{};e.exports=t},487:e=>{const t=/^[0-9]+$/,r=(e,r)=>{const a=t.test(e),o=t.test(r);return a&&o&&(e=+e,r=+r),e===r?0:a&&!o?-1:o&&!a?1:er(t,e)}},7582:e=>{e.exports=class{constructor(){this.max=1e3,this.map=new Map}get(e){const t=this.map.get(e);return void 0===t?void 0:(this.map.delete(e),this.map.set(e,t),t)}delete(e){return this.map.delete(e)}set(e,t){if(!this.delete(e)&&void 0!==t){if(this.map.size>=this.max){const e=this.map.keys().next().value;this.delete(e)}this.map.set(e,t)}return this}}},879:e=>{const t=Object.freeze({loose:!0}),r=Object.freeze({});e.exports=e=>e?"object"!=typeof e?t:e:r},4746:(e,t,r)=>{const{MAX_SAFE_COMPONENT_LENGTH:a,MAX_SAFE_BUILD_LENGTH:o,MAX_LENGTH:n}=r(246),l=r(4860),i=(t=e.exports={}).re=[],s=t.safeRe=[],c=t.src=[],d=t.t={};let u=0;const p="[a-zA-Z0-9-]",m=[["\\s",1],["\\d",n],[p,o]],f=(e,t,r)=>{const a=(e=>{for(const[t,r]of m)e=e.split(`${t}*`).join(`${t}{0,${r}}`).split(`${t}+`).join(`${t}{1,${r}}`);return e})(t),o=u++;l(e,o,t),d[e]=o,c[o]=t,i[o]=new RegExp(t,r?"g":void 0),s[o]=new RegExp(a,r?"g":void 0)};f("NUMERICIDENTIFIER","0|[1-9]\\d*"),f("NUMERICIDENTIFIERLOOSE","\\d+"),f("NONNUMERICIDENTIFIER",`\\d*[a-zA-Z-]${p}*`),f("MAINVERSION",`(${c[d.NUMERICIDENTIFIER]})\\.(${c[d.NUMERICIDENTIFIER]})\\.(${c[d.NUMERICIDENTIFIER]})`),f("MAINVERSIONLOOSE",`(${c[d.NUMERICIDENTIFIERLOOSE]})\\.(${c[d.NUMERICIDENTIFIERLOOSE]})\\.(${c[d.NUMERICIDENTIFIERLOOSE]})`),f("PRERELEASEIDENTIFIER",`(?:${c[d.NUMERICIDENTIFIER]}|${c[d.NONNUMERICIDENTIFIER]})`),f("PRERELEASEIDENTIFIERLOOSE",`(?:${c[d.NUMERICIDENTIFIERLOOSE]}|${c[d.NONNUMERICIDENTIFIER]})`),f("PRERELEASE",`(?:-(${c[d.PRERELEASEIDENTIFIER]}(?:\\.${c[d.PRERELEASEIDENTIFIER]})*))`),f("PRERELEASELOOSE",`(?:-?(${c[d.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${c[d.PRERELEASEIDENTIFIERLOOSE]})*))`),f("BUILDIDENTIFIER",`${p}+`),f("BUILD",`(?:\\+(${c[d.BUILDIDENTIFIER]}(?:\\.${c[d.BUILDIDENTIFIER]})*))`),f("FULLPLAIN",`v?${c[d.MAINVERSION]}${c[d.PRERELEASE]}?${c[d.BUILD]}?`),f("FULL",`^${c[d.FULLPLAIN]}$`),f("LOOSEPLAIN",`[v=\\s]*${c[d.MAINVERSIONLOOSE]}${c[d.PRERELEASELOOSE]}?${c[d.BUILD]}?`),f("LOOSE",`^${c[d.LOOSEPLAIN]}$`),f("GTLT","((?:<|>)?=?)"),f("XRANGEIDENTIFIERLOOSE",`${c[d.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`),f("XRANGEIDENTIFIER",`${c[d.NUMERICIDENTIFIER]}|x|X|\\*`),f("XRANGEPLAIN",`[v=\\s]*(${c[d.XRANGEIDENTIFIER]})(?:\\.(${c[d.XRANGEIDENTIFIER]})(?:\\.(${c[d.XRANGEIDENTIFIER]})(?:${c[d.PRERELEASE]})?${c[d.BUILD]}?)?)?`),f("XRANGEPLAINLOOSE",`[v=\\s]*(${c[d.XRANGEIDENTIFIERLOOSE]})(?:\\.(${c[d.XRANGEIDENTIFIERLOOSE]})(?:\\.(${c[d.XRANGEIDENTIFIERLOOSE]})(?:${c[d.PRERELEASELOOSE]})?${c[d.BUILD]}?)?)?`),f("XRANGE",`^${c[d.GTLT]}\\s*${c[d.XRANGEPLAIN]}$`),f("XRANGELOOSE",`^${c[d.GTLT]}\\s*${c[d.XRANGEPLAINLOOSE]}$`),f("COERCEPLAIN",`(^|[^\\d])(\\d{1,${a}})(?:\\.(\\d{1,${a}}))?(?:\\.(\\d{1,${a}}))?`),f("COERCE",`${c[d.COERCEPLAIN]}(?:$|[^\\d])`),f("COERCEFULL",c[d.COERCEPLAIN]+`(?:${c[d.PRERELEASE]})?`+`(?:${c[d.BUILD]})?(?:$|[^\\d])`),f("COERCERTL",c[d.COERCE],!0),f("COERCERTLFULL",c[d.COERCEFULL],!0),f("LONETILDE","(?:~>?)"),f("TILDETRIM",`(\\s*)${c[d.LONETILDE]}\\s+`,!0),t.tildeTrimReplace="$1~",f("TILDE",`^${c[d.LONETILDE]}${c[d.XRANGEPLAIN]}$`),f("TILDELOOSE",`^${c[d.LONETILDE]}${c[d.XRANGEPLAINLOOSE]}$`),f("LONECARET","(?:\\^)"),f("CARETTRIM",`(\\s*)${c[d.LONECARET]}\\s+`,!0),t.caretTrimReplace="$1^",f("CARET",`^${c[d.LONECARET]}${c[d.XRANGEPLAIN]}$`),f("CARETLOOSE",`^${c[d.LONECARET]}${c[d.XRANGEPLAINLOOSE]}$`),f("COMPARATORLOOSE",`^${c[d.GTLT]}\\s*(${c[d.LOOSEPLAIN]})$|^$`),f("COMPARATOR",`^${c[d.GTLT]}\\s*(${c[d.FULLPLAIN]})$|^$`),f("COMPARATORTRIM",`(\\s*)${c[d.GTLT]}\\s*(${c[d.LOOSEPLAIN]}|${c[d.XRANGEPLAIN]})`,!0),t.comparatorTrimReplace="$1$2$3",f("HYPHENRANGE",`^\\s*(${c[d.XRANGEPLAIN]})\\s+-\\s+(${c[d.XRANGEPLAIN]})\\s*$`),f("HYPHENRANGELOOSE",`^\\s*(${c[d.XRANGEPLAINLOOSE]})\\s+-\\s+(${c[d.XRANGEPLAINLOOSE]})\\s*$`),f("STAR","(<|>)?=?\\s*\\*"),f("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$"),f("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")},7095:(e,t,r)=>{const a=r(6207);e.exports=(e,t,r)=>a(e,t,">",r)},6160:(e,t,r)=>{const a=r(2787);e.exports=(e,t,r)=>(e=new a(e,r),t=new a(t,r),e.intersects(t,r))},3250:(e,t,r)=>{const a=r(6207);e.exports=(e,t,r)=>a(e,t,"<",r)},7064:(e,t,r)=>{const a=r(3296),o=r(2787);e.exports=(e,t,r)=>{let n=null,l=null,i=null;try{i=new o(t,r)}catch(e){return null}return e.forEach((e=>{i.test(e)&&(n&&-1!==l.compare(e)||(n=e,l=new a(n,r)))})),n}},3410:(e,t,r)=>{const a=r(3296),o=r(2787);e.exports=(e,t,r)=>{let n=null,l=null,i=null;try{i=new o(t,r)}catch(e){return null}return e.forEach((e=>{i.test(e)&&(n&&1!==l.compare(e)||(n=e,l=new a(n,r)))})),n}},8761:(e,t,r)=>{const a=r(3296),o=r(2787),n=r(9272);e.exports=(e,t)=>{e=new o(e,t);let r=new a("0.0.0");if(e.test(r))return r;if(r=new a("0.0.0-0"),e.test(r))return r;r=null;for(let t=0;t{const t=new a(e.semver.version);switch(e.operator){case">":0===t.prerelease.length?t.patch++:t.prerelease.push(0),t.raw=t.format();case"":case">=":l&&!n(t,l)||(l=t);break;case"<":case"<=":break;default:throw new Error(`Unexpected operation: ${e.operator}`)}})),!l||r&&!n(r,l)||(r=l)}return r&&e.test(r)?r:null}},6207:(e,t,r)=>{const a=r(3296),o=r(4172),{ANY:n}=o,l=r(2787),i=r(6146),s=r(9272),c=r(3356),d=r(9116),u=r(6453);e.exports=(e,t,r,p)=>{let m,f,h,b,k;switch(e=new a(e,p),t=new l(t,p),r){case">":m=s,f=d,h=c,b=">",k=">=";break;case"<":m=c,f=u,h=s,b="<",k="<=";break;default:throw new TypeError('Must provide a hilo val of "<" or ">"')}if(i(e,t,p))return!1;for(let r=0;r{e.semver===n&&(e=new o(">=0.0.0")),l=l||e,i=i||e,m(e.semver,l.semver,p)?l=e:h(e.semver,i.semver,p)&&(i=e)})),l.operator===b||l.operator===k)return!1;if((!i.operator||i.operator===b)&&f(e,i.semver))return!1;if(i.operator===k&&h(e,i.semver))return!1}return!0}},8417:(e,t,r)=>{const a=r(6146),o=r(4940);e.exports=(e,t,r)=>{const n=[];let l=null,i=null;const s=e.sort(((e,t)=>o(e,t,r)));for(const e of s){a(e,t,r)?(i=e,l||(l=e)):(i&&n.push([l,i]),i=null,l=null)}l&&n.push([l,null]);const c=[];for(const[e,t]of n)e===t?c.push(e):t||e!==s[0]?t?e===s[0]?c.push(`<=${t}`):c.push(`${e} - ${t}`):c.push(`>=${e}`):c.push("*");const d=c.join(" || "),u="string"==typeof t.raw?t.raw:String(t);return d.length{const a=r(2787),o=r(4172),{ANY:n}=o,l=r(6146),i=r(4940),s=[new o(">=0.0.0-0")],c=[new o(">=0.0.0")],d=(e,t,r)=>{if(e===t)return!0;if(1===e.length&&e[0].semver===n){if(1===t.length&&t[0].semver===n)return!0;e=r.includePrerelease?s:c}if(1===t.length&&t[0].semver===n){if(r.includePrerelease)return!0;t=c}const a=new Set;let o,d,m,f,h,b,k;for(const t of e)">"===t.operator||">="===t.operator?o=u(o,t,r):"<"===t.operator||"<="===t.operator?d=p(d,t,r):a.add(t.semver);if(a.size>1)return null;if(o&&d){if(m=i(o.semver,d.semver,r),m>0)return null;if(0===m&&(">="!==o.operator||"<="!==d.operator))return null}for(const e of a){if(o&&!l(e,String(o),r))return null;if(d&&!l(e,String(d),r))return null;for(const a of t)if(!l(e,String(a),r))return!1;return!0}let g=!(!d||r.includePrerelease||!d.semver.prerelease.length)&&d.semver,E=!(!o||r.includePrerelease||!o.semver.prerelease.length)&&o.semver;g&&1===g.prerelease.length&&"<"===d.operator&&0===g.prerelease[0]&&(g=!1);for(const e of t){if(k=k||">"===e.operator||">="===e.operator,b=b||"<"===e.operator||"<="===e.operator,o)if(E&&e.semver.prerelease&&e.semver.prerelease.length&&e.semver.major===E.major&&e.semver.minor===E.minor&&e.semver.patch===E.patch&&(E=!1),">"===e.operator||">="===e.operator){if(f=u(o,e,r),f===e&&f!==o)return!1}else if(">="===o.operator&&!l(o.semver,String(e),r))return!1;if(d)if(g&&e.semver.prerelease&&e.semver.prerelease.length&&e.semver.major===g.major&&e.semver.minor===g.minor&&e.semver.patch===g.patch&&(g=!1),"<"===e.operator||"<="===e.operator){if(h=p(d,e,r),h===e&&h!==d)return!1}else if("<="===d.operator&&!l(d.semver,String(e),r))return!1;if(!e.operator&&(d||o)&&0!==m)return!1}return!(o&&b&&!d&&0!==m)&&(!(d&&k&&!o&&0!==m)&&(!E&&!g))},u=(e,t,r)=>{if(!e)return t;const a=i(e.semver,t.semver,r);return a>0?e:a<0||">"===t.operator&&">="===e.operator?t:e},p=(e,t,r)=>{if(!e)return t;const a=i(e.semver,t.semver,r);return a<0?e:a>0||"<"===t.operator&&"<="===e.operator?t:e};e.exports=(e,t,r={})=>{if(e===t)return!0;e=new a(e,r),t=new a(t,r);let o=!1;e:for(const a of e.set){for(const e of t.set){const t=d(a,e,r);if(o=o||null!==t,t)continue e}if(o)return!1}return!0}},8067:(e,t,r)=>{const a=r(2787);e.exports=(e,t)=>new a(e,t).set.map((e=>e.map((e=>e.value)).join(" ").trim().split(" ")))},5966:(e,t,r)=>{const a=r(2787);e.exports=(e,t)=>{try{return new a(e,t).range||"*"}catch(e){return null}}},372:(e,t,r)=>{"use strict";r.d(t,{A:()=>s});var a=r(67);const o=r.n(a)()("dops:analytics");let n,l;window._tkq=window._tkq||[],window.ga=window.ga||function(){(window.ga.q=window.ga.q||[]).push(arguments)},window.ga.l=+new Date;const i={initialize:function(e,t,r){i.setUser(e,t),i.setSuperProps(r),i.identifyUser()},setGoogleAnalyticsEnabled:function(e,t=null){this.googleAnalyticsEnabled=e,this.googleAnalyticsKey=t},setMcAnalyticsEnabled:function(e){this.mcAnalyticsEnabled=e},setUser:function(e,t){l={ID:e,username:t}},setSuperProps:function(e){n=e},assignSuperProps:function(e){n=Object.assign(n||{},e)},mc:{bumpStat:function(e,t){const r=function(e,t){let r="";if("object"==typeof e){for(const t in e)r+="&x_"+encodeURIComponent(t)+"="+encodeURIComponent(e[t]);o("Bumping stats %o",e)}else r="&x_"+encodeURIComponent(e)+"="+encodeURIComponent(t),o('Bumping stat "%s" in group "%s"',t,e);return r}(e,t);i.mcAnalyticsEnabled&&((new Image).src=document.location.protocol+"//pixel.wp.com/g.gif?v=wpcom-no-pv"+r+"&t="+Math.random())},bumpStatWithPageView:function(e,t){const r=function(e,t){let r="";if("object"==typeof e){for(const t in e)r+="&"+encodeURIComponent(t)+"="+encodeURIComponent(e[t]);o("Built stats %o",e)}else r="&"+encodeURIComponent(e)+"="+encodeURIComponent(t),o('Built stat "%s" in group "%s"',t,e);return r}(e,t);i.mcAnalyticsEnabled&&((new Image).src=document.location.protocol+"//pixel.wp.com/g.gif?v=wpcom"+r+"&t="+Math.random())}},pageView:{record:function(e,t){i.tracks.recordPageView(e),i.ga.recordPageView(e,t)}},purchase:{record:function(e,t,r,a,o,n,l){i.ga.recordPurchase(e,t,r,a,o,n,l)}},tracks:{recordEvent:function(e,t){t=t||{},0===e.indexOf("akismet_")||0===e.indexOf("jetpack_")?(n&&(o("- Super Props: %o",n),t=Object.assign(t,n)),o('Record event "%s" called with props %s',e,JSON.stringify(t)),window._tkq.push(["recordEvent",e,t])):o('- Event name must be prefixed by "akismet_" or "jetpack_"')},recordJetpackClick:function(e){const t="object"==typeof e?e:{target:e};i.tracks.recordEvent("jetpack_wpa_click",t)},recordPageView:function(e){i.tracks.recordEvent("akismet_page_view",{path:e})},setOptOut:function(e){o("Pushing setOptOut: %o",e),window._tkq.push(["setOptOut",e])}},ga:{initialized:!1,initialize:function(){let e={};i.ga.initialized||(l&&(e={userId:"u-"+l.ID}),window.ga("create",this.googleAnalyticsKey,"auto",e),i.ga.initialized=!0)},recordPageView:function(e,t){i.ga.initialize(),o("Recording Page View ~ [URL: "+e+"] [Title: "+t+"]"),this.googleAnalyticsEnabled&&(window.ga("set","page",e),window.ga("send",{hitType:"pageview",page:e,title:t}))},recordEvent:function(e,t,r,a){i.ga.initialize();let n="Recording Event ~ [Category: "+e+"] [Action: "+t+"]";void 0!==r&&(n+=" [Option Label: "+r+"]"),void 0!==a&&(n+=" [Option Value: "+a+"]"),o(n),this.googleAnalyticsEnabled&&window.ga("send","event",e,t,r,a)},recordPurchase:function(e,t,r,a,o,n,l){window.ga("require","ecommerce"),window.ga("ecommerce:addTransaction",{id:e,revenue:a,currency:l}),window.ga("ecommerce:addItem",{id:e,name:t,sku:r,price:o,quantity:n}),window.ga("ecommerce:send")}},identifyUser:function(){l&&window._tkq.push(["identifyUser",l.ID,l.username])},setProperties:function(e){window._tkq.push(["setProperties",e])},clearedIdentity:function(){window._tkq.push(["clearIdentity"])}},s=i},1876:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var a=r(3022),o=r(1609),n=r.n(o),l=r(7876);const i=({children:e=null,width:t=null,height:r=null,className:o=""})=>n().createElement("div",{className:(0,a.A)(l.A.placeholder,o),style:{width:t,height:r}},e)},723:(e,t,r)=>{"use strict";r.d(t,{Ay:()=>p});var a=r(1609),o=r.n(a),n=r(5196);const l={"--font-headline-medium":"48px","--font-headline-small":"36px","--font-title-medium":"24px","--font-title-small":"20px","--font-body":"16px","--font-body-small":"14px","--font-body-extra-small":"12px","--font-title-large":"var(--font-headline-small)","--font-label":"var(--font-body-extra-small)"},i={"--jp-black":"#000000","--jp-black-80":"#2c3338","--jp-white":"#ffffff","--jp-white-off":"#f9f9f6","--jp-gray":"#dcdcde","--jp-gray-0":"#F6F7F7","--jp-gray-5":"var(--jp-gray)","--jp-gray-10":"#C3C4C7","--jp-gray-20":"#A7AAAD","--jp-gray-40":"#787C82","--jp-gray-50":"#646970","--jp-gray-60":"#50575E","--jp-gray-70":"#3C434A","--jp-gray-80":"#2C3338","--jp-gray-90":"#1d2327","--jp-gray-off":"#e2e2df","--jp-red-0":"#F7EBEC","--jp-red-5":"#FACFD2","--jp-red-40":"#E65054","--jp-red-50":"#D63638","--jp-red-60":"#B32D2E","--jp-red-70":"#8A2424","--jp-red-80":"#691C1C","--jp-red":"#d63639","--jp-yellow-5":"#F5E6B3","--jp-yellow-10":"#F2CF75","--jp-yellow-20":"#F0C930","--jp-yellow-30":"#DEB100","--jp-yellow-40":"#C08C00","--jp-yellow-50":"#9D6E00","--jp-yellow-60":"#7D5600","--jp-blue-20":"#68B3E8","--jp-blue-40":"#1689DB","--jp-pink":"#C9356E","--jp-green-0":"#f0f2eb","--jp-green-5":"#d0e6b8","--jp-green-10":"#9dd977","--jp-green-20":"#64ca43","--jp-green-30":"#2fb41f","--jp-green-40":"#069e08","--jp-green-50":"#008710","--jp-green-60":"#007117","--jp-green-70":"#005b18","--jp-green-80":"#004515","--jp-green-90":"#003010","--jp-green-100":"#001c09","--jp-green":"#069e08","--jp-green-primary":"var( --jp-green-40 )","--jp-green-secondary":"var( --jp-green-30 )"},s={"--jp-border-radius":"4px","--jp-menu-border-height":"1px","--jp-underline-thickness":"2px"},c={"--spacing-base":"8px"},d={},u=(e,t,r)=>{const a={...l,...i,...s,...c};for(const t in a)e.style.setProperty(t,a[t]);r&&e.classList.add(n.A.global),t&&(d[t]={provided:!0,root:e})},p=({children:e=null,targetDom:t,id:r,withGlobalStyles:n=!0})=>{const l=(0,a.useRef)(),i=d?.[r]?.provided;return(0,a.useLayoutEffect)((()=>{if(!i)return t?u(t,r,n):void(l?.current&&u(l.current,r,n))}),[t,l,i,r,n]),t?o().createElement(o().Fragment,null,e):o().createElement("div",{ref:l},e)}},5985:(e,t,r)=>{"use strict";r.d(t,{$i:()=>a.A,FB:()=>n.A,Sy:()=>o.Sy,aq:()=>l.aq,d9:()=>o.d9,q7:()=>i.A});var a=r(4972),o=r(2634),n=r(703),l=(r(2034),r(3265)),i=(r(3489),r(6923));r(5877),r(335),r(8290)},5877:(e,t,r)=>{"use strict";r(1609)},335:(e,t,r)=>{"use strict";r(8468)},4972:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});const a="Jetpack_Editor_Initial_State";function o(){return"object"==typeof window?window?.[a]??null:null}},703:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var a=r(4972);function o(e){const t=(0,a.A)(),r=t?.available_blocks?.[e]?.available??!1,o=t?.available_blocks?.[e]?.unavailable_reason??"unknown";return{available:r,...!r&&{details:t?.available_blocks?.[e]?.details??[],unavailableReason:o}}}},3489:(e,t,r)=>{"use strict";var a=r(372);r(9384),r(8468);const{tracks:o}=a.A,{recordEvent:n}=o},6923:(e,t,r)=>{"use strict";r.d(t,{A:()=>l});var a=r(7143),o=r(8468),n=r(8290);const l=e=>{const{isModuleActive:t,isChangingStatus:r,isLoadingModules:l}=(0,a.useSelect)((t=>{const r=t(n.F);return{isModuleActive:r.isModuleActive(e),isChangingStatus:r.isModuleUpdating(e),isLoadingModules:r.areModulesLoading(e)}}),[e]),{updateJetpackModuleStatus:i}=(0,a.useDispatch)(n.F),s=(0,o.useCallback)((t=>i({name:e,active:t})),[e,i]);return(0,o.useMemo)((()=>({isLoadingModules:l,isChangingStatus:r,isModuleActive:t,changeStatus:s})),[l,r,t,s])}},7105:(e,t,r)=>{"use strict";r.d(t,{Ay:()=>u,E9:()=>d});var a=r(7143),o=r(2634),n=r(4478),l=r(8290);const i="SET_JETPACK_MODULES";function s(e){return d({isLoading:e})}function c(e,t){return{type:"SET_MODULE_UPDATING",name:e,isUpdating:t}}function d(e){return{type:i,options:e}}const u={updateJetpackModuleStatus:function*(e){try{yield c(e.name,!0),yield(0,n.sB)(e);const t=yield(0,n.wz)();return yield d({data:t}),!0}catch{const e=(0,a.select)(l.F).getJetpackModules();return yield d(e),!1}finally{yield c(e.name,!1)}},setJetpackModules:d,fetchModules:function*(){if((0,o.Sy)())return!0;try{yield s(!0);const e=yield(0,n.wz)();return yield d({data:e}),!0}catch{const e=(0,a.select)(l.F).getJetpackModules();return yield d(e),!1}finally{yield s(!1)}}}},4478:(e,t,r)=>{"use strict";r.d(t,{Ay:()=>c,sB:()=>s,wz:()=>i});var a=r(1455),o=r.n(a);const n="FETCH_JETPACK_MODULES",l="UPDATE_JETPACK_MODULE_STATUS",i=()=>({type:n}),s=e=>({type:l,settings:e}),c={[n]:function(){return o()({path:"/jetpack/v4/module/all",method:"GET"})},[l]:function({settings:e}){return o()({path:`/jetpack/v4/module/${e.name}/active`,method:"POST",data:{active:e.active}})}}},8290:(e,t,r)=>{"use strict";r.d(t,{F:()=>c});var a=r(7143),o=r(7105),n=r(4478),l=r(8862),i=r(2701),s=r(1640);const c="jetpack-modules",d=(0,a.createReduxStore)(c,{reducer:l.A,actions:o.Ay,controls:n.Ay,resolvers:i.A,selectors:s.A});(0,a.register)(d);const u=window?.Initial_State?.getModules||window?.Jetpack_Editor_Initial_State?.modules||null;null!==u&&(0,a.dispatch)(c).setJetpackModules({data:{...u}})},8862:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});const a={isLoading:!1,isUpdating:{},data:{}},o=(e=a,t)=>{switch(t.type){case"SET_JETPACK_MODULES":return{...e,...t.options};case"SET_MODULE_UPDATING":return{...e,isUpdating:{...e.isUpdating,[t.name]:t.isUpdating}}}return e}},2701:(e,t,r)=>{"use strict";r.d(t,{A:()=>n});var a=r(7105),o=r(4478);const n={getJetpackModules:function*(){try{const e=yield(0,o.wz)();if(e)return(0,a.E9)({data:e})}catch(e){console.error(e)}}}},1640:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var a=r(2634);const o={getJetpackModules:e=>e.data,isModuleActive:(e,t)=>(0,a.Sy)()||(e?.data?.[t]?.activated??!1),areModulesLoading:e=>e.isLoading??!1,isModuleUpdating:(e,t)=>e?.isUpdating?.[t]??!1}},3265:(e,t,r)=>{"use strict";r.d(t,{aq:()=>o});var a=r(7723);r(3832),r(6087);const __=a.__;function o(e,t){return"missing_plan"===e&&t.required_plan}__("Upgrade your plan to use video covers","jetpack-forms"),__("Upgrade your plan to upload audio","jetpack-forms")},2034:(e,t,r)=>{"use strict";r(2279)},2634:(e,t,r)=>{"use strict";function a(){return"object"==typeof window&&"string"==typeof window._currentSiteType?window._currentSiteType:null}function o(){return"simple"===a()}function n(){return"atomic"===a()}r.d(t,{Sy:()=>o,d9:()=>n})},8575:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var a=r(7723);const __=a.__,o={subject:{type:"string",default:window.jpFormsBlocks?.defaults?.subject||""},to:{type:"string",default:window.jpFormsBlocks?.defaults?.to||""},customThankyou:{type:"string",default:""},customThankyouHeading:{type:"string",default:__("Your message has been sent","jetpack-forms")},customThankyouMessage:{type:"string",default:""},customThankyouRedirect:{type:"string",default:""},jetpackCRM:{type:"boolean",default:!0},formTitle:{type:"string",default:""},salesforceData:{type:"object",default:{organizationId:"",sendToSalesforce:!1}}}},1013:(e,t,r)=>{"use strict";r.d(t,{P:()=>B});var a=r(4997),o=r(6427),n=r(7723),l=r(2663),i=r(4066),s=r(2065),c=r(6087),d=r(1978),u=r(9958),p=r(4697),m=r(565),f=r(4506),h=r(3052),b=r(358),k=r(5700),g=r(5214),E=r(7817),C=r(9787),R=r(1663),v=r(6691),j=r(9771),y=r(1097);const __=n.__,_x=n._x,A={apiVersion:3,category:"contact-form",supports:{reusable:!1,html:!1},attributes:{label:{type:"string",default:null},required:{type:"boolean",default:!1},requiredText:{type:"string"},options:{type:"array",default:[]},defaultValue:{type:"string",default:""},placeholder:{type:"string",default:""},id:{type:"string",default:""},width:{type:"number",default:100},borderRadius:{type:"number",default:""},borderWidth:{type:"number",default:""},labelFontSize:{type:"string"},fieldFontSize:{type:"string"},lineHeight:{type:"number"},labelLineHeight:{type:"number"},inputColor:{type:"string"},labelColor:{type:"string"},fieldBackgroundColor:{type:"string"},buttonBackgroundColor:{type:"string"},buttonBorderRadius:{type:"number",default:""},buttonBorderWidth:{type:"number",default:""},borderColor:{type:"string"},shareFieldAttributes:{type:"boolean",default:!0}},transforms:{to:[{type:"block",blocks:["jetpack/field-text"],transform:e=>(0,a.createBlock)("jetpack/field-text",e)},{type:"block",blocks:["jetpack/field-name"],transform:e=>(0,a.createBlock)("jetpack/field-name",e)},{type:"block",blocks:["jetpack/field-email"],transform:e=>(0,a.createBlock)("jetpack/field-email",e)},{type:"block",blocks:["jetpack/field-url"],transform:e=>(0,a.createBlock)("jetpack/field-url",e)},{type:"block",blocks:["jetpack/field-date"],transform:e=>(0,a.createBlock)("jetpack/field-date",e)},{type:"block",blocks:["jetpack/field-telephone"],transform:e=>(0,a.createBlock)("jetpack/field-telephone",e)},{type:"block",blocks:["jetpack/field-textarea"],transform:e=>(0,a.createBlock)("jetpack/field-textarea",e)},{type:"block",blocks:["jetpack/field-checkbox-multiple"],transform:(e,t)=>{let r=[];if((0,c.isEmpty)(t))e.options?.length&&(r=(0,c.map)(e.options,(e=>(0,a.createBlock)("jetpack/field-option-checkbox",{label:e,fieldType:"checkbox"}))));else{const e=(0,c.filter)(t,(({name:e})=>(0,c.startsWith)(e,"jetpack/field-option")));r=(0,c.map)(e,(e=>(0,a.createBlock)("jetpack/field-option-checkbox",{label:e.attributes.label,fieldType:"checkbox"})))}return(0,a.createBlock)("jetpack/field-checkbox-multiple",e,r)}},{type:"block",blocks:["jetpack/field-radio"],transform:(e,t)=>{let r=[];if((0,c.isEmpty)(t))e.options?.length&&(r=(0,c.map)(e.options,(e=>(0,a.createBlock)("jetpack/field-option-radio",{label:e,fieldType:"radio"}))));else{const e=(0,c.filter)(t,(({name:e})=>(0,c.startsWith)(e,"jetpack/field-option")));r=(0,c.map)(e,(e=>(0,a.createBlock)("jetpack/field-option-radio",{label:e.attributes.label,fieldType:"radio"})))}return(0,a.createBlock)("jetpack/field-radio",e,r)}},{type:"block",blocks:["jetpack/field-select"],transform:(e,t)=>{if(!(0,c.isEmpty)(t)){const r=(0,c.filter)(t,(({name:e})=>(0,c.startsWith)(e,"jetpack/field-option")));e.options=(0,c.map)(r,(e=>e.attributes.label))}return e.options=e.options?.length?e.options:[""],(0,a.createBlock)("jetpack/field-select",e)}},{type:"block",blocks:["jetpack/field-consent"],transform:e=>(0,a.createBlock)("jetpack/field-consent",e)},{type:"block",blocks:["jetpack/field-checkbox"],transform:e=>(0,a.createBlock)("jetpack/field-checkbox",e)}]},save:()=>null,example:{}},w=e=>({attributes:{...A.attributes,label:{type:"string",default:"checkbox"===e?"Choose several options":"Choose one option"}},migrate:t=>{const r=`jetpack/field-option-${e}`,o=(0,c.filter)(t.options,(e=>!(0,c.isEmpty)((0,c.trim)(e)))),n=(0,c.map)(o,(e=>(0,a.createBlock)(r,{label:e})));return t.options=[],[t,n]},isEligible:e=>e.options&&(0,c.filter)(e.options,(e=>!(0,c.isEmpty)((0,c.trim)(e)))).length,save:()=>null}),x=e=>t=>((0,R.DR)(t),React.createElement(d.A,{clientId:t.clientId,type:e,label:(0,v.A)(t.attributes,t.name),required:t.attributes.required,requiredText:t.attributes.requiredText,setAttributes:t.setAttributes,isSelected:t.isSelected,defaultValue:t.attributes.defaultValue,placeholder:t.attributes.placeholder,id:t.attributes.id,width:t.attributes.width,attributes:t.attributes})),B=[{name:"field-text",settings:{...A,title:__("Text Input Field","jetpack-forms"),description:__("Collect short text responses from site visitors.","jetpack-forms"),icon:(0,y.A)(React.createElement(o.Path,{fill:(0,C.V)(),d:"M12 7H4V8.5H12V7ZM19.75 17.25V10.75H4.25V17.25H19.75ZM5.75 15.75V12.25H18.25V15.75H5.75Z"})),edit:x("text"),attributes:{...A.attributes,label:{type:"string",default:"Text"}}}},{name:"field-name",settings:{...A,title:__("Name Field","jetpack-forms"),description:__("Collect the site visitor’s name.","jetpack-forms"),icon:(0,y.A)(React.createElement(o.Path,{fill:(0,C.V)(),d:"M8.25 11.5C9.63071 11.5 10.75 10.3807 10.75 9C10.75 7.61929 9.63071 6.5 8.25 6.5C6.86929 6.5 5.75 7.61929 5.75 9C5.75 10.3807 6.86929 11.5 8.25 11.5ZM8.25 10C8.80228 10 9.25 9.55228 9.25 9C9.25 8.44772 8.80228 8 8.25 8C7.69772 8 7.25 8.44772 7.25 9C7.25 9.55228 7.69772 10 8.25 10ZM13 15.5V17.5H11.5V15.5C11.5 14.8096 10.9404 14.25 10.25 14.25H6.25C5.55964 14.25 5 14.8096 5 15.5V17.5H3.5V15.5C3.5 13.9812 4.73122 12.75 6.25 12.75H10.25C11.7688 12.75 13 13.9812 13 15.5ZM20.5 11H14.5V9.5H20.5V11ZM20.5 14.5H14.5V13H20.5V14.5Z"})),edit:x("text"),attributes:{...A.attributes,label:{type:"string",default:"Name"}}}},{name:"field-email",settings:{...A,title:__("Email Field","jetpack-forms"),keywords:[__("e-mail","jetpack-forms"),__("mail","jetpack-forms"),"email"],description:__("Collect email addresses from your visitors.","jetpack-forms"),icon:React.createElement(o.Icon,{icon:l.A,style:{fill:(0,C.V)()}}),edit:x("email"),attributes:{...A.attributes,label:{type:"string",default:"Email"}}}},{name:"field-url",settings:{...A,title:__("Website Field","jetpack-forms"),keywords:[__("url","jetpack-forms"),__("internet page","jetpack-forms"),__("link","jetpack-forms"),__("website","jetpack-forms")],description:__("Collect a website address from your site visitors.","jetpack-forms"),icon:React.createElement(o.Icon,{icon:i.A,style:{fill:(0,C.V)()}}),edit:x("url"),attributes:{...A.attributes,label:{type:"string",default:__("Website","jetpack-forms")}}}},{name:"field-date",settings:{...A,title:__("Date Picker","jetpack-forms"),keywords:[__("Calendar","jetpack-forms"),_x("day month year","block search term","jetpack-forms")],description:__("Capture date information with a date picker.","jetpack-forms"),icon:(0,y.A)(React.createElement(o.Path,{fill:(0,C.V)(),fillRule:"evenodd",d:"M4.5 7H19.5V19C19.5 19.2761 19.2761 19.5 19 19.5H5C4.72386 19.5 4.5 19.2761 4.5 19V7ZM3 5V7V19C3 20.1046 3.89543 21 5 21H19C20.1046 21 21 20.1046 21 19V7V5C21 3.89543 20.1046 3 19 3H5C3.89543 3 3 3.89543 3 5ZM11 9.25H7V13.25H11V9.25Z"})),edit:m.A,attributes:{...A.attributes,label:{type:"string",default:"Date"},dateFormat:{type:"string",default:"yy-mm-dd"}}}},{name:"field-telephone",settings:{...A,title:__("Phone Number Field","jetpack-forms"),keywords:[__("Phone","jetpack-forms"),__("Cellular phone","jetpack-forms"),__("Mobile","jetpack-forms")],description:__("Collect phone numbers from site visitors.","jetpack-forms"),icon:React.createElement(o.Icon,{icon:s.A,style:{fill:(0,C.V)()}}),edit:x("tel"),attributes:{...A.attributes,label:{type:"string",default:"Phone"}}}},{name:"field-textarea",settings:{...A,title:__("Multi-line Text Field","jetpack-forms"),keywords:[__("Textarea","jetpack-forms"),"textarea",__("Multiline text","jetpack-forms")],description:__("Capture longform text responses from site visitors.","jetpack-forms"),icon:(0,y.A)(React.createElement(o.Path,{fill:(0,C.V)(),d:"M20 5H4V6.5H20V5ZM5.5 11.5H18.5V18.5H5.5V11.5ZM20 20V10H4V20H20Z"})),edit:e=>((0,R.DR)(e),React.createElement(E.A,{clientId:e.clientId,label:e.attributes.label,required:e.attributes.required,requiredText:e.attributes.requiredText,attributes:e.attributes,setAttributes:e.setAttributes,isSelected:e.isSelected,defaultValue:e.attributes.defaultValue,placeholder:e.attributes.placeholder,id:e.attributes.id,width:e.attributes.width})),attributes:{...A.attributes}}},{name:"field-checkbox",settings:{...A,title:__("Checkbox","jetpack-forms"),keywords:[__("Confirm","jetpack-forms"),__("Accept","jetpack-forms")],description:__("Confirm or select information with a single checkbox.","jetpack-forms"),icon:(0,y.A)(React.createElement(o.Path,{fill:(0,C.V)(),fillRule:"evenodd",d:"M6.125 6H17.875C17.944 6 18 6.05596 18 6.125V17.875C18 17.944 17.944 18 17.875 18H6.125C6.05596 18 6 17.944 6 17.875V6.125C6 6.05596 6.05596 6 6.125 6ZM4.5 6.125C4.5 5.22754 5.22754 4.5 6.125 4.5H17.875C18.7725 4.5 19.5 5.22754 19.5 6.125V17.875C19.5 18.7725 18.7725 19.5 17.875 19.5H6.125C5.22754 19.5 4.5 18.7725 4.5 17.875V6.125ZM10.5171 16.4421L16.5897 8.71335L15.4103 7.78662L10.4828 14.0579L8.57616 11.7698L7.42383 12.7301L10.5171 16.4421Z"})),edit:e=>((0,R.DR)(e),React.createElement(u.A,{clientId:e.clientId,label:e.attributes.label,required:e.attributes.required,requiredText:e.attributes.requiredText,setAttributes:e.setAttributes,isSelected:e.isSelected,defaultValue:e.attributes.defaultValue,id:e.attributes.id,width:e.attributes.width,attributes:e.attributes})),attributes:{...A.attributes,label:{type:"string",default:""}}}},{name:"field-consent",settings:{...A,title:__("Terms Consent","jetpack-forms"),keywords:[__("Consent","jetpack-forms")],description:__("Communicate site terms and offer visitors consent to those terms.","jetpack-forms"),icon:(0,y.A)(React.createElement(React.Fragment,null,React.createElement(o.Path,{fill:(0,C.V)(),d:"M7 5.5H17C17.2761 5.5 17.5 5.72386 17.5 6V13H19V6C19 4.89543 18.1046 4 17 4H7C5.89543 4 5 4.89543 5 6V18C5 19.1046 5.89543 20 7 20H11.5V18.5H7C6.72386 18.5 6.5 18.2761 6.5 18V6C6.5 5.72386 6.72386 5.5 7 5.5ZM16 7.75H8V9.25H16V7.75ZM8 11H13V12.5H8V11Z"}),React.createElement(o.Path,{fill:(0,C.V)(),d:"M20.1087 15.9382L15.9826 21.6689L12.959 18.5194L14.0411 17.4806L15.8175 19.331L18.8914 15.0618L20.1087 15.9382Z"}))),attributes:{...A.attributes,label:{type:"string",default:__("Consent","jetpack-forms")},consentType:{type:"string",default:"implicit"},implicitConsentMessage:{type:"string",default:__("By submitting your information, you're giving us permission to email you. You may unsubscribe at any time.","jetpack-forms")},explicitConsentMessage:{type:"string",default:__("Can we send you an email from time to time?","jetpack-forms")}},edit:({attributes:e,clientId:t,isSelected:r,name:a,setAttributes:o})=>{(0,R.DR)({attributes:e,clientId:t,name:a});const{id:n,width:l,consentType:i,implicitConsentMessage:s,explicitConsentMessage:c}=e;return React.createElement(p.A,{clientId:t,id:n,isSelected:r,width:l,consentType:i,implicitConsentMessage:s,explicitConsentMessage:c,setAttributes:o,attributes:e})}}},{name:k.A.name,settings:(0,j.A)(A,{...k.A.settings,deprecated:[w("radio")]})},g.A,{name:h.A.name,settings:(0,j.A)(A,{...h.A.settings,deprecated:[w("checkbox")]})},b.A,{name:"field-select",settings:{...A,title:__("Dropdown Field","jetpack-forms"),keywords:[__("Choose","jetpack-forms"),__("Dropdown","jetpack-forms"),__("Option","jetpack-forms")],description:__("Add a compact select box, that when expanded, allows visitors to choose one value from the list.","jetpack-forms"),icon:(0,y.A)(React.createElement(o.Path,{fill:(0,C.V)(),d:"M5 4.5H19C19.2761 4.5 19.5 4.72386 19.5 5V19C19.5 19.2761 19.2761 19.5 19 19.5H5C4.72386 19.5 4.5 19.2761 4.5 19V5C4.5 4.72386 4.72386 4.5 5 4.5ZM19 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3ZM8.93582 10.1396L8.06396 11.3602L11.9999 14.1716L15.9358 11.3602L15.064 10.1396L11.9999 12.3283L8.93582 10.1396Z"})),edit:f.A,attributes:{...A.attributes,toggleLabel:{type:"string",default:null},options:{type:"array",default:[""]}}}}]},8799:(e,t,r)=>{"use strict";r.d(t,{A:()=>l});var a=r(6427),o=r(7723),n=r(1097);const __=o.__,l=({required:e,onClick:t})=>React.createElement(a.ToolbarGroup,null,React.createElement(a.ToolbarButton,{title:__("Required","jetpack-forms"),icon:(0,n.A)(React.createElement(a.Path,{d:"M8.23118 8L16 16M8 16L15.7688 8 M6.5054 11.893L17.6567 11.9415M12.0585 17.6563L12 6.5",stroke:"currentColor"})),onClick:t,className:e?"is-pressed":void 0}))},615:(e,t,r)=>{"use strict";r.d(t,{A:()=>i});var a=r(6072),o=r.n(a),n=r(3022),l=r(9789);const i=({children:e=null,isError:t=!1,...r})=>{const a=(0,n.A)("help-message",{"help-message-is-error":t});return e&&React.createElement("div",o()({className:a},r),t&&React.createElement(l.A,{size:"24","aria-hidden":"true",role:"img",focusable:"false"}),React.createElement("span",null,e))}},599:(e,t,r)=>{"use strict";function a({children:e}){return React.createElement("p",{style:{color:"rgba( 117, 117, 117, 1 )",marginBottom:"24px"}},e)}r.d(t,{A:()=>a})},3373:(e,t,r)=>{"use strict";r.d(t,{o:()=>l});var a=r(6427),o=r(7723),n=r(5620);const __=o.__,l=({changeStatus:e,isLoading:t,isModuleActive:r})=>React.createElement(a.Placeholder,{icon:n.W.icon,instructions:__("You’ll need to activate the Contact Form feature to use this block.","jetpack-forms"),label:n.W.title},React.createElement(a.Button,{disabled:r||t,isBusy:t,onClick:()=>e(!0),variant:"secondary"},t?__("Activating Contact Form","jetpack-forms"):__("Activate Contact Form","jetpack-forms",0)))},1465:(e,t,r)=>{"use strict";r.d(t,{A:()=>n});var a=r(1876),o=r(6427);const n=function(){return React.createElement(o.Placeholder,null,React.createElement(o.Flex,{gap:2,direction:"column",style:{width:"100%"}},React.createElement(o.Flex,{gap:4},React.createElement(o.FlexItem,null,React.createElement(a.A,{width:30,height:30})),React.createElement(o.FlexBlock,null,React.createElement(a.A,{width:"90%",height:30}))),React.createElement(o.Flex,{style:{marginTop:12}},React.createElement(o.FlexBlock,null,React.createElement(a.A,{height:30,width:"60%"}))),React.createElement(o.Flex,{style:{marginTop:12}},React.createElement(o.FlexBlock,null,React.createElement(a.A,{width:150,height:50}))),React.createElement(o.Flex,{style:{marginTop:18}},React.createElement(o.FlexBlock,null,React.createElement(a.A,{width:"90%",height:16})))))}},5345:(e,t,r)=>{"use strict";r.d(t,{A:()=>l});var a=r(6427),o=r(8468),n=r(7723);const __=n.__,l=({error:e})=>React.createElement(a.Notice,{isDismissible:!1,status:"error"},(0,o.createInterpolateElement)(__('The CRM Jetpack Form extension failed to activate. The error message was "".',"jetpack-forms"),{error:React.createElement("span",null,e)}))},2842:(e,t,r)=>{"use strict";r.d(t,{A:()=>u});var a=r(1455),o=r.n(a),n=r(6427),l=r(7723),i=r(5345);const __=l.__,s=({isActivatingExt:e,setIsActivatingExt:t,extActivationError:r,setExtActivationError:a,crmData:l,setCRMData:s})=>{const c=((e,t,r,a)=>()=>{t(void 0),e(!0),o()({path:"/jetpack/v4/jetpack_crm",method:"POST",data:{extension:"jetpackforms"}}).then((e=>{if("success"!==e.code)throw new Error(e.code);const t=Object.assign({},r);t.jp_form_ext_enabled=!0,a(t)})).catch((e=>{t(e.message)})).finally((()=>{e(!1)}))})(t,a,l,s);return e?React.createElement(n.Spinner,null):r?React.createElement(i.A,{error:r}):React.createElement(n.Button,{variant:"secondary",onClick:c},__("Enable Jetpack Forms Extension","jetpack-forms"))},c=()=>React.createElement("p",{className:"jetpack-contact-form__crm_text"},__("A site administrator must enable the CRM Jetpack Forms extension.","jetpack-forms")),d=()=>React.createElement("p",{className:"jetpack-contact-form__crm_text"},__("You can integrate this contact form with Jetpack CRM by enabling Jetpack CRM's Jetpack Forms extension.","jetpack-forms")),u=({isActivatingExt:e,setIsActivatingExt:t,extActivationError:r,setExtActivationError:a,crmData:o,setCRMData:n})=>o.can_activate_extension?React.createElement("div",null,React.createElement(d,null),React.createElement("br",null),React.createElement(s,{isActivatingExt:e,setIsActivatingExt:t,extActivationError:r,setExtActivationError:a,crmData:o,setCRMData:n})):React.createElement(c,null)},3912:(e,t,r)=>{"use strict";r.d(t,{A:()=>k});var a=r(6427),o=r(8468),n=r(7723),l=r(8265),i=r.n(l),s=r(1620),c=r(2842);const __=n.__,d=Object.freeze({ACTIVE:1,INSTALLED:2,NOT_INSTALLED:3}),u=()=>React.createElement("p",{className:"jetpack-contact-form__crm_text"},__("The Jetpack CRM plugin is installed but has an invalid version.","jetpack-forms")),p=()=>React.createElement("p",{className:"jetpack-contact-form__crm_text"},__("Please update to the latest version of the Jetpack CRM plugin to integrate your contact form with your CRM.","jetpack-forms")),m=({isActivating:e})=>{const t=e?__("Activating…","jetpack-forms"):__("Installing…","jetpack-forms",0);return React.createElement(a.Button,{variant:"secondary",icon:React.createElement(a.Icon,{style:{animation:"rotation 2s infinite linear"},icon:"update"}),disabled:!0,"aria-label":t},t)},f=({installAndActivateCRMPlugin:e,isInstalling:t})=>{let r=React.createElement(a.Button,{variant:"secondary",onClick:e},__("Install Jetpack CRM","jetpack-forms"));return t&&(r=React.createElement(m,null)),React.createElement("p",{className:"jetpack-contact-form__crm_text jetpack-contact-form__integration-panel"},React.createElement("em",{style:{color:"rgba(38, 46, 57, 0.7)"}},__("You can save contacts from Jetpack contact forms in Jetpack CRM.","jetpack-forms"),React.createElement("br",null),r))},h=({activateCRMPlugin:e,isInstalling:t})=>React.createElement("p",{className:"jetpack-contact-form__crm_text jetpack-contact-form__integration-panel"},React.createElement("em",null,__("You already have the Jetpack CRM plugin installed, but it’s not activated.","jetpack-forms")),React.createElement("br",null),t&&React.createElement(m,{isActivating:!0}),!t&&React.createElement(a.Button,{variant:"secondary",onClick:e},__("Activate the Jetpack CRM plugin","jetpack-forms"))),b=({crmData:e,setCRMData:t,jetpackCRM:r,setAttributes:n})=>{const[l,s]=(0,o.useState)(!1),[d,u]=(0,o.useState)(!1);return e.jp_form_ext_enabled?i().satisfies(i().coerce(e.crm_version),"3.0.19 - 4.0.0")?React.createElement("p",{className:"jetpack-contact-form__crm_text"},__("Contacts from this form will be stored in Jetpack CRM.","jetpack-forms")):React.createElement(a.ToggleControl,{className:"jetpack-contact-form__crm_toggle",label:__("Jetpack CRM","jetpack-forms"),checked:r,onChange:e=>n({jetpackCRM:e}),help:__("Store contact form submissions in your CRM.","jetpack-forms"),__nextHasNoMarginBottom:!0}):React.createElement(c.A,{isActivatingExt:l,setIsActivatingExt:s,extActivationError:d,setExtActivationError:u,crmData:e,setCRMData:t})},k=({crmData:e,setCRMData:t,jetpackCRM:r,setAttributes:a,onCRMPluginClick:o,isInstalling:n})=>{const l=i().coerce(e.crm_version);if(e.crm_installed&&!l)return React.createElement(u,null);if(e.crm_installed&&i().lt(l,"4.9.1"))return React.createElement(p,null);let c=d.NOT_INSTALLED;return e.crm_active?c=d.ACTIVE:e.crm_installed&&(c=d.INSTALLED),React.createElement("div",{"aria-live":"polite"},d.ACTIVE===c&&React.createElement(b,{crmData:e,setCRMData:t,jetpackCRM:r,setAttributes:a}),d.INSTALLED===c&&React.createElement(h,{activateCRMPlugin:()=>o(s.Bf,"zero-bs-crm/ZeroBSCRM"),isInstalling:n}),d.NOT_INSTALLED===c&&React.createElement(f,{installAndActivateCRMPlugin:()=>o(s.pj,"zero-bs-crm"),isInstalling:n}))}},186:(e,t,r)=>{"use strict";r.d(t,{A:()=>d});var a=r(1455),o=r.n(a),n=r(6427),l=r(8468),i=r(3912);const s=(e,t,r)=>{o()({path:"/jetpack/v4/jetpack_crm"}).then((r=>{if(r.error)throw r.message;e(!1),t(r)})).catch((()=>e(!0))).finally((()=>r(!1)))},c=({jetpackCRM:e,setAttributes:t})=>{const[r,a]=(0,l.useState)(!0),[o,c]=(0,l.useState)(!1),[d,u]=(0,l.useState)(),[p,m]=(0,l.useState)(!1),f=(0,l.useCallback)(((e,t)=>{m(!0),e(t).catch((()=>{c(!0)})).finally((()=>{m(!1),a(!0),s(c,u,a)}))}),[m,c,a]);return(0,l.useEffect)((()=>{s(c,u,a)}),[]),r?React.createElement(n.Spinner,null):o?null:React.createElement(i.A,{crmData:d,setCRMData:u,jetpackCRM:e,setAttributes:t,onCRMPluginClick:f,isInstalling:p})},d=({jetpackCRM:e,setAttributes:t})=>React.createElement(n.BaseControl,{__nextHasNoMarginBottom:!0},React.createElement(c,{jetpackCRM:e,setAttributes:t}))},7309:(e,t,r)=>{"use strict";r.d(t,{A:()=>c});var a=r(6427),o=r(8468),n=r(7723),l=r(9904),i=r(615),s=r(599);const __=n.__,c=({emailAddress:e="",emailSubject:t="",instanceId:r,setAttributes:c,postAuthorEmail:d})=>{const[u,p]=(0,o.useState)(!1),m=e=>0!==(e=e.trim()).length&&(!l.validate(e)&&{email:e});return React.createElement(React.Fragment,null,React.createElement(s.A,null,__("Get incoming form responses sent to your email inbox:","jetpack-forms")),React.createElement(a.TextControl,{"aria-describedby":`contact-form-${r}-email-${u&&u.length>0?"error":"help"}`,label:__("Email address to send to","jetpack-forms"),placeholder:__("name@example.com","jetpack-forms"),onKeyDown:e=>{"Enter"===event.key&&(e.preventDefault(),e.stopPropagation())},value:e,onBlur:e=>{if(0===e.target.value.length)return p(!1),void c({to:d});const t=e.target.value.split(",").map(m).filter(Boolean);t&&t.length&&p(t)},onChange:e=>{p(!1),c({to:e.trim()})},help:__("You can enter multiple email addresses separated by commas.","jetpack-forms"),__nextHasNoMarginBottom:!0}),React.createElement(i.A,{isError:!0,id:`contact-form-${r}-email-error`},(()=>{if(u){if(1===u.length)return u[0]&&u[0].email?(0,n.sprintf)(/* translators: placeholder is an email address. */ __("%s is not a valid email address.","jetpack-forms"),u[0].email):u[0];if(2===u.length)return(0,n.sprintf)(/* translators: placeholders are email addresses. */ __("%1$s and %2$s are not a valid email address.","jetpack-forms"),u[0].email,u[1].email);const e=u.map((e=>e.email));return(0,n.sprintf)(/* translators: placeholder is a list of email addresses. */ __("%s are not a valid email address.","jetpack-forms"),e.join(", "))}return null})()),React.createElement(a.TextControl,{label:__("Email subject line","jetpack-forms"),value:t,placeholder:__("Enter a subject","jetpack-forms"),onChange:e=>c({subject:e}),__nextHasNoMarginBottom:!0}))}},9958:(e,t,r)=>{"use strict";r.d(t,{A:()=>m});var a=r(4715),o=r(6427),n=r(9491),l=r(7723),i=r(8890),s=r(8799),c=r(6869),d=r(975),u=r(1646),p=r(1787);const __=l.__;const m=(0,n.compose)((0,i.H)(["borderRadius","borderWidth","labelFontSize","fieldFontSize","lineHeight","labelLineHeight","inputColor","labelColor","fieldBackgroundColor","borderColor"]),n.withInstanceId)((function(e){const{instanceId:t,required:r,requiredText:n,label:l,setAttributes:i,width:m,defaultValue:f,attributes:h}=e,{blockStyle:b}=(0,p.U)(h),k=(0,a.useBlockProps)({id:`jetpack-field-checkbox-${t}`,className:"jetpack-field jetpack-field-checkbox",style:b});return React.createElement(React.Fragment,null,React.createElement(a.BlockControls,null,React.createElement(s.A,{required:r,onClick:()=>i({required:!r})})),React.createElement("div",k,React.createElement("input",{className:"jetpack-field-checkbox__checkbox",type:"checkbox",disabled:!0,checked:f}),React.createElement(c.A,{required:r,requiredText:n,label:l,setAttributes:i,attributes:h}),React.createElement(a.InspectorControls,null,React.createElement(o.PanelBody,{title:__("Checkbox Settings","jetpack-forms")},React.createElement(o.ToggleControl,{label:__("Checked by default","jetpack-forms"),checked:f,onChange:e=>i({defaultValue:e?"true":""}),__nextHasNoMarginBottom:!0}))),React.createElement(a.InspectorControls,null,React.createElement(o.PanelBody,{title:__("Manage Responses","jetpack-forms")},React.createElement(u.A,{isChildBlock:!0})),React.createElement(o.PanelBody,{title:__("Field Settings","jetpack-forms")},React.createElement(o.ToggleControl,{label:__("Field is required","jetpack-forms"),className:"jetpack-field-label__required",checked:r,onChange:e=>i({required:e}),help:__('You can edit the "required" label in the editor',"jetpack-forms"),__nextHasNoMarginBottom:!0}),React.createElement(d.A,{setAttributes:i,width:m}),React.createElement(o.ToggleControl,{label:__("Sync fields style","jetpack-forms"),checked:h.shareFieldAttributes,onChange:e=>i({shareFieldAttributes:e}),help:__("Deactivate for individual styling of this block","jetpack-forms"),__nextHasNoMarginBottom:!0})),React.createElement(a.PanelColorSettings,{title:__("Color","jetpack-forms"),initialOpen:!1,colorSettings:[{value:h.labelColor,onChange:e=>i({labelColor:e}),label:__("Label Text","jetpack-forms")}]}),React.createElement(o.PanelBody,{title:__("Label Styles","jetpack-forms"),initialOpen:h.labelFontSize},React.createElement(a.FontSizePicker,{withSlider:!0,withReset:!0,size:"__unstable-large",__nextHasNoMarginBottom:!0,onChange:e=>i({labelFontSize:e}),value:h.labelFontSize})))))}))},6563:(e,t,r)=>{"use strict";r.d(t,{A:()=>h});var a=r(6072),o=r.n(a),n=r(4715),l=r(9491),i=r(7143),s=r(3022),c=r(1663),d=r(6691),u=r(8890),p=r(1713),m=r(6869),f=r(1787);const h=(0,l.compose)((0,u.H)(["borderRadius","borderWidth","labelFontSize","fieldFontSize","lineHeight","labelLineHeight","inputColor","labelColor","fieldBackgroundColor","buttonBackgroundColor","buttonBorderRadius","buttonBorderWidth","borderColor"]),l.withInstanceId)((e=>{const{name:t,className:r,clientId:a,instanceId:l,setAttributes:u,isSelected:h,attributes:b,type:k}=e,{required:g,requiredText:E,options:C,id:R,width:v}=b;(0,c.DR)(e);const j=(0,i.useSelect)((e=>e("core/block-editor").getBlock(a).innerBlocks),[a]),y=(0,s.A)(r,"jetpack-field jetpack-field-multiple",{"is-selected":h,"has-placeholder":C&&C.length||j.length}),A=(0,c.BV)(a),{blockStyle:w}=(0,f.U)(b),x=(0,n.useBlockProps)({id:`jetpack-field-multiple-${l}`,style:w,className:y}),B=(0,n.useInnerBlocksProps)(x,{defaultBlock:`jetpack/field-option-${k}`,template:[[`jetpack/field-option-${k}`]],templateInsertUpdatesSelection:!0});return React.createElement(React.Fragment,null,React.createElement("div",x,React.createElement(m.A,{required:g,requiredText:E,label:(0,d.A)(b,t),setAttributes:u,isSelected:h,attributes:b,style:A}),React.createElement("ul",o()({},B,{className:"jetpack-field-multiple__list"}))),React.createElement(p.A,{blockClassNames:y,clientId:a,id:R,required:g,attributes:b,setAttributes:u,type:k,width:v,hidePlaceholder:!0}))}))},9659:(e,t,r)=>{"use strict";r.d(t,{A:()=>f});var a=r(6072),o=r.n(a),n=r(4715),l=r(4997),i=r(7143),s=r(7723),c=r(3022),d=r(6087),u=r(8882),p=r(2233),m=r(1787);const __=s.__;function f({attributes:e,clientId:t,name:r,onReplace:a,setAttributes:s,type:f}){const{removeBlock:h}=(0,i.useDispatch)("core/block-editor"),b=(0,p.F)(t),{optionStyle:k}=(0,m.U)(b),g=(0,i.useSelect)((e=>{const r=e("core/block-editor"),a=(0,d.first)(r.getBlockParents(t,!0));return r.getBlock(a).innerBlocks.length}),[t]),E=(0,n.useBlockProps)(),C=(0,u.B)(),R=(0,c.A)("jetpack-field-option",`field-option-${f}`,E.className),v=(0,n.useInnerBlocksProps)(E,{className:R,style:k});return React.createElement(React.Fragment,null,React.createElement("li",v,React.createElement("input",{type:f,className:"jetpack-option__type",tabIndex:"-1"}),React.createElement(n.RichText,o()({identifier:"label",tagName:"div",className:"wp-block",value:e.label,placeholder:__("Add option…","jetpack-forms"),allowedFormats:[],onChange:e=>s({label:e}),preserveWhiteSpace:!1,withoutInteractiveFormatting:!0,onRemove:()=>{g<=1||h(t)},onReplace:a},C?{}:{onSplit:t=>(0,l.createBlock)(r,{...e,clientId:t&&0===e.label.indexOf(t)?e.clientId:void 0,label:t})}))))}},4414:(e,t,r)=>{"use strict";r.d(t,{A:()=>a});const a={apiVersion:3,category:"contact-form",attributes:{label:{type:"string"},fieldType:{enum:["checkbox","radio"],default:"checkbox"}},supports:{reusable:!1,html:!1,splitting:!0}}},8230:(e,t,r)=>{"use strict";r.d(t,{A:()=>a});const a={styles:[{name:"list",label:"List",isDefault:!0},{name:"button",label:"Button"}]}},4697:(e,t,r)=>{"use strict";r.d(t,{A:()=>u});var a=r(4715),o=r(6427),n=r(9491),l=r(7723),i=r(8890),s=r(6869),c=r(975),d=r(1646);const __=l.__,u=(0,n.compose)((0,i.H)(["borderRadius","borderWidth","labelFontSize","fieldFontSize","lineHeight","labelLineHeight","inputColor","labelColor","fieldBackgroundColor","borderColor"]),n.withInstanceId)((({instanceId:e,width:t,consentType:r,implicitConsentMessage:n,explicitConsentMessage:i,setAttributes:u,attributes:p})=>{const m=(0,a.useBlockProps)({id:`jetpack-field-consent-${e}`,className:"jetpack-field jetpack-field-consent"});return React.createElement("div",m,"explicit"===r&&React.createElement("input",{className:"jetpack-field-consent__checkbox",type:"checkbox",disabled:!0}),React.createElement(s.A,{required:!1,label:{implicit:n,explicit:i}[r]??"",attributes:p,setAttributes:u,labelFieldName:`${r}ConsentMessage`,placeholder:(0,l.sprintf)(/* translators: placeholder is a type of consent: implicit or explicit */ @@ -8,4 +8,4 @@ label:__("MM/DD/YYYY","jetpack-forms"),example:`12/31/${m}`},{value:"dd/mm/yy", /* translators: date format. DD is the day of the month, MM the month, and YYYY the year (e.g., 31/12/2023). */ label:__("DD/MM/YYYY","jetpack-forms"),example:`21/12/${m}`},{value:"yy-mm-dd", /* translators: date format. DD is the day of the month, MM the month, and YYYY the year (e.g., 2023-12-31). */ -label:__("YYYY-MM-DD","jetpack-forms"),example:`${m}-12-31`}],h=(0,n.compose)((0,c.H)(["borderRadius","borderWidth","labelFontSize","fieldFontSize","lineHeight","labelLineHeight","inputColor","labelColor","fieldBackgroundColor","borderColor"]))((e=>{const{attributes:t,clientId:r,isSelected:n,name:l,setAttributes:c}=e,{id:m,label:h,required:b,requiredText:k,width:g,placeholder:E,dateFormat:C}=t;(0,s.DR)({attributes:t,clientId:r,name:l});const{blockStyle:R,fieldStyle:v}=(0,p.U)(t),j=(0,s.BV)(r),y=(0,a.useBlockProps)({className:(0,i.A)("jetpack-field",{"is-selected":n,"has-placeholder":!!E}),style:R});return React.createElement(React.Fragment,null,React.createElement("div",y,React.createElement(u.A,{attributes:t,label:h,suffix:`(${f.find((e=>e.value===C))?.label})`,required:b,requiredText:k,setAttributes:c,style:j}),React.createElement("input",{className:"jetpack-field__input",onChange:e=>c({placeholder:e.target.value}),style:v,type:"text",value:E})),React.createElement(d.A,{id:m,required:b,width:g,setAttributes:c,placeholder:E,attributes:t,extraFieldSettings:[{index:1,element:React.createElement(o.SelectControl,{label:__("Date Format","jetpack-forms"),options:f.map((({value:e,label:t,example:r})=>({value:e,label:`${t} (${r})`}))),onChange:e=>c({dateFormat:e}),value:t.dateFormat,help:__("Select the format in which the date will be displayed.","jetpack-forms"),__nextHasNoMarginBottom:!0})}]}))}))},4506:(e,t,r)=>{"use strict";r.d(t,{A:()=>b});var a=r(4715),o=r(9491),n=r(8468),l=r(7723),i=r(3022),s=r(6087),c=r(2386),d=r(2453),u=r(1663),p=r(8890),m=r(1713),f=r(6869),h=r(1787);const __=l.__,b=(0,o.compose)((0,p.H)(["borderRadius","borderWidth","labelFontSize","fieldFontSize","lineHeight","labelLineHeight","inputColor","labelColor","fieldBackgroundColor","borderColor"]))((({attributes:e,clientId:t,isSelected:r,name:o,setAttributes:l})=>{const{id:p,label:b,options:k,required:g,requiredText:E,toggleLabel:C,width:R}=e,v=(0,n.useRef)(void 0),j=(0,u.BV)(t),{blockStyle:y}=(0,h.U)(e),A=(0,a.useBlockProps)({className:(0,i.A)("jetpack-field jetpack-field-dropdown",{"is-selected":r,"has-placeholder":!(0,s.isEmpty)(C)}),style:y});(0,u.DR)({attributes:e,clientId:t,name:o});const w=(e,t)=>(0,d.Z)(v.current,"[role=textbox]",e,t),x=(t,r)=>{const a=[...e.options],o=""!==r[r.length-1];a[t]&&(a[t]=r.shift(),t++),a.splice(t,0,...r),l({options:a}),w(t+r.length-1,o)},B=e=>t=>{const r=(0,s.split)(t,"\n").filter((e=>e&&""!==(0,s.trim)(e)));r.length&&(r.length>1?x(e,r):((e,t)=>{const r=[...k];r[e]=t,l({options:r}),w(e)})(e,r.pop()))},S=t=>r=>{if("Enter"!==r.key)return;r.preventDefault();const a=e.options[t];if(!a)return;const o=(0,c.J)(r.target),n=o?a.slice(o):"";x(t,n?[a.slice(0,o),n]:[a,""])},_=t=>()=>{if(1===e.options.length)return;const r=[...e.options];r.splice(t,1),l({options:r}),w(Math.max(t-1,0),!0)};return(0,n.useEffect)((()=>{(0,s.isNil)(b)&&l({label:""}),(0,s.isNil)(C)&&l({toggleLabel:__("Select one option","jetpack-forms")})}),[]),React.createElement("div",A,React.createElement("div",{className:"jetpack-field-dropdown__wrapper"},React.createElement(f.A,{required:g,requiredText:E,label:b,attributes:e,setAttributes:l,isSelected:r,style:j}),React.createElement("div",{className:"jetpack-field-dropdown__toggle"},React.createElement(a.RichText,{value:C,onChange:e=>{l({toggleLabel:e})},allowedFormats:["core/bold","core/italic"],withoutInteractiveFormatting:!0}),React.createElement("span",{className:"jetpack-field-dropdown__icon"}))),r&&React.createElement("div",{className:"jetpack-field-dropdown__popover",ref:v},k.map(((e,t)=>React.createElement(a.RichText,{key:t,value:e,onChange:B(t),onKeyDown:S(t),onRemove:_(t),onReplace:s.noop,placeholder:__("Add option…","jetpack-forms"),__unstableDisableFormats:!0})))),React.createElement(m.A,{id:p,required:g,attributes:e,setAttributes:l,width:R,placeholder:C,placeholderField:"toggleLabel",type:"dropdown"}))}))},6869:(e,t,r)=>{"use strict";r.d(t,{A:()=>u});var a=r(6072),o=r.n(a),n=r(4715),l=r(7723),i=r(3022),s=r(1663),c=r(1787);const __=l.__,d=({attributes:e,className:t,label:r,suffix:a,labelFieldName:o,placeholder:l,resetFocus:s,required:d,requiredText:u,setAttributes:p})=>{const{labelStyle:m}=(0,c.U)(e);return React.createElement("div",{className:(0,i.A)(t,"jetpack-field-label"),style:m},React.createElement(n.RichText,{tagName:"label",value:r,className:"jetpack-field-label__input",onChange:e=>{s&&s(),p(o?{[o]:e}:{label:e})},placeholder:l??__("Add label…","jetpack-forms"),withoutInteractiveFormatting:!0,allowedFormats:["core/bold","core/italic"]}),a&&React.createElement("span",{className:"jetpack-field-label__suffix"},a),d&&React.createElement(n.RichText,{tagName:"span",value:u||__("(required)","jetpack-forms"),className:"required",onChange:e=>{p({requiredText:e})},withoutInteractiveFormatting:!0,allowedFormats:["core/bold","core/italic"]}))},u=e=>{const{style:t}=e,r=(0,i.A)({"notched-label__label":t===s.pC.OUTLINED,"animated-label__label":t===s.pC.ANIMATED,"below-label__label":t===s.pC.BELOW});return t===s.pC.OUTLINED?React.createElement("div",{className:"notched-label"},React.createElement("div",{className:"notched-label__leading"}),React.createElement("div",{className:"notched-label__notch"},React.createElement(d,o()({className:r},e))),React.createElement("div",{className:"notched-label__trailing"})):React.createElement(d,o()({className:r},e))}},2438:(e,t,r)=>{"use strict";r.d(t,{A:()=>l});var a=r(6072),o=r.n(a),n=r(6563);function l(e){return React.createElement(n.A,o()({},e,{type:"checkbox"}))}},3052:(e,t,r)=>{"use strict";r.d(t,{A:()=>d});var a=r(6427),o=r(7723),n=r(9787),l=r(1097),i=r(8230),s=r(2438),c=r(1747);const __=o.__,d={name:"field-checkbox-multiple",settings:{...i.A,title:__("Multiple Choice (Checkbox)","jetpack-forms"),keywords:[__("Choose Multiple","jetpack-forms"),__("Option","jetpack-forms")],description:__("Offer users a list of choices, and allow them to select multiple options.","jetpack-forms"),icon:(0,l.A)(React.createElement(a.Path,{fill:(0,n.V)(),d:"M7.0812 10.1419L10.6001 5.45005L9.40006 4.55005L6.91891 7.85824L5.53039 6.46972L4.46973 7.53038L7.0812 10.1419ZM12 8.5H20V7H12V8.5ZM12 17H20V15.5H12V17ZM8.5 14.5H5.5V17.5H8.5V14.5ZM5.5 13H8.5C9.32843 13 10 13.6716 10 14.5V17.5C10 18.3284 9.32843 19 8.5 19H5.5C4.67157 19 4 18.3284 4 17.5V14.5C4 13.6716 4.67157 13 5.5 13Z"})),edit:s.A,save:c.A,allowedBlocks:["jetpack/field-option-checkbox"],attributes:{label:{type:"string",default:"Choose several options"}}}}},2496:(e,t,r)=>{"use strict";r.d(t,{A:()=>l});var a=r(6072),o=r.n(a),n=r(9659);function l(e){return React.createElement(n.A,o()({},e,{type:"checkbox"}))}},358:(e,t,r)=>{"use strict";r.d(t,{A:()=>c});var a=r(6427),o=r(7723),n=r(9787),l=r(1097),i=r(4414),s=r(2496);const __=o.__,c={name:"field-option-checkbox",settings:{...i.A,title:__("Multiple Choice Option","jetpack-forms"),parent:["jetpack/field-checkbox-multiple"],icon:(0,l.A)(React.createElement(React.Fragment,null,React.createElement(a.Path,{d:"M5.5 10.5H8.5V13.5H5.5V10.5ZM8.5 9H5.5C4.67157 9 4 9.67157 4 10.5V13.5C4 14.3284 4.67157 15 5.5 15H8.5C9.32843 15 10 14.3284 10 13.5V10.5C10 9.67157 9.32843 9 8.5 9ZM12 12.75H20V11.25H12V12.75Z",fill:(0,n.V)()}))),edit:s.A}}},1747:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var a=r(4715);const o=()=>React.createElement("div",a.useBlockProps.save(),React.createElement(a.InnerBlocks.Content,null))},9678:(e,t,r)=>{"use strict";r.d(t,{A:()=>l});var a=r(6072),o=r.n(a),n=r(6563);function l(e){return React.createElement(n.A,o()({},e,{type:"radio"}))}},5700:(e,t,r)=>{"use strict";r.d(t,{A:()=>u});var a=r(6427),o=r(8468),n=r(7723),l=r(9787),i=r(1097),s=r(8230),c=r(9678),d=r(8891);const __=n.__,u={name:"field-radio",settings:{...s.A,title:__("Single Choice (Radio)","jetpack-forms"),keywords:[__("Choose","jetpack-forms"),__("Select","jetpack-forms"),__("Option","jetpack-forms")],description:__("Offer users a list of choices, and allow them to select a single option.","jetpack-forms"),icon:(0,i.A)(React.createElement(o.Fragment,null,React.createElement(a.Path,{fill:(0,l.V)(),d:"M4 7.75C4 9.40685 5.34315 10.75 7 10.75C8.65685 10.75 10 9.40685 10 7.75C10 6.09315 8.65685 4.75 7 4.75C5.34315 4.75 4 6.09315 4 7.75ZM20 8.5H12V7H20V8.5ZM20 17H12V15.5H20V17ZM7 17.75C6.17157 17.75 5.5 17.0784 5.5 16.25C5.5 15.4216 6.17157 14.75 7 14.75C7.82843 14.75 8.5 15.4216 8.5 16.25C8.5 17.0784 7.82843 17.75 7 17.75ZM4 16.25C4 17.9069 5.34315 19.25 7 19.25C8.65685 19.25 10 17.9069 10 16.25C10 14.5931 8.65685 13.25 7 13.25C5.34315 13.25 4 14.5931 4 16.25Z"}))),edit:c.A,save:d.A,allowedBlocks:["jetpack/field-option-radio"],attributes:{label:{type:"string",default:"Choose one option"}}}}},9864:(e,t,r)=>{"use strict";r.d(t,{A:()=>l});var a=r(6072),o=r.n(a),n=r(9659);function l(e){return React.createElement(n.A,o()({},e,{type:"radio"}))}},5214:(e,t,r)=>{"use strict";r.d(t,{A:()=>c});var a=r(6427),o=r(7723),n=r(9787),l=r(1097),i=r(4414),s=r(9864);const __=o.__,c={name:"field-option-radio",settings:{...i.A,title:__("Single Choice Option","jetpack-forms"),parent:["jetpack/field-radio"],icon:(0,l.A)(React.createElement(a.Path,{d:"M7.5 13.5C6.67157 13.5 6 12.8284 6 12C6 11.1716 6.67157 10.5 7.5 10.5C8.32843 10.5 9 11.1716 9 12C9 12.8284 8.32843 13.5 7.5 13.5ZM4.5 12C4.5 13.6569 5.84315 15 7.5 15C9.15685 15 10.5 13.6569 10.5 12C10.5 10.3431 9.15685 9 7.5 9C5.84315 9 4.5 10.3431 4.5 12ZM12.5 12.75H20.5V11.25H12.5V12.75Z",fill:(0,n.V)()})),edit:s.A}}},8891:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var a=r(4715);const o=()=>React.createElement("div",a.useBlockProps.save(),React.createElement(a.InnerBlocks.Content,null))},7817:(e,t,r)=>{"use strict";r.d(t,{A:()=>m});var a=r(4715),o=r(9491),n=r(8468),l=r(3022),i=r(6087),s=r(1663),c=r(8890),d=r(1713),u=r(6869),p=r(1787);const m=(0,o.compose)((0,c.H)(["borderRadius","borderWidth","labelFontSize","fieldFontSize","lineHeight","labelLineHeight","inputColor","labelColor","fieldBackgroundColor","borderColor"]))((e=>{const{attributes:t,clientId:r,id:o,isSelected:c,required:m,requiredText:f,label:h,setAttributes:b,placeholder:k,width:g}=e,E=(0,s.BV)(r),{blockStyle:C,fieldStyle:R}=(0,p.U)(t),v=(0,a.useBlockProps)({className:(0,l.A)("jetpack-field jetpack-field-textarea",{"is-selected":c,"has-placeholder":!(0,i.isEmpty)(k)}),style:C});return(0,n.useEffect)((()=>{(0,i.isNil)(h)&&b({label:""})}),[]),React.createElement(React.Fragment,null,React.createElement("div",v,React.createElement(u.A,{clientId:r,required:m,requiredText:f,label:h,setAttributes:b,attributes:t,style:E}),React.createElement("textarea",{className:"jetpack-field__textarea",value:k,onChange:e=>b({placeholder:e.target.value}),style:R})),React.createElement(d.A,{id:o,required:m,setAttributes:b,width:g,placeholder:k,attributes:t}))}))},975:(e,t,r)=>{"use strict";r.d(t,{A:()=>n});var a=r(6427),o=r(7723);const __=o.__;function n({setAttributes:e,width:t}){return React.createElement(a.BaseControl,{help:__("Adjust the width of the field to include multiple fields on a single line.","jetpack-forms"),className:"jetpack-field-label__width",__nextHasNoMarginBottom:!0},React.createElement(a.BaseControl.VisualLabel,null,__("Field Width","jetpack-forms")),React.createElement(a.ButtonGroup,{"aria-label":__("Field Width","jetpack-forms")},[25,50,75,100].map((r=>React.createElement(a.Button,{key:r,isSmall:!0,variant:r===t?"primary":void 0,onClick:()=>e({width:r})},r,"%")))))}},1978:(e,t,r)=>{"use strict";r.d(t,{A:()=>h});var a=r(6072),o=r.n(a),n=r(4715),l=r(9491),i=r(2619),s=r(3022),c=r(6087),d=r(1663),u=r(8890),p=r(1713),m=r(6869),f=r(1787);const h=(0,l.compose)((0,u.H)(["borderRadius","borderWidth","labelFontSize","fieldFontSize","lineHeight","labelLineHeight","inputColor","labelColor","fieldBackgroundColor","borderColor"]))((e=>{const{attributes:t,clientId:r,id:a,isSelected:o,required:l,requiredText:i,label:u,setAttributes:h,placeholder:b,width:k}=e,{blockStyle:g,fieldStyle:E}=(0,f.U)(t),C=(0,d.BV)(r),R=(0,n.useBlockProps)({className:(0,s.A)("jetpack-field",{"is-selected":o,"has-placeholder":!(0,c.isEmpty)(b)}),style:g});return React.createElement(React.Fragment,null,React.createElement("div",R,React.createElement(m.A,{attributes:t,label:u,required:l,requiredText:i,setAttributes:h,style:C}),React.createElement("input",{className:"jetpack-field__input",onChange:e=>h({placeholder:e.target.value}),style:E,type:"text",value:b})),React.createElement(p.A,{id:a,required:l,width:k,setAttributes:h,placeholder:b,attributes:t}))})),b=(0,l.createHigherOrderComponent)((e=>t=>{if(t.name.indexOf("jetpack/field")>-1){const r=t.attributes.width?"jetpack-field__width-"+t.attributes.width:"";return React.createElement(e,o()({},t,{className:r}))}return React.createElement(e,t)}),"withCustomClassName");(0,i.addFilter)("editor.BlockListBlock","jetpack/contact-form",b)},1646:(e,t,r)=>{"use strict";r.d(t,{A:()=>c});var a=r(5985),o=r(6427),n=r(7723),l=r(6087),i=r(599);const __=n.__,s=`${(0,l.get)((0,a.$i)(),"adminUrl",!1)}edit.php?post_type=feedback`,c=()=>React.createElement(React.Fragment,null,React.createElement(i.A,null,__("Manage and export your form responses in WPAdmin:","jetpack-forms")),React.createElement(o.Button,{variant:"secondary",href:s,target:"_blank"},__("View Form Responses","jetpack-forms"),React.createElement("span",{className:"screen-reader-text"},__("(opens in a new tab)","jetpack-forms"))))},5044:(e,t,r)=>{"use strict";r.d(t,{A:()=>c});var a=r(4997),o=r(6427),n=r(7143),l=r(8468),i=r(7723);const __=i.__,s=()=>{const{insertConsentBlock:e}=(()=>{const e=(0,n.useSelect)((e=>e("core/block-editor").getSelectedBlock()),[]),{insertBlock:t}=(0,n.useDispatch)("core/block-editor");return{insertConsentBlock:(0,l.useCallback)((async()=>{let r=(e.innerBlocks??[]).findIndex((({name:e})=>"jetpack/button"===e));-1===r&&(r=(e.innerBlocks??[]).length);const o=await(0,a.createBlock)("jetpack/field-consent");await t(o,r,e.clientId,!1)}),[t,e.clientId,e.innerBlocks])}})();return React.createElement(React.Fragment,null,React.createElement("p",null,__("You’re already collecting email contacts. Why not make sure you have permission to email them too?","jetpack-forms")),React.createElement(o.Button,{variant:"secondary",onClick:e,style:{marginBottom:"1em"}},__("Add email permission request","jetpack-forms")),React.createElement("br",null))},c=()=>{const e=(0,n.useSelect)((e=>e("core/block-editor").getSelectedBlock()),[]);return(0,l.useMemo)((()=>(e=>{const t=e.some((({name:e})=>"jetpack/field-email"===e)),r=e.some((({name:e})=>"jetpack/field-consent"===e));return!!t&&!r})(e.innerBlocks)),[e.innerBlocks])?React.createElement(s,null):null}},1807:(e,t,r)=>{"use strict";r.d(t,{A:()=>p});var a=r(6427),o=r(8468),n=r(6087),l=r(1620),i=r(6607),s=r(3842);const c="creative-mail-by-constant-contact/creative-mail-plugin.php",d=({pluginState:e,setPluginState:t})=>{const[r,a]=(0,o.useState)(),[n,l]=(0,o.useState)(!1),c=((e,t,r)=>(0,o.useCallback)(((a,o)=>{e(void 0),t(!0),a(o).then((()=>{r(s.G.ACTIVE)})).catch((t=>{e(t)})).finally((()=>t(!1)))}),[t,e,r]))(a,l,t);return r?React.createElement(i.A,{error:r}):React.createElement(s.A,{pluginState:e,onCreativeMailPluginClick:c,isInstalling:n})},u=({isFetchingPlugins:e,hasError:t,pluginState:r,setPluginState:o})=>e?React.createElement(a.Spinner,null):t?null:React.createElement(d,{pluginState:r,setPluginState:o}),p=()=>{const[e,t]=(0,o.useState)(!0),[r,a]=(0,o.useState)(!1),[i,d]=(0,o.useState)(s.G.NOT_INSTALLED);return(0,o.useEffect)((()=>{(0,l.xy)().then((e=>{a(!1),(0,n.get)(e,c)&&((0,n.get)(e,[c,"active"])?d(s.G.ACTIVE):d(s.G.INSTALLED))})).catch((()=>a(!0))).finally((()=>t(!1)))}),[d,t,a]),React.createElement(u,{isFetchingPlugins:e,hasError:r,pluginState:i,setPluginState:d})}},6607:(e,t,r)=>{"use strict";r.d(t,{A:()=>l});var a=r(6427),o=r(8468),n=r(7723);const __=n.__,l=({error:e})=>React.createElement(a.Notice,{isDismissible:!1,status:"error"},(0,o.createInterpolateElement)(__("The plugin failed to install. Please check the plugin information for detailed requirements.","jetpack-forms"),{a:React.createElement(a.ExternalLink,{href:"https://wordpress.org/plugins/creative-mail-by-constant-contact"}),b:React.createElement("span",null,e)}))},3842:(e,t,r)=>{"use strict";r.d(t,{A:()=>m,G:()=>s});var a=r(5985),o=r(6427),n=r(7723),l=r(6087),i=r(1620);const __=n.__,s=Object.freeze({ACTIVE:1,INSTALLED:2,NOT_INSTALLED:3}),c=({isActivating:e})=>{const t=e?__("Activating…","jetpack-forms"):__("Installing…","jetpack-forms",0);return React.createElement(o.Button,{variant:"secondary",icon:React.createElement(o.Icon,{style:{animation:"rotation 2s infinite linear"},icon:"update"}),disabled:!0,"aria-label":t},t)},d=({installAndActivateCreativeMailPlugin:e,isInstalling:t})=>React.createElement("p",{className:"jetpack-contact-form__integration-panel"},React.createElement("em",{style:{color:"rgba(38, 46, 57, 0.7)"}},__("To start sending email campaigns, install the Creative Mail plugin for WordPress.","jetpack-forms"),React.createElement("br",null),t&&React.createElement(c,null),!t&&React.createElement(o.Button,{variant:"secondary",onClick:e},__("Install Creative Mail plugin","jetpack-forms")))),u=({activateCreativeMailPlugin:e,isInstalling:t})=>React.createElement("p",{className:"jetpack-contact-form__integration-panel"},React.createElement("em",null,__("To start sending email campaigns, activate the Creative Mail plugin for WordPress.","jetpack-forms")),React.createElement("br",null),t&&React.createElement(c,{isActivating:!0}),!t&&React.createElement(o.Button,{variant:"secondary",onClick:e},__("Activate Creative Mail Plugin","jetpack-forms"))),p=()=>React.createElement("p",null,React.createElement("em",null,__("You’re all setup for email marketing with Creative Mail.","jetpack-forms"),React.createElement("br",null),React.createElement(o.ExternalLink,{href:`${(0,l.get)((0,a.$i)(),"adminUrl",!1)}admin.php?page=creativemail`},__("Open Creative Mail settings","jetpack-forms")))),m=({pluginState:e,onCreativeMailPluginClick:t,isInstalling:r})=>React.createElement("div",{"aria-live":"polite"},s.ACTIVE===e&&React.createElement(p,null),s.INSTALLED===e&&React.createElement(u,{activateCreativeMailPlugin:()=>t(i.Bf,"creative-mail-by-constant-contact/creative-mail-plugin"),isInstalling:r}),s.NOT_INSTALLED===e&&React.createElement(d,{installAndActivateCreativeMailPlugin:()=>t(i.pj,"creative-mail-by-constant-contact"),isInstalling:r}))},6124:(e,t,r)=>{"use strict";r.d(t,{A:()=>l});var a=r(6427),o=r(5044),n=r(1807);const l=()=>React.createElement(a.BaseControl,{__nextHasNoMarginBottom:!0},React.createElement(o.A,null),React.createElement(n.A,null))},9364:(e,t,r)=>{"use strict";r.d(t,{A:()=>d,F:()=>c});var a=r(6427),o=r(8468),n=r(7723),l=r(615),i=r(9787),s=r(1097);const __=n.__,c={name:"salesforce-web-to-lead-form",title:__("Salesforce Lead Form","jetpack-forms"),description:__("Add a Salesforce Lead form to your site","jetpack-forms"),icon:(0,s.A)(React.createElement(a.Path,{d:"M10.6778 7.72509C11.1949 7.1895 11.9152 6.8509 12.7094 6.8509C13.7682 6.8509 14.6855 7.4419 15.178 8.31608C15.6028 8.12524 16.0768 8.02059 16.5755 8.02059C18.4839 8.02059 20.0229 9.57811 20.0229 11.4988C20.0229 13.4196 18.4777 14.9771 16.5755 14.9771C16.3415 14.9771 16.1138 14.9525 15.8983 14.9094C15.4674 15.6789 14.6424 16.2022 13.6944 16.2022C13.3004 16.2022 12.9248 16.1099 12.5924 15.9498C12.1553 16.9779 11.1334 17.7043 9.94523 17.7043C8.70783 17.7043 7.64896 16.9225 7.24265 15.8205C7.06412 15.8574 6.87943 15.8759 6.69475 15.8759C5.21725 15.8759 4.02295 14.6693 4.02295 13.1733C4.02295 12.176 4.55854 11.3018 5.35885 10.834C5.19263 10.4584 5.10029 10.0398 5.10029 9.59658C5.09413 7.8913 6.49159 6.5 8.20302 6.5C9.21264 6.5 10.1114 6.98018 10.6778 7.72509Z",fill:(0,i.V)()}),24,24,"0 0 24 24"),innerBlocks:[["jetpack/field-email",{required:!0,label:__("Business Email","jetpack-forms"),id:"email"}],["jetpack/field-name",{required:!0,label:__("First Name","jetpack-forms"),id:"first_name"}],["jetpack/field-name",{required:!0,label:__("Last Name","jetpack-forms"),id:"last_name"}],["jetpack/field-text",{required:!0,label:__("Job Title","jetpack-forms"),id:"title"}],["jetpack/field-text",{required:!0,label:__("Company","jetpack-forms"),id:"company"}],["jetpack/field-telephone",{required:!0,label:__("Phone Number","jetpack-forms"),id:"phone"}],["jetpack/button",{text:__("Submit","jetpack-forms"),element:"button",lock:{remove:!0}}]],attributes:{subject:__("New lead received from your website","jetpack-forms"),salesforceData:{organizationId:"",sendToSalesforce:!0},style:{spacing:{padding:{top:"16px",right:"16px",bottom:"16px",left:"16px"}}}}},d=({salesforceData:e,setAttributes:t,instanceId:r})=>{const[n,i]=(0,o.useState)(!1);return React.createElement(o.Fragment,null,React.createElement(a.PanelBody,{title:__("Salesforce","jetpack-forms"),initialOpen:!0},React.createElement(a.BaseControl,{__nextHasNoMarginBottom:!0},React.createElement(a.TextControl,{label:__("Organization ID","jetpack-forms"),value:e.organizationId||"",placeholder:__("Enter your Organization ID","jetpack-forms"),onBlur:e=>{i(!e.target.value.trim().match(/^[a-zA-Z0-9]{15,18}$/))},onChange:r=>{var a;i(!1),a={organizationId:r.trim()},t({salesforceData:{...e,...a}})},help:__("Enter the Salesforce organization ID to send Leads to.","jetpack-forms"),__nextHasNoMarginBottom:!0}),n&&React.createElement(l.A,{isError:!0,id:`contact-form-${r}-email-error`},__("Invalid Organization ID. Should be a 15 – 18 characters long alphanumeric string.","jetpack-forms")),React.createElement(a.ExternalLink,{href:"https://help.salesforce.com/s/articleView?id=000325251&type=1"},__("Where to find your Salesforce Organization ID","jetpack-forms")),React.createElement("p",{style:{"margin-top":"32px",display:"flex","font-size":"12px",gap:"8px"}},React.createElement("div",null,React.createElement("span",{style:{padding:"3px 6px","border-radius":"4px",background:"#2FB41F",color:"white",display:"block","font-weight":600,"font-size":"11px"}},"BETA")),React.createElement("div",null,__("This premium feature is currently free to use as it is in beta.","jetpack-forms"))))))}},1787:(e,t,r)=>{"use strict";r.d(t,{U:()=>o});var a=r(6087);const o=e=>{const t={"--jetpack--contact-form--border-color":e.borderColor,"--jetpack--contact-form--border-radius":(0,a.isNumber)(e.borderRadius)?`${e.borderRadius}px`:null,"--jetpack--contact-form--border-size":(0,a.isNumber)(e.borderWidth)?`${e.borderWidth}px`:null,"--jetpack--contact-form--input-background":e.fieldBackgroundColor,"--jetpack--contact-form--font-size":e.fieldFontSize,"--jetpack--contact-form--line-height":e.lineHeight,"--jetpack--contact-form--text-color":e.inputColor,"--jetpack--contact-form--button-outline--text-color":e.inputColor,"--jetpack--contact-form--button-outline--background-color":e.buttonBackgroundColor,"--jetpack--contact-form--button-outline--border-radius":(0,a.isNumber)(e.buttonBorderRadius)?`${e.buttonBorderRadius}px`:null,"--jetpack--contact-form--button-outline--border-size":(0,a.isNumber)(e.buttonBorderWidth)?`${e.buttonBorderWidth}px`:null},r={color:e.labelColor,fontSize:e.labelFontSize,lineHeight:e.labelLineHeight},o={backgroundColor:e.fieldBackgroundColor,borderColor:e.borderColor,borderRadius:(0,a.isNumber)(e.borderRadius)?e.borderRadius:null,borderWidth:(0,a.isNumber)(e.borderWidth)?e.borderWidth:null,color:e.inputColor,fontSize:e.fieldFontSize,lineHeight:e.lineHeight};return{blockStyle:t,fieldStyle:o,labelStyle:r,optionStyle:{color:o.color,fontSize:o.fontSize,lineHeight:o.lineHeight}}}},4351:(e,t,r)=>{"use strict";r.d(t,{A:()=>c});var a=r(4715),o=r(4997),n=r(7723),l=r(6087),i=r(8575);const __=n.__,s=["submit_button_text","has_form_settings_set","submitButtonText","backgroundButtonColor","textButtonColor","customBackgroundButtonColor","customTextButtonColor","submitButtonClasses","hasFormSettingsSet"],c=[{attributes:{...i.A},supports:{html:!1},save:()=>React.createElement(a.InnerBlocks.Content,null)},{attributes:{submit_button_text:{type:"string",default:__("Submit","jetpack-forms")},has_form_settings_set:{type:"string",default:null},submitButtonText:{type:"string",default:__("Submit","jetpack-forms")},backgroundButtonColor:{type:"string"},textButtonColor:{type:"string"},customBackgroundButtonColor:{type:"string"},customTextButtonColor:{type:"string"},submitButtonClasses:{type:"string"},...i.A},migrate:(e,t)=>{const r=(0,l.omit)(e,s),a={text:e.submitButtonText||e.submit_button_text||__("Submit","jetpack-forms"),backgroundColor:e.backgroundButtonColor,textColor:e.textButtonColor,customBackgroundColor:e.customBackgroundButtonColor,customTextColor:e.customTextButtonColor};return[r,t.concat((0,o.createBlock)("jetpack/button",{element:"button",...a}))]},isEligible:e=>!(!e.has_form_settings_set&&!e.hasFormSettingsSet),save:()=>React.createElement(a.InnerBlocks.Content,null)}]},30:(e,t,r)=>{"use strict";r.d(t,{A:()=>_});var a=r(723),o=r(5985),n=r(4715),l=r(4997),i=r(6427),s=r(9491),c=r(7143),d=r(8468),u=r(7723),p=r(3022),m=r(6087),f=r(1013),h=r(599),b=r(3373),k=r(1465),g=r(186),E=r(7309),C=r(1646),R=r(6124),v=r(9364),j=r(2377),y=r(8152);const __=u.__,A=(0,m.filter)(f.P,(({settings:e})=>!e.parent||"jetpack/contact-form"===e.parent||(0,m.isArray)(e.parent)&&e.parent.includes("jetpack/contact-form"))),w=[...(0,m.map)(A,(e=>`jetpack/${e.name}`)),"core/audio","core/columns","core/group","core/heading","core/html","core/image","core/list","core/paragraph","core/row","core/separator","core/spacer","core/stack","core/subhead","core/video"],x=[...(0,m.map)(A,(e=>`jetpack/${e.name}`))],B=`${(0,m.get)((0,o.$i)(),"adminUrl",!1)}edit.php?post_type=feedback`,S=(0,d.forwardRef)((({attributes:e,setAttributes:t,postAuthorEmail:r,hasInnerBlocks:a,replaceInnerBlocks:s,selectBlock:c,clientId:u,instanceId:f,className:j,blockType:A,variations:S,defaultVariation:_,canUserInstallPlugins:I,style:N},P)=>{const{to:L,subject:M,customThankyou:F,customThankyouHeading:T,customThankyouMessage:$,customThankyouRedirect:O,jetpackCRM:V,salesforceData:H}=e,[D,q]=(0,d.useState)(!1),z=(0,n.useBlockProps)(),{isLoadingModules:G,isChangingStatus:U,isModuleActive:Z,changeStatus:W}=(0,o.q7)("contact-form"),J=(0,p.A)(j,"jetpack-contact-form",{"is-placeholder":!a&&l.registerBlockVariation}),Y=!!window?.Jetpack_Editor_Initial_State?.available_blocks["contact-form/salesforce-lead-form"],X=e=>(0,m.map)(e,(([e,t,r=[]])=>(0,l.createBlock)(e,t,X(r)))),K=e=>{e.attributes&&t(e.attributes),e.innerBlocks&&s(u,X(e.innerBlocks)),c(u)};(0,d.useEffect)((()=>{a||l.registerBlockVariation||K(y.A[0])})),(0,d.useEffect)((()=>{a||!l.registerBlockVariation||D||-1===window.location.search.indexOf("showJetpackFormsPatterns")||q(!0)}),[]);let Q;return Q=Z?!a&&l.registerBlockVariation?React.createElement("div",{className:J},React.createElement(n.__experimentalBlockVariationPicker,{icon:(0,m.get)(A,["icon","src"]),label:(0,m.get)(A,["title"]),instructions:__("Start building a form by selecting one of these form templates, or search in the patterns library for more forms:","jetpack-forms"),variations:(0,m.filter)(S,(e=>!e.hiddenFromPicker)),onSelect:(e=_)=>{K(e)}}),React.createElement("div",{className:"form-placeholder__footer"},React.createElement(i.Button,{variant:"secondary",onClick:()=>q(!0)},__("Explore Form Patterns","jetpack-forms")),React.createElement("div",{className:"form-placeholder__footer-links"},React.createElement(i.Button,{variant:"link",className:"form-placeholder__external-link",href:"https://jetpack.com/support/jetpack-blocks/contact-form/",target:"_blank"},__("Learn more about customizing forms","jetpack-forms")),React.createElement(i.Button,{variant:"link",className:"form-placeholder__external-link",href:B,target:"_blank"},__("View and export your form responses here","jetpack-forms")))),D&&React.createElement(i.Modal,{className:"form-placeholder__patterns-modal",title:__("Choose a pattern","jetpack-forms"),closeLabel:__("Cancel","jetpack-forms"),onRequestClose:()=>q(!1)},React.createElement(n.__experimentalBlockPatternSetup,{initialViewMode:"grid",filterPatternsFn:e=>-1!==e.content.indexOf("jetpack/contact-form"),clientId:u}))):React.createElement(React.Fragment,null,React.createElement(n.InspectorControls,null,!e.formTitle&&React.createElement(i.PanelBody,null,React.createElement(i.Notice,{status:"warning",isDismissible:!1},__("Add a heading inside the form or before it to help everybody identify it.","jetpack-forms"))," "),React.createElement(i.PanelBody,{title:__("Manage Responses","jetpack-forms")},React.createElement(C.A,{setAttributes:t})),React.createElement(i.PanelBody,{title:__("Submission Settings","jetpack-forms"),initialOpen:!1},React.createElement(React.Fragment,null,React.createElement(h.A,null,__("Customize the view after form submission:","jetpack-forms")),React.createElement(i.SelectControl,{label:__("On Submission","jetpack-forms"),value:F,options:[{label:__("Show a summary of submitted fields","jetpack-forms"),value:""},{label:__("Show a custom text message","jetpack-forms"),value:"message"},{label:__("Redirect to another webpage","jetpack-forms"),value:"redirect"}],onChange:e=>t({customThankyou:e}),__nextHasNoMarginBottom:!0}),"redirect"!==F&&React.createElement(i.TextControl,{label:__("Message Heading","jetpack-forms"),value:T,placeholder:__("Your message has been sent","jetpack-forms"),onChange:e=>t({customThankyouHeading:e}),__nextHasNoMarginBottom:!0}),"message"===F&&React.createElement(i.TextareaControl,{label:__("Message Text","jetpack-forms"),value:$,placeholder:__("Thank you for your submission!","jetpack-forms"),onChange:e=>t({customThankyouMessage:e}),__nextHasNoMarginBottom:!0}),"redirect"===F&&React.createElement("div",null,React.createElement(n.URLInput,{label:__("Redirect Address","jetpack-forms"),value:O,className:"jetpack-contact-form__thankyou-redirect-url",onChange:e=>t({customThankyouRedirect:e})})))),React.createElement(i.PanelBody,{title:__("Email Connection","jetpack-forms")},React.createElement(E.A,{emailAddress:L,emailSubject:M,instanceId:f,postAuthorEmail:r,setAttributes:t})),Y&&H?.sendToSalesforce&&React.createElement(v.A,{salesforceData:H,setAttributes:t,instanceId:f}),!((0,o.Sy)()||(0,o.d9)())&&React.createElement(d.Fragment,null,I&&React.createElement(i.PanelBody,{title:__("CRM Connection","jetpack-forms"),initialOpen:!1},React.createElement(g.A,{jetpackCRM:V,setAttributes:t})),React.createElement(i.PanelBody,{title:__("Creative Mail","jetpack-forms"),initialOpen:!1},React.createElement(R.A,null)))),React.createElement("div",{className:J,style:N,ref:P},React.createElement(n.InnerBlocks,{allowedBlocks:w,prioritizedInserterBlocks:x,templateInsertUpdatesSelection:!1}))):G?React.createElement(k.A,null):React.createElement(b.o,{changeStatus:W,isModuleActive:Z,isLoading:U}),React.createElement("div",z,Q)})),_=(0,s.compose)([(0,c.withSelect)(((e,t)=>{const{getBlockType:r,getBlockVariations:a,getDefaultBlockVariation:o}=e("core/blocks"),{getBlocks:n}=e("core/block-editor"),{getEditedPostAttribute:l}=e("core/editor"),{getUser:i,canUser:s}=e("core"),c=n(t.clientId),d=l("author"),u=d&&i(d)&&i(d).email,p=s("create","plugins"),m=c.find((e=>"jetpack/button"===e.name));if(m&&!m.attributes.lock){const e={move:!1,remove:!0};m.attributes.lock=e}return{blockType:r&&r(t.name),canUserInstallPlugins:p,defaultVariation:o&&o(t.name,"block"),variations:a&&a(t.name,"block"),innerBlocks:c,hasInnerBlocks:c.length>0,postAuthorEmail:u}})),(0,c.withDispatch)((e=>{const{replaceInnerBlocks:t,selectBlock:r}=e("core/block-editor");return{replaceInnerBlocks:t,selectBlock:r}})),s.withInstanceId,e=>t=>React.createElement(a.Ay,null,React.createElement(e,t))])((0,j.d)(S))},5620:(e,t,r)=>{"use strict";r.d(t,{U:()=>m,W:()=>h});var a=r(4715),o=r(6427),n=r(7723),l=r(8575),i=r(4351),s=r(30),c=r(6779),d=r(9787),u=r(1097),p=r(8152);const __=n.__,_x=n._x,m="contact-form",f=(0,u.A)(React.createElement(React.Fragment,null,React.createElement(o.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M18 9H13V7.5H18V9Z",fill:(0,d.V)()}),React.createElement(o.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M18 16.5H13V15H18V16.5Z",fill:(0,d.V)()}),React.createElement(o.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M9.5 7.5H7.5V9.5H9.5V7.5ZM7.5 6H9.5C10.3284 6 11 6.67157 11 7.5V9.5C11 10.3284 10.3284 11 9.5 11H7.5C6.67157 11 6 10.3284 6 9.5V7.5C6 6.67157 6.67157 6 7.5 6Z",fill:(0,d.V)()}),React.createElement(o.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M9.5 14.5H7.5V16.5H9.5V14.5ZM7.5 13H9.5C10.3284 13 11 13.6716 11 14.5V16.5C11 17.3284 10.3284 18 9.5 18H7.5C6.67157 18 6 17.3284 6 16.5V14.5C6 13.6716 6.67157 13 7.5 13Z",fill:(0,d.V)()}),React.createElement(o.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M19 4.5H5C4.72386 4.5 4.5 4.72386 4.5 5V19C4.5 19.2761 4.72386 19.5 5 19.5H19C19.2761 19.5 19.5 19.2761 19.5 19V5C19.5 4.72386 19.2761 4.5 19 4.5ZM5 3C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5Z",fill:(0,d.V)()}))),h={apiVersion:3,title:__("Form","jetpack-forms"),description:__("Create forms to collect data from site visitors and manage their responses.","jetpack-forms"),icon:f,keywords:[_x("email","block search term","jetpack-forms"),_x("feedback","block search term","jetpack-forms"),_x("contact form","block search term","jetpack-forms")],supports:{color:{link:!0,gradients:!0},html:!1,spacing:{padding:!0,margin:!0},align:["wide","full"]},attributes:l.A,edit:s.A,save:()=>{const e=a.useBlockProps.save();return React.createElement("div",e,React.createElement(a.InnerBlocks.Content,null))},example:{innerBlocks:[{name:"jetpack/field-name",attributes:{required:!0,label:__("Name","jetpack-forms")}},{name:"jetpack/field-email",attributes:{required:!0,label:__("Email","jetpack-forms")}},{name:"jetpack/field-textarea",attributes:{label:__("Message","jetpack-forms")}},{name:"jetpack/button",attributes:{text:__("Contact Us","jetpack-forms"),element:"button",lock:{remove:!0}}}]},styles:[{name:"default",label:"Default",isDefault:!0},{name:"animated",label:"Animated"},{name:"outlined",label:"Outlined"}],variations:p.A,category:"contact-form",transforms:c.A,deprecated:i.A}},6779:(e,t,r)=>{"use strict";r.d(t,{A:()=>s});var a=r(4997),o=r(7723),n=r(6087);const __=o.__,l=(e,t,r)=>{const a=r.match(new RegExp(`\\[${e}[^\\]]* ${t}="([^"]*)"`,"im"));if(a&&a.length)return a[1];const o=r.match(new RegExp(`\\[${e}[^\\]]* ${t}='([^']*)'`,"im"));if(o&&o.length)return o[1];const n=r.match(new RegExp(`\\[${e}[^\\]]* ${t}=([^\\s]*)\\s`,"im"));return!(!n||!n.length)&&n[1]},i={root:{},innerBlocks:[]},s={from:[{type:"raw",priority:1,isMatch:e=>!("P"!==e.nodeName||!(/\[contact-form(\s.*?)?\](?:([^\[]+)?)?/g.test(e.textContent)||/\[contact-field(\s.*?)?\](?:([^\[]+)?)?/g.test(e.textContent)||/\[\/contact-form]/g.test(e.textContent))),transform:e=>{const t=e.textContent.replace("
","");if(t.includes("[contact-form")&&(i.root={},i.innerBlocks=[],i.root=(e=>{const t={to:l("contact-form","to",e),subject:l("contact-form","subject",e),submitButtonText:l("contact-form","submit_button_text",e)};return{blockName:"jetpack/contact-form",attrs:(0,n.pickBy)(t,n.identity)}})(t)),t.includes("[contact-field")){const e=t.match(/(\[contact-field[\s\S]*?\/?])/g);e&&e.length>0&&e.forEach((e=>{i.innerBlocks.push((e=>{const t={label:l("contact-field","label",e),placeholder:l("contact-field","placeholder",e),required:l("contact-field","required",e),options:l("contact-field","options",e)},r=(e=>{const t="jetpack",r={text:`${t}/field-text`,url:`${t}/field-text`,textarea:`${t}/field-textarea`,radio:`${t}/field-radio`,checkbox:`${t}/field-checkbox`,"checkbox-multiple":`${t}/field-checkbox-multiple`,select:`${t}/field-select`,email:`${t}/field-email`,name:`${t}/field-name`,default:`${t}/field-text`};return r[e]?r[e]:r.default})(l("contact-field","type",e));return t.options&&(t.options=t.options.split(",")),(0,a.createBlock)(r,(0,n.pickBy)(t,n.identity))})(e))}))}if(t.includes("[/contact-form]")){i.innerBlocks.push((0,a.createBlock)("jetpack/button",{element:"button",text:i.root.attrs.submitButtonText||__("Contact Us","jetpack-forms")}));return(0,a.createBlock)(i.root.blockName,i.root.attrs,i.innerBlocks)}return!1}}],to:[{type:"block",blocks:["jetpack/subscriptions"],transform:()=>(0,a.createBlock)("jetpack/subscriptions")}]}},9787:(e,t,r)=>{"use strict";r.d(t,{V:()=>l});var a=r(8377),o=r(5985);const n=a.T["Jetpack Green 40"];function l(){return(0,o.d9)()||(0,o.Sy)()?null:n}},8882:(e,t,r)=>{"use strict";r.d(t,{B:()=>o});var a=r(4997);function o(){return(0,a.hasBlockSupport)("core/paragraph","splitting",!1)}},2386:(e,t,r)=>{"use strict";r.d(t,{J:()=>a});const a=e=>{const t=e.ownerDocument.defaultView.getSelection();if(0===t.rangeCount)return 0;const r=t.getRangeAt(0),a=r.cloneRange();return a.selectNodeContents(e),a.setEnd(r.endContainer,r.endOffset),a.toString().length}},2453:(e,t,r)=>{"use strict";r.d(t,{Z:()=>o});var a=r(6087);const o=(e,t,r,o)=>setTimeout((()=>{(0,a.tap)(e.querySelectorAll(t)[r],(e=>{if(e&&(e.focus(),document.createRange&&o)){const t=document.createRange();t.selectNodeContents(e),t.collapse(!1);const r=document.defaultView.getSelection();r.removeAllRanges(),r.addRange(t)}}))}),0)},2962:()=>{window.jetpackForms=window.jetpackForms||{},window.jetpackForms.getBackgroundColor=function(e){let t=window.getComputedStyle(e).backgroundColor;for(;"rgba(0, 0, 0, 0)"===t&&e.parentNode&&e.parentNode.nodeType===window.Node.ELEMENT_NODE;)if("wp-block-cover"!==(e=e.parentNode).className)t=window.getComputedStyle(e).backgroundColor;else{const r=e.querySelector(".wp-block-cover__background");t=window.getComputedStyle(r).backgroundColor}return t},window.jetpackForms.generateStyleVariables=function(e){if(!e)return;const t=window["editor-canvas"]?window["editor-canvas"].document:document,r=t.querySelector("body"),a=t.createElement("div");a.className="contact-form__style-probe",a.style="position: absolute; z-index: -1; width: 1px; height: 1px; visibility: hidden",a.innerHTML='\n\t\t\t
\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t
\n\t\t',e.parentNode.appendChild(a);const o=a.querySelector(".btn-primary"),n=a.querySelector(".btn-outline"),l=a.querySelector('input[type="text"]'),i=window.jetpackForms.getBackgroundColor(r),s=window.jetpackForms.getBackgroundColor(l),c=window.getComputedStyle(l).backgroundColor,{border:d,borderColor:u,backgroundColor:p,color:m}=window.getComputedStyle(o),{backgroundColor:f,border:h,borderWidth:b,borderRadius:k,color:g,padding:E,lineHeight:C}=window.getComputedStyle(n),R=window.jetpackForms.getBackgroundColor(n),{color:v,padding:j,paddingTop:y,paddingLeft:A,border:w,borderColor:x,borderWidth:B,borderStyle:S,borderRadius:_,fontSize:I,fontFamily:N,lineHeight:P}=window.getComputedStyle(l);return a.remove(),{"--jetpack--contact-form--primary-color":p,"--jetpack--contact-form--background-color":i,"--jetpack--contact-form--text-color":v,"--jetpack--contact-form--border":w,"--jetpack--contact-form--border-color":x,"--jetpack--contact-form--border-size":B,"--jetpack--contact-form--border-style":S,"--jetpack--contact-form--border-radius":_,"--jetpack--contact-form--input-background":c,"--jetpack--contact-form--input-background-fallback":s,"--jetpack--contact-form--input-padding":j,"--jetpack--contact-form--input-padding-top":y,"--jetpack--contact-form--input-padding-left":A,"--jetpack--contact-form--font-size":I,"--jetpack--contact-form--font-family":N,"--jetpack--contact-form--line-height":P,"--jetpack--contact-form--button-primary--color":m,"--jetpack--contact-form--button-primary--background-color":p,"--jetpack--contact-form--button-primary--border":d,"--jetpack--contact-form--button-primary--border-color":u,"--jetpack--contact-form--button-outline--padding":E,"--jetpack--contact-form--button-outline--border":h,"--jetpack--contact-form--button-outline--background-color":f,"--jetpack--contact-form--button-outline--background-color-fallback":R,"--jetpack--contact-form--button-outline--border-size":b,"--jetpack--contact-form--button-outline--border-radius":k,"--jetpack--contact-form--button-outline--text-color":g,"--jetpack--contact-form--button-outline--line-height":C}}},1663:(e,t,r)=>{"use strict";r.d(t,{BV:()=>p,DR:()=>d,pC:()=>c,zD:()=>u});var a=r(4715),o=r(4997),n=r(7143),l=r(8468),i=r(7723);const __=i.__,s="jetpack/contact-form",c={ANIMATED:"animated",BELOW:"below",DEFAULT:"default",OUTLINED:"outlined"},d=({attributes:e,clientId:t,name:r})=>{const i={text:__("Submit","jetpack-forms"),element:"button",lock:{remove:!0}},{replaceBlock:c}=(0,n.useDispatch)(a.store),d=(0,n.useSelect)((e=>e(a.store).getBlockParentsByBlockName(t,s)));(0,l.useEffect)((()=>{d?.length||c(t,(0,o.createBlock)(s,{},[(0,o.createBlock)(r,e),(0,o.createBlock)("jetpack/button",i)]))}),[])},u=e=>{const t=e&&e.match(/is-style-([^\s]+)/i);return t?t[1]:""},p=e=>{const t=(0,n.useSelect)((t=>{const[r]=t(a.store).getBlockParentsByBlockName(e,s);return t(a.store).getBlockAttributes(r)}));return u(t?.className)||c.DEFAULT}},6691:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var a=r(4997);function o(e,t){return e.label||(0,a.getBlockType)(t).title}},9771:(e,t,r)=>{"use strict";function a(e,t){return{...e,...t,supports:{...e.supports,...t.supports},attributes:{...e.attributes,...t.attributes}}}r.d(t,{A:()=>a})},1620:(e,t,r)=>{"use strict";r.d(t,{Bf:()=>s,pj:()=>i,xy:()=>l});var a=r(5985),o=r(1455),n=r.n(o);async function l(){if((0,a.Sy)())return Promise.reject();try{return await n()({path:"/jetpack/v4/plugins"})}catch(e){return Promise.reject(e.message)}}async function i(e){if((0,a.Sy)())return Promise.reject();try{return await n()({path:"/jetpack/v4/plugins",method:"POST",data:{slug:e,status:"active",source:"block-editor"}})}catch(e){return Promise.reject(e.message)}}async function s(e){if((0,a.Sy)())return Promise.reject();try{return await n()({path:`/jetpack/v4/plugins/${e}`,method:"POST",data:{status:"active",source:"block-editor"}})}catch(e){return Promise.reject(e.message)}}},2399:(e,t,r)=>{"use strict";r.d(t,{A:()=>l});var a=r(5985),o=r(4997),n=r(2619);function l(e,t,r=[],l=!0){const{available:i,details:s,unavailableReason:c}=(0,a.FB)(e),d=(0,a.aq)(c,s),u=l?"jetpack/":"";if(!i&&!d)return!1;const p=(0,o.registerBlockType)(u+e,t);return d&&(0,n.addFilter)("editor.BlockListBlock",`${u+e}-with-has-warning-is-interactive-class-names`,(0,a.BT)(u+e)),r.forEach((e=>(0,o.registerBlockType)(u+e.name,e.settings))),p}},1097:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var a=r(6427);const o=(e,t=24,r=24,o="0 0 24 24")=>React.createElement(a.SVG,{xmlns:"http://www.w3.org/2000/svg",width:t,height:r,viewBox:o},React.createElement(a.Path,{fill:"none",d:"M0 0h24v24H0V0z",className:"icon-filler"}),e)},2233:(e,t,r)=>{"use strict";r.d(t,{F:()=>n});var a=r(7143),o=r(6087);const n=e=>(0,a.useSelect)((t=>{const r=t("core/block-editor");return r.getBlockAttributes((0,o.first)(r.getBlockParents(e,!0)))}))},8890:(e,t,r)=>{"use strict";r.d(t,{H:()=>s});var a=r(6072),o=r.n(a),n=r(7143),l=r(8468),i=r(6087);const s=e=>t=>({attributes:r,clientId:a,setAttributes:s,...c})=>{const d=(({attributes:e,clientId:t,setAttributes:r,sharedAttributes:a})=>{const{updateBlockAttributes:o}=(0,n.useDispatch)("core/block-editor"),s=(0,n.useSelect)((e=>{const r=e("core/block-editor"),a=(0,i.first)(r.getBlockParentsByBlockName(t,"jetpack/contact-form"));return(0,i.filter)(r.getBlocks(a),(e=>e.name.indexOf("jetpack/field")>-1&&e.attributes.shareFieldAttributes))}),[t]);return(0,l.useEffect)((()=>{if(!(0,i.isEmpty)(s)&&e.shareFieldAttributes){const e=(0,i.pick)((0,i.first)(s).attributes,a);o([t],e)}}),[]),(0,l.useCallback)((n=>{let l,c;e.shareFieldAttributes&&(0,i.isNil)(n.shareFieldAttributes)?(l=(0,i.map)(s,(e=>e.clientId)),c=(0,i.pick)(n,a)):n.shareFieldAttributes&&!(0,i.isEmpty)(s)&&(l=[t],c=(0,i.pick)((0,i.first)(s).attributes,a)),(0,i.isEmpty)(l)||(0,i.isEmpty)(c)||o(l,c),r(n)}),[e,t,r,a,s,o])})({attributes:r,clientId:a,setAttributes:s,sharedAttributes:e});return React.createElement(t,o()({attributes:r,clientId:a,setAttributes:d},c))}},2377:(e,t,r)=>{"use strict";r.d(t,{d:()=>l});var a=r(6072),o=r.n(a),n=(r(2962),r(8468));const l=e=>t=>{const{generateStyleVariables:r}=window.jetpackForms,a=(0,n.useRef)(void 0);return React.createElement(e,o()({style:r(a?.current)},t,{ref:a}))}},8152:(e,t,r)=>{"use strict";r.d(t,{A:()=>p});var a=r(5985),o=r(6427),n=r(7723),l=r(3407),i=r(6087),s=r(9364),c=r(9787),d=r(1097);const __=n.__,_x=n._x,u={style:{spacing:{padding:{top:"16px",right:"16px",bottom:"16px",left:"16px"}}}},p=(0,i.compact)([{name:"contact-form",title:__("Contact Form","jetpack-forms"),description:__("Add a contact form to your page.","jetpack-forms"),icon:(0,d.A)(React.createElement(React.Fragment,null,React.createElement(o.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 5.3203L6.6477 9L12 12.6797L17.3523 9L12 5.3203ZM12 3.5L4 9L12 14.5L20 9L12 3.5Z",fill:(0,c.V)()}),React.createElement(o.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M4 18V9H5.5V18C5.5 18.4142 5.83579 18.75 6.25 18.75H17.75C18.1642 18.75 18.5 18.4142 18.5 18V9H20V18C20 19.2426 18.9926 20.25 17.75 20.25H6.25C5.00736 20.25 4 19.2426 4 18Z",fill:(0,c.V)()})),24,24,"0 0 24 24"),innerBlocks:[["jetpack/field-name",{required:!0,label:__("Name","jetpack-forms")}],["jetpack/field-email",{required:!0,label:__("Email","jetpack-forms")}],["jetpack/field-textarea",{label:__("Message","jetpack-forms")}],["jetpack/button",{text:__("Contact Us","jetpack-forms"),element:"button",lock:{remove:!0}}]],attributes:{...u}},{name:"rsvp-form",title:__("RSVP Form","jetpack-forms"),description:__("Add an RSVP form to your page","jetpack-forms"),icon:(0,d.A)(React.createElement(React.Fragment,null,React.createElement(o.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M7.87868 15.5L5.5 17.8787L5.5 6C5.5 5.72386 5.72386 5.5 6 5.5L18 5.5C18.2761 5.5 18.5 5.72386 18.5 6L18.5 15C18.5 15.2761 18.2761 15.5 18 15.5L7.87868 15.5ZM8.5 17L18 17C19.1046 17 20 16.1046 20 15L20 6C20 4.89543 19.1046 4 18 4L6 4C4.89543 4 4 4.89543 4 6L4 18.9393C4 19.5251 4.47487 20 5.06066 20C5.34196 20 5.61175 19.8883 5.81066 19.6893L8.5 17Z",fill:(0,c.V)()}),React.createElement(o.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M15.6087 7.93847L11.4826 13.6692L8.45898 10.5196L9.54107 9.48084L11.3175 11.3313L14.3914 7.06201L15.6087 7.93847Z",fill:(0,c.V)()})),24,24,"0 0 24 24"),innerBlocks:[["jetpack/field-name",{required:!0,label:__("Name","jetpack-forms")}],["jetpack/field-email",{required:!0,label:__("Email","jetpack-forms")}],["jetpack/field-radio",{label:__("Attending?","jetpack-forms"),required:!0,options:[__("Yes","jetpack-forms"),__("No","jetpack-forms")]}],["jetpack/field-textarea",{label:__("Other Details","jetpack-forms")}],["jetpack/button",{text:__("Send RSVP","jetpack-forms"),element:"button",lock:{remove:!0}}]],attributes:{...u,subject:__("A new RSVP from your website","jetpack-forms")}},{name:"registration-form",title:__("Registration Form","jetpack-forms"),description:__("Add a Registration form to your page","jetpack-forms"),icon:(0,d.A)(React.createElement(React.Fragment,null,React.createElement(o.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M18.5 5.5V8H20V5.5H22.5V4H20V1.5H18.5V4H16V5.5H18.5ZM12 4H6C4.89543 4 4 4.89543 4 6V18C4 19.1046 4.89543 20 6 20H18C19.1046 20 20 19.1046 20 18V12H18.5V18C18.5 18.2761 18.2761 18.5 18 18.5H6C5.72386 18.5 5.5 18.2761 5.5 18V6C5.5 5.72386 5.72386 5.5 6 5.5H12V4Z",fill:(0,c.V)()}),React.createElement(o.Path,{d:"M16.75 17.5V15.5C16.75 13.9812 15.5188 12.75 14 12.75H10C8.48122 12.75 7.25 13.9812 7.25 15.5V17.5H8.75V15.5C8.75 14.8096 9.30964 14.25 10 14.25H14C14.6904 14.25 15.25 14.8096 15.25 15.5V17.5H16.75Z",fill:(0,c.V)()}),React.createElement(o.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M14.5 9C14.5 10.3807 13.3807 11.5 12 11.5C10.6193 11.5 9.5 10.3807 9.5 9C9.5 7.61929 10.6193 6.5 12 6.5C13.3807 6.5 14.5 7.61929 14.5 9ZM13 9C13 9.55228 12.5523 10 12 10C11.4477 10 11 9.55228 11 9C11 8.44772 11.4477 8 12 8C12.5523 8 13 8.44772 13 9Z",fill:(0,c.V)()})),24,24,"0 0 24 24"),innerBlocks:[["jetpack/field-name",{required:!0,label:__("Name","jetpack-forms")}],["jetpack/field-email",{required:!0,label:__("Email","jetpack-forms")}],["jetpack/field-telephone",{label:__("Phone","jetpack-forms")}],["jetpack/field-select",{label:__("How did you hear about us?","jetpack-forms"),options:[__("Search Engine","jetpack-forms"),__("Social Media","jetpack-forms"),__("TV","jetpack-forms"),__("Radio","jetpack-forms"),__("Friend or Family","jetpack-forms")]}],["jetpack/field-textarea",{label:__("Other Details","jetpack-forms")}],["jetpack/button",{text:__("Send","jetpack-forms"),element:"button",lock:{remove:!0}}]],attributes:{...u,subject:__("A new registration from your website","jetpack-forms")}},{name:"appointment-form",title:__("Appointment Form","jetpack-forms"),description:__("Add an Appointment booking form to your page","jetpack-forms"),icon:(0,d.A)(React.createElement(React.Fragment,null,React.createElement(o.Path,{d:"M4 6C4 4.89543 4.89543 4 6 4H18C19.1046 4 20 4.89543 20 6V8H4V6Z",fill:(0,c.V)()}),React.createElement(o.Path,{d:"M7 9.25H11V13.25H7V9.25Z",fill:(0,c.V)()}),React.createElement(o.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M6 5.5H18C18.2761 5.5 18.5 5.72386 18.5 6V12H20V6C20 4.89543 19.1046 4 18 4H6C4.89543 4 4 4.89543 4 6V18C4 19.1046 4.89543 20 6 20H12V18.5H6C5.72386 18.5 5.5 18.2761 5.5 18V6C5.5 5.72386 5.72386 5.5 6 5.5Z",fill:(0,c.V)()}),React.createElement(o.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M17.25 21V15H18.75V21H17.25Z",fill:(0,c.V)()}),React.createElement(o.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M15 17.25L21 17.25L21 18.75L15 18.75L15 17.25Z",fill:(0,c.V)()})),24,24,"0 0 24 24"),innerBlocks:[["jetpack/field-name",{required:!0,label:__("Name","jetpack-forms")}],["jetpack/field-email",{required:!0,label:__("Email","jetpack-forms")}],["jetpack/field-telephone",{required:!0,label:__("Phone","jetpack-forms")}],["jetpack/field-date",{label:__("Date","jetpack-forms"),required:!0}],["jetpack/field-radio",{label:__("Time","jetpack-forms"),required:!0,options:[__("Morning","jetpack-forms"),__("Afternoon","jetpack-forms")]}],["jetpack/field-textarea",{label:__("Notes","jetpack-forms")}],["jetpack/button",{text:__("Book Appointment","jetpack-forms"),element:"button",lock:{remove:!0}}]],attributes:{...u,subject:__("A new appointment booked from your website","jetpack-forms")}},{name:"feedback-form",title:__("Feedback Form","jetpack-forms"),description:__("Add a Feedback form to your page","jetpack-forms"),icon:(0,d.A)(React.createElement(React.Fragment,null,React.createElement(o.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 18.5C15.5899 18.5 18.5 15.5899 18.5 12C18.5 8.41015 15.5899 5.5 12 5.5C8.41015 5.5 5.5 8.41015 5.5 12C5.5 15.5899 8.41015 18.5 12 18.5ZM12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20Z",fill:(0,c.V)()}),React.createElement(o.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M9.5 11C10.3284 11 11 10.3284 11 9.5C11 8.67157 10.3284 8 9.5 8C8.67157 8 8 8.67157 8 9.5C8 10.3284 8.67157 11 9.5 11Z",fill:(0,c.V)()}),React.createElement(o.Path,{d:"M16 9.5C16 10.3284 15.3284 11 14.5 11C13.6716 11 13 10.3284 13 9.5C13 8.67157 13.6716 8 14.5 8C15.3284 8 16 8.67157 16 9.5Z",fill:(0,c.V)()}),React.createElement(o.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M14.5 11C15.3284 11 16 10.3284 16 9.5C16 8.67157 15.3284 8 14.5 8C13.6716 8 13 8.67157 13 9.5C13 10.3284 13.6716 11 14.5 11Z",fill:(0,c.V)()}),React.createElement(o.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M8.16492 14.6566L7.41431 13.7183L8.58561 12.7812L9.33622 13.7195C9.98358 14.5287 10.9637 14.9998 12 14.9998C13.0362 14.9998 14.0163 14.5287 14.6637 13.7195L15.4143 12.7812L16.5856 13.7183L15.835 14.6566C14.903 15.8216 13.4919 16.4998 12 16.4998C10.508 16.4998 9.09693 15.8216 8.16492 14.6566Z",fill:(0,c.V)()})),24,24,"0 0 24 24"),innerBlocks:[["jetpack/field-name",{required:!0,label:__("Name","jetpack-forms")}],["jetpack/field-email",{required:!0,label:__("Email","jetpack-forms")}],["jetpack/field-radio",{label:__("Please rate our website","jetpack-forms"),required:!0,options:[__("1 - Very Bad","jetpack-forms"),__("2 - Poor","jetpack-forms"),__("3 - Average","jetpack-forms"),__("4 - Good","jetpack-forms"),__("5 - Excellent","jetpack-forms")]}],["jetpack/field-textarea",{label:__("How could we improve?","jetpack-forms")}],["jetpack/button",{text:__("Send Feedback","jetpack-forms"),element:"button",lock:{remove:!0}}]],attributes:{...u,subject:__("New feedback received from your website","jetpack-forms")}},!((0,a.d9)()||(0,a.Sy)())&&{name:"lead-capture-form",title:__("Lead capture","jetpack-forms"),description:__("A simple way to collect leads using forms on your site.","jetpack-forms"),keywords:[_x("subscribe","block search term","jetpack-forms"),_x("email","block search term","jetpack-forms"),_x("signup","block search term","jetpack-forms")],icon:l.A,innerBlocks:[["jetpack/field-name",{required:!0,label:__("Name","jetpack-forms")}],["jetpack/field-email",{required:!0,label:__("Email","jetpack-forms")}],["jetpack/field-consent",{}],["jetpack/button",{text:__("Subscribe","jetpack-forms"),element:"button",lock:{remove:!0}}]],attributes:{...u}},s.F])},67:(e,t,r)=>{t.formatArgs=function(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+e.exports.humanize(this.diff),!this.useColors)return;const r="color: "+this.color;t.splice(1,0,r,"color: inherit");let a=0,o=0;t[0].replace(/%[a-zA-Z%]/g,(e=>{"%%"!==e&&(a++,"%c"===e&&(o=a))})),t.splice(o,0,r)},t.save=function(e){try{e?t.storage.setItem("debug",e):t.storage.removeItem("debug")}catch(e){}},t.load=function(){let e;try{e=t.storage.getItem("debug")}catch(e){}!e&&"undefined"!=typeof process&&"env"in process&&(e=process.env.DEBUG);return e},t.useColors=function(){if("undefined"!=typeof window&&window.process&&("renderer"===window.process.type||window.process.__nwjs))return!0;if("undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))return!1;let e;return"undefined"!=typeof document&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||"undefined"!=typeof window&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||"undefined"!=typeof navigator&&navigator.userAgent&&(e=navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/))&&parseInt(e[1],10)>=31||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)},t.storage=function(){try{return localStorage}catch(e){}}(),t.destroy=(()=>{let e=!1;return()=>{e||(e=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})(),t.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"],t.log=console.debug||console.log||(()=>{}),e.exports=r(8926)(t);const{formatters:a}=e.exports;a.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}},8926:(e,t,r)=>{e.exports=function(e){function t(e){let r,o,n,l=null;function i(...e){if(!i.enabled)return;const a=i,o=Number(new Date),n=o-(r||o);a.diff=n,a.prev=r,a.curr=o,r=o,e[0]=t.coerce(e[0]),"string"!=typeof e[0]&&e.unshift("%O");let l=0;e[0]=e[0].replace(/%([a-zA-Z%])/g,((r,o)=>{if("%%"===r)return"%";l++;const n=t.formatters[o];if("function"==typeof n){const t=e[l];r=n.call(a,t),e.splice(l,1),l--}return r})),t.formatArgs.call(a,e);(a.log||t.log).apply(a,e)}return i.namespace=e,i.useColors=t.useColors(),i.color=t.selectColor(e),i.extend=a,i.destroy=t.destroy,Object.defineProperty(i,"enabled",{enumerable:!0,configurable:!1,get:()=>null!==l?l:(o!==t.namespaces&&(o=t.namespaces,n=t.enabled(e)),n),set:e=>{l=e}}),"function"==typeof t.init&&t.init(i),i}function a(e,r){const a=t(this.namespace+(void 0===r?":":r)+e);return a.log=this.log,a}function o(e,t){let r=0,a=0,o=-1,n=0;for(;r"-"+e))].join(",");return t.enable(""),e},t.enable=function(e){t.save(e),t.namespaces=e,t.names=[],t.skips=[];const r=("string"==typeof e?e:"").trim().replace(" ",",").split(",").filter(Boolean);for(const e of r)"-"===e[0]?t.skips.push(e.slice(1)):t.names.push(e)},t.enabled=function(e){for(const r of t.skips)if(o(e,r))return!1;for(const r of t.names)if(o(e,r))return!0;return!1},t.humanize=r(7378),t.destroy=function(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")},Object.keys(e).forEach((r=>{t[r]=e[r]})),t.names=[],t.skips=[],t.formatters={},t.selectColor=function(e){let r=0;for(let t=0;t{"use strict";t.A=function(e){var t=e.size,r=void 0===t?24:t,a=e.onClick,i=(e.icon,e.className),s=function(e,t){if(null==e)return{};var r,a,o=function(e,t){if(null==e)return{};var r,a,o={},n=Object.keys(e);for(a=0;a{"use strict";e.exports=window.JetpackConnection},1609:e=>{"use strict";e.exports=window.React},790:e=>{"use strict";e.exports=window.ReactJSXRuntime},6087:e=>{"use strict";e.exports=window.lodash},1455:e=>{"use strict";e.exports=window.wp.apiFetch},4715:e=>{"use strict";e.exports=window.wp.blockEditor},4997:e=>{"use strict";e.exports=window.wp.blocks},6427:e=>{"use strict";e.exports=window.wp.components},9491:e=>{"use strict";e.exports=window.wp.compose},7143:e=>{"use strict";e.exports=window.wp.data},8468:e=>{"use strict";e.exports=window.wp.element},2619:e=>{"use strict";e.exports=window.wp.hooks},7723:e=>{"use strict";e.exports=window.wp.i18n},2279:e=>{"use strict";e.exports=window.wp.plugins},5573:e=>{"use strict";e.exports=window.wp.primitives},3832:e=>{"use strict";e.exports=window.wp.url},6072:e=>{function t(){return e.exports=t=Object.assign?Object.assign.bind():function(e){for(var t=1;t{"use strict";function a(e){var t,r,o="";if("string"==typeof e||"number"==typeof e)o+=e;else if("object"==typeof e)if(Array.isArray(e)){var n=e.length;for(t=0;to});const o=function(){for(var e,t,r=0,o="",n=arguments.length;r{"use strict";e.exports=JSON.parse('{"T":{"White":"#fff","Black":"#000","Gray":"#646970","Gray 0":"#f6f7f7","Gray 5":"#dcdcde","Gray 10":"#c3c4c7","Gray 20":"#a7aaad","Gray 30":"#8c8f94","Gray 40":"#787c82","Gray 50":"#646970","Gray 60":"#50575e","Gray 70":"#3c434a","Gray 80":"#2c3338","Gray 90":"#1d2327","Gray 100":"#101517","Blue":"#0675c4","Blue 0":"#e9f0f5","Blue 5":"#bbe0fa","Blue 10":"#91caf2","Blue 20":"#68b3e8","Blue 30":"#399ce3","Blue 40":"#1689db","Blue 50":"#0675c4","Blue 60":"#055d9c","Blue 70":"#044b7a","Blue 80":"#02395c","Blue 90":"#01283d","Blue 100":"#001621","Purple":"#984a9c","Purple 0":"#f2e9ed","Purple 5":"#ebcee0","Purple 10":"#e3afd5","Purple 20":"#d48fc8","Purple 30":"#c475bd","Purple 40":"#b35eb1","Purple 50":"#984a9c","Purple 60":"#7c3982","Purple 70":"#662c6e","Purple 80":"#4d2054","Purple 90":"#35163b","Purple 100":"#1e0c21","Pink":"#c9356e","Pink 0":"#f5e9ed","Pink 5":"#f2ceda","Pink 10":"#f7a8c3","Pink 20":"#f283aa","Pink 30":"#eb6594","Pink 40":"#e34c84","Pink 50":"#c9356e","Pink 60":"#ab235a","Pink 70":"#8c1749","Pink 80":"#700f3b","Pink 90":"#4f092a","Pink 100":"#260415","Red":"#d63638","Red 0":"#f7ebec","Red 5":"#facfd2","Red 10":"#ffabaf","Red 20":"#ff8085","Red 30":"#f86368","Red 40":"#e65054","Red 50":"#d63638","Red 60":"#b32d2e","Red 70":"#8a2424","Red 80":"#691c1c","Red 90":"#451313","Red 100":"#240a0a","Orange":"#b26200","Orange 0":"#f5ece6","Orange 5":"#f7dcc6","Orange 10":"#ffbf86","Orange 20":"#faa754","Orange 30":"#e68b28","Orange 40":"#d67709","Orange 50":"#b26200","Orange 60":"#8a4d00","Orange 70":"#704000","Orange 80":"#543100","Orange 90":"#361f00","Orange 100":"#1f1200","Yellow":"#9d6e00","Yellow 0":"#f5f1e1","Yellow 5":"#f5e6b3","Yellow 10":"#f2d76b","Yellow 20":"#f0c930","Yellow 30":"#deb100","Yellow 40":"#c08c00","Yellow 50":"#9d6e00","Yellow 60":"#7d5600","Yellow 70":"#674600","Yellow 80":"#4f3500","Yellow 90":"#320","Yellow 100":"#1c1300","Green":"#008a20","Green 0":"#e6f2e8","Green 5":"#b8e6bf","Green 10":"#68de86","Green 20":"#1ed15a","Green 30":"#00ba37","Green 40":"#00a32a","Green 50":"#008a20","Green 60":"#007017","Green 70":"#005c12","Green 80":"#00450c","Green 90":"#003008","Green 100":"#001c05","Celadon":"#008763","Celadon 0":"#e4f2ed","Celadon 5":"#a7e8d3","Celadon 10":"#66deb9","Celadon 20":"#31cc9f","Celadon 30":"#09b585","Celadon 40":"#009e73","Celadon 50":"#008763","Celadon 60":"#007053","Celadon 70":"#005c44","Celadon 80":"#004533","Celadon 90":"#003024","Celadon 100":"#001c15","Automattic Blue":"#24a3e0","Automattic Blue 0":"#ebf4fa","Automattic Blue 5":"#c4e2f5","Automattic Blue 10":"#88ccf2","Automattic Blue 20":"#5ab7e8","Automattic Blue 30":"#24a3e0","Automattic Blue 40":"#1490c7","Automattic Blue 50":"#0277a8","Automattic Blue 60":"#036085","Automattic Blue 70":"#02506e","Automattic Blue 80":"#02384d","Automattic Blue 90":"#022836","Automattic Blue 100":"#021b24","WordPress Blue":"#3858e9","WordPress Blue 0":"#fbfcfe","WordPress Blue 5":"#f7f8fe","WordPress Blue 10":"#d6ddf9","WordPress Blue 20":"#adbaf3","WordPress Blue 30":"#7b90ff","WordPress Blue 40":"#546ff3","WordPress Blue 50":"#3858e9","WordPress Blue 60":"#2a46ce","WordPress Blue 70":"#1d35b4","WordPress Blue 80":"#1f3286","WordPress Blue 90":"#14215a","WordPress Blue 100":"#0a112d","Simplenote Blue":"#3361cc","Simplenote Blue 0":"#e9ecf5","Simplenote Blue 5":"#ced9f2","Simplenote Blue 10":"#abc1f5","Simplenote Blue 20":"#84a4f0","Simplenote Blue 30":"#618df2","Simplenote Blue 40":"#4678eb","Simplenote Blue 50":"#3361cc","Simplenote Blue 60":"#1d4fc4","Simplenote Blue 70":"#113ead","Simplenote Blue 80":"#0d2f85","Simplenote Blue 90":"#09205c","Simplenote Blue 100":"#05102e","WooCommerce Purple":"#720eec","WooCommerce Purple 0":"#f2edff","WooCommerce Purple 5":"#e1d7ff","WooCommerce Purple 10":"#d1c1ff","WooCommerce Purple 20":"#b999ff","WooCommerce Purple 30":"#a77eff","WooCommerce Purple 40":"#873eff","WooCommerce Purple 50":"#720eec","WooCommerce Purple 60":"#6108ce","WooCommerce Purple 70":"#5007aa","WooCommerce Purple 80":"#3c087e","WooCommerce Purple 90":"#2c045d","WooCommerce Purple 100":"#1f0342","Jetpack Green":"#069e08","Jetpack Green 0":"#f0f2eb","Jetpack Green 5":"#d0e6b8","Jetpack Green 10":"#9dd977","Jetpack Green 20":"#64ca43","Jetpack Green 30":"#2fb41f","Jetpack Green 40":"#069e08","Jetpack Green 50":"#008710","Jetpack Green 60":"#007117","Jetpack Green 70":"#005b18","Jetpack Green 80":"#004515","Jetpack Green 90":"#003010","Jetpack Green 100":"#001c09"}}')}},t={};function r(a){var o=t[a];if(void 0!==o)return o.exports;var n=t[a]={exports:{}};return e[a](n,n.exports,r),n.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 a in t)r.o(t,a)&&!r.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:t[a]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),(()=>{"use strict";var e=r(1013),t=r(2399),a=r(5620);(0,t.A)(a.U,a.W,e.P)})()})(); \ No newline at end of file +label:__("YYYY-MM-DD","jetpack-forms"),example:`${m}-12-31`}],h=(0,n.compose)((0,c.H)(["borderRadius","borderWidth","labelFontSize","fieldFontSize","lineHeight","labelLineHeight","inputColor","labelColor","fieldBackgroundColor","borderColor"]))((e=>{const{attributes:t,clientId:r,isSelected:n,name:l,setAttributes:c}=e,{id:m,label:h,required:b,requiredText:k,width:g,placeholder:E,dateFormat:C}=t;(0,s.DR)({attributes:t,clientId:r,name:l});const{blockStyle:R,fieldStyle:v}=(0,p.U)(t),j=(0,s.BV)(r),y=(0,a.useBlockProps)({className:(0,i.A)("jetpack-field",{"is-selected":n,"has-placeholder":!!E}),style:R});return React.createElement(React.Fragment,null,React.createElement("div",y,React.createElement(u.A,{attributes:t,label:h,suffix:`(${f.find((e=>e.value===C))?.label})`,required:b,requiredText:k,setAttributes:c,style:j}),React.createElement("input",{className:"jetpack-field__input",onChange:e=>c({placeholder:e.target.value}),style:v,type:"text",value:E})),React.createElement(d.A,{id:m,required:b,width:g,setAttributes:c,placeholder:E,attributes:t,extraFieldSettings:[{index:1,element:React.createElement(o.SelectControl,{label:__("Date Format","jetpack-forms"),options:f.map((({value:e,label:t,example:r})=>({value:e,label:`${t} (${r})`}))),onChange:e=>c({dateFormat:e}),value:t.dateFormat,help:__("Select the format in which the date will be displayed.","jetpack-forms"),__nextHasNoMarginBottom:!0})}]}))}))},4506:(e,t,r)=>{"use strict";r.d(t,{A:()=>b});var a=r(4715),o=r(9491),n=r(8468),l=r(7723),i=r(3022),s=r(6087),c=r(2386),d=r(2453),u=r(1663),p=r(8890),m=r(1713),f=r(6869),h=r(1787);const __=l.__,b=(0,o.compose)((0,p.H)(["borderRadius","borderWidth","labelFontSize","fieldFontSize","lineHeight","labelLineHeight","inputColor","labelColor","fieldBackgroundColor","borderColor"]))((({attributes:e,clientId:t,isSelected:r,name:o,setAttributes:l})=>{const{id:p,label:b,options:k,required:g,requiredText:E,toggleLabel:C,width:R}=e,v=(0,n.useRef)(void 0),j=(0,u.BV)(t),{blockStyle:y}=(0,h.U)(e),A=(0,a.useBlockProps)({className:(0,i.A)("jetpack-field jetpack-field-dropdown",{"is-selected":r,"has-placeholder":!(0,s.isEmpty)(C)}),style:y});(0,u.DR)({attributes:e,clientId:t,name:o});const w=(e,t)=>(0,d.Z)(v.current,"[role=textbox]",e,t),x=(t,r)=>{const a=[...e.options],o=""!==r[r.length-1];a[t]&&(a[t]=r.shift(),t++),a.splice(t,0,...r),l({options:a}),w(t+r.length-1,o)},B=e=>t=>{const r=(0,s.split)(t,"\n").filter((e=>e&&""!==(0,s.trim)(e)));r.length&&(r.length>1?x(e,r):((e,t)=>{const r=[...k];r[e]=t,l({options:r}),w(e)})(e,r.pop()))},S=t=>r=>{if("Enter"!==r.key)return;r.preventDefault();const a=e.options[t];if(!a)return;const o=(0,c.J)(r.target),n=o?a.slice(o):"";x(t,n?[a.slice(0,o),n]:[a,""])},_=t=>()=>{if(1===e.options.length)return;const r=[...e.options];r.splice(t,1),l({options:r}),w(Math.max(t-1,0),!0)};return(0,n.useEffect)((()=>{(0,s.isNil)(b)&&l({label:""}),(0,s.isNil)(C)&&l({toggleLabel:__("Select one option","jetpack-forms")})}),[]),React.createElement("div",A,React.createElement("div",{className:"jetpack-field-dropdown__wrapper"},React.createElement(f.A,{required:g,requiredText:E,label:b,attributes:e,setAttributes:l,isSelected:r,style:j}),React.createElement("div",{className:"jetpack-field-dropdown__toggle"},React.createElement(a.RichText,{value:C,onChange:e=>{l({toggleLabel:e})},allowedFormats:["core/bold","core/italic"],withoutInteractiveFormatting:!0}),React.createElement("span",{className:"jetpack-field-dropdown__icon"}))),r&&React.createElement("div",{className:"jetpack-field-dropdown__popover",ref:v},k.map(((e,t)=>React.createElement(a.RichText,{key:t,value:e,onChange:B(t),onKeyDown:S(t),onRemove:_(t),onReplace:s.noop,placeholder:__("Add option…","jetpack-forms"),__unstableDisableFormats:!0})))),React.createElement(m.A,{id:p,required:g,attributes:e,setAttributes:l,width:R,placeholder:C,placeholderField:"toggleLabel",type:"dropdown"}))}))},6869:(e,t,r)=>{"use strict";r.d(t,{A:()=>u});var a=r(6072),o=r.n(a),n=r(4715),l=r(7723),i=r(3022),s=r(1663),c=r(1787);const __=l.__,d=({attributes:e,className:t,label:r,suffix:a,labelFieldName:o,placeholder:l,resetFocus:s,required:d,requiredText:u,setAttributes:p})=>{const{labelStyle:m}=(0,c.U)(e);return React.createElement("div",{className:(0,i.A)(t,"jetpack-field-label"),style:m},React.createElement(n.RichText,{tagName:"label",value:r,className:"jetpack-field-label__input",onChange:e=>{s&&s(),p(o?{[o]:e}:{label:e})},placeholder:l??__("Add label…","jetpack-forms"),withoutInteractiveFormatting:!0,allowedFormats:["core/bold","core/italic"]}),a&&React.createElement("span",{className:"jetpack-field-label__suffix"},a),d&&React.createElement(n.RichText,{tagName:"span",value:u||__("(required)","jetpack-forms"),className:"required",onChange:e=>{p({requiredText:e})},withoutInteractiveFormatting:!0,allowedFormats:["core/bold","core/italic"]}))},u=e=>{const{style:t}=e,r=(0,i.A)({"notched-label__label":t===s.pC.OUTLINED,"animated-label__label":t===s.pC.ANIMATED,"below-label__label":t===s.pC.BELOW});return t===s.pC.OUTLINED?React.createElement("div",{className:"notched-label"},React.createElement("div",{className:"notched-label__leading"}),React.createElement("div",{className:"notched-label__notch"},React.createElement(d,o()({className:r},e))),React.createElement("div",{className:"notched-label__trailing"})):React.createElement(d,o()({className:r},e))}},2438:(e,t,r)=>{"use strict";r.d(t,{A:()=>l});var a=r(6072),o=r.n(a),n=r(6563);function l(e){return React.createElement(n.A,o()({},e,{type:"checkbox"}))}},3052:(e,t,r)=>{"use strict";r.d(t,{A:()=>d});var a=r(6427),o=r(7723),n=r(9787),l=r(1097),i=r(8230),s=r(2438),c=r(1747);const __=o.__,d={name:"field-checkbox-multiple",settings:{...i.A,title:__("Multiple Choice (Checkbox)","jetpack-forms"),keywords:[__("Choose Multiple","jetpack-forms"),__("Option","jetpack-forms")],description:__("Offer users a list of choices, and allow them to select multiple options.","jetpack-forms"),icon:(0,l.A)(React.createElement(a.Path,{fill:(0,n.V)(),d:"M7.0812 10.1419L10.6001 5.45005L9.40006 4.55005L6.91891 7.85824L5.53039 6.46972L4.46973 7.53038L7.0812 10.1419ZM12 8.5H20V7H12V8.5ZM12 17H20V15.5H12V17ZM8.5 14.5H5.5V17.5H8.5V14.5ZM5.5 13H8.5C9.32843 13 10 13.6716 10 14.5V17.5C10 18.3284 9.32843 19 8.5 19H5.5C4.67157 19 4 18.3284 4 17.5V14.5C4 13.6716 4.67157 13 5.5 13Z"})),edit:s.A,save:c.A,allowedBlocks:["jetpack/field-option-checkbox"],attributes:{label:{type:"string",default:"Choose several options"}}}}},2496:(e,t,r)=>{"use strict";r.d(t,{A:()=>l});var a=r(6072),o=r.n(a),n=r(9659);function l(e){return React.createElement(n.A,o()({},e,{type:"checkbox"}))}},358:(e,t,r)=>{"use strict";r.d(t,{A:()=>c});var a=r(6427),o=r(7723),n=r(9787),l=r(1097),i=r(4414),s=r(2496);const __=o.__,c={name:"field-option-checkbox",settings:{...i.A,title:__("Multiple Choice Option","jetpack-forms"),parent:["jetpack/field-checkbox-multiple"],icon:(0,l.A)(React.createElement(React.Fragment,null,React.createElement(a.Path,{d:"M5.5 10.5H8.5V13.5H5.5V10.5ZM8.5 9H5.5C4.67157 9 4 9.67157 4 10.5V13.5C4 14.3284 4.67157 15 5.5 15H8.5C9.32843 15 10 14.3284 10 13.5V10.5C10 9.67157 9.32843 9 8.5 9ZM12 12.75H20V11.25H12V12.75Z",fill:(0,n.V)()}))),edit:s.A}}},1747:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var a=r(4715);const o=()=>React.createElement("div",a.useBlockProps.save(),React.createElement(a.InnerBlocks.Content,null))},9678:(e,t,r)=>{"use strict";r.d(t,{A:()=>l});var a=r(6072),o=r.n(a),n=r(6563);function l(e){return React.createElement(n.A,o()({},e,{type:"radio"}))}},5700:(e,t,r)=>{"use strict";r.d(t,{A:()=>u});var a=r(6427),o=r(8468),n=r(7723),l=r(9787),i=r(1097),s=r(8230),c=r(9678),d=r(8891);const __=n.__,u={name:"field-radio",settings:{...s.A,title:__("Single Choice (Radio)","jetpack-forms"),keywords:[__("Choose","jetpack-forms"),__("Select","jetpack-forms"),__("Option","jetpack-forms")],description:__("Offer users a list of choices, and allow them to select a single option.","jetpack-forms"),icon:(0,i.A)(React.createElement(o.Fragment,null,React.createElement(a.Path,{fill:(0,l.V)(),d:"M4 7.75C4 9.40685 5.34315 10.75 7 10.75C8.65685 10.75 10 9.40685 10 7.75C10 6.09315 8.65685 4.75 7 4.75C5.34315 4.75 4 6.09315 4 7.75ZM20 8.5H12V7H20V8.5ZM20 17H12V15.5H20V17ZM7 17.75C6.17157 17.75 5.5 17.0784 5.5 16.25C5.5 15.4216 6.17157 14.75 7 14.75C7.82843 14.75 8.5 15.4216 8.5 16.25C8.5 17.0784 7.82843 17.75 7 17.75ZM4 16.25C4 17.9069 5.34315 19.25 7 19.25C8.65685 19.25 10 17.9069 10 16.25C10 14.5931 8.65685 13.25 7 13.25C5.34315 13.25 4 14.5931 4 16.25Z"}))),edit:c.A,save:d.A,allowedBlocks:["jetpack/field-option-radio"],attributes:{label:{type:"string",default:"Choose one option"}}}}},9864:(e,t,r)=>{"use strict";r.d(t,{A:()=>l});var a=r(6072),o=r.n(a),n=r(9659);function l(e){return React.createElement(n.A,o()({},e,{type:"radio"}))}},5214:(e,t,r)=>{"use strict";r.d(t,{A:()=>c});var a=r(6427),o=r(7723),n=r(9787),l=r(1097),i=r(4414),s=r(9864);const __=o.__,c={name:"field-option-radio",settings:{...i.A,title:__("Single Choice Option","jetpack-forms"),parent:["jetpack/field-radio"],icon:(0,l.A)(React.createElement(a.Path,{d:"M7.5 13.5C6.67157 13.5 6 12.8284 6 12C6 11.1716 6.67157 10.5 7.5 10.5C8.32843 10.5 9 11.1716 9 12C9 12.8284 8.32843 13.5 7.5 13.5ZM4.5 12C4.5 13.6569 5.84315 15 7.5 15C9.15685 15 10.5 13.6569 10.5 12C10.5 10.3431 9.15685 9 7.5 9C5.84315 9 4.5 10.3431 4.5 12ZM12.5 12.75H20.5V11.25H12.5V12.75Z",fill:(0,n.V)()})),edit:s.A}}},8891:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var a=r(4715);const o=()=>React.createElement("div",a.useBlockProps.save(),React.createElement(a.InnerBlocks.Content,null))},7817:(e,t,r)=>{"use strict";r.d(t,{A:()=>m});var a=r(4715),o=r(9491),n=r(8468),l=r(3022),i=r(6087),s=r(1663),c=r(8890),d=r(1713),u=r(6869),p=r(1787);const m=(0,o.compose)((0,c.H)(["borderRadius","borderWidth","labelFontSize","fieldFontSize","lineHeight","labelLineHeight","inputColor","labelColor","fieldBackgroundColor","borderColor"]))((e=>{const{attributes:t,clientId:r,id:o,isSelected:c,required:m,requiredText:f,label:h,setAttributes:b,placeholder:k,width:g}=e,E=(0,s.BV)(r),{blockStyle:C,fieldStyle:R}=(0,p.U)(t),v=(0,a.useBlockProps)({className:(0,l.A)("jetpack-field jetpack-field-textarea",{"is-selected":c,"has-placeholder":!(0,i.isEmpty)(k)}),style:C});return(0,n.useEffect)((()=>{(0,i.isNil)(h)&&b({label:""})}),[]),React.createElement(React.Fragment,null,React.createElement("div",v,React.createElement(u.A,{clientId:r,required:m,requiredText:f,label:h,setAttributes:b,attributes:t,style:E}),React.createElement("textarea",{className:"jetpack-field__textarea",value:k,onChange:e=>b({placeholder:e.target.value}),style:R})),React.createElement(d.A,{id:o,required:m,setAttributes:b,width:g,placeholder:k,attributes:t}))}))},975:(e,t,r)=>{"use strict";r.d(t,{A:()=>n});var a=r(6427),o=r(7723);const __=o.__;function n({setAttributes:e,width:t}){return React.createElement(a.BaseControl,{help:__("Adjust the width of the field to include multiple fields on a single line.","jetpack-forms"),className:"jetpack-field-label__width",__nextHasNoMarginBottom:!0},React.createElement(a.BaseControl.VisualLabel,null,__("Field Width","jetpack-forms")),React.createElement(a.ButtonGroup,{"aria-label":__("Field Width","jetpack-forms")},[25,50,75,100].map((r=>React.createElement(a.Button,{key:r,isSmall:!0,variant:r===t?"primary":void 0,onClick:()=>e({width:r})},r,"%")))))}},1978:(e,t,r)=>{"use strict";r.d(t,{A:()=>h});var a=r(6072),o=r.n(a),n=r(4715),l=r(9491),i=r(2619),s=r(3022),c=r(6087),d=r(1663),u=r(8890),p=r(1713),m=r(6869),f=r(1787);const h=(0,l.compose)((0,u.H)(["borderRadius","borderWidth","labelFontSize","fieldFontSize","lineHeight","labelLineHeight","inputColor","labelColor","fieldBackgroundColor","borderColor"]))((e=>{const{attributes:t,clientId:r,id:a,isSelected:o,required:l,requiredText:i,label:u,setAttributes:h,placeholder:b,width:k}=e,{blockStyle:g,fieldStyle:E}=(0,f.U)(t),C=(0,d.BV)(r),R=(0,n.useBlockProps)({className:(0,s.A)("jetpack-field",{"is-selected":o,"has-placeholder":!(0,c.isEmpty)(b)}),style:g});return React.createElement(React.Fragment,null,React.createElement("div",R,React.createElement(m.A,{attributes:t,label:u,required:l,requiredText:i,setAttributes:h,style:C}),React.createElement("input",{className:"jetpack-field__input",onChange:e=>h({placeholder:e.target.value}),style:E,type:"text",value:b})),React.createElement(p.A,{id:a,required:l,width:k,setAttributes:h,placeholder:b,attributes:t}))})),b=(0,l.createHigherOrderComponent)((e=>t=>{if(t.name.indexOf("jetpack/field")>-1){const r=t.attributes.width?"jetpack-field__width-"+t.attributes.width:"";return React.createElement(e,o()({},t,{className:r}))}return React.createElement(e,t)}),"withCustomClassName");(0,i.addFilter)("editor.BlockListBlock","jetpack/contact-form",b)},1646:(e,t,r)=>{"use strict";r.d(t,{A:()=>c});var a=r(5985),o=r(6427),n=r(7723),l=r(6087),i=r(599);const __=n.__,s=`${(0,l.get)((0,a.$i)(),"adminUrl",!1)}edit.php?post_type=feedback`,c=()=>React.createElement(React.Fragment,null,React.createElement(i.A,null,__("Manage and export your form responses in WPAdmin:","jetpack-forms")),React.createElement(o.Button,{variant:"secondary",href:s,target:"_blank"},__("View Form Responses","jetpack-forms"),React.createElement("span",{className:"screen-reader-text"},__("(opens in a new tab)","jetpack-forms"))))},5044:(e,t,r)=>{"use strict";r.d(t,{A:()=>c});var a=r(4997),o=r(6427),n=r(7143),l=r(8468),i=r(7723);const __=i.__,s=()=>{const{insertConsentBlock:e}=(()=>{const e=(0,n.useSelect)((e=>e("core/block-editor").getSelectedBlock()),[]),{insertBlock:t}=(0,n.useDispatch)("core/block-editor");return{insertConsentBlock:(0,l.useCallback)((async()=>{let r=(e.innerBlocks??[]).findIndex((({name:e})=>"jetpack/button"===e));-1===r&&(r=(e.innerBlocks??[]).length);const o=await(0,a.createBlock)("jetpack/field-consent");await t(o,r,e.clientId,!1)}),[t,e.clientId,e.innerBlocks])}})();return React.createElement(React.Fragment,null,React.createElement("p",null,__("You’re already collecting email contacts. Why not make sure you have permission to email them too?","jetpack-forms")),React.createElement(o.Button,{variant:"secondary",onClick:e,style:{marginBottom:"1em"}},__("Add email permission request","jetpack-forms")),React.createElement("br",null))},c=()=>{const e=(0,n.useSelect)((e=>e("core/block-editor").getSelectedBlock()),[]);return(0,l.useMemo)((()=>(e=>{const t=e.some((({name:e})=>"jetpack/field-email"===e)),r=e.some((({name:e})=>"jetpack/field-consent"===e));return!!t&&!r})(e.innerBlocks)),[e.innerBlocks])?React.createElement(s,null):null}},1807:(e,t,r)=>{"use strict";r.d(t,{A:()=>p});var a=r(6427),o=r(8468),n=r(6087),l=r(1620),i=r(6607),s=r(3842);const c="creative-mail-by-constant-contact/creative-mail-plugin.php",d=({pluginState:e,setPluginState:t})=>{const[r,a]=(0,o.useState)(),[n,l]=(0,o.useState)(!1),c=((e,t,r)=>(0,o.useCallback)(((a,o)=>{e(void 0),t(!0),a(o).then((()=>{r(s.G.ACTIVE)})).catch((t=>{e(t)})).finally((()=>t(!1)))}),[t,e,r]))(a,l,t);return r?React.createElement(i.A,{error:r}):React.createElement(s.A,{pluginState:e,onCreativeMailPluginClick:c,isInstalling:n})},u=({isFetchingPlugins:e,hasError:t,pluginState:r,setPluginState:o})=>e?React.createElement(a.Spinner,null):t?null:React.createElement(d,{pluginState:r,setPluginState:o}),p=()=>{const[e,t]=(0,o.useState)(!0),[r,a]=(0,o.useState)(!1),[i,d]=(0,o.useState)(s.G.NOT_INSTALLED);return(0,o.useEffect)((()=>{(0,l.xy)().then((e=>{a(!1),(0,n.get)(e,c)&&((0,n.get)(e,[c,"active"])?d(s.G.ACTIVE):d(s.G.INSTALLED))})).catch((()=>a(!0))).finally((()=>t(!1)))}),[d,t,a]),React.createElement(u,{isFetchingPlugins:e,hasError:r,pluginState:i,setPluginState:d})}},6607:(e,t,r)=>{"use strict";r.d(t,{A:()=>l});var a=r(6427),o=r(8468),n=r(7723);const __=n.__,l=({error:e})=>React.createElement(a.Notice,{isDismissible:!1,status:"error"},(0,o.createInterpolateElement)(__("The plugin failed to install. Please check the plugin information for detailed requirements.","jetpack-forms"),{a:React.createElement(a.ExternalLink,{href:"https://wordpress.org/plugins/creative-mail-by-constant-contact"}),b:React.createElement("span",null,e)}))},3842:(e,t,r)=>{"use strict";r.d(t,{A:()=>m,G:()=>s});var a=r(5985),o=r(6427),n=r(7723),l=r(6087),i=r(1620);const __=n.__,s=Object.freeze({ACTIVE:1,INSTALLED:2,NOT_INSTALLED:3}),c=({isActivating:e})=>{const t=e?__("Activating…","jetpack-forms"):__("Installing…","jetpack-forms",0);return React.createElement(o.Button,{variant:"secondary",icon:React.createElement(o.Icon,{style:{animation:"rotation 2s infinite linear"},icon:"update"}),disabled:!0,"aria-label":t},t)},d=({installAndActivateCreativeMailPlugin:e,isInstalling:t})=>React.createElement("p",{className:"jetpack-contact-form__integration-panel"},React.createElement("em",{style:{color:"rgba(38, 46, 57, 0.7)"}},__("To start sending email campaigns, install the Creative Mail plugin for WordPress.","jetpack-forms"),React.createElement("br",null),t&&React.createElement(c,null),!t&&React.createElement(o.Button,{variant:"secondary",onClick:e},__("Install Creative Mail plugin","jetpack-forms")))),u=({activateCreativeMailPlugin:e,isInstalling:t})=>React.createElement("p",{className:"jetpack-contact-form__integration-panel"},React.createElement("em",null,__("To start sending email campaigns, activate the Creative Mail plugin for WordPress.","jetpack-forms")),React.createElement("br",null),t&&React.createElement(c,{isActivating:!0}),!t&&React.createElement(o.Button,{variant:"secondary",onClick:e},__("Activate Creative Mail Plugin","jetpack-forms"))),p=()=>React.createElement("p",null,React.createElement("em",null,__("You’re all setup for email marketing with Creative Mail.","jetpack-forms"),React.createElement("br",null),React.createElement(o.ExternalLink,{href:`${(0,l.get)((0,a.$i)(),"adminUrl",!1)}admin.php?page=creativemail`},__("Open Creative Mail settings","jetpack-forms")))),m=({pluginState:e,onCreativeMailPluginClick:t,isInstalling:r})=>React.createElement("div",{"aria-live":"polite"},s.ACTIVE===e&&React.createElement(p,null),s.INSTALLED===e&&React.createElement(u,{activateCreativeMailPlugin:()=>t(i.Bf,"creative-mail-by-constant-contact/creative-mail-plugin"),isInstalling:r}),s.NOT_INSTALLED===e&&React.createElement(d,{installAndActivateCreativeMailPlugin:()=>t(i.pj,"creative-mail-by-constant-contact"),isInstalling:r}))},6124:(e,t,r)=>{"use strict";r.d(t,{A:()=>l});var a=r(6427),o=r(5044),n=r(1807);const l=()=>React.createElement(a.BaseControl,{__nextHasNoMarginBottom:!0},React.createElement(o.A,null),React.createElement(n.A,null))},9364:(e,t,r)=>{"use strict";r.d(t,{A:()=>d,F:()=>c});var a=r(6427),o=r(8468),n=r(7723),l=r(615),i=r(9787),s=r(1097);const __=n.__,c={name:"salesforce-web-to-lead-form",title:__("Salesforce Lead Form","jetpack-forms"),description:__("Add a Salesforce Lead form to your site","jetpack-forms"),icon:(0,s.A)(React.createElement(a.Path,{d:"M10.6778 7.72509C11.1949 7.1895 11.9152 6.8509 12.7094 6.8509C13.7682 6.8509 14.6855 7.4419 15.178 8.31608C15.6028 8.12524 16.0768 8.02059 16.5755 8.02059C18.4839 8.02059 20.0229 9.57811 20.0229 11.4988C20.0229 13.4196 18.4777 14.9771 16.5755 14.9771C16.3415 14.9771 16.1138 14.9525 15.8983 14.9094C15.4674 15.6789 14.6424 16.2022 13.6944 16.2022C13.3004 16.2022 12.9248 16.1099 12.5924 15.9498C12.1553 16.9779 11.1334 17.7043 9.94523 17.7043C8.70783 17.7043 7.64896 16.9225 7.24265 15.8205C7.06412 15.8574 6.87943 15.8759 6.69475 15.8759C5.21725 15.8759 4.02295 14.6693 4.02295 13.1733C4.02295 12.176 4.55854 11.3018 5.35885 10.834C5.19263 10.4584 5.10029 10.0398 5.10029 9.59658C5.09413 7.8913 6.49159 6.5 8.20302 6.5C9.21264 6.5 10.1114 6.98018 10.6778 7.72509Z",fill:(0,i.V)()}),24,24,"0 0 24 24"),innerBlocks:[["jetpack/field-email",{required:!0,label:__("Business Email","jetpack-forms"),id:"email"}],["jetpack/field-name",{required:!0,label:__("First Name","jetpack-forms"),id:"first_name"}],["jetpack/field-name",{required:!0,label:__("Last Name","jetpack-forms"),id:"last_name"}],["jetpack/field-text",{required:!0,label:__("Job Title","jetpack-forms"),id:"title"}],["jetpack/field-text",{required:!0,label:__("Company","jetpack-forms"),id:"company"}],["jetpack/field-telephone",{required:!0,label:__("Phone Number","jetpack-forms"),id:"phone"}],["jetpack/button",{text:__("Submit","jetpack-forms"),element:"button",lock:{remove:!0}}]],attributes:{subject:__("New lead received from your website","jetpack-forms"),salesforceData:{organizationId:"",sendToSalesforce:!0},style:{spacing:{padding:{top:"16px",right:"16px",bottom:"16px",left:"16px"}}}}},d=({salesforceData:e,setAttributes:t,instanceId:r})=>{const[n,i]=(0,o.useState)(!1);return React.createElement(o.Fragment,null,React.createElement(a.PanelBody,{title:__("Salesforce","jetpack-forms"),initialOpen:!0},React.createElement(a.BaseControl,{__nextHasNoMarginBottom:!0},React.createElement(a.TextControl,{label:__("Organization ID","jetpack-forms"),value:e.organizationId||"",placeholder:__("Enter your Organization ID","jetpack-forms"),onBlur:e=>{i(!e.target.value.trim().match(/^[a-zA-Z0-9]{15,18}$/))},onChange:r=>{var a;i(!1),a={organizationId:r.trim()},t({salesforceData:{...e,...a}})},help:__("Enter the Salesforce organization ID to send Leads to.","jetpack-forms"),__nextHasNoMarginBottom:!0}),n&&React.createElement(l.A,{isError:!0,id:`contact-form-${r}-email-error`},__("Invalid Organization ID. Should be a 15 – 18 characters long alphanumeric string.","jetpack-forms")),React.createElement(a.ExternalLink,{href:"https://help.salesforce.com/s/articleView?id=000325251&type=1"},__("Where to find your Salesforce Organization ID","jetpack-forms")),React.createElement("p",{style:{"margin-top":"32px",display:"flex","font-size":"12px",gap:"8px"}},React.createElement("div",null,React.createElement("span",{style:{padding:"3px 6px","border-radius":"4px",background:"#2FB41F",color:"white",display:"block","font-weight":600,"font-size":"11px"}},"BETA")),React.createElement("div",null,__("This premium feature is currently free to use as it is in beta.","jetpack-forms"))))))}},1787:(e,t,r)=>{"use strict";r.d(t,{U:()=>o});var a=r(6087);const o=e=>{const t={"--jetpack--contact-form--border-color":e.borderColor,"--jetpack--contact-form--border-radius":(0,a.isNumber)(e.borderRadius)?`${e.borderRadius}px`:null,"--jetpack--contact-form--border-size":(0,a.isNumber)(e.borderWidth)?`${e.borderWidth}px`:null,"--jetpack--contact-form--input-background":e.fieldBackgroundColor,"--jetpack--contact-form--font-size":e.fieldFontSize,"--jetpack--contact-form--line-height":e.lineHeight,"--jetpack--contact-form--text-color":e.inputColor,"--jetpack--contact-form--button-outline--text-color":e.inputColor,"--jetpack--contact-form--button-outline--background-color":e.buttonBackgroundColor,"--jetpack--contact-form--button-outline--border-radius":(0,a.isNumber)(e.buttonBorderRadius)?`${e.buttonBorderRadius}px`:null,"--jetpack--contact-form--button-outline--border-size":(0,a.isNumber)(e.buttonBorderWidth)?`${e.buttonBorderWidth}px`:null},r={color:e.labelColor,fontSize:e.labelFontSize,lineHeight:e.labelLineHeight},o={backgroundColor:e.fieldBackgroundColor,borderColor:e.borderColor,borderRadius:(0,a.isNumber)(e.borderRadius)?e.borderRadius:null,borderWidth:(0,a.isNumber)(e.borderWidth)?e.borderWidth:null,color:e.inputColor,fontSize:e.fieldFontSize,lineHeight:e.lineHeight};return{blockStyle:t,fieldStyle:o,labelStyle:r,optionStyle:{color:o.color,fontSize:o.fontSize,lineHeight:o.lineHeight}}}},4351:(e,t,r)=>{"use strict";r.d(t,{A:()=>c});var a=r(4715),o=r(4997),n=r(7723),l=r(6087),i=r(8575);const __=n.__,s=["submit_button_text","has_form_settings_set","submitButtonText","backgroundButtonColor","textButtonColor","customBackgroundButtonColor","customTextButtonColor","submitButtonClasses","hasFormSettingsSet"],c=[{attributes:{...i.A},supports:{html:!1},save:()=>React.createElement(a.InnerBlocks.Content,null)},{attributes:{submit_button_text:{type:"string",default:__("Submit","jetpack-forms")},has_form_settings_set:{type:"string",default:null},submitButtonText:{type:"string",default:__("Submit","jetpack-forms")},backgroundButtonColor:{type:"string"},textButtonColor:{type:"string"},customBackgroundButtonColor:{type:"string"},customTextButtonColor:{type:"string"},submitButtonClasses:{type:"string"},...i.A},migrate:(e,t)=>{const r=(0,l.omit)(e,s),a={text:e.submitButtonText||e.submit_button_text||__("Submit","jetpack-forms"),backgroundColor:e.backgroundButtonColor,textColor:e.textButtonColor,customBackgroundColor:e.customBackgroundButtonColor,customTextColor:e.customTextButtonColor};return[r,t.concat((0,o.createBlock)("jetpack/button",{element:"button",...a}))]},isEligible:e=>!(!e.has_form_settings_set&&!e.hasFormSettingsSet),save:()=>React.createElement(a.InnerBlocks.Content,null)}]},30:(e,t,r)=>{"use strict";r.d(t,{A:()=>_});var a=r(723),o=r(5985),n=r(4715),l=r(4997),i=r(6427),s=r(9491),c=r(7143),d=r(8468),u=r(7723),p=r(3022),m=r(6087),f=r(1013),h=r(599),b=r(3373),k=r(1465),g=r(186),E=r(7309),C=r(1646),R=r(6124),v=r(9364),j=r(2377),y=r(8152);const __=u.__,A=(0,m.filter)(f.P,(({settings:e})=>!e.parent||"jetpack/contact-form"===e.parent||(0,m.isArray)(e.parent)&&e.parent.includes("jetpack/contact-form"))),w=[...(0,m.map)(A,(e=>`jetpack/${e.name}`)),"core/audio","core/columns","core/group","core/heading","core/html","core/image","core/list","core/paragraph","core/row","core/separator","core/spacer","core/stack","core/subhead","core/video"],x=[...(0,m.map)(A,(e=>`jetpack/${e.name}`))],B=`${(0,m.get)((0,o.$i)(),"adminUrl",!1)}edit.php?post_type=feedback`,S=(0,d.forwardRef)((({attributes:e,setAttributes:t,postAuthorEmail:r,hasInnerBlocks:a,replaceInnerBlocks:s,selectBlock:c,clientId:u,instanceId:f,className:j,blockType:A,variations:S,defaultVariation:_,canUserInstallPlugins:I,style:N},P)=>{const{to:L,subject:M,customThankyou:F,customThankyouHeading:T,customThankyouMessage:$,customThankyouRedirect:O,jetpackCRM:V,salesforceData:H}=e,[D,q]=(0,d.useState)(!1),z=(0,n.useBlockProps)(),{isLoadingModules:G,isChangingStatus:U,isModuleActive:Z,changeStatus:W}=(0,o.q7)("contact-form"),J=(0,p.A)(j,"jetpack-contact-form",{"is-placeholder":!a&&l.registerBlockVariation}),Y=!!window?.Jetpack_Editor_Initial_State?.available_blocks["contact-form/salesforce-lead-form"],X=e=>(0,m.map)(e,(([e,t,r=[]])=>(0,l.createBlock)(e,t,X(r)))),K=e=>{e.attributes&&t(e.attributes),e.innerBlocks&&s(u,X(e.innerBlocks)),c(u)};(0,d.useEffect)((()=>{a||l.registerBlockVariation||K(y.A[0])})),(0,d.useEffect)((()=>{a||!l.registerBlockVariation||D||-1===window.location.search.indexOf("showJetpackFormsPatterns")||q(!0)}),[]);let Q;return Q=Z?!a&&l.registerBlockVariation?React.createElement("div",{className:J},React.createElement(n.__experimentalBlockVariationPicker,{icon:(0,m.get)(A,["icon","src"]),label:(0,m.get)(A,["title"]),instructions:__("Start building a form by selecting one of these form templates, or search in the patterns library for more forms:","jetpack-forms"),variations:(0,m.filter)(S,(e=>!e.hiddenFromPicker)),onSelect:(e=_)=>{K(e)}}),React.createElement("div",{className:"form-placeholder__footer"},React.createElement(i.Button,{variant:"secondary",onClick:()=>q(!0)},__("Explore Form Patterns","jetpack-forms")),React.createElement("div",{className:"form-placeholder__footer-links"},React.createElement(i.Button,{variant:"link",className:"form-placeholder__external-link",href:"https://jetpack.com/support/jetpack-blocks/contact-form/",target:"_blank"},__("Learn more about customizing forms","jetpack-forms")),React.createElement(i.Button,{variant:"link",className:"form-placeholder__external-link",href:B,target:"_blank"},__("View and export your form responses here","jetpack-forms")))),D&&React.createElement(i.Modal,{className:"form-placeholder__patterns-modal",title:__("Choose a pattern","jetpack-forms"),closeLabel:__("Cancel","jetpack-forms"),onRequestClose:()=>q(!1)},React.createElement(n.__experimentalBlockPatternSetup,{initialViewMode:"grid",filterPatternsFn:e=>-1!==e.content.indexOf("jetpack/contact-form"),clientId:u}))):React.createElement(React.Fragment,null,React.createElement(n.InspectorControls,null,!e.formTitle&&React.createElement(i.PanelBody,null,React.createElement(i.Notice,{status:"warning",isDismissible:!1},__("Add a heading inside the form or before it to help everybody identify it.","jetpack-forms"))," "),React.createElement(i.PanelBody,{title:__("Manage Responses","jetpack-forms")},React.createElement(C.A,{setAttributes:t})),React.createElement(i.PanelBody,{title:__("Submission Settings","jetpack-forms"),initialOpen:!1},React.createElement(React.Fragment,null,React.createElement(h.A,null,__("Customize the view after form submission:","jetpack-forms")),React.createElement(i.SelectControl,{label:__("On Submission","jetpack-forms"),value:F,options:[{label:__("Show a summary of submitted fields","jetpack-forms"),value:""},{label:__("Show a custom text message","jetpack-forms"),value:"message"},{label:__("Redirect to another webpage","jetpack-forms"),value:"redirect"}],onChange:e=>t({customThankyou:e}),__nextHasNoMarginBottom:!0}),"redirect"!==F&&React.createElement(i.TextControl,{label:__("Message Heading","jetpack-forms"),value:T,placeholder:__("Your message has been sent","jetpack-forms"),onChange:e=>t({customThankyouHeading:e}),__nextHasNoMarginBottom:!0}),"message"===F&&React.createElement(i.TextareaControl,{label:__("Message Text","jetpack-forms"),value:$,placeholder:__("Thank you for your submission!","jetpack-forms"),onChange:e=>t({customThankyouMessage:e}),__nextHasNoMarginBottom:!0}),"redirect"===F&&React.createElement("div",null,React.createElement(n.URLInput,{label:__("Redirect Address","jetpack-forms"),value:O,className:"jetpack-contact-form__thankyou-redirect-url",onChange:e=>t({customThankyouRedirect:e})})))),React.createElement(i.PanelBody,{title:__("Email Connection","jetpack-forms")},React.createElement(E.A,{emailAddress:L,emailSubject:M,instanceId:f,postAuthorEmail:r,setAttributes:t})),Y&&H?.sendToSalesforce&&React.createElement(v.A,{salesforceData:H,setAttributes:t,instanceId:f}),!((0,o.Sy)()||(0,o.d9)())&&React.createElement(d.Fragment,null,I&&React.createElement(i.PanelBody,{title:__("CRM Connection","jetpack-forms"),initialOpen:!1},React.createElement(g.A,{jetpackCRM:V,setAttributes:t})),React.createElement(i.PanelBody,{title:__("Creative Mail","jetpack-forms"),initialOpen:!1},React.createElement(R.A,null)))),React.createElement("div",{className:J,style:N,ref:P},React.createElement(n.InnerBlocks,{allowedBlocks:w,prioritizedInserterBlocks:x,templateInsertUpdatesSelection:!1}))):G?React.createElement(k.A,null):React.createElement(b.o,{changeStatus:W,isModuleActive:Z,isLoading:U}),React.createElement("div",z,Q)})),_=(0,s.compose)([(0,c.withSelect)(((e,t)=>{const{getBlockType:r,getBlockVariations:a,getDefaultBlockVariation:o}=e("core/blocks"),{getBlocks:n}=e("core/block-editor"),{getEditedPostAttribute:l}=e("core/editor"),{getUser:i,canUser:s}=e("core"),c=n(t.clientId),d=l("author"),u=d&&i(d)&&i(d).email,p=s("create","plugins"),m=c.find((e=>"jetpack/button"===e.name));if(m&&!m.attributes.lock){const e={move:!1,remove:!0};m.attributes.lock=e}return{blockType:r&&r(t.name),canUserInstallPlugins:p,defaultVariation:o&&o(t.name,"block"),variations:a&&a(t.name,"block"),innerBlocks:c,hasInnerBlocks:c.length>0,postAuthorEmail:u}})),(0,c.withDispatch)((e=>{const{replaceInnerBlocks:t,selectBlock:r}=e("core/block-editor");return{replaceInnerBlocks:t,selectBlock:r}})),s.withInstanceId,e=>t=>React.createElement(a.Ay,null,React.createElement(e,t))])((0,j.d)(S))},5620:(e,t,r)=>{"use strict";r.d(t,{U:()=>m,W:()=>h});var a=r(4715),o=r(6427),n=r(7723),l=r(8575),i=r(4351),s=r(30),c=r(6779),d=r(9787),u=r(1097),p=r(8152);const __=n.__,_x=n._x,m="contact-form",f=(0,u.A)(React.createElement(React.Fragment,null,React.createElement(o.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M18 9H13V7.5H18V9Z",fill:(0,d.V)()}),React.createElement(o.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M18 16.5H13V15H18V16.5Z",fill:(0,d.V)()}),React.createElement(o.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M9.5 7.5H7.5V9.5H9.5V7.5ZM7.5 6H9.5C10.3284 6 11 6.67157 11 7.5V9.5C11 10.3284 10.3284 11 9.5 11H7.5C6.67157 11 6 10.3284 6 9.5V7.5C6 6.67157 6.67157 6 7.5 6Z",fill:(0,d.V)()}),React.createElement(o.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M9.5 14.5H7.5V16.5H9.5V14.5ZM7.5 13H9.5C10.3284 13 11 13.6716 11 14.5V16.5C11 17.3284 10.3284 18 9.5 18H7.5C6.67157 18 6 17.3284 6 16.5V14.5C6 13.6716 6.67157 13 7.5 13Z",fill:(0,d.V)()}),React.createElement(o.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M19 4.5H5C4.72386 4.5 4.5 4.72386 4.5 5V19C4.5 19.2761 4.72386 19.5 5 19.5H19C19.2761 19.5 19.5 19.2761 19.5 19V5C19.5 4.72386 19.2761 4.5 19 4.5ZM5 3C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21H19C20.1046 21 21 20.1046 21 19V5C21 3.89543 20.1046 3 19 3H5Z",fill:(0,d.V)()}))),h={apiVersion:3,title:__("Form","jetpack-forms"),description:__("Create forms to collect data from site visitors and manage their responses.","jetpack-forms"),icon:f,keywords:[_x("email","block search term","jetpack-forms"),_x("feedback","block search term","jetpack-forms"),_x("contact form","block search term","jetpack-forms")],supports:{color:{link:!0,gradients:!0},html:!1,spacing:{padding:!0,margin:!0},align:["wide","full"]},attributes:l.A,edit:s.A,save:()=>{const e=a.useBlockProps.save();return React.createElement("div",e,React.createElement(a.InnerBlocks.Content,null))},example:{innerBlocks:[{name:"jetpack/field-name",attributes:{required:!0,label:__("Name","jetpack-forms")}},{name:"jetpack/field-email",attributes:{required:!0,label:__("Email","jetpack-forms")}},{name:"jetpack/field-textarea",attributes:{label:__("Message","jetpack-forms")}},{name:"jetpack/button",attributes:{text:__("Contact Us","jetpack-forms"),element:"button",lock:{remove:!0}}}]},styles:[{name:"default",label:"Default",isDefault:!0},{name:"animated",label:"Animated"},{name:"outlined",label:"Outlined"}],variations:p.A,category:"contact-form",transforms:c.A,deprecated:i.A}},6779:(e,t,r)=>{"use strict";r.d(t,{A:()=>s});var a=r(4997),o=r(7723),n=r(6087);const __=o.__,l=(e,t,r)=>{const a=r.match(new RegExp(`\\[${e}[^\\]]* ${t}="([^"]*)"`,"im"));if(a&&a.length)return a[1];const o=r.match(new RegExp(`\\[${e}[^\\]]* ${t}='([^']*)'`,"im"));if(o&&o.length)return o[1];const n=r.match(new RegExp(`\\[${e}[^\\]]* ${t}=([^\\s]*)\\s`,"im"));return!(!n||!n.length)&&n[1]},i={root:{},innerBlocks:[]},s={from:[{type:"raw",priority:1,isMatch:e=>!("P"!==e.nodeName||!(/\[contact-form(\s.*?)?\](?:([^\[]+)?)?/g.test(e.textContent)||/\[contact-field(\s.*?)?\](?:([^\[]+)?)?/g.test(e.textContent)||/\[\/contact-form]/g.test(e.textContent))),transform:e=>{const t=e.textContent.replace("
","");if(t.includes("[contact-form")&&(i.root={},i.innerBlocks=[],i.root=(e=>{const t={to:l("contact-form","to",e),subject:l("contact-form","subject",e),submitButtonText:l("contact-form","submit_button_text",e)};return{blockName:"jetpack/contact-form",attrs:(0,n.pickBy)(t,n.identity)}})(t)),t.includes("[contact-field")){const e=t.match(/(\[contact-field[\s\S]*?\/?])/g);e&&e.length>0&&e.forEach((e=>{i.innerBlocks.push((e=>{const t={label:l("contact-field","label",e),placeholder:l("contact-field","placeholder",e),required:l("contact-field","required",e),options:l("contact-field","options",e)},r=(e=>{const t="jetpack",r={text:`${t}/field-text`,url:`${t}/field-text`,textarea:`${t}/field-textarea`,radio:`${t}/field-radio`,checkbox:`${t}/field-checkbox`,"checkbox-multiple":`${t}/field-checkbox-multiple`,select:`${t}/field-select`,email:`${t}/field-email`,name:`${t}/field-name`,default:`${t}/field-text`};return r[e]?r[e]:r.default})(l("contact-field","type",e));return t.options&&(t.options=t.options.split(",")),(0,a.createBlock)(r,(0,n.pickBy)(t,n.identity))})(e))}))}if(t.includes("[/contact-form]")){i.innerBlocks.push((0,a.createBlock)("jetpack/button",{element:"button",text:i.root.attrs.submitButtonText||__("Contact Us","jetpack-forms")}));return(0,a.createBlock)(i.root.blockName,i.root.attrs,i.innerBlocks)}return!1}}],to:[{type:"block",blocks:["jetpack/subscriptions"],transform:()=>(0,a.createBlock)("jetpack/subscriptions")}]}},9787:(e,t,r)=>{"use strict";r.d(t,{V:()=>l});var a=r(8377),o=r(5985);const n=a.T["Jetpack Green 40"];function l(){return(0,o.d9)()||(0,o.Sy)()?null:n}},8882:(e,t,r)=>{"use strict";r.d(t,{B:()=>o});var a=r(4997);function o(){return(0,a.hasBlockSupport)("core/paragraph","splitting",!1)}},2386:(e,t,r)=>{"use strict";r.d(t,{J:()=>a});const a=e=>{const t=e.ownerDocument.defaultView.getSelection();if(0===t.rangeCount)return 0;const r=t.getRangeAt(0),a=r.cloneRange();return a.selectNodeContents(e),a.setEnd(r.endContainer,r.endOffset),a.toString().length}},2453:(e,t,r)=>{"use strict";r.d(t,{Z:()=>o});var a=r(6087);const o=(e,t,r,o)=>setTimeout((()=>{(0,a.tap)(e.querySelectorAll(t)[r],(e=>{if(e&&(e.focus(),document.createRange&&o)){const t=document.createRange();t.selectNodeContents(e),t.collapse(!1);const r=document.defaultView.getSelection();r.removeAllRanges(),r.addRange(t)}}))}),0)},2962:()=>{window.jetpackForms=window.jetpackForms||{},window.jetpackForms.getBackgroundColor=function(e){let t=window.getComputedStyle(e).backgroundColor;for(;"rgba(0, 0, 0, 0)"===t&&e.parentNode&&e.parentNode.nodeType===window.Node.ELEMENT_NODE;)if("wp-block-cover"!==(e=e.parentNode).className)t=window.getComputedStyle(e).backgroundColor;else{const r=e.querySelector(".wp-block-cover__background");t=window.getComputedStyle(r).backgroundColor}return t},window.jetpackForms.generateStyleVariables=function(e){if(!e)return;const t=window["editor-canvas"]?window["editor-canvas"].document:document,r=t.querySelector("body"),a=t.createElement("div");a.className="contact-form__style-probe",a.style="position: absolute; z-index: -1; width: 1px; height: 1px; visibility: hidden",a.innerHTML='\n\t\t\t
\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t
\n\t\t\t
\n\t\t',e.parentNode.appendChild(a);const o=a.querySelector(".btn-primary"),n=a.querySelector(".btn-outline"),l=a.querySelector('input[type="text"]'),i=window.jetpackForms.getBackgroundColor(r),s=window.jetpackForms.getBackgroundColor(l),c=window.getComputedStyle(l).backgroundColor,{border:d,borderColor:u,backgroundColor:p,color:m}=window.getComputedStyle(o),{backgroundColor:f,border:h,borderWidth:b,borderRadius:k,color:g,padding:E,lineHeight:C}=window.getComputedStyle(n),R=window.jetpackForms.getBackgroundColor(n),{color:v,padding:j,paddingTop:y,paddingLeft:A,border:w,borderColor:x,borderWidth:B,borderStyle:S,borderRadius:_,fontSize:I,fontFamily:N,lineHeight:P}=window.getComputedStyle(l);return a.remove(),{"--jetpack--contact-form--primary-color":p,"--jetpack--contact-form--background-color":i,"--jetpack--contact-form--text-color":v,"--jetpack--contact-form--border":w,"--jetpack--contact-form--border-color":x,"--jetpack--contact-form--border-size":B,"--jetpack--contact-form--border-style":S,"--jetpack--contact-form--border-radius":_,"--jetpack--contact-form--input-background":c,"--jetpack--contact-form--input-background-fallback":s,"--jetpack--contact-form--input-padding":j,"--jetpack--contact-form--input-padding-top":y,"--jetpack--contact-form--input-padding-left":A,"--jetpack--contact-form--font-size":I,"--jetpack--contact-form--font-family":N,"--jetpack--contact-form--line-height":P,"--jetpack--contact-form--button-primary--color":m,"--jetpack--contact-form--button-primary--background-color":p,"--jetpack--contact-form--button-primary--border":d,"--jetpack--contact-form--button-primary--border-color":u,"--jetpack--contact-form--button-outline--padding":E,"--jetpack--contact-form--button-outline--border":h,"--jetpack--contact-form--button-outline--background-color":f,"--jetpack--contact-form--button-outline--background-color-fallback":R,"--jetpack--contact-form--button-outline--border-size":b,"--jetpack--contact-form--button-outline--border-radius":k,"--jetpack--contact-form--button-outline--text-color":g,"--jetpack--contact-form--button-outline--line-height":C}}},1663:(e,t,r)=>{"use strict";r.d(t,{BV:()=>p,DR:()=>d,pC:()=>c,zD:()=>u});var a=r(4715),o=r(4997),n=r(7143),l=r(8468),i=r(7723);const __=i.__,s="jetpack/contact-form",c={ANIMATED:"animated",BELOW:"below",DEFAULT:"default",OUTLINED:"outlined"},d=({attributes:e,clientId:t,name:r})=>{const i={text:__("Submit","jetpack-forms"),element:"button",lock:{remove:!0}},{replaceBlock:c}=(0,n.useDispatch)(a.store),d=(0,n.useSelect)((e=>e(a.store).getBlockParentsByBlockName(t,s)));(0,l.useEffect)((()=>{d?.length||c(t,(0,o.createBlock)(s,{},[(0,o.createBlock)(r,e),(0,o.createBlock)("jetpack/button",i)]))}),[])},u=e=>{const t=e&&e.match(/is-style-([^\s]+)/i);return t?t[1]:""},p=e=>{const t=(0,n.useSelect)((t=>{const[r]=t(a.store).getBlockParentsByBlockName(e,s);return t(a.store).getBlockAttributes(r)}));return u(t?.className)||c.DEFAULT}},6691:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var a=r(4997);function o(e,t){return e.label||(0,a.getBlockType)(t).title}},9771:(e,t,r)=>{"use strict";function a(e,t){return{...e,...t,supports:{...e.supports,...t.supports},attributes:{...e.attributes,...t.attributes}}}r.d(t,{A:()=>a})},1620:(e,t,r)=>{"use strict";r.d(t,{Bf:()=>s,pj:()=>i,xy:()=>l});var a=r(5985),o=r(1455),n=r.n(o);async function l(){if((0,a.Sy)())return Promise.reject();try{return await n()({path:"/jetpack/v4/plugins"})}catch(e){return Promise.reject(e.message)}}async function i(e){if((0,a.Sy)())return Promise.reject();try{return await n()({path:"/jetpack/v4/plugins",method:"POST",data:{slug:e,status:"active",source:"block-editor"}})}catch(e){return Promise.reject(e.message)}}async function s(e){if((0,a.Sy)())return Promise.reject();try{return await n()({path:`/jetpack/v4/plugins/${e}`,method:"POST",data:{status:"active",source:"block-editor"}})}catch(e){return Promise.reject(e.message)}}},2399:(e,t,r)=>{"use strict";r.d(t,{A:()=>n});var a=r(5985),o=r(4997);function n(e,t,r=[],n=!0){const{available:l,details:i,unavailableReason:s}=(0,a.FB)(e),c=(0,a.aq)(s,i),d=n?"jetpack/":"";if(!l&&!c)return!1;const u=(0,o.registerBlockType)(d+e,t);return r.forEach((e=>(0,o.registerBlockType)(d+e.name,e.settings))),u}},1097:(e,t,r)=>{"use strict";r.d(t,{A:()=>o});var a=r(6427);const o=(e,t=24,r=24,o="0 0 24 24")=>React.createElement(a.SVG,{xmlns:"http://www.w3.org/2000/svg",width:t,height:r,viewBox:o},React.createElement(a.Path,{fill:"none",d:"M0 0h24v24H0V0z",className:"icon-filler"}),e)},2233:(e,t,r)=>{"use strict";r.d(t,{F:()=>n});var a=r(7143),o=r(6087);const n=e=>(0,a.useSelect)((t=>{const r=t("core/block-editor");return r.getBlockAttributes((0,o.first)(r.getBlockParents(e,!0)))}))},8890:(e,t,r)=>{"use strict";r.d(t,{H:()=>s});var a=r(6072),o=r.n(a),n=r(7143),l=r(8468),i=r(6087);const s=e=>t=>({attributes:r,clientId:a,setAttributes:s,...c})=>{const d=(({attributes:e,clientId:t,setAttributes:r,sharedAttributes:a})=>{const{updateBlockAttributes:o}=(0,n.useDispatch)("core/block-editor"),s=(0,n.useSelect)((e=>{const r=e("core/block-editor"),a=(0,i.first)(r.getBlockParentsByBlockName(t,"jetpack/contact-form"));return(0,i.filter)(r.getBlocks(a),(e=>e.name.indexOf("jetpack/field")>-1&&e.attributes.shareFieldAttributes))}),[t]);return(0,l.useEffect)((()=>{if(!(0,i.isEmpty)(s)&&e.shareFieldAttributes){const e=(0,i.pick)((0,i.first)(s).attributes,a);o([t],e)}}),[]),(0,l.useCallback)((n=>{let l,c;e.shareFieldAttributes&&(0,i.isNil)(n.shareFieldAttributes)?(l=(0,i.map)(s,(e=>e.clientId)),c=(0,i.pick)(n,a)):n.shareFieldAttributes&&!(0,i.isEmpty)(s)&&(l=[t],c=(0,i.pick)((0,i.first)(s).attributes,a)),(0,i.isEmpty)(l)||(0,i.isEmpty)(c)||o(l,c),r(n)}),[e,t,r,a,s,o])})({attributes:r,clientId:a,setAttributes:s,sharedAttributes:e});return React.createElement(t,o()({attributes:r,clientId:a,setAttributes:d},c))}},2377:(e,t,r)=>{"use strict";r.d(t,{d:()=>l});var a=r(6072),o=r.n(a),n=(r(2962),r(8468));const l=e=>t=>{const{generateStyleVariables:r}=window.jetpackForms,a=(0,n.useRef)(void 0);return React.createElement(e,o()({style:r(a?.current)},t,{ref:a}))}},8152:(e,t,r)=>{"use strict";r.d(t,{A:()=>p});var a=r(5985),o=r(6427),n=r(7723),l=r(3407),i=r(6087),s=r(9364),c=r(9787),d=r(1097);const __=n.__,_x=n._x,u={style:{spacing:{padding:{top:"16px",right:"16px",bottom:"16px",left:"16px"}}}},p=(0,i.compact)([{name:"contact-form",title:__("Contact Form","jetpack-forms"),description:__("Add a contact form to your page.","jetpack-forms"),icon:(0,d.A)(React.createElement(React.Fragment,null,React.createElement(o.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 5.3203L6.6477 9L12 12.6797L17.3523 9L12 5.3203ZM12 3.5L4 9L12 14.5L20 9L12 3.5Z",fill:(0,c.V)()}),React.createElement(o.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M4 18V9H5.5V18C5.5 18.4142 5.83579 18.75 6.25 18.75H17.75C18.1642 18.75 18.5 18.4142 18.5 18V9H20V18C20 19.2426 18.9926 20.25 17.75 20.25H6.25C5.00736 20.25 4 19.2426 4 18Z",fill:(0,c.V)()})),24,24,"0 0 24 24"),innerBlocks:[["jetpack/field-name",{required:!0,label:__("Name","jetpack-forms")}],["jetpack/field-email",{required:!0,label:__("Email","jetpack-forms")}],["jetpack/field-textarea",{label:__("Message","jetpack-forms")}],["jetpack/button",{text:__("Contact Us","jetpack-forms"),element:"button",lock:{remove:!0}}]],attributes:{...u}},{name:"rsvp-form",title:__("RSVP Form","jetpack-forms"),description:__("Add an RSVP form to your page","jetpack-forms"),icon:(0,d.A)(React.createElement(React.Fragment,null,React.createElement(o.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M7.87868 15.5L5.5 17.8787L5.5 6C5.5 5.72386 5.72386 5.5 6 5.5L18 5.5C18.2761 5.5 18.5 5.72386 18.5 6L18.5 15C18.5 15.2761 18.2761 15.5 18 15.5L7.87868 15.5ZM8.5 17L18 17C19.1046 17 20 16.1046 20 15L20 6C20 4.89543 19.1046 4 18 4L6 4C4.89543 4 4 4.89543 4 6L4 18.9393C4 19.5251 4.47487 20 5.06066 20C5.34196 20 5.61175 19.8883 5.81066 19.6893L8.5 17Z",fill:(0,c.V)()}),React.createElement(o.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M15.6087 7.93847L11.4826 13.6692L8.45898 10.5196L9.54107 9.48084L11.3175 11.3313L14.3914 7.06201L15.6087 7.93847Z",fill:(0,c.V)()})),24,24,"0 0 24 24"),innerBlocks:[["jetpack/field-name",{required:!0,label:__("Name","jetpack-forms")}],["jetpack/field-email",{required:!0,label:__("Email","jetpack-forms")}],["jetpack/field-radio",{label:__("Attending?","jetpack-forms"),required:!0,options:[__("Yes","jetpack-forms"),__("No","jetpack-forms")]}],["jetpack/field-textarea",{label:__("Other Details","jetpack-forms")}],["jetpack/button",{text:__("Send RSVP","jetpack-forms"),element:"button",lock:{remove:!0}}]],attributes:{...u,subject:__("A new RSVP from your website","jetpack-forms")}},{name:"registration-form",title:__("Registration Form","jetpack-forms"),description:__("Add a Registration form to your page","jetpack-forms"),icon:(0,d.A)(React.createElement(React.Fragment,null,React.createElement(o.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M18.5 5.5V8H20V5.5H22.5V4H20V1.5H18.5V4H16V5.5H18.5ZM12 4H6C4.89543 4 4 4.89543 4 6V18C4 19.1046 4.89543 20 6 20H18C19.1046 20 20 19.1046 20 18V12H18.5V18C18.5 18.2761 18.2761 18.5 18 18.5H6C5.72386 18.5 5.5 18.2761 5.5 18V6C5.5 5.72386 5.72386 5.5 6 5.5H12V4Z",fill:(0,c.V)()}),React.createElement(o.Path,{d:"M16.75 17.5V15.5C16.75 13.9812 15.5188 12.75 14 12.75H10C8.48122 12.75 7.25 13.9812 7.25 15.5V17.5H8.75V15.5C8.75 14.8096 9.30964 14.25 10 14.25H14C14.6904 14.25 15.25 14.8096 15.25 15.5V17.5H16.75Z",fill:(0,c.V)()}),React.createElement(o.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M14.5 9C14.5 10.3807 13.3807 11.5 12 11.5C10.6193 11.5 9.5 10.3807 9.5 9C9.5 7.61929 10.6193 6.5 12 6.5C13.3807 6.5 14.5 7.61929 14.5 9ZM13 9C13 9.55228 12.5523 10 12 10C11.4477 10 11 9.55228 11 9C11 8.44772 11.4477 8 12 8C12.5523 8 13 8.44772 13 9Z",fill:(0,c.V)()})),24,24,"0 0 24 24"),innerBlocks:[["jetpack/field-name",{required:!0,label:__("Name","jetpack-forms")}],["jetpack/field-email",{required:!0,label:__("Email","jetpack-forms")}],["jetpack/field-telephone",{label:__("Phone","jetpack-forms")}],["jetpack/field-select",{label:__("How did you hear about us?","jetpack-forms"),options:[__("Search Engine","jetpack-forms"),__("Social Media","jetpack-forms"),__("TV","jetpack-forms"),__("Radio","jetpack-forms"),__("Friend or Family","jetpack-forms")]}],["jetpack/field-textarea",{label:__("Other Details","jetpack-forms")}],["jetpack/button",{text:__("Send","jetpack-forms"),element:"button",lock:{remove:!0}}]],attributes:{...u,subject:__("A new registration from your website","jetpack-forms")}},{name:"appointment-form",title:__("Appointment Form","jetpack-forms"),description:__("Add an Appointment booking form to your page","jetpack-forms"),icon:(0,d.A)(React.createElement(React.Fragment,null,React.createElement(o.Path,{d:"M4 6C4 4.89543 4.89543 4 6 4H18C19.1046 4 20 4.89543 20 6V8H4V6Z",fill:(0,c.V)()}),React.createElement(o.Path,{d:"M7 9.25H11V13.25H7V9.25Z",fill:(0,c.V)()}),React.createElement(o.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M6 5.5H18C18.2761 5.5 18.5 5.72386 18.5 6V12H20V6C20 4.89543 19.1046 4 18 4H6C4.89543 4 4 4.89543 4 6V18C4 19.1046 4.89543 20 6 20H12V18.5H6C5.72386 18.5 5.5 18.2761 5.5 18V6C5.5 5.72386 5.72386 5.5 6 5.5Z",fill:(0,c.V)()}),React.createElement(o.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M17.25 21V15H18.75V21H17.25Z",fill:(0,c.V)()}),React.createElement(o.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M15 17.25L21 17.25L21 18.75L15 18.75L15 17.25Z",fill:(0,c.V)()})),24,24,"0 0 24 24"),innerBlocks:[["jetpack/field-name",{required:!0,label:__("Name","jetpack-forms")}],["jetpack/field-email",{required:!0,label:__("Email","jetpack-forms")}],["jetpack/field-telephone",{required:!0,label:__("Phone","jetpack-forms")}],["jetpack/field-date",{label:__("Date","jetpack-forms"),required:!0}],["jetpack/field-radio",{label:__("Time","jetpack-forms"),required:!0,options:[__("Morning","jetpack-forms"),__("Afternoon","jetpack-forms")]}],["jetpack/field-textarea",{label:__("Notes","jetpack-forms")}],["jetpack/button",{text:__("Book Appointment","jetpack-forms"),element:"button",lock:{remove:!0}}]],attributes:{...u,subject:__("A new appointment booked from your website","jetpack-forms")}},{name:"feedback-form",title:__("Feedback Form","jetpack-forms"),description:__("Add a Feedback form to your page","jetpack-forms"),icon:(0,d.A)(React.createElement(React.Fragment,null,React.createElement(o.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 18.5C15.5899 18.5 18.5 15.5899 18.5 12C18.5 8.41015 15.5899 5.5 12 5.5C8.41015 5.5 5.5 8.41015 5.5 12C5.5 15.5899 8.41015 18.5 12 18.5ZM12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20Z",fill:(0,c.V)()}),React.createElement(o.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M9.5 11C10.3284 11 11 10.3284 11 9.5C11 8.67157 10.3284 8 9.5 8C8.67157 8 8 8.67157 8 9.5C8 10.3284 8.67157 11 9.5 11Z",fill:(0,c.V)()}),React.createElement(o.Path,{d:"M16 9.5C16 10.3284 15.3284 11 14.5 11C13.6716 11 13 10.3284 13 9.5C13 8.67157 13.6716 8 14.5 8C15.3284 8 16 8.67157 16 9.5Z",fill:(0,c.V)()}),React.createElement(o.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M14.5 11C15.3284 11 16 10.3284 16 9.5C16 8.67157 15.3284 8 14.5 8C13.6716 8 13 8.67157 13 9.5C13 10.3284 13.6716 11 14.5 11Z",fill:(0,c.V)()}),React.createElement(o.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M8.16492 14.6566L7.41431 13.7183L8.58561 12.7812L9.33622 13.7195C9.98358 14.5287 10.9637 14.9998 12 14.9998C13.0362 14.9998 14.0163 14.5287 14.6637 13.7195L15.4143 12.7812L16.5856 13.7183L15.835 14.6566C14.903 15.8216 13.4919 16.4998 12 16.4998C10.508 16.4998 9.09693 15.8216 8.16492 14.6566Z",fill:(0,c.V)()})),24,24,"0 0 24 24"),innerBlocks:[["jetpack/field-name",{required:!0,label:__("Name","jetpack-forms")}],["jetpack/field-email",{required:!0,label:__("Email","jetpack-forms")}],["jetpack/field-radio",{label:__("Please rate our website","jetpack-forms"),required:!0,options:[__("1 - Very Bad","jetpack-forms"),__("2 - Poor","jetpack-forms"),__("3 - Average","jetpack-forms"),__("4 - Good","jetpack-forms"),__("5 - Excellent","jetpack-forms")]}],["jetpack/field-textarea",{label:__("How could we improve?","jetpack-forms")}],["jetpack/button",{text:__("Send Feedback","jetpack-forms"),element:"button",lock:{remove:!0}}]],attributes:{...u,subject:__("New feedback received from your website","jetpack-forms")}},!((0,a.d9)()||(0,a.Sy)())&&{name:"lead-capture-form",title:__("Lead capture","jetpack-forms"),description:__("A simple way to collect leads using forms on your site.","jetpack-forms"),keywords:[_x("subscribe","block search term","jetpack-forms"),_x("email","block search term","jetpack-forms"),_x("signup","block search term","jetpack-forms")],icon:l.A,innerBlocks:[["jetpack/field-name",{required:!0,label:__("Name","jetpack-forms")}],["jetpack/field-email",{required:!0,label:__("Email","jetpack-forms")}],["jetpack/field-consent",{}],["jetpack/button",{text:__("Subscribe","jetpack-forms"),element:"button",lock:{remove:!0}}]],attributes:{...u}},s.F])},67:(e,t,r)=>{t.formatArgs=function(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+e.exports.humanize(this.diff),!this.useColors)return;const r="color: "+this.color;t.splice(1,0,r,"color: inherit");let a=0,o=0;t[0].replace(/%[a-zA-Z%]/g,(e=>{"%%"!==e&&(a++,"%c"===e&&(o=a))})),t.splice(o,0,r)},t.save=function(e){try{e?t.storage.setItem("debug",e):t.storage.removeItem("debug")}catch(e){}},t.load=function(){let e;try{e=t.storage.getItem("debug")}catch(e){}!e&&"undefined"!=typeof process&&"env"in process&&(e=process.env.DEBUG);return e},t.useColors=function(){if("undefined"!=typeof window&&window.process&&("renderer"===window.process.type||window.process.__nwjs))return!0;if("undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))return!1;let e;return"undefined"!=typeof document&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||"undefined"!=typeof window&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||"undefined"!=typeof navigator&&navigator.userAgent&&(e=navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/))&&parseInt(e[1],10)>=31||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)},t.storage=function(){try{return localStorage}catch(e){}}(),t.destroy=(()=>{let e=!1;return()=>{e||(e=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})(),t.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"],t.log=console.debug||console.log||(()=>{}),e.exports=r(8926)(t);const{formatters:a}=e.exports;a.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}},8926:(e,t,r)=>{e.exports=function(e){function t(e){let r,o,n,l=null;function i(...e){if(!i.enabled)return;const a=i,o=Number(new Date),n=o-(r||o);a.diff=n,a.prev=r,a.curr=o,r=o,e[0]=t.coerce(e[0]),"string"!=typeof e[0]&&e.unshift("%O");let l=0;e[0]=e[0].replace(/%([a-zA-Z%])/g,((r,o)=>{if("%%"===r)return"%";l++;const n=t.formatters[o];if("function"==typeof n){const t=e[l];r=n.call(a,t),e.splice(l,1),l--}return r})),t.formatArgs.call(a,e);(a.log||t.log).apply(a,e)}return i.namespace=e,i.useColors=t.useColors(),i.color=t.selectColor(e),i.extend=a,i.destroy=t.destroy,Object.defineProperty(i,"enabled",{enumerable:!0,configurable:!1,get:()=>null!==l?l:(o!==t.namespaces&&(o=t.namespaces,n=t.enabled(e)),n),set:e=>{l=e}}),"function"==typeof t.init&&t.init(i),i}function a(e,r){const a=t(this.namespace+(void 0===r?":":r)+e);return a.log=this.log,a}function o(e,t){let r=0,a=0,o=-1,n=0;for(;r"-"+e))].join(",");return t.enable(""),e},t.enable=function(e){t.save(e),t.namespaces=e,t.names=[],t.skips=[];const r=("string"==typeof e?e:"").trim().replace(" ",",").split(",").filter(Boolean);for(const e of r)"-"===e[0]?t.skips.push(e.slice(1)):t.names.push(e)},t.enabled=function(e){for(const r of t.skips)if(o(e,r))return!1;for(const r of t.names)if(o(e,r))return!0;return!1},t.humanize=r(7378),t.destroy=function(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")},Object.keys(e).forEach((r=>{t[r]=e[r]})),t.names=[],t.skips=[],t.formatters={},t.selectColor=function(e){let r=0;for(let t=0;t{"use strict";t.A=function(e){var t=e.size,r=void 0===t?24:t,a=e.onClick,i=(e.icon,e.className),s=function(e,t){if(null==e)return{};var r,a,o=function(e,t){if(null==e)return{};var r,a,o={},n=Object.keys(e);for(a=0;a{"use strict";e.exports=window.JetpackConnection},1609:e=>{"use strict";e.exports=window.React},790:e=>{"use strict";e.exports=window.ReactJSXRuntime},6087:e=>{"use strict";e.exports=window.lodash},1455:e=>{"use strict";e.exports=window.wp.apiFetch},4715:e=>{"use strict";e.exports=window.wp.blockEditor},4997:e=>{"use strict";e.exports=window.wp.blocks},6427:e=>{"use strict";e.exports=window.wp.components},9491:e=>{"use strict";e.exports=window.wp.compose},7143:e=>{"use strict";e.exports=window.wp.data},8468:e=>{"use strict";e.exports=window.wp.element},2619:e=>{"use strict";e.exports=window.wp.hooks},7723:e=>{"use strict";e.exports=window.wp.i18n},2279:e=>{"use strict";e.exports=window.wp.plugins},5573:e=>{"use strict";e.exports=window.wp.primitives},3832:e=>{"use strict";e.exports=window.wp.url},6072:e=>{function t(){return e.exports=t=Object.assign?Object.assign.bind():function(e){for(var t=1;t{"use strict";function a(e){var t,r,o="";if("string"==typeof e||"number"==typeof e)o+=e;else if("object"==typeof e)if(Array.isArray(e)){var n=e.length;for(t=0;to});const o=function(){for(var e,t,r=0,o="",n=arguments.length;r{"use strict";e.exports=JSON.parse('{"T":{"White":"#fff","Black":"#000","Gray":"#646970","Gray 0":"#f6f7f7","Gray 5":"#dcdcde","Gray 10":"#c3c4c7","Gray 20":"#a7aaad","Gray 30":"#8c8f94","Gray 40":"#787c82","Gray 50":"#646970","Gray 60":"#50575e","Gray 70":"#3c434a","Gray 80":"#2c3338","Gray 90":"#1d2327","Gray 100":"#101517","Blue":"#0675c4","Blue 0":"#e9f0f5","Blue 5":"#bbe0fa","Blue 10":"#91caf2","Blue 20":"#68b3e8","Blue 30":"#399ce3","Blue 40":"#1689db","Blue 50":"#0675c4","Blue 60":"#055d9c","Blue 70":"#044b7a","Blue 80":"#02395c","Blue 90":"#01283d","Blue 100":"#001621","Purple":"#984a9c","Purple 0":"#f2e9ed","Purple 5":"#ebcee0","Purple 10":"#e3afd5","Purple 20":"#d48fc8","Purple 30":"#c475bd","Purple 40":"#b35eb1","Purple 50":"#984a9c","Purple 60":"#7c3982","Purple 70":"#662c6e","Purple 80":"#4d2054","Purple 90":"#35163b","Purple 100":"#1e0c21","Pink":"#c9356e","Pink 0":"#f5e9ed","Pink 5":"#f2ceda","Pink 10":"#f7a8c3","Pink 20":"#f283aa","Pink 30":"#eb6594","Pink 40":"#e34c84","Pink 50":"#c9356e","Pink 60":"#ab235a","Pink 70":"#8c1749","Pink 80":"#700f3b","Pink 90":"#4f092a","Pink 100":"#260415","Red":"#d63638","Red 0":"#f7ebec","Red 5":"#facfd2","Red 10":"#ffabaf","Red 20":"#ff8085","Red 30":"#f86368","Red 40":"#e65054","Red 50":"#d63638","Red 60":"#b32d2e","Red 70":"#8a2424","Red 80":"#691c1c","Red 90":"#451313","Red 100":"#240a0a","Orange":"#b26200","Orange 0":"#f5ece6","Orange 5":"#f7dcc6","Orange 10":"#ffbf86","Orange 20":"#faa754","Orange 30":"#e68b28","Orange 40":"#d67709","Orange 50":"#b26200","Orange 60":"#8a4d00","Orange 70":"#704000","Orange 80":"#543100","Orange 90":"#361f00","Orange 100":"#1f1200","Yellow":"#9d6e00","Yellow 0":"#f5f1e1","Yellow 5":"#f5e6b3","Yellow 10":"#f2d76b","Yellow 20":"#f0c930","Yellow 30":"#deb100","Yellow 40":"#c08c00","Yellow 50":"#9d6e00","Yellow 60":"#7d5600","Yellow 70":"#674600","Yellow 80":"#4f3500","Yellow 90":"#320","Yellow 100":"#1c1300","Green":"#008a20","Green 0":"#e6f2e8","Green 5":"#b8e6bf","Green 10":"#68de86","Green 20":"#1ed15a","Green 30":"#00ba37","Green 40":"#00a32a","Green 50":"#008a20","Green 60":"#007017","Green 70":"#005c12","Green 80":"#00450c","Green 90":"#003008","Green 100":"#001c05","Celadon":"#008763","Celadon 0":"#e4f2ed","Celadon 5":"#a7e8d3","Celadon 10":"#66deb9","Celadon 20":"#31cc9f","Celadon 30":"#09b585","Celadon 40":"#009e73","Celadon 50":"#008763","Celadon 60":"#007053","Celadon 70":"#005c44","Celadon 80":"#004533","Celadon 90":"#003024","Celadon 100":"#001c15","Automattic Blue":"#24a3e0","Automattic Blue 0":"#ebf4fa","Automattic Blue 5":"#c4e2f5","Automattic Blue 10":"#88ccf2","Automattic Blue 20":"#5ab7e8","Automattic Blue 30":"#24a3e0","Automattic Blue 40":"#1490c7","Automattic Blue 50":"#0277a8","Automattic Blue 60":"#036085","Automattic Blue 70":"#02506e","Automattic Blue 80":"#02384d","Automattic Blue 90":"#022836","Automattic Blue 100":"#021b24","WordPress Blue":"#3858e9","WordPress Blue 0":"#fbfcfe","WordPress Blue 5":"#f7f8fe","WordPress Blue 10":"#d6ddf9","WordPress Blue 20":"#adbaf3","WordPress Blue 30":"#7b90ff","WordPress Blue 40":"#546ff3","WordPress Blue 50":"#3858e9","WordPress Blue 60":"#2a46ce","WordPress Blue 70":"#1d35b4","WordPress Blue 80":"#1f3286","WordPress Blue 90":"#14215a","WordPress Blue 100":"#0a112d","Simplenote Blue":"#3361cc","Simplenote Blue 0":"#e9ecf5","Simplenote Blue 5":"#ced9f2","Simplenote Blue 10":"#abc1f5","Simplenote Blue 20":"#84a4f0","Simplenote Blue 30":"#618df2","Simplenote Blue 40":"#4678eb","Simplenote Blue 50":"#3361cc","Simplenote Blue 60":"#1d4fc4","Simplenote Blue 70":"#113ead","Simplenote Blue 80":"#0d2f85","Simplenote Blue 90":"#09205c","Simplenote Blue 100":"#05102e","WooCommerce Purple":"#720eec","WooCommerce Purple 0":"#f2edff","WooCommerce Purple 5":"#e1d7ff","WooCommerce Purple 10":"#d1c1ff","WooCommerce Purple 20":"#b999ff","WooCommerce Purple 30":"#a77eff","WooCommerce Purple 40":"#873eff","WooCommerce Purple 50":"#720eec","WooCommerce Purple 60":"#6108ce","WooCommerce Purple 70":"#5007aa","WooCommerce Purple 80":"#3c087e","WooCommerce Purple 90":"#2c045d","WooCommerce Purple 100":"#1f0342","Jetpack Green":"#069e08","Jetpack Green 0":"#f0f2eb","Jetpack Green 5":"#d0e6b8","Jetpack Green 10":"#9dd977","Jetpack Green 20":"#64ca43","Jetpack Green 30":"#2fb41f","Jetpack Green 40":"#069e08","Jetpack Green 50":"#008710","Jetpack Green 60":"#007117","Jetpack Green 70":"#005b18","Jetpack Green 80":"#004515","Jetpack Green 90":"#003010","Jetpack Green 100":"#001c09"}}')}},t={};function r(a){var o=t[a];if(void 0!==o)return o.exports;var n=t[a]={exports:{}};return e[a](n,n.exports,r),n.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 a in t)r.o(t,a)&&!r.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:t[a]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),(()=>{"use strict";var e=r(1013),t=r(2399),a=r(5620);(0,t.A)(a.U,a.W,e.P)})()})(); \ No newline at end of file diff --git a/dist/blocks/editor.rtl.css b/dist/blocks/editor.rtl.css index 854ece4..edba536 100644 --- a/dist/blocks/editor.rtl.css +++ b/dist/blocks/editor.rtl.css @@ -1 +1 @@ -.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}.jetpack-editor-panel-logo{margin-right:.5em}.wp-block-jetpack-contact-form{box-sizing:border-box}.wp-block-jetpack-contact-form .block-editor-block-variation-picker.has-many-variations .components-placeholder__fieldset{margin:0;max-width:unset}.wp-block-jetpack-contact-form .block-editor-block-variation-picker.has-many-variations .components-placeholder__fieldset .block-editor-block-variation-picker__variations{gap:20px 0;justify-content:center;margin:16px auto;max-width:560px}.wp-block-jetpack-contact-form .block-editor-block-variation-picker.has-many-variations .components-placeholder__fieldset .block-editor-block-variation-picker__variations>li{flex:0;margin:0;max-width:none;padding:0 2px;text-align:center;width:unset}.wp-block-jetpack-contact-form .block-editor-block-variation-picker.has-many-variations .components-placeholder__fieldset .block-editor-block-variation-picker__variations .block-editor-block-variation-picker__variation{margin-left:4px;margin-right:4px;padding:22px}.wp-block-jetpack-contact-form .block-editor-block-variation-picker.has-many-variations .components-placeholder__fieldset .block-editor-block-variation-picker__variations .block-editor-block-variation-picker__variation svg{height:auto;width:24px}.wp-block-jetpack-contact-form .block-editor-block-variation-picker.has-many-variations .components-placeholder__fieldset .block-editor-block-variation-picker__variations .block-editor-block-variation-picker__variation-label{margin-left:0}.wp-block-jetpack-contact-form .block-editor-inner-blocks>.block-editor-block-list__layout{display:flex;flex-direction:row;flex-wrap:wrap;gap:var(--wp--style--block-gap,1.5rem);justify-content:flex-start}.wp-block-jetpack-contact-form .block-editor-inner-blocks>.block-editor-block-list__layout .wp-block{flex:0 0 100%;margin:0}.wp-block-jetpack-contact-form .block-editor-inner-blocks>.block-editor-block-list__layout .wp-block.jetpack-field__width-25,.wp-block-jetpack-contact-form .block-editor-inner-blocks>.block-editor-block-list__layout .wp-block.jetpack-field__width-50,.wp-block-jetpack-contact-form .block-editor-inner-blocks>.block-editor-block-list__layout .wp-block.jetpack-field__width-75{box-sizing:border-box}.wp-block-jetpack-contact-form .block-editor-inner-blocks>.block-editor-block-list__layout .wp-block.jetpack-field__width-25{flex:1 1 calc(25% - var(--wp--style--block-gap, 1.5rem)*1);max-width:25%}.wp-block-jetpack-contact-form .block-editor-inner-blocks>.block-editor-block-list__layout .wp-block.jetpack-field__width-25 .jetpack-option__input.jetpack-option__input.jetpack-option__input{width:70px}.wp-block-jetpack-contact-form .block-editor-inner-blocks>.block-editor-block-list__layout .wp-block.jetpack-field__width-50{flex:1 1 calc(50% - var(--wp--style--block-gap, 1.5rem)*1);max-width:50%}.wp-block-jetpack-contact-form .block-editor-inner-blocks>.block-editor-block-list__layout .wp-block.jetpack-field__width-75{flex:1 1 calc(75% - var(--wp--style--block-gap, 1.5rem)*1);max-width:75%}@media(max-width:480px){.wp-block-jetpack-contact-form .block-editor-inner-blocks>.block-editor-block-list__layout .wp-block[class*=jetpack-field__width-]{flex-basis:100%;max-width:none}}.wp-block-jetpack-contact-form .block-editor-inner-blocks>.block-editor-block-list__layout .wp-block[data-type="jetpack/field-checkbox"],.wp-block-jetpack-contact-form .block-editor-inner-blocks>.block-editor-block-list__layout .wp-block[data-type="jetpack/field-consent"]{align-self:center}.wp-block-jetpack-contact-form .block-list-appender{flex:0 0 100%}.wp-block-jetpack-contact-form [data-type="jetpack/field-checkbox-multiple"] .wp-block,.wp-block-jetpack-contact-form [data-type="jetpack/field-radio"] .wp-block{margin:unset}.jetpack-contact-form .components-placeholder{padding:24px}.jetpack-contact-form .components-placeholder input[type=text]{line-height:16px;outline-style:none;outline-width:0;width:100%}.jetpack-contact-form .components-placeholder .components-placeholder__label svg{margin-left:1ch}.jetpack-contact-form .components-placeholder .components-placeholder__fieldset,.jetpack-contact-form .components-placeholder .help-message{max-width:none;text-align:right}.jetpack-contact-form .components-placeholder .help-message{margin:0 0 1em;width:100%}.jetpack-contact-form .components-placeholder .components-base-control{width:100%}.jetpack-contact-form.is-placeholder{background-color:#fff;border:1px solid #1e1e1e;padding:24px}.jetpack-contact-form.is-placeholder .components-placeholder{box-shadow:unset;margin-bottom:16px;padding:0}.jetpack-contact-form.is-placeholder .block-editor-block-variation-picker__variation svg path:not(.icon-filler){fill:currentColor}.jetpack-contact-form.is-placeholder .form-placeholder__footer{align-items:center;display:flex;flex-direction:column;gap:12px;justify-content:center}@media(min-width:600px){.jetpack-contact-form.is-placeholder .form-placeholder__footer{flex-direction:row;justify-content:space-between}}.jetpack-contact-form.is-placeholder .form-placeholder__footer-links{align-items:center;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}@media(min-width:600px){.jetpack-contact-form.is-placeholder .form-placeholder__footer-links{align-items:flex-end}}.jetpack-contact-form.is-placeholder .form-placeholder__external-link{font-size:13px;font-weight:400;padding:0}.jetpack-contact-form.is-placeholder .form-placeholder__external-link,.jetpack-contact-form.is-placeholder .form-placeholder__external-link:active,.jetpack-contact-form.is-placeholder .form-placeholder__external-link:focus,.jetpack-contact-form.is-placeholder .form-placeholder__external-link:hover{background-color:unset;color:var(--wp-admin-theme-color)}.jetpack-contact-form.is-placeholder .form-placeholder__external-link svg{height:1.4em;margin-right:2px;width:1.4em}.form-placeholder__patterns-modal{max-width:1200px}@media(min-width:600px){.form-placeholder__patterns-modal{height:calc(100% - 120px);width:calc(100% - 32px)}}@media(min-width:782px){.form-placeholder__patterns-modal{width:750px}}@media(min-width:960px){.form-placeholder__patterns-modal{height:80%;max-height:none;width:80%}}.form-placeholder__patterns-modal .components-modal__content{margin-bottom:60px;padding:0}.form-placeholder__patterns-modal .components-modal__content .view-mode-carousel .carousel-container{margin-bottom:20px}.form-placeholder__patterns-modal .components-modal__content .view-mode-carousel .pattern-slide{border:1px solid #ddd}.form-placeholder__patterns-modal .components-modal__content .view-mode-carousel .block-editor-block-pattern-setup__container{padding:0 32px}.form-placeholder__patterns-modal .block-editor-block-pattern-setup__grid .block-editor-block-pattern-setup__container{padding-bottom:72px}.jetpack-contact-form__intro-message{margin:0 0 16px}.jetpack-contact-form__create{width:100%}.jetpack-contact-form__thankyou-redirect-url{min-width:auto}.jetpack-contact-form__thankyou-redirect-url input[type=text]{width:100%}.jetpack-contact-form__thankyou-redirect-url__suggestions{width:230px}.jetpack-contact-form__integration-panel button{margin-top:1em}.jetpack-field-label{align-items:baseline;display:flex;flex-direction:row;justify-content:flex-start}.jetpack-field-label .components-base-control{margin-bottom:-3px;margin-top:-1px}.jetpack-field-label .components-base-control.jetpack-field-label__required .components-form-toggle{margin:2px 16px 0 8px}.jetpack-field-label .components-base-control.jetpack-field-label__required .components-toggle-control__label{word-break:normal}.jetpack-field-label .rich-text.jetpack-field-label__input{cursor:text;font-weight:700;margin-bottom:.25em}.jetpack-field-label .jetpack-field-label__suffix{font-weight:700;margin-inline-start:.25em}.jetpack-field-label .required{color:unset;font-size:85%;font-weight:400;margin-inline-start:.25em;opacity:.6;word-break:normal}.jetpack-field-label .components-toggle-control .components-base-control__field{margin-bottom:0}.jetpack-field-label__input{min-height:unset;padding:0}.jetpack-field__textarea{min-height:200px}.jetpack-field .jetpack-field__input,.jetpack-field .jetpack-field__textarea{border:1px solid #8c8f94;border-radius:0;box-shadow:unset;box-sizing:border-box;font:inherit;margin:0;padding:16px;width:100%}.jetpack-field .jetpack-field__textarea{border:var(--jetpack--contact-form--border);border-color:var(--jetpack--contact-form--border-color);border-style:var(--jetpack--contact-form--border-style);border-width:var(--jetpack--contact-form--border-size)}.jetpack-field .components-base-control__field{margin-bottom:0}.jetpack-field.jetpack-field-checkbox .jetpack-field-checkbox__checkbox,.jetpack-field.jetpack-field-consent .jetpack-field-consent__checkbox{border-color:currentColor;margin:0 0 0 .75rem;opacity:1}.jetpack-field .jetpack-option__type.jetpack-option__type{all:initial;align-items:center;appearance:none;border:none;color:var(--jetpack--contact-form--text-color);display:flex;font-family:var(--jetpack--contact-form--font-family);font-size:var(--jetpack--contact-form--font-size,16px);height:var(--jetpack--contact-form--font-size,16px);justify-content:center;margin:0 0 0 10px;outline:none;pointer-events:none;position:relative;width:var(--jetpack--contact-form--font-size,16px)}.jetpack-field .jetpack-option__type.jetpack-option__type:after,.jetpack-field .jetpack-option__type.jetpack-option__type:before{all:initial;color:inherit;font-family:inherit;font-size:inherit}.jetpack-field .jetpack-option__type.jetpack-option__type:before{align-items:center;border:1px solid;border-radius:min(var(--jetpack--contact-form--button-outline--border-radius,0px),4px);box-sizing:border-box;content:" ";display:flex;font-weight:700;height:var(--jetpack--contact-form--font-size,16px);justify-content:center;width:var(--jetpack--contact-form--font-size,16px)}.jetpack-field .jetpack-option__type.jetpack-option__type[type=radio]:before{border-radius:50%}.jetpack-field.jetpack-field-multiple.is-style-button .jetpack-field-option,.jetpack-field.jetpack-field-multiple.is-style-button .wp-block-jetpack-field-option-checkbox,.jetpack-field.jetpack-field-multiple.is-style-button .wp-block-jetpack-field-option-radio{align-items:center;background:var(--jetpack--contact-form--button-outline--background-color);border:var(--jetpack--contact-form--button-outline--border);border-color:currentColor;border-radius:var(--jetpack--contact-form--button-outline--border-radius);border-width:var(--jetpack--contact-form--button-outline--border-size);color:var(--jetpack--contact-form--button-outline--text-color);line-height:var(--jetpack--contact-form--button-outline--line-height);padding:var(--jetpack--contact-form--button-outline--padding)}.jetpack-field.jetpack-field-multiple.is-style-button .jetpack-field-option.field-option-radio,.jetpack-field.jetpack-field-multiple.is-style-button .wp-block-jetpack-field-option-checkbox.field-option-radio,.jetpack-field.jetpack-field-multiple.is-style-button .wp-block-jetpack-field-option-radio.field-option-radio{flex-direction:row-reverse;gap:16px;position:relative}.jetpack-field.jetpack-field-multiple.is-style-button .jetpack-field-option.field-option-radio .jetpack-option__type,.jetpack-field.jetpack-field-multiple.is-style-button .wp-block-jetpack-field-option-checkbox.field-option-radio .jetpack-option__type,.jetpack-field.jetpack-field-multiple.is-style-button .wp-block-jetpack-field-option-radio.field-option-radio .jetpack-option__type{display:none}.jetpack-field.jetpack-field-multiple.is-style-button .jetpack-field-option .jetpack-option__type,.jetpack-field.jetpack-field-multiple.is-style-button .wp-block-jetpack-field-option-checkbox .jetpack-option__type,.jetpack-field.jetpack-field-multiple.is-style-button .wp-block-jetpack-field-option-radio .jetpack-option__type{color:var(--jetpack--contact-form--button-outline--color)}.jetpack-field.jetpack-field-multiple.is-style-button .wp-block-jetpack-field-option-radio .jetpack-option__type{display:none}.jetpack-field.jetpack-field-multiple .jetpack-field-multiple__add-option{margin:0;padding:0}.jetpack-field.jetpack-field-multiple .jetpack-field-multiple__add-option .dashicon{display:flex;height:1rem;margin-left:.75rem;margin-right:0;width:1rem}.jetpack-field.jetpack-field-multiple .jetpack-field-multiple__add-option .dashicon:before{font-size:1rem}.jetpack-field.jetpack-field-multiple .jetpack-field-multiple__add-option svg{margin-left:12px}.jetpack-field .jetpack-field-consent__checkbox+.jetpack-field-label{line-height:normal}.jetpack-field .jetpack-field-option{align-items:center;display:flex;justify-content:flex-start}.jetpack-field .jetpack-field-option>input{margin:0 0 0 5px}.jetpack-field .jetpack-field-option.field-option-checkbox,.jetpack-field .jetpack-field-option.field-option-radio,.jetpack-field .wp-block-jetpack-field-option-checkbox,.jetpack-field .wp-block-jetpack-field-option-radio{align-items:baseline;display:flex}.jetpack-field .jetpack-field-option.field-option-checkbox .jetpack-option__type:before,.jetpack-field .jetpack-field-option.field-option-radio .jetpack-option__type:before,.jetpack-field .wp-block-jetpack-field-option-checkbox .jetpack-option__type:before,.jetpack-field .wp-block-jetpack-field-option-radio .jetpack-option__type:before{display:block}.jetpack-field .jetpack-field-option.field-option-radio .jetpack-option__type,.jetpack-field .wp-block-jetpack-field-option-radio .jetpack-option__type{transform:translateY(15%)}:where(:not(.contact-form))>.jetpack-field .jetpack-field__input,:where(:not(.contact-form))>.jetpack-field .jetpack-field__textarea{padding-left:max(var(--jetpack--contact-form--input-padding-left,16px),var(--jetpack--contact-form--border-radius));padding-right:max(var(--jetpack--contact-form--input-padding-left,16px),var(--jetpack--contact-form--border-radius))}.jetpack-field-label__width .components-button-group{display:block}.jetpack-field-label__width .components-base-control__field{margin-bottom:12px}.jetpack-field-multiple__list.jetpack-field-multiple__list{align-items:flex-start;display:flex;flex:1;flex-direction:column;gap:12px;list-style-type:none;margin:0;padding-right:0}.jetpack-field-multiple__list.jetpack-field-multiple__list:empty{display:none}[data-type="jetpack/field-select"] .jetpack-field-multiple__list.jetpack-field-multiple__list{border:1px solid #0006;border-radius:4px;padding:4px}.jetpack-option{align-items:center;display:flex;margin:0}.jetpack-option__type.jetpack-option__type{margin-top:0}.jetpack-option__input.jetpack-option__input.jetpack-option__input{background:#0000;border:none;border-radius:0;color:inherit;flex-grow:1;font-size:inherit;line-height:1.5;padding:0}.jetpack-option__input.jetpack-option__input.jetpack-option__input:hover{border-color:#357cb5}.jetpack-option__input.jetpack-option__input.jetpack-option__input:focus{box-shadow:none}.jetpack-field-multiple.components-base-control{font-size:inherit}.jetpack-option__remove.jetpack-option__remove{padding:6px;vertical-align:bottom}.jetpack-field .components-base-control__label{display:block}.jetpack-field-checkbox,.jetpack-field-consent{display:flex}.jetpack-field-checkbox .jetpack-field-label .jetpack-field-label__input,.jetpack-field-consent .jetpack-field-label .jetpack-field-label__input{font-weight:400}.jetpack-field-checkbox{align-items:baseline}.jetpack-field-checkbox .jetpack-field-label{display:block}.jetpack-field-consent{align-items:center}.jetpack-field-consent .jetpack-field-label{flex-grow:1}.jetpack-field-consent .jetpack-field-label .jetpack-field-label__input{font-size:13px;text-transform:uppercase}.block-editor-inserter__preview .jetpack-contact-form{padding:16px}.block-editor-inserter__preview .jetpack-contact-form .block-editor-inner-blocks .block-editor-block-list__layout{margin:0}.jetpack-contact-form__popover .components-popover__content{min-width:260px}.jetpack-contact-form__popover .components-popover__content .components-base-control{margin-bottom:24px}.jetpack-contact-form__popover .components-popover__content .components-base-control:last-child{margin-bottom:8px}.jetpack-contact-form__popover .components-popover__content .form-settings-dropdown__content{padding:12px}.jetpack-contact-form__popover .components-popover__content .form-settings-dropdown__close-icon{height:24px;justify-content:center;padding:0;width:24px}.jetpack-contact-form__popover .components-popover__content .form-settings-dropdown__item svg{margin-left:8px;fill:none}.jetpack-contact-form__crm_text,.jetpack-contact-form__crm_toggle p{margin-bottom:0}.jetpack-field-dropdown{display:inline-flex;flex-direction:column;font-family:var(--jetpack--contact-form--font-family);width:100%}.jetpack-field-dropdown__wrapper{position:relative}.jetpack-field-dropdown__toggle{align-items:center;background-color:var(--jetpack--contact-form--input-background);border:var(--jetpack--contact-form--border);border-color:var(--jetpack--contact-form--border-color);border-radius:var(--jetpack--contact-form--border-radius);border-style:var(--jetpack--contact-form--border-style);border-width:var(--jetpack--contact-form--border-size);color:var(--jetpack--contact-form--text-color);display:flex;font-size:var(--jetpack--contact-form--font-size,16px);justify-content:space-between;line-height:var(--jetpack--contact-form--line-height);padding:var(--jetpack--contact-form--input-padding)}.jetpack-field-dropdown__icon{align-items:center;border:2px solid #0000;box-sizing:border-box;display:flex;height:.8em;justify-content:center;margin-left:4px;overflow:visible;position:relative;width:.8em}.jetpack-field-dropdown__icon:after{border-bottom:2px solid;border-left:2px solid;box-sizing:border-box;content:"";display:block;height:100%;margin-top:-2px;transform:rotate(-45deg);width:100%}.jetpack-field-dropdown__popover{background-color:var(--jetpack--contact-form--input-background);border:var(--jetpack--contact-form--border);border-color:var(--jetpack--contact-form--border-color);border-radius:var(--jetpack--contact-form--border-radius);border-style:var(--jetpack--contact-form--border-style);border-width:var(--jetpack--contact-form--border-size);box-shadow:0 2px 6px #0000000d;color:var(--jetpack--contact-form--text-color);font-size:var(--jetpack--contact-form--font-size,16px);line-height:normal;margin-top:8px;max-height:165px;overflow:auto;padding:0}.jetpack-field-dropdown__popover .rich-text{padding:var(--jetpack--contact-form--input-padding)}.jetpack-contact-form .jetpack-field .jetpack-field__input,.jetpack-contact-form .jetpack-field .jetpack-field__textarea{color:#787c82}.jetpack-contact-form.is-style-animated .jetpack-field,.jetpack-contact-form.is-style-outlined .jetpack-field{position:relative}.jetpack-contact-form.is-style-outlined .block-editor-block-list__block:not([contenteditable]):focus:after{bottom:-10px;left:-10px;right:-10px;top:-10px}.jetpack-contact-form.is-style-outlined .jetpack-field{--notch-width:max(var(--jetpack--contact-form--input-padding-left,16px),var(--jetpack--contact-form--border-radius));display:flex;margin-top:8px}.jetpack-contact-form.is-style-outlined .jetpack-field .notched-label{box-sizing:border-box;display:flex;height:100%;max-width:100%;position:absolute;right:0;text-align:right;top:0;width:100%;z-index:1}.jetpack-contact-form.is-style-outlined .jetpack-field .notched-label__leading{border:var(--jetpack--contact-form--border);border-color:var(--jetpack--contact-form--border-color);border-style:var(--jetpack--contact-form--border-style);border-width:var(--jetpack--contact-form--border-size);border-left:none;border-radius:var(--jetpack--contact-form--border-radius);border-bottom-left-radius:unset;border-top-left-radius:unset;width:var(--notch-width)}.jetpack-contact-form.is-style-outlined .jetpack-field .notched-label__notch{border:var(--jetpack--contact-form--border);border-color:var(--jetpack--contact-form--border-color);border-radius:unset;border-style:var(--jetpack--contact-form--border-style);border-width:var(--jetpack--contact-form--border-size);border-left:none;border-right:none;padding:0 4px;transition:border .15s linear}.jetpack-contact-form.is-style-outlined .jetpack-field .notched-label__label{margin:0;position:relative;top:50%;transform:translateY(-50%);transition:all .15s cubic-bezier(.4,0,.2,1);will-change:transform}.jetpack-contact-form.is-style-outlined .jetpack-field .notched-label__label label{font-weight:300}.jetpack-contact-form.is-style-outlined .jetpack-field .notched-label__trailing{border:var(--jetpack--contact-form--border);border-color:var(--jetpack--contact-form--border-color);border-radius:var(--jetpack--contact-form--border-radius);border-bottom-right-radius:unset;border-style:var(--jetpack--contact-form--border-style);border-width:var(--jetpack--contact-form--border-size);border-right:none;border-top-right-radius:unset;flex-grow:1}.jetpack-contact-form.is-style-outlined .jetpack-field.jetpack-field-textarea .notched-label__label{top:var(--jetpack--contact-form--input-padding-top,16px);transform:unset}.jetpack-contact-form.is-style-outlined .jetpack-field.has-placeholder .notched-label__notch,.jetpack-contact-form.is-style-outlined .jetpack-field.is-selected .notched-label__notch{border-top-color:#0000}.jetpack-contact-form.is-style-outlined .jetpack-field.has-placeholder .notched-label__label,.jetpack-contact-form.is-style-outlined .jetpack-field.is-selected .notched-label__label{font-size:.8em;top:calc(var(--jetpack--contact-form--border-size)*-1);transform:translateY(-50%)}.jetpack-contact-form.is-style-outlined .jetpack-field.has-placeholder.jetpack-field-dropdown .jetpack-field-dropdown__toggle,.jetpack-contact-form.is-style-outlined .jetpack-field.is-selected.jetpack-field-dropdown .jetpack-field-dropdown__toggle{border-color:#0000;padding-left:calc(var(--notch-width) + 4px);padding-right:calc(var(--notch-width) + 4px)}.jetpack-contact-form.is-style-outlined .jetpack-field.jetpack-field-multiple{background-color:var(--jetpack--contact-form--input-background);border:var(--jetpack--contact-form--border);border-color:var(--jetpack--contact-form--border-color);border-radius:var(--jetpack--contact-form--border-radius);border-style:var(--jetpack--contact-form--border-style);border-width:var(--jetpack--contact-form--border-size);border-top:none;padding:var(--jetpack--contact-form--input-padding,16px);padding-top:calc(var(--jetpack--contact-form--input-padding, 16px) + 4px)}.jetpack-contact-form.is-style-outlined .jetpack-field.jetpack-field-multiple .notched-label{height:unset}.jetpack-contact-form.is-style-outlined .jetpack-field.jetpack-field-multiple .notched-label__leading,.jetpack-contact-form.is-style-outlined .jetpack-field.jetpack-field-multiple .notched-label__notch,.jetpack-contact-form.is-style-outlined .jetpack-field.jetpack-field-multiple .notched-label__trailing{border-bottom:none;border-left:none;border-right:none}.jetpack-contact-form.is-style-outlined .jetpack-field.jetpack-field-checkbox{margin-top:0}.jetpack-contact-form.is-style-outlined .jetpack-field .jetpack-field-dropdown__popover .rich-text{padding-left:calc(var(--notch-width) + 4px);padding-right:calc(var(--notch-width) + 4px)}.jetpack-contact-form.is-style-outlined .jetpack-field .jetpack-field-dropdown__icon{margin-left:0}.jetpack-contact-form.is-style-outlined .jetpack-field .jetpack-field__input,.jetpack-contact-form.is-style-outlined .jetpack-field .jetpack-field__textarea{border-top-color:#0000!important;display:flex;outline:none;padding-left:calc(var(--notch-width) + 4px);padding-right:calc(var(--notch-width) + 4px)}.jetpack-contact-form.is-style-animated .jetpack-field{--left-offset:calc(var(--jetpack--contact-form--input-padding-left, 16px) + var(--jetpack--contact-form--border-size));--label-left:max(var(--left-offset),var(--jetpack--contact-form--border-radius));--field-padding:calc(var(--label-left) - var(--jetpack--contact-form--border-size))}.jetpack-contact-form.is-style-animated .jetpack-field .jetpack-field__input{outline:none}.jetpack-contact-form.is-style-animated .jetpack-field .jetpack-field__textarea{outline:none;padding:var(--jetpack--contact-form--input-padding,16px)}.jetpack-contact-form.is-style-animated .jetpack-field .jetpack-field-dropdown__toggle,.jetpack-contact-form.is-style-animated .jetpack-field .jetpack-field__input,.jetpack-contact-form.is-style-animated .jetpack-field .jetpack-field__textarea{padding-left:var(--field-padding);padding-right:var(--field-padding);padding-top:1.4em}.jetpack-contact-form.is-style-animated .jetpack-field.jetpack-field-dropdown .jetpack-field-dropdown__popover .rich-text{padding-left:var(--field-padding);padding-right:var(--field-padding)}.jetpack-contact-form.is-style-animated .jetpack-field.jetpack-field-multiple{padding-bottom:var(--jetpack--contact-form--input-padding,16px);padding-top:1.8em}.jetpack-contact-form.is-style-animated .jetpack-field.jetpack-field-multiple.has-placeholder .animated-label__label{font-size:1em;right:0;top:0}.jetpack-contact-form.is-style-animated .jetpack-field .animated-label__label{box-sizing:border-box;margin:0;max-width:100%;position:absolute;right:var(--label-left);top:50%;transform:translateY(-50%);transition:all .15s cubic-bezier(.4,0,.2,1);width:100%;z-index:1}.jetpack-contact-form.is-style-animated .jetpack-field .animated-label__label .jetpack-field-label__input{margin:0}.jetpack-contact-form.is-style-animated .jetpack-field.jetpack-field-textarea .animated-label__label{top:var(--jetpack--contact-form--input-padding-top,16px);transform:unset}.jetpack-contact-form.is-style-animated .jetpack-field.has-placeholder .animated-label__label,.jetpack-contact-form.is-style-animated .jetpack-field.is-selected .animated-label__label{font-size:.75em;top:calc(2px + var(--jetpack--contact-form--border-size));transform:translateY(0)}.jetpack-contact-form.is-style-below .jetpack-field:not(.jetpack-field-checkbox){display:flex;flex-direction:column-reverse}.block-editor-block-inspector .components-base-control .components-base-control:last-child{margin-bottom:0}@keyframes R2i0K45dEF157drbVRPI{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}.NisihrgiIKl_knpYJtfg{animation:R2i0K45dEF157drbVRPI 1.5s infinite;background-color:var(--jp-gray);height:100%;width:100%}.help-message{display:flex;font-size:13px;line-height:1.4em;margin-bottom:1em;margin-top:-.5em}.help-message svg{margin-left:5px;min-width:24px}.help-message>span{margin-top:2px}.help-message.help-message-is-error{color:var(--color-error)}.help-message.help-message-is-error svg{fill:var(--color-error)}._fUXxnSp5pagKBp9gSN7 *{box-sizing:border-box} \ No newline at end of file +.jetpack-editor-panel-logo{margin-right:.5em}.wp-block-jetpack-contact-form{box-sizing:border-box}.wp-block-jetpack-contact-form .block-editor-block-variation-picker.has-many-variations .components-placeholder__fieldset{margin:0;max-width:unset}.wp-block-jetpack-contact-form .block-editor-block-variation-picker.has-many-variations .components-placeholder__fieldset .block-editor-block-variation-picker__variations{gap:20px 0;justify-content:center;margin:16px auto;max-width:560px}.wp-block-jetpack-contact-form .block-editor-block-variation-picker.has-many-variations .components-placeholder__fieldset .block-editor-block-variation-picker__variations>li{flex:0;margin:0;max-width:none;padding:0 2px;text-align:center;width:unset}.wp-block-jetpack-contact-form .block-editor-block-variation-picker.has-many-variations .components-placeholder__fieldset .block-editor-block-variation-picker__variations .block-editor-block-variation-picker__variation{margin-left:4px;margin-right:4px;padding:22px}.wp-block-jetpack-contact-form .block-editor-block-variation-picker.has-many-variations .components-placeholder__fieldset .block-editor-block-variation-picker__variations .block-editor-block-variation-picker__variation svg{height:auto;width:24px}.wp-block-jetpack-contact-form .block-editor-block-variation-picker.has-many-variations .components-placeholder__fieldset .block-editor-block-variation-picker__variations .block-editor-block-variation-picker__variation-label{margin-left:0}.wp-block-jetpack-contact-form .block-editor-inner-blocks>.block-editor-block-list__layout{display:flex;flex-direction:row;flex-wrap:wrap;gap:var(--wp--style--block-gap,1.5rem);justify-content:flex-start}.wp-block-jetpack-contact-form .block-editor-inner-blocks>.block-editor-block-list__layout .wp-block{flex:0 0 100%;margin:0}.wp-block-jetpack-contact-form .block-editor-inner-blocks>.block-editor-block-list__layout .wp-block.jetpack-field__width-25,.wp-block-jetpack-contact-form .block-editor-inner-blocks>.block-editor-block-list__layout .wp-block.jetpack-field__width-50,.wp-block-jetpack-contact-form .block-editor-inner-blocks>.block-editor-block-list__layout .wp-block.jetpack-field__width-75{box-sizing:border-box}.wp-block-jetpack-contact-form .block-editor-inner-blocks>.block-editor-block-list__layout .wp-block.jetpack-field__width-25{flex:1 1 calc(25% - var(--wp--style--block-gap, 1.5rem)*1);max-width:25%}.wp-block-jetpack-contact-form .block-editor-inner-blocks>.block-editor-block-list__layout .wp-block.jetpack-field__width-25 .jetpack-option__input.jetpack-option__input.jetpack-option__input{width:70px}.wp-block-jetpack-contact-form .block-editor-inner-blocks>.block-editor-block-list__layout .wp-block.jetpack-field__width-50{flex:1 1 calc(50% - var(--wp--style--block-gap, 1.5rem)*1);max-width:50%}.wp-block-jetpack-contact-form .block-editor-inner-blocks>.block-editor-block-list__layout .wp-block.jetpack-field__width-75{flex:1 1 calc(75% - var(--wp--style--block-gap, 1.5rem)*1);max-width:75%}@media(max-width:480px){.wp-block-jetpack-contact-form .block-editor-inner-blocks>.block-editor-block-list__layout .wp-block[class*=jetpack-field__width-]{flex-basis:100%;max-width:none}}.wp-block-jetpack-contact-form .block-editor-inner-blocks>.block-editor-block-list__layout .wp-block[data-type="jetpack/field-checkbox"],.wp-block-jetpack-contact-form .block-editor-inner-blocks>.block-editor-block-list__layout .wp-block[data-type="jetpack/field-consent"]{align-self:center}.wp-block-jetpack-contact-form .block-list-appender{flex:0 0 100%}.wp-block-jetpack-contact-form [data-type="jetpack/field-checkbox-multiple"] .wp-block,.wp-block-jetpack-contact-form [data-type="jetpack/field-radio"] .wp-block{margin:unset}.jetpack-contact-form .components-placeholder{padding:24px}.jetpack-contact-form .components-placeholder input[type=text]{line-height:16px;outline-style:none;outline-width:0;width:100%}.jetpack-contact-form .components-placeholder .components-placeholder__label svg{margin-left:1ch}.jetpack-contact-form .components-placeholder .components-placeholder__fieldset,.jetpack-contact-form .components-placeholder .help-message{max-width:none;text-align:right}.jetpack-contact-form .components-placeholder .help-message{margin:0 0 1em;width:100%}.jetpack-contact-form .components-placeholder .components-base-control{width:100%}.jetpack-contact-form.is-placeholder{background-color:#fff;border:1px solid #1e1e1e;padding:24px}.jetpack-contact-form.is-placeholder .components-placeholder{box-shadow:unset;margin-bottom:16px;padding:0}.jetpack-contact-form.is-placeholder .block-editor-block-variation-picker__variation svg path:not(.icon-filler){fill:currentColor}.jetpack-contact-form.is-placeholder .form-placeholder__footer{align-items:center;display:flex;flex-direction:column;gap:12px;justify-content:center}@media(min-width:600px){.jetpack-contact-form.is-placeholder .form-placeholder__footer{flex-direction:row;justify-content:space-between}}.jetpack-contact-form.is-placeholder .form-placeholder__footer-links{align-items:center;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}@media(min-width:600px){.jetpack-contact-form.is-placeholder .form-placeholder__footer-links{align-items:flex-end}}.jetpack-contact-form.is-placeholder .form-placeholder__external-link{font-size:13px;font-weight:400;padding:0}.jetpack-contact-form.is-placeholder .form-placeholder__external-link,.jetpack-contact-form.is-placeholder .form-placeholder__external-link:active,.jetpack-contact-form.is-placeholder .form-placeholder__external-link:focus,.jetpack-contact-form.is-placeholder .form-placeholder__external-link:hover{background-color:unset;color:var(--wp-admin-theme-color)}.jetpack-contact-form.is-placeholder .form-placeholder__external-link svg{height:1.4em;margin-right:2px;width:1.4em}.form-placeholder__patterns-modal{max-width:1200px}@media(min-width:600px){.form-placeholder__patterns-modal{height:calc(100% - 120px);width:calc(100% - 32px)}}@media(min-width:782px){.form-placeholder__patterns-modal{width:750px}}@media(min-width:960px){.form-placeholder__patterns-modal{height:80%;max-height:none;width:80%}}.form-placeholder__patterns-modal .components-modal__content{margin-bottom:60px;padding:0}.form-placeholder__patterns-modal .components-modal__content .view-mode-carousel .carousel-container{margin-bottom:20px}.form-placeholder__patterns-modal .components-modal__content .view-mode-carousel .pattern-slide{border:1px solid #ddd}.form-placeholder__patterns-modal .components-modal__content .view-mode-carousel .block-editor-block-pattern-setup__container{padding:0 32px}.form-placeholder__patterns-modal .block-editor-block-pattern-setup__grid .block-editor-block-pattern-setup__container{padding-bottom:72px}.jetpack-contact-form__intro-message{margin:0 0 16px}.jetpack-contact-form__create{width:100%}.jetpack-contact-form__thankyou-redirect-url{min-width:auto}.jetpack-contact-form__thankyou-redirect-url input[type=text]{width:100%}.jetpack-contact-form__thankyou-redirect-url__suggestions{width:230px}.jetpack-contact-form__integration-panel button{margin-top:1em}.jetpack-field-label{align-items:baseline;display:flex;flex-direction:row;justify-content:flex-start}.jetpack-field-label .components-base-control{margin-bottom:-3px;margin-top:-1px}.jetpack-field-label .components-base-control.jetpack-field-label__required .components-form-toggle{margin:2px 16px 0 8px}.jetpack-field-label .components-base-control.jetpack-field-label__required .components-toggle-control__label{word-break:normal}.jetpack-field-label .rich-text.jetpack-field-label__input{cursor:text;font-weight:700;margin-bottom:.25em}.jetpack-field-label .jetpack-field-label__suffix{font-weight:700;margin-inline-start:.25em}.jetpack-field-label .required{color:unset;font-size:85%;font-weight:400;margin-inline-start:.25em;opacity:.6;word-break:normal}.jetpack-field-label .components-toggle-control .components-base-control__field{margin-bottom:0}.jetpack-field-label__input{min-height:unset;padding:0}.jetpack-field__textarea{min-height:200px}.jetpack-field .jetpack-field__input,.jetpack-field .jetpack-field__textarea{border:1px solid #8c8f94;border-radius:0;box-shadow:unset;box-sizing:border-box;font:inherit;margin:0;padding:16px;width:100%}.jetpack-field .jetpack-field__textarea{border:var(--jetpack--contact-form--border);border-color:var(--jetpack--contact-form--border-color);border-style:var(--jetpack--contact-form--border-style);border-width:var(--jetpack--contact-form--border-size)}.jetpack-field .components-base-control__field{margin-bottom:0}.jetpack-field.jetpack-field-checkbox .jetpack-field-checkbox__checkbox,.jetpack-field.jetpack-field-consent .jetpack-field-consent__checkbox{border-color:currentColor;margin:0 0 0 .75rem;opacity:1}.jetpack-field .jetpack-option__type.jetpack-option__type{all:initial;align-items:center;appearance:none;border:none;color:var(--jetpack--contact-form--text-color);display:flex;font-family:var(--jetpack--contact-form--font-family);font-size:var(--jetpack--contact-form--font-size,16px);height:var(--jetpack--contact-form--font-size,16px);justify-content:center;margin:0 0 0 10px;outline:none;pointer-events:none;position:relative;width:var(--jetpack--contact-form--font-size,16px)}.jetpack-field .jetpack-option__type.jetpack-option__type:after,.jetpack-field .jetpack-option__type.jetpack-option__type:before{all:initial;color:inherit;font-family:inherit;font-size:inherit}.jetpack-field .jetpack-option__type.jetpack-option__type:before{align-items:center;border:1px solid;border-radius:min(var(--jetpack--contact-form--button-outline--border-radius,0px),4px);box-sizing:border-box;content:" ";display:flex;font-weight:700;height:var(--jetpack--contact-form--font-size,16px);justify-content:center;width:var(--jetpack--contact-form--font-size,16px)}.jetpack-field .jetpack-option__type.jetpack-option__type[type=radio]:before{border-radius:50%}.jetpack-field.jetpack-field-multiple.is-style-button .jetpack-field-option,.jetpack-field.jetpack-field-multiple.is-style-button .wp-block-jetpack-field-option-checkbox,.jetpack-field.jetpack-field-multiple.is-style-button .wp-block-jetpack-field-option-radio{align-items:center;background:var(--jetpack--contact-form--button-outline--background-color);border:var(--jetpack--contact-form--button-outline--border);border-color:currentColor;border-radius:var(--jetpack--contact-form--button-outline--border-radius);border-width:var(--jetpack--contact-form--button-outline--border-size);color:var(--jetpack--contact-form--button-outline--text-color);line-height:var(--jetpack--contact-form--button-outline--line-height);padding:var(--jetpack--contact-form--button-outline--padding)}.jetpack-field.jetpack-field-multiple.is-style-button .jetpack-field-option.field-option-radio,.jetpack-field.jetpack-field-multiple.is-style-button .wp-block-jetpack-field-option-checkbox.field-option-radio,.jetpack-field.jetpack-field-multiple.is-style-button .wp-block-jetpack-field-option-radio.field-option-radio{flex-direction:row-reverse;gap:16px;position:relative}.jetpack-field.jetpack-field-multiple.is-style-button .jetpack-field-option.field-option-radio .jetpack-option__type,.jetpack-field.jetpack-field-multiple.is-style-button .wp-block-jetpack-field-option-checkbox.field-option-radio .jetpack-option__type,.jetpack-field.jetpack-field-multiple.is-style-button .wp-block-jetpack-field-option-radio.field-option-radio .jetpack-option__type{display:none}.jetpack-field.jetpack-field-multiple.is-style-button .jetpack-field-option .jetpack-option__type,.jetpack-field.jetpack-field-multiple.is-style-button .wp-block-jetpack-field-option-checkbox .jetpack-option__type,.jetpack-field.jetpack-field-multiple.is-style-button .wp-block-jetpack-field-option-radio .jetpack-option__type{color:var(--jetpack--contact-form--button-outline--color)}.jetpack-field.jetpack-field-multiple.is-style-button .wp-block-jetpack-field-option-radio .jetpack-option__type{display:none}.jetpack-field.jetpack-field-multiple .jetpack-field-multiple__add-option{margin:0;padding:0}.jetpack-field.jetpack-field-multiple .jetpack-field-multiple__add-option .dashicon{display:flex;height:1rem;margin-left:.75rem;margin-right:0;width:1rem}.jetpack-field.jetpack-field-multiple .jetpack-field-multiple__add-option .dashicon:before{font-size:1rem}.jetpack-field.jetpack-field-multiple .jetpack-field-multiple__add-option svg{margin-left:12px}.jetpack-field .jetpack-field-consent__checkbox+.jetpack-field-label{line-height:normal}.jetpack-field .jetpack-field-option{align-items:center;display:flex;justify-content:flex-start}.jetpack-field .jetpack-field-option>input{margin:0 0 0 5px}.jetpack-field .jetpack-field-option.field-option-checkbox,.jetpack-field .jetpack-field-option.field-option-radio,.jetpack-field .wp-block-jetpack-field-option-checkbox,.jetpack-field .wp-block-jetpack-field-option-radio{align-items:baseline;display:flex}.jetpack-field .jetpack-field-option.field-option-checkbox .jetpack-option__type:before,.jetpack-field .jetpack-field-option.field-option-radio .jetpack-option__type:before,.jetpack-field .wp-block-jetpack-field-option-checkbox .jetpack-option__type:before,.jetpack-field .wp-block-jetpack-field-option-radio .jetpack-option__type:before{display:block}.jetpack-field .jetpack-field-option.field-option-radio .jetpack-option__type,.jetpack-field .wp-block-jetpack-field-option-radio .jetpack-option__type{transform:translateY(15%)}:where(:not(.contact-form))>.jetpack-field .jetpack-field__input,:where(:not(.contact-form))>.jetpack-field .jetpack-field__textarea{padding-left:max(var(--jetpack--contact-form--input-padding-left,16px),var(--jetpack--contact-form--border-radius));padding-right:max(var(--jetpack--contact-form--input-padding-left,16px),var(--jetpack--contact-form--border-radius))}.jetpack-field-label__width .components-button-group{display:block}.jetpack-field-label__width .components-base-control__field{margin-bottom:12px}.jetpack-field-multiple__list.jetpack-field-multiple__list{align-items:flex-start;display:flex;flex:1;flex-direction:column;gap:12px;list-style-type:none;margin:0;padding-right:0}.jetpack-field-multiple__list.jetpack-field-multiple__list:empty{display:none}[data-type="jetpack/field-select"] .jetpack-field-multiple__list.jetpack-field-multiple__list{border:1px solid #0006;border-radius:4px;padding:4px}.jetpack-option{align-items:center;display:flex;margin:0}.jetpack-option__type.jetpack-option__type{margin-top:0}.jetpack-option__input.jetpack-option__input.jetpack-option__input{background:#0000;border:none;border-radius:0;color:inherit;flex-grow:1;font-size:inherit;line-height:1.5;padding:0}.jetpack-option__input.jetpack-option__input.jetpack-option__input:hover{border-color:#357cb5}.jetpack-option__input.jetpack-option__input.jetpack-option__input:focus{box-shadow:none}.jetpack-field-multiple.components-base-control{font-size:inherit}.jetpack-option__remove.jetpack-option__remove{padding:6px;vertical-align:bottom}.jetpack-field .components-base-control__label{display:block}.jetpack-field-checkbox,.jetpack-field-consent{display:flex}.jetpack-field-checkbox .jetpack-field-label .jetpack-field-label__input,.jetpack-field-consent .jetpack-field-label .jetpack-field-label__input{font-weight:400}.jetpack-field-checkbox{align-items:baseline}.jetpack-field-checkbox .jetpack-field-label{display:block}.jetpack-field-consent{align-items:center}.jetpack-field-consent .jetpack-field-label{flex-grow:1}.jetpack-field-consent .jetpack-field-label .jetpack-field-label__input{font-size:13px;text-transform:uppercase}.block-editor-inserter__preview .jetpack-contact-form{padding:16px}.block-editor-inserter__preview .jetpack-contact-form .block-editor-inner-blocks .block-editor-block-list__layout{margin:0}.jetpack-contact-form__popover .components-popover__content{min-width:260px}.jetpack-contact-form__popover .components-popover__content .components-base-control{margin-bottom:24px}.jetpack-contact-form__popover .components-popover__content .components-base-control:last-child{margin-bottom:8px}.jetpack-contact-form__popover .components-popover__content .form-settings-dropdown__content{padding:12px}.jetpack-contact-form__popover .components-popover__content .form-settings-dropdown__close-icon{height:24px;justify-content:center;padding:0;width:24px}.jetpack-contact-form__popover .components-popover__content .form-settings-dropdown__item svg{margin-left:8px;fill:none}.jetpack-contact-form__crm_text,.jetpack-contact-form__crm_toggle p{margin-bottom:0}.jetpack-field-dropdown{display:inline-flex;flex-direction:column;font-family:var(--jetpack--contact-form--font-family);width:100%}.jetpack-field-dropdown__wrapper{position:relative}.jetpack-field-dropdown__toggle{align-items:center;background-color:var(--jetpack--contact-form--input-background);border:var(--jetpack--contact-form--border);border-color:var(--jetpack--contact-form--border-color);border-radius:var(--jetpack--contact-form--border-radius);border-style:var(--jetpack--contact-form--border-style);border-width:var(--jetpack--contact-form--border-size);color:var(--jetpack--contact-form--text-color);display:flex;font-size:var(--jetpack--contact-form--font-size,16px);justify-content:space-between;line-height:var(--jetpack--contact-form--line-height);padding:var(--jetpack--contact-form--input-padding)}.jetpack-field-dropdown__icon{align-items:center;border:2px solid #0000;box-sizing:border-box;display:flex;height:.8em;justify-content:center;margin-left:4px;overflow:visible;position:relative;width:.8em}.jetpack-field-dropdown__icon:after{border-bottom:2px solid;border-left:2px solid;box-sizing:border-box;content:"";display:block;height:100%;margin-top:-2px;transform:rotate(-45deg);width:100%}.jetpack-field-dropdown__popover{background-color:var(--jetpack--contact-form--input-background);border:var(--jetpack--contact-form--border);border-color:var(--jetpack--contact-form--border-color);border-radius:var(--jetpack--contact-form--border-radius);border-style:var(--jetpack--contact-form--border-style);border-width:var(--jetpack--contact-form--border-size);box-shadow:0 2px 6px #0000000d;color:var(--jetpack--contact-form--text-color);font-size:var(--jetpack--contact-form--font-size,16px);line-height:normal;margin-top:8px;max-height:165px;overflow:auto;padding:0}.jetpack-field-dropdown__popover .rich-text{padding:var(--jetpack--contact-form--input-padding)}.jetpack-contact-form .jetpack-field .jetpack-field__input,.jetpack-contact-form .jetpack-field .jetpack-field__textarea{color:#787c82}.jetpack-contact-form.is-style-animated .jetpack-field,.jetpack-contact-form.is-style-outlined .jetpack-field{position:relative}.jetpack-contact-form.is-style-outlined .block-editor-block-list__block:not([contenteditable]):focus:after{bottom:-10px;left:-10px;right:-10px;top:-10px}.jetpack-contact-form.is-style-outlined .jetpack-field{--notch-width:max(var(--jetpack--contact-form--input-padding-left,16px),var(--jetpack--contact-form--border-radius));display:flex;margin-top:8px}.jetpack-contact-form.is-style-outlined .jetpack-field .notched-label{box-sizing:border-box;display:flex;height:100%;max-width:100%;position:absolute;right:0;text-align:right;top:0;width:100%;z-index:1}.jetpack-contact-form.is-style-outlined .jetpack-field .notched-label__leading{border:var(--jetpack--contact-form--border);border-color:var(--jetpack--contact-form--border-color);border-style:var(--jetpack--contact-form--border-style);border-width:var(--jetpack--contact-form--border-size);border-left:none;border-radius:var(--jetpack--contact-form--border-radius);border-bottom-left-radius:unset;border-top-left-radius:unset;width:var(--notch-width)}.jetpack-contact-form.is-style-outlined .jetpack-field .notched-label__notch{border:var(--jetpack--contact-form--border);border-color:var(--jetpack--contact-form--border-color);border-radius:unset;border-style:var(--jetpack--contact-form--border-style);border-width:var(--jetpack--contact-form--border-size);border-left:none;border-right:none;padding:0 4px;transition:border .15s linear}.jetpack-contact-form.is-style-outlined .jetpack-field .notched-label__label{margin:0;position:relative;top:50%;transform:translateY(-50%);transition:all .15s cubic-bezier(.4,0,.2,1);will-change:transform}.jetpack-contact-form.is-style-outlined .jetpack-field .notched-label__label label{font-weight:300}.jetpack-contact-form.is-style-outlined .jetpack-field .notched-label__trailing{border:var(--jetpack--contact-form--border);border-color:var(--jetpack--contact-form--border-color);border-radius:var(--jetpack--contact-form--border-radius);border-bottom-right-radius:unset;border-style:var(--jetpack--contact-form--border-style);border-width:var(--jetpack--contact-form--border-size);border-right:none;border-top-right-radius:unset;flex-grow:1}.jetpack-contact-form.is-style-outlined .jetpack-field.jetpack-field-textarea .notched-label__label{top:var(--jetpack--contact-form--input-padding-top,16px);transform:unset}.jetpack-contact-form.is-style-outlined .jetpack-field.has-placeholder .notched-label__notch,.jetpack-contact-form.is-style-outlined .jetpack-field.is-selected .notched-label__notch{border-top-color:#0000}.jetpack-contact-form.is-style-outlined .jetpack-field.has-placeholder .notched-label__label,.jetpack-contact-form.is-style-outlined .jetpack-field.is-selected .notched-label__label{font-size:.8em;top:calc(var(--jetpack--contact-form--border-size)*-1);transform:translateY(-50%)}.jetpack-contact-form.is-style-outlined .jetpack-field.has-placeholder.jetpack-field-dropdown .jetpack-field-dropdown__toggle,.jetpack-contact-form.is-style-outlined .jetpack-field.is-selected.jetpack-field-dropdown .jetpack-field-dropdown__toggle{border-color:#0000;padding-left:calc(var(--notch-width) + 4px);padding-right:calc(var(--notch-width) + 4px)}.jetpack-contact-form.is-style-outlined .jetpack-field.jetpack-field-multiple{background-color:var(--jetpack--contact-form--input-background);border:var(--jetpack--contact-form--border);border-color:var(--jetpack--contact-form--border-color);border-radius:var(--jetpack--contact-form--border-radius);border-style:var(--jetpack--contact-form--border-style);border-width:var(--jetpack--contact-form--border-size);border-top:none;padding:var(--jetpack--contact-form--input-padding,16px);padding-top:calc(var(--jetpack--contact-form--input-padding, 16px) + 4px)}.jetpack-contact-form.is-style-outlined .jetpack-field.jetpack-field-multiple .notched-label{height:unset}.jetpack-contact-form.is-style-outlined .jetpack-field.jetpack-field-multiple .notched-label__leading,.jetpack-contact-form.is-style-outlined .jetpack-field.jetpack-field-multiple .notched-label__notch,.jetpack-contact-form.is-style-outlined .jetpack-field.jetpack-field-multiple .notched-label__trailing{border-bottom:none;border-left:none;border-right:none}.jetpack-contact-form.is-style-outlined .jetpack-field.jetpack-field-checkbox{margin-top:0}.jetpack-contact-form.is-style-outlined .jetpack-field .jetpack-field-dropdown__popover .rich-text{padding-left:calc(var(--notch-width) + 4px);padding-right:calc(var(--notch-width) + 4px)}.jetpack-contact-form.is-style-outlined .jetpack-field .jetpack-field-dropdown__icon{margin-left:0}.jetpack-contact-form.is-style-outlined .jetpack-field .jetpack-field__input,.jetpack-contact-form.is-style-outlined .jetpack-field .jetpack-field__textarea{border-top-color:#0000!important;display:flex;outline:none;padding-left:calc(var(--notch-width) + 4px);padding-right:calc(var(--notch-width) + 4px)}.jetpack-contact-form.is-style-animated .jetpack-field{--left-offset:calc(var(--jetpack--contact-form--input-padding-left, 16px) + var(--jetpack--contact-form--border-size));--label-left:max(var(--left-offset),var(--jetpack--contact-form--border-radius));--field-padding:calc(var(--label-left) - var(--jetpack--contact-form--border-size))}.jetpack-contact-form.is-style-animated .jetpack-field .jetpack-field__input{outline:none}.jetpack-contact-form.is-style-animated .jetpack-field .jetpack-field__textarea{outline:none;padding:var(--jetpack--contact-form--input-padding,16px)}.jetpack-contact-form.is-style-animated .jetpack-field .jetpack-field-dropdown__toggle,.jetpack-contact-form.is-style-animated .jetpack-field .jetpack-field__input,.jetpack-contact-form.is-style-animated .jetpack-field .jetpack-field__textarea{padding-left:var(--field-padding);padding-right:var(--field-padding);padding-top:1.4em}.jetpack-contact-form.is-style-animated .jetpack-field.jetpack-field-dropdown .jetpack-field-dropdown__popover .rich-text{padding-left:var(--field-padding);padding-right:var(--field-padding)}.jetpack-contact-form.is-style-animated .jetpack-field.jetpack-field-multiple{padding-bottom:var(--jetpack--contact-form--input-padding,16px);padding-top:1.8em}.jetpack-contact-form.is-style-animated .jetpack-field.jetpack-field-multiple.has-placeholder .animated-label__label{font-size:1em;right:0;top:0}.jetpack-contact-form.is-style-animated .jetpack-field .animated-label__label{box-sizing:border-box;margin:0;max-width:100%;position:absolute;right:var(--label-left);top:50%;transform:translateY(-50%);transition:all .15s cubic-bezier(.4,0,.2,1);width:100%;z-index:1}.jetpack-contact-form.is-style-animated .jetpack-field .animated-label__label .jetpack-field-label__input{margin:0}.jetpack-contact-form.is-style-animated .jetpack-field.jetpack-field-textarea .animated-label__label{top:var(--jetpack--contact-form--input-padding-top,16px);transform:unset}.jetpack-contact-form.is-style-animated .jetpack-field.has-placeholder .animated-label__label,.jetpack-contact-form.is-style-animated .jetpack-field.is-selected .animated-label__label{font-size:.75em;top:calc(2px + var(--jetpack--contact-form--border-size));transform:translateY(0)}.jetpack-contact-form.is-style-below .jetpack-field:not(.jetpack-field-checkbox){display:flex;flex-direction:column-reverse}.block-editor-block-inspector .components-base-control .components-base-control:last-child{margin-bottom:0}@keyframes R2i0K45dEF157drbVRPI{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}.NisihrgiIKl_knpYJtfg{animation:R2i0K45dEF157drbVRPI 1.5s infinite;background-color:var(--jp-gray);height:100%;width:100%}.help-message{display:flex;font-size:13px;line-height:1.4em;margin-bottom:1em;margin-top:-.5em}.help-message svg{margin-left:5px;min-width:24px}.help-message>span{margin-top:2px}.help-message.help-message-is-error{color:var(--color-error)}.help-message.help-message-is-error svg{fill:var(--color-error)}._fUXxnSp5pagKBp9gSN7 *{box-sizing:border-box} \ No newline at end of file diff --git a/dist/dashboard/jetpack-forms-dashboard.asset.php b/dist/dashboard/jetpack-forms-dashboard.asset.php index b870fb2..d4d9b51 100644 --- a/dist/dashboard/jetpack-forms-dashboard.asset.php +++ b/dist/dashboard/jetpack-forms-dashboard.asset.php @@ -1 +1 @@ - array('jetpack-connection', 'jetpack-script-data', 'lodash', 'react', 'react-dom', 'react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-date', 'wp-element', 'wp-html-entities', 'wp-i18n', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => 'e4175c02cb6a9c3172de'); + array('jetpack-connection', 'jetpack-script-data', 'lodash', 'react', 'react-dom', 'react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-date', 'wp-element', 'wp-html-entities', 'wp-i18n', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => 'a103ed1f57d9153ce179'); diff --git a/dist/dashboard/jetpack-forms-dashboard.css b/dist/dashboard/jetpack-forms-dashboard.css index ef5ef90..a021186 100644 --- a/dist/dashboard/jetpack-forms-dashboard.css +++ b/dist/dashboard/jetpack-forms-dashboard.css @@ -1 +1 @@ -body.toplevel_page_jetpack-forms{background-color:#fff}body.toplevel_page_jetpack-forms #wpcontent{padding-left:0}.jp-forms__layout{box-sizing:border-box;display:flex;flex-direction:column;margin:0;padding:0;width:100%}.jp-forms__layout .jp-forms__logo{margin:40px 64px}@media(max-width:660px){.jp-forms__layout .jp-forms__logo{margin:40px 24px}}.jp-forms__layout-header{background-color:#f9f9f9;box-sizing:border-box;margin:0;padding:48px 64px 16px;width:100%}@media(max-width:660px){.jp-forms__layout-header{padding:48px 24px 32px}}.jp-forms__layout-title{display:inline-flex;font-size:36px;font-weight:700;height:40px;line-height:40px;margin:0}.jp-forms__layout-footer.jp-dashboard-footer{box-sizing:border-box;margin:60px 0;max-width:100%;padding-left:64px;padding-right:64px}.jp-dashboard-footer{align-items:center;color:var(--jp-black);display:flex;flex-wrap:wrap;font-size:var(--font-body-extra-small);line-height:1.333;max-width:1128px;width:100%}.jp-dashboard-footer a{text-decoration:none}.jp-dashboard-footer a:any-link,.jp-dashboard-footer a[role=button]{color:inherit}.jp-dashboard-footer a:hover{text-decoration:underline;text-decoration-thickness:1.5px}.jp-dashboard-footer a:focus{border-radius:2px;box-shadow:none;outline:1.5px solid currentColor;outline-offset:3px}.jp-dashboard-footer.is-sm>ul{gap:.125rem}.jp-dashboard-footer.is-md,.jp-dashboard-footer.is-sm>ul{align-items:flex-start;flex-direction:column}.jp-dashboard-footer>ul{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;list-style:none;margin:0;padding:0;width:100%}.jp-dashboard-footer>ul>li{margin-bottom:0}.jp-dashboard-footer>ul>li>a{align-items:center;display:flex;gap:.25rem;min-height:44px}.jp-dashboard-footer__accessible-external-link{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;overflow-wrap:normal;padding:0;position:absolute;width:1px}.jp-dashboard-footer__jp-item{font-weight:600;padding-inline-end:1rem}.jp-dashboard-footer.is-sm .jp-dashboard-footer__jp-item{padding-bottom:1rem}.jp-dashboard-footer.is-lg .jp-dashboard-footer__a8c-item{margin-inline-start:auto}.jp-dashboard-footer.is-sm .jp-dashboard-footer__a8c-item{padding-top:1rem}.jp-dashboard-footer__a8c-item>a,.jp-dashboard-footer__jp-item>a{text-decoration:none}.jp-forms__actions-search{border-radius:4px;display:flex;flex-direction:row}.jp-forms__actions-search:focus-within{box-shadow:var(--jp-forms-focus-shadow)}@media(max-width:600px){.jp-forms__actions-search{flex:1}}.jp-forms__actions-search .input-wrapper{align-items:center;background-color:var(--jp-forms-white);border:1px solid var(--jp-forms-border-color);border-radius:var(--jp-forms-border-radius);box-sizing:border-box;display:flex;font-size:var(--font-body-small);height:var(--jp-forms-input-wrapper-height);min-height:var(--jp-forms-input-wrapper-height);padding:var(--jp-forms-spacing-base);width:350px}@media(min-width:783px)and (max-width:960px){.jp-forms__actions-search .input-wrapper{width:300px}}@media(max-width:600px){.jp-forms__actions-search .input-wrapper{width:100%}}.jp-forms__actions-search .input-wrapper:focus-within{border-color:#0000}.jp-forms__actions-search .input-wrapper.disabled{background-color:var(--jp-gray);border-color:var(--jp-gray-10);color:var(--jp-gray-20)}.jp-forms__actions-search .input-wrapper .input{background-color:#0000;border:0;box-shadow:none;font-family:unset;font-size:var(--jp-forms-font-size-regular);outline:none;padding:0;width:100%}.jp-forms__actions-search .input-wrapper .input:focus{box-shadow:none;outline:none}.jp-forms__actions-search .input-wrapper .input.with-icon{margin-left:var(--jp-forms-spacing-base)}.jp-forms__actions-search .input-wrapper .icon-wrapper{align-items:center;display:flex;flex-shrink:0;height:24px;justify-content:center;width:24px}.jp-forms__actions-search .input-wrapper .icon-wrapper.hidden{visibility:hidden}.jp-forms__actions-search .input-wrapper .clear-icon{cursor:pointer}.jp-forms__actions-search .input-wrapper .loader svg{margin:0}.cuoSlhSNrqf1dozY22Xb{fill:#000}.JLquNpQVlysAamuh5lJO,.lAIiifeLMmZAPlQ9n9ZR{fill:var(--jp-green-primary)}.cbOwD8Y4tFjwimmtchQI{fill:#757575}.cbOwD8Y4tFjwimmtchQI.aLWBKY0yRghEk7tNCgK3{fill:var(--color-bluesky)}.cbOwD8Y4tFjwimmtchQI.aHOlEBGD5EA8NKRw3xTw{fill:var(--color-facebook)}.cbOwD8Y4tFjwimmtchQI.aHOlEBGD5EA8NKRw3xTw.social-logo{border-radius:50%}.cbOwD8Y4tFjwimmtchQI.af4Y_zItXvLAOEoSDPSv{fill:var(--color-twitter)}.cbOwD8Y4tFjwimmtchQI.f68aqF3XSD1OBvXR1get{fill:var(--color-linkedin)}.cbOwD8Y4tFjwimmtchQI.xFI0dt3UiXRlRQdqPWkx{fill:var(--color-tumblr)}.cbOwD8Y4tFjwimmtchQI.q7JEoyymveP6kF747M43{fill:var(--color-gplus)}.cbOwD8Y4tFjwimmtchQI.DKOBOTVmTLbh26gUH_73{fill:var(--color-mastodon)}.cbOwD8Y4tFjwimmtchQI.n5XodNsuMfMAAvqHFmbw{fill:var(--color-nextdoor)}.cbOwD8Y4tFjwimmtchQI.n5XodNsuMfMAAvqHFmbw.social-logo{border-radius:50%}.cbOwD8Y4tFjwimmtchQI.cL3m0xBYTYhIKI7lCqDB{fill:var(--color-instagram)}.cbOwD8Y4tFjwimmtchQI.fftumuc_lJ6v0tq4UMVR{fill:var(--color-whatsapp)}.cbOwD8Y4tFjwimmtchQI.inzgC27qxdt7hSdhTWRI{fill:var(--color-threads)}.cbOwD8Y4tFjwimmtchQI.inzgC27qxdt7hSdhTWRI.social-logo{border-radius:40%}.block-editor-block-list__layout .block-editor-block-list__block.has-warning.is-interactive>*{pointer-events:auto;user-select:auto}.block-editor-block-list__layout .block-editor-block-list__block.has-warning.is-interactive:after{content:none}.jetpack-editor-panel-logo{margin-left:.5em}.jp-forms__export-modal{align-items:center;background:#0000004d;bottom:0;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;left:0;padding:0;position:fixed;right:0;top:0;z-index:9999}@media(min-width:601px){.jp-forms__export-modal{padding:40px 60px}}.jp-forms__export-modal-wrapper{background-color:#fff;display:flex;flex-direction:column;max-width:680px;padding:24px 48px 0;position:relative}.jp-forms__export-modal-close-button{background:#0000;border:0;cursor:pointer;height:24px;padding:3px;position:absolute;right:8px;top:8px;width:24px}.jp-forms__export-modal-header{margin-bottom:32px}.jp-forms__export-modal-header-title{font-size:24px;font-style:normal;font-weight:700;line-height:32px;margin-bottom:8px}.jp-forms__export-modal-header-subtitle{color:#000;font-size:16px;font-style:normal;font-weight:400;letter-spacing:-.02em;line-height:24px;margin-bottom:0;margin-top:8px;padding:0}.jp-forms__export-modal-content{display:flex;flex-direction:column;flex-grow:1;gap:32px;padding:0}.jp-forms__export-modal-footer{box-sizing:border-box;display:flex;justify-content:space-between;padding:48px 16px 24px}.jp-forms__export-modal-footer-column{align-items:center;display:flex}.jp-forms__export-modal-footer #jetpack-logo__icon{height:16px;width:16px}.jp-forms__export-modal-footer #jetpack-logo__icon path{fill:#000}.jp-forms__export-modal-footer .jp-forms__export-modal-footer-link{color:#23282d;font-size:12px;font-weight:600;letter-spacing:-.02em;line-height:0;padding-left:8px;text-align:left;text-decoration:none}.jp-forms__export-modal-card{border-radius:var(--jp-border-radius,4px);box-shadow:0 0 0 1px var(--jp-gray-10,#c3c4c7) inset;display:flex;flex-direction:column;isolation:isolate;padding:24px}.jp-forms__export-modal-card-body,.jp-forms__export-modal-card-header{display:flex}.jp-forms__export-modal-card-header{align-items:center;gap:16px;margin-bottom:16px}.jp-forms__export-modal-card-header-title{font-size:20px;font-style:normal;font-weight:700;line-height:30px}.jp-forms__export-modal-card-body{align-items:center;gap:32px;justify-content:space-between}.jp-forms__export-modal-card-body-description{color:#000;flex-grow:1;font-size:14px;font-style:normal;font-weight:400;letter-spacing:-.02em;line-height:24px;max-width:60%}.jp-forms__export-modal-card-body-description a{color:inherit}.jp-forms__export-modal-card-body-description-footer{color:#757575;font-size:12px;font-style:normal;font-weight:400;line-height:150%;margin-bottom:0}.jp-forms__export-modal-card-body-cta{align-self:flex-end}.jp-forms__export-modal-card-body-cta .button-primary.export-button{background:#000;border:1px solid #fff;border-radius:4px;color:#fff;font-style:normal;font-weight:400;letter-spacing:-.01em}.jp-forms__export-modal-card-beta-badge{background:#2fb41f;border-radius:2px;color:#fff;font-size:11px;font-style:normal;font-weight:600;line-height:150%;padding:4px 8px;text-align:right;text-transform:uppercase}.gridicon{fill:currentColor;display:inline-block}.gridicon.needs-offset g{transform:translate(1px,1px)}.gridicon.needs-offset-x g{transform:translate(1px)}.gridicon.needs-offset-y g{transform:translateY(1px)}.jp-forms__page-navigation{background-color:#fff;border:1px solid #dcdcde;border-radius:3px;box-sizing:border-box;display:flex;flex-direction:row;height:36px;justify-content:center;padding:0;width:fit-content}.jp-forms__page-navigation-button,.jp-forms__page-navigation-button:hover,.jp-forms__page-navigation-placeholder,.jp-forms__page-navigation-placeholder:hover{background:#0000;border:0;box-sizing:border-box;color:#101517;cursor:pointer;display:inline-flex;font-size:13px;font-weight:700;height:34px;line-height:18px;padding:8px 12px;text-align:center}.jp-forms__page-navigation-button.is-active,.jp-forms__page-navigation-button:hover.is-active,.jp-forms__page-navigation-placeholder.is-active,.jp-forms__page-navigation-placeholder:hover.is-active{background-color:#101517;color:#fff}.jp-forms__page-navigation-button:disabled,.jp-forms__page-navigation-button:hover:disabled,.jp-forms__page-navigation-placeholder:disabled,.jp-forms__page-navigation-placeholder:hover:disabled{cursor:default}.jp-forms__page-navigation-button:disabled:first-child,.jp-forms__page-navigation-button:disabled:last-child,.jp-forms__page-navigation-button:hover:disabled:first-child,.jp-forms__page-navigation-button:hover:disabled:last-child,.jp-forms__page-navigation-placeholder:disabled:first-child,.jp-forms__page-navigation-placeholder:disabled:last-child,.jp-forms__page-navigation-placeholder:hover:disabled:first-child,.jp-forms__page-navigation-placeholder:hover:disabled:last-child{color:#dcdcde}.jp-forms__page-navigation-button .gridicon,.jp-forms__page-navigation-button:hover .gridicon,.jp-forms__page-navigation-placeholder .gridicon,.jp-forms__page-navigation-placeholder:hover .gridicon{display:inline-flex}.jp-forms__page-navigation-button .gridicon.gridicons-arrow-left,.jp-forms__page-navigation-button:hover .gridicon.gridicons-arrow-left,.jp-forms__page-navigation-placeholder .gridicon.gridicons-arrow-left,.jp-forms__page-navigation-placeholder:hover .gridicon.gridicons-arrow-left{margin-right:3px}.jp-forms__page-navigation-button .gridicon.gridicons-arrow-right,.jp-forms__page-navigation-button:hover .gridicon.gridicons-arrow-right,.jp-forms__page-navigation-placeholder .gridicon.gridicons-arrow-right,.jp-forms__page-navigation-placeholder:hover .gridicon.gridicons-arrow-right{margin-left:3px}.jp-forms__table{box-sizing:border-box;display:table;margin:0;padding:0}.jp-forms__table-header,.jp-forms__table-item{display:table-row}.jp-forms__table-header:nth-child(2n),.jp-forms__table-item:nth-child(2n){background-color:#f9f9f6}.jp-forms__table-item.is-clickable{cursor:pointer}.jp-forms__table-item.is-active:not(.exit){background-color:#000;color:#fff}@keyframes jp-forms__table-pulse{0%{opacity:.2}50%{opacity:.1}to{opacity:.2}}.jp-forms__table-cell{border-bottom:1px solid #dcdcde;box-sizing:border-box;display:table-cell;font-size:var(--jp-forms-font-size-regular);height:52px;line-height:normal;margin:0;max-width:0;padding:0 16px;position:relative;text-align:left;transition:background-color .1s ease-out,opacity .1s ease-out;vertical-align:middle}@media(max-width:600px){.jp-forms__table-cell{padding:8px}}.jp-forms__table :last-child .jp-forms__table-cell{border-bottom:unset}.jp-forms__table-cell.is-select{min-width:62px;padding:0 20px}@media(max-width:480px){.jp-forms__table-cell.is-select{min-width:46px;padding:0 12px}}.jp-forms__table-cell.is-empty{align-items:center;display:flex;justify-content:center;max-width:100%}.jp-forms__table-item.is-loading .jp-forms__table-cell:before{animation:jp-forms__table-pulse 2s ease-in-out infinite;background-color:#000;border-radius:.5em;content:"";display:flex;height:1em}.jp-forms__table-cell .components-button.is-link{color:inherit;font-size:inherit}input[type=checkbox].jp-forms__table-checkbox{appearance:none;-moz-appearance:none;-webkit-appearance:none;border:0;box-shadow:none;box-sizing:border-box;cursor:pointer;font-size:var(--jp-forms-font-size-regular);height:16px;line-height:16px;margin:0;outline:0;width:16px}input[type=checkbox].jp-forms__table-checkbox:before{background:#fff;border:1px solid #949494;border-radius:2px;color:#000;content:" ";display:inline-block;font-size:var(--jp-forms-font-size-regular);font-weight:700;height:16px;margin:0;text-align:center;transition:background .1s ease-out,color .1s ease-out,border-color .1s ease-out;width:16px}input[type=checkbox].jp-forms__table-checkbox:focus:before{box-shadow:var(--jp-forms-focus-shadow)}input[type=checkbox].jp-forms__table-checkbox:checked:before{background:#000;border-color:#000;color:#fff;content:"✓"}input[type=checkbox].jp-forms__table-checkbox.is-intermediate:before,input[type=checkbox].jp-forms__table-checkbox.is-intermediate:checked:before{background:#000;border-color:#000;color:#fff;content:"-"}.jp-forms__inbox a.back-button{align-items:center;color:#2c3338;cursor:pointer;display:none;font-size:14px;font-weight:500}.jp-forms__inbox a.back-button svg{margin-right:4px}.jp-forms__inbox .button-primary.export-button:focus{box-shadow:var(--jp-forms-focus-shadow)}.jp-forms__inbox .components-dropdown-menu .components-menu-item__button{font-size:var(--jp-forms-font-size-regular)}.jp-forms__inbox span.subtitle{padding-left:0;white-space:pre}@media(min-width:1025px){.jp-forms__inbox a.back-button{display:none!important}.jp-forms__inbox span.title{display:inline-flex!important}.jp-forms__inbox span.subtitle{display:inline-flex!important;flex-wrap:wrap}}.jp-forms__inbox.is-response-view span.subtitle,.jp-forms__inbox.is-response-view span.title{display:none}.jp-forms__inbox.is-response-view a.back-button{display:inline-flex}.jp-forms__inbox.is-response-view .jp-forms__inbox-tabs .components-tab-panel__tabs{display:none}@media(min-width:1025px){.jp-forms__inbox.is-response-view .jp-forms__inbox-tabs .components-tab-panel__tabs{display:flex}}.jp-forms__inbox-tabs .components-tab-panel__tabs{background-color:#f9f9f9;margin:0;padding:16px 64px 0;position:sticky;top:var(--wp-admin--admin-bar--height);z-index:1}@media(max-width:600px){.jp-forms__inbox-tabs .components-tab-panel__tabs{top:0}}@media(max-width:660px){.jp-forms__inbox-tabs .components-tab-panel__tabs{padding:0 24px}}.jp-forms__inbox-tab-item{border-bottom:2px solid #0000;font-size:var(--jp-forms-font-size-regular);font-weight:400;height:40px;padding:8px 16px}.jp-forms__inbox-tab-item.active-tab{border-color:#000;font-weight:600}.jp-forms__inbox-tab-item-count{align-items:center;background:#0000;border:1px solid #dcdcde;border-radius:3px;box-sizing:border-box;color:#2c3338;display:inline-flex;font-size:12px;font-weight:400;height:20px;line-height:18px;margin-left:10px;padding:0 6px}.jp-forms__inbox-content{box-sizing:border-box;display:flex;flex-direction:row;gap:0;margin-top:0;padding:0 0 48px;position:relative;width:100%;z-index:0}@media(min-width:1025px){.jp-forms__inbox-content{gap:24px;padding-left:64px;padding-right:64px}}.jp-forms__inbox-content-column{align-items:center;box-sizing:border-box;flex-direction:column;min-width:0;position:relative;width:100%}.jp-forms__inbox-content-column:first-child{display:flex}.jp-forms__inbox-content-column:last-child,.jp-forms__inbox.is-response-view .jp-forms__inbox-content-column:first-child{display:none}.jp-forms__inbox.is-response-view .jp-forms__inbox-content-column:last-child{display:flex}@media(max-width:660px){.jp-forms__inbox-content-column{padding-left:24px;padding-right:24px}}@media(min-width:661px)and (max-width:1024px){.jp-forms__inbox-content-column{padding-left:64px;padding-right:64px}}@media(min-width:1025px){.jp-forms__inbox-content-column{display:flex!important;flex:3;width:auto}.jp-forms__inbox-content-column:last-child{flex:2}}.jp-forms__inbox-content-column .jp-forms__inbox-sticky-sentinel{background:#0000;height:1px;position:absolute;top:0;width:1px}.jp-forms__inbox-content-column .jp-forms__inbox-sticky-mark{border-bottom:1px solid #dcdcde;box-shadow:0 1px 5px 0 #0000004d;position:sticky;top:calc(var(--wp-admin--admin-bar--height) + 144px);width:100%}.jp-forms__inbox-content-column .jp-forms__page-navigation{margin:16px 0 0}.jp-forms__inbox-list,.jp-forms__inbox-response{border:1px solid #dcdcde;border-radius:8px;box-sizing:border-box;display:flex;flex-direction:column;min-height:300px;overflow:hidden;width:100%}.jp-forms__inbox-list.jp-forms__table{display:table;min-height:unset}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-item{max-height:52px;transition:max-height .2s}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-item.exit-active{overflow:hidden}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-item.exit-active,.jp-forms__inbox-list.jp-forms__table .jp-forms__table-item.exit-done{max-height:0}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-item.exit-active.is-loading{display:none}@media(max-width:1024px){.jp-forms__inbox-list.jp-forms__table .jp-forms__table-item.is-active{background-color:#fff;color:inherit}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-item.is-active:nth-child(2n){background-color:#f9f9f6}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-item.is-active .is-link{text-decoration:underline}}@media(min-width:1025px){.jp-forms__inbox-list.jp-forms__table{display:flex;min-height:calc(100vh - var(--wp-admin--admin-bar--height) - 192px)}}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell{white-space:nowrap}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-name{min-width:160px;overflow:hidden;text-overflow:ellipsis;width:45%}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-date{min-width:110px;width:27.5%}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-source{min-width:100px;width:27.5%}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-source .is-link{cursor:pointer;display:inline-block;max-width:100%;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-source .is-link:hover,.jp-forms__inbox-list.jp-forms__table .jp-forms__table-item.is-active .is-link{text-decoration:underline}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-actions{max-width:68px;min-width:68px}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-actions .components-dropdown-menu__toggle{color:currentColor;padding:0}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-actions .components-dropdown-menu__toggle>svg{height:32px;width:32px}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-actions .components-dropdown-menu__toggle:focus{box-shadow:var(--jp-forms-focus-shadow)}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-actions .components-dropdown__content{white-space:normal}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-actions .components-dropdown__content .components-button.is-tertiary:hover:not(:disabled){background:#0000;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#007cba))}@media(max-width:1280px){.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-actions{display:none}}@media(max-width:1080px){.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-name{width:60%}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-date{width:40%}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-source{display:none}}@media(max-width:1024px){.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-name{width:45%}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-date{width:27.5%}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-source{display:table-cell;width:27.5%}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-actions{display:table-cell}}@media(max-width:660px){.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-name{width:60%}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-date{width:40%}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-actions,.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-source{display:none}}@keyframes jp-forms__slide-in{0%{transform:translateY(150px)}}@keyframes jp-forms__fade-in{0%{opacity:0}35%{opacity:1}}.jp-forms__inbox-response{background-color:#fff;position:relative}@media(min-width:1025px){.jp-forms__inbox-response{height:calc(100vh - var(--wp-admin--admin-bar--height) - 192px);overflow-y:auto;position:sticky;top:calc(var(--wp-admin--admin-bar--height) + 144px)}}.jp-forms__inbox-response:before{background:linear-gradient(30deg,#eaeff5,#f2f3e3);border-bottom:1px solid #dcdcde;box-sizing:border-box;content:"";display:flex;padding-top:24px}.jp-forms__inbox-response.exit-active{display:none}@media(min-width:1025px){.jp-forms__inbox-response.enter,.jp-forms__inbox-response.enter-active{animation:jp-forms__slide-in .2s ease-out forwards,jp-forms__fade-in .2s ease-in forwards}.jp-forms__inbox.is-response-animation-reverted .jp-forms__inbox-response.enter,.jp-forms__inbox.is-response-animation-reverted .jp-forms__inbox-response.enter-active{animation:none}.jp-forms__inbox-response.exit,.jp-forms__inbox-response.exit-active,.jp-forms__inbox-response.exit-done{display:flex;left:0;position:absolute;top:0!important;z-index:-1}.jp-forms__inbox.is-response-animation-reverted .jp-forms__inbox-response.exit,.jp-forms__inbox.is-response-animation-reverted .jp-forms__inbox-response.exit-active,.jp-forms__inbox.is-response-animation-reverted .jp-forms__inbox-response.exit-done{animation:jp-forms__slide-in .2s ease-out reverse forwards,jp-forms__fade-in .2s ease-in reverse forwards;z-index:1}}.jp-forms__inbox-response-avatar{background-color:#fff;border:3px solid #fff;border-radius:50%;box-sizing:border-box;display:none;filter:drop-shadow(0 4px 44px rgba(0,0,0,.25));height:74px;left:32px;overflow:hidden;position:absolute;top:32px;width:74px;z-index:100}.jp-forms__inbox-response-title{font-size:24px;font-weight:700;line-height:normal;margin:24px 0 0;padding:0 32px}.jp-forms__inbox-response-title.is-email,.jp-forms__inbox-response-title.is-ip{font-size:24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.jp-forms__inbox-response-subtitle{align-items:center;color:#646970;display:flex;flex-shrink:0;font-size:16px;font-weight:500;height:40px;line-height:40px;margin:0;overflow:hidden;padding:0 32px;position:relative;text-overflow:ellipsis;white-space:nowrap}.jp-forms__inbox-response-subtitle .components-button{background-color:#fff;display:inline-block;float:right;height:28px;margin-left:auto;padding:4px 8px;position:absolute;right:32px;top:6px;z-index:100}@media(min-width:1025px){.jp-forms__inbox-response-subtitle .components-button{display:none}.jp-forms__inbox-response-subtitle:hover{background-color:#f6f6f7}.jp-forms__inbox-response-subtitle:hover .components-button{background-color:#f6f6f7;display:inline-block}}.jp-forms__inbox-response-meta{color:#646970;display:table;flex-direction:column;font-size:12px;font-weight:400;line-height:20px;padding:12px 32px 24px;row-gap:4px}.jp-forms__inbox-response-meta-label{display:table-row}.jp-forms__inbox-response-meta-key,.jp-forms__inbox-response-meta-value{display:table-cell;white-space:nowrap}.jp-forms__inbox-response-meta-key{padding-right:8px}.jp-forms__inbox-response-meta-value{max-width:0;overflow:hidden;text-overflow:ellipsis;width:80%}.jp-forms__inbox-response-meta-value .is-link{color:inherit;text-decoration:none}.jp-forms__inbox-response-meta-value .is-link:hover{text-decoration:underline}.jp-forms__inbox-response-separator{border-bottom:1px solid var(--jp-forms-border-color);width:100%}.jp-forms__inbox-response-data{display:flex;flex-direction:column;font-size:var(--jp-forms-font-size-regular);line-height:24px;padding:24px 32px;row-gap:24px}.jp-forms__inbox-response-data-label{font-weight:600}.jp-forms__inbox-response-data-value{white-space:pre-wrap}.jp-forms__inbox-actions{background:#fff;display:flex;flex-direction:row;gap:var(--jp-forms-spacing-base);padding:32px 64px 16px;position:sticky;top:calc(var(--wp-admin--admin-bar--height) + 56px);z-index:1}@media(max-width:600px){.jp-forms__inbox-actions{top:56px}}@media(max-width:660px){.jp-forms__inbox-actions{padding:calc(var(--jp-forms-spacing-base)*2) 24px}}.jp-forms__inbox.is-response-view .jp-forms__inbox-actions{display:none}@media(min-width:1025px){.jp-forms__inbox.is-response-view .jp-forms__inbox-actions{display:flex}}@media(max-width:782px){.jp-forms__inbox-actions .components-dropdown{display:none}}.jp-forms__inbox-actions .components-button{border-radius:var(--jp-forms-border-radius);font-size:var(--jp-forms-font-size-regular);font-weight:400;height:var(--jp-forms-input-wrapper-height);letter-spacing:-.02em;padding:var(--jp-forms-spacing-base) calc(var(--jp-forms-spacing-base)*1.5)}.jp-forms__inbox-actions .components-button.is-secondary{background:var(--jp-forms-white);box-shadow:inset 0 0 0 1px var(--jp-forms-border-color);color:var(--jp-forms-black)}.jp-forms__inbox-actions .components-button.is-secondary.is-opened,.jp-forms__inbox-actions .components-button.is-secondary:hover:not(:disabled){background:var(--jp-forms-color-darker-10);color:var(--jp-forms-white)}.jp-forms__inbox-actions .jp-forms__check-for-spam svg{margin:0 10px 0 0}.jp-forms__inbox-actions .button-primary.export-button{background-color:var(--wp-admin-theme-color,#000);border-color:var(--wp-admin-theme-color,#000);margin-left:auto}@media(max-width:782px){.jp-forms__inbox-actions .button-primary.export-button{display:none}}.jp-forms__details{box-shadow:inset 0 -1px 0 #dcdcde;padding:16px 0}.jp-forms__details[open] .jp-forms__details-icon{transform:rotate(90deg)}.jp-forms__details-summary{align-items:center;cursor:pointer;display:flex;font-size:24px;font-weight:500;line-height:32px;list-style:none}.jp-forms__details-summary::-webkit-details-marker,.jp-forms__details-summary::marker{display:none}@media(max-width:600px){.jp-forms__details-summary{font-size:16px;line-height:24px}}.jp-forms__details-icon{margin-right:16px;transition:all .3s ease}.jp-forms__details-content{font-size:16px;font-weight:400;line-height:24px;margin-left:48px;margin-top:16px}.jp-forms__landing{--content-max-width:1280px;--section-spacing-horizontal:76px;--section-spacing-vertical:84px;color:var(--jp-forms-black)}@media(max-width:600px){.jp-forms__landing{--section-spacing-horizontal:32px;--section-spacing-vertical:80px}}.jp-forms__landing .jp-forms__logo-wrapper{margin:0 auto;max-width:100%;width:calc(var(--content-max-width) + var(--section-spacing-horizontal)*2)}.jp-forms__landing .jp-forms__logo{margin:40px var(--section-spacing-horizontal)}.jp-forms__landing h1{font-size:36px;font-weight:700;line-height:40px;margin:0}.jp-forms__landing h4{font-size:24px;font-weight:500;line-height:32px;margin:0}.jp-forms__landing button.button.button-primary{border:none;font-size:16px;font-weight:600;line-height:24px;padding:8px 32px}.jp-forms__landing button.button.button-primary,.jp-forms__landing button.button.button-primary:hover{background-color:var(--jp-forms-black);color:var(--jp-forms-white)}.jp-forms__landing .align-center{text-align:center}.jp-forms__landing .bg-white{background-color:var(--jp-forms-white)}.jp-forms__landing .bg-white-off{background-color:var(--jp-forms-white-off)}.jp-forms__landing .mb-2{margin-bottom:8px}.jp-forms__landing .mb-4{margin-bottom:16px}.jp-forms__landing .mb-6{margin-bottom:24px}.jp-forms__landing .mb-8{margin-bottom:32px}.jp-forms__landing .mb-10{margin-bottom:40px}.jp-forms__landing .mb-12{margin-bottom:48px}.jp-forms__landing-section{overflow:hidden;padding:var(--section-spacing-vertical) var(--section-spacing-horizontal)}.jp-forms__landing-section.features-block{padding-bottom:40px}.jp-forms__landing-content{margin:0 auto;max-width:var(--content-max-width)}@media(max-width:1280px){.jp-forms__landing-content .jp-forms__wp-sites{margin-left:auto;margin-right:auto;max-width:600px}}.jp-forms__teaser-image{border-radius:8px 8px 0 0;display:flex;filter:drop-shadow(0 4px 24px rgba(0,0,0,.2509803922));margin:0 auto calc(var(--section-spacing-vertical)*-1);max-width:100%}.jp-forms__block{display:flex;flex-direction:row;justify-content:space-between}@media(max-width:1024px){.jp-forms__block{flex-direction:column-reverse}}.jp-forms__block-media,.jp-forms__block-text{flex:0 0 44%}.jp-forms__block-text{font-size:16px;line-height:27px}.jp-forms__block-text p{font-size:16px}.jp-forms__block-text ul{list-style:initial;padding-left:20px}.jp-forms__block-media{align-items:center;display:flex;justify-content:center}.jp-forms__block-media img{max-width:500px;width:100%}.jp-forms__patterns-grid{display:grid;gap:28px 40px;grid-template-columns:repeat(3,minmax(300px,350px));justify-content:space-between;margin-left:auto;margin-right:auto}@media(max-width:1280px){.jp-forms__patterns-grid{grid-template-columns:repeat(2,minmax(300px,400px))}}@media(max-width:860px){.jp-forms__patterns-grid{box-sizing:border-box;grid-auto-columns:350px;grid-auto-flow:column;grid-template-columns:repeat(auto-fill,350px);margin-left:calc(var(--section-spacing-horizontal)*-1);overflow-x:auto;padding:0 var(--section-spacing-horizontal);width:calc(100% + var(--section-spacing-horizontal) + var(--section-spacing-horizontal))}}@media(max-width:480px){.jp-forms__patterns-grid{grid-auto-columns:calc(100vw - 108px);grid-template-columns:repeat(auto-fill,calc(100vw - 108px))}}.jp-forms__pattern-item{align-items:center;display:flex;flex-direction:column;gap:8px}.jp-forms__pattern-item img{align-items:center;aspect-ratio:3/2;background:#d3d3d3;display:flex;justify-content:center;width:100%}.jp-forms__pattern-item span{font-size:14px;font-weight:700;line-height:21px}.jp-forms__features{display:grid;gap:24px;grid-template-columns:repeat(12,1fr)}@media(max-width:860px){.jp-forms__features{box-sizing:border-box;grid-auto-columns:350px;grid-auto-flow:column;grid-template-columns:repeat(auto-fill,350px);margin-left:calc(var(--section-spacing-horizontal)*-1);overflow-x:auto;padding:0 var(--section-spacing-horizontal);width:calc(100% + var(--section-spacing-horizontal) + var(--section-spacing-horizontal))}}@media(max-width:480px){.jp-forms__features{grid-auto-columns:calc(100vw - 108px);grid-template-columns:repeat(auto-fill,calc(100vw - 108px))}}.jp-forms__feature{background-color:var(--jp-forms-white);border-radius:8px;display:flex;flex-direction:column;justify-content:space-between;min-height:100px;overflow:hidden;padding:24px 32px;position:relative}.jp-forms__feature.feature-connect{grid-column:span 5/span 5}.jp-forms__feature.feature-connect .jp-forms__feature-image-wrapper{align-items:center;display:flex;gap:24px;margin-bottom:8px}@media(max-width:1440px){.jp-forms__feature.feature-connect h1{font-size:32px}}.jp-forms__feature.feature-data{grid-column:span 4/span 4}.jp-forms__feature.feature-data h4{max-width:220px}.jp-forms__feature.feature-data svg{bottom:0;position:absolute;right:0}.jp-forms__feature.feature-akismet,.jp-forms__feature.feature-export{grid-column:span 3/span 3}.jp-forms__feature.feature-export svg{margin-left:-32px}.jp-forms__feature.feature-notifications{grid-column:span 4/span 4}.jp-forms__feature.feature-notifications h4{max-width:260px}.jp-forms__feature.feature-dependencies{grid-column:span 3/span 3;padding:24px 16px;text-align:center}.jp-forms__feature.feature-dependencies h1{align-self:center;overflow:hidden}.jp-forms__feature.feature-dependencies h4{margin:0 auto;max-width:200px}.jp-forms__feature.feature-dependencies span{opacity:.3}.jp-forms__feature.feature-validation{grid-column:span 2/span 2}.jp-forms__feature.feature-validation .jp-forms__feature-image-wrapper{white-space:nowrap}.jp-forms__feature.feature-validation h4{margin:0 auto;max-width:200px}.jp-forms__feature h4{font-weight:700}@media(max-width:1460px){.jp-forms__feature.feature-dependencies,.jp-forms__feature.feature-export{grid-column:span 4/span 4}.jp-forms__feature.feature-validation{display:none}}@media(max-width:1280px){.jp-forms__feature{padding:24px}.jp-forms__feature.feature-connect,.jp-forms__feature.feature-data{grid-column:span 6/span 6}.jp-forms__feature.feature-data h4{font-size:32px;max-width:300px}.jp-forms__feature.feature-export{grid-column:span 4/span 4}.jp-forms__feature.feature-notifications{grid-column:span 5/span 5}.jp-forms__feature.feature-dependencies{display:none}.jp-forms__feature.feature-validation{grid-column:span 4/span 4}}@media(max-width:860px){.jp-forms__feature{grid-column:auto!important}.jp-forms__feature h1,.jp-forms__feature h4{font-size:28px!important;font-weight:700;line-height:32px}.jp-forms__feature.feature-validation .jp-forms__feature-image-wrapper{margin-bottom:0}.jp-forms__feature.feature-dependencies,.jp-forms__feature.feature-validation{display:flex}}:root{--jp-forms-font-size-regular:14px;--jp-forms-border-color:#dcdcde;--jp-forms-border-radius:var( --jp-border-radius,4px );--jp-forms-white:var( --jp-white,#fff );--jp-forms-white-off:var( --jp-white-off,#f9f9f6 );--jp-forms-input-wrapper-height:var( --jp-input-wrapper-height,40px );--jp-forms-spacing-base:var( --spacing-base,8px );--jp-forms-black:var( --jp-black,#000 );--jp-forms-color-darker-10:var( --jp-black-80,#2c3338 );--jp-forms-color-darker-20:var( --jp-black-80,#2c3338 );--jp-forms-focus-shadow:0 0 0 1px var( --jp-forms-white ),0 0 0 3px var( --jp-forms-color-darker-10 );--wp-admin-theme-color:var( --jp-forms-black );--wp-admin-theme-color--rgb:0,0,0;--wp-admin-theme-color-darker-10:var( --jp-forms-color-darker-10 );--wp-admin-theme-color-darker-10--rgb:44,51,56;--wp-admin-theme-color-darker-20:var( --jp-forms-color-darker-10 );--wp-admin-theme-color-darker-20--rgb:44,51,56}body.admin_page_jetpack-forms #wpbody-content,body.toplevel_page_jetpack-forms #wpbody-content{padding-bottom:0}body.admin_page_jetpack-forms #wpfooter,body.toplevel_page_jetpack-forms #wpfooter{display:none} \ No newline at end of file +body.toplevel_page_jetpack-forms{background-color:#fff}body.toplevel_page_jetpack-forms #wpcontent{padding-left:0}.jp-forms__layout{box-sizing:border-box;display:flex;flex-direction:column;margin:0;padding:0;width:100%}.jp-forms__layout .jp-forms__logo{margin:40px 64px}@media(max-width:660px){.jp-forms__layout .jp-forms__logo{margin:40px 24px}}.jp-forms__layout-header{background-color:#f9f9f9;box-sizing:border-box;margin:0;padding:48px 64px 16px;width:100%}@media(max-width:660px){.jp-forms__layout-header{padding:48px 24px 32px}}.jp-forms__layout-title{display:inline-flex;font-size:36px;font-weight:700;height:40px;line-height:40px;margin:0}.jp-forms__layout-footer.jp-dashboard-footer{box-sizing:border-box;margin:60px 0;max-width:100%;padding-left:64px;padding-right:64px}.jp-dashboard-footer{align-items:center;color:var(--jp-black);display:flex;flex-wrap:wrap;font-size:var(--font-body-extra-small);line-height:1.333;max-width:1128px;width:100%}.jp-dashboard-footer a{text-decoration:none}.jp-dashboard-footer a:any-link,.jp-dashboard-footer a[role=button]{color:inherit}.jp-dashboard-footer a:hover{text-decoration:underline;text-decoration-thickness:1.5px}.jp-dashboard-footer a:focus{border-radius:2px;box-shadow:none;outline:1.5px solid currentColor;outline-offset:3px}.jp-dashboard-footer.is-sm>ul{gap:.125rem}.jp-dashboard-footer.is-md,.jp-dashboard-footer.is-sm>ul{align-items:flex-start;flex-direction:column}.jp-dashboard-footer>ul{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;list-style:none;margin:0;padding:0;width:100%}.jp-dashboard-footer>ul>li{margin-bottom:0}.jp-dashboard-footer>ul>li>a{align-items:center;display:flex;gap:.25rem;min-height:44px}.jp-dashboard-footer__accessible-external-link{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;overflow-wrap:normal;padding:0;position:absolute;width:1px}.jp-dashboard-footer__jp-item{font-weight:600;padding-inline-end:1rem}.jp-dashboard-footer.is-sm .jp-dashboard-footer__jp-item{padding-bottom:1rem}.jp-dashboard-footer.is-lg .jp-dashboard-footer__a8c-item{margin-inline-start:auto}.jp-dashboard-footer.is-sm .jp-dashboard-footer__a8c-item{padding-top:1rem}.jp-dashboard-footer__a8c-item>a,.jp-dashboard-footer__jp-item>a{text-decoration:none}.jp-forms__actions-search{border-radius:4px;display:flex;flex-direction:row}.jp-forms__actions-search:focus-within{box-shadow:var(--jp-forms-focus-shadow)}@media(max-width:600px){.jp-forms__actions-search{flex:1}}.jp-forms__actions-search .input-wrapper{align-items:center;background-color:var(--jp-forms-white);border:1px solid var(--jp-forms-border-color);border-radius:var(--jp-forms-border-radius);box-sizing:border-box;display:flex;font-size:var(--font-body-small);height:var(--jp-forms-input-wrapper-height);min-height:var(--jp-forms-input-wrapper-height);padding:var(--jp-forms-spacing-base);width:350px}@media(min-width:783px)and (max-width:960px){.jp-forms__actions-search .input-wrapper{width:300px}}@media(max-width:600px){.jp-forms__actions-search .input-wrapper{width:100%}}.jp-forms__actions-search .input-wrapper:focus-within{border-color:#0000}.jp-forms__actions-search .input-wrapper.disabled{background-color:var(--jp-gray);border-color:var(--jp-gray-10);color:var(--jp-gray-20)}.jp-forms__actions-search .input-wrapper .input{background-color:#0000;border:0;box-shadow:none;font-family:unset;font-size:var(--jp-forms-font-size-regular);outline:none;padding:0;width:100%}.jp-forms__actions-search .input-wrapper .input:focus{box-shadow:none;outline:none}.jp-forms__actions-search .input-wrapper .input.with-icon{margin-left:var(--jp-forms-spacing-base)}.jp-forms__actions-search .input-wrapper .icon-wrapper{align-items:center;display:flex;flex-shrink:0;height:24px;justify-content:center;width:24px}.jp-forms__actions-search .input-wrapper .icon-wrapper.hidden{visibility:hidden}.jp-forms__actions-search .input-wrapper .clear-icon{cursor:pointer}.jp-forms__actions-search .input-wrapper .loader svg{margin:0}.cuoSlhSNrqf1dozY22Xb{fill:#000}.JLquNpQVlysAamuh5lJO,.lAIiifeLMmZAPlQ9n9ZR{fill:var(--jp-green-primary)}.cbOwD8Y4tFjwimmtchQI{fill:#757575}.cbOwD8Y4tFjwimmtchQI.aLWBKY0yRghEk7tNCgK3{fill:var(--color-bluesky)}.cbOwD8Y4tFjwimmtchQI.aHOlEBGD5EA8NKRw3xTw{fill:var(--color-facebook)}.cbOwD8Y4tFjwimmtchQI.aHOlEBGD5EA8NKRw3xTw.social-logo{border-radius:50%}.cbOwD8Y4tFjwimmtchQI.af4Y_zItXvLAOEoSDPSv{fill:var(--color-twitter)}.cbOwD8Y4tFjwimmtchQI.f68aqF3XSD1OBvXR1get{fill:var(--color-linkedin)}.cbOwD8Y4tFjwimmtchQI.xFI0dt3UiXRlRQdqPWkx{fill:var(--color-tumblr)}.cbOwD8Y4tFjwimmtchQI.q7JEoyymveP6kF747M43{fill:var(--color-gplus)}.cbOwD8Y4tFjwimmtchQI.DKOBOTVmTLbh26gUH_73{fill:var(--color-mastodon)}.cbOwD8Y4tFjwimmtchQI.n5XodNsuMfMAAvqHFmbw{fill:var(--color-nextdoor)}.cbOwD8Y4tFjwimmtchQI.n5XodNsuMfMAAvqHFmbw.social-logo{border-radius:50%}.cbOwD8Y4tFjwimmtchQI.cL3m0xBYTYhIKI7lCqDB{fill:var(--color-instagram)}.cbOwD8Y4tFjwimmtchQI.fftumuc_lJ6v0tq4UMVR{fill:var(--color-whatsapp)}.cbOwD8Y4tFjwimmtchQI.inzgC27qxdt7hSdhTWRI{fill:var(--color-threads)}.cbOwD8Y4tFjwimmtchQI.inzgC27qxdt7hSdhTWRI.social-logo{border-radius:40%}.jetpack-editor-panel-logo{margin-left:.5em}.jp-forms__export-modal{align-items:center;background:#0000004d;bottom:0;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;left:0;padding:0;position:fixed;right:0;top:0;z-index:9999}@media(min-width:601px){.jp-forms__export-modal{padding:40px 60px}}.jp-forms__export-modal-wrapper{background-color:#fff;display:flex;flex-direction:column;max-width:680px;padding:24px 48px 0;position:relative}.jp-forms__export-modal-close-button{background:#0000;border:0;cursor:pointer;height:24px;padding:3px;position:absolute;right:8px;top:8px;width:24px}.jp-forms__export-modal-header{margin-bottom:32px}.jp-forms__export-modal-header-title{font-size:24px;font-style:normal;font-weight:700;line-height:32px;margin-bottom:8px}.jp-forms__export-modal-header-subtitle{color:#000;font-size:16px;font-style:normal;font-weight:400;letter-spacing:-.02em;line-height:24px;margin-bottom:0;margin-top:8px;padding:0}.jp-forms__export-modal-content{display:flex;flex-direction:column;flex-grow:1;gap:32px;padding:0}.jp-forms__export-modal-footer{box-sizing:border-box;display:flex;justify-content:space-between;padding:48px 16px 24px}.jp-forms__export-modal-footer-column{align-items:center;display:flex}.jp-forms__export-modal-footer #jetpack-logo__icon{height:16px;width:16px}.jp-forms__export-modal-footer #jetpack-logo__icon path{fill:#000}.jp-forms__export-modal-footer .jp-forms__export-modal-footer-link{color:#23282d;font-size:12px;font-weight:600;letter-spacing:-.02em;line-height:0;padding-left:8px;text-align:left;text-decoration:none}.jp-forms__export-modal-card{border-radius:var(--jp-border-radius,4px);box-shadow:0 0 0 1px var(--jp-gray-10,#c3c4c7) inset;display:flex;flex-direction:column;isolation:isolate;padding:24px}.jp-forms__export-modal-card-body,.jp-forms__export-modal-card-header{display:flex}.jp-forms__export-modal-card-header{align-items:center;gap:16px;margin-bottom:16px}.jp-forms__export-modal-card-header-title{font-size:20px;font-style:normal;font-weight:700;line-height:30px}.jp-forms__export-modal-card-body{align-items:center;gap:32px;justify-content:space-between}.jp-forms__export-modal-card-body-description{color:#000;flex-grow:1;font-size:14px;font-style:normal;font-weight:400;letter-spacing:-.02em;line-height:24px;max-width:60%}.jp-forms__export-modal-card-body-description a{color:inherit}.jp-forms__export-modal-card-body-description-footer{color:#757575;font-size:12px;font-style:normal;font-weight:400;line-height:150%;margin-bottom:0}.jp-forms__export-modal-card-body-cta{align-self:flex-end}.jp-forms__export-modal-card-body-cta .button-primary.export-button{background:#000;border:1px solid #fff;border-radius:4px;color:#fff;font-style:normal;font-weight:400;letter-spacing:-.01em}.jp-forms__export-modal-card-beta-badge{background:#2fb41f;border-radius:2px;color:#fff;font-size:11px;font-style:normal;font-weight:600;line-height:150%;padding:4px 8px;text-align:right;text-transform:uppercase}.gridicon{fill:currentColor;display:inline-block}.gridicon.needs-offset g{transform:translate(1px,1px)}.gridicon.needs-offset-x g{transform:translate(1px)}.gridicon.needs-offset-y g{transform:translateY(1px)}.jp-forms__page-navigation{background-color:#fff;border:1px solid #dcdcde;border-radius:3px;box-sizing:border-box;display:flex;flex-direction:row;height:36px;justify-content:center;padding:0;width:fit-content}.jp-forms__page-navigation-button,.jp-forms__page-navigation-button:hover,.jp-forms__page-navigation-placeholder,.jp-forms__page-navigation-placeholder:hover{background:#0000;border:0;box-sizing:border-box;color:#101517;cursor:pointer;display:inline-flex;font-size:13px;font-weight:700;height:34px;line-height:18px;padding:8px 12px;text-align:center}.jp-forms__page-navigation-button.is-active,.jp-forms__page-navigation-button:hover.is-active,.jp-forms__page-navigation-placeholder.is-active,.jp-forms__page-navigation-placeholder:hover.is-active{background-color:#101517;color:#fff}.jp-forms__page-navigation-button:disabled,.jp-forms__page-navigation-button:hover:disabled,.jp-forms__page-navigation-placeholder:disabled,.jp-forms__page-navigation-placeholder:hover:disabled{cursor:default}.jp-forms__page-navigation-button:disabled:first-child,.jp-forms__page-navigation-button:disabled:last-child,.jp-forms__page-navigation-button:hover:disabled:first-child,.jp-forms__page-navigation-button:hover:disabled:last-child,.jp-forms__page-navigation-placeholder:disabled:first-child,.jp-forms__page-navigation-placeholder:disabled:last-child,.jp-forms__page-navigation-placeholder:hover:disabled:first-child,.jp-forms__page-navigation-placeholder:hover:disabled:last-child{color:#dcdcde}.jp-forms__page-navigation-button .gridicon,.jp-forms__page-navigation-button:hover .gridicon,.jp-forms__page-navigation-placeholder .gridicon,.jp-forms__page-navigation-placeholder:hover .gridicon{display:inline-flex}.jp-forms__page-navigation-button .gridicon.gridicons-arrow-left,.jp-forms__page-navigation-button:hover .gridicon.gridicons-arrow-left,.jp-forms__page-navigation-placeholder .gridicon.gridicons-arrow-left,.jp-forms__page-navigation-placeholder:hover .gridicon.gridicons-arrow-left{margin-right:3px}.jp-forms__page-navigation-button .gridicon.gridicons-arrow-right,.jp-forms__page-navigation-button:hover .gridicon.gridicons-arrow-right,.jp-forms__page-navigation-placeholder .gridicon.gridicons-arrow-right,.jp-forms__page-navigation-placeholder:hover .gridicon.gridicons-arrow-right{margin-left:3px}.jp-forms__table{box-sizing:border-box;display:table;margin:0;padding:0}.jp-forms__table-header,.jp-forms__table-item{display:table-row}.jp-forms__table-header:nth-child(2n),.jp-forms__table-item:nth-child(2n){background-color:#f9f9f6}.jp-forms__table-item.is-clickable{cursor:pointer}.jp-forms__table-item.is-active:not(.exit){background-color:#000;color:#fff}@keyframes jp-forms__table-pulse{0%{opacity:.2}50%{opacity:.1}to{opacity:.2}}.jp-forms__table-cell{border-bottom:1px solid #dcdcde;box-sizing:border-box;display:table-cell;font-size:var(--jp-forms-font-size-regular);height:52px;line-height:normal;margin:0;max-width:0;padding:0 16px;position:relative;text-align:left;transition:background-color .1s ease-out,opacity .1s ease-out;vertical-align:middle}@media(max-width:600px){.jp-forms__table-cell{padding:8px}}.jp-forms__table :last-child .jp-forms__table-cell{border-bottom:unset}.jp-forms__table-cell.is-select{min-width:62px;padding:0 20px}@media(max-width:480px){.jp-forms__table-cell.is-select{min-width:46px;padding:0 12px}}.jp-forms__table-cell.is-empty{align-items:center;display:flex;justify-content:center;max-width:100%}.jp-forms__table-item.is-loading .jp-forms__table-cell:before{animation:jp-forms__table-pulse 2s ease-in-out infinite;background-color:#000;border-radius:.5em;content:"";display:flex;height:1em}.jp-forms__table-cell .components-button.is-link{color:inherit;font-size:inherit}input[type=checkbox].jp-forms__table-checkbox{appearance:none;-moz-appearance:none;-webkit-appearance:none;border:0;box-shadow:none;box-sizing:border-box;cursor:pointer;font-size:var(--jp-forms-font-size-regular);height:16px;line-height:16px;margin:0;outline:0;width:16px}input[type=checkbox].jp-forms__table-checkbox:before{background:#fff;border:1px solid #949494;border-radius:2px;color:#000;content:" ";display:inline-block;font-size:var(--jp-forms-font-size-regular);font-weight:700;height:16px;margin:0;text-align:center;transition:background .1s ease-out,color .1s ease-out,border-color .1s ease-out;width:16px}input[type=checkbox].jp-forms__table-checkbox:focus:before{box-shadow:var(--jp-forms-focus-shadow)}input[type=checkbox].jp-forms__table-checkbox:checked:before{background:#000;border-color:#000;color:#fff;content:"✓"}input[type=checkbox].jp-forms__table-checkbox.is-intermediate:before,input[type=checkbox].jp-forms__table-checkbox.is-intermediate:checked:before{background:#000;border-color:#000;color:#fff;content:"-"}.jp-forms__inbox a.back-button{align-items:center;color:#2c3338;cursor:pointer;display:none;font-size:14px;font-weight:500}.jp-forms__inbox a.back-button svg{margin-right:4px}.jp-forms__inbox .button-primary.export-button:focus{box-shadow:var(--jp-forms-focus-shadow)}.jp-forms__inbox .components-dropdown-menu .components-menu-item__button{font-size:var(--jp-forms-font-size-regular)}.jp-forms__inbox span.subtitle{padding-left:0;white-space:pre}@media(min-width:1025px){.jp-forms__inbox a.back-button{display:none!important}.jp-forms__inbox span.title{display:inline-flex!important}.jp-forms__inbox span.subtitle{display:inline-flex!important;flex-wrap:wrap}}.jp-forms__inbox.is-response-view span.subtitle,.jp-forms__inbox.is-response-view span.title{display:none}.jp-forms__inbox.is-response-view a.back-button{display:inline-flex}.jp-forms__inbox.is-response-view .jp-forms__inbox-tabs .components-tab-panel__tabs{display:none}@media(min-width:1025px){.jp-forms__inbox.is-response-view .jp-forms__inbox-tabs .components-tab-panel__tabs{display:flex}}.jp-forms__inbox-tabs .components-tab-panel__tabs{background-color:#f9f9f9;margin:0;padding:16px 64px 0;position:sticky;top:var(--wp-admin--admin-bar--height);z-index:1}@media(max-width:600px){.jp-forms__inbox-tabs .components-tab-panel__tabs{top:0}}@media(max-width:660px){.jp-forms__inbox-tabs .components-tab-panel__tabs{padding:0 24px}}.jp-forms__inbox-tab-item{border-bottom:2px solid #0000;font-size:var(--jp-forms-font-size-regular);font-weight:400;height:40px;padding:8px 16px}.jp-forms__inbox-tab-item.active-tab{border-color:#000;font-weight:600}.jp-forms__inbox-tab-item-count{align-items:center;background:#0000;border:1px solid #dcdcde;border-radius:3px;box-sizing:border-box;color:#2c3338;display:inline-flex;font-size:12px;font-weight:400;height:20px;line-height:18px;margin-left:10px;padding:0 6px}.jp-forms__inbox-content{box-sizing:border-box;display:flex;flex-direction:row;gap:0;margin-top:0;padding:0 0 48px;position:relative;width:100%;z-index:0}@media(min-width:1025px){.jp-forms__inbox-content{gap:24px;padding-left:64px;padding-right:64px}}.jp-forms__inbox-content-column{align-items:center;box-sizing:border-box;flex-direction:column;min-width:0;position:relative;width:100%}.jp-forms__inbox-content-column:first-child{display:flex}.jp-forms__inbox-content-column:last-child,.jp-forms__inbox.is-response-view .jp-forms__inbox-content-column:first-child{display:none}.jp-forms__inbox.is-response-view .jp-forms__inbox-content-column:last-child{display:flex}@media(max-width:660px){.jp-forms__inbox-content-column{padding-left:24px;padding-right:24px}}@media(min-width:661px)and (max-width:1024px){.jp-forms__inbox-content-column{padding-left:64px;padding-right:64px}}@media(min-width:1025px){.jp-forms__inbox-content-column{display:flex!important;flex:3;width:auto}.jp-forms__inbox-content-column:last-child{flex:2}}.jp-forms__inbox-content-column .jp-forms__inbox-sticky-sentinel{background:#0000;height:1px;position:absolute;top:0;width:1px}.jp-forms__inbox-content-column .jp-forms__inbox-sticky-mark{border-bottom:1px solid #dcdcde;box-shadow:0 1px 5px 0 #0000004d;position:sticky;top:calc(var(--wp-admin--admin-bar--height) + 144px);width:100%}.jp-forms__inbox-content-column .jp-forms__page-navigation{margin:16px 0 0}.jp-forms__inbox-list,.jp-forms__inbox-response{border:1px solid #dcdcde;border-radius:8px;box-sizing:border-box;display:flex;flex-direction:column;min-height:300px;overflow:hidden;width:100%}.jp-forms__inbox-list.jp-forms__table{display:table;min-height:unset}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-item{max-height:52px;transition:max-height .2s}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-item.exit-active{overflow:hidden}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-item.exit-active,.jp-forms__inbox-list.jp-forms__table .jp-forms__table-item.exit-done{max-height:0}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-item.exit-active.is-loading{display:none}@media(max-width:1024px){.jp-forms__inbox-list.jp-forms__table .jp-forms__table-item.is-active{background-color:#fff;color:inherit}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-item.is-active:nth-child(2n){background-color:#f9f9f6}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-item.is-active .is-link{text-decoration:underline}}@media(min-width:1025px){.jp-forms__inbox-list.jp-forms__table{display:flex;min-height:calc(100vh - var(--wp-admin--admin-bar--height) - 192px)}}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell{white-space:nowrap}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-name{min-width:160px;overflow:hidden;text-overflow:ellipsis;width:45%}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-date{min-width:110px;width:27.5%}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-source{min-width:100px;width:27.5%}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-source .is-link{cursor:pointer;display:inline-block;max-width:100%;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-source .is-link:hover,.jp-forms__inbox-list.jp-forms__table .jp-forms__table-item.is-active .is-link{text-decoration:underline}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-actions{max-width:68px;min-width:68px}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-actions .components-dropdown-menu__toggle{color:currentColor;padding:0}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-actions .components-dropdown-menu__toggle>svg{height:32px;width:32px}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-actions .components-dropdown-menu__toggle:focus{box-shadow:var(--jp-forms-focus-shadow)}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-actions .components-dropdown__content{white-space:normal}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-actions .components-dropdown__content .components-button.is-tertiary:hover:not(:disabled){background:#0000;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#007cba))}@media(max-width:1280px){.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-actions{display:none}}@media(max-width:1080px){.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-name{width:60%}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-date{width:40%}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-source{display:none}}@media(max-width:1024px){.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-name{width:45%}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-date{width:27.5%}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-source{display:table-cell;width:27.5%}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-actions{display:table-cell}}@media(max-width:660px){.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-name{width:60%}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-date{width:40%}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-actions,.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-source{display:none}}@keyframes jp-forms__slide-in{0%{transform:translateY(150px)}}@keyframes jp-forms__fade-in{0%{opacity:0}35%{opacity:1}}.jp-forms__inbox-response{background-color:#fff;position:relative}@media(min-width:1025px){.jp-forms__inbox-response{height:calc(100vh - var(--wp-admin--admin-bar--height) - 192px);overflow-y:auto;position:sticky;top:calc(var(--wp-admin--admin-bar--height) + 144px)}}.jp-forms__inbox-response:before{background:linear-gradient(30deg,#eaeff5,#f2f3e3);border-bottom:1px solid #dcdcde;box-sizing:border-box;content:"";display:flex;padding-top:24px}.jp-forms__inbox-response.exit-active{display:none}@media(min-width:1025px){.jp-forms__inbox-response.enter,.jp-forms__inbox-response.enter-active{animation:jp-forms__slide-in .2s ease-out forwards,jp-forms__fade-in .2s ease-in forwards}.jp-forms__inbox.is-response-animation-reverted .jp-forms__inbox-response.enter,.jp-forms__inbox.is-response-animation-reverted .jp-forms__inbox-response.enter-active{animation:none}.jp-forms__inbox-response.exit,.jp-forms__inbox-response.exit-active,.jp-forms__inbox-response.exit-done{display:flex;left:0;position:absolute;top:0!important;z-index:-1}.jp-forms__inbox.is-response-animation-reverted .jp-forms__inbox-response.exit,.jp-forms__inbox.is-response-animation-reverted .jp-forms__inbox-response.exit-active,.jp-forms__inbox.is-response-animation-reverted .jp-forms__inbox-response.exit-done{animation:jp-forms__slide-in .2s ease-out reverse forwards,jp-forms__fade-in .2s ease-in reverse forwards;z-index:1}}.jp-forms__inbox-response-avatar{background-color:#fff;border:3px solid #fff;border-radius:50%;box-sizing:border-box;display:none;filter:drop-shadow(0 4px 44px rgba(0,0,0,.25));height:74px;left:32px;overflow:hidden;position:absolute;top:32px;width:74px;z-index:100}.jp-forms__inbox-response-title{font-size:24px;font-weight:700;line-height:normal;margin:24px 0 0;padding:0 32px}.jp-forms__inbox-response-title.is-email,.jp-forms__inbox-response-title.is-ip{font-size:24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.jp-forms__inbox-response-subtitle{align-items:center;color:#646970;display:flex;flex-shrink:0;font-size:16px;font-weight:500;height:40px;line-height:40px;margin:0;overflow:hidden;padding:0 32px;position:relative;text-overflow:ellipsis;white-space:nowrap}.jp-forms__inbox-response-subtitle .components-button{background-color:#fff;display:inline-block;float:right;height:28px;margin-left:auto;padding:4px 8px;position:absolute;right:32px;top:6px;z-index:100}@media(min-width:1025px){.jp-forms__inbox-response-subtitle .components-button{display:none}.jp-forms__inbox-response-subtitle:hover{background-color:#f6f6f7}.jp-forms__inbox-response-subtitle:hover .components-button{background-color:#f6f6f7;display:inline-block}}.jp-forms__inbox-response-meta{color:#646970;display:table;flex-direction:column;font-size:12px;font-weight:400;line-height:20px;padding:12px 32px 24px;row-gap:4px}.jp-forms__inbox-response-meta-label{display:table-row}.jp-forms__inbox-response-meta-key,.jp-forms__inbox-response-meta-value{display:table-cell;white-space:nowrap}.jp-forms__inbox-response-meta-key{padding-right:8px}.jp-forms__inbox-response-meta-value{max-width:0;overflow:hidden;text-overflow:ellipsis;width:80%}.jp-forms__inbox-response-meta-value .is-link{color:inherit;text-decoration:none}.jp-forms__inbox-response-meta-value .is-link:hover{text-decoration:underline}.jp-forms__inbox-response-separator{border-bottom:1px solid var(--jp-forms-border-color);width:100%}.jp-forms__inbox-response-data{display:flex;flex-direction:column;font-size:var(--jp-forms-font-size-regular);line-height:24px;padding:24px 32px;row-gap:24px}.jp-forms__inbox-response-data-label{font-weight:600}.jp-forms__inbox-response-data-value{white-space:pre-wrap}.jp-forms__inbox-actions{background:#fff;display:flex;flex-direction:row;gap:var(--jp-forms-spacing-base);padding:32px 64px 16px;position:sticky;top:calc(var(--wp-admin--admin-bar--height) + 56px);z-index:1}@media(max-width:600px){.jp-forms__inbox-actions{top:56px}}@media(max-width:660px){.jp-forms__inbox-actions{padding:calc(var(--jp-forms-spacing-base)*2) 24px}}.jp-forms__inbox.is-response-view .jp-forms__inbox-actions{display:none}@media(min-width:1025px){.jp-forms__inbox.is-response-view .jp-forms__inbox-actions{display:flex}}@media(max-width:782px){.jp-forms__inbox-actions .components-dropdown{display:none}}.jp-forms__inbox-actions .components-button{border-radius:var(--jp-forms-border-radius);font-size:var(--jp-forms-font-size-regular);font-weight:400;height:var(--jp-forms-input-wrapper-height);letter-spacing:-.02em;padding:var(--jp-forms-spacing-base) calc(var(--jp-forms-spacing-base)*1.5)}.jp-forms__inbox-actions .components-button.is-secondary{background:var(--jp-forms-white);box-shadow:inset 0 0 0 1px var(--jp-forms-border-color);color:var(--jp-forms-black)}.jp-forms__inbox-actions .components-button.is-secondary.is-opened,.jp-forms__inbox-actions .components-button.is-secondary:hover:not(:disabled){background:var(--jp-forms-color-darker-10);color:var(--jp-forms-white)}.jp-forms__inbox-actions .jp-forms__check-for-spam svg{margin:0 10px 0 0}.jp-forms__inbox-actions .button-primary.export-button{background-color:var(--wp-admin-theme-color,#000);border-color:var(--wp-admin-theme-color,#000);margin-left:auto}@media(max-width:782px){.jp-forms__inbox-actions .button-primary.export-button{display:none}}.jp-forms__details{box-shadow:inset 0 -1px 0 #dcdcde;padding:16px 0}.jp-forms__details[open] .jp-forms__details-icon{transform:rotate(90deg)}.jp-forms__details-summary{align-items:center;cursor:pointer;display:flex;font-size:24px;font-weight:500;line-height:32px;list-style:none}.jp-forms__details-summary::-webkit-details-marker,.jp-forms__details-summary::marker{display:none}@media(max-width:600px){.jp-forms__details-summary{font-size:16px;line-height:24px}}.jp-forms__details-icon{margin-right:16px;transition:all .3s ease}.jp-forms__details-content{font-size:16px;font-weight:400;line-height:24px;margin-left:48px;margin-top:16px}.jp-forms__landing{--content-max-width:1280px;--section-spacing-horizontal:76px;--section-spacing-vertical:84px;color:var(--jp-forms-black)}@media(max-width:600px){.jp-forms__landing{--section-spacing-horizontal:32px;--section-spacing-vertical:80px}}.jp-forms__landing .jp-forms__logo-wrapper{margin:0 auto;max-width:100%;width:calc(var(--content-max-width) + var(--section-spacing-horizontal)*2)}.jp-forms__landing .jp-forms__logo{margin:40px var(--section-spacing-horizontal)}.jp-forms__landing h1{font-size:36px;font-weight:700;line-height:40px;margin:0}.jp-forms__landing h4{font-size:24px;font-weight:500;line-height:32px;margin:0}.jp-forms__landing button.button.button-primary{border:none;font-size:16px;font-weight:600;line-height:24px;padding:8px 32px}.jp-forms__landing button.button.button-primary,.jp-forms__landing button.button.button-primary:hover{background-color:var(--jp-forms-black);color:var(--jp-forms-white)}.jp-forms__landing .align-center{text-align:center}.jp-forms__landing .bg-white{background-color:var(--jp-forms-white)}.jp-forms__landing .bg-white-off{background-color:var(--jp-forms-white-off)}.jp-forms__landing .mb-2{margin-bottom:8px}.jp-forms__landing .mb-4{margin-bottom:16px}.jp-forms__landing .mb-6{margin-bottom:24px}.jp-forms__landing .mb-8{margin-bottom:32px}.jp-forms__landing .mb-10{margin-bottom:40px}.jp-forms__landing .mb-12{margin-bottom:48px}.jp-forms__landing-section{overflow:hidden;padding:var(--section-spacing-vertical) var(--section-spacing-horizontal)}.jp-forms__landing-section.features-block{padding-bottom:40px}.jp-forms__landing-content{margin:0 auto;max-width:var(--content-max-width)}@media(max-width:1280px){.jp-forms__landing-content .jp-forms__wp-sites{margin-left:auto;margin-right:auto;max-width:600px}}.jp-forms__teaser-image{border-radius:8px 8px 0 0;display:flex;filter:drop-shadow(0 4px 24px rgba(0,0,0,.2509803922));margin:0 auto calc(var(--section-spacing-vertical)*-1);max-width:100%}.jp-forms__block{display:flex;flex-direction:row;justify-content:space-between}@media(max-width:1024px){.jp-forms__block{flex-direction:column-reverse}}.jp-forms__block-media,.jp-forms__block-text{flex:0 0 44%}.jp-forms__block-text{font-size:16px;line-height:27px}.jp-forms__block-text p{font-size:16px}.jp-forms__block-text ul{list-style:initial;padding-left:20px}.jp-forms__block-media{align-items:center;display:flex;justify-content:center}.jp-forms__block-media img{max-width:500px;width:100%}.jp-forms__patterns-grid{display:grid;gap:28px 40px;grid-template-columns:repeat(3,minmax(300px,350px));justify-content:space-between;margin-left:auto;margin-right:auto}@media(max-width:1280px){.jp-forms__patterns-grid{grid-template-columns:repeat(2,minmax(300px,400px))}}@media(max-width:860px){.jp-forms__patterns-grid{box-sizing:border-box;grid-auto-columns:350px;grid-auto-flow:column;grid-template-columns:repeat(auto-fill,350px);margin-left:calc(var(--section-spacing-horizontal)*-1);overflow-x:auto;padding:0 var(--section-spacing-horizontal);width:calc(100% + var(--section-spacing-horizontal) + var(--section-spacing-horizontal))}}@media(max-width:480px){.jp-forms__patterns-grid{grid-auto-columns:calc(100vw - 108px);grid-template-columns:repeat(auto-fill,calc(100vw - 108px))}}.jp-forms__pattern-item{align-items:center;display:flex;flex-direction:column;gap:8px}.jp-forms__pattern-item img{align-items:center;aspect-ratio:3/2;background:#d3d3d3;display:flex;justify-content:center;width:100%}.jp-forms__pattern-item span{font-size:14px;font-weight:700;line-height:21px}.jp-forms__features{display:grid;gap:24px;grid-template-columns:repeat(12,1fr)}@media(max-width:860px){.jp-forms__features{box-sizing:border-box;grid-auto-columns:350px;grid-auto-flow:column;grid-template-columns:repeat(auto-fill,350px);margin-left:calc(var(--section-spacing-horizontal)*-1);overflow-x:auto;padding:0 var(--section-spacing-horizontal);width:calc(100% + var(--section-spacing-horizontal) + var(--section-spacing-horizontal))}}@media(max-width:480px){.jp-forms__features{grid-auto-columns:calc(100vw - 108px);grid-template-columns:repeat(auto-fill,calc(100vw - 108px))}}.jp-forms__feature{background-color:var(--jp-forms-white);border-radius:8px;display:flex;flex-direction:column;justify-content:space-between;min-height:100px;overflow:hidden;padding:24px 32px;position:relative}.jp-forms__feature.feature-connect{grid-column:span 5/span 5}.jp-forms__feature.feature-connect .jp-forms__feature-image-wrapper{align-items:center;display:flex;gap:24px;margin-bottom:8px}@media(max-width:1440px){.jp-forms__feature.feature-connect h1{font-size:32px}}.jp-forms__feature.feature-data{grid-column:span 4/span 4}.jp-forms__feature.feature-data h4{max-width:220px}.jp-forms__feature.feature-data svg{bottom:0;position:absolute;right:0}.jp-forms__feature.feature-akismet,.jp-forms__feature.feature-export{grid-column:span 3/span 3}.jp-forms__feature.feature-export svg{margin-left:-32px}.jp-forms__feature.feature-notifications{grid-column:span 4/span 4}.jp-forms__feature.feature-notifications h4{max-width:260px}.jp-forms__feature.feature-dependencies{grid-column:span 3/span 3;padding:24px 16px;text-align:center}.jp-forms__feature.feature-dependencies h1{align-self:center;overflow:hidden}.jp-forms__feature.feature-dependencies h4{margin:0 auto;max-width:200px}.jp-forms__feature.feature-dependencies span{opacity:.3}.jp-forms__feature.feature-validation{grid-column:span 2/span 2}.jp-forms__feature.feature-validation .jp-forms__feature-image-wrapper{white-space:nowrap}.jp-forms__feature.feature-validation h4{margin:0 auto;max-width:200px}.jp-forms__feature h4{font-weight:700}@media(max-width:1460px){.jp-forms__feature.feature-dependencies,.jp-forms__feature.feature-export{grid-column:span 4/span 4}.jp-forms__feature.feature-validation{display:none}}@media(max-width:1280px){.jp-forms__feature{padding:24px}.jp-forms__feature.feature-connect,.jp-forms__feature.feature-data{grid-column:span 6/span 6}.jp-forms__feature.feature-data h4{font-size:32px;max-width:300px}.jp-forms__feature.feature-export{grid-column:span 4/span 4}.jp-forms__feature.feature-notifications{grid-column:span 5/span 5}.jp-forms__feature.feature-dependencies{display:none}.jp-forms__feature.feature-validation{grid-column:span 4/span 4}}@media(max-width:860px){.jp-forms__feature{grid-column:auto!important}.jp-forms__feature h1,.jp-forms__feature h4{font-size:28px!important;font-weight:700;line-height:32px}.jp-forms__feature.feature-validation .jp-forms__feature-image-wrapper{margin-bottom:0}.jp-forms__feature.feature-dependencies,.jp-forms__feature.feature-validation{display:flex}}:root{--jp-forms-font-size-regular:14px;--jp-forms-border-color:#dcdcde;--jp-forms-border-radius:var( --jp-border-radius,4px );--jp-forms-white:var( --jp-white,#fff );--jp-forms-white-off:var( --jp-white-off,#f9f9f6 );--jp-forms-input-wrapper-height:var( --jp-input-wrapper-height,40px );--jp-forms-spacing-base:var( --spacing-base,8px );--jp-forms-black:var( --jp-black,#000 );--jp-forms-color-darker-10:var( --jp-black-80,#2c3338 );--jp-forms-color-darker-20:var( --jp-black-80,#2c3338 );--jp-forms-focus-shadow:0 0 0 1px var( --jp-forms-white ),0 0 0 3px var( --jp-forms-color-darker-10 );--wp-admin-theme-color:var( --jp-forms-black );--wp-admin-theme-color--rgb:0,0,0;--wp-admin-theme-color-darker-10:var( --jp-forms-color-darker-10 );--wp-admin-theme-color-darker-10--rgb:44,51,56;--wp-admin-theme-color-darker-20:var( --jp-forms-color-darker-10 );--wp-admin-theme-color-darker-20--rgb:44,51,56}body.admin_page_jetpack-forms #wpbody-content,body.toplevel_page_jetpack-forms #wpbody-content{padding-bottom:0}body.admin_page_jetpack-forms #wpfooter,body.toplevel_page_jetpack-forms #wpfooter{display:none} \ No newline at end of file diff --git a/dist/dashboard/jetpack-forms-dashboard.js b/dist/dashboard/jetpack-forms-dashboard.js index 19ff926..08af9e9 100644 --- a/dist/dashboard/jetpack-forms-dashboard.js +++ b/dist/dashboard/jetpack-forms-dashboard.js @@ -1,4 +1,4 @@ /*! For license information please see jetpack-forms-dashboard.js.LICENSE.txt */ (()=>{var e={6992:(e,t,a)=>{"use strict";function n(){return n=Object.assign?Object.assign.bind():function(e){for(var t=1;tH,HS:()=>P,Oi:()=>s,Rr:()=>m,TM:()=>c,VV:()=>U,aE:()=>ae,pX:()=>B,pb:()=>L,rc:()=>r,tH:()=>I,ue:()=>g,yD:()=>O}),function(e){e.Pop="POP",e.Push="PUSH",e.Replace="REPLACE"}(r||(r={}));const o="popstate";function c(e){return void 0===e&&(e={}),h((function(e,t){let{pathname:a="/",search:n="",hash:r=""}=m(e.location.hash.substr(1));return a.startsWith("/")||a.startsWith(".")||(a="/"+a),u("",{pathname:a,search:n,hash:r},t.state&&t.state.usr||null,t.state&&t.state.key||"default")}),(function(e,t){let a=e.document.querySelector("base"),n="";if(a&&a.getAttribute("href")){let t=e.location.href,a=t.indexOf("#");n=-1===a?t:t.slice(0,a)}return n+"#"+("string"==typeof t?t:d(t))}),(function(e,t){i("/"===e.pathname.charAt(0),"relative pathnames are not supported in hash history.push("+JSON.stringify(t)+")")}),e)}function s(e,t){if(!1===e||null==e)throw new Error(t)}function i(e,t){if(!e){"undefined"!=typeof console&&console.warn(t);try{throw new Error(t)}catch(e){}}}function l(e,t){return{usr:e.state,key:e.key,idx:t}}function u(e,t,a,r){return void 0===a&&(a=null),n({pathname:"string"==typeof e?e:e.pathname,search:"",hash:""},"string"==typeof t?m(t):t,{state:a,key:t&&t.key||r||Math.random().toString(36).substr(2,8)})}function d(e){let{pathname:t="/",search:a="",hash:n=""}=e;return a&&"?"!==a&&(t+="?"===a.charAt(0)?a:"?"+a),n&&"#"!==n&&(t+="#"===n.charAt(0)?n:"#"+n),t}function m(e){let t={};if(e){let a=e.indexOf("#");a>=0&&(t.hash=e.substr(a),e=e.substr(0,a));let n=e.indexOf("?");n>=0&&(t.search=e.substr(n),e=e.substr(0,n)),e&&(t.pathname=e)}return t}function h(e,t,a,c){void 0===c&&(c={});let{window:i=document.defaultView,v5Compat:m=!1}=c,h=i.history,p=r.Pop,f=null,v=g();function g(){return(h.state||{idx:null}).idx}function w(){p=r.Pop;let e=g(),t=null==e?null:e-v;v=e,f&&f({action:p,location:y.location,delta:t})}function E(e){let t="null"!==i.location.origin?i.location.origin:i.location.href,a="string"==typeof e?e:d(e);return a=a.replace(/ $/,"%20"),s(t,"No window.location.(origin|href) available to create URL for href: "+a),new URL(a,t)}null==v&&(v=0,h.replaceState(n({},h.state,{idx:v}),""));let y={get action(){return p},get location(){return e(i,h)},listen(e){if(f)throw new Error("A history only accepts one active listener");return i.addEventListener(o,w),f=e,()=>{i.removeEventListener(o,w),f=null}},createHref:e=>t(i,e),createURL:E,encodeLocation(e){let t=E(e);return{pathname:t.pathname,search:t.search,hash:t.hash}},push:function(e,t){p=r.Push;let n=u(y.location,e,t);a&&a(n,e),v=g()+1;let o=l(n,v),c=y.createHref(n);try{h.pushState(o,"",c)}catch(e){if(e instanceof DOMException&&"DataCloneError"===e.name)throw e;i.location.assign(c)}m&&f&&f({action:p,location:y.location,delta:1})},replace:function(e,t){p=r.Replace;let n=u(y.location,e,t);a&&a(n,e),v=g();let o=l(n,v),c=y.createHref(n);h.replaceState(o,"",c),m&&f&&f({action:p,location:y.location,delta:0})},go:e=>h.go(e)};return y}var p;!function(e){e.data="data",e.deferred="deferred",e.redirect="redirect",e.error="error"}(p||(p={}));const f=new Set(["lazy","caseSensitive","path","id","index","children"]);function v(e,t,a,r){return void 0===a&&(a=[]),void 0===r&&(r={}),e.map(((e,o)=>{let c=[...a,String(o)],i="string"==typeof e.id?e.id:c.join("-");if(s(!0!==e.index||!e.children,"Cannot specify children on an index route"),s(!r[i],'Found a route id collision on id "'+i+"\". Route id's must be globally unique within Data Router usages"),function(e){return!0===e.index}(e)){let a=n({},e,t(e),{id:i});return r[i]=a,a}{let a=n({},e,t(e),{id:i,children:void 0});return r[i]=a,e.children&&(a.children=v(e.children,t,c,r)),a}}))}function g(e,t,a){return void 0===a&&(a="/"),w(e,t,a,!1)}function w(e,t,a,n){let r=L(("string"==typeof t?m(t):t).pathname||"/",a);if(null==r)return null;let o=E(e);!function(e){e.sort(((e,t)=>e.score!==t.score?t.score-e.score:function(e,t){let a=e.length===t.length&&e.slice(0,-1).every(((e,a)=>e===t[a]));return a?e[e.length-1]-t[t.length-1]:0}(e.routesMeta.map((e=>e.childrenIndex)),t.routesMeta.map((e=>e.childrenIndex)))))}(o);let c=null;for(let e=0;null==c&&e{let c={relativePath:void 0===o?e.path||"":o,caseSensitive:!0===e.caseSensitive,childrenIndex:r,route:e};c.relativePath.startsWith("/")&&(s(c.relativePath.startsWith(n),'Absolute route path "'+c.relativePath+'" nested under path "'+n+'" is not valid. An absolute child route path must start with the combined path of all its parent routes.'),c.relativePath=c.relativePath.slice(n.length));let i=P([n,c.relativePath]),l=a.concat(c);e.children&&e.children.length>0&&(s(!0!==e.index,'Index routes must not have child routes. Please remove all child routes from route path "'+i+'".'),E(e.children,t,l,i)),(null!=e.path||e.index)&&t.push({path:i,score:j(i,e.index),routesMeta:l})};return e.forEach(((e,t)=>{var a;if(""!==e.path&&null!=(a=e.path)&&a.includes("?"))for(let a of y(e.path))r(e,t,a);else r(e,t)})),t}function y(e){let t=e.split("/");if(0===t.length)return[];let[a,...n]=t,r=a.endsWith("?"),o=a.replace(/\?$/,"");if(0===n.length)return r?[o,""]:[o];let c=y(n.join("/")),s=[];return s.push(...c.map((e=>""===e?o:[o,e].join("/")))),r&&s.push(...c),s.map((t=>e.startsWith("/")&&""===t?"/":t))}const R=/^:[\w-]+$/,C=3,b=2,k=1,x=10,_=-2,S=e=>"*"===e;function j(e,t){let a=e.split("/"),n=a.length;return a.some(S)&&(n+=_),t&&(n+=b),a.filter((e=>!S(e))).reduce(((e,t)=>e+(R.test(t)?C:""===t?k:x)),n)}function M(e,t,a){void 0===a&&(a=!1);let{routesMeta:n}=e,r={},o="/",c=[];for(let e=0;e(n.push({paramName:t,isOptional:null!=a}),a?"/?([^\\/]+)?":"/([^\\/]+)")));e.endsWith("*")?(n.push({paramName:"*"}),r+="*"===e||"/*"===e?"(.*)$":"(?:\\/(.+)|\\/*)$"):a?r+="\\/*$":""!==e&&"/"!==e&&(r+="(?:(?=\\/|$))");let o=new RegExp(r,t?void 0:"i");return[o,n]}(e.path,e.caseSensitive,e.end),r=t.match(a);if(!r)return null;let o=r[0],c=o.replace(/(.)\/+$/,"$1"),s=r.slice(1);return{params:n.reduce(((e,t,a)=>{let{paramName:n,isOptional:r}=t;if("*"===n){let e=s[a]||"";c=o.slice(0,o.length-e.length).replace(/(.)\/+$/,"$1")}const i=s[a];return e[n]=r&&!i?void 0:(i||"").replace(/%2F/g,"/"),e}),{}),pathname:o,pathnameBase:c,pattern:e}}function N(e){try{return e.split("/").map((e=>decodeURIComponent(e).replace(/\//g,"%2F"))).join("/")}catch(t){return i(!1,'The URL path "'+e+'" could not be decoded because it is is a malformed URL segment. This is probably due to a bad percent encoding ('+t+")."),e}}function L(e,t){if("/"===t)return e;if(!e.toLowerCase().startsWith(t.toLowerCase()))return null;let a=t.endsWith("/")?t.length-1:t.length,n=e.charAt(a);return n&&"/"!==n?null:e.slice(a)||"/"}function z(e,t,a,n){return"Cannot include a '"+e+"' character in a manually specified `to."+t+"` field ["+JSON.stringify(n)+"]. Please separate it out to the `to."+a+'` field. Alternatively you may provide the full path as a string in and the router will parse it for you.'}function V(e){return e.filter(((e,t)=>0===t||e.route.path&&e.route.path.length>0))}function O(e,t){let a=V(e);return t?a.map(((e,t)=>t===a.length-1?e.pathname:e.pathnameBase)):a.map((e=>e.pathnameBase))}function H(e,t,a,r){let o;void 0===r&&(r=!1),"string"==typeof e?o=m(e):(o=n({},e),s(!o.pathname||!o.pathname.includes("?"),z("?","pathname","search",o)),s(!o.pathname||!o.pathname.includes("#"),z("#","pathname","hash",o)),s(!o.search||!o.search.includes("#"),z("#","search","hash",o)));let c,i=""===e||""===o.pathname,l=i?"/":o.pathname;if(null==l)c=a;else{let e=t.length-1;if(!r&&l.startsWith("..")){let t=l.split("/");for(;".."===t[0];)t.shift(),e-=1;o.pathname=t.join("/")}c=e>=0?t[e]:"/"}let u=function(e,t){void 0===t&&(t="/");let{pathname:a,search:n="",hash:r=""}="string"==typeof e?m(e):e,o=a?a.startsWith("/")?a:function(e,t){let a=t.replace(/\/+$/,"").split("/");return e.split("/").forEach((e=>{".."===e?a.length>1&&a.pop():"."!==e&&a.push(e)})),a.length>1?a.join("/"):"/"}(a,t):t;return{pathname:o,search:D(n),hash:F(r)}}(o,c),d=l&&"/"!==l&&l.endsWith("/"),h=(i||"."===l)&&a.endsWith("/");return u.pathname.endsWith("/")||!d&&!h||(u.pathname+="/"),u}const P=e=>e.join("/").replace(/\/\/+/g,"/"),T=e=>e.replace(/\/+$/,"").replace(/^\/*/,"/"),D=e=>e&&"?"!==e?e.startsWith("?")?e:"?"+e:"",F=e=>e&&"#"!==e?e.startsWith("#")?e:"#"+e:"";class I extends Error{}class U{constructor(e,t,a,n){void 0===n&&(n=!1),this.status=e,this.statusText=t||"",this.internal=n,a instanceof Error?(this.data=a.toString(),this.error=a):this.data=a}}function B(e){return null!=e&&"number"==typeof e.status&&"string"==typeof e.statusText&&"boolean"==typeof e.internal&&"data"in e}const $=["post","put","patch","delete"],q=new Set($),J=["get",...$],Z=new Set(J),W=new Set([301,302,303,307,308]),G=new Set([307,308]),K={state:"idle",location:void 0,formMethod:void 0,formAction:void 0,formEncType:void 0,formData:void 0,json:void 0,text:void 0},Y={state:"idle",data:void 0,formMethod:void 0,formAction:void 0,formEncType:void 0,formData:void 0,json:void 0,text:void 0},Q={state:"unblocked",proceed:void 0,reset:void 0,location:void 0},X=/^(?:[a-z][a-z0-9+.-]*:|\/\/)/i,ee=e=>({hasErrorBoundary:Boolean(e.hasErrorBoundary)}),te="remix-router-transitions";function ae(e){const t=e.window?e.window:"undefined"!=typeof window?window:void 0,a=void 0!==t&&void 0!==t.document&&void 0!==t.document.createElement,o=!a;let c;if(s(e.routes.length>0,"You must provide a non-empty routes array to createRouter"),e.mapRouteProperties)c=e.mapRouteProperties;else if(e.detectErrorBoundary){let t=e.detectErrorBoundary;c=e=>({hasErrorBoundary:t(e)})}else c=ee;let l,d,m,h={},f=v(e.routes,c,void 0,h),E=e.basename||"/",y=e.dataStrategy||me,R=e.patchRoutesOnNavigation,C=n({v7_fetcherPersist:!1,v7_normalizeFormMethod:!1,v7_partialHydration:!1,v7_prependBasename:!1,v7_relativeSplatPath:!1,v7_skipActionErrorRevalidation:!1},e.future),b=null,k=new Set,x=null,_=null,S=null,j=null!=e.hydrationData,M=g(f,e.history.location,E),A=null;if(null==M&&!R){let t=_e(404,{pathname:e.history.location.pathname}),{matches:a,route:n}=xe(f);M=a,A={[n.id]:t}}if(M&&!e.hydrationData){it(M,f,e.history.location.pathname).active&&(M=null)}if(M)if(M.some((e=>e.route.lazy)))d=!1;else if(M.some((e=>e.route.loader)))if(C.v7_partialHydration){let t=e.hydrationData?e.hydrationData.loaderData:null,a=e.hydrationData?e.hydrationData.errors:null;if(a){let e=M.findIndex((e=>void 0!==a[e.route.id]));d=M.slice(0,e+1).every((e=>!se(e.route,t,a)))}else d=M.every((e=>!se(e.route,t,a)))}else d=null!=e.hydrationData;else d=!0;else if(d=!1,M=[],C.v7_partialHydration){let t=it(null,f,e.history.location.pathname);t.active&&t.matches&&(M=t.matches)}let N,z,V={historyAction:e.history.action,location:e.history.location,matches:M,initialized:d,navigation:K,restoreScrollPosition:null==e.hydrationData&&null,preventScrollReset:!1,revalidation:"idle",loaderData:e.hydrationData&&e.hydrationData.loaderData||{},actionData:e.hydrationData&&e.hydrationData.actionData||null,errors:e.hydrationData&&e.hydrationData.errors||A,fetchers:new Map,blockers:new Map},O=r.Pop,H=!1,P=!1,T=new Map,D=null,F=!1,I=!1,U=[],$=new Set,q=new Map,J=0,Z=-1,W=new Map,ae=new Set,oe=new Map,ie=new Map,le=new Set,de=new Map,we=new Map;function Ee(e,t){void 0===t&&(t={}),V=n({},V,e);let a=[],r=[];C.v7_fetcherPersist&&V.fetchers.forEach(((e,t)=>{"idle"===e.state&&(le.has(t)?r.push(t):a.push(t))})),[...k].forEach((e=>e(V,{deletedFetchers:r,viewTransitionOpts:t.viewTransitionOpts,flushSync:!0===t.flushSync}))),C.v7_fetcherPersist&&(a.forEach((e=>V.fetchers.delete(e))),r.forEach((e=>Ke(e))))}function ye(t,a,o){var c,s;let i,{flushSync:u}=void 0===o?{}:o,d=null!=V.actionData&&null!=V.navigation.formMethod&&He(V.navigation.formMethod)&&"loading"===V.navigation.state&&!0!==(null==(c=t.state)?void 0:c._isRedirect);i=a.actionData?Object.keys(a.actionData).length>0?a.actionData:null:d?V.actionData:null;let m=a.loaderData?Ce(V.loaderData,a.loaderData,a.matches||[],a.errors):V.loaderData,h=V.blockers;h.size>0&&(h=new Map(h),h.forEach(((e,t)=>h.set(t,Q))));let p,v=!0===H||null!=V.navigation.formMethod&&He(V.navigation.formMethod)&&!0!==(null==(s=t.state)?void 0:s._isRedirect);if(l&&(f=l,l=void 0),F||O===r.Pop||(O===r.Push?e.history.push(t,t.state):O===r.Replace&&e.history.replace(t,t.state)),O===r.Pop){let e=T.get(V.location.pathname);e&&e.has(t.pathname)?p={currentLocation:V.location,nextLocation:t}:T.has(t.pathname)&&(p={currentLocation:t,nextLocation:V.location})}else if(P){let e=T.get(V.location.pathname);e?e.add(t.pathname):(e=new Set([t.pathname]),T.set(V.location.pathname,e)),p={currentLocation:V.location,nextLocation:t}}Ee(n({},a,{actionData:i,loaderData:m,historyAction:O,location:t,initialized:!0,navigation:K,revalidation:"idle",restoreScrollPosition:st(t,a.matches||V.matches),preventScrollReset:v,blockers:h}),{viewTransitionOpts:p,flushSync:!0===u}),O=r.Pop,H=!1,P=!1,F=!1,I=!1,U=[]}async function je(t,a,o){N&&N.abort(),N=null,O=t,F=!0===(o&&o.startUninterruptedRevalidation),function(e,t){if(x&&S){let a=ct(e,t);x[a]=S()}}(V.location,V.matches),H=!0===(o&&o.preventScrollReset),P=!0===(o&&o.enableViewTransition);let c=l||f,s=o&&o.overrideNavigation,i=g(c,a,E),u=!0===(o&&o.flushSync),d=it(i,c,a.pathname);if(d.active&&d.matches&&(i=d.matches),!i){let{error:e,notFoundMatches:t,route:n}=rt(a.pathname);return void ye(a,{matches:t,loaderData:{},errors:{[n.id]:e}},{flushSync:u})}if(V.initialized&&!I&&function(e,t){if(e.pathname!==t.pathname||e.search!==t.search)return!1;if(""===e.hash)return""!==t.hash;if(e.hash===t.hash)return!0;if(""!==t.hash)return!0;return!1}(V.location,a)&&!(o&&o.submission&&He(o.submission.formMethod)))return void ye(a,{matches:i},{flushSync:u});N=new AbortController;let m,h=ge(e.history,a,N.signal,o&&o.submission);if(o&&o.pendingError)m=[ke(i).route.id,{type:p.error,error:o.pendingError}];else if(o&&o.submission&&He(o.submission.formMethod)){let t=await async function(e,t,a,n,o,c){void 0===c&&(c={});Je();let s,i=function(e,t){let a={state:"submitting",location:e,formMethod:t.formMethod,formAction:t.formAction,formEncType:t.formEncType,formData:t.formData,json:t.json,text:t.text};return a}(t,a);if(Ee({navigation:i},{flushSync:!0===c.flushSync}),o){let a=await lt(n,t.pathname,e.signal);if("aborted"===a.type)return{shortCircuited:!0};if("error"===a.type){let e=ke(a.partialMatches).route.id;return{matches:a.partialMatches,pendingActionResult:[e,{type:p.error,error:a.error}]}}if(!a.matches){let{notFoundMatches:e,error:a,route:n}=rt(t.pathname);return{matches:e,pendingActionResult:[n.id,{type:p.error,error:a}]}}n=a.matches}let l=Ie(n,t);if(l.route.action||l.route.lazy){if(s=(await Oe("action",V,e,[l],n,null))[l.route.id],e.signal.aborted)return{shortCircuited:!0}}else s={type:p.error,error:_e(405,{method:e.method,pathname:t.pathname,routeId:l.route.id})};if(Le(s)){let t;if(c&&null!=c.replace)t=c.replace;else{t=ve(s.response.headers.get("Location"),new URL(e.url),E)===V.location.pathname+V.location.search}return await Ve(e,s,!0,{submission:a,replace:t}),{shortCircuited:!0}}if(Ae(s))throw _e(400,{type:"defer-action"});if(Ne(s)){let e=ke(n,l.route.id);return!0!==(c&&c.replace)&&(O=r.Push),{matches:n,pendingActionResult:[e.route.id,s]}}return{matches:n,pendingActionResult:[l.route.id,s]}}(h,a,o.submission,i,d.active,{replace:o.replace,flushSync:u});if(t.shortCircuited)return;if(t.pendingActionResult){let[e,n]=t.pendingActionResult;if(Ne(n)&&B(n.error)&&404===n.error.status)return N=null,void ye(a,{matches:t.matches,loaderData:{},errors:{[e]:n.error}})}i=t.matches||i,m=t.pendingActionResult,s=Be(a,o.submission),u=!1,d.active=!1,h=ge(e.history,h.url,h.signal)}let{shortCircuited:v,matches:w,loaderData:y,errors:R}=await async function(t,a,r,o,c,s,i,u,d,m,h){let p=c||Be(a,s),v=s||i||Ue(p),g=!(F||C.v7_partialHydration&&d);if(o){if(g){let e=ze(h);Ee(n({navigation:p},void 0!==e?{actionData:e}:{}),{flushSync:m})}let e=await lt(r,a.pathname,t.signal);if("aborted"===e.type)return{shortCircuited:!0};if("error"===e.type){let t=ke(e.partialMatches).route.id;return{matches:e.partialMatches,loaderData:{},errors:{[t]:e.error}}}if(!e.matches){let{error:e,notFoundMatches:t,route:n}=rt(a.pathname);return{matches:t,loaderData:{},errors:{[n.id]:e}}}r=e.matches}let w=l||f,[y,R]=ce(e.history,V,r,v,a,C.v7_partialHydration&&!0===d,C.v7_skipActionErrorRevalidation,I,U,$,le,oe,ae,w,E,h);if(ot((e=>!(r&&r.some((t=>t.route.id===e)))||y&&y.some((t=>t.route.id===e)))),Z=++J,0===y.length&&0===R.length){let e=Xe();return ye(a,n({matches:r,loaderData:{},errors:h&&Ne(h[1])?{[h[0]]:h[1].error}:null},be(h),e?{fetchers:new Map(V.fetchers)}:{}),{flushSync:m}),{shortCircuited:!0}}if(g){let e={};if(!o){e.navigation=p;let t=ze(h);void 0!==t&&(e.actionData=t)}R.length>0&&(e.fetchers=function(e){return e.forEach((e=>{let t=V.fetchers.get(e.key),a=$e(void 0,t?t.data:void 0);V.fetchers.set(e.key,a)})),new Map(V.fetchers)}(R)),Ee(e,{flushSync:m})}R.forEach((e=>{Ye(e.key),e.controller&&q.set(e.key,e.controller)}));let b=()=>R.forEach((e=>Ye(e.key)));N&&N.signal.addEventListener("abort",b);let{loaderResults:k,fetcherResults:x}=await Fe(V,r,y,R,t);if(t.signal.aborted)return{shortCircuited:!0};N&&N.signal.removeEventListener("abort",b);R.forEach((e=>q.delete(e.key)));let _=Se(k);if(_)return await Ve(t,_.result,!0,{replace:u}),{shortCircuited:!0};if(_=Se(x),_)return ae.add(_.key),await Ve(t,_.result,!0,{replace:u}),{shortCircuited:!0};let{loaderData:S,errors:j}=Re(V,r,k,h,R,x,de);de.forEach(((e,t)=>{e.subscribe((a=>{(a||e.done)&&de.delete(t)}))})),C.v7_partialHydration&&d&&V.errors&&(j=n({},V.errors,j));let M=Xe(),A=et(Z),L=M||A||R.length>0;return n({matches:r,loaderData:S,errors:j},L?{fetchers:new Map(V.fetchers)}:{})}(h,a,i,d.active,s,o&&o.submission,o&&o.fetcherSubmission,o&&o.replace,o&&!0===o.initialHydration,u,m);v||(N=null,ye(a,n({matches:w||i},be(m),{loaderData:y,errors:R})))}function ze(e){return e&&!Ne(e[1])?{[e[0]]:e[1].data}:V.actionData?0===Object.keys(V.actionData).length?null:V.actionData:void 0}async function Ve(o,c,i,l){let{submission:d,fetcherSubmission:m,preventScrollReset:h,replace:p}=void 0===l?{}:l;c.response.headers.has("X-Remix-Revalidate")&&(I=!0);let f=c.response.headers.get("Location");s(f,"Expected a Location header on the redirect Response"),f=ve(f,new URL(o.url),E);let v=u(V.location,f,{_isRedirect:!0});if(a){let a=!1;if(c.response.headers.has("X-Remix-Reload-Document"))a=!0;else if(X.test(f)){const n=e.history.createURL(f);a=n.origin!==t.location.origin||null==L(n.pathname,E)}if(a)return void(p?t.location.replace(f):t.location.assign(f))}N=null;let g=!0===p||c.response.headers.has("X-Remix-Replace")?r.Replace:r.Push,{formMethod:w,formAction:y,formEncType:R}=V.navigation;!d&&!m&&w&&y&&R&&(d=Ue(V.navigation));let C=d||m;if(G.has(c.response.status)&&C&&He(C.formMethod))await je(g,v,{submission:n({},C,{formAction:f}),preventScrollReset:h||H,enableViewTransition:i?P:void 0});else{let e=Be(v,d);await je(g,v,{overrideNavigation:e,fetcherSubmission:m,preventScrollReset:h||H,enableViewTransition:i?P:void 0})}}async function Oe(e,t,a,n,r,o){let s,i={};try{s=await he(y,e,t,a,n,r,o,h,c)}catch(e){return n.forEach((t=>{i[t.route.id]={type:p.error,error:e}})),i}for(let[e,t]of Object.entries(s))if(Me(t)){let n=t.result;i[e]={type:p.redirect,response:fe(n,a,e,r,E,C.v7_relativeSplatPath)}}else i[e]=await pe(t);return i}async function Fe(t,a,n,r,o){let c=t.matches,s=Oe("loader",t,o,n,a,null),i=Promise.all(r.map((async a=>{if(a.matches&&a.match&&a.controller){let n=(await Oe("loader",t,ge(e.history,a.path,a.controller.signal),[a.match],a.matches,a.key))[a.match.route.id];return{[a.key]:n}}return Promise.resolve({[a.key]:{type:p.error,error:_e(404,{pathname:a.path})}})}))),l=await s,u=(await i).reduce(((e,t)=>Object.assign(e,t)),{});return await Promise.all([Pe(a,l,o.signal,c,t.loaderData),Te(a,u,r)]),{loaderResults:l,fetcherResults:u}}function Je(){I=!0,U.push(...ot()),oe.forEach(((e,t)=>{q.has(t)&&$.add(t),Ye(t)}))}function Ze(e,t,a){void 0===a&&(a={}),V.fetchers.set(e,t),Ee({fetchers:new Map(V.fetchers)},{flushSync:!0===(a&&a.flushSync)})}function We(e,t,a,n){void 0===n&&(n={});let r=ke(V.matches,t);Ke(e),Ee({errors:{[r.route.id]:a},fetchers:new Map(V.fetchers)},{flushSync:!0===(n&&n.flushSync)})}function Ge(e){return C.v7_fetcherPersist&&(ie.set(e,(ie.get(e)||0)+1),le.has(e)&&le.delete(e)),V.fetchers.get(e)||Y}function Ke(e){let t=V.fetchers.get(e);!q.has(e)||t&&"loading"===t.state&&W.has(e)||Ye(e),oe.delete(e),W.delete(e),ae.delete(e),le.delete(e),$.delete(e),V.fetchers.delete(e)}function Ye(e){let t=q.get(e);t&&(t.abort(),q.delete(e))}function Qe(e){for(let t of e){let e=qe(Ge(t).data);V.fetchers.set(t,e)}}function Xe(){let e=[],t=!1;for(let a of ae){let n=V.fetchers.get(a);s(n,"Expected fetcher: "+a),"loading"===n.state&&(ae.delete(a),e.push(a),t=!0)}return Qe(e),t}function et(e){let t=[];for(let[a,n]of W)if(n0}function tt(e){V.blockers.delete(e),we.delete(e)}function at(e,t){let a=V.blockers.get(e)||Q;s("unblocked"===a.state&&"blocked"===t.state||"blocked"===a.state&&"blocked"===t.state||"blocked"===a.state&&"proceeding"===t.state||"blocked"===a.state&&"unblocked"===t.state||"proceeding"===a.state&&"unblocked"===t.state,"Invalid blocker state transition: "+a.state+" -> "+t.state);let n=new Map(V.blockers);n.set(e,t),Ee({blockers:n})}function nt(e){let{currentLocation:t,nextLocation:a,historyAction:n}=e;if(0===we.size)return;we.size>1&&i(!1,"A router only supports one blocker at a time");let r=Array.from(we.entries()),[o,c]=r[r.length-1],s=V.blockers.get(o);return s&&"proceeding"===s.state?void 0:c({currentLocation:t,nextLocation:a,historyAction:n})?o:void 0}function rt(e){let t=_e(404,{pathname:e}),a=l||f,{matches:n,route:r}=xe(a);return ot(),{notFoundMatches:n,route:r,error:t}}function ot(e){let t=[];return de.forEach(((a,n)=>{e&&!e(n)||(a.cancel(),t.push(n),de.delete(n))})),t}function ct(e,t){if(_){return _(e,t.map((e=>function(e,t){let{route:a,pathname:n,params:r}=e;return{id:a.id,pathname:n,params:r,data:t[a.id],handle:a.handle}}(e,V.loaderData))))||e.key}return e.key}function st(e,t){if(x){let a=ct(e,t),n=x[a];if("number"==typeof n)return n}return null}function it(e,t,a){if(R){if(!e){return{active:!0,matches:w(t,a,E,!0)||[]}}if(Object.keys(e[0].params).length>0){return{active:!0,matches:w(t,a,E,!0)}}}return{active:!1,matches:null}}async function lt(e,t,a){if(!R)return{type:"success",matches:e};let n=e;for(;;){let e=null==l,r=l||f,o=h;try{await R({path:t,matches:n,patch:(e,t)=>{a.aborted||ue(e,t,r,o,c)}})}catch(e){return{type:"error",error:e,partialMatches:n}}finally{e&&!a.aborted&&(f=[...f])}if(a.aborted)return{type:"aborted"};let s=g(r,t,E);if(s)return{type:"success",matches:s};let i=w(r,t,E,!0);if(!i||n.length===i.length&&n.every(((e,t)=>e.route.id===i[t].route.id)))return{type:"success",matches:null};n=i}}return m={get basename(){return E},get future(){return C},get state(){return V},get routes(){return f},get window(){return t},initialize:function(){if(b=e.history.listen((t=>{let{action:a,location:n,delta:r}=t;if(z)return z(),void(z=void 0);i(0===we.size||null!=r,"You are trying to use a blocker on a POP navigation to a location that was not created by @remix-run/router. This will fail silently in production. This can happen if you are navigating outside the router via `window.history.pushState`/`window.location.hash` instead of using router navigation APIs. This can also happen if you are using createHashRouter and the user manually changes the URL.");let o=nt({currentLocation:V.location,nextLocation:n,historyAction:a});if(o&&null!=r){let t=new Promise((e=>{z=e}));return e.history.go(-1*r),void at(o,{state:"blocked",location:n,proceed(){at(o,{state:"proceeding",proceed:void 0,reset:void 0,location:n}),t.then((()=>e.history.go(r)))},reset(){let e=new Map(V.blockers);e.set(o,Q),Ee({blockers:e})}})}return je(a,n)})),a){!function(e,t){try{let a=e.sessionStorage.getItem(te);if(a){let e=JSON.parse(a);for(let[a,n]of Object.entries(e||{}))n&&Array.isArray(n)&&t.set(a,new Set(n||[]))}}catch(e){}}(t,T);let e=()=>function(e,t){if(t.size>0){let a={};for(let[e,n]of t)a[e]=[...n];try{e.sessionStorage.setItem(te,JSON.stringify(a))}catch(e){i(!1,"Failed to save applied view transitions in sessionStorage ("+e+").")}}}(t,T);t.addEventListener("pagehide",e),D=()=>t.removeEventListener("pagehide",e)}return V.initialized||je(r.Pop,V.location,{initialHydration:!0}),m},subscribe:function(e){return k.add(e),()=>k.delete(e)},enableScrollRestoration:function(e,t,a){if(x=e,S=t,_=a||null,!j&&V.navigation===K){j=!0;let e=st(V.location,V.matches);null!=e&&Ee({restoreScrollPosition:e})}return()=>{x=null,S=null,_=null}},navigate:async function t(a,o){if("number"==typeof a)return void e.history.go(a);let c=ne(V.location,V.matches,E,C.v7_prependBasename,a,C.v7_relativeSplatPath,null==o?void 0:o.fromRouteId,null==o?void 0:o.relative),{path:s,submission:i,error:l}=re(C.v7_normalizeFormMethod,!1,c,o),d=V.location,m=u(V.location,s,o&&o.state);m=n({},m,e.history.encodeLocation(m));let h=o&&null!=o.replace?o.replace:void 0,p=r.Push;!0===h?p=r.Replace:!1===h||null!=i&&He(i.formMethod)&&i.formAction===V.location.pathname+V.location.search&&(p=r.Replace);let f=o&&"preventScrollReset"in o?!0===o.preventScrollReset:void 0,v=!0===(o&&o.flushSync),g=nt({currentLocation:d,nextLocation:m,historyAction:p});if(!g)return await je(p,m,{submission:i,pendingError:l,preventScrollReset:f,replace:o&&o.replace,enableViewTransition:o&&o.viewTransition,flushSync:v});at(g,{state:"blocked",location:m,proceed(){at(g,{state:"proceeding",proceed:void 0,reset:void 0,location:m}),t(a,o)},reset(){let e=new Map(V.blockers);e.set(g,Q),Ee({blockers:e})}})},fetch:function(t,a,n,r){if(o)throw new Error("router.fetch() was called during the server render, but it shouldn't be. You are likely calling a useFetcher() method in the body of your component. Try moving it to a useEffect or a callback.");Ye(t);let c=!0===(r&&r.flushSync),i=l||f,u=ne(V.location,V.matches,E,C.v7_prependBasename,n,C.v7_relativeSplatPath,a,null==r?void 0:r.relative),d=g(i,u,E),m=it(d,i,u);if(m.active&&m.matches&&(d=m.matches),!d)return void We(t,a,_e(404,{pathname:u}),{flushSync:c});let{path:h,submission:p,error:v}=re(C.v7_normalizeFormMethod,!0,u,r);if(v)return void We(t,a,v,{flushSync:c});let w=Ie(d,h),y=!0===(r&&r.preventScrollReset);p&&He(p.formMethod)?async function(t,a,n,r,o,c,i,u,d){function m(e){if(!e.route.action&&!e.route.lazy){let e=_e(405,{method:d.formMethod,pathname:n,routeId:a});return We(t,a,e,{flushSync:i}),!0}return!1}if(Je(),oe.delete(t),!c&&m(r))return;let h=V.fetchers.get(t);Ze(t,function(e,t){let a={state:"submitting",formMethod:e.formMethod,formAction:e.formAction,formEncType:e.formEncType,formData:e.formData,json:e.json,text:e.text,data:t?t.data:void 0};return a}(d,h),{flushSync:i});let p=new AbortController,v=ge(e.history,n,p.signal,d);if(c){let e=await lt(o,n,v.signal);if("aborted"===e.type)return;if("error"===e.type)return void We(t,a,e.error,{flushSync:i});if(!e.matches)return void We(t,a,_e(404,{pathname:n}),{flushSync:i});if(m(r=Ie(o=e.matches,n)))return}q.set(t,p);let w=J,y=await Oe("action",V,v,[r],o,t),R=y[r.route.id];if(v.signal.aborted)return void(q.get(t)===p&&q.delete(t));if(C.v7_fetcherPersist&&le.has(t)){if(Le(R)||Ne(R))return void Ze(t,qe(void 0))}else{if(Le(R))return q.delete(t),Z>w?void Ze(t,qe(void 0)):(ae.add(t),Ze(t,$e(d)),Ve(v,R,!1,{fetcherSubmission:d,preventScrollReset:u}));if(Ne(R))return void We(t,a,R.error)}if(Ae(R))throw _e(400,{type:"defer-action"});let b=V.navigation.location||V.location,k=ge(e.history,b,p.signal),x=l||f,_="idle"!==V.navigation.state?g(x,V.navigation.location,E):V.matches;s(_,"Didn't find any matches after fetcher action");let S=++J;W.set(t,S);let j=$e(d,R.data);V.fetchers.set(t,j);let[M,A]=ce(e.history,V,_,d,b,!1,C.v7_skipActionErrorRevalidation,I,U,$,le,oe,ae,x,E,[r.route.id,R]);A.filter((e=>e.key!==t)).forEach((e=>{let t=e.key,a=V.fetchers.get(t),n=$e(void 0,a?a.data:void 0);V.fetchers.set(t,n),Ye(t),e.controller&&q.set(t,e.controller)})),Ee({fetchers:new Map(V.fetchers)});let L=()=>A.forEach((e=>Ye(e.key)));p.signal.addEventListener("abort",L);let{loaderResults:z,fetcherResults:H}=await Fe(V,_,M,A,k);if(p.signal.aborted)return;p.signal.removeEventListener("abort",L),W.delete(t),q.delete(t),A.forEach((e=>q.delete(e.key)));let P=Se(z);if(P)return Ve(k,P.result,!1,{preventScrollReset:u});if(P=Se(H),P)return ae.add(P.key),Ve(k,P.result,!1,{preventScrollReset:u});let{loaderData:T,errors:D}=Re(V,_,z,void 0,A,H,de);if(V.fetchers.has(t)){let e=qe(R.data);V.fetchers.set(t,e)}et(S),"loading"===V.navigation.state&&S>Z?(s(O,"Expected pending action"),N&&N.abort(),ye(V.navigation.location,{matches:_,loaderData:T,errors:D,fetchers:new Map(V.fetchers)})):(Ee({errors:D,loaderData:Ce(V.loaderData,T,_,D),fetchers:new Map(V.fetchers)}),I=!1)}(t,a,h,w,d,m.active,c,y,p):(oe.set(t,{routeId:a,path:h}),async function(t,a,n,r,o,c,i,l,u){let d=V.fetchers.get(t);Ze(t,$e(u,d?d.data:void 0),{flushSync:i});let m=new AbortController,h=ge(e.history,n,m.signal);if(c){let e=await lt(o,n,h.signal);if("aborted"===e.type)return;if("error"===e.type)return void We(t,a,e.error,{flushSync:i});if(!e.matches)return void We(t,a,_e(404,{pathname:n}),{flushSync:i});r=Ie(o=e.matches,n)}q.set(t,m);let p=J,f=await Oe("loader",V,h,[r],o,t),v=f[r.route.id];Ae(v)&&(v=await De(v,h.signal,!0)||v);q.get(t)===m&&q.delete(t);if(h.signal.aborted)return;if(le.has(t))return void Ze(t,qe(void 0));if(Le(v))return Z>p?void Ze(t,qe(void 0)):(ae.add(t),void await Ve(h,v,!1,{preventScrollReset:l}));if(Ne(v))return void We(t,a,v.error);s(!Ae(v),"Unhandled fetcher deferred data"),Ze(t,qe(v.data))}(t,a,h,w,d,m.active,c,y,p))},revalidate:function(){Je(),Ee({revalidation:"loading"}),"submitting"!==V.navigation.state&&("idle"!==V.navigation.state?je(O||V.historyAction,V.navigation.location,{overrideNavigation:V.navigation,enableViewTransition:!0===P}):je(V.historyAction,V.location,{startUninterruptedRevalidation:!0}))},createHref:t=>e.history.createHref(t),encodeLocation:t=>e.history.encodeLocation(t),getFetcher:Ge,deleteFetcher:function(e){if(C.v7_fetcherPersist){let t=(ie.get(e)||0)-1;t<=0?(ie.delete(e),le.add(e)):ie.set(e,t)}else Ke(e);Ee({fetchers:new Map(V.fetchers)})},dispose:function(){b&&b(),D&&D(),k.clear(),N&&N.abort(),V.fetchers.forEach(((e,t)=>Ke(t))),V.blockers.forEach(((e,t)=>tt(t)))},getBlocker:function(e,t){let a=V.blockers.get(e)||Q;return we.get(e)!==t&&we.set(e,t),a},deleteBlocker:tt,patchRoutes:function(e,t){let a=null==l;ue(e,t,l||f,h,c),a&&(f=[...f],Ee({}))},_internalFetchControllers:q,_internalActiveDeferreds:de,_internalSetRoutes:function(e){h={},l=v(e,c,void 0,h)}},m}Symbol("deferred");function ne(e,t,a,n,r,o,c,s){let i,l;if(c){i=[];for(let e of t)if(i.push(e),e.route.id===c){l=e;break}}else i=t,l=t[t.length-1];let u=H(r||".",O(i,o),L(e.pathname,a)||e.pathname,"path"===s);if(null==r&&(u.search=e.search,u.hash=e.hash),(null==r||""===r||"."===r)&&l){let e=Fe(u.search);if(l.route.index&&!e)u.search=u.search?u.search.replace(/^\?/,"?index&"):"?index";else if(!l.route.index&&e){let e=new URLSearchParams(u.search),t=e.getAll("index");e.delete("index"),t.filter((e=>e)).forEach((t=>e.append("index",t)));let a=e.toString();u.search=a?"?"+a:""}}return n&&"/"!==a&&(u.pathname="/"===u.pathname?a:P([a,u.pathname])),d(u)}function re(e,t,a,n){if(!n||!function(e){return null!=e&&("formData"in e&&null!=e.formData||"body"in e&&void 0!==e.body)}(n))return{path:a};if(n.formMethod&&!Oe(n.formMethod))return{path:a,error:_e(405,{method:n.formMethod})};let r,o,c=()=>({path:a,error:_e(400,{type:"invalid-body"})}),i=n.formMethod||"get",l=e?i.toUpperCase():i.toLowerCase(),u=je(a);if(void 0!==n.body){if("text/plain"===n.formEncType){if(!He(l))return c();let e="string"==typeof n.body?n.body:n.body instanceof FormData||n.body instanceof URLSearchParams?Array.from(n.body.entries()).reduce(((e,t)=>{let[a,n]=t;return""+e+a+"="+n+"\n"}),""):String(n.body);return{path:a,submission:{formMethod:l,formAction:u,formEncType:n.formEncType,formData:void 0,json:void 0,text:e}}}if("application/json"===n.formEncType){if(!He(l))return c();try{let e="string"==typeof n.body?JSON.parse(n.body):n.body;return{path:a,submission:{formMethod:l,formAction:u,formEncType:n.formEncType,formData:void 0,json:e,text:void 0}}}catch(e){return c()}}}if(s("function"==typeof FormData,"FormData is not available in this environment"),n.formData)r=we(n.formData),o=n.formData;else if(n.body instanceof FormData)r=we(n.body),o=n.body;else if(n.body instanceof URLSearchParams)r=n.body,o=Ee(r);else if(null==n.body)r=new URLSearchParams,o=new FormData;else try{r=new URLSearchParams(n.body),o=Ee(r)}catch(e){return c()}let h={formMethod:l,formAction:u,formEncType:n&&n.formEncType||"application/x-www-form-urlencoded",formData:o,json:void 0,text:void 0};if(He(h.formMethod))return{path:a,submission:h};let p=m(a);return t&&p.search&&Fe(p.search)&&r.append("index",""),p.search="?"+r,{path:d(p),submission:h}}function oe(e,t,a){void 0===a&&(a=!1);let n=e.findIndex((e=>e.route.id===t));return n>=0?e.slice(0,a?n+1:n):e}function ce(e,t,a,r,o,c,s,i,l,u,d,m,h,p,f,v){let w=v?Ne(v[1])?v[1].error:v[1].data:void 0,E=e.createURL(t.location),y=e.createURL(o),R=a;c&&t.errors?R=oe(a,Object.keys(t.errors)[0],!0):v&&Ne(v[1])&&(R=oe(a,v[0]));let C=v?v[1].statusCode:void 0,b=s&&C&&C>=400,k=R.filter(((e,a)=>{let{route:o}=e;if(o.lazy)return!0;if(null==o.loader)return!1;if(c)return se(o,t.loaderData,t.errors);if(function(e,t,a){let n=!t||a.route.id!==t.route.id,r=void 0===e[a.route.id];return n||r}(t.loaderData,t.matches[a],e)||l.some((t=>t===e.route.id)))return!0;let s=t.matches[a],u=e;return le(e,n({currentUrl:E,currentParams:s.params,nextUrl:y,nextParams:u.params},r,{actionResult:w,actionStatus:C,defaultShouldRevalidate:!b&&(i||E.pathname+E.search===y.pathname+y.search||E.search!==y.search||ie(s,u))}))})),x=[];return m.forEach(((e,o)=>{if(c||!a.some((t=>t.route.id===e.routeId))||d.has(o))return;let s=g(p,e.path,f);if(!s)return void x.push({key:o,routeId:e.routeId,path:e.path,matches:null,match:null,controller:null});let l=t.fetchers.get(o),m=Ie(s,e.path),v=!1;h.has(o)?v=!1:u.has(o)?(u.delete(o),v=!0):v=l&&"idle"!==l.state&&void 0===l.data?i:le(m,n({currentUrl:E,currentParams:t.matches[t.matches.length-1].params,nextUrl:y,nextParams:a[a.length-1].params},r,{actionResult:w,actionStatus:C,defaultShouldRevalidate:!b&&i})),v&&x.push({key:o,routeId:e.routeId,path:e.path,matches:s,match:m,controller:new AbortController})})),[k,x]}function se(e,t,a){if(e.lazy)return!0;if(!e.loader)return!1;let n=null!=t&&void 0!==t[e.id],r=null!=a&&void 0!==a[e.id];return!(!n&&r)&&("function"==typeof e.loader&&!0===e.loader.hydrate||!n&&!r)}function ie(e,t){let a=e.route.path;return e.pathname!==t.pathname||null!=a&&a.endsWith("*")&&e.params["*"]!==t.params["*"]}function le(e,t){if(e.route.shouldRevalidate){let a=e.route.shouldRevalidate(t);if("boolean"==typeof a)return a}return t.defaultShouldRevalidate}function ue(e,t,a,n,r){var o;let c;if(e){let t=n[e];s(t,"No route found to patch children into: routeId = "+e),t.children||(t.children=[]),c=t.children}else c=a;let i=v(t.filter((e=>!c.some((t=>de(e,t))))),r,[e||"_","patch",String((null==(o=c)?void 0:o.length)||"0")],n);c.push(...i)}function de(e,t){return"id"in e&&"id"in t&&e.id===t.id||e.index===t.index&&e.path===t.path&&e.caseSensitive===t.caseSensitive&&(!(e.children&&0!==e.children.length||t.children&&0!==t.children.length)||e.children.every(((e,a)=>{var n;return null==(n=t.children)?void 0:n.some((t=>de(e,t)))})))}async function me(e){let{matches:t}=e,a=t.filter((e=>e.shouldLoad));return(await Promise.all(a.map((e=>e.resolve())))).reduce(((e,t,n)=>Object.assign(e,{[a[n].route.id]:t})),{})}async function he(e,t,a,r,o,c,l,u,d,m){let h=c.map((e=>e.route.lazy?async function(e,t,a){if(!e.lazy)return;let r=await e.lazy();if(!e.lazy)return;let o=a[e.id];s(o,"No route found in manifest");let c={};for(let e in r){let t=void 0!==o[e]&&"hasErrorBoundary"!==e;i(!t,'Route "'+o.id+'" has a static property "'+e+'" defined but its lazy function is also returning a value for this property. The lazy route property "'+e+'" will be ignored.'),t||f.has(e)||(c[e]=r[e])}Object.assign(o,c),Object.assign(o,n({},t(o),{lazy:void 0}))}(e.route,d,u):void 0)),v=c.map(((e,a)=>{let c=h[a],i=o.some((t=>t.route.id===e.route.id));return n({},e,{shouldLoad:i,resolve:async a=>(a&&"GET"===r.method&&(e.route.lazy||e.route.loader)&&(i=!0),i?async function(e,t,a,n,r,o){let c,i,l=n=>{let c,s=new Promise(((e,t)=>c=t));i=()=>c(),t.signal.addEventListener("abort",i);let l=r=>"function"!=typeof n?Promise.reject(new Error('You cannot call the handler for a route which defines a boolean "'+e+'" [routeId: '+a.route.id+"]")):n({request:t,params:a.params,context:o},...void 0!==r?[r]:[]),u=(async()=>{try{return{type:"data",result:await(r?r((e=>l(e))):l())}}catch(e){return{type:"error",result:e}}})();return Promise.race([u,s])};try{let r=a.route[e];if(n)if(r){let e,[t]=await Promise.all([l(r).catch((t=>{e=t})),n]);if(void 0!==e)throw e;c=t}else{if(await n,r=a.route[e],!r){if("action"===e){let e=new URL(t.url),n=e.pathname+e.search;throw _e(405,{method:t.method,pathname:n,routeId:a.route.id})}return{type:p.data,result:void 0}}c=await l(r)}else{if(!r){let e=new URL(t.url);throw _e(404,{pathname:e.pathname+e.search})}c=await l(r)}s(void 0!==c.result,"You defined "+("action"===e?"an action":"a loader")+' for route "'+a.route.id+"\" but didn't return anything from your `"+e+"` function. Please return a value or `null`.")}catch(e){return{type:p.error,result:e}}finally{i&&t.signal.removeEventListener("abort",i)}return c}(t,r,e,c,a,m):Promise.resolve({type:p.data,result:void 0}))})})),g=await e({matches:v,request:r,params:c[0].params,fetcherKey:l,context:m});try{await Promise.all(h)}catch(e){}return g}async function pe(e){let{result:t,type:a}=e;if(Ve(t)){let e;try{let a=t.headers.get("Content-Type");e=a&&/\bapplication\/json\b/.test(a)?null==t.body?null:await t.json():await t.text()}catch(e){return{type:p.error,error:e}}return a===p.error?{type:p.error,error:new U(t.status,t.statusText,e),statusCode:t.status,headers:t.headers}:{type:p.data,data:e,statusCode:t.status,headers:t.headers}}if(a===p.error){if(ze(t)){var n,r;if(t.data instanceof Error)return{type:p.error,error:t.data,statusCode:null==(r=t.init)?void 0:r.status};t=new U((null==(n=t.init)?void 0:n.status)||500,void 0,t.data)}return{type:p.error,error:t,statusCode:B(t)?t.status:void 0}}var o,c,s,i;return function(e){let t=e;return t&&"object"==typeof t&&"object"==typeof t.data&&"function"==typeof t.subscribe&&"function"==typeof t.cancel&&"function"==typeof t.resolveData}(t)?{type:p.deferred,deferredData:t,statusCode:null==(o=t.init)?void 0:o.status,headers:(null==(c=t.init)?void 0:c.headers)&&new Headers(t.init.headers)}:ze(t)?{type:p.data,data:t.data,statusCode:null==(s=t.init)?void 0:s.status,headers:null!=(i=t.init)&&i.headers?new Headers(t.init.headers):void 0}:{type:p.data,data:t}}function fe(e,t,a,n,r,o){let c=e.headers.get("Location");if(s(c,"Redirects returned/thrown from loaders/actions must have a Location header"),!X.test(c)){let s=n.slice(0,n.findIndex((e=>e.route.id===a))+1);c=ne(new URL(t.url),s,r,!0,c,o),e.headers.set("Location",c)}return e}function ve(e,t,a){if(X.test(e)){let n=e,r=n.startsWith("//")?new URL(t.protocol+n):new URL(n),o=null!=L(r.pathname,a);if(r.origin===t.origin&&o)return r.pathname+r.search+r.hash}return e}function ge(e,t,a,n){let r=e.createURL(je(t)).toString(),o={signal:a};if(n&&He(n.formMethod)){let{formMethod:e,formEncType:t}=n;o.method=e.toUpperCase(),"application/json"===t?(o.headers=new Headers({"Content-Type":t}),o.body=JSON.stringify(n.json)):"text/plain"===t?o.body=n.text:"application/x-www-form-urlencoded"===t&&n.formData?o.body=we(n.formData):o.body=n.formData}return new Request(r,o)}function we(e){let t=new URLSearchParams;for(let[a,n]of e.entries())t.append(a,"string"==typeof n?n:n.name);return t}function Ee(e){let t=new FormData;for(let[a,n]of e.entries())t.append(a,n);return t}function ye(e,t,a,n,r){let o,c={},i=null,l=!1,u={},d=a&&Ne(a[1])?a[1].error:void 0;return e.forEach((a=>{if(!(a.route.id in t))return;let m=a.route.id,h=t[m];if(s(!Le(h),"Cannot handle redirect results in processLoaderData"),Ne(h)){let t=h.error;if(void 0!==d&&(t=d,d=void 0),i=i||{},r)i[m]=t;else{let a=ke(e,m);null==i[a.route.id]&&(i[a.route.id]=t)}c[m]=void 0,l||(l=!0,o=B(h.error)?h.error.status:500),h.headers&&(u[m]=h.headers)}else Ae(h)?(n.set(m,h.deferredData),c[m]=h.deferredData.data,null==h.statusCode||200===h.statusCode||l||(o=h.statusCode),h.headers&&(u[m]=h.headers)):(c[m]=h.data,h.statusCode&&200!==h.statusCode&&!l&&(o=h.statusCode),h.headers&&(u[m]=h.headers))})),void 0!==d&&a&&(i={[a[0]]:d},c[a[0]]=void 0),{loaderData:c,errors:i,statusCode:o||200,loaderHeaders:u}}function Re(e,t,a,r,o,c,i){let{loaderData:l,errors:u}=ye(t,a,r,i,!1);return o.forEach((t=>{let{key:a,match:r,controller:o}=t,i=c[a];if(s(i,"Did not find corresponding fetcher result"),!o||!o.signal.aborted)if(Ne(i)){let t=ke(e.matches,null==r?void 0:r.route.id);u&&u[t.route.id]||(u=n({},u,{[t.route.id]:i.error})),e.fetchers.delete(a)}else if(Le(i))s(!1,"Unhandled fetcher revalidation redirect");else if(Ae(i))s(!1,"Unhandled fetcher deferred data");else{let t=qe(i.data);e.fetchers.set(a,t)}})),{loaderData:l,errors:u}}function Ce(e,t,a,r){let o=n({},t);for(let n of a){let a=n.route.id;if(t.hasOwnProperty(a)?void 0!==t[a]&&(o[a]=t[a]):void 0!==e[a]&&n.route.loader&&(o[a]=e[a]),r&&r.hasOwnProperty(a))break}return o}function be(e){return e?Ne(e[1])?{actionData:{}}:{actionData:{[e[0]]:e[1].data}}:{}}function ke(e,t){return(t?e.slice(0,e.findIndex((e=>e.route.id===t))+1):[...e]).reverse().find((e=>!0===e.route.hasErrorBoundary))||e[0]}function xe(e){let t=1===e.length?e[0]:e.find((e=>e.index||!e.path||"/"===e.path))||{id:"__shim-error-route__"};return{matches:[{params:{},pathname:"",pathnameBase:"",route:t}],route:t}}function _e(e,t){let{pathname:a,routeId:n,method:r,type:o,message:c}=void 0===t?{}:t,s="Unknown Server Error",i="Unknown @remix-run/router error";return 400===e?(s="Bad Request",r&&a&&n?i="You made a "+r+' request to "'+a+'" but did not provide a `loader` for route "'+n+'", so there is no way to handle the request.':"defer-action"===o?i="defer() is not supported in actions":"invalid-body"===o&&(i="Unable to encode submission body")):403===e?(s="Forbidden",i='Route "'+n+'" does not match URL "'+a+'"'):404===e?(s="Not Found",i='No route matches URL "'+a+'"'):405===e&&(s="Method Not Allowed",r&&a&&n?i="You made a "+r.toUpperCase()+' request to "'+a+'" but did not provide an `action` for route "'+n+'", so there is no way to handle the request.':r&&(i='Invalid request method "'+r.toUpperCase()+'"')),new U(e||500,s,new Error(i),!0)}function Se(e){let t=Object.entries(e);for(let e=t.length-1;e>=0;e--){let[a,n]=t[e];if(Le(n))return{key:a,result:n}}}function je(e){return d(n({},"string"==typeof e?m(e):e,{hash:""}))}function Me(e){return Ve(e.result)&&W.has(e.result.status)}function Ae(e){return e.type===p.deferred}function Ne(e){return e.type===p.error}function Le(e){return(e&&e.type)===p.redirect}function ze(e){return"object"==typeof e&&null!=e&&"type"in e&&"data"in e&&"init"in e&&"DataWithResponseInit"===e.type}function Ve(e){return null!=e&&"number"==typeof e.status&&"string"==typeof e.statusText&&"object"==typeof e.headers&&void 0!==e.body}function Oe(e){return Z.has(e.toLowerCase())}function He(e){return q.has(e.toLowerCase())}async function Pe(e,t,a,n,r){let o=Object.entries(t);for(let c=0;c(null==e?void 0:e.route.id)===s));if(!l)continue;let u=n.find((e=>e.route.id===l.route.id)),d=null!=u&&!ie(u,l)&&void 0!==(r&&r[l.route.id]);Ae(i)&&d&&await De(i,a,!1).then((e=>{e&&(t[s]=e)}))}}async function Te(e,t,a){for(let n=0;n(null==e?void 0:e.route.id)===o))&&(Ae(i)&&(s(c,"Expected an AbortController for revalidating fetcher deferred result"),await De(i,c.signal,!0).then((e=>{e&&(t[r]=e)}))))}}async function De(e,t,a){if(void 0===a&&(a=!1),!await e.deferredData.resolveData(t)){if(a)try{return{type:p.data,data:e.deferredData.unwrappedData}}catch(e){return{type:p.error,error:e}}return{type:p.data,data:e.deferredData.data}}}function Fe(e){return new URLSearchParams(e).getAll("index").some((e=>""===e))}function Ie(e,t){let a="string"==typeof t?m(t).search:t.search;if(e[e.length-1].route.index&&Fe(a||""))return e[e.length-1];let n=V(e);return n[n.length-1]}function Ue(e){let{formMethod:t,formAction:a,formEncType:n,text:r,formData:o,json:c}=e;if(t&&a&&n)return null!=r?{formMethod:t,formAction:a,formEncType:n,formData:void 0,json:void 0,text:r}:null!=o?{formMethod:t,formAction:a,formEncType:n,formData:o,json:void 0,text:void 0}:void 0!==c?{formMethod:t,formAction:a,formEncType:n,formData:void 0,json:c,text:void 0}:void 0}function Be(e,t){if(t){return{state:"loading",location:e,formMethod:t.formMethod,formAction:t.formAction,formEncType:t.formEncType,formData:t.formData,json:t.json,text:t.text}}return{state:"loading",location:e,formMethod:void 0,formAction:void 0,formEncType:void 0,formData:void 0,json:void 0,text:void 0}}function $e(e,t){if(e){return{state:"loading",formMethod:e.formMethod,formAction:e.formAction,formEncType:e.formEncType,formData:e.formData,json:e.json,text:e.text,data:t}}return{state:"loading",formMethod:void 0,formAction:void 0,formEncType:void 0,formData:void 0,json:void 0,text:void 0,data:t}}function qe(e){return{state:"idle",formMethod:void 0,formAction:void 0,formEncType:void 0,formData:void 0,json:void 0,text:void 0,data:e}}},1113:(e,t,a)=>{"use strict";a.d(t,{A:()=>r});var n=a(6087);const r=(0,n.forwardRef)((function({icon:e,size:t=24,...a},r){return(0,n.cloneElement)(e,{width:t,height:t,...a,ref:r})}))},7474:(e,t,a)=>{"use strict";a.d(t,{A:()=>o});var n=a(5573),r=a(790);const o=(0,r.jsx)(n.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(n.Path,{d:"M20 11.2H6.8l3.7-3.7-1-1L3.9 12l5.6 5.5 1-1-3.7-3.7H20z"})})},4969:(e,t,a)=>{"use strict";a.d(t,{A:()=>o});var n=a(5573),r=a(790);const o=(0,r.jsx)(n.SVG,{viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:(0,r.jsx)(n.Path,{d:"M17.5 11.6L12 16l-5.5-4.4.9-1.2L12 14l4.5-3.6 1 1.2z"})})},9115:(e,t,a)=>{"use strict";a.d(t,{A:()=>o});var n=a(5573),r=a(790);const o=(0,r.jsx)(n.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(n.Path,{d:"M10.6 6L9.4 7l4.6 5-4.6 5 1.2 1 5.4-6z"})})},1249:(e,t,a)=>{"use strict";a.d(t,{A:()=>o});var n=a(5573),r=a(790);const o=(0,r.jsx)(n.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(n.Path,{d:"M12 13.06l3.712 3.713 1.061-1.06L13.061 12l3.712-3.712-1.06-1.06L12 10.938 8.288 7.227l-1.061 1.06L10.939 12l-3.712 3.712 1.06 1.061L12 13.061z"})})},3512:(e,t,a)=>{"use strict";a.d(t,{A:()=>o});var n=a(5573),r=a(790);const o=(0,r.jsx)(n.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(n.Path,{d:"M19.5 4.5h-7V6h4.44l-5.97 5.97 1.06 1.06L18 7.06v4.44h1.5v-7Zm-13 1a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-3H17v3a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h3V5.5h-3Z"})})},4259:(e,t,a)=>{"use strict";a.d(t,{A:()=>o});var n=a(5573),r=a(790);const o=(0,r.jsx)(n.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(n.Path,{fillRule:"evenodd",d:"M6 5.5h12a.5.5 0 01.5.5v7H14a2 2 0 11-4 0H5.5V6a.5.5 0 01.5-.5zm-.5 9V18a.5.5 0 00.5.5h12a.5.5 0 00.5-.5v-3.5h-3.337a3.5 3.5 0 01-6.326 0H5.5zM4 13V6a2 2 0 012-2h12a2 2 0 012 2v12a2 2 0 01-2 2H6a2 2 0 01-2-2v-5z",clipRule:"evenodd"})})},8231:(e,t,a)=>{"use strict";a.d(t,{A:()=>o});var n=a(5573),r=a(790);const o=(0,r.jsx)(n.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(n.Path,{d:"M11 13h2v-2h-2v2zm-6 0h2v-2H5v2zm12-2v2h2v-2h-2z"})})},6673:(e,t,a)=>{"use strict";a.d(t,{A:()=>o});var n=a(5573),r=a(790);const o=(0,r.jsx)(n.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(n.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 5.5A2.25 2.25 0 0 0 9.878 7h4.244A2.251 2.251 0 0 0 12 5.5ZM12 4a3.751 3.751 0 0 0-3.675 3H5v1.5h1.27l.818 8.997a2.75 2.75 0 0 0 2.739 2.501h4.347a2.75 2.75 0 0 0 2.738-2.5L17.73 8.5H19V7h-3.325A3.751 3.751 0 0 0 12 4Zm4.224 4.5H7.776l.806 8.861a1.25 1.25 0 0 0 1.245 1.137h4.347a1.25 1.25 0 0 0 1.245-1.137l.805-8.861Z"})})},9710:(e,t,a)=>{"use strict";a.d(t,{A:()=>r});var n=a(2183);function r(e,t){e.classList?e.classList.add(t):(0,n.A)(e,t)||("string"==typeof e.className?e.className=e.className+" "+t:e.setAttribute("class",(e.className&&e.className.baseVal||"")+" "+t))}},2183:(e,t,a)=>{"use strict";function n(e,t){return e.classList?!!t&&e.classList.contains(t):-1!==(" "+(e.className.baseVal||e.className)+" ").indexOf(" "+t+" ")}a.d(t,{A:()=>n})},9383:(e,t,a)=>{"use strict";function n(e,t){return e.replace(new RegExp("(^|\\s)"+t+"(?:\\s|$)","g"),"$1").replace(/\s+/g," ").replace(/^\s*|\s*$/g,"")}function r(e,t){e.classList?e.classList.remove(t):"string"==typeof e.className?e.className=n(e.className,t):e.setAttribute("class",n(e.className&&e.className.baseVal||"",t))}a.d(t,{A:()=>r})},3689:()=>{},2300:(e,t,a)=>{"use strict";a.d(t,{A:()=>n});const n={"star-icon":"cuoSlhSNrqf1dozY22Xb",jetpack:"lAIiifeLMmZAPlQ9n9ZR","checkmark-icon":"JLquNpQVlysAamuh5lJO",socialIcon:"cbOwD8Y4tFjwimmtchQI",bluesky:"aLWBKY0yRghEk7tNCgK3",facebook:"aHOlEBGD5EA8NKRw3xTw",instagram:"cL3m0xBYTYhIKI7lCqDB",twitter:"af4Y_zItXvLAOEoSDPSv",linkedin:"f68aqF3XSD1OBvXR1get",tumblr:"xFI0dt3UiXRlRQdqPWkx",google:"q7JEoyymveP6kF747M43",mastodon:"DKOBOTVmTLbh26gUH_73",nextdoor:"n5XodNsuMfMAAvqHFmbw",whatsapp:"fftumuc_lJ6v0tq4UMVR",threads:"inzgC27qxdt7hSdhTWRI"}},4206:()=>{},8403:(e,t,a)=>{"use strict";a.d(t,{A:()=>n});const n={sm:"(max-width: 599px)",md:"(min-width: 600px) and (max-width: 959px)",lg:"(min-width: 960px)"}},4997:e=>{var t=1e3,a=60*t,n=60*a,r=24*n,o=7*r,c=365.25*r;function s(e,t,a,n){var r=t>=1.5*a;return Math.round(e/a)+" "+n+(r?"s":"")}e.exports=function(e,i){i=i||{};var l=typeof e;if("string"===l&&e.length>0)return function(e){if((e=String(e)).length>100)return;var s=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(e);if(!s)return;var i=parseFloat(s[1]);switch((s[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return i*c;case"weeks":case"week":case"w":return i*o;case"days":case"day":case"d":return i*r;case"hours":case"hour":case"hrs":case"hr":case"h":return i*n;case"minutes":case"minute":case"mins":case"min":case"m":return i*a;case"seconds":case"second":case"secs":case"sec":case"s":return i*t;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return i;default:return}}(e);if("number"===l&&isFinite(e))return i.long?function(e){var o=Math.abs(e);if(o>=r)return s(e,o,r,"day");if(o>=n)return s(e,o,n,"hour");if(o>=a)return s(e,o,a,"minute");if(o>=t)return s(e,o,t,"second");return e+" ms"}(e):function(e){var o=Math.abs(e);if(o>=r)return Math.round(e/r)+"d";if(o>=n)return Math.round(e/n)+"h";if(o>=a)return Math.round(e/a)+"m";if(o>=t)return Math.round(e/t)+"s";return e+"ms"}(e);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))}},5762:(e,t,a)=>{"use strict";var n=a(3761);function r(){}function o(){}o.resetWarningCache=r,e.exports=function(){function e(e,t,a,r,o,c){if(c!==n){var s=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw s.name="Invariant Violation",s}}function t(){return e}e.isRequired=e;var a={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:o,resetWarningCache:r};return a.PropTypes=a,a}},8120:(e,t,a)=>{e.exports=a(5762)()},3761:e=>{"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},28:(e,t,a)=>{"use strict";a.d(t,{Ge:()=>l,ok:()=>b,pg:()=>w});var n=a(1609),r=a(5795),o=a(9539),c=a(6992);function s(){return s=Object.assign?Object.assign.bind():function(e){for(var t=1;t{let n=e[a];return t.concat(Array.isArray(n)?n.map((e=>[a,e])):[[a,n]])}),[]))}new Set(["application/x-www-form-urlencoded","multipart/form-data","text/plain"]);try{window.__reactRouterVersion="6"}catch(e){}function l(e,t){return(0,c.aE)({basename:null==t?void 0:t.basename,future:s({},null==t?void 0:t.future,{v7_prependBasename:!0}),history:(0,c.TM)({window:null==t?void 0:t.window}),hydrationData:(null==t?void 0:t.hydrationData)||u(),routes:e,mapRouteProperties:o.wE,dataStrategy:null==t?void 0:t.dataStrategy,patchRoutesOnNavigation:null==t?void 0:t.patchRoutesOnNavigation,window:null==t?void 0:t.window}).initialize()}function u(){var e;let t=null==(e=window)?void 0:e.__staticRouterHydrationData;return t&&t.errors&&(t=s({},t,{errors:d(t.errors)})),t}function d(e){if(!e)return null;let t=Object.entries(e),a={};for(let[e,n]of t)if(n&&"RouteErrorResponse"===n.__type)a[e]=new c.VV(n.status,n.statusText,n.data,!0===n.internal);else if(n&&"Error"===n.__type){if(n.__subType){let t=window[n.__subType];if("function"==typeof t)try{let r=new t(n.message);r.stack="",a[e]=r}catch(e){}}if(null==a[e]){let t=new Error(n.message);t.stack="",a[e]=t}}else a[e]=n;return a}const m=n.createContext({isTransitioning:!1});const h=n.createContext(new Map);const p=n.startTransition,f=r.flushSync;n.useId;function v(e){f?f(e):e()}class g{constructor(){this.status="pending",this.promise=new Promise(((e,t)=>{this.resolve=t=>{"pending"===this.status&&(this.status="resolved",e(t))},this.reject=e=>{"pending"===this.status&&(this.status="rejected",t(e))}}))}}function w(e){let{fallbackElement:t,router:a,future:r}=e,[c,s]=n.useState(a.state),[i,l]=n.useState(),[u,d]=n.useState({isTransitioning:!1}),[f,w]=n.useState(),[y,R]=n.useState(),[C,b]=n.useState(),k=n.useRef(new Map),{v7_startTransition:x}=r||{},_=n.useCallback((e=>{x?function(e){p?p(e):e()}(e):e()}),[x]),S=n.useCallback(((e,t)=>{let{deletedFetchers:n,flushSync:r,viewTransitionOpts:o}=t;n.forEach((e=>k.current.delete(e))),e.fetchers.forEach(((e,t)=>{void 0!==e.data&&k.current.set(t,e.data)}));let c=null==a.window||null==a.window.document||"function"!=typeof a.window.document.startViewTransition;if(o&&!c){if(r){v((()=>{y&&(f&&f.resolve(),y.skipTransition()),d({isTransitioning:!0,flushSync:!0,currentLocation:o.currentLocation,nextLocation:o.nextLocation})}));let t=a.window.document.startViewTransition((()=>{v((()=>s(e)))}));return t.finished.finally((()=>{v((()=>{w(void 0),R(void 0),l(void 0),d({isTransitioning:!1})}))})),void v((()=>R(t)))}y?(f&&f.resolve(),y.skipTransition(),b({state:e,currentLocation:o.currentLocation,nextLocation:o.nextLocation})):(l(e),d({isTransitioning:!0,flushSync:!1,currentLocation:o.currentLocation,nextLocation:o.nextLocation}))}else r?v((()=>s(e))):_((()=>s(e)))}),[a.window,y,f,k,_]);n.useLayoutEffect((()=>a.subscribe(S)),[a,S]),n.useEffect((()=>{u.isTransitioning&&!u.flushSync&&w(new g)}),[u]),n.useEffect((()=>{if(f&&i&&a.window){let e=i,t=f.promise,n=a.window.document.startViewTransition((async()=>{_((()=>s(e))),await t}));n.finished.finally((()=>{w(void 0),R(void 0),l(void 0),d({isTransitioning:!1})})),R(n)}}),[_,i,f,a.window]),n.useEffect((()=>{f&&i&&c.location.key===i.location.key&&f.resolve()}),[f,y,c.location,i]),n.useEffect((()=>{!u.isTransitioning&&C&&(l(C.state),d({isTransitioning:!0,flushSync:!1,currentLocation:C.currentLocation,nextLocation:C.nextLocation}),b(void 0))}),[u.isTransitioning,C]),n.useEffect((()=>{}),[]);let j=n.useMemo((()=>({createHref:a.createHref,encodeLocation:a.encodeLocation,go:e=>a.navigate(e),push:(e,t,n)=>a.navigate(e,{state:t,preventScrollReset:null==n?void 0:n.preventScrollReset}),replace:(e,t,n)=>a.navigate(e,{replace:!0,state:t,preventScrollReset:null==n?void 0:n.preventScrollReset})})),[a]),M=a.basename||"/",A=n.useMemo((()=>({router:a,navigator:j,static:!1,basename:M})),[a,j,M]),N=n.useMemo((()=>({v7_relativeSplatPath:a.future.v7_relativeSplatPath})),[a.future.v7_relativeSplatPath]);return n.useEffect((()=>(0,o.V8)(r,a.future)),[r,a.future]),n.createElement(n.Fragment,null,n.createElement(o.sp.Provider,{value:A},n.createElement(o.Rq.Provider,{value:c},n.createElement(h.Provider,{value:k.current},n.createElement(m.Provider,{value:u},n.createElement(o.Ix,{basename:M,location:c.location,navigationType:c.historyAction,navigator:j,future:N},c.initialized||a.future.v7_partialHydration?n.createElement(E,{routes:a.routes,future:a.future,state:c}):t))))),null)}const E=n.memo(y);function y(e){let{routes:t,future:a,state:n}=e;return(0,o.ph)(t,void 0,n,a)}"undefined"!=typeof window&&void 0!==window.document&&window.document.createElement;var R,C;function b(e){let t=n.useRef(i(e)),a=n.useRef(!1),r=(0,o.zy)(),c=n.useMemo((()=>function(e,t){let a=i(e);return t&&t.forEach(((e,n)=>{a.has(n)||t.getAll(n).forEach((e=>{a.append(n,e)}))})),a}(r.search,a.current?null:t.current)),[r.search]),s=(0,o.Zp)(),l=n.useCallback(((e,t)=>{const n=i("function"==typeof e?e(c):e);a.current=!0,s("?"+n,t)}),[s,c]);return[c,l]}(function(e){e.UseScrollRestoration="useScrollRestoration",e.UseSubmit="useSubmit",e.UseSubmitFetcher="useSubmitFetcher",e.UseFetcher="useFetcher",e.useViewTransitionState="useViewTransitionState"})(R||(R={})),function(e){e.UseFetcher="useFetcher",e.UseFetchers="useFetchers",e.UseScrollRestoration="useScrollRestoration"}(C||(C={}))},9539:(e,t,a)=>{"use strict";a.d(t,{C5:()=>N,Ix:()=>L,Rq:()=>s,V8:()=>A,Zp:()=>f,ph:()=>v,sp:()=>c,wE:()=>z,zy:()=>h});var n=a(1609),r=a(6992);function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;t{a.current=!0})),n.useCallback((function(n,r){void 0===r&&(r={}),a.current&&("number"==typeof n?e.navigate(n):e.navigate(n,o({fromRouteId:t},r)))}),[e,t])}():function(){m()||(0,r.Oi)(!1);let e=n.useContext(c),{basename:t,future:a,navigator:o}=n.useContext(i),{matches:s}=n.useContext(u),{pathname:l}=h(),d=JSON.stringify((0,r.yD)(s,a.v7_relativeSplatPath)),f=n.useRef(!1);return p((()=>{f.current=!0})),n.useCallback((function(a,n){if(void 0===n&&(n={}),!f.current)return;if("number"==typeof a)return void o.go(a);let c=(0,r.Gh)(a,JSON.parse(d),l,"path"===n.relative);null==e&&"/"!==t&&(c.pathname="/"===c.pathname?t:(0,r.HS)([t,c.pathname])),(n.replace?o.replace:o.push)(c,n.state,n)}),[t,o,d,l,e])}()}function v(e,t,a,c){m()||(0,r.Oi)(!1);let{navigator:s}=n.useContext(i),{matches:d}=n.useContext(u),p=d[d.length-1],f=p?p.params:{},v=(p&&p.pathname,p?p.pathnameBase:"/");p&&p.route;let g,w=h();if(t){var E;let e="string"==typeof t?(0,r.Rr)(t):t;"/"===v||(null==(E=e.pathname)?void 0:E.startsWith(v))||(0,r.Oi)(!1),g=e}else g=w;let y=g.pathname||"/",C=y;if("/"!==v){let e=v.replace(/^\//,"").split("/");C="/"+y.replace(/^\//,"").split("/").slice(e.length).join("/")}let b=(0,r.ue)(e,{pathname:C});let k=R(b&&b.map((e=>Object.assign({},e,{params:Object.assign({},f,e.params),pathname:(0,r.HS)([v,s.encodeLocation?s.encodeLocation(e.pathname).pathname:e.pathname]),pathnameBase:"/"===e.pathnameBase?v:(0,r.HS)([v,s.encodeLocation?s.encodeLocation(e.pathnameBase).pathname:e.pathnameBase])}))),d,a,c);return t&&k?n.createElement(l.Provider,{value:{location:o({pathname:"/",search:"",hash:"",state:null,key:"default"},g),navigationType:r.rc.Pop}},k):k}function g(){let e=function(){var e;let t=n.useContext(d),a=x(b.UseRouteError),r=_(b.UseRouteError);if(void 0!==t)return t;return null==(e=a.errors)?void 0:e[r]}(),t=(0,r.pX)(e)?e.status+" "+e.statusText:e instanceof Error?e.message:JSON.stringify(e),a=e instanceof Error?e.stack:null,o="rgba(200,200,200, 0.5)",c={padding:"0.5rem",backgroundColor:o};return n.createElement(n.Fragment,null,n.createElement("h2",null,"Unexpected Application Error!"),n.createElement("h3",{style:{fontStyle:"italic"}},t),a?n.createElement("pre",{style:c},a):null,null)}const w=n.createElement(g,null);class E extends n.Component{constructor(e){super(e),this.state={location:e.location,revalidation:e.revalidation,error:e.error}}static getDerivedStateFromError(e){return{error:e}}static getDerivedStateFromProps(e,t){return t.location!==e.location||"idle"!==t.revalidation&&"idle"===e.revalidation?{error:e.error,location:e.location,revalidation:e.revalidation}:{error:void 0!==e.error?e.error:t.error,location:t.location,revalidation:e.revalidation||t.revalidation}}componentDidCatch(e,t){console.error("React Router caught the following error during render",e,t)}render(){return void 0!==this.state.error?n.createElement(u.Provider,{value:this.props.routeContext},n.createElement(d.Provider,{value:this.state.error,children:this.props.component})):this.props.children}}function y(e){let{routeContext:t,match:a,children:r}=e,o=n.useContext(c);return o&&o.static&&o.staticContext&&(a.route.errorElement||a.route.ErrorBoundary)&&(o.staticContext._deepestRenderedBoundaryId=a.route.id),n.createElement(u.Provider,{value:t},r)}function R(e,t,a,o){var c;if(void 0===t&&(t=[]),void 0===a&&(a=null),void 0===o&&(o=null),null==e){var s;if(!a)return null;if(a.errors)e=a.matches;else{if(!(null!=(s=o)&&s.v7_partialHydration&&0===t.length&&!a.initialized&&a.matches.length>0))return null;e=a.matches}}let i=e,l=null==(c=a)?void 0:c.errors;if(null!=l){let e=i.findIndex((e=>e.route.id&&void 0!==(null==l?void 0:l[e.route.id])));e>=0||(0,r.Oi)(!1),i=i.slice(0,Math.min(i.length,e+1))}let u=!1,d=-1;if(a&&o&&o.v7_partialHydration)for(let e=0;e=0?i.slice(0,d+1):[i[0]];break}}}return i.reduceRight(((e,r,o)=>{let c,s=!1,m=null,h=null;var p;a&&(c=l&&r.route.id?l[r.route.id]:void 0,m=r.route.errorElement||w,u&&(d<0&&0===o?(p="route-fallback",!1||S[p]||(S[p]=!0),s=!0,h=null):d===o&&(s=!0,h=r.route.hydrateFallbackElement||null)));let f=t.concat(i.slice(0,o+1)),v=()=>{let t;return t=c?m:s?h:r.route.Component?n.createElement(r.route.Component,null):r.route.element?r.route.element:e,n.createElement(y,{match:r,routeContext:{outlet:e,matches:f,isDataRoute:null!=a},children:t})};return a&&(r.route.ErrorBoundary||r.route.errorElement||0===o)?n.createElement(E,{location:a.location,revalidation:a.revalidation,component:m,error:c,children:v(),routeContext:{outlet:null,matches:f,isDataRoute:!0}}):v()}),null)}var C=function(e){return e.UseBlocker="useBlocker",e.UseRevalidator="useRevalidator",e.UseNavigateStable="useNavigate",e}(C||{}),b=function(e){return e.UseBlocker="useBlocker",e.UseLoaderData="useLoaderData",e.UseActionData="useActionData",e.UseRouteError="useRouteError",e.UseNavigation="useNavigation",e.UseRouteLoaderData="useRouteLoaderData",e.UseMatches="useMatches",e.UseRevalidator="useRevalidator",e.UseNavigateStable="useNavigate",e.UseRouteId="useRouteId",e}(b||{});function k(e){let t=n.useContext(c);return t||(0,r.Oi)(!1),t}function x(e){let t=n.useContext(s);return t||(0,r.Oi)(!1),t}function _(e){let t=function(){let e=n.useContext(u);return e||(0,r.Oi)(!1),e}(),a=t.matches[t.matches.length-1];return a.route.id||(0,r.Oi)(!1),a.route.id}const S={};const j={};const M=(e,t,a)=>{var n;j[n="⚠️ React Router Future Flag Warning: "+t+". You can use the `"+e+"` future flag to opt-in early. For more information, see "+a+"."]||(j[n]=!0,console.warn(n))};function A(e,t){void 0===(null==e?void 0:e.v7_startTransition)&&M("v7_startTransition","React Router will begin wrapping state updates in `React.startTransition` in v7","https://reactrouter.com/v6/upgrading/future#v7_starttransition"),void 0!==(null==e?void 0:e.v7_relativeSplatPath)||t&&t.v7_relativeSplatPath||M("v7_relativeSplatPath","Relative route resolution within Splat routes is changing in v7","https://reactrouter.com/v6/upgrading/future#v7_relativesplatpath"),t&&(void 0===t.v7_fetcherPersist&&M("v7_fetcherPersist","The persistence behavior of fetchers is changing in v7","https://reactrouter.com/v6/upgrading/future#v7_fetcherpersist"),void 0===t.v7_normalizeFormMethod&&M("v7_normalizeFormMethod","Casing of `formMethod` fields is being normalized to uppercase in v7","https://reactrouter.com/v6/upgrading/future#v7_normalizeformmethod"),void 0===t.v7_partialHydration&&M("v7_partialHydration","`RouterProvider` hydration behavior is changing in v7","https://reactrouter.com/v6/upgrading/future#v7_partialhydration"),void 0===t.v7_skipActionErrorRevalidation&&M("v7_skipActionErrorRevalidation","The revalidation behavior after 4xx/5xx `action` responses is changing in v7","https://reactrouter.com/v6/upgrading/future#v7_skipactionerrorrevalidation"))}n.startTransition;function N(e){let{to:t,replace:a,state:o,relative:c}=e;m()||(0,r.Oi)(!1);let{future:s,static:l}=n.useContext(i),{matches:d}=n.useContext(u),{pathname:p}=h(),v=f(),g=(0,r.Gh)(t,(0,r.yD)(d,s.v7_relativeSplatPath),p,"path"===c),w=JSON.stringify(g);return n.useEffect((()=>v(JSON.parse(w),{replace:a,state:o,relative:c})),[v,w,c,a,o]),null}function L(e){let{basename:t="/",children:a=null,location:c,navigationType:s=r.rc.Pop,navigator:u,static:d=!1,future:h}=e;m()&&(0,r.Oi)(!1);let p=t.replace(/^\/*/,"/"),f=n.useMemo((()=>({basename:p,navigator:u,static:d,future:o({v7_relativeSplatPath:!1},h)})),[p,h,u,d]);"string"==typeof c&&(c=(0,r.Rr)(c));let{pathname:v="/",search:g="",hash:w="",state:E=null,key:y="default"}=c,R=n.useMemo((()=>{let e=(0,r.pb)(v,p);return null==e?null:{location:{pathname:e,search:g,hash:w,state:E,key:y},navigationType:s}}),[p,v,g,w,E,y,s]);return null==R?null:n.createElement(i.Provider,{value:f},n.createElement(l.Provider,{children:a,value:R}))}new Promise((()=>{}));n.Component;function z(e){let t={hasErrorBoundary:null!=e.ErrorBoundary||null!=e.errorElement};return e.Component&&Object.assign(t,{element:n.createElement(e.Component),Component:void 0}),e.HydrateFallback&&Object.assign(t,{hydrateFallbackElement:n.createElement(e.HydrateFallback),HydrateFallback:void 0}),e.ErrorBoundary&&Object.assign(t,{errorElement:n.createElement(e.ErrorBoundary),ErrorBoundary:void 0}),t}},9026:(e,t,a)=>{"use strict";a.d(t,{A:()=>p});var n=a(7790),r=a(4001),o=a(1105),c=a(9710),s=a(9383),i=a(1609),l=a.n(i),u=a(4143),d=a(7479),m=function(e,t){return e&&t&&t.split(" ").forEach((function(t){return(0,s.A)(e,t)}))},h=function(e){function t(){for(var t,a=arguments.length,n=new Array(a),r=0;r{"use strict";a.d(t,{Ay:()=>E});var n=a(4001),r=a(1105),o=a(1609),c=a.n(o),s=a(5795),i=a.n(s),l=a(8822),u=a(3021),d=a(7479),m="unmounted",h="exited",p="entering",f="entered",v="exiting",g=function(e){function t(t,a){var n;n=e.call(this,t,a)||this;var r,o=a&&!a.isMounting?t.enter:t.appear;return n.appearStatus=null,t.in?o?(r=h,n.appearStatus=p):r=f:r=t.unmountOnExit||t.mountOnEnter?m:h,n.state={status:r},n.nextCallback=null,n}(0,r.A)(t,e),t.getDerivedStateFromProps=function(e,t){return e.in&&t.status===m?{status:h}:null};var a=t.prototype;return a.componentDidMount=function(){this.updateStatus(!0,this.appearStatus)},a.componentDidUpdate=function(e){var t=null;if(e!==this.props){var a=this.state.status;this.props.in?a!==p&&a!==f&&(t=p):a!==p&&a!==f||(t=v)}this.updateStatus(!1,t)},a.componentWillUnmount=function(){this.cancelNextCallback()},a.getTimeouts=function(){var e,t,a,n=this.props.timeout;return e=t=a=n,null!=n&&"number"!=typeof n&&(e=n.exit,t=n.enter,a=void 0!==n.appear?n.appear:t),{exit:e,enter:t,appear:a}},a.updateStatus=function(e,t){if(void 0===e&&(e=!1),null!==t)if(this.cancelNextCallback(),t===p){if(this.props.unmountOnExit||this.props.mountOnEnter){var a=this.props.nodeRef?this.props.nodeRef.current:i().findDOMNode(this);a&&(0,d.F)(a)}this.performEnter(e)}else this.performExit();else this.props.unmountOnExit&&this.state.status===h&&this.setState({status:m})},a.performEnter=function(e){var t=this,a=this.props.enter,n=this.context?this.context.isMounting:e,r=this.props.nodeRef?[n]:[i().findDOMNode(this),n],o=r[0],c=r[1],s=this.getTimeouts(),u=n?s.appear:s.enter;!e&&!a||l.A.disabled?this.safeSetState({status:f},(function(){t.props.onEntered(o)})):(this.props.onEnter(o,c),this.safeSetState({status:p},(function(){t.props.onEntering(o,c),t.onTransitionEnd(u,(function(){t.safeSetState({status:f},(function(){t.props.onEntered(o,c)}))}))})))},a.performExit=function(){var e=this,t=this.props.exit,a=this.getTimeouts(),n=this.props.nodeRef?void 0:i().findDOMNode(this);t&&!l.A.disabled?(this.props.onExit(n),this.safeSetState({status:v},(function(){e.props.onExiting(n),e.onTransitionEnd(a.exit,(function(){e.safeSetState({status:h},(function(){e.props.onExited(n)}))}))}))):this.safeSetState({status:h},(function(){e.props.onExited(n)}))},a.cancelNextCallback=function(){null!==this.nextCallback&&(this.nextCallback.cancel(),this.nextCallback=null)},a.safeSetState=function(e,t){t=this.setNextCallback(t),this.setState(e,t)},a.setNextCallback=function(e){var t=this,a=!0;return this.nextCallback=function(n){a&&(a=!1,t.nextCallback=null,e(n))},this.nextCallback.cancel=function(){a=!1},this.nextCallback},a.onTransitionEnd=function(e,t){this.setNextCallback(t);var a=this.props.nodeRef?this.props.nodeRef.current:i().findDOMNode(this),n=null==e&&!this.props.addEndListener;if(a&&!n){if(this.props.addEndListener){var r=this.props.nodeRef?[this.nextCallback]:[a,this.nextCallback],o=r[0],c=r[1];this.props.addEndListener(o,c)}null!=e&&setTimeout(this.nextCallback,e)}else setTimeout(this.nextCallback,0)},a.render=function(){var e=this.state.status;if(e===m)return null;var t=this.props,a=t.children,r=(t.in,t.mountOnEnter,t.unmountOnExit,t.appear,t.enter,t.exit,t.timeout,t.addEndListener,t.onEnter,t.onEntering,t.onEntered,t.onExit,t.onExiting,t.onExited,t.nodeRef,(0,n.A)(t,["children","in","mountOnEnter","unmountOnExit","appear","enter","exit","timeout","addEndListener","onEnter","onEntering","onEntered","onExit","onExiting","onExited","nodeRef"]));return c().createElement(u.A.Provider,{value:null},"function"==typeof a?a(e,r):c().cloneElement(c().Children.only(a),r))},t}(c().Component);function w(){}g.contextType=u.A,g.propTypes={},g.defaultProps={in:!1,mountOnEnter:!1,unmountOnExit:!1,appear:!1,enter:!0,exit:!0,onEnter:w,onEntering:w,onEntered:w,onExit:w,onExiting:w,onExited:w},g.UNMOUNTED=m,g.EXITED=h,g.ENTERING=p,g.ENTERED=f,g.EXITING=v;const E=g},9672:(e,t,a)=>{"use strict";a.d(t,{A:()=>h});var n=a(4001),r=a(7790),o=a(5895),c=a(1105),s=a(1609),i=a.n(s),l=a(3021),u=a(5678),d=Object.values||function(e){return Object.keys(e).map((function(t){return e[t]}))},m=function(e){function t(t,a){var n,r=(n=e.call(this,t,a)||this).handleExited.bind((0,o.A)(n));return n.state={contextValue:{isMounting:!0},handleExited:r,firstRender:!0},n}(0,c.A)(t,e);var a=t.prototype;return a.componentDidMount=function(){this.mounted=!0,this.setState({contextValue:{isMounting:!1}})},a.componentWillUnmount=function(){this.mounted=!1},t.getDerivedStateFromProps=function(e,t){var a=t.children,n=t.handleExited;return{children:t.firstRender?(0,u.dw)(e,n):(0,u.qX)(e,a,n),firstRender:!1}},a.handleExited=function(e,t){var a=(0,u.p7)(this.props.children);e.key in a||(e.props.onExited&&e.props.onExited(t),this.mounted&&this.setState((function(t){var a=(0,r.A)({},t.children);return delete a[e.key],{children:a}})))},a.render=function(){var e=this.props,t=e.component,a=e.childFactory,r=(0,n.A)(e,["component","childFactory"]),o=this.state.contextValue,c=d(this.state.children).map(a);return delete r.appear,delete r.enter,delete r.exit,null===t?i().createElement(l.A.Provider,{value:o},c):i().createElement(l.A.Provider,{value:o},i().createElement(t,r,c))},t}(i().Component);m.propTypes={},m.defaultProps={component:"div",childFactory:function(e){return e}};const h=m},3021:(e,t,a)=>{"use strict";a.d(t,{A:()=>r});var n=a(1609);const r=a.n(n)().createContext(null)},8822:(e,t,a)=>{"use strict";a.d(t,{A:()=>n});const n={disabled:!1}},5678:(e,t,a)=>{"use strict";a.d(t,{dw:()=>c,p7:()=>r,qX:()=>s});var n=a(1609);function r(e,t){var a=Object.create(null);return e&&n.Children.map(e,(function(e){return e})).forEach((function(e){a[e.key]=function(e){return t&&(0,n.isValidElement)(e)?t(e):e}(e)})),a}function o(e,t,a){return null!=a[t]?a[t]:e.props[t]}function c(e,t){return r(e.children,(function(a){return(0,n.cloneElement)(a,{onExited:t.bind(null,a),in:!0,appear:o(a,"appear",e),enter:o(a,"enter",e),exit:o(a,"exit",e)})}))}function s(e,t,a){var c=r(e.children),s=function(e,t){function a(a){return a in t?t[a]:e[a]}e=e||{},t=t||{};var n,r=Object.create(null),o=[];for(var c in e)c in t?o.length&&(r[c]=o,o=[]):o.push(c);var s={};for(var i in t){if(r[i])for(n=0;n{"use strict";a.d(t,{F:()=>n});var n=function(e){return e.scrollTop}},372:(e,t,a)=>{"use strict";a.d(t,{A:()=>i});var n=a(67);const r=a.n(n)()("dops:analytics");let o,c;window._tkq=window._tkq||[],window.ga=window.ga||function(){(window.ga.q=window.ga.q||[]).push(arguments)},window.ga.l=+new Date;const s={initialize:function(e,t,a){s.setUser(e,t),s.setSuperProps(a),s.identifyUser()},setGoogleAnalyticsEnabled:function(e,t=null){this.googleAnalyticsEnabled=e,this.googleAnalyticsKey=t},setMcAnalyticsEnabled:function(e){this.mcAnalyticsEnabled=e},setUser:function(e,t){c={ID:e,username:t}},setSuperProps:function(e){o=e},assignSuperProps:function(e){o=Object.assign(o||{},e)},mc:{bumpStat:function(e,t){const a=function(e,t){let a="";if("object"==typeof e){for(const t in e)a+="&x_"+encodeURIComponent(t)+"="+encodeURIComponent(e[t]);r("Bumping stats %o",e)}else a="&x_"+encodeURIComponent(e)+"="+encodeURIComponent(t),r('Bumping stat "%s" in group "%s"',t,e);return a}(e,t);s.mcAnalyticsEnabled&&((new Image).src=document.location.protocol+"//pixel.wp.com/g.gif?v=wpcom-no-pv"+a+"&t="+Math.random())},bumpStatWithPageView:function(e,t){const a=function(e,t){let a="";if("object"==typeof e){for(const t in e)a+="&"+encodeURIComponent(t)+"="+encodeURIComponent(e[t]);r("Built stats %o",e)}else a="&"+encodeURIComponent(e)+"="+encodeURIComponent(t),r('Built stat "%s" in group "%s"',t,e);return a}(e,t);s.mcAnalyticsEnabled&&((new Image).src=document.location.protocol+"//pixel.wp.com/g.gif?v=wpcom"+a+"&t="+Math.random())}},pageView:{record:function(e,t){s.tracks.recordPageView(e),s.ga.recordPageView(e,t)}},purchase:{record:function(e,t,a,n,r,o,c){s.ga.recordPurchase(e,t,a,n,r,o,c)}},tracks:{recordEvent:function(e,t){t=t||{},0===e.indexOf("akismet_")||0===e.indexOf("jetpack_")?(o&&(r("- Super Props: %o",o),t=Object.assign(t,o)),r('Record event "%s" called with props %s',e,JSON.stringify(t)),window._tkq.push(["recordEvent",e,t])):r('- Event name must be prefixed by "akismet_" or "jetpack_"')},recordJetpackClick:function(e){const t="object"==typeof e?e:{target:e};s.tracks.recordEvent("jetpack_wpa_click",t)},recordPageView:function(e){s.tracks.recordEvent("akismet_page_view",{path:e})},setOptOut:function(e){r("Pushing setOptOut: %o",e),window._tkq.push(["setOptOut",e])}},ga:{initialized:!1,initialize:function(){let e={};s.ga.initialized||(c&&(e={userId:"u-"+c.ID}),window.ga("create",this.googleAnalyticsKey,"auto",e),s.ga.initialized=!0)},recordPageView:function(e,t){s.ga.initialize(),r("Recording Page View ~ [URL: "+e+"] [Title: "+t+"]"),this.googleAnalyticsEnabled&&(window.ga("set","page",e),window.ga("send",{hitType:"pageview",page:e,title:t}))},recordEvent:function(e,t,a,n){s.ga.initialize();let o="Recording Event ~ [Category: "+e+"] [Action: "+t+"]";void 0!==a&&(o+=" [Option Label: "+a+"]"),void 0!==n&&(o+=" [Option Value: "+n+"]"),r(o),this.googleAnalyticsEnabled&&window.ga("send","event",e,t,a,n)},recordPurchase:function(e,t,a,n,r,o,c){window.ga("require","ecommerce"),window.ga("ecommerce:addTransaction",{id:e,revenue:n,currency:c}),window.ga("ecommerce:addItem",{id:e,name:t,sku:a,price:r,quantity:o}),window.ga("ecommerce:send")}},identifyUser:function(){c&&window._tkq.push(["identifyUser",c.ID,c.username])},setProperties:function(e){window._tkq.push(["setProperties",e])},clearedIdentity:function(){window._tkq.push(["clearIdentity"])}},i=s},5932:(e,t,a)=>{"use strict";a.d(t,{Ay:()=>d});var n=a(6439),r=a(3832);function o(e){class t extends Error{constructor(...t){super(...t),this.name=e}}return t}const c=o("JsonParseError"),s=o("JsonParseAfterRedirectError"),i=o("Api404Error"),l=o("Api404AfterRedirectError"),u=o("FetchNetworkError");const d=new function(e,t){let a=e,o=e,c={"X-WP-Nonce":t},s={credentials:"same-origin",headers:c},i={method:"post",credentials:"same-origin",headers:Object.assign({},c,{"Content-type":"application/json"})},l=function(e){const t=e.split("?"),a=t.length>1?t[1]:"",n=a.length?a.split("&"):[];return n.push("_cacheBuster="+(new Date).getTime()),t[0]+"?"+n.join("&")};const u={setApiRoot(e){a=e},setWpcomOriginApiUrl(e){o=e},setApiNonce(e){c={"X-WP-Nonce":e},s={credentials:"same-origin",headers:c},i={method:"post",credentials:"same-origin",headers:Object.assign({},c,{"Content-type":"application/json"})}},setCacheBusterCallback:e=>{l=e},registerSite:(e,t,r)=>{const o={registration_nonce:e,no_iframe:!0};return(0,n.jetpackConfigHas)("consumer_slug")&&(o.plugin_slug=(0,n.jetpackConfigGet)("consumer_slug")),null!==t&&(o.redirect_uri=t),r&&(o.from=r),p(`${a}jetpack/v4/connection/register`,i,{body:JSON.stringify(o)}).then(m).then(h)},fetchAuthorizationUrl:e=>d((0,r.addQueryArgs)(`${a}jetpack/v4/connection/authorize_url`,{no_iframe:"1",redirect_uri:e}),s).then(m).then(h),fetchSiteConnectionData:()=>d(`${a}jetpack/v4/connection/data`,s).then(h),fetchSiteConnectionStatus:()=>d(`${a}jetpack/v4/connection`,s).then(h),fetchSiteConnectionTest:()=>d(`${a}jetpack/v4/connection/test`,s).then(m).then(h),fetchUserConnectionData:()=>d(`${a}jetpack/v4/connection/data`,s).then(h),fetchUserTrackingSettings:()=>d(`${a}jetpack/v4/tracking/settings`,s).then(m).then(h),updateUserTrackingSettings:e=>p(`${a}jetpack/v4/tracking/settings`,i,{body:JSON.stringify(e)}).then(m).then(h),disconnectSite:()=>p(`${a}jetpack/v4/connection`,i,{body:JSON.stringify({isActive:!1})}).then(m).then(h),fetchConnectUrl:()=>d(`${a}jetpack/v4/connection/url`,s).then(m).then(h),unlinkUser:()=>p(`${a}jetpack/v4/connection/user`,i,{body:JSON.stringify({linked:!1})}).then(m).then(h),reconnect:()=>p(`${a}jetpack/v4/connection/reconnect`,i).then(m).then(h),fetchConnectedPlugins:()=>d(`${a}jetpack/v4/connection/plugins`,s).then(m).then(h),setHasSeenWCConnectionModal:()=>p(`${a}jetpack/v4/seen-wc-connection-modal`,i).then(m).then(h),fetchModules:()=>d(`${a}jetpack/v4/module/all`,s).then(m).then(h),fetchModule:e=>d(`${a}jetpack/v4/module/${e}`,s).then(m).then(h),activateModule:e=>p(`${a}jetpack/v4/module/${e}/active`,i,{body:JSON.stringify({active:!0})}).then(m).then(h),deactivateModule:e=>p(`${a}jetpack/v4/module/${e}/active`,i,{body:JSON.stringify({active:!1})}),updateModuleOptions:(e,t)=>p(`${a}jetpack/v4/module/${e}`,i,{body:JSON.stringify(t)}).then(m).then(h),updateSettings:e=>p(`${a}jetpack/v4/settings`,i,{body:JSON.stringify(e)}).then(m).then(h),getProtectCount:()=>d(`${a}jetpack/v4/module/protect/data`,s).then(m).then(h),resetOptions:e=>p(`${a}jetpack/v4/options/${e}`,i,{body:JSON.stringify({reset:!0})}).then(m).then(h),activateVaultPress:()=>p(`${a}jetpack/v4/plugins`,i,{body:JSON.stringify({slug:"vaultpress",status:"active"})}).then(m).then(h),getVaultPressData:()=>d(`${a}jetpack/v4/module/vaultpress/data`,s).then(m).then(h),installPlugin:(e,t)=>{const n={slug:e,status:"active"};return t&&(n.source=t),p(`${a}jetpack/v4/plugins`,i,{body:JSON.stringify(n)}).then(m).then(h)},activateAkismet:()=>p(`${a}jetpack/v4/plugins`,i,{body:JSON.stringify({slug:"akismet",status:"active"})}).then(m).then(h),getAkismetData:()=>d(`${a}jetpack/v4/module/akismet/data`,s).then(m).then(h),checkAkismetKey:()=>d(`${a}jetpack/v4/module/akismet/key/check`,s).then(m).then(h),checkAkismetKeyTyped:e=>p(`${a}jetpack/v4/module/akismet/key/check`,i,{body:JSON.stringify({api_key:e})}).then(m).then(h),fetchStatsData:e=>d(function(e){let t=`${a}jetpack/v4/module/stats/data`;-1!==t.indexOf("?")?t+=`&range=${encodeURIComponent(e)}`:t+=`?range=${encodeURIComponent(e)}`;return t}(e),s).then(m).then(h).then(v),getPluginUpdates:()=>d(`${a}jetpack/v4/updates/plugins`,s).then(m).then(h),getPlans:()=>d(`${a}jetpack/v4/plans`,s).then(m).then(h),fetchSettings:()=>d(`${a}jetpack/v4/settings`,s).then(m).then(h),updateSetting:e=>p(`${a}jetpack/v4/settings`,i,{body:JSON.stringify(e)}).then(m).then(h),fetchSiteData:()=>d(`${a}jetpack/v4/site`,s).then(m).then(h).then((e=>JSON.parse(e.data))),fetchSiteFeatures:()=>d(`${a}jetpack/v4/site/features`,s).then(m).then(h).then((e=>JSON.parse(e.data))),fetchSiteProducts:()=>d(`${a}jetpack/v4/site/products`,s).then(m).then(h),fetchSitePurchases:()=>d(`${a}jetpack/v4/site/purchases`,s).then(m).then(h).then((e=>JSON.parse(e.data))),fetchSiteBenefits:()=>d(`${a}jetpack/v4/site/benefits`,s).then(m).then(h).then((e=>JSON.parse(e.data))),fetchSiteDiscount:()=>d(`${a}jetpack/v4/site/discount`,s).then(m).then(h).then((e=>e.data)),fetchSetupQuestionnaire:()=>d(`${a}jetpack/v4/setup/questionnaire`,s).then(m).then(h),fetchRecommendationsData:()=>d(`${a}jetpack/v4/recommendations/data`,s).then(m).then(h),fetchRecommendationsProductSuggestions:()=>d(`${a}jetpack/v4/recommendations/product-suggestions`,s).then(m).then(h),fetchRecommendationsUpsell:()=>d(`${a}jetpack/v4/recommendations/upsell`,s).then(m).then(h),fetchRecommendationsConditional:()=>d(`${a}jetpack/v4/recommendations/conditional`,s).then(m).then(h),saveRecommendationsData:e=>p(`${a}jetpack/v4/recommendations/data`,i,{body:JSON.stringify({data:e})}).then(m),fetchProducts:()=>d(`${a}jetpack/v4/products`,s).then(m).then(h),fetchRewindStatus:()=>d(`${a}jetpack/v4/rewind`,s).then(m).then(h).then((e=>JSON.parse(e.data))),fetchScanStatus:()=>d(`${a}jetpack/v4/scan`,s).then(m).then(h).then((e=>JSON.parse(e.data))),dismissJetpackNotice:e=>p(`${a}jetpack/v4/notice/${e}`,i,{body:JSON.stringify({dismissed:!0})}).then(m).then(h),fetchPluginsData:()=>d(`${a}jetpack/v4/plugins`,s).then(m).then(h),fetchIntroOffers:()=>d(`${a}jetpack/v4/intro-offers`,s).then(m).then(h),fetchVerifySiteGoogleStatus:e=>d(null!==e?`${a}jetpack/v4/verify-site/google/${e}`:`${a}jetpack/v4/verify-site/google`,s).then(m).then(h),verifySiteGoogle:e=>p(`${a}jetpack/v4/verify-site/google`,i,{body:JSON.stringify({keyring_id:e})}).then(m).then(h),submitSurvey:e=>p(`${a}jetpack/v4/marketing/survey`,i,{body:JSON.stringify(e)}).then(m).then(h),saveSetupQuestionnaire:e=>p(`${a}jetpack/v4/setup/questionnaire`,i,{body:JSON.stringify(e)}).then(m).then(h),updateLicensingError:e=>p(`${a}jetpack/v4/licensing/error`,i,{body:JSON.stringify(e)}).then(m).then(h),updateLicenseKey:e=>p(`${a}jetpack/v4/licensing/set-license`,i,{body:JSON.stringify({license:e})}).then(m).then(h),getUserLicensesCounts:()=>d(`${a}jetpack/v4/licensing/user/counts`,s).then(m).then(h),getUserLicenses:()=>d(`${a}jetpack/v4/licensing/user/licenses`,s).then(m).then(h),updateLicensingActivationNoticeDismiss:e=>p(`${a}jetpack/v4/licensing/user/activation-notice-dismiss`,i,{body:JSON.stringify({last_detached_count:e})}).then(m).then(h),updateRecommendationsStep:e=>p(`${a}jetpack/v4/recommendations/step`,i,{body:JSON.stringify({step:e})}).then(m),confirmIDCSafeMode:()=>p(`${a}jetpack/v4/identity-crisis/confirm-safe-mode`,i).then(m),startIDCFresh:e=>p(`${a}jetpack/v4/identity-crisis/start-fresh`,i,{body:JSON.stringify({redirect_uri:e})}).then(m).then(h),migrateIDC:()=>p(`${a}jetpack/v4/identity-crisis/migrate`,i).then(m),attachLicenses:e=>p(`${a}jetpack/v4/licensing/attach-licenses`,i,{body:JSON.stringify({licenses:e})}).then(m).then(h),fetchSearchPlanInfo:()=>d(`${o}jetpack/v4/search/plan`,s).then(m).then(h),fetchSearchSettings:()=>d(`${o}jetpack/v4/search/settings`,s).then(m).then(h),updateSearchSettings:e=>p(`${o}jetpack/v4/search/settings`,i,{body:JSON.stringify(e)}).then(m).then(h),fetchSearchStats:()=>d(`${o}jetpack/v4/search/stats`,s).then(m).then(h),fetchWafSettings:()=>d(`${a}jetpack/v4/waf`,s).then(m).then(h),updateWafSettings:e=>p(`${a}jetpack/v4/waf`,i,{body:JSON.stringify(e)}).then(m).then(h),fetchWordAdsSettings:()=>d(`${a}jetpack/v4/wordads/settings`,s).then(m).then(h),updateWordAdsSettings:e=>p(`${a}jetpack/v4/wordads/settings`,i,{body:JSON.stringify(e)}),fetchSearchPricing:()=>d(`${o}jetpack/v4/search/pricing`,s).then(m).then(h),fetchMigrationStatus:()=>d(`${a}jetpack/v4/migration/status`,s).then(m).then(h),fetchBackupUndoEvent:()=>d(`${a}jetpack/v4/site/backup/undo-event`,s).then(m).then(h),fetchBackupPreflightStatus:()=>d(`${a}jetpack/v4/site/backup/preflight`,s).then(m).then(h)};function d(e,t){return fetch(l(e),t)}function p(e,t,a){return fetch(e,Object.assign({},t,a)).catch(f)}function v(e){return e.general&&void 0===e.general.response||e.week&&void 0===e.week.response||e.month&&void 0===e.month.response?e:{}}Object.assign(this,u)};function m(e){return e.status>=200&&e.status<300?e:404===e.status?new Promise((()=>{throw e.redirected?new l(e.redirected):new i})):e.json().catch((e=>p(e))).then((t=>{const a=new Error(`${t.message} (Status ${e.status})`);throw a.response=t,a.name="ApiError",a}))}function h(e){return e.json().catch((t=>p(t,e.redirected,e.url)))}function p(e,t,a){throw t?new s(a):new c}function f(){throw new u}},8907:(e,t,a)=>{"use strict";a.d(t,{A:()=>l});var n=a(6072),r=a.n(n),o=a(7723),c=a(3022),s=a(1609),i=a.n(s);const __=o.__,l=({title:e=__("An Automattic Airline","jetpack-forms"),height:t=7,className:a,...n})=>i().createElement("svg",r()({role:"img",x:"0",y:"0",viewBox:"0 0 935 38.2",enableBackground:"new 0 0 935 38.2","aria-labelledby":"jp-automattic-byline-logo-title",height:t,className:(0,c.A)("jp-automattic-byline-logo",a)},n),i().createElement("desc",{id:"jp-automattic-byline-logo-title"},e),i().createElement("path",{d:"M317.1 38.2c-12.6 0-20.7-9.1-20.7-18.5v-1.2c0-9.6 8.2-18.5 20.7-18.5 12.6 0 20.8 8.9 20.8 18.5v1.2C337.9 29.1 329.7 38.2 317.1 38.2zM331.2 18.6c0-6.9-5-13-14.1-13s-14 6.1-14 13v0.9c0 6.9 5 13.1 14 13.1s14.1-6.2 14.1-13.1V18.6zM175 36.8l-4.7-8.8h-20.9l-4.5 8.8h-7L157 1.3h5.5L182 36.8H175zM159.7 8.2L152 23.1h15.7L159.7 8.2zM212.4 38.2c-12.7 0-18.7-6.9-18.7-16.2V1.3h6.6v20.9c0 6.6 4.3 10.5 12.5 10.5 8.4 0 11.9-3.9 11.9-10.5V1.3h6.7V22C231.4 30.8 225.8 38.2 212.4 38.2zM268.6 6.8v30h-6.7v-30h-15.5V1.3h37.7v5.5H268.6zM397.3 36.8V8.7l-1.8 3.1 -14.9 25h-3.3l-14.7-25 -1.8-3.1v28.1h-6.5V1.3h9.2l14 24.4 1.7 3 1.7-3 13.9-24.4h9.1v35.5H397.3zM454.4 36.8l-4.7-8.8h-20.9l-4.5 8.8h-7l19.2-35.5h5.5l19.5 35.5H454.4zM439.1 8.2l-7.7 14.9h15.7L439.1 8.2zM488.4 6.8v30h-6.7v-30h-15.5V1.3h37.7v5.5H488.4zM537.3 6.8v30h-6.7v-30h-15.5V1.3h37.7v5.5H537.3zM569.3 36.8V4.6c2.7 0 3.7-1.4 3.7-3.4h2.8v35.5L569.3 36.8 569.3 36.8zM628 11.3c-3.2-2.9-7.9-5.7-14.2-5.7 -9.5 0-14.8 6.5-14.8 13.3v0.7c0 6.7 5.4 13 15.3 13 5.9 0 10.8-2.8 13.9-5.7l4 4.2c-3.9 3.8-10.5 7.1-18.3 7.1 -13.4 0-21.6-8.7-21.6-18.3v-1.2c0-9.6 8.9-18.7 21.9-18.7 7.5 0 14.3 3.1 18 7.1L628 11.3zM321.5 12.4c1.2 0.8 1.5 2.4 0.8 3.6l-6.1 9.4c-0.8 1.2-2.4 1.6-3.6 0.8l0 0c-1.2-0.8-1.5-2.4-0.8-3.6l6.1-9.4C318.7 11.9 320.3 11.6 321.5 12.4L321.5 12.4z"}),i().createElement("path",{d:"M37.5 36.7l-4.7-8.9H11.7l-4.6 8.9H0L19.4 0.8H25l19.7 35.9H37.5zM22 7.8l-7.8 15.1h15.9L22 7.8zM82.8 36.7l-23.3-24 -2.3-2.5v26.6h-6.7v-36H57l22.6 24 2.3 2.6V0.8h6.7v35.9H82.8z"}),i().createElement("path",{d:"M719.9 37l-4.8-8.9H694l-4.6 8.9h-7.1l19.5-36h5.6l19.8 36H719.9zM704.4 8l-7.8 15.1h15.9L704.4 8zM733 37V1h6.8v36H733zM781 37c-1.8 0-2.6-2.5-2.9-5.8l-0.2-3.7c-0.2-3.6-1.7-5.1-8.4-5.1h-12.8V37H750V1h19.6c10.8 0 15.7 4.3 15.7 9.9 0 3.9-2 7.7-9 9 7 0.5 8.5 3.7 8.6 7.9l0.1 3c0.1 2.5 0.5 4.3 2.2 6.1V37H781zM778.5 11.8c0-2.6-2.1-5.1-7.9-5.1h-13.8v10.8h14.4c5 0 7.3-2.4 7.3-5.2V11.8zM794.8 37V1h6.8v30.4h28.2V37H794.8zM836.7 37V1h6.8v36H836.7zM886.2 37l-23.4-24.1 -2.3-2.5V37h-6.8V1h6.5l22.7 24.1 2.3 2.6V1h6.8v36H886.2zM902.3 37V1H935v5.6h-26v9.2h20v5.5h-20v10.1h26V37H902.3z"}))},1883:(e,t,a)=>{"use strict";a.d(t,{A:()=>s});var n=a(7723),r=a(3022),o=a(1609);a(3689);const __=n.__;class c extends o.Component{static defaultProps={"aria-hidden":"false",focusable:"true"};needsOffset(e,t){return["gridicons-arrow-left","gridicons-arrow-right","gridicons-calendar","gridicons-cart","gridicons-folder","gridicons-help-outline","gridicons-info","gridicons-info-outline","gridicons-posts","gridicons-star-outline","gridicons-star"].indexOf(e)>=0&&t%18==0}getSVGDescription(e){if("description"in this.props)return this.props.description;switch(e){default:return"";case"gridicons-audio":return __("Has audio.","jetpack-forms");case"gridicons-arrow-left":return __("Arrow left","jetpack-forms");case"gridicons-arrow-right":return __("Arrow right","jetpack-forms");case"gridicons-calendar":return __("Is an event.","jetpack-forms");case"gridicons-cart":return __("Is a product.","jetpack-forms");case"chevron-down":return __("Show filters","jetpack-forms");case"gridicons-comment":return __("Matching comment.","jetpack-forms");case"gridicons-cross":return __("Close.","jetpack-forms");case"gridicons-filter":return __("Toggle search filters.","jetpack-forms");case"gridicons-folder":return __("Category","jetpack-forms");case"gridicons-help-outline":return __("Help","jetpack-forms");case"gridicons-info":case"gridicons-info-outline":return __("Information.","jetpack-forms");case"gridicons-image-multiple":return __("Has multiple images.","jetpack-forms");case"gridicons-image":return __("Has an image.","jetpack-forms");case"gridicons-page":return __("Page","jetpack-forms");case"gridicons-post":return __("Post","jetpack-forms");case"gridicons-jetpack-search":case"gridicons-search":return __("Magnifying Glass","jetpack-forms");case"gridicons-tag":return __("Tag","jetpack-forms");case"gridicons-video":return __("Has a video.","jetpack-forms")}}renderIcon(e){switch(e){default:return null;case"gridicons-audio":return React.createElement("g",null,React.createElement("path",{d:"M8 4v10.184C7.686 14.072 7.353 14 7 14c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3V7h7v4.184c-.314-.112-.647-.184-1-.184-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3V4H8z"}));case"gridicons-arrow-left":return React.createElement("g",null,React.createElement("path",{d:"M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"}));case"gridicons-arrow-right":return React.createElement("g",null,React.createElement("path",{d:"M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z"}));case"gridicons-block":return React.createElement("g",null,React.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zM4 12c0-4.418 3.582-8 8-8 1.848 0 3.545.633 4.9 1.686L5.686 16.9C4.633 15.545 4 13.848 4 12zm8 8c-1.848 0-3.546-.633-4.9-1.686L18.314 7.1C19.367 8.455 20 10.152 20 12c0 4.418-3.582 8-8 8z"}));case"gridicons-calendar":return React.createElement("g",null,React.createElement("path",{d:"M19 4h-1V2h-2v2H8V2H6v2H5c-1.105 0-2 .896-2 2v13c0 1.104.895 2 2 2h14c1.104 0 2-.896 2-2V6c0-1.104-.896-2-2-2zm0 15H5V8h14v11z"}));case"gridicons-cart":return React.createElement("g",null,React.createElement("path",{d:"M9 20c0 1.1-.9 2-2 2s-1.99-.9-1.99-2S5.9 18 7 18s2 .9 2 2zm8-2c-1.1 0-1.99.9-1.99 2s.89 2 1.99 2 2-.9 2-2-.9-2-2-2zm.396-5c.937 0 1.75-.65 1.952-1.566L21 5H7V4c0-1.105-.895-2-2-2H3v2h2v11c0 1.105.895 2 2 2h12c0-1.105-.895-2-2-2H7v-2h10.396z"}));case"gridicons-checkmark":return React.createElement("g",null,React.createElement("path",{d:"M11 17.768l-4.884-4.884 1.768-1.768L11 14.232l8.658-8.658C17.823 3.39 15.075 2 12 2 6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10c0-1.528-.353-2.97-.966-4.266L11 17.768z"}));case"gridicons-chevron-left":return React.createElement("g",null,React.createElement("path",{d:"M16.443 7.41L15.0399 6L9.06934 12L15.0399 18L16.443 16.59L11.8855 12L16.443 7.41Z"}));case"gridicons-chevron-right":return React.createElement("g",null,React.createElement("path",{d:"M10.2366 6L8.8335 7.41L13.391 12L8.8335 16.59L10.2366 18L16.2072 12L10.2366 6Z"}));case"gridicons-chevron-down":return React.createElement("g",null,React.createElement("path",{d:"M20 9l-8 8-8-8 1.414-1.414L12 14.172l6.586-6.586"}));case"gridicons-comment":return React.createElement("g",null,React.createElement("path",{d:"M3 6v9c0 1.105.895 2 2 2h9v5l5.325-3.804c1.05-.75 1.675-1.963 1.675-3.254V6c0-1.105-.895-2-2-2H5c-1.105 0-2 .895-2 2z"}));case"gridicons-computer":return React.createElement("g",null,React.createElement("path",{d:"M20 2H4c-1.104 0-2 .896-2 2v12c0 1.104.896 2 2 2h6v2H7v2h10v-2h-3v-2h6c1.104 0 2-.896 2-2V4c0-1.104-.896-2-2-2zm0 14H4V4h16v12z"}));case"gridicons-cross":return React.createElement("g",null,React.createElement("path",{d:"M18.36 19.78L12 13.41l-6.36 6.37-1.42-1.42L10.59 12 4.22 5.64l1.42-1.42L12 10.59l6.36-6.36 1.41 1.41L13.41 12l6.36 6.36z"}));case"gridicons-filter":return React.createElement("g",null,React.createElement("path",{d:"M10 19h4v-2h-4v2zm-4-6h12v-2H6v2zM3 5v2h18V5H3z"}));case"gridicons-folder":return React.createElement("g",null,React.createElement("path",{d:"M18 19H6c-1.1 0-2-.9-2-2V7c0-1.1.9-2 2-2h3c1.1 0 2 .9 2 2h7c1.1 0 2 .9 2 2v8c0 1.1-.9 2-2 2z"}));case"gridicons-help-outline":return React.createElement("g",null,React.createElement("path",{d:"M12 4c4.41 0 8 3.59 8 8s-3.59 8-8 8-8-3.59-8-8 3.59-8 8-8m0-2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm1 13h-2v2h2v-2zm-1.962-2v-.528c0-.4.082-.74.246-1.017.163-.276.454-.546.87-.808.333-.21.572-.397.717-.565.146-.168.22-.36.22-.577 0-.172-.078-.308-.234-.41-.156-.1-.358-.15-.608-.15-.62 0-1.34.22-2.168.658l-.854-1.67c1.02-.58 2.084-.872 3.194-.872.913 0 1.63.202 2.15.603.52.4.78.948.78 1.64 0 .495-.116.924-.347 1.287-.23.362-.6.705-1.11 1.03-.43.278-.7.48-.807.61-.108.13-.163.282-.163.458V13h-1.885z"}));case"gridicons-image":return React.createElement("g",null,React.createElement("path",{d:"M13 9.5c0-.828.672-1.5 1.5-1.5s1.5.672 1.5 1.5-.672 1.5-1.5 1.5-1.5-.672-1.5-1.5zM22 6v12c0 1.105-.895 2-2 2H4c-1.105 0-2-.895-2-2V6c0-1.105.895-2 2-2h16c1.105 0 2 .895 2 2zm-2 0H4v7.444L8 9l5.895 6.55 1.587-1.85c.798-.932 2.24-.932 3.037 0L20 15.426V6z"}));case"gridicons-image-multiple":return React.createElement("g",null,React.createElement("path",{d:"M15 7.5c0-.828.672-1.5 1.5-1.5s1.5.672 1.5 1.5S17.328 9 16.5 9 15 8.328 15 7.5zM4 20h14c0 1.105-.895 2-2 2H4c-1.1 0-2-.9-2-2V8c0-1.105.895-2 2-2v14zM22 4v12c0 1.105-.895 2-2 2H8c-1.105 0-2-.895-2-2V4c0-1.105.895-2 2-2h12c1.105 0 2 .895 2 2zM8 4v6.333L11 7l4.855 5.395.656-.73c.796-.886 2.183-.886 2.977 0l.513.57V4H8z"}));case"gridicons-info":return React.createElement("g",null,React.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"}));case"gridicons-info-outline":return React.createElement("g",null,React.createElement("path",{d:"M13 9h-2V7h2v2zm0 2h-2v6h2v-6zm-1-7c-4.411 0-8 3.589-8 8s3.589 8 8 8 8-3.589 8-8-3.589-8-8-8m0-2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2z"}));case"gridicons-jetpack-search":return React.createElement("g",null,React.createElement("path",{d:"M0 9.257C0 4.15 4.151 0 9.257 0c5.105 0 9.256 4.151 9.256 9.257a9.218 9.218 0 01-2.251 6.045l.034.033h1.053L24 22.01l-1.986 1.989-6.664-6.662v-1.055l-.033-.033a9.218 9.218 0 01-6.06 2.264C4.15 18.513 0 14.362 0 9.257zm4.169 1.537h4.61V1.82l-4.61 8.973zm5.547-3.092v8.974l4.61-8.974h-4.61z"}));case"gridicons-phone":return React.createElement("g",null,React.createElement("path",{d:"M16 2H8c-1.104 0-2 .896-2 2v16c0 1.104.896 2 2 2h8c1.104 0 2-.896 2-2V4c0-1.104-.896-2-2-2zm-3 19h-2v-1h2v1zm3-2H8V5h8v14z"}));case"gridicons-pages":return React.createElement("g",null,React.createElement("path",{d:"M16 8H8V6h8v2zm0 2H8v2h8v-2zm4-6v12l-6 6H6c-1.105 0-2-.895-2-2V4c0-1.105.895-2 2-2h12c1.105 0 2 .895 2 2zm-2 10V4H6v16h6v-4c0-1.105.895-2 2-2h4z"}));case"gridicons-posts":return React.createElement("g",null,React.createElement("path",{d:"M16 19H3v-2h13v2zm5-10H3v2h18V9zM3 5v2h11V5H3zm14 0v2h4V5h-4zm-6 8v2h10v-2H11zm-8 0v2h5v-2H3z"}));case"gridicons-search":return React.createElement("g",null,React.createElement("path",{d:"M21 19l-5.154-5.154C16.574 12.742 17 11.42 17 10c0-3.866-3.134-7-7-7s-7 3.134-7 7 3.134 7 7 7c1.42 0 2.742-.426 3.846-1.154L19 21l2-2zM5 10c0-2.757 2.243-5 5-5s5 2.243 5 5-2.243 5-5 5-5-2.243-5-5z"}));case"gridicons-star-outline":return React.createElement("g",null,React.createElement("path",{d:"M12 6.308l1.176 3.167.347.936.997.042 3.374.14-2.647 2.09-.784.62.27.963.91 3.25-2.813-1.872-.83-.553-.83.552-2.814 1.87.91-3.248.27-.962-.783-.62-2.648-2.092 3.374-.14.996-.04.347-.936L12 6.308M12 2L9.418 8.953 2 9.257l5.822 4.602L5.82 21 12 16.89 18.18 21l-2.002-7.14L22 9.256l-7.418-.305L12 2z"}));case"gridicons-star":return React.createElement("g",null,React.createElement("path",{d:"M12 2l2.582 6.953L22 9.257l-5.822 4.602L18.18 21 12 16.89 5.82 21l2.002-7.14L2 9.256l7.418-.304"}));case"gridicons-tag":return React.createElement("g",null,React.createElement("path",{d:"M20 2.007h-7.087c-.53 0-1.04.21-1.414.586L2.592 11.5c-.78.78-.78 2.046 0 2.827l7.086 7.086c.78.78 2.046.78 2.827 0l8.906-8.906c.376-.374.587-.883.587-1.413V4.007c0-1.105-.895-2-2-2zM17.007 9c-1.105 0-2-.895-2-2s.895-2 2-2 2 .895 2 2-.895 2-2 2z"}));case"gridicons-video":return React.createElement("g",null,React.createElement("path",{d:"M20 4v2h-2V4H6v2H4V4c-1.105 0-2 .895-2 2v12c0 1.105.895 2 2 2v-2h2v2h12v-2h2v2c1.105 0 2-.895 2-2V6c0-1.105-.895-2-2-2zM6 16H4v-3h2v3zm0-5H4V8h2v3zm4 4V9l4.5 3-4.5 3zm10 1h-2v-3h2v3zm0-5h-2V8h2v3z"}));case"gridicons-lock":return React.createElement(React.Fragment,null,React.createElement("g",{id:"lock"},React.createElement("path",{d:"M18,8h-1V7c0-2.757-2.243-5-5-5S7,4.243,7,7v1H6c-1.105,0-2,0.895-2,2v10c0,1.105,0.895,2,2,2h12c1.105,0,2-0.895,2-2V10 C20,8.895,19.105,8,18,8z M9,7c0-1.654,1.346-3,3-3s3,1.346,3,3v1H9V7z M13,15.723V18h-2v-2.277c-0.595-0.346-1-0.984-1-1.723 c0-1.105,0.895-2,2-2s2,0.895,2,2C14,14.738,13.595,15.376,13,15.723z"})),React.createElement("g",{id:"Layer_1"}));case"gridicons-external":return React.createElement("g",null,React.createElement("path",{d:"M19 13v6c0 1.105-.895 2-2 2H5c-1.105 0-2-.895-2-2V7c0-1.105.895-2 2-2h6v2H5v12h12v-6h2zM13 3v2h4.586l-7.793 7.793 1.414 1.414L19 6.414V11h2V3h-8z"}))}}render(){const{size:e=24,className:t=""}=this.props,a=this.props.height||e,n=this.props.width||e,o=this.props.style||{height:a,width:n},c="gridicons-"+this.props.icon,s=(0,r.A)("gridicon",c,t,{"needs-offset":this.needsOffset(c,e)}),i=this.getSVGDescription(c);return React.createElement("svg",{className:s,focusable:this.props.focusable,height:a,onClick:this.props.onClick,style:o,viewBox:"0 0 24 24",width:n,xmlns:"http://www.w3.org/2000/svg","aria-hidden":this.props["aria-hidden"]},i?React.createElement("desc",null,i):null,this.renderIcon(c))}}const s=c},8478:(e,t,a)=>{"use strict";a.d(t,{WI:()=>u,dW:()=>l});var n=a(6072),r=a.n(n),o=a(6427),c=a(3022),s=(a(4705),a(2300));const i=({className:e,size:t=24,viewBox:a="0 0 24 24",opacity:n=1,color:i="#2C3338",children:l})=>{const u={className:(0,c.A)(s.A.iconWrapper,e),width:t,height:t,viewBox:a,opacity:n,fill:void 0};return i&&(u.fill=i),React.createElement(o.SVG,r()({},u,{fillRule:"evenodd",clipRule:"evenodd",xmlns:"http://www.w3.org/2000/svg"}),React.createElement(o.G,{opacity:n},l))},l=({opacity:e=1,size:t,color:a})=>React.createElement(i,{size:t,opacity:e,color:a},React.createElement(o.Path,{d:"M13.2,4.7l4.7,12.8c0.4,1.1,1,1.5,2.1,1.6c0.1,0,0.1,0,0.1,0l0.1,0.1l0.1,0.1c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.1 s0,0.1-0.1,0.1c-0.1,0-0.1,0.1-0.1,0.1s-0.1,0-0.2,0h-5.1c-0.1,0-0.1,0-0.2,0c-0.1,0-0.1-0.1-0.1-0.1l-0.1-0.1c0-0.1,0-0.1,0-0.1 c0-0.1,0-0.1,0-0.2s0-0.1,0.1-0.1l0.1-0.1c0,0,0.1,0,0.2,0c0.5,0,1.1-0.2,1.1-0.8c0-0.3-0.1-0.5-0.2-0.8l-1.1-3.1 c-0.1-0.2-0.1-0.2-0.2-0.2h-4.3c-0.7,0-1.5,0-1.9,0.9l-1.1,2.4C7.1,17.6,7,17.8,7,18.1c0,0.8,1,0.9,1.6,0.9c0.1,0,0.1,0,0.2,0 L8.8,19l0.1,0.1c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.1s-0.1,0.1-0.1,0.1l-0.1,0.1c-0.1,0-0.1,0-0.2,0H4.1c-0.1,0-0.1,0-0.1,0 c-0.1,0-0.1-0.1-0.1-0.1l-0.1-0.1c0-0.1,0-0.1,0-0.1c0-0.1,0-0.1,0-0.2s0-0.1,0.1-0.1L4,19c0,0,0.1,0,0.1,0C5.2,19,5.5,18.5,6,17.5 l5.4-12.4c0.2-0.5,0.8-1,1.3-1C13,4.2,13.1,4.4,13.2,4.7z M9.1,13.1c0,0.1-0.1,0.1-0.1,0.2c0,0.1,0.1,0.1,0.1,0.1h4.4 c0.3,0,0.4-0.1,0.4-0.3c0-0.1,0-0.2-0.1-0.3l-1.2-3.5c-0.3-0.8-0.8-1.9-0.8-2.7c0-0.1,0-0.1-0.1-0.1c0,0-0.1,0-0.1,0.1 c-0.1,0.6-0.4,1.2-0.7,1.7L9.1,13.1z"}),React.createElement(o.Path,{d:"M13.2,4.7l4.7,12.8c0.4,1.1,1,1.5,2.1,1.6c0.1,0,0.1,0,0.1,0l0.1,0.1l0.1,0.1c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.1 s0,0.1-0.1,0.1c-0.1,0-0.1,0.1-0.1,0.1s-0.1,0-0.2,0h-5.1c-0.1,0-0.1,0-0.2,0c-0.1,0-0.1-0.1-0.1-0.1l-0.1-0.1c0-0.1,0-0.1,0-0.1 c0-0.1,0-0.1,0-0.2s0-0.1,0.1-0.1l0.1-0.1c0,0,0.1,0,0.2,0c0.5,0,1.1-0.2,1.1-0.8c0-0.3-0.1-0.5-0.2-0.8l-1.1-3.1 c-0.1-0.2-0.1-0.2-0.2-0.2h-4.3c-0.7,0-1.5,0-1.9,0.9l-1.1,2.4C7.1,17.6,7,17.8,7,18.1c0,0.8,1,0.9,1.6,0.9c0.1,0,0.1,0,0.2,0 L8.8,19l0.1,0.1c0,0.1,0,0.1,0,0.2c0,0.1,0,0.1,0,0.1s-0.1,0.1-0.1,0.1l-0.1,0.1c-0.1,0-0.1,0-0.2,0H4.1c-0.1,0-0.1,0-0.1,0 c-0.1,0-0.1-0.1-0.1-0.1l-0.1-0.1c0-0.1,0-0.1,0-0.1c0-0.1,0-0.1,0-0.2s0-0.1,0.1-0.1L4,19c0,0,0.1,0,0.1,0C5.2,19,5.5,18.5,6,17.5 l5.4-12.4c0.2-0.5,0.8-1,1.3-1C13,4.2,13.1,4.4,13.2,4.7z M9.1,13.1c0,0.1-0.1,0.1-0.1,0.2c0,0.1,0.1,0.1,0.1,0.1h4.4 c0.3,0,0.4-0.1,0.4-0.3c0-0.1,0-0.2-0.1-0.3l-1.2-3.5c-0.3-0.8-0.8-1.9-0.8-2.7c0-0.1,0-0.1-0.1-0.1c0,0-0.1,0-0.1,0.1 c-0.1,0.6-0.4,1.2-0.7,1.7L9.1,13.1z"}),React.createElement(o.Path,{d:"M21.6,12.5c0,0.6-0.3,1-0.9,1c-0.6,0-0.8-0.3-0.8-0.8c0-0.6,0.4-1,0.9-1C21.3,11.7,21.6,12.1,21.6,12.5z"}),React.createElement(o.Path,{d:"M4.1,12.5c0,0.6-0.3,1-0.9,1s-0.8-0.3-0.8-0.8c0-0.6,0.4-1,0.9-1S4.1,12.1,4.1,12.5z"})),u=({opacity:e=1,size:t,color:a})=>React.createElement(i,{size:t,opacity:e,color:a},React.createElement(o.Path,{d:"M17.5 11.5a4 4 0 1 1-8 0 4 4 0 0 1 8 0Zm1.5 0a5.5 5.5 0 0 1-9.142 4.121l-3.364 2.943-.988-1.128 3.373-2.952A5.5 5.5 0 1 1 19 11.5Z"}))},8250:(e,t,a)=>{"use strict";a.d(t,{A:()=>y});var n=a(6072),r=a.n(n),o=a(7143),c=a(7723),s=a(1113),i=a(3512),l=a(3022),u=a(1609),d=a.n(u),m=a(3924),h=a(4293),p=a(1069),f=a(8907),v=(a(4206),a(7142)),g=a(442);const __=c.__,_x=c._x,w=()=>d().createElement(v.A,{logoColor:"#000",showText:!1,height:16,"aria-hidden":"true"}),E=()=>d().createElement(d().Fragment,null,d().createElement(s.A,{icon:i.A,size:16}),d().createElement("span",{className:"jp-dashboard-footer__accessible-external-link"},/* translators: accessibility text */ -__("(opens in a new tab)","jetpack-forms"))),y=({moduleName:e=__("Jetpack","jetpack-forms"),className:t,moduleNameHref:a="https://jetpack.com",menu:n,onAboutClick:c,onPrivacyClick:s,onTermsClick:i,...u})=>{const[v]=(0,g.A)("sm","<="),[y]=(0,g.A)("md","<="),[R]=(0,g.A)("lg",">"),{isActive:C,connectedPlugins:b}=(0,o.useSelect)((e=>{const t=e(h.a);return{connectedPlugins:t?.getConnectedPlugins(),...t.getConnectionStatus()}}),[]),k=(0,p.A)(),x=k&&C&&b?.some((({slug:e})=>"jetpack"===e));let _=[{label:_x("About","Link to learn more about Jetpack.","jetpack-forms"),title:__("About Jetpack","jetpack-forms"),href:x?new URL("admin.php?page=jetpack_about",k).href:(0,m.A)("jetpack-about"),target:x?"_self":"_blank",onClick:c},{label:_x("Privacy","Shorthand for Privacy Policy.","jetpack-forms"),title:__("Automattic's Privacy Policy","jetpack-forms"),href:x?new URL("admin.php?page=jetpack#/privacy",k).href:(0,m.A)("a8c-privacy"),target:x?"_self":"_blank",onClick:s},{label:_x("Terms","Shorthand for Terms of Service.","jetpack-forms"),title:__("WordPress.com Terms of Service","jetpack-forms"),href:(0,m.A)("wpcom-tos"),target:"_blank",onClick:i}];n&&(_=[..._,...n]);const S=d().createElement(d().Fragment,null,d().createElement(w,null),e);return d().createElement("footer",r()({className:(0,l.A)("jp-dashboard-footer",{"is-sm":v,"is-md":y,"is-lg":R},t),"aria-label":__("Jetpack","jetpack-forms")},u),d().createElement("ul",null,d().createElement("li",{className:"jp-dashboard-footer__jp-item"},a?d().createElement("a",{href:a},S):S),_.map((e=>{const t="button"===e.role,a=!t&&"_blank"===e.target;return d().createElement("li",{key:e.label},d().createElement("a",{href:e.href,title:e.title,target:e.target,onClick:e.onClick,onKeyDown:e.onKeyDown,className:(0,l.A)("jp-dashboard-footer__menu-item",{"is-external":a}),role:e.role,rel:a?"noopener noreferrer":void 0,tabIndex:t?0:void 0},e.label,a&&d().createElement(E,null)))})),d().createElement("li",{className:"jp-dashboard-footer__a8c-item"},d().createElement("a",{href:x?new URL("admin.php?page=jetpack_about",k).href:(0,m.A)("a8c-about"),"aria-label":__("An Automattic Airline","jetpack-forms")},d().createElement(f.A,{"aria-hidden":"true"})))))}},7142:(e,t,a)=>{"use strict";a.d(t,{A:()=>l});var n=a(6072),r=a.n(n),o=a(7723),c=a(3022),s=a(1609),i=a.n(s);const __=o.__,l=({logoColor:e="#069e08",showText:t=!0,className:a,height:n=32,...o})=>{const s=t?"0 0 118 32":"0 0 32 32";return i().createElement("svg",r()({xmlns:"http://www.w3.org/2000/svg",x:"0px",y:"0px",viewBox:s,className:(0,c.A)("jetpack-logo",a),"aria-labelledby":"jetpack-logo-title",height:n},o,{role:"img"}),i().createElement("title",{id:"jetpack-logo-title"},__("Jetpack Logo","jetpack-forms")),i().createElement("path",{fill:e,d:"M16,0C7.2,0,0,7.2,0,16s7.2,16,16,16s16-7.2,16-16S24.8,0,16,0z M15,19H7l8-16V19z M17,29V13h8L17,29z"}),t&&i().createElement(i().Fragment,null,i().createElement("path",{d:"M41.3,26.6c-0.5-0.7-0.9-1.4-1.3-2.1c2.3-1.4,3-2.5,3-4.6V8h-3V6h6v13.4C46,22.8,45,24.8,41.3,26.6z"}),i().createElement("path",{d:"M65,18.4c0,1.1,0.8,1.3,1.4,1.3c0.5,0,2-0.2,2.6-0.4v2.1c-0.9,0.3-2.5,0.5-3.7,0.5c-1.5,0-3.2-0.5-3.2-3.1V12H60v-2h2.1V7.1 H65V10h4v2h-4V18.4z"}),i().createElement("path",{d:"M71,10h3v1.3c1.1-0.8,1.9-1.3,3.3-1.3c2.5,0,4.5,1.8,4.5,5.6s-2.2,6.3-5.8,6.3c-0.9,0-1.3-0.1-2-0.3V28h-3V10z M76.5,12.3 c-0.8,0-1.6,0.4-2.5,1.2v5.9c0.6,0.1,0.9,0.2,1.8,0.2c2,0,3.2-1.3,3.2-3.9C79,13.4,78.1,12.3,76.5,12.3z"}),i().createElement("path",{d:"M93,22h-3v-1.5c-0.9,0.7-1.9,1.5-3.5,1.5c-1.5,0-3.1-1.1-3.1-3.2c0-2.9,2.5-3.4,4.2-3.7l2.4-0.3v-0.3c0-1.5-0.5-2.3-2-2.3 c-0.7,0-2.3,0.5-3.7,1.1L84,11c1.2-0.4,3-1,4.4-1c2.7,0,4.6,1.4,4.6,4.7L93,22z M90,16.4l-2.2,0.4c-0.7,0.1-1.4,0.5-1.4,1.6 c0,0.9,0.5,1.4,1.3,1.4s1.5-0.5,2.3-1V16.4z"}),i().createElement("path",{d:"M104.5,21.3c-1.1,0.4-2.2,0.6-3.5,0.6c-4.2,0-5.9-2.4-5.9-5.9c0-3.7,2.3-6,6.1-6c1.4,0,2.3,0.2,3.2,0.5V13 c-0.8-0.3-2-0.6-3.2-0.6c-1.7,0-3.2,0.9-3.2,3.6c0,2.9,1.5,3.8,3.3,3.8c0.9,0,1.9-0.2,3.2-0.7V21.3z"}),i().createElement("path",{d:"M110,15.2c0.2-0.3,0.2-0.8,3.8-5.2h3.7l-4.6,5.7l5,6.3h-3.7l-4.2-5.8V22h-3V6h3V15.2z"}),i().createElement("path",{d:"M58.5,21.3c-1.5,0.5-2.7,0.6-4.2,0.6c-3.6,0-5.8-1.8-5.8-6c0-3.1,1.9-5.9,5.5-5.9s4.9,2.5,4.9,4.9c0,0.8,0,1.5-0.1,2h-7.3 c0.1,2.5,1.5,2.8,3.6,2.8c1.1,0,2.2-0.3,3.4-0.7C58.5,19,58.5,21.3,58.5,21.3z M56,15c0-1.4-0.5-2.9-2-2.9c-1.4,0-2.3,1.3-2.4,2.9 C51.6,15,56,15,56,15z"})))}},442:(e,t,a)=>{"use strict";a.d(t,{A:()=>c});var n=a(9491),r=a(8403);const o=["sm","md","lg"],c=(e,t)=>{const a=Array.isArray(e)?e:[e],c=Array.isArray(t)?t:[t],[s,i,l]=o,u={sm:(0,n.useMediaQuery)(r.A[s]),md:(0,n.useMediaQuery)(r.A[i]),lg:(0,n.useMediaQuery)(r.A[l])};return a.map(((e,t)=>{const a=c[t];return a?((e,t,a)=>{const n=o.indexOf(e),r=n+1,c=t.includes("=");let s=[];return t.startsWith("<")&&(s=o.slice(0,c?r:n)),t.startsWith(">")&&(s=o.slice(c?n:r)),s?.length?s.some((e=>a[e])):a[e]})(e,a,u):u[e]}))}},1069:(e,t,a)=>{"use strict";function n(){return window.Initial_State?.adminUrl||window.Jetpack_Editor_Initial_State?.adminUrl||window?.myJetpackInitialState?.adminUrl||null}a.d(t,{A:()=>n})},3924:(e,t,a)=>{"use strict";function n(e,t={}){const a={};let n;if("undefined"!=typeof window&&(n=window?.JP_CONNECTION_INITIAL_STATE?.calypsoEnv),0===e.search("https://")){const t=new URL(e);e=`https://${t.host}${t.pathname}`,a.url=encodeURIComponent(e)}else a.source=encodeURIComponent(e);for(const e in t)a[e]=encodeURIComponent(t[e]);!Object.keys(a).includes("site")&&"undefined"!=typeof jetpack_redirects&&Object.hasOwn(jetpack_redirects,"currentSiteRawUrl")&&(a.site=jetpack_redirects.currentBlogID??jetpack_redirects.currentSiteRawUrl),n&&(a.calypso_env=n);return"https://jetpack.com/redirect/?"+Object.keys(a).map((e=>e+"="+a[e])).join("&")}a.d(t,{A:()=>n})},6439:(e,t,a)=>{let n={};try{n=a(5875)}catch{console.error("jetpackConfig is missing in your webpack config file. See @automattic/jetpack-config"),n={missingConfig:!0}}const r=e=>Object.hasOwn(n,e);e.exports={jetpackConfigHas:r,jetpackConfigGet:e=>{if(!r(e))throw'This app requires the "'+e+'" Jetpack Config to be defined in your webpack configuration file. See details in @automattic/jetpack-config package docs.';return n[e]}}},3935:(e,t,a)=>{"use strict";a.d(t,{A1:()=>i,Ay:()=>C,DO:()=>s,Ij:()=>c,Kl:()=>h,LW:()=>l,MU:()=>p,XY:()=>u,ZO:()=>o,dz:()=>d,gH:()=>m,v_:()=>r});var n=a(5932);const r="SET_CONNECTION_STATUS",o="SET_CONNECTION_STATUS_IS_FETCHING",c="SET_SITE_IS_REGISTERING",s="SET_USER_IS_CONNECTING",i="SET_REGISTRATION_ERROR",l="CLEAR_REGISTRATION_ERROR",u="SET_AUTHORIZATION_URL",d="DISCONNECT_USER_SUCCESS",m="SET_CONNECTED_PLUGINS",h="SET_CONNECTION_ERRORS",p="SET_IS_OFFLINE_MODE",f=e=>({type:r,connectionStatus:e}),v=e=>({type:c,isRegistering:e}),g=e=>({type:s,isConnecting:e}),w=e=>({type:i,registrationError:e}),E=()=>({type:l}),y=e=>({type:u,authorizationUrl:e}),R=e=>({type:m,connectedPlugins:e});const C={setConnectionStatus:f,setConnectionStatusIsFetching:e=>({type:o,isFetching:e}),fetchConnectionStatus:()=>({type:"FETCH_CONNECTION_STATUS"}),fetchAuthorizationUrl:e=>({type:"FETCH_AUTHORIZATION_URL",redirectUri:e}),setSiteIsRegistering:v,setUserIsConnecting:g,setRegistrationError:w,clearRegistrationError:E,setAuthorizationUrl:y,registerSite:function*({registrationNonce:e,redirectUri:t,from:a=""}){yield E(),yield v(!0);try{const n=yield{type:"REGISTER_SITE",registrationNonce:e,redirectUri:t,from:a};return yield f({isRegistered:!0}),yield y(n.authorizeUrl),yield v(!1),Promise.resolve(n)}catch(e){return yield w(e),yield v(!1),Promise.reject(e)}},connectUser:function*({from:e,redirectFunc:t,redirectUri:a,skipPricingPage:n}={}){yield g(!0),yield{type:"CONNECT_USER",from:e,redirectFunc:t,redirectUri:a,skipPricingPage:n}},disconnectUserSuccess:()=>({type:d}),setConnectedPlugins:R,refreshConnectedPlugins:()=>async({dispatch:e})=>await new Promise((t=>n.Ay.fetchConnectedPlugins().then((a=>{e(R(a)),t(a)})))),setConnectionErrors:e=>({type:h,connectionErrors:e}),setIsOfflineMode:e=>({type:p,isOfflineMode:e})}},2494:(e,t,a)=>{"use strict";a.d(t,{A:()=>c});var n=a(5932),r=a(7143),o=a(2279);const c={FETCH_AUTHORIZATION_URL:({redirectUri:e})=>n.Ay.fetchAuthorizationUrl(e),REGISTER_SITE:({registrationNonce:e,redirectUri:t,from:a})=>n.Ay.registerSite(e,t,a),CONNECT_USER:(0,r.createRegistryControl)((({resolveSelect:e})=>({from:t,redirectFunc:a,redirectUri:n,skipPricingPage:r}={})=>new Promise(((c,s)=>{e(o.A).getAuthorizationUrl(n).then((e=>{const n=a||(e=>window.location.assign(e)),o=new URL(e);r&&o.searchParams.set("skip_pricing","true"),t&&o.searchParams.set("from",encodeURIComponent(t));const s=o.toString();n(s),c(s)})).catch((e=>{s(e)}))}))))}},5051:(e,t,a)=>{"use strict";a.d(t,{A:()=>o});var n=a(7143),r=a(3935);const o=(0,n.combineReducers)({connectionStatus:(e={},t)=>{switch(t.type){case r.v_:return{...e,...t.connectionStatus};case r.dz:return{...e,isUserConnected:!1}}return e},connectionStatusIsFetching:(e=!1,t)=>t.type===r.ZO?t.isFetching:e,siteIsRegistering:(e=!1,t)=>t.type===r.Ij?t.isRegistering:e,userIsConnecting:(e=!1,t)=>t.type===r.DO?t.isConnecting:e,registrationError:(e,t)=>{switch(t.type){case r.LW:return!1;case r.A1:return t.registrationError;default:return e}},authorizationUrl:(e,t)=>t.type===r.XY?t.authorizationUrl:e,userConnectionData:(e,t)=>(t.type,e),connectedPlugins:(e={},t)=>t.type===r.gH?t.connectedPlugins:e,connectionErrors:(e={},t)=>t.type===r.Kl?t.connectionErrors:e,isOfflineMode:(e=!1,t)=>t.type===r.MU?t.isConnecting:e})},8019:(e,t,a)=>{"use strict";a.d(t,{A:()=>c});var n=a(7143),r=a(3935),o=a(2279);const c={...{getAuthorizationUrl:{isFulfilled:(e,...t)=>{const a=Boolean(e.authorizationUrl),r=(0,n.select)(o.A).hasFinishedResolution("getAuthorizationUrl",t);return a&&!r&&(0,n.dispatch)(o.A).finishResolution("getAuthorizationUrl",t),a},*fulfill(e){const t=yield r.Ay.fetchAuthorizationUrl(e);yield r.Ay.setAuthorizationUrl(t.authorizeUrl)}}}}},2676:(e,t,a)=>{"use strict";a.d(t,{A:()=>n});const n={...{getConnectionStatus:e=>e.connectionStatus||{},getConnectionStatusIsFetching:()=>!1,getSiteIsRegistering:e=>e.siteIsRegistering||!1,getUserIsConnecting:e=>e.userIsConnecting||!1,getRegistrationError:e=>e.registrationError||!1,getAuthorizationUrl:e=>e.authorizationUrl||!1,getUserConnectionData:e=>e.userConnectionData||!1,getConnectedPlugins:e=>e.connectedPlugins||[],getConnectionErrors:e=>e.connectionErrors||[],getIsOfflineMode:e=>e.isOfflineMode||!1,getWpcomUser:e=>e?.userConnectionData?.currentUser?.wpcomUser,getBlogId:e=>e?.userConnectionData?.currentUser?.blogId}}},8734:(e,t,a)=>{"use strict";a.d(t,{A:()=>o});var n=a(7143);class r{static store=null;static mayBeInit(e,t){null===r.store&&(r.store=(0,n.createReduxStore)(e,t),(0,n.register)(r.store))}}const o=r},2279:(e,t,a)=>{"use strict";a.d(t,{A:()=>n});const n="jetpack-connection"},4293:(e,t,a)=>{"use strict";a.d(t,{a:()=>u.A});var n=a(7999),r=a(3935),o=a(2494),c=a(5051),s=a(8019),i=a(2676),l=a(8734),u=a(2279);const d=window.JP_CONNECTION_INITIAL_STATE||(0,n.getScriptData)()?.connection;d||console.error("Jetpack Connection package: Initial state is missing. Check documentation to see how to use the Connection composer package to set up the initial state."),l.A.mayBeInit(u.A,{__experimentalUseThunks:!0,reducer:c.A,actions:r.Ay,selectors:i.A,resolvers:s.A,controls:o.A,initialState:d||{}})},5985:(e,t,a)=>{"use strict";a.d(t,{Sy:()=>n.Sy,d9:()=>n.d9});var n=a(2634);a(2034),a(5595),a(3265),a(3489),a(6923),a(5877),a(335),a(8290)},5877:(e,t,a)=>{"use strict";a(1609)},335:(e,t,a)=>{"use strict";a(6087)},3489:(e,t,a)=>{"use strict";var n=a(372);a(9384),a(6087);const{tracks:r}=n.A,{recordEvent:o}=r},6923:(e,t,a)=>{"use strict";a(7143),a(6087),a(8290)},7105:(e,t,a)=>{"use strict";a.d(t,{Ay:()=>d,E9:()=>u});var n=a(7143),r=a(2634),o=a(4478),c=a(8290);const s="SET_JETPACK_MODULES";function i(e){return u({isLoading:e})}function l(e,t){return{type:"SET_MODULE_UPDATING",name:e,isUpdating:t}}function u(e){return{type:s,options:e}}const d={updateJetpackModuleStatus:function*(e){try{yield l(e.name,!0),yield(0,o.sB)(e);const t=yield(0,o.wz)();return yield u({data:t}),!0}catch{const e=(0,n.select)(c.F).getJetpackModules();return yield u(e),!1}finally{yield l(e.name,!1)}},setJetpackModules:u,fetchModules:function*(){if((0,r.Sy)())return!0;try{yield i(!0);const e=yield(0,o.wz)();return yield u({data:e}),!0}catch{const e=(0,n.select)(c.F).getJetpackModules();return yield u(e),!1}finally{yield i(!1)}}}},4478:(e,t,a)=>{"use strict";a.d(t,{Ay:()=>l,sB:()=>i,wz:()=>s});var n=a(1455),r=a.n(n);const o="FETCH_JETPACK_MODULES",c="UPDATE_JETPACK_MODULE_STATUS",s=()=>({type:o}),i=e=>({type:c,settings:e}),l={[o]:function(){return r()({path:"/jetpack/v4/module/all",method:"GET"})},[c]:function({settings:e}){return r()({path:`/jetpack/v4/module/${e.name}/active`,method:"POST",data:{active:e.active}})}}},8290:(e,t,a)=>{"use strict";a.d(t,{F:()=>l});var n=a(7143),r=a(7105),o=a(4478),c=a(8862),s=a(2701),i=a(1640);const l="jetpack-modules",u=(0,n.createReduxStore)(l,{reducer:c.A,actions:r.Ay,controls:o.Ay,resolvers:s.A,selectors:i.A});(0,n.register)(u);const d=window?.Initial_State?.getModules||window?.Jetpack_Editor_Initial_State?.modules||null;null!==d&&(0,n.dispatch)(l).setJetpackModules({data:{...d}})},8862:(e,t,a)=>{"use strict";a.d(t,{A:()=>r});const n={isLoading:!1,isUpdating:{},data:{}},r=(e=n,t)=>{switch(t.type){case"SET_JETPACK_MODULES":return{...e,...t.options};case"SET_MODULE_UPDATING":return{...e,isUpdating:{...e.isUpdating,[t.name]:t.isUpdating}}}return e}},2701:(e,t,a)=>{"use strict";a.d(t,{A:()=>o});var n=a(7105),r=a(4478);const o={getJetpackModules:function*(){try{const e=yield(0,r.wz)();if(e)return(0,n.E9)({data:e})}catch(e){console.error(e)}}}},1640:(e,t,a)=>{"use strict";a.d(t,{A:()=>r});var n=a(2634);const r={getJetpackModules:e=>e.data,isModuleActive:(e,t)=>(0,n.Sy)()||(e?.data?.[t]?.activated??!1),areModulesLoading:e=>e.isLoading??!1,isModuleUpdating:(e,t)=>e?.isUpdating?.[t]??!1}},3265:(e,t,a)=>{"use strict";var n=a(7723);a(3832),a(8468);const __=n.__;__("Upgrade your plan to use video covers","jetpack-forms"),__("Upgrade your plan to upload audio","jetpack-forms")},2034:(e,t,a)=>{"use strict";a(4660)},2634:(e,t,a)=>{"use strict";function n(){return"object"==typeof window&&"string"==typeof window._currentSiteType?window._currentSiteType:null}function r(){return"simple"===n()}function o(){return"atomic"===n()}a.d(t,{Sy:()=>r,d9:()=>o})},5595:(e,t,a)=>{"use strict";a(6072),a(9491)},4705:(e,t,a)=>{"use strict";a(8992),a(1135)},1135:(e,t,a)=>{"use strict";a.d(t,{$:()=>n});const n=[{name:"amazon",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M13.582 8.182c-1.648.185-3.802.308-5.344.984-1.781.769-3.03 2.337-3.03 4.644 0 2.953 1.86 4.429 4.253 4.429 2.02 0 3.125-.477 4.685-2.065.516.747.685 1.109 1.629 1.894a.59.59 0 0 0 .672-.066l.006.006c.567-.505 1.599-1.401 2.18-1.888.231-.188.19-.496.009-.754-.52-.718-1.072-1.303-1.072-2.634V8.305c0-1.876.133-3.599-1.249-4.891C15.23 2.369 13.422 2 12.04 2 9.336 2 6.318 3.01 5.686 6.351c-.068.355.191.542.423.594l2.754.298c.258-.013.445-.266.494-.523.236-1.151 1.2-1.706 2.284-1.706.584 0 1.249.215 1.595.738.398.584.346 1.384.346 2.061zm-.533 5.906c-.451.8-1.169 1.291-1.967 1.291-1.09 0-1.728-.83-1.728-2.061 0-2.42 2.171-2.86 4.227-2.86v.615c.001 1.108.027 2.031-.532 3.015m7.634 5.251C18.329 21.076 14.917 22 11.979 22c-4.118 0-7.826-1.522-10.632-4.057-.22-.199-.024-.471.241-.317 3.027 1.762 6.771 2.823 10.639 2.823 2.608 0 5.476-.541 8.115-1.66.397-.169.73.262.341.55m.653 1.704c-.194.163-.379.076-.293-.139.284-.71.92-2.298.619-2.684s-1.99-.183-2.749-.092c-.23.027-.266-.173-.059-.319 1.348-.946 3.555-.673 3.811-.356.26.32-.066 2.533-1.329 3.59"})))},{name:"behance",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M7.799 5.698c.589 0 1.12.051 1.606.156q.722.155 1.241.507.516.351.804.938c.188.387.281.871.281 1.443q0 .93-.421 1.551-.424.62-1.255 1.014 1.133.328 1.689 1.146.559.822.557 1.975 0 .935-.359 1.612a3.14 3.14 0 0 1-.973 1.114q-.613.432-1.399.637A6.1 6.1 0 0 1 7.963 18H2V5.698zm-.35 4.97q.721 0 1.192-.345.465-.344.463-1.119 0-.43-.152-.707a1.1 1.1 0 0 0-.416-.427 1.7 1.7 0 0 0-.596-.216 3.6 3.6 0 0 0-.697-.06H4.709v2.874zm.151 5.237q.401.001.759-.077c.243-.053.457-.137.637-.261.182-.12.332-.283.441-.491q.164-.31.163-.798-.002-.948-.533-1.357c-.356-.27-.83-.404-1.413-.404H4.709v3.388zm8.562-.041q.552.538 1.583.538.74 0 1.277-.374c.354-.248.571-.514.654-.79h2.155c-.347 1.072-.872 1.838-1.589 2.299-.708.463-1.572.693-2.58.693q-1.05 0-1.899-.337a4 4 0 0 1-1.439-.958 4.4 4.4 0 0 1-.904-1.484 5.4 5.4 0 0 1-.32-1.899q0-1 .329-1.863a4.4 4.4 0 0 1 .933-1.492q.607-.63 1.444-.994a4.6 4.6 0 0 1 1.857-.363q1.131-.001 1.98.44a3.94 3.94 0 0 1 1.389 1.181 4.8 4.8 0 0 1 .783 1.69q.24.947.171 1.983h-6.428c-.001.706.237 1.372.604 1.73m2.811-4.68c-.291-.321-.783-.496-1.384-.496q-.585 0-.973.2a2 2 0 0 0-.621.491 1.8 1.8 0 0 0-.328.628 2.7 2.7 0 0 0-.111.587h3.98c-.058-.625-.271-1.085-.563-1.41m-3.916-3.446h4.985V6.524h-4.985z"})))},{name:"blogger-alt",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M19.779 9.904h-.981l-.021.001a1.163 1.163 0 0 1-1.16-1.079l-.001-.013A5.813 5.813 0 0 0 11.803 3H8.871a5.813 5.813 0 0 0-5.813 5.813v6.375a5.813 5.813 0 0 0 5.813 5.813h6.257a5.814 5.814 0 0 0 5.813-5.813l.002-4.121a1.164 1.164 0 0 0-1.164-1.163M8.726 7.713h3.291a1.117 1.117 0 1 1 0 2.234H8.726a1.117 1.117 0 1 1 0-2.234m6.601 8.657H8.72a1.057 1.057 0 1 1 0-2.114h6.607a1.057 1.057 0 1 1 0 2.114"})))},{name:"blogger",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M14.722 14.019a.654.654 0 0 1-.654.654H9.977a.654.654 0 0 1 0-1.308h4.091c.361 0 .654.293.654.654m-4.741-3.321h2.038a.692.692 0 0 0 0-1.384H9.981a.692.692 0 0 0 0 1.384M21 5v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2m-3.456 6.39a.72.72 0 0 0-.72-.72h-.607l-.013.001a.72.72 0 0 1-.718-.668l-.001-.008a3.6 3.6 0 0 0-3.599-3.599H10.07a3.6 3.6 0 0 0-3.599 3.599v3.947a3.6 3.6 0 0 0 3.599 3.599h3.874a3.6 3.6 0 0 0 3.599-3.599z"})))},{name:"bluesky",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M21.2 3.3c-.5-.2-1.4-.5-3.6 1C15.4 6 12.9 9.2 12 11c-.9-1.8-3.4-5-5.7-6.7-2.2-1.6-3-1.3-3.6-1S2 4.6 2 5.1s.3 4.7.5 5.4c.7 2.3 3.1 3.1 5.3 2.8-3.3.5-6.2 1.7-2.4 5.9 4.2 4.3 5.7-.9 6.5-3.6.8 2.7 1.7 7.7 6.4 3.6 3.6-3.6 1-5.4-2.3-5.9 2.2.2 4.6-.5 5.3-2.8.4-.7.7-4.8.7-5.4 0-.5-.1-1.5-.8-1.8"})))},{name:"codepen",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"m22.016 8.84-.007-.037q-.006-.037-.015-.072-.007-.022-.013-.042l-.023-.062-.02-.042a.4.4 0 0 0-.03-.057l-.025-.038-.035-.052-.03-.037q-.021-.026-.043-.045-.015-.018-.035-.035a.4.4 0 0 0-.048-.04l-.037-.03-.015-.012-9.161-6.096a.86.86 0 0 0-.955 0L2.359 8.237l-.015.012-.038.028-.048.04a.638.638 0 0 0-.078.082q-.018.018-.03.037-.018.026-.035.052l-.025.038q-.016.031-.03.059l-.02.041a1 1 0 0 0-.034.106q-.01.034-.016.071-.003.02-.006.037a1 1 0 0 0-.009.114v6.093q0 .056.008.112l.007.038q.006.035.015.072a.2.2 0 0 0 .013.04q.01.032.022.063l.02.04a.4.4 0 0 0 .055.096l.035.052.03.037.042.045.035.035q.023.02.048.04l.038.03.013.01 9.163 6.095a.858.858 0 0 0 .959.004l9.163-6.095.015-.01q.02-.015.037-.03l.048-.04q.02-.017.035-.035.025-.024.043-.045l.03-.037.035-.052.025-.038a.4.4 0 0 0 .03-.058l.02-.04.023-.063c.003-.013.01-.027.013-.04q.009-.037.015-.072l.007-.037q.006-.062.007-.117V8.954a1 1 0 0 0-.008-.114m-9.154-4.376 6.751 4.49-3.016 2.013-3.735-2.492zm-1.724 0v4.009l-3.735 2.494-3.014-2.013zm-7.439 6.098L5.853 12l-2.155 1.438zm7.439 8.974-6.749-4.491 3.015-2.011 3.735 2.492zM12 14.035 8.953 12 12 9.966 15.047 12zm.862 5.501v-4.009l3.735-2.492 3.016 2.011zm7.441-6.098L18.147 12l2.156-1.438z"})))},{name:"deezer",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M20.129 3.662c.222-1.287.548-2.096.909-2.098h.001c.673.002 1.219 2.809 1.219 6.274s-.546 6.274-1.22 6.274c-.276 0-.531-.477-.736-1.276-.324 2.926-.997 4.937-1.776 4.937-.603 0-1.144-1.208-1.507-3.114-.248 3.624-.872 6.195-1.602 6.195-.458 0-.875-1.019-1.184-2.678C13.861 21.6 13.003 24 12.002 24s-1.861-2.399-2.231-5.824c-.307 1.659-.724 2.678-1.184 2.678-.73 0-1.352-2.571-1.602-6.195-.363 1.905-.903 3.114-1.507 3.114-.778 0-1.452-2.011-1.776-4.937-.204.802-.46 1.276-.736 1.276-.674 0-1.22-2.809-1.22-6.274s.546-6.274 1.22-6.274c.362 0 .685.812.91 2.098.357-2.22.94-3.662 1.6-3.662.784 0 1.463 2.04 1.784 5.002.314-2.156.791-3.53 1.325-3.53.749 0 1.385 2.703 1.621 6.474.443-1.933 1.085-3.146 1.795-3.146s1.352 1.214 1.795 3.146c.237-3.771.872-6.474 1.621-6.474.533 0 1.009 1.374 1.325 3.53.321-2.962 1-5.002 1.784-5.002.658 0 1.244 1.443 1.603 3.662M0 7.221c0-1.549.31-2.805.692-2.805s.692 1.256.692 2.805-.31 2.805-.692 2.805S0 8.77 0 7.221m22.616 0c0-1.549.31-2.805.692-2.805S24 5.672 24 7.221s-.31 2.805-.692 2.805-.692-1.256-.692-2.805"})))},{name:"discord",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M20.33 4.523A20 20 0 0 0 15.379 3a14 14 0 0 0-.634 1.289 18.4 18.4 0 0 0-5.495 0A14 14 0 0 0 8.615 3 20 20 0 0 0 3.66 4.527C.527 9.163-.323 13.684.102 18.141a20 20 0 0 0 6.073 3.049 14.7 14.7 0 0 0 1.301-2.097 13 13 0 0 1-2.048-.978q.258-.189.502-.378a14.27 14.27 0 0 0 12.142 0q.247.202.502.378a13 13 0 0 1-2.052.98 14.5 14.5 0 0 0 1.301 2.095 19.9 19.9 0 0 0 6.076-3.047c.498-5.168-.851-9.648-3.568-13.62M8.013 15.4c-1.183 0-2.161-1.074-2.161-2.395S6.796 10.6 8.01 10.6s2.183 1.083 2.163 2.405S9.22 15.4 8.013 15.4m7.974 0c-1.186 0-2.16-1.074-2.16-2.395s.944-2.405 2.16-2.405 2.178 1.083 2.157 2.405-.951 2.395-2.158 2.395"})))},{name:"dribbble",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 22C6.486 22 2 17.514 2 12S6.486 2 12 2s10 4.486 10 10-4.486 10-10 10m8.434-8.631c-.292-.092-2.644-.794-5.32-.365 1.117 3.07 1.572 5.57 1.659 6.09a8.56 8.56 0 0 0 3.661-5.725m-5.098 6.507c-.127-.749-.623-3.361-1.822-6.477l-.056.019c-4.818 1.679-6.547 5.02-6.701 5.334A8.5 8.5 0 0 0 12 20.555a8.5 8.5 0 0 0 3.336-.679m-9.682-2.152c.193-.331 2.538-4.213 6.943-5.637q.167-.054.337-.102a29 29 0 0 0-.692-1.45c-4.266 1.277-8.405 1.223-8.778 1.216a8.497 8.497 0 0 0 2.19 5.973m-2.015-7.46c.382.005 3.901.02 7.897-1.041a55 55 0 0 0-3.167-4.94 8.57 8.57 0 0 0-4.73 5.981m6.359-6.555a46 46 0 0 1 3.187 5c3.037-1.138 4.323-2.867 4.477-3.085a8.51 8.51 0 0 0-7.664-1.915m8.614 2.903c-.18.243-1.612 2.078-4.77 3.367a27 27 0 0 1 .751 1.678c2.842-.357 5.666.215 5.948.275a8.5 8.5 0 0 0-1.929-5.32"})))},{name:"dropbox",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 6.134 6.069 9.797 2 6.54l5.883-3.843zm-10 6.92 5.883 3.843L12 13.459 6.069 9.797zm10 .405 4.116 3.439L22 13.054l-4.069-3.257zM22 6.54l-5.884-3.843L12 6.134l5.931 3.663zm-9.989 7.66-4.129 3.426-1.767-1.153v1.291l5.896 3.539 5.897-3.539v-1.291l-1.769 1.153z"})))},{name:"eventbrite",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M18.041 3.931 5.959 3A2.96 2.96 0 0 0 3 5.959v12.083A2.96 2.96 0 0 0 5.959 21l12.083-.931C19.699 19.983 21 18.744 21 17.11V6.89c0-1.634-1.259-2.863-2.959-2.959M16.933 8.17c-.082.215-.192.432-.378.551-.188.122-.489.132-.799.132-1.521 0-3.062-.048-4.607-.048q-.23 1.061-.451 2.128c.932-.004 1.873.005 2.81.005.726 0 1.462-.069 1.586.525.04.189-.001.426-.052.615-.105.38-.258.676-.625.783-.185.054-.408.058-.646.058-1.145 0-2.345.017-3.493.02-.169.772-.328 1.553-.489 2.333 1.57-.005 3.067-.041 4.633-.058.627-.007 1.085.194 1.009.85a2.2 2.2 0 0 1-.211.725c-.102.208-.248.376-.488.452-.237.075-.541.064-.862.078-.304.014-.614.008-.924.016-.309.009-.619.022-.919.022-1.253 0-2.429.08-3.683.073-.603-.004-1.014-.249-1.124-.757-.059-.273-.018-.58.036-.841a3543 3543 0 0 1 1.629-7.763c.056-.265.114-.511.225-.714a1.24 1.24 0 0 1 .79-.62c.368-.099.883-.047 1.344-.047.305 0 .612.008.914.016.925.026 1.817.03 2.747.053.304.007.615.016.915.016.621 0 1.17.073 1.245.614.039.288-.051.567-.132.783"})))},{name:"facebook",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 2C6.5 2 2 6.5 2 12c0 5 3.7 9.1 8.4 9.9v-7H7.9V12h2.5V9.8c0-2.5 1.5-3.9 3.8-3.9 1.1 0 2.2.2 2.2.2v2.5h-1.3c-1.2 0-1.6.8-1.6 1.6V12h2.8l-.4 2.9h-2.3v7C18.3 21.1 22 17 22 12c0-5.5-4.5-10-10-10"})))},{name:"fediverse",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 743 743"},React.createElement("g",null,React.createElement("path",{d:"M181.131 275.137a68.9 68.9 0 0 1-29.465 29.328l161.758 162.389 38.998-19.764zm213.363 214.187-38.998 19.764 81.963 82.283a68.9 68.9 0 0 1 29.471-29.332zM581.646 339.391l-91.576 46.41 6.752 43.189 103.616-52.513a68.9 68.9 0 0 1-18.792-37.086m-144.738 73.351L220.383 522.477a68.9 68.9 0 0 1 18.795 37.089L443.66 455.934zM367.275 142.438l-104.48 203.97 30.848 30.967 110.623-215.957a68.9 68.9 0 0 1-36.991-18.98M235.621 399.459l-52.922 103.314a68.9 68.9 0 0 1 36.987 18.979l46.781-91.328zM150.768 304.918a68.9 68.9 0 0 1-34.416 7.195 69 69 0 0 1-6.651-.695l30.903 197.662a68.9 68.9 0 0 1 34.416-7.195 69 69 0 0 1 6.646.695zM239.342 560.545c.707 4.589.949 9.239.72 13.877a68.9 68.9 0 0 1-7.267 27.18l197.629 31.712c-.708-4.59-.95-9.24-.723-13.878a68.9 68.9 0 0 1 7.27-27.178zM601.133 377.199l-91.219 178.082a68.9 68.9 0 0 1 36.994 18.983l91.217-178.08a68.9 68.9 0 0 1-36.992-18.985M476.723 125.33a68.9 68.9 0 0 1-29.471 29.332l141.266 141.811a68.9 68.9 0 0 1 29.468-29.332zM347.787 104.631l-178.576 90.498a68.9 68.9 0 0 1 18.793 37.086l178.574-90.502a68.9 68.9 0 0 1-18.791-37.082M446.926 154.826a68.9 68.9 0 0 1-34.983 7.483 69 69 0 0 1-6.029-.633l15.818 101.291 43.163 6.926zm-16 167.028 37.4 239.482a68.9 68.9 0 0 1 33.914-6.943q3.625.206 7.207.791L474.09 328.777zM188.131 232.975c.734 4.66.988 9.383.758 14.095a68.9 68.9 0 0 1-7.16 26.983l101.369 16.281 19.923-38.908zm173.736 27.9-19.926 38.912 239.514 38.467a69 69 0 0 1-.695-13.719 68.9 68.9 0 0 1 7.349-27.324z"}),React.createElement("path",{fillOpacity:".996",d:"M412.284 156.054c34.538 1.882 64.061-24.592 65.943-59.13s-24.592-64.062-59.131-65.943c-34.538-1.882-64.061 24.592-65.943 59.13s24.593 64.062 59.131 65.943M646.144 390.82c34.538 1.881 64.062-24.593 65.943-59.131s-24.592-64.061-59.13-65.943-64.062 24.593-65.943 59.131 24.592 64.061 59.13 65.943M495.086 685.719c34.538 1.881 64.062-24.592 65.943-59.13s-24.592-64.062-59.13-65.943-64.062 24.592-65.943 59.13 24.592 64.062 59.13 65.943M167.866 633.211c34.538 1.882 64.062-24.592 65.943-59.13s-24.592-64.062-59.13-65.943-64.062 24.592-65.943 59.13 24.592 64.062 59.13 65.943M116.692 305.86c34.538 1.882 64.062-24.592 65.943-59.13s-24.592-64.062-59.131-65.943c-34.538-1.881-64.061 24.592-65.943 59.13s24.593 64.062 59.131 65.943"})))},{name:"feed",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M2 8.667V12c5.515 0 10 4.485 10 10h3.333c0-7.363-5.97-13.333-13.333-13.333M2 2v3.333c9.19 0 16.667 7.477 16.667 16.667H22C22 10.955 13.045 2 2 2m2.5 15a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5"})))},{name:"flickr",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M6.5 7c-2.75 0-5 2.25-5 5s2.25 5 5 5 5-2.25 5-5-2.25-5-5-5m11 0c-2.75 0-5 2.25-5 5s2.25 5 5 5 5-2.25 5-5-2.25-5-5-5"})))},{name:"foursquare",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M17.573 2H6.905C5.434 2 5 3.107 5 3.805v16.948c0 .785.422 1.077.66 1.172.238.097.892.177 1.285-.275 0 0 5.035-5.843 5.122-5.93.132-.132.132-.132.262-.132h3.26c1.368 0 1.588-.977 1.732-1.552.078-.318.692-3.428 1.225-6.122l.675-3.368C19.56 2.893 19.14 2 17.573 2m-1.078 5.22c-.053.252-.372.518-.665.518h-4.157c-.467 0-.802.318-.802.787v.508c0 .467.337.798.805.798h3.528c.331 0 .655.362.583.715s-.407 2.102-.448 2.295c-.04.193-.262.523-.655.523h-2.88c-.523 0-.683.068-1.033.503-.35.437-3.505 4.223-3.505 4.223-.032.035-.063.027-.063-.015V4.852c0-.298.26-.648.648-.648h8.562c.315 0 .61.297.528.683z"})))},{name:"ghost",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M10.203 20.997H3.005v-3.599h7.198zm10.792-3.599h-7.193v3.599h7.193zm.003-7.198H3v3.599h17.998zm-7.195-7.197H3.005v3.599h10.798zm7.197 0h-3.599v3.599H21z"})))},{name:"git",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M23.519 10.947 13.053.482a1.543 1.543 0 0 0-2.183 0L8.696 2.656l2.756 2.756a1.83 1.83 0 0 1 1.886.439 1.84 1.84 0 0 1 .436 1.898l2.656 2.657a1.83 1.83 0 0 1 1.899.436 1.837 1.837 0 0 1 0 2.597 1.84 1.84 0 0 1-2.599 0 1.84 1.84 0 0 1-.4-1.998l-2.478-2.477v6.521a1.837 1.837 0 0 1 .485 2.945 1.837 1.837 0 0 1-2.597 0 1.837 1.837 0 0 1 0-2.598 1.8 1.8 0 0 1 .602-.401V8.85a1.8 1.8 0 0 1-.602-.4 1.84 1.84 0 0 1-.395-2.009L7.628 3.723.452 10.898a1.544 1.544 0 0 0 0 2.184l10.467 10.467a1.544 1.544 0 0 0 2.183 0l10.417-10.418a1.546 1.546 0 0 0 0-2.184"})))},{name:"github",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12c0 4.419 2.865 8.166 6.839 9.489.5.09.682-.218.682-.484 0-.236-.009-.866-.014-1.699-2.782.602-3.369-1.34-3.369-1.34-.455-1.157-1.11-1.465-1.11-1.465-.909-.62.069-.608.069-.608 1.004.071 1.532 1.03 1.532 1.03.891 1.529 2.341 1.089 2.91.833.091-.647.349-1.086.635-1.337-2.22-.251-4.555-1.111-4.555-4.943 0-1.091.39-1.984 1.03-2.682-.103-.254-.447-1.27.097-2.646 0 0 .84-.269 2.75 1.025A9.6 9.6 0 0 1 12 6.836c.85.004 1.705.114 2.504.336 1.909-1.294 2.748-1.025 2.748-1.025.546 1.376.202 2.394.1 2.646.64.699 1.026 1.591 1.026 2.682 0 3.841-2.337 4.687-4.565 4.935.359.307.679.917.679 1.852 0 1.335-.012 2.415-.012 2.741 0 .269.18.579.688.481A10 10 0 0 0 22 12c0-5.523-4.477-10-10-10"})))},{name:"google-alt",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2m-.05 16c-3.312 0-6-2.688-6-6s2.688-6 6-6c1.62 0 2.976.594 4.014 1.566L14.26 9.222c-.432-.408-1.188-.888-2.31-.888-1.986 0-3.606 1.65-3.606 3.672s1.62 3.672 3.606 3.672c2.298 0 3.144-1.59 3.3-2.532h-3.306v-2.238h5.616c.084.378.15.732.15 1.23 0 3.426-2.298 5.862-5.76 5.862"})))},{name:"google-plus-alt",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M8 11h6.61c.06.35.11.7.11 1.16 0 4-2.68 6.84-6.72 6.84-3.87 0-7-3.13-7-7s3.13-7 7-7c1.89 0 3.47.69 4.69 1.83l-1.9 1.83c-.52-.5-1.43-1.08-2.79-1.08-2.39 0-4.34 1.98-4.34 4.42S5.61 16.42 8 16.42c2.77 0 3.81-1.99 3.97-3.02H8zm15 0h-2V9h-2v2h-2v2h2v2h2v-2h2"})))},{name:"google-plus",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2m-1.919 14.05a4.051 4.051 0 0 1 0-8.1c1.094 0 2.009.401 2.709 1.057l-1.15 1.118a2.23 2.23 0 0 0-1.559-.599c-1.341 0-2.434 1.114-2.434 2.479s1.094 2.479 2.434 2.479c1.551 0 2.122-1.073 2.227-1.709h-2.232v-1.511h3.791c.057.255.101.494.101.83.001 2.312-1.55 3.956-3.887 3.956M19 12.75h-1.25V14h-1.5v-1.25H15v-1.5h1.25V10h1.5v1.25H19z"})))},{name:"google",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12.02 10.18v3.73h5.51c-.26 1.57-1.67 4.22-5.5 4.22-3.31 0-6.01-2.75-6.01-6.12s2.7-6.12 6.01-6.12c1.87 0 3.13.8 3.85 1.48l2.84-2.76C16.99 2.99 14.73 2 12.03 2c-5.52 0-10 4.48-10 10s4.48 10 10 10c5.77 0 9.6-4.06 9.6-9.77 0-.83-.11-1.42-.25-2.05z"})))},{name:"instagram",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 4.622c2.403 0 2.688.009 3.637.052.877.04 1.354.187 1.671.31.42.163.72.358 1.035.673s.51.615.673 1.035c.123.317.27.794.31 1.671.043.949.052 1.234.052 3.637s-.009 2.688-.052 3.637c-.04.877-.187 1.354-.31 1.671-.163.42-.358.72-.673 1.035s-.615.51-1.035.673c-.317.123-.794.27-1.671.31-.949.043-1.233.052-3.637.052s-2.688-.009-3.637-.052c-.877-.04-1.354-.187-1.671-.31a2.8 2.8 0 0 1-1.035-.673 2.8 2.8 0 0 1-.673-1.035c-.123-.317-.27-.794-.31-1.671-.043-.949-.052-1.234-.052-3.637s.009-2.688.052-3.637c.04-.877.187-1.354.31-1.671.163-.42.358-.72.673-1.035s.615-.51 1.035-.673c.317-.123.794-.27 1.671-.31.949-.043 1.234-.052 3.637-.052M12 3c-2.444 0-2.751.01-3.711.054-.958.044-1.612.196-2.184.418a4.4 4.4 0 0 0-1.594 1.039c-.5.5-.808 1.002-1.038 1.594-.223.572-.375 1.226-.419 2.184C3.01 9.249 3 9.556 3 12s.01 2.751.054 3.711c.044.958.196 1.612.418 2.185.23.592.538 1.094 1.038 1.594s1.002.808 1.594 1.038c.572.222 1.227.375 2.185.418.96.044 1.267.054 3.711.054s2.751-.01 3.711-.054c.958-.044 1.612-.196 2.185-.418a4.4 4.4 0 0 0 1.594-1.038c.5-.5.808-1.002 1.038-1.594.222-.572.375-1.227.418-2.185.044-.96.054-1.267.054-3.711s-.01-2.751-.054-3.711c-.044-.958-.196-1.612-.418-2.185A4.4 4.4 0 0 0 19.49 4.51c-.5-.5-1.002-.808-1.594-1.038-.572-.222-1.227-.375-2.185-.418C14.751 3.01 14.444 3 12 3m0 4.378a4.622 4.622 0 1 0 0 9.244 4.622 4.622 0 0 0 0-9.244M12 15a3 3 0 1 1 0-6 3 3 0 0 1 0 6m4.804-8.884a1.08 1.08 0 1 0 .001 2.161 1.08 1.08 0 0 0-.001-2.161"})))},{name:"json-feed",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"m8.522 17.424.027.027c1.076-1.076 1.854-.993 3.154.306l2.053 2.053c2.136 2.136 4.131 2.028 6.515-.356l.729-.728-1.548-1.548-.373.373c-1.349 1.349-2.293 1.366-3.585.075l-2.409-2.409c-1.242-1.242-2.475-1.366-3.659-.381l-.232-.232c1.01-1.225.911-2.368-.29-3.568l-2.16-2.162c-1.317-1.317-1.308-2.236.058-3.602l.372-.372-1.54-1.54-.728.729c-2.393 2.393-2.525 4.346-.439 6.433l1.78 1.78c1.3 1.3 1.383 2.095.315 3.163l.008.008a1.384 1.384 0 0 0 1.952 1.951"}),React.createElement("circle",{cx:"13.089",cy:"10.905",r:"1.383"}),React.createElement("circle",{cx:"16.349",cy:"7.644",r:"1.383"}),React.createElement("circle",{cx:"19.61",cy:"4.383",r:"1.383"})))},{name:"line",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M14.255 9.572v3.333c0 .084-.066.15-.15.15h-.534a.16.16 0 0 1-.122-.061l-1.528-2.063v1.978c0 .084-.066.15-.15.15h-.534a.15.15 0 0 1-.15-.15V9.576c0-.084.066-.15.15-.15h.529a.14.14 0 0 1 .122.066l1.528 2.063V9.577c0-.084.066-.15.15-.15h.534a.15.15 0 0 1 .155.145m-3.844-.15h-.534a.15.15 0 0 0-.15.15v3.333c0 .084.066.15.15.15h.534c.084 0 .15-.066.15-.15V9.572c0-.08-.066-.15-.15-.15m-1.289 2.794H7.664V9.572a.15.15 0 0 0-.15-.15H6.98a.15.15 0 0 0-.15.15v3.333q0 .062.042.103a.16.16 0 0 0 .103.042h2.142c.084 0 .15-.066.15-.15v-.534a.15.15 0 0 0-.145-.15m7.945-2.794h-2.142c-.08 0-.15.066-.15.15v3.333c0 .08.066.15.15.15h2.142c.084 0 .15-.066.15-.15v-.534a.15.15 0 0 0-.15-.15h-1.458v-.563h1.458c.084 0 .15-.066.15-.15v-.539a.15.15 0 0 0-.15-.15h-1.458v-.563h1.458c.084 0 .15-.066.15-.15v-.534c-.005-.08-.07-.15-.15-.15M22.5 5.33v13.373c-.005 2.1-1.725 3.802-3.83 3.797H5.297c-2.1-.005-3.802-1.73-3.797-3.83V5.297c.005-2.1 1.73-3.802 3.83-3.797h13.373c2.1.005 3.802 1.725 3.797 3.83m-2.888 5.747c0-3.422-3.431-6.206-7.645-6.206s-7.645 2.784-7.645 6.206c0 3.066 2.719 5.634 6.394 6.122.895.192.792.52.591 1.725-.033.192-.155.755.661.413s4.402-2.592 6.009-4.439c1.106-1.219 1.636-2.452 1.636-3.82"})))},{name:"link",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M17 13H7v-2h10zm1-6h-1c-1.631 0-3.065.792-3.977 2H18c1.103 0 2 .897 2 2v2c0 1.103-.897 2-2 2h-4.977c.913 1.208 2.347 2 3.977 2h1a4 4 0 0 0 4-4v-2a4 4 0 0 0-4-4M2 11v2a4 4 0 0 0 4 4h1c1.63 0 3.065-.792 3.977-2H6c-1.103 0-2-.897-2-2v-2c0-1.103.897-2 2-2h4.977C10.065 7.792 8.631 7 7 7H6a4 4 0 0 0-4 4"})))},{name:"linkedin",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M19.7 3H4.3A1.3 1.3 0 0 0 3 4.3v15.4A1.3 1.3 0 0 0 4.3 21h15.4a1.3 1.3 0 0 0 1.3-1.3V4.3A1.3 1.3 0 0 0 19.7 3M8.339 18.338H5.667v-8.59h2.672zM7.004 8.574a1.548 1.548 0 1 1-.002-3.096 1.548 1.548 0 0 1 .002 3.096m11.335 9.764H15.67v-4.177c0-.996-.017-2.278-1.387-2.278-1.389 0-1.601 1.086-1.601 2.206v4.249h-2.667v-8.59h2.559v1.174h.037c.356-.675 1.227-1.387 2.526-1.387 2.703 0 3.203 1.779 3.203 4.092v4.711z"})))},{name:"mail",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M20 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2m0 4.236-8 4.882-8-4.882V6h16z"})))},{name:"mastodon",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M11.973 2.352c-2.468.02-4.842.286-6.225.921 0 0-2.742 1.229-2.742 5.415 0 .958-.018 2.105.012 3.32.1 4.094.75 8.128 4.535 9.129 1.745.462 3.244.56 4.45.494 2.19-.122 3.417-.781 3.417-.781l-.072-1.588s-1.565.491-3.32.431c-1.74-.06-3.576-.188-3.858-2.324a4 4 0 0 1-.04-.598s1.709.416 3.874.516c1.324.06 2.563-.076 3.824-.226 2.418-.29 4.524-1.78 4.79-3.141.416-2.144.38-5.232.38-5.232 0-4.186-2.74-5.415-2.74-5.415-1.383-.635-3.76-.9-6.227-.921zM9.18 5.622c1.028 0 1.804.395 2.318 1.185l.502.84.5-.84c.514-.79 1.292-1.186 2.32-1.186.888 0 1.605.313 2.15.922q.795.915.794 2.469v5.068h-2.008V9.16c0-1.037-.438-1.562-1.31-1.562-.966 0-1.448.622-1.448 1.857v2.693h-1.996V9.455c0-1.235-.484-1.857-1.45-1.857-.872 0-1.308.525-1.308 1.562v4.92H6.236V9.012q-.001-1.554.793-2.469c.547-.609 1.263-.922 2.15-.922"})))},{name:"medium-alt",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{fillRule:"nonzero",d:"M7.423 6c3.27 0 5.922 2.686 5.922 6s-2.651 6-5.922 6S1.5 15.313 1.5 12s2.652-6 5.923-6m9.458.351c1.635 0 2.961 2.53 2.961 5.65 0 3.118-1.325 5.648-2.96 5.648S13.92 15.119 13.92 12s1.325-5.649 2.96-5.649m4.577.589c.576 0 1.042 2.265 1.042 5.06s-.466 5.06-1.042 5.06c-.575 0-1.04-2.265-1.04-5.06s.465-5.06 1.04-5.06"})))},{name:"medium",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M3 3v18h18V3zm15 4.26-1 .93a.28.28 0 0 0-.11.27v6.8a.27.27 0 0 0 .11.27l.94.93v.2h-4.75v-.2l1-1c.09-.1.09-.12.09-.27V9.74l-2.71 6.9h-.37L8 9.74v4.62a.67.67 0 0 0 .17.54l1.27 1.54v.2H5.86v-.2l1.27-1.54a.64.64 0 0 0 .17-.54V9a.5.5 0 0 0-.16-.4L6 7.26v-.2h3.52L12.23 13l2.38-5.94H18z"})))},{name:"messenger",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12.026.375C5.462.375.375 5.172.375 11.652c0 3.389 1.393 6.318 3.66 8.341.391.352.311.556.377 2.73a.934.934 0 0 0 1.307.823c2.48-1.092 2.512-1.178 2.933-1.064 7.185 1.977 14.973-2.621 14.973-10.83 0-6.48-5.035-11.277-11.599-11.277m6.996 8.678L15.6 14.47a1.75 1.75 0 0 1-2.527.465l-2.723-2.038a.7.7 0 0 0-.844 0l-3.674 2.786c-.49.372-1.133-.216-.802-.735l3.422-5.417a1.75 1.75 0 0 1 2.527-.465l2.722 2.037a.7.7 0 0 0 .844 0L18.22 8.32c.489-.374 1.132.213.801.732"})))},{name:"microblog",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M19.641 17.086c1.294-1.522 2.067-3.438 2.067-5.521 0-4.957-4.371-8.972-9.763-8.972s-9.763 4.015-9.763 8.972 4.371 8.972 9.763 8.972a10.5 10.5 0 0 0 3.486-.59.315.315 0 0 1 .356.112c.816 1.101 2.09 1.876 3.506 2.191a.194.194 0 0 0 .192-.309 3.82 3.82 0 0 1 .162-4.858zm-3.065-6.575-2.514 1.909.912 3.022a.286.286 0 0 1-.437.317l-2.592-1.802-2.592 1.802a.285.285 0 0 1-.436-.317l.912-3.022-2.515-1.909a.285.285 0 0 1 .167-.513l3.155-.066 1.038-2.981a.285.285 0 0 1 .539 0l1.038 2.981 3.155.066a.285.285 0 0 1 .17.513"})))},{name:"nextdoor",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",strokeMiterlimit:"10",viewBox:"0 0 130 130"},React.createElement("g",null,React.createElement("path",{d:"M64.25 3.531c-31.144.337-57.596 24.22-60.469 55.907-3.064 33.799 21.857 63.685 55.657 66.75s63.685-21.857 66.75-55.657-21.857-63.686-55.657-66.75a62 62 0 0 0-6.281-.25m3.938 34.907C82.468 38.438 93.5 48.58 93.5 61.5v27c0 .685-.565 1.25-1.25 1.25H80.906a1.267 1.267 0 0 1-1.25-1.25V63.375c0-5.58-4.309-11.937-11.469-11.937-7.47 0-11.468 6.357-11.468 11.937V88.5c0 .685-.565 1.25-1.25 1.25H44.125c-.68 0-1.219-.57-1.219-1.25V64.156c0-.74-.529-1.364-1.25-1.531-13.13-2.93-15.115-10.285-15.375-21.125-.005-.332.142-.67.375-.906.233-.237.543-.375.875-.375l11.688.062c.66.01 1.187.529 1.218 1.188.13 4.44.438 9.406 4.438 9.406.83 0 1.443-1.179 1.813-1.719 4.41-6.48 12.28-10.718 21.5-10.718"})))},{name:"patreon",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M20 7.408c-.003-2.299-1.746-4.182-3.79-4.862-2.54-.844-5.888-.722-8.312.453-2.939 1.425-3.862 4.545-3.896 7.656-.028 2.559.22 9.297 3.92 9.345 2.75.036 3.159-3.603 4.43-5.356.906-1.247 2.071-1.599 3.506-1.963 2.465-.627 4.146-2.626 4.142-5.273"})))},{name:"pinterest-alt",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12.289 2C6.617 2 3.606 5.648 3.606 9.622c0 1.846 1.025 4.146 2.666 4.878.25.111.381.063.439-.169.044-.175.267-1.029.365-1.428a.37.37 0 0 0-.091-.362c-.54-.63-.975-1.791-.975-2.873 0-2.777 2.194-5.464 5.933-5.464 3.23 0 5.49 2.108 5.49 5.122 0 3.407-1.794 5.768-4.13 5.768-1.291 0-2.257-1.021-1.948-2.277.372-1.495 1.089-3.112 1.089-4.191 0-.967-.542-1.775-1.663-1.775-1.319 0-2.379 1.309-2.379 3.059 0 1.115.394 1.869.394 1.869s-1.302 5.279-1.54 6.261c-.405 1.666.053 4.368.094 4.604.021.126.167.169.25.063.129-.165 1.699-2.419 2.142-4.051.158-.59.817-2.995.817-2.995.43.784 1.681 1.446 3.013 1.446 3.963 0 6.822-3.494 6.822-7.833C20.394 5.112 16.849 2 12.289 2"})))},{name:"pinterest",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12c0 4.236 2.636 7.855 6.356 9.312-.087-.791-.166-2.005.035-2.869.182-.78 1.173-4.971 1.173-4.971s-.299-.599-.299-1.484c0-1.39.806-2.429 1.809-2.429.853 0 1.265.641 1.265 1.409 0 .858-.546 2.141-.828 3.329-.236.996.499 1.807 1.481 1.807 1.777 0 3.144-1.874 3.144-4.579 0-2.394-1.72-4.068-4.177-4.068-2.845 0-4.515 2.134-4.515 4.34 0 .859.331 1.781.744 2.282a.3.3 0 0 1 .069.287c-.077.316-.246.995-.279 1.134-.044.183-.145.222-.334.134-1.249-.581-2.03-2.407-2.03-3.874 0-3.154 2.292-6.051 6.607-6.051 3.469 0 6.165 2.472 6.165 5.775 0 3.446-2.173 6.22-5.189 6.22-1.013 0-1.966-.526-2.292-1.148l-.623 2.377c-.226.869-.835 1.957-1.243 2.622.936.289 1.93.445 2.961.445 5.523 0 10-4.477 10-10S17.523 2 12 2"})))},{name:"pocket",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M21.927 4.194A1.82 1.82 0 0 0 20.222 3H3.839a1.823 1.823 0 0 0-1.813 1.814v6.035l.069 1.2c.29 2.73 1.707 5.115 3.899 6.778l.119.089.025.018a9.9 9.9 0 0 0 3.91 1.727 10.06 10.06 0 0 0 4.049-.014.3.3 0 0 0 .064-.023 9.9 9.9 0 0 0 3.753-1.691l.025-.018q.06-.043.119-.089c2.192-1.664 3.609-4.049 3.898-6.778l.069-1.2V4.814a1.8 1.8 0 0 0-.098-.62m-4.235 6.287-4.704 4.512a1.37 1.37 0 0 1-1.898 0l-4.705-4.512a1.371 1.371 0 1 1 1.898-1.979l3.756 3.601 3.755-3.601a1.372 1.372 0 0 1 1.898 1.979"})))},{name:"polldaddy",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 2C6.487 2 2 6.487 2 12c0 5.514 4.487 10 10 10 5.514 0 10-4.486 10-10 0-5.513-4.486-10-10-10m.991 1.68c2.361.084 4.657 1.251 6.197 3.136.283.334.541.693.774 1.067a7.78 7.78 0 0 0-6.094-2.94 7.76 7.76 0 0 0-5.896 2.703q-.008.006-.016.014l-.152.159-.031.032a6.12 6.12 0 0 0-1.633 4.165 6.15 6.15 0 0 0 6.143 6.143c.57 0 1.123-.081 1.649-.227-1.849.839-4.131.747-5.926-.324-1.841-1.089-3.171-3.111-3.433-5.313A7.39 7.39 0 0 1 6.69 6.137C8.294 4.5 10.634 3.563 12.991 3.68m3.373 8.519c-.049-2.024-1.587-3.889-3.544-4.174-1.927-.343-3.917.857-4.451 2.661a3.67 3.67 0 0 0 .2 2.653c.39.8 1.067 1.451 1.894 1.759 1.664.654 3.63-.27 4.173-1.863.593-1.58-.396-3.423-1.94-3.776-1.52-.407-3.161.757-3.204 2.243a2.36 2.36 0 0 0 .753 1.879c.501.476 1.23.667 1.871.529a2.07 2.07 0 0 0 1.469-1.134 1.91 1.91 0 0 0-.087-1.767c-.297-.513-.859-.863-1.429-.881a1.7 1.7 0 0 0-1.437.679 1.53 1.53 0 0 0-.18 1.489q.006.016.016.03c.193.634.774 1.1 1.467 1.117a1.6 1.6 0 0 1-.97-.183c-.466-.244-.809-.747-.893-1.29a1.8 1.8 0 0 1 .499-1.539 2.02 2.02 0 0 1 1.58-.606c.593.04 1.159.35 1.517.859.364.496.51 1.156.383 1.773-.116.62-.529 1.174-1.093 1.514a2.52 2.52 0 0 1-1.914.286c-.65-.161-1.226-.606-1.584-1.206a2.83 2.83 0 0 1-.341-2.031c.143-.7.573-1.321 1.176-1.753 1.193-.883 3.056-.751 4.106.411 1.106 1.1 1.327 3.027.406 4.371-.877 1.376-2.74 2.086-4.374 1.594-1.639-.449-2.913-2.079-3.031-3.853-.07-.884.13-1.797.583-2.577.445-.777 1.155-1.432 1.972-1.862 1.64-.88 3.816-.743 5.349.424 1.251.924 2.083 2.42 2.236 4.009l.001.03c0 2.9-2.359 5.26-5.26 5.26a5.2 5.2 0 0 1-1.947-.376 5 5 0 0 0 2.613-.079 4.96 4.96 0 0 0 2.514-1.751c.618-.828.95-1.861.901-2.869M12 21.113c-5.024 0-9.111-4.087-9.111-9.113 0-4.789 3.713-8.723 8.411-9.081a7 7 0 0 0-.397.06c-2.644.453-5.017 2.106-6.32 4.409-1.309 2.301-1.391 5.19-.3 7.527 1.056 2.34 3.253 4.156 5.776 4.553 2.497.44 5.133-.483 6.787-2.301 1.719-1.797 2.269-4.529 1.486-6.796-.583-1.81-1.976-3.331-3.7-4.046 3.417.594 6.174 3.221 6.174 6.781 0 1.004-.241 2.02-.657 2.966-1.498 2.984-4.586 5.041-8.149 5.041"})))},{name:"print",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M9 16h6v2H9zm13 1h-3v3a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-3H2V9a2 2 0 0 1 2-2h1V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v2h1a2 2 0 0 1 2 2zM7 7h10V5H7zm10 7H7v6h10zm3-3.5a1.5 1.5 0 1 0-3.001.001A1.5 1.5 0 0 0 20 10.5"})))},{name:"quora",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M47.736 16.521c-.41-.81-.898-1.631-1.846-1.631a1 1 0 0 0-.527.107l-.322-.644a2.93 2.93 0 0 1 1.836-.595c1.26 0 1.914.605 2.431 1.397a6.8 6.8 0 0 0 .449-2.675c0-2.773-.869-4.199-2.929-4.199-1.992 0-2.851 1.465-2.851 4.199s.859 4.17 2.851 4.17a4 4 0 0 0 .869-.107zm.498.966a6 6 0 0 1-1.367.185 5.27 5.27 0 0 1-5.263-5.204c0-3.114 2.558-5.233 5.263-5.233s5.282 2.109 5.282 5.233a5.08 5.08 0 0 1-1.992 4.072c.381.566.781.956 1.319.956.595 0 .839-.459.878-.82h.781c.049.488-.195 2.48-2.373 2.48-1.319 0-2.012-.761-2.529-1.66zm5.624-2.646v-3.563c0-.371-.146-.586-.615-.586h-.498v-.956h3.251v5.048c0 .849.459 1.231 1.161 1.231a1.56 1.56 0 0 0 1.465-.839V11.28c0-.371-.146-.586-.615-.586h-.527v-.957h3.28v5.302c0 .527.195.732.8.732h.107v.976l-2.929.468V16.21h-.057a3.12 3.12 0 0 1-2.509 1.152c-1.28 0-2.304-.644-2.304-2.558zm12.059 1.611c1.152 0 1.592-1.005 1.611-3.027.02-1.982-.459-2.929-1.611-2.929-1.005 0-1.641.956-1.641 2.929 0 2.021.625 3.027 1.641 3.027m0 .956a3.906 3.906 0 0 1-3.974-3.974c0-2.334 1.836-3.886 3.974-3.886 2.226 0 4.004 1.582 4.004 3.886a3.867 3.867 0 0 1-4.004 3.974m4.072-.146v-.956h.312c.781 0 .859-.224.859-.908v-4.121c0-.371-.215-.586-.732-.586h-.42v-.955h2.968l.146 1.553h.108c.371-1.113 1.221-1.699 2.051-1.699.693 0 1.221.39 1.221 1.181 0 .547-.264 1.093-1.005 1.093-.664 0-.8-.449-1.358-.449-.488 0-.869.468-.869 1.152v2.783c0 .673.166.908.937.908h.439v.956h-4.658zm9.901-1.093c.956 0 1.338-.898 1.338-1.797v-1.211c-.732.722-2.304.742-2.304 2.021 0 .625.371.986.966.986m1.387 0c-.39.752-1.191 1.26-2.314 1.26-1.309 0-2.148-.732-2.148-1.914 0-2.451 3.417-1.797 4.423-3.427v-.185c0-1.25-.488-1.445-1.035-1.445-1.524 0-.83 1.631-2.226 1.631-.673 0-.937-.371-.937-.859 0-.927 1.093-1.67 3.173-1.67 1.963 0 3.163.537 3.163 2.49v3.114q-.02.742.595.742a1 1 0 0 0 .449-.127l.254.615c-.205.312-.752.869-1.836.869-.908 0-1.465-.42-1.543-1.113h-.01zm-68.554 2.558c-.83-1.641-1.807-3.3-3.711-3.3a2.9 2.9 0 0 0-1.093.215l-.644-1.299a5.66 5.66 0 0 1 3.662-1.211c2.548 0 3.857 1.231 4.892 2.792q.917-2.012.908-5.38c0-5.585-1.748-8.417-5.829-8.417-4.033 0-5.76 2.87-5.76 8.417s1.738 8.397 5.76 8.397a5.9 5.9 0 0 0 1.748-.224zm.996 1.953a9.8 9.8 0 0 1-2.744.371C5.614 21.041.371 16.764.371 10.545.371 4.277 5.614 0 10.965 0c5.448 0 10.642 4.248 10.642 10.545a10.25 10.25 0 0 1-4.013 8.201c.732 1.152 1.563 1.914 2.665 1.914 1.201 0 1.689-.927 1.768-1.66h1.572c.088.966-.4 4.999-4.775 4.999-2.646 0-4.052-1.543-5.106-3.339z"})))},{name:"reddit",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M22 11.816a2.28 2.28 0 0 0-2.277-2.277c-.593 0-1.122.24-1.526.614-1.481-.965-3.455-1.594-5.647-1.69l1.171-3.702 3.18.748a1.88 1.88 0 0 0 1.876 1.862 1.88 1.88 0 0 0 1.877-1.878 1.88 1.88 0 0 0-1.877-1.877c-.769 0-1.431.466-1.72 1.13l-3.508-.826a.386.386 0 0 0-.46.261l-1.35 4.268c-2.316.038-4.411.67-5.97 1.671a2.24 2.24 0 0 0-1.492-.581A2.28 2.28 0 0 0 2 11.816c0 .814.433 1.523 1.078 1.925a4 4 0 0 0-.061.672c0 3.292 4.011 5.97 8.941 5.97s8.941-2.678 8.941-5.97q-.002-.32-.053-.632A2.26 2.26 0 0 0 22 11.816m-3.224-7.422a1.1 1.1 0 1 1-.001 2.199 1.1 1.1 0 0 1 .001-2.199M2.777 11.816c0-.827.672-1.5 1.499-1.5.313 0 .598.103.838.269-.851.676-1.477 1.479-1.812 2.36a1.48 1.48 0 0 1-.525-1.129m9.182 7.79c-4.501 0-8.164-2.329-8.164-5.193S7.457 9.22 11.959 9.22s8.164 2.329 8.164 5.193-3.663 5.193-8.164 5.193m8.677-6.605c-.326-.89-.948-1.701-1.797-2.384.248-.186.55-.301.883-.301.827 0 1.5.673 1.5 1.5.001.483-.23.911-.586 1.185m-11.64 1.703c-.76 0-1.397-.616-1.397-1.376s.637-1.397 1.397-1.397 1.376.637 1.376 1.397-.616 1.376-1.376 1.376m7.405-1.376c0 .76-.616 1.376-1.376 1.376s-1.399-.616-1.399-1.376.639-1.397 1.399-1.397 1.376.637 1.376 1.397m-1.172 3.38a.39.39 0 0 1 0 .55c-.674.674-1.727 1.002-3.219 1.002l-.011-.002-.011.002c-1.492 0-2.544-.328-3.218-1.002a.389.389 0 1 1 .55-.55c.521.521 1.394.775 2.669.775l.011.002.011-.002c1.275 0 2.148-.253 2.669-.775a.387.387 0 0 1 .549 0"})))},{name:"share",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M18 16c-.788 0-1.499.31-2.034.807L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.048 4.118A3 3 0 0 0 15 19a3 3 0 1 0 3-3"})))},{name:"skype",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"m10.113 2.699.1-.02q.05.025.098.051zM2.72 10.223l-.017.103q.025.048.051.095zm18.555 3.548q.009-.053.018-.106-.025-.047-.052-.095zm-7.712 7.428q.049.027.096.053l.105-.017zM22 16.386a5.55 5.55 0 0 1-1.637 3.953 5.55 5.55 0 0 1-3.953 1.637 5.6 5.6 0 0 1-2.75-.725l.105-.017-.202-.035q.049.027.096.053a9.5 9.5 0 0 1-1.654.147 9.4 9.4 0 0 1-3.676-.743 9.4 9.4 0 0 1-3.002-2.023 9.4 9.4 0 0 1-2.023-3.002 9.4 9.4 0 0 1-.743-3.676c0-.546.049-1.093.142-1.628q.025.048.051.095l-.034-.199-.017.103A5.6 5.6 0 0 1 2 7.615c0-1.493.582-2.898 1.637-3.953A5.56 5.56 0 0 1 7.59 2.024c.915 0 1.818.228 2.622.655l-.1.02.199.031q-.049-.026-.098-.051l.004-.001a9.5 9.5 0 0 1 1.788-.169 9.41 9.41 0 0 1 6.678 2.766 9.4 9.4 0 0 1 2.024 3.002 9.4 9.4 0 0 1 .743 3.676c0 .575-.054 1.15-.157 1.712q-.025-.047-.052-.095l.034.201q.009-.053.018-.106c.461.829.707 1.767.707 2.721m-5.183-2.248c0-1.331-.613-2.743-3.033-3.282l-2.209-.49c-.84-.192-1.807-.444-1.807-1.237s.679-1.348 1.903-1.348c2.468 0 2.243 1.696 3.468 1.696.645 0 1.209-.379 1.209-1.031 0-1.521-2.435-2.663-4.5-2.663-2.242 0-4.63.952-4.63 3.488 0 1.221.436 2.521 2.839 3.123l2.984.745c.903.223 1.129.731 1.129 1.189 0 .762-.758 1.507-2.129 1.507-2.679 0-2.307-2.062-3.743-2.062-.645 0-1.113.444-1.113 1.078 0 1.236 1.501 2.886 4.856 2.886 3.195 0 4.776-1.538 4.776-3.599"})))},{name:"sms",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M17.696 4C20.069 4 22 5.973 22 8.398v4.357c0 2.04-1.368 3.783-3.261 4.266v4.427l-5.234-4.295h-7.2C3.93 17.153 2 15.18 2 12.755V8.398C2 5.973 3.931 4 6.304 4zM7.028 8.515c-.98 0-1.66.562-1.66 1.349-.009.497.322.91.985 1.178l.39.142c.242.097.305.171.305.297 0 .162-.131.251-.442.251s-.76-.135-1.004-.284l-.112.046-.215.868c.359.258.832.364 1.33.364 1.104 0 1.764-.523 1.764-1.333-.008-.574-.305-.956-.954-1.216l-.393-.146c-.266-.108-.341-.181-.341-.287 0-.152.131-.243.387-.243.274 0 .587.093.808.214l.109-.047.214-.837c-.315-.224-.741-.316-1.171-.316m10.302 0c-.98 0-1.66.562-1.66 1.349-.008.497.322.91.985 1.178l.39.142c.243.097.305.171.305.297 0 .162-.13.251-.442.251-.311 0-.76-.135-1.004-.284l-.112.046-.215.868c.359.258.832.364 1.33.364 1.104 0 1.764-.523 1.764-1.333-.008-.574-.305-.956-.954-1.216l-.393-.146c-.266-.108-.341-.181-.341-.287 0-.152.131-.243.387-.243.274 0 .587.093.808.214l.109-.047.214-.837c-.316-.224-.741-.316-1.171-.316m-3.733 0c-.297 0-.55.066-.78.202l-.144.098a2 2 0 0 0-.264.247l-.078.095-.027-.077c-.15-.34-.55-.565-1.033-.565l-.169.007a1.36 1.36 0 0 0-.896.42l-.08.09-.038-.363-.075-.067H8.994l-.075.079.024.634c.005.2.008.397.008.604v2.652l.075.075h1.178l.075-.075v-2.269q-.002-.168.042-.274c.083-.23.262-.392.496-.392.314 0 .483.267.483.753v2.182l.075.075h1.179l.075-.075v-2.277c0-.097.016-.213.043-.285.077-.224.26-.373.486-.373.33 0 .5.272.5.817v2.118l.074.075h1.179l.075-.075v-2.293c0-1.131-.537-1.763-1.39-1.763Z"})))},{name:"snapchat",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M11.989 1.728c3.221.001 5.904 2.683 5.908 5.912q.002 1.133.067 2.094a.737.737 0 0 0 .902.669l1.009-.237a.6.6 0 0 1 .129-.015c.256 0 .492.175.55.434a.74.74 0 0 1-.479.861l-1.532.618a.823.823 0 0 0-.485.98c1.229 4.543 4.661 4.071 4.661 4.662 0 .743-2.587.848-2.821 1.082s-.01 1.368-.532 1.588a1.1 1.1 0 0 1-.409.056c-.393 0-.95-.077-1.536-.077-.509 0-1.04.058-1.507.273-1.239.572-2.433 1.641-3.914 1.641S9.325 21.2 8.086 20.628c-.467-.216-.998-.273-1.507-.273-.586 0-1.143.077-1.536.077-.17 0-.31-.014-.409-.056-.522-.22-.299-1.354-.532-1.588s-2.821-.337-2.821-1.08c0-.592 3.432-.119 4.661-4.662a.824.824 0 0 0-.486-.98l-1.532-.618a.74.74 0 0 1-.479-.861.56.56 0 0 1 .679-.419l1.009.237q.086.02.169.02a.737.737 0 0 0 .733-.689q.065-.961.067-2.094c.004-3.229 2.666-5.91 5.887-5.912m0-1.281c-.961 0-1.898.194-2.784.574A7.2 7.2 0 0 0 6.93 2.572a7.2 7.2 0 0 0-1.539 2.282A7.1 7.1 0 0 0 4.82 7.64a33 33 0 0 1-.029 1.369l-.375-.088a2 2 0 0 0-.421-.049 1.86 1.86 0 0 0-1.135.389 1.84 1.84 0 0 0-.666 1.049 2.024 2.024 0 0 0 1.271 2.335l1.124.454c-.744 2.285-2.117 2.723-3.041 3.018a5 5 0 0 0-.659.246C.087 16.76 0 17.436 0 17.708c0 .521.247.996.694 1.339.223.17.499.311.844.43.47.162 1.016.265 1.459.347.021.164.053.341.106.518.22.738.684 1.069 1.034 1.217.332.14.676.156.905.156.224 0 .462-.018.713-.036.269-.02.548-.041.823-.041.426 0 .743.051.97.155.311.144.64.337.989.542.972.571 2.073 1.217 3.462 1.217s2.49-.647 3.462-1.217c.349-.205.679-.399.989-.542.226-.105.544-.155.97-.155.275 0 .554.021.823.041.251.019.488.036.713.036.229 0 .573-.016.905-.156.35-.147.814-.478 1.034-1.217.053-.178.084-.354.106-.518.443-.082.989-.185 1.459-.347.345-.119.621-.259.844-.43.448-.342.694-.818.694-1.339 0-.272-.087-.948-.891-1.347a5 5 0 0 0-.659-.246c-.924-.295-2.297-.733-3.041-3.018l1.124-.454a2.025 2.025 0 0 0 1.271-2.335 1.83 1.83 0 0 0-.666-1.049 1.86 1.86 0 0 0-1.556-.34l-.375.088a33 33 0 0 1-.029-1.369 7.1 7.1 0 0 0-.575-2.789c-.365-.853-.886-1.62-1.547-2.282s-1.428-1.182-2.28-1.547a7.1 7.1 0 0 0-2.786-.574"})))},{name:"soundcloud",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M23.587 13.923a3.303 3.303 0 0 1-3.344 3.117h-8.037a.674.674 0 0 1-.667-.67V7.717a.74.74 0 0 1 .444-.705s.739-.512 2.296-.512a5.27 5.27 0 0 1 2.702.742 5.35 5.35 0 0 1 2.516 3.485 3.1 3.1 0 0 1 .852-.116 3.217 3.217 0 0 1 3.237 3.312m-13.05-5.659c.242 2.935.419 5.612 0 8.538a.261.261 0 0 1-.519 0c-.39-2.901-.221-5.628 0-8.538a.26.26 0 0 1 .398-.25.26.26 0 0 1 .12.25zm-1.627 8.541a.273.273 0 0 1-.541 0 32.7 32.7 0 0 1 0-7.533.274.274 0 0 1 .544 0 29.4 29.4 0 0 1-.003 7.533m-1.63-7.788c.264 2.69.384 5.099-.003 7.782a.262.262 0 0 1-.522 0c-.374-2.649-.249-5.127 0-7.782a.264.264 0 0 1 .525 0m-1.631 7.792a.268.268 0 0 1-.532 0 27.6 27.6 0 0 1 0-7.034.27.27 0 1 1 .541 0 25.8 25.8 0 0 1-.01 7.034zm-1.63-5.276c.412 1.824.227 3.435-.015 5.294a.255.255 0 0 1-.504 0c-.22-1.834-.402-3.482-.015-5.295a.268.268 0 0 1 .535 0m-1.626-.277c.378 1.869.254 3.451-.01 5.325-.031.277-.506.28-.531 0-.239-1.846-.352-3.476-.01-5.325a.277.277 0 0 1 .551 0m-1.643.907c.396 1.239.261 2.246-.016 3.517a.258.258 0 0 1-.514 0c-.239-1.246-.336-2.274-.021-3.517a.276.276 0 0 1 .55 0z"})))},{name:"spotify",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2m4.586 14.424a.62.62 0 0 1-.857.207c-2.348-1.435-5.304-1.76-8.785-.964a.622.622 0 1 1-.277-1.215c3.809-.871 7.077-.496 9.713 1.115a.623.623 0 0 1 .206.857M17.81 13.7a.78.78 0 0 1-1.072.257c-2.687-1.652-6.785-2.131-9.965-1.166A.779.779 0 1 1 6.32 11.3c3.632-1.102 8.147-.568 11.234 1.328a.78.78 0 0 1 .256 1.072m.105-2.835c-3.223-1.914-8.54-2.09-11.618-1.156a.935.935 0 1 1-.542-1.79c3.532-1.072 9.404-.865 13.115 1.338a.936.936 0 1 1-.955 1.608"})))},{name:"squarespace",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M20.87 9.271a3.86 3.86 0 0 0-5.458 0l-6.141 6.141a.964.964 0 1 0 1.365 1.364l6.14-6.14a1.929 1.929 0 1 1 2.729 2.729l-6.022 6.022a1.93 1.93 0 0 0 2.729 0l4.658-4.658a3.86 3.86 0 0 0 0-5.458m-2.047 2.047a.965.965 0 0 0-1.365 0l-6.14 6.14a1.93 1.93 0 0 1-2.729 0 .964.964 0 1 0-1.364 1.364 3.86 3.86 0 0 0 5.458 0l6.14-6.14a.966.966 0 0 0 0-1.364m-2.047-6.141a3.86 3.86 0 0 0-5.458 0l-6.14 6.14a.964.964 0 1 0 1.364 1.364l6.141-6.14a1.93 1.93 0 0 1 2.729 0 .965.965 0 1 0 1.364-1.364m-2.047 2.047a.964.964 0 0 0-1.364 0l-6.14 6.141a1.929 1.929 0 1 1-2.729-2.729l6.022-6.022a1.93 1.93 0 0 0-2.729 0L3.13 9.271a3.86 3.86 0 0 0 5.458 5.458l6.14-6.141a.963.963 0 0 0 .001-1.364"})))},{name:"stackexchange",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M4 11.606h16v3.272H4zM4 7.377h16v3.272H4zM17.514 3H6.55C5.147 3 4 4.169 4 5.614v.848h16v-.85C20 4.167 18.895 3 17.514 3M4 15.813v.85c0 1.445 1.147 2.614 2.55 2.614h6.799v3.463l3.357-3.463h.744c1.402 0 2.55-1.169 2.55-2.614v-.85z"})))},{name:"stackoverflow",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M18.18 20.103V14.78h1.767v7.09H4v-7.09h1.767v5.323z"}),React.createElement("path",{d:"m7.717 14.275 8.673 1.813.367-1.744-8.673-1.813zm1.147-4.13 8.031 3.74.734-1.606-8.031-3.763zm2.226-3.946 6.815 5.667 1.124-1.354-6.815-5.667zM15.495 2l-1.423 1.055 5.277 7.113 1.423-1.055zM7.533 18.314h8.857v-1.767H7.533z"})))},{name:"stumbleupon",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 4.294a4.47 4.47 0 0 0-4.471 4.471v6.353a1.059 1.059 0 1 1-2.118 0v-2.824H2v2.941a4.471 4.471 0 0 0 8.942 0v-6.47a1.059 1.059 0 1 1 2.118 0v1.294l1.412.647 2-.647V8.765A4.473 4.473 0 0 0 12 4.294m1.059 8.059v2.882a4.471 4.471 0 0 0 8.941 0v-2.824h-3.412v2.824a1.059 1.059 0 1 1-2.118 0v-2.882l-2 .647z"})))},{name:"substack",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M19.904 9.182H4.095V7.054h15.81v2.127M4.095 11.109V21L12 16.583 19.905 21v-9.891zM19.905 3H4.095v2.127h15.81z"})))},{name:"telegram",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2m3.08 14.757s-.25.625-.936.325l-2.541-1.949-1.63 1.486s-.127.096-.266.036c0 0-.12-.011-.27-.486s-.911-2.972-.911-2.972L6 12.349s-.387-.137-.425-.438c-.037-.3.437-.462.437-.462l10.03-3.934s.824-.362.824.238z"})))},{name:"threads",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 192 192"},React.createElement("g",null,React.createElement("path",{d:"M141.537 88.988a67 67 0 0 0-2.518-1.143c-1.482-27.307-16.403-42.94-41.457-43.1h-.34c-14.986 0-27.449 6.396-35.12 18.036l13.779 9.452c5.73-8.695 14.724-10.548 21.348-10.548h.229c8.249.053 14.474 2.452 18.503 7.129 2.932 3.405 4.893 8.111 5.864 14.05-7.314-1.243-15.224-1.626-23.68-1.14-23.82 1.371-39.134 15.264-38.105 34.568.522 9.792 5.4 18.216 13.735 23.719 7.047 4.652 16.124 6.927 25.557 6.412 12.458-.683 22.231-5.436 29.049-14.127 5.178-6.6 8.453-15.153 9.899-25.93 5.937 3.583 10.337 8.298 12.767 13.966 4.132 9.635 4.373 25.468-8.546 38.376-11.319 11.308-24.925 16.2-45.488 16.351-22.809-.169-40.06-7.484-51.275-21.742C35.236 139.966 29.808 120.682 29.605 96c.203-24.682 5.63-43.966 16.133-57.317C56.954 24.425 74.204 17.11 97.013 16.94c22.975.17 40.526 7.52 52.171 21.847 5.71 7.026 10.015 15.86 12.853 26.162l16.147-4.308c-3.44-12.68-8.853-23.606-16.219-32.668C147.036 9.607 125.202.195 97.07 0h-.113C68.882.194 47.292 9.642 32.788 28.08 19.882 44.485 13.224 67.315 13.001 95.932L13 96v.067c.224 28.617 6.882 51.447 19.788 67.854C47.292 182.358 68.882 191.806 96.957 192h.113c24.96-.173 42.554-6.708 57.048-21.189 18.963-18.945 18.392-42.692 12.142-57.27-4.484-10.454-13.033-18.945-24.723-24.553M98.44 129.507c-10.44.588-21.286-4.098-21.82-14.135-.397-7.442 5.296-15.746 22.461-16.735q2.948-.17 5.79-.169c6.235 0 12.068.606 17.371 1.765-1.978 24.702-13.58 28.713-23.802 29.274"})))},{name:"tiktok-alt",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M5 3a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2zm7.531 3h2.053s-.114 2.635 2.85 2.82v2.04s-1.582.099-2.85-.87l.021 4.207a3.804 3.804 0 1 1-3.802-3.802h.533v2.082a1.73 1.73 0 0 0-1.922.648 1.727 1.727 0 0 0 1.947 2.646 1.73 1.73 0 0 0 1.19-1.642z"})))},{name:"tiktok",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12.22 2h3.42s-.19 4.394 4.75 4.702v3.396s-2.636.166-4.75-1.448l.037 7.012a6.338 6.338 0 1 1-6.34-6.339h.89v3.472a2.882 2.882 0 1 0 2.024 2.752z"})))},{name:"tripadvisor",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M21.01 9.859c.236-1.002.985-2.003.985-2.003l-3.341-.002C16.779 6.643 14.502 6 11.979 6 9.363 6 7 6.659 5.135 7.877L2 7.88s.74.988.98 1.983a4.98 4.98 0 0 0-.977 2.961 5.01 5.01 0 0 0 5.009 5.003 5 5 0 0 0 3.904-1.875l1.065 1.592 1.076-1.606a4.96 4.96 0 0 0 1.838 1.448 4.98 4.98 0 0 0 3.831.151 5.01 5.01 0 0 0 2.963-6.431 5 5 0 0 0-.679-1.247m-13.998 6.96a4 4 0 0 1-3.998-3.995 4 4 0 0 1 3.998-3.997 4 4 0 0 1 3.996 3.997 4 4 0 0 1-3.996 3.995m4.987-4.36A5.007 5.007 0 0 0 7.11 7.821c1.434-.613 3.081-.947 4.867-.947 1.798 0 3.421.324 4.853.966a4.984 4.984 0 0 0-4.831 4.619m6.288 4.134a3.97 3.97 0 0 1-3.058-.122 3.96 3.96 0 0 1-2.075-2.245v-.001a3.97 3.97 0 0 1 .118-3.056 3.97 3.97 0 0 1 2.246-2.077 4.005 4.005 0 0 1 5.135 2.366 4.006 4.006 0 0 1-2.366 5.135"}),React.createElement("path",{d:"M6.949 10.307a2.477 2.477 0 0 0-2.475 2.472 2.48 2.48 0 0 0 2.475 2.474 2.474 2.474 0 0 0 0-4.946m0 4.094a1.626 1.626 0 0 1-1.624-1.623 1.621 1.621 0 1 1 1.624 1.623M16.981 10.307a2.477 2.477 0 0 0-2.474 2.472 2.48 2.48 0 0 0 2.474 2.474 2.476 2.476 0 0 0 2.472-2.474 2.475 2.475 0 0 0-2.472-2.472m0 4.094a1.625 1.625 0 0 1-1.622-1.623 1.622 1.622 0 1 1 1.622 1.623"}),React.createElement("path",{d:"M7.778 12.778a.832.832 0 1 1-1.664.002.832.832 0 0 1 1.664-.002M16.981 11.947a.832.832 0 1 0 .002 1.666.832.832 0 0 0-.002-1.666"})))},{name:"tumblr-alt",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M16.749 17.396c-.357.17-1.041.319-1.551.332-1.539.041-1.837-1.081-1.85-1.896V9.847h3.861v-2.91h-3.847V2.039h-2.817c-.046 0-.127.041-.138.144-.165 1.499-.867 4.13-3.783 5.181v2.484h1.945v6.282c0 2.151 1.587 5.206 5.775 5.135 1.413-.024 2.982-.616 3.329-1.126z"})))},{name:"tumblr",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m-5.569 14.265c-2.446.042-3.372-1.742-3.372-2.998v-3.668H8.923v-1.45c1.703-.614 2.113-2.15 2.209-3.025.007-.06.054-.084.081-.084h1.645V8.9h2.246v1.7H12.85v3.495c.008.476.182 1.131 1.081 1.107.298-.008.697-.094.906-.194l.54 1.601c-.205.296-1.121.641-1.946.656"})))},{name:"twitch",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M16.499 8.089h-1.636v4.91h1.636zm-4.499 0h-1.637v4.91H12zM4.228 3.178 3 6.451v13.092h4.499V22h2.456l2.454-2.456h3.681L21 14.636V3.178zm15.136 10.638L16.5 16.681H12l-2.453 2.453V16.68H5.863V4.814h13.501z"})))},{name:"twitter-alt",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M22.23 5.924a8.2 8.2 0 0 1-2.357.646 4.12 4.12 0 0 0 1.804-2.27 8.2 8.2 0 0 1-2.606.996 4.103 4.103 0 0 0-6.991 3.742 11.65 11.65 0 0 1-8.457-4.287 4.1 4.1 0 0 0-.556 2.063 4.1 4.1 0 0 0 1.825 3.415 4.1 4.1 0 0 1-1.859-.513v.052a4.104 4.104 0 0 0 3.292 4.023 4.1 4.1 0 0 1-1.853.07 4.11 4.11 0 0 0 3.833 2.85 8.24 8.24 0 0 1-5.096 1.756 8 8 0 0 1-.979-.057 11.6 11.6 0 0 0 6.29 1.843c7.547 0 11.675-6.252 11.675-11.675q0-.267-.012-.531a8.3 8.3 0 0 0 2.047-2.123"})))},{name:"twitter",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m-2.534 6.71q.007.148.007.298c0 3.045-2.318 6.556-6.556 6.556a6.5 6.5 0 0 1-3.532-1.035q.27.032.55.032a4.63 4.63 0 0 0 2.862-.986 2.31 2.31 0 0 1-2.152-1.6 2.3 2.3 0 0 0 1.04-.04 2.306 2.306 0 0 1-1.848-2.259v-.029c.311.173.666.276 1.044.288a2.303 2.303 0 0 1-.713-3.076 6.54 6.54 0 0 0 4.749 2.407 2.305 2.305 0 0 1 3.926-2.101 4.6 4.6 0 0 0 1.463-.559 2.3 2.3 0 0 1-1.013 1.275c.466-.056.91-.18 1.323-.363-.31.461-.7.867-1.15 1.192"})))},{name:"untappd",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"m11 13.299-5.824 8.133c-.298.416-.8.635-1.308.572-.578-.072-1.374-.289-2.195-.879S.392 19.849.139 19.323a1.4 1.4 0 0 1 .122-1.425l5.824-8.133a3.1 3.1 0 0 1 1.062-.927l1.146-.604c.23-.121.436-.283.608-.478.556-.631 2.049-2.284 4.696-4.957l.046-.212a.13.13 0 0 1 .096-.1l.146-.037a.135.135 0 0 0 .101-.141l-.015-.18a.13.13 0 0 1 .125-.142c.176-.005.518.046 1.001.393s.64.656.692.824a.13.13 0 0 1-.095.164l-.175.044a.13.13 0 0 0-.101.141l.012.15a.13.13 0 0 1-.063.123l-.186.112c-1.679 3.369-2.764 5.316-3.183 6.046a2.2 2.2 0 0 0-.257.73l-.205 1.281A3.1 3.1 0 0 1 11 13.3zm12.739 4.598-5.824-8.133a3.1 3.1 0 0 0-1.062-.927l-1.146-.605a2.1 2.1 0 0 1-.608-.478 51 51 0 0 0-.587-.654.09.09 0 0 0-.142.018 97 97 0 0 1-1.745 3.223 1.4 1.4 0 0 0-.171.485 3.5 3.5 0 0 0 0 1.103l.01.064c.075.471.259.918.536 1.305l5.824 8.133c.296.413.79.635 1.294.574a4.76 4.76 0 0 0 2.209-.881 4.76 4.76 0 0 0 1.533-1.802 1.4 1.4 0 0 0-.122-1.425zM8.306 3.366l.175.044a.134.134 0 0 1 .101.141l-.012.15a.13.13 0 0 0 .063.123l.186.112q.465.933.869 1.721c.026.051.091.06.129.019q.655-.703 1.585-1.668a.137.137 0 0 0 .003-.19c-.315-.322-.645-.659-1.002-1.02l-.046-.212a.13.13 0 0 0-.096-.099l-.146-.037a.135.135 0 0 1-.101-.141l.015-.18a.13.13 0 0 0-.123-.142c-.175-.005-.518.045-1.002.393-.483.347-.64.656-.692.824a.13.13 0 0 0 .095.164z"})))},{name:"vimeo",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M22.396 7.164q-.139 3.039-4.245 8.32Q13.907 21 10.97 21q-1.82 0-3.079-3.359l-1.68-6.159q-.934-3.36-2.005-3.36-.234.001-1.634.98l-.978-1.261q1.541-1.353 3.037-2.708 2.056-1.774 3.084-1.869 2.429-.234 2.99 3.321.607 3.836.841 4.769.7 3.181 1.542 3.181.653 0 1.963-2.065 1.307-2.063 1.401-3.142.187-1.781-1.401-1.782-.747.001-1.541.341 1.534-5.024 5.862-4.884 3.21.095 3.024 4.161"})))},{name:"vk",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{fillRule:"evenodd",d:"M1.687 1.687C0 3.374 0 6.09 0 11.52v.96c0 5.431 0 8.146 1.687 9.833S6.09 24 11.52 24h.96c5.431 0 8.146 0 9.833-1.687S24 17.91 24 12.48v-.96c0-5.431 0-8.146-1.687-9.833S17.91 0 12.48 0h-.96C6.09 0 3.374 0 1.687 1.687M4.05 7.3c.13 6.24 3.25 9.99 8.72 9.99h.31v-3.57c2.01.2 3.53 1.67 4.14 3.57h2.84c-.78-2.84-2.83-4.41-4.11-5.01 1.28-.74 3.08-2.54 3.51-4.98h-2.58c-.56 1.98-2.22 3.78-3.8 3.95V7.3H10.5v6.92c-1.6-.4-3.62-2.34-3.71-6.92z"})))},{name:"whatsapp",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"m2.048 22 1.406-5.136a9.9 9.9 0 0 1-1.323-4.955C2.133 6.446 6.579 2 12.042 2a9.85 9.85 0 0 1 7.011 2.906 9.85 9.85 0 0 1 2.9 7.011c-.002 5.464-4.448 9.91-9.91 9.91h-.004a9.9 9.9 0 0 1-4.736-1.206zm5.497-3.172.301.179a8.2 8.2 0 0 0 4.193 1.148h.003c4.54 0 8.235-3.695 8.237-8.237a8.2 8.2 0 0 0-2.41-5.828 8.18 8.18 0 0 0-5.824-2.416c-4.544 0-8.239 3.695-8.241 8.237a8.2 8.2 0 0 0 1.259 4.384l.196.312-.832 3.04zm9.49-4.554c-.062-.103-.227-.165-.475-.289s-1.465-.723-1.692-.806-.392-.124-.557.124-.64.806-.784.971-.289.186-.536.062-1.046-.385-1.991-1.229c-.736-.657-1.233-1.468-1.378-1.715s-.015-.382.109-.505c.111-.111.248-.289.371-.434.124-.145.165-.248.248-.413s.041-.31-.021-.434-.557-1.343-.763-1.839c-.202-.483-.407-.417-.559-.425-.144-.007-.31-.009-.475-.009a.9.9 0 0 0-.66.31c-.226.248-.866.847-.866 2.066s.887 2.396 1.011 2.562 1.746 2.666 4.23 3.739c.591.255 1.052.408 1.412.522.593.189 1.133.162 1.56.098.476-.071 1.465-.599 1.671-1.177.206-.58.206-1.075.145-1.179"})))},{name:"woocommerce",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M19 2H5C3.3 2 2 3.3 2 5v11c0 1.7 1.3 3 3 3h4l6 3-1-3h5c1.7 0 3-1.3 3-3V5c0-1.7-1.3-3-3-3m-1.6 4.5c-.4.8-.8 2.1-1 3.9-.3 1.8-.4 3.1-.3 4.1 0 .3 0 .5-.1.7s-.3.4-.6.4-.6-.1-.9-.4c-1-1-1.8-2.6-2.4-4.6-.7 1.4-1.2 2.4-1.6 3.1-.6 1.2-1.2 1.8-1.6 1.9-.3 0-.5-.2-.8-.7-.5-1.4-1.1-4.2-1.7-8.2 0-.3 0-.5.2-.7.1-.2.4-.3.7-.4.5 0 .9.2.9.8.3 2.3.7 4.2 1.1 5.7l2.4-4.5c.2-.4.4-.6.8-.6q.75 0 .9.9c.3 1.4.6 2.6 1 3.7.3-2.7.8-4.7 1.4-5.9.2-.3.4-.5.7-.5.2 0 .5.1.7.2q.3.3.3.6c0 .3 0 .4-.1.5"})))},{name:"wordpress",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12.158 12.786 9.46 20.625a9 9 0 0 0 5.526-.144 1 1 0 0 1-.065-.124zM3.009 12a8.99 8.99 0 0 0 5.067 8.092L3.788 8.341A8.95 8.95 0 0 0 3.009 12m15.06-.454c0-1.112-.399-1.881-.741-2.48-.456-.741-.883-1.368-.883-2.109 0-.826.627-1.596 1.51-1.596q.06.002.116.007A8.96 8.96 0 0 0 12 3.009a8.98 8.98 0 0 0-7.512 4.052c.211.007.41.011.579.011.94 0 2.396-.114 2.396-.114.484-.028.541.684.057.741 0 0-.487.057-1.029.085l3.274 9.739 1.968-5.901-1.401-3.838c-.484-.028-.943-.085-.943-.085-.485-.029-.428-.769.057-.741 0 0 1.484.114 2.368.114.94 0 2.397-.114 2.397-.114.485-.028.542.684.057.741 0 0-.488.057-1.029.085l3.249 9.665.897-2.996q.684-1.753.684-2.907m1.82-3.86q.06.428.06.924c0 .912-.171 1.938-.684 3.22l-2.746 7.94a8.98 8.98 0 0 0 4.47-7.771 8.9 8.9 0 0 0-1.1-4.313M12 22C6.486 22 2 17.514 2 12S6.486 2 12 2s10 4.486 10 10-4.486 10-10 10"})))},{name:"x",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M13.982 10.622 20.54 3h-1.554l-5.693 6.618L8.745 3H3.5l6.876 10.007L3.5 21h1.554l6.012-6.989L15.868 21h5.245zm-2.128 2.474-.697-.997-5.543-7.93H8l4.474 6.4.697.996 5.815 8.318h-2.387z"})))},{name:"xanga",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M9 9h6v6H9zM3 9h6V3H3zm12 0h6V3h-6zm0 12h6v-6h-6zM3 21h6v-6H3z"})))},{name:"youtube",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M21.8 8.001s-.195-1.378-.795-1.985c-.76-.797-1.613-.801-2.004-.847-2.799-.202-6.997-.202-6.997-.202h-.009s-4.198 0-6.997.202c-.39.047-1.242.051-2.003.847-.6.607-.795 1.985-.795 1.985S2 9.62 2 11.238v1.517c0 1.618.2 3.237.2 3.237s.195 1.378.795 1.985c.761.797 1.76.771 2.205.855 1.6.153 6.8.201 6.8.201s4.203-.006 7.001-.209c.391-.047 1.243-.051 2.004-.847.6-.607.795-1.985.795-1.985s.2-1.618.2-3.237v-1.517c0-1.618-.2-3.237-.2-3.237M9.935 14.594l-.001-5.62 5.404 2.82z"})))}]},8992:(e,t,a)=>{"use strict";a(6072);var n=a(8120),r=a.n(n),o=a(1609);a(1135);o.PureComponent,r().string.isRequired,r().number,r().func,r().string},5402:(e,t,a)=>{"use strict";a.d(t,{A:()=>o});var n=a(1113),r=a(9115);const o=({children:e,summary:t})=>React.createElement("details",{className:"jp-forms__details"},React.createElement("summary",{className:"jp-forms__details-summary"},React.createElement(n.A,{className:"jp-forms__details-icon",icon:r.A,size:32}),React.createElement("span",null,t)),React.createElement("div",{className:"jp-forms__details-content"},e," "))},9862:(e,t,a)=>{"use strict";a.d(t,{A:()=>s});var n=a(6427),r=a(6087),o=a(4969),c=a(8468);const s=({options:e=[],onChange:t=c.noop,value:a})=>{const s=(0,r.useMemo)((()=>{if((0,c.isNil)(a)){const t=(0,c.first)(e);return t?.label||""}return(0,c.find)(e,(e=>e.value===a))?.label||""}),[e,a]),i=(0,r.useCallback)(((e,a)=>()=>{t(e.value),a()}),[t]);return React.createElement(n.DropdownMenu,{text:s,icon:o.A,popoverProps:{placement:"bottom-end"},toggleProps:{variant:"secondary",iconPosition:"right"}},(({onClose:t})=>React.createElement(n.MenuGroup,null,(0,c.map)(e,(e=>React.createElement(n.MenuItem,{key:e.value,onClick:i(e,t)},e.label))))))}},1186:(e,t,a)=>{"use strict";a.d(t,{A:()=>s});var n=a(8250),r=a(7723),o=a(3022),c=a(7891);const __=r.__,s=({children:e,className:t,title:a,subtitle:r,showFooter:s})=>{const i=(0,o.A)("jp-forms__layout",t);return React.createElement("div",{className:i},React.createElement("div",{className:"jp-forms__logo-wrapper"},React.createElement(c.A,null)),(a||r)&&React.createElement("div",{className:"jp-forms__layout-header"},a&&React.createElement("h2",{className:"jp-forms__layout-title"},a),r&&React.createElement("p",{className:"jp-forms__header-subtext"},r)),e,s&&React.createElement(n.A,{className:"jp-forms__layout-footer",moduleName:__("Jetpack Forms","jetpack-forms")}))}},7891:(e,t,a)=>{"use strict";a.d(t,{A:()=>n});const n=()=>React.createElement("svg",{className:"jp-forms__logo",width:"330",height:"42",viewBox:"0 0 330 42",fill:"none",xmlns:"http://www.w3.org/2000/svg"},React.createElement("path",{d:"M21.0008 42C32.5991 42 42.0016 32.5975 42.0016 20.9992C42.0016 9.40089 32.5991 0 21.0008 0C9.40245 0 0 9.40245 0 21.0008C0 32.5991 9.40245 42 21.0008 42Z",fill:"#069E08"}),React.createElement("path",{d:"M22.043 17.4727V37.8312L32.5434 17.4727H22.043V17.4727Z",fill:"white"}),React.createElement("path",{d:"M19.9189 24.4876V4.16797L9.45898 24.4876H19.9189Z",fill:"white"}),React.createElement("path",{d:"M54.2231 34.8656C53.6213 33.9434 53.0614 33.0228 52.5 32.141C55.4657 30.337 56.4672 28.8954 56.4672 26.1692V10.4186H52.9805V7.41406H60.3955V25.3683C60.3955 29.9373 59.0736 32.5018 54.2231 34.8656Z",fill:"black"}),React.createElement("path",{d:"M85.2845 24.1241C85.2845 25.6466 86.3668 25.8067 87.0884 25.8067C87.81 25.8067 88.852 25.5657 89.6529 25.3262V28.1317C88.5301 28.4925 87.3684 28.7724 85.765 28.7724C83.8413 28.7724 81.5972 28.0508 81.5972 24.6839V16.4276H79.5537V13.5817H81.5972V9.375H85.2845V13.5832H89.9328V16.4292H85.2845V24.1241Z",fill:"black"}),React.createElement("path",{d:"M92.9785 36.2696V13.5458H96.5056V14.9081C97.9083 13.8257 99.4713 13.1445 101.395 13.1445C104.721 13.1445 107.367 15.4695 107.367 20.4786C107.367 25.4489 104.482 28.7349 99.7123 28.7349C98.5506 28.7349 97.6284 28.5748 96.6658 28.3741V36.2292H92.9785V36.2696V36.2696ZM100.432 16.1911C99.35 16.1911 97.9877 16.7121 96.7047 17.8349V25.5702C97.5056 25.7304 98.3485 25.8501 99.4697 25.8501C102.075 25.8501 103.558 24.2063 103.558 20.7601C103.558 17.5938 102.476 16.1911 100.432 16.1911Z",fill:"black"}),React.createElement("path",{d:"M121.873 28.413H118.427V26.7692H118.346C117.144 27.6914 115.661 28.6929 113.457 28.6929C111.533 28.6929 109.449 27.2902 109.449 24.4443C109.449 20.6373 112.695 19.9157 114.979 19.5953L118.225 19.1552V18.7151C118.225 16.7105 117.424 16.0698 115.539 16.0698C114.617 16.0698 112.454 16.3497 110.69 17.0713L110.37 14.1056C111.973 13.5442 114.177 13.1445 116.021 13.1445C119.628 13.1445 121.953 14.5877 121.953 18.8753V28.413H121.873V28.413ZM118.186 21.4801L115.14 21.9607C114.217 22.0804 113.256 22.6418 113.256 24.0042C113.256 25.2063 113.937 25.8875 114.939 25.8875C116.021 25.8875 117.183 25.2467 118.185 24.5251V21.4801H118.186Z",fill:"black"}),React.createElement("path",{d:"M137.104 27.9325C135.581 28.4535 134.219 28.7738 132.494 28.7738C126.964 28.7738 124.759 25.6075 124.759 20.9996C124.759 16.1506 127.805 13.1445 132.734 13.1445C134.576 13.1445 135.699 13.4649 136.942 13.8661V16.992C135.859 16.5907 134.297 16.1506 132.774 16.1506C130.53 16.1506 128.606 17.3528 128.606 20.799C128.606 24.606 130.53 25.7693 132.975 25.7693C134.136 25.7693 135.419 25.5282 137.142 24.8471V27.9325H137.104Z",fill:"black"}),React.createElement("path",{d:"M144.077 19.9579C144.397 19.5971 144.638 19.2363 149.286 13.5849H154.095L148.083 20.6391L154.655 28.4537H149.846L144.115 21.3996V28.4537H140.43V7.41406H144.117V19.9579H144.077Z",fill:"black"}),React.createElement("path",{d:"M76.7863 27.934C74.8626 28.5359 73.2188 28.7754 71.2951 28.7754C66.5659 28.7754 63.6406 26.4115 63.6406 20.8799C63.6406 16.8318 66.1258 13.1445 70.8939 13.1445C75.6231 13.1445 77.2669 16.4306 77.2669 19.5564C77.2669 20.5984 77.186 21.1598 77.1471 21.7601H67.6094C67.6902 25.0057 69.5331 25.7677 72.2982 25.7677C73.8207 25.7677 75.183 25.4069 76.7475 24.8455V27.9309H76.7863V27.934ZM73.421 19.3169C73.421 17.513 72.8191 15.95 70.8565 15.95C69.0137 15.95 67.8909 17.2719 67.6498 19.3169H73.421V19.3169Z",fill:"black"}),React.createElement("path",{d:"M167.332 29V19.8447H176.692V17.501H167.332V10.2354H177.527V7.8623H164.695V29H167.332ZM186.59 29.2783C191.087 29.2783 193.871 26.1729 193.871 21.1045C193.871 16.0215 191.087 12.9307 186.59 12.9307C182.093 12.9307 179.31 16.0215 179.31 21.1045C179.31 26.1729 182.093 29.2783 186.59 29.2783ZM186.59 27.0078C183.602 27.0078 181.917 24.8398 181.917 21.1045C181.917 17.3545 183.602 15.2012 186.59 15.2012C189.579 15.2012 191.263 17.3545 191.263 21.1045C191.263 24.8398 189.579 27.0078 186.59 27.0078ZM196.386 29H198.905V19.2148C198.905 16.9883 200.648 15.377 203.051 15.377C203.549 15.377 204.457 15.4648 204.662 15.5234V13.0039C204.34 12.96 203.812 12.9307 203.402 12.9307C201.307 12.9307 199.491 14.0146 199.022 15.5527H198.788V13.209H196.386V29ZM206.664 29H209.184V19.2148C209.184 16.9883 210.781 15.2012 212.846 15.2012C214.838 15.2012 216.142 16.4023 216.142 18.2773V29H218.661V18.8486C218.661 16.8418 220.126 15.2012 222.324 15.2012C224.55 15.2012 225.649 16.3438 225.649 18.6729V29H228.168V18.0869C228.168 14.7764 226.367 12.9307 223.144 12.9307C220.961 12.9307 219.159 14.0293 218.31 15.6992H218.076C217.343 14.0586 215.849 12.9307 213.71 12.9307C211.601 12.9307 210.019 13.9414 209.301 15.6992H209.067V13.209H206.664V29ZM230.962 17.5303C230.962 19.8154 232.309 21.0898 235.268 21.8076L237.978 22.4668C239.663 22.877 240.483 23.6094 240.483 24.6934C240.483 26.1436 238.96 27.1543 236.836 27.1543C234.814 27.1543 233.554 26.3047 233.13 24.9717H230.537C230.815 27.5938 233.232 29.2783 236.748 29.2783C240.337 29.2783 243.076 27.3301 243.076 24.5029C243.076 22.2324 241.64 20.9434 238.667 20.2256L236.235 19.6396C234.375 19.1855 233.496 18.5117 233.496 17.4277C233.496 16.0215 234.961 15.0693 236.836 15.0693C238.74 15.0693 239.97 15.9043 240.307 17.1641H242.798C242.461 14.5713 240.161 12.9307 236.85 12.9307C233.496 12.9307 230.962 14.9082 230.962 17.5303Z",fill:"black"}))},3752:(e,t,a)=>{"use strict";a.d(t,{A:()=>i});var n=a(1883),r=a(6087),o=a(7723),c=a(8468),s=a(7611);const __=o.__,i=({currentPage:e,expandedRange:t=3,onSelectPage:a,pages:o})=>{const i=(0,r.useCallback)((()=>a(e-1)),[e,a]),l=(0,r.useCallback)((()=>a(e+1)),[e,a]),u=(0,c.range)(Math.max(0,e-t+1),Math.min(o,e+t-1)+1),d=(0,c.filter)((0,c.flatten)([tisFinite(t)?React.createElement(s.A,{key:t,className:"jp-forms__page-navigation-button",active:t===e,page:t,onSelect:a}):React.createElement("button",{key:`placeholder-${n}`,className:"jp-forms__page-navigation-placeholder",disabled:!0},"…"))),React.createElement("button",{disabled:e===o,className:"jp-forms__page-navigation-button",onClick:l},__("Next","jetpack-forms"),React.createElement(n.A,{icon:"arrow-right",size:18})))}},7611:(e,t,a)=>{"use strict";a.d(t,{A:()=>o});var n=a(6087),r=a(3022);const o=({active:e,className:t,page:a,onSelect:o})=>{const c=(0,r.A)("jp-forms__page-navigation-page-number",t,{"is-active":e}),s=(0,n.useCallback)((()=>o(a)),[a,o]);return React.createElement("button",{className:c,onClick:s},a)}},6433:(e,t,a)=>{"use strict";a.d(t,{A:()=>r});var n=a(6120);const r=({initialValue:e,loading:t,onSearch:a})=>React.createElement("div",{className:"jp-forms__actions-search"},React.createElement(n.A,{initialValue:e,loading:t,onSearch:a}))},6120:(e,t,a)=>{"use strict";a.d(t,{A:()=>f});var n=a(6072),r=a.n(n),o=a(8478),c=a(6427),s=a(9491),i=a(6087),l=a(7723),u=a(1113),d=a(1249),m=a(3022),h=a(8468);const __=l.__,p=({className:e,disabled:t=!1,endAdornment:a=null,icon:n=null,loading:o=!1,...s})=>React.createElement("div",{className:(0,m.A)(e,"input-wrapper",{disabled:t})},React.createElement(React.Fragment,null,(o||n)&&React.createElement("div",{className:(0,m.A)("icon-wrapper",{loader:o})},o?React.createElement(c.Spinner,null):n),React.createElement("input",r()({"aria-disabled":t,className:(0,m.A)("input",{"with-icon":null!==n}),disabled:t,type:"text"},s)),a)),f=({initialValue:e,loading:t,placeholder:a=__("Search responses","jetpack-forms"),onSearch:n=h.noop,wait:c=500,...l})=>{const[f,v]=(0,i.useState)(e),g=(0,s.useDebounce)(n,c),w=(0,i.useCallback)((e=>{v(e.target.value),g(e.target.value)}),[g]),E=(0,i.useCallback)((e=>{["Enter","NumpadEnter"].includes(e.code)&&n(e.currentTarget.value)}),[n]),y=(0,i.useCallback)((()=>{v(""),n("")}),[n]);return React.createElement(p,r()({},l,{icon:React.createElement(o.WI,{size:24}),loading:t,placeholder:a,onChange:w,onKeyUp:E,value:f,endAdornment:React.createElement("div",{className:(0,m.A)("icon-wrapper",{hidden:!f})},React.createElement(u.A,{icon:d.A,onClick:y,className:(0,m.A)("clear-icon")}))}))}},7564:(e,t,a)=>{"use strict";a.d(t,{A:()=>i});var n=a(6072),r=a.n(n),o=a(6087),c=a(9672),s=a(9026);const i=(0,o.forwardRef)((({activeViewKey:e,children:t,duration:a,...n},i)=>{const[l,u]=(0,o.useState)(e),[d,m]=(0,o.useState)(0),h=(0,o.useRef)(void 0),p=(0,o.useRef)(void 0);(0,o.useEffect)((()=>{l!==e&&(u(e),m(0===d?1:0))}),[d,e,t,m,u,l]);const f=(0,o.useMemo)((()=>e===l?0===d?h:p:0===d?p:h),[d,e,l,h,p]),v=(0,o.useCallback)((e=>{i&&(i.current=e),f.current=e}),[f,i]);return React.createElement(c.A,{component:null},React.createElement(s.A,{key:e,nodeRef:f,timeout:a,mountOnEnter:!0,unmountOnExit:!0},React.createElement("div",r()({ref:v},n),t)))}))},7580:(e,t,a)=>{"use strict";a.d(t,{A:()=>u});var n=a(6087),r=a(3022),o=a(8468),c=a(9672),s=a(9026),i=a(4941);const l=(e,t)=>`table-row-${e.isLoading?`${t}-loading`:e.id}`,u=({className:e,columns:t,items:a,rowAnimationTimeout:u=0,selectedResponses:d=[],setSelectedResponses:m})=>{const{current:h}=(0,n.useRef)({});(0,n.useEffect)((()=>{(0,o.forEach)(a,(e=>{h[l(e)]||(h[l(e)]=(0,n.createRef)())}))}),[a,h]);const p=(0,n.useCallback)((e=>{const t=(0,o.includes)(d,e)?(0,o.without)(d,e):[...d,e];m(t)}),[d,m]),f=(0,n.useCallback)((()=>{if(0===(0,o.difference)((0,o.map)(a,"id"),d).length)return void m([]);const e=(0,o.map)(a,"id");m(e)}),[a,d,m]),v=(0,r.A)("jp-forms__table",e),g=(0,r.A)("jp-forms__table-checkbox",{"is-intermediate":0!==d.length&&d.length!==a.length});return React.createElement("div",{className:v},React.createElement("div",{className:"jp-forms__table-header"},!!m&&React.createElement("div",{className:"jp-forms__table-cell is-select"},React.createElement("input",{className:g,onChange:f,type:"checkbox",checked:0===(0,o.difference)((0,o.map)(a,"id"),d).length})),(0,o.map)(t,(({label:e,key:t})=>{const a=(0,r.A)("jp-forms__table-cell",`is-${(0,o.kebabCase)(t)}`);return React.createElement("div",{key:`table-header-${t}`,className:a},e)}))),React.createElement(c.A,{component:null},(0,o.map)(a,((e,a)=>React.createElement(s.A,{key:l(e,a),nodeRef:h[l(e,a)],mountOnEnter:!!u,mountOnExit:!!u,timeout:u},React.createElement(i.A,{ref:h[l(e,a)],columns:t,item:e,isSelected:(0,o.includes)(d,e.id),onSelectChange:m&&p}))))))}},4941:(e,t,a)=>{"use strict";a.d(t,{A:()=>s});var n=a(6087),r=a(3022),o=a(8468);const c=e=>e.stopPropagation(),s=(0,n.forwardRef)((({columns:e,item:t,isSelected:a,onSelectChange:s},i)=>{const l=(0,n.useCallback)((()=>s(t.id)),[t.id,s]),u=(0,r.A)("jp-forms__table-item",t.className,{"is-active":!t.isLoading&&t.isActive,"is-clickable":!t.isLoading&&t.onClick,"is-loading":t.isLoading,"is-selected":!t.isLoading&&a});return React.createElement("div",{ref:i,className:u,onClick:t.onClick},!!s&&React.createElement("div",{className:"jp-forms__table-cell is-select"},!t.isLoading&&React.createElement("input",{className:"jp-forms__table-checkbox",type:"checkbox",onClick:c,onChange:l,checked:a})),(0,o.map)(e,(({additionalClassNames:e,getValue:a,key:n},c)=>{const s=a?a(t):t[n],i=(0,r.A)("jp-forms__table-cell",`is-${(0,o.kebabCase)(n)}`,e);return t.isLoading?React.createElement("div",{key:`table-${n}-${c}-loading`,className:i}):React.createElement("div",{key:`table-${n}-${t.id}`,className:i},s)})))}))},2199:(e,t,a)=>{"use strict";a.d(t,{k:()=>i,l:()=>s});var n=a(1455),r=a.n(n),o=a(8537),c=a(8468);const s=e=>{const t=new URLSearchParams((0,c.pick)((0,c.omitBy)(e,c.isNil),["limit","offset","search","status","parent_id","month"])).toString();return r()({path:`/wpcom/v2/forms/responses?${t}`}).then((e=>({...e,responses:e.responses.map((e=>({...e,author_name:(0,o.decodeEntities)(e.author_name),entry_title:(0,o.decodeEntities)(e.entry_title),fields:(0,c.mapValues)(e.fields,(e=>(0,o.decodeEntities)(e)))})))})))},i=(e,t)=>r()({path:"/wpcom/v2/forms/responses/bulk_actions",method:"POST",data:{action:t,post_ids:e}})},5591:(e,t,a)=>{"use strict";a.d(t,{A:()=>p});var n=a(8478),r=a(6427),o=a(7143),c=a(6087),s=a(7723),i=a(4058),l=a(2199),u=a(3324),d=a(3656),m=a(7325);const __=s.__,h=(e=0)=>{const t=new FormData;return t.append("action","grunion_recheck_queue"),t.append(`jetpack_check_feedback_spam_${(0,i.$)("blogId")}`,(0,i.$)("checkForSpamNonce")),t.append("offset",e),t.append("limit",100),fetch(window.ajaxurl,{method:"POST",body:t}).then((e=>e.json())).then((t=>{if(!(t.processed<100))return h(e+100)}))},p=({currentView:e,selectedResponses:t,setSelectedResponses:a})=>{const[s,i]=(0,c.useState)(!1),{addTabTotals:p,fetchResponses:f,removeResponses:v,setLoading:g}=(0,o.useDispatch)(u.E),{currentPage:w,query:E}=(0,m.t)(),y=(0,c.useCallback)((()=>{i(!0),h().finally((()=>{i(!1),f(E)}))}),[f,i,E]),R=n=>async()=>{try{g(!0),a([]),v(t),p({[e]:-t.length,[d.Ku[n]]:t.length}),await(0,l.k)(t,n),await f({...E,limit:d.e4,offset:(w-1)*d.e4},{append:!0}),g(!1)}catch{g(!1)}};return React.createElement(React.Fragment,null,e!==d.DF.trash&&React.createElement(r.Button,{onClick:R(d.kl.moveToTrash),variant:"secondary"},__("Move to trash","jetpack-forms")),e===d.DF.trash&&React.createElement(r.Button,{onClick:R(d.kl.removeFromTrash),variant:"secondary"},__("Remove from trash","jetpack-forms")),e!==d.DF.spam&&React.createElement(r.Button,{onClick:R(d.kl.markAsSpam),variant:"secondary"},__("Mark as spam","jetpack-forms")),e===d.DF.spam&&React.createElement(r.Button,{onClick:R(d.kl.markAsNotSpam),variant:"secondary"},__("Not spam","jetpack-forms")),e===d.DF.inbox&&t.length>0&&React.createElement(r.Button,{className:"jp-forms__check-for-spam",disabled:s,variant:"secondary",onClick:y},s?React.createElement(r.Spinner,null):React.createElement(n.dW,null),__("Check for spam","jetpack-forms")))}},3656:(e,t,a)=>{"use strict";a.d(t,{DF:()=>r,Ku:()=>c,e4:()=>n,kl:()=>o});const n=50,r={inbox:"inbox",spam:"spam",trash:"trash"},o={moveToTrash:"trash",removeFromTrash:"untrash",delete:"delete",markAsSpam:"mark_as_spam",markAsNotSpam:"mark_as_not_spam"},c={[o.moveToTrash]:r.trash,[o.removeFromTrash]:r.inbox,[o.markAsSpam]:r.spam,[o.markAsNotSpam]:r.inbox}},8196:(e,t,a)=>{"use strict";a.d(t,{A:()=>s});var n=a(6087),r=a(7723),o=a(3022),c=a(7385);const __=r.__,s=({onExport:e})=>{const t=(0,n.useCallback)((()=>{e("feedback_export","feedback_export_nonce_csv").then((async e=>{const t=await e.blob(),a=document.createElement("a");a.href=window.URL.createObjectURL(t);const n=e.headers.get("Content-Disposition")??"";a.download=n.split("filename=")[1]||"Jetpack Form Responses.csv",document.body.appendChild(a),a.click(),document.body.removeChild(a),window.URL.revokeObjectURL(a.href)}))}),[e]),a=(0,o.A)("button","export-button","export-csv",{"button-primary":!(0,c.ze)()});return React.createElement("div",{className:"jp-forms__export-modal-card"},React.createElement("div",{className:"jp-forms__export-modal-card-header"},React.createElement("svg",{width:"22",height:"20",viewBox:"0 0 22 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},React.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.2309 5.04199L10.0797 2.73945C9.98086 2.54183 9.77887 2.41699 9.55792 2.41699H2.83333C2.51117 2.41699 2.25 2.67816 2.25 3.00033V16.7087C2.25 17.0308 2.51117 17.292 2.83333 17.292H19.1667C19.4888 17.292 19.75 17.0308 19.75 16.7087V5.62533C19.75 5.30316 19.4888 5.04199 19.1667 5.04199H11.2309ZM12.3125 3.29199L11.6449 1.95683C11.2497 1.16633 10.4417 0.666992 9.55792 0.666992H2.83333C1.54467 0.666992 0.5 1.71166 0.5 3.00033V16.7087C0.5 17.9973 1.54467 19.042 2.83333 19.042H19.1667C20.4553 19.042 21.5 17.9973 21.5 16.7087V5.62533C21.5 4.33666 20.4553 3.29199 19.1667 3.29199H12.3125Z",fill:"#008710"})),React.createElement("div",{className:"jp-forms__export-modal-card-header-title"},__("CSV File","jetpack-forms"))),React.createElement("div",{className:"jp-forms__export-modal-card-body"},React.createElement("div",{className:"jp-forms__export-modal-card-body-description"},__("Download your form response data as a CSV file.","jetpack-forms")),React.createElement("div",{className:"jp-forms__export-modal-card-body-cta"},React.createElement("button",{className:a,onClick:t},__("Download","jetpack-forms")))))}},8720:(e,t,a)=>{"use strict";a.d(t,{A:()=>l});var n=a(6087),r=a(7723),o=a(3022),c=a(8468),s=a(4058),i=a(7385);const __=r.__,l=({onExport:e})=>{const[t,a]=(0,n.useState)((0,s.$)("gdriveConnection")),r=(0,n.useCallback)((()=>{const e=setInterval((async()=>{if(t)clearInterval(e);else try{const t=await fetch(window.ajaxurl,{method:"POST",body:(0,c.tap)(new FormData,(e=>{e.append("action","grunion_gdrive_connection"),e.append("feedback_export_nonce_gdrive",(0,s.$)("exportNonce"))}))});if(!(await t.json()).connection)return;clearInterval(e),a(!0)}catch{clearInterval(e)}}),5e3)}),[t]),l=(0,n.useCallback)((()=>{e("grunion_export_to_gdrive","feedback_export_nonce_gdrive").then((e=>e.json())).then((({data:e})=>{window.open(e.sheet_link,"_blank")}))}),[e]),u=(0,o.A)("button","export-button","export-gdrive",{"button-primary":!(0,i.ze)()});return React.createElement("div",{className:"jp-forms__export-modal-card"},React.createElement("div",{className:"jp-forms__export-modal-card-header"},React.createElement("svg",{width:"18",height:"24",viewBox:"0 0 18 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},React.createElement("path",{d:"M11.8387 1.16016H2C1.44772 1.16016 1 1.60787 1 2.16016V21.8053V21.8376C1 22.3899 1.44772 22.8376 2 22.8376H16C16.5523 22.8376 17 22.3899 17 21.8376V5.80532M11.8387 1.16016V5.80532H17M11.8387 1.16016L17 5.80532M4.6129 13.0311V16.1279H9.25806M4.6129 13.0311V9.93435H9.25806M4.6129 13.0311H13.9032M13.9032 13.0311V9.93435H9.25806M13.9032 13.0311V16.1279H9.25806M9.25806 9.93435V16.1279",stroke:"#008710",strokeWidth:"1.5"})),React.createElement("div",{className:"jp-forms__export-modal-card-header-title"},__("Google Sheets","jetpack-forms")),React.createElement("div",{className:"jp-forms__export-modal-card-beta-badge"},"BETA")),React.createElement("div",{className:"jp-forms__export-modal-card-body"},React.createElement("div",{className:"jp-forms__export-modal-card-body-description"},React.createElement("div",null,__("Export your data into a Google Sheets file.","jetpack-forms")," ",React.createElement("a",{href:(0,s.$)("gdriveConnectSupportURL"),title:__("Connect to Google Drive","jetpack-forms"),target:"_blank",rel:"noopener noreferrer"},__("You need to connect to Google Drive.","jetpack-forms"))),React.createElement("p",{className:"jp-forms__export-modal-card-body-description-footer"},__("This premium feature is currently free to use in beta.","jetpack-forms"))),React.createElement("div",{className:"jp-forms__export-modal-card-body-cta"},t&&React.createElement("button",{className:u,onClick:l},__("Export","jetpack-forms")),!t&&React.createElement("a",{href:(0,s.$)("gdriveConnectURL"),className:u,rel:"noopener noreferrer",target:"_blank",onClick:r},__("Connect to Google Drive","jetpack-forms")))))}},72:(e,t,a)=>{"use strict";a.d(t,{A:()=>p});var n=a(1883),r=a(8250),o=a(7143),c=a(6087),s=a(7723),i=a(8468),l=a(4058),u=a(3324),d=a(7325),m=a(8196),h=a(8720);const __=s.__,p=({isVisible:e,onClose:t})=>{const a=(0,c.useRef)(void 0),s=(0,o.useSelect)((e=>e(u.E).getSelectedResponseIds()),[]),{query:p}=(0,d.t)();(0,c.useEffect)((()=>{a.current?.addEventListener("click",(e=>{e.target===a.current&&t()}))}),[e,t]);const f=(0,c.useCallback)(((e,t)=>{const a=new FormData;return a.append("action",e),a.append(t,(0,l.$)("exportNonce")),(0,i.forEach)(s,(e=>a.append("selected[]",e))),a.append("date",""),a.append("post","all"),a.append("search",p.search||""),a.append("status",p.status),fetch(window.ajaxurl,{method:"POST",body:a})}),[p,s]);return e?React.createElement("div",{ref:a,className:"jp-forms__export-modal"},React.createElement("div",{className:"jp-forms__export-modal-wrapper"},React.createElement("button",{className:"jp-forms__export-modal-close-button",onClick:t},React.createElement(n.A,{icon:"cross",size:18})),React.createElement("div",{className:"jp-forms__export-modal-header"},React.createElement("h1",{className:"jp-forms__export-modal-header-title"},__("Export your Form Responses","jetpack-forms")),React.createElement("p",{className:"jp-forms__export-modal-header-subtitle"},__("Choose your favorite file format or export destination:","jetpack-forms"))),React.createElement("div",{className:"jp-forms__export-modal-content"},React.createElement(m.A,{onExport:f}),React.createElement(h.A,{onExport:f})),React.createElement(r.A,{className:"jp-forms__export-modal-footer",moduleName:__("Jetpack Forms","jetpack-forms")}))):null}},7969:(e,t,a)=>{"use strict";a.d(t,{A:()=>_});var n=a(6427),r=a(3582),o=a(7143),c=a(8443),s=a(6087),i=a(7723),l=a(7474),u=a(3022),d=a(8468),m=a(9539),h=a(4058),p=a(9862),f=a(1186),v=a(6433),g=a(3324),w=a(5591),E=a(3656),y=a(72),R=a(3721),C=a(454),b=a(7325),k=a(7385);const __=i.__,_x=i._x,x=[{name:"inbox",title:__("Inbox","jetpack-forms"),className:"jp-forms__inbox-tab-item"},{name:"spam",title:__("Spam","jetpack-forms"),className:"jp-forms__inbox-tab-item"},{name:"trash",title:_x("Trash","noun","jetpack-forms"),className:"jp-forms__inbox-tab-item"}],_=()=>{const e=(0,s.useRef)(void 0),[t,a]=(0,s.useState)(1),[i,_]=(0,s.useState)(!1),[S,j]=(0,s.useState)(!1),M=(0,m.Zp)(),{fetchResponses:A,selectResponses:N}=(0,o.useDispatch)(g.E),[L,z,V,O,H,P,T,D]=(0,o.useSelect)((e=>[e(g.E).getQuery(),e(g.E).getMonthFilter(),e(g.E).getSourceFilter(),e(g.E).isFetchingResponses(),e(g.E).getResponses(),e(g.E).getSelectedResponseIds(),e(g.E).getTabTotals(),e(g.E).getTotalResponses()]),[]),F=(0,o.useSelect)((e=>{const{canUser:t}=e(r.store);return t("update","settings")})),{currentPage:I,currentResponseId:U,setCurrentPage:B,setCurrentResponseId:$,setMonthQuery:q,setSearchQuery:J,setSourceQuery:Z,setStatusQuery:W,query:G}=(0,b.t)();(0,s.useEffect)((()=>{(0,h.$)("hasFeedback")||M("/landing")}),[M]),(0,s.useEffect)((()=>{A({limit:E.e4,offset:(I-1)*E.e4,...G})}),[I,A,G]),(0,s.useEffect)((()=>{U&&!O&&(0,d.isEqual)((0,d.pick)(L,(0,d.keys)(G)),G)&&!(0,d.includes)((0,d.map)(H,"id"),U)&&$(0)}),[L,U,O,H,$,G]);const K=(0,s.useMemo)((()=>H.length&&!(0,d.includes)((0,d.map)(H,"id"),U)?H[0].id:U),[U,H]);(0,s.useEffect)((()=>{const t=e.current;if(!t)return;const a=new IntersectionObserver((([e])=>{j(!e.isIntersecting&&!O)}),{rootMargin:"-177px 0px 0px 0px",threshold:0});return a.observe(t),()=>{a.unobserve(t)}}),[e.current,O]);const Y=(0,s.useCallback)((e=>{$(e),a((0,d.findIndex)(H,{id:e})-(0,d.findIndex)(H,{id:K}))}),[K,H,$]),Q=(0,s.useCallback)((e=>{e.preventDefault(),$(0)}),[$]),X=(0,s.useCallback)((()=>_(!i)),[i,_]),ee=(0,s.useMemo)((()=>x.map((({title:e,...t})=>({...t,title:React.createElement(React.Fragment,null,e,T&&React.createElement("span",{className:"jp-forms__inbox-tab-item-count"},T[t.name]||0)),disabled:O})))),[O,T]),te=(0,s.useMemo)((()=>{const e=(0,d.map)(z,(e=>{const t=new Date;return t.setDate(1),t.setMonth(e.month-1),{label:`${(0,c.dateI18n)("F",t)} ${e.year}`,value:`${e.year}${String(e.month).padStart(2,"0")}`}}));return[{label:__("All dates","jetpack-forms"),value:null},...e]}),[z]),ae=(0,s.useMemo)((()=>{const e=(0,d.map)(V,(e=>({label:e.title,value:`${e.id}`})));return[{label:__("All sources","jetpack-forms"),value:null},...e]}),[V]),ne=(0,s.useMemo)((()=>(0,d.join)((0,d.map)((0,d.pick)(L,(0,d.keys)(G)),((e,t)=>`${t}-${e}`)),"-")),[L,G]),re=!!P.length&&!O,oe=(0,u.A)("jp-forms__inbox",{"is-response-view":!!U,"is-response-animation-reverted":t<0}),ce=React.createElement(React.Fragment,null,React.createElement("span",{className:"title"},(0,k.ze)()?__("Jetpack Forms","jetpack-forms"):__("Responses","jetpack-forms")),(0,k.ze)()&&React.createElement("span",{className:"subtitle"},(0,s.createInterpolateElement)(__("Collect and manage responses from your audience. Learn more","jetpack-forms"),{a:React.createElement("a",{href:"https://jetpack.com/support/jetpack-blocks/contact-form/",rel:"noreferrer noopener",target:"_blank"})})),React.createElement("a",{className:"back-button",onClick:Q},React.createElement(n.Icon,{icon:l.A}),__("View all responses","jetpack-forms")));return React.createElement(f.A,{title:ce,className:oe},React.createElement(n.TabPanel,{className:"jp-forms__inbox-tabs",activeClass:"active-tab",initialTabName:G.status,onSelect:W,tabs:ee},(()=>React.createElement(React.Fragment,null,React.createElement("div",{className:"jp-forms__inbox-actions"},!re&&React.createElement(React.Fragment,null,React.createElement(v.A,{onSearch:J,initialValue:G.search,loading:O}),React.createElement(p.A,{options:te,onChange:q,value:G.month}),React.createElement(p.A,{options:ae,onChange:Z,value:G.parent_id})),re&&React.createElement(w.A,{currentView:G.status,selectedResponses:P,setSelectedResponses:N}),F&&React.createElement("button",{className:"button button-primary export-button",onClick:X},__("Export","jetpack-forms"))),React.createElement("div",{className:"jp-forms__inbox-content"},React.createElement("div",{className:"jp-forms__inbox-content-column"},React.createElement("div",{className:"jp-forms__inbox-sticky-sentinel",ref:e}),!O&&S&&React.createElement("div",{className:"jp-forms__inbox-sticky-mark"}),React.createElement(R.A,{key:ne,currentPage:I,currentResponseId:K,currentTab:G.status,loading:O,pages:Math.ceil(D/E.e4),responses:H,selectedResponses:P,setCurrentPage:B,setCurrentResponseId:Y,setSelectedResponses:N})),React.createElement("div",{className:"jp-forms__inbox-content-column"},React.createElement(C.A,{isLoading:O,response:(0,d.find)(H,{id:K})})))))),React.createElement(y.A,{isVisible:i,onClose:X}))}},3721:(e,t,a)=>{"use strict";a.d(t,{A:()=>f});var n=a(6427),r=a(7143),o=a(8443),c=a(6087),s=a(7723),i=a(8468),l=a(3752),u=a(7580),d=a(3324),m=a(3656),h=a(1203);const __=s.__,p=[{key:"name",label:__("From","jetpack-forms")},{key:"date",label:__("Date","jetpack-forms"),getValue:e=>(0,o.dateI18n)("M j, Y",e.date)},{key:"source",label:__("Source","jetpack-forms"),getValue:e=>React.createElement(n.Button,{href:e.entry_permalink,variant:"link"},e.source)},{key:"actions",getValue:e=>React.createElement(h.A,{id:e.id})}],f=({currentPage:e,currentResponseId:t,currentTab:a,pages:n,responses:o,selectedResponses:s,setCurrentPage:h,setCurrentResponseId:f,setSelectedResponses:v,loading:g})=>{const w=(0,r.useSelect)((e=>e(d.E).getTabTotals()),[])[a],E=(0,c.useMemo)((()=>{const a=o.map((e=>({...e,onClick:()=>f(e.id),isActive:e.id===t})));if(g){const t=w?Math.min(m.e4,w-(e-1)*m.e4)-o.length:10;return a.concat((0,i.times)(t,(()=>({isLoading:!0}))))}return a}),[e,t,g,o,f,w]);return!g&&0===o.length||0===w?React.createElement(u.A,{className:"jp-forms__inbox-list",columns:[{key:"empty",label:__("No results found","jetpack-forms")}],items:[]}):React.createElement(React.Fragment,null,React.createElement(u.A,{className:"jp-forms__inbox-list",columns:p,items:E,selectedResponses:s,setSelectedResponses:v,rowAnimationTimeout:200}),n>1&&React.createElement(l.A,{currentPage:e,pages:n,onSelectPage:h,expandedRange:2}))}},454:(e,t,a)=>{"use strict";a.d(t,{A:()=>d});var n=a(6427),r=a(8443),o=a(6087),c=a(7723),s=a(3022),i=a(8468),l=a(7564),u=a(7385);const __=c.__,d=({loading:e,response:t})=>{const[a,d]=(0,o.useState)(!1),m=(0,o.useRef)(void 0);(0,o.useEffect)((()=>{m.current&&(m.current.scrollTop=0)}),[t]);const h=(0,o.useCallback)((async()=>{await window.navigator.clipboard.writeText(t.author_email),d(!0),setTimeout((()=>d(!1)),3e3)}),[t,d]);if(!e&&!t)return null;const p=(0,s.A)("jp-forms__inbox-response-title",{"is-email":t&&!t.author_name&&t.author_email,"is-ip":t&&!t.author_name&&!t.author_email,"is-name":t&&t.author_name});return React.createElement(l.A,{ref:m,activeViewKey:t.id,className:"jp-forms__inbox-response",duration:200},React.createElement("div",{className:"jp-forms__inbox-response-avatar"},React.createElement("img",{src:"https://gravatar.com/avatar/6e998f49bfee1a92cfe639eabb350bc5?size=68&default=identicon",alt:__("Respondent’s gravatar","jetpack-forms")})),React.createElement("h3",{className:p},(0,u.Mn)(t)),t.author_email&&(0,u.Mn)(t)!==t.author_email&&React.createElement("p",{className:"jp-forms__inbox-response-subtitle"},t.author_email,React.createElement(n.Button,{variant:"secondary",onClick:h},!a&&__("Copy","jetpack-forms"),a&&__("✓ Copied","jetpack-forms"))),React.createElement("div",{className:"jp-forms__inbox-response-meta"},React.createElement("div",{className:"jp-forms__inbox-response-meta-label"},React.createElement("span",{className:"jp-forms__inbox-response-meta-key"},__("Date:","jetpack-forms")," "),React.createElement("span",{className:"jp-forms__inbox-response-meta-value"},(0,c.sprintf)(/* Translators: %1$s is the date, %2$s is the time. */ +__("(opens in a new tab)","jetpack-forms"))),y=({moduleName:e=__("Jetpack","jetpack-forms"),className:t,moduleNameHref:a="https://jetpack.com",menu:n,onAboutClick:c,onPrivacyClick:s,onTermsClick:i,...u})=>{const[v]=(0,g.A)("sm","<="),[y]=(0,g.A)("md","<="),[R]=(0,g.A)("lg",">"),{isActive:C,connectedPlugins:b}=(0,o.useSelect)((e=>{const t=e(h.a);return{connectedPlugins:t?.getConnectedPlugins(),...t.getConnectionStatus()}}),[]),k=(0,p.A)(),x=k&&C&&b?.some((({slug:e})=>"jetpack"===e));let _=[{label:_x("About","Link to learn more about Jetpack.","jetpack-forms"),title:__("About Jetpack","jetpack-forms"),href:x?new URL("admin.php?page=jetpack_about",k).href:(0,m.A)("jetpack-about"),target:x?"_self":"_blank",onClick:c},{label:_x("Privacy","Shorthand for Privacy Policy.","jetpack-forms"),title:__("Automattic's Privacy Policy","jetpack-forms"),href:x?new URL("admin.php?page=jetpack#/privacy",k).href:(0,m.A)("a8c-privacy"),target:x?"_self":"_blank",onClick:s},{label:_x("Terms","Shorthand for Terms of Service.","jetpack-forms"),title:__("WordPress.com Terms of Service","jetpack-forms"),href:(0,m.A)("wpcom-tos"),target:"_blank",onClick:i}];n&&(_=[..._,...n]);const S=d().createElement(d().Fragment,null,d().createElement(w,null),e);return d().createElement("footer",r()({className:(0,l.A)("jp-dashboard-footer",{"is-sm":v,"is-md":y,"is-lg":R},t),"aria-label":__("Jetpack","jetpack-forms")},u),d().createElement("ul",null,d().createElement("li",{className:"jp-dashboard-footer__jp-item"},a?d().createElement("a",{href:a},S):S),_.map((e=>{const t="button"===e.role,a=!t&&"_blank"===e.target;return d().createElement("li",{key:e.label},d().createElement("a",{href:e.href,title:e.title,target:e.target,onClick:e.onClick,onKeyDown:e.onKeyDown,className:(0,l.A)("jp-dashboard-footer__menu-item",{"is-external":a}),role:e.role,rel:a?"noopener noreferrer":void 0,tabIndex:t?0:void 0},e.label,a&&d().createElement(E,null)))})),d().createElement("li",{className:"jp-dashboard-footer__a8c-item"},d().createElement("a",{href:x?new URL("admin.php?page=jetpack_about",k).href:(0,m.A)("a8c-about"),"aria-label":__("An Automattic Airline","jetpack-forms")},d().createElement(f.A,{"aria-hidden":"true"})))))}},7142:(e,t,a)=>{"use strict";a.d(t,{A:()=>l});var n=a(6072),r=a.n(n),o=a(7723),c=a(3022),s=a(1609),i=a.n(s);const __=o.__,l=({logoColor:e="#069e08",showText:t=!0,className:a,height:n=32,...o})=>{const s=t?"0 0 118 32":"0 0 32 32";return i().createElement("svg",r()({xmlns:"http://www.w3.org/2000/svg",x:"0px",y:"0px",viewBox:s,className:(0,c.A)("jetpack-logo",a),"aria-labelledby":"jetpack-logo-title",height:n},o,{role:"img"}),i().createElement("title",{id:"jetpack-logo-title"},__("Jetpack Logo","jetpack-forms")),i().createElement("path",{fill:e,d:"M16,0C7.2,0,0,7.2,0,16s7.2,16,16,16s16-7.2,16-16S24.8,0,16,0z M15,19H7l8-16V19z M17,29V13h8L17,29z"}),t&&i().createElement(i().Fragment,null,i().createElement("path",{d:"M41.3,26.6c-0.5-0.7-0.9-1.4-1.3-2.1c2.3-1.4,3-2.5,3-4.6V8h-3V6h6v13.4C46,22.8,45,24.8,41.3,26.6z"}),i().createElement("path",{d:"M65,18.4c0,1.1,0.8,1.3,1.4,1.3c0.5,0,2-0.2,2.6-0.4v2.1c-0.9,0.3-2.5,0.5-3.7,0.5c-1.5,0-3.2-0.5-3.2-3.1V12H60v-2h2.1V7.1 H65V10h4v2h-4V18.4z"}),i().createElement("path",{d:"M71,10h3v1.3c1.1-0.8,1.9-1.3,3.3-1.3c2.5,0,4.5,1.8,4.5,5.6s-2.2,6.3-5.8,6.3c-0.9,0-1.3-0.1-2-0.3V28h-3V10z M76.5,12.3 c-0.8,0-1.6,0.4-2.5,1.2v5.9c0.6,0.1,0.9,0.2,1.8,0.2c2,0,3.2-1.3,3.2-3.9C79,13.4,78.1,12.3,76.5,12.3z"}),i().createElement("path",{d:"M93,22h-3v-1.5c-0.9,0.7-1.9,1.5-3.5,1.5c-1.5,0-3.1-1.1-3.1-3.2c0-2.9,2.5-3.4,4.2-3.7l2.4-0.3v-0.3c0-1.5-0.5-2.3-2-2.3 c-0.7,0-2.3,0.5-3.7,1.1L84,11c1.2-0.4,3-1,4.4-1c2.7,0,4.6,1.4,4.6,4.7L93,22z M90,16.4l-2.2,0.4c-0.7,0.1-1.4,0.5-1.4,1.6 c0,0.9,0.5,1.4,1.3,1.4s1.5-0.5,2.3-1V16.4z"}),i().createElement("path",{d:"M104.5,21.3c-1.1,0.4-2.2,0.6-3.5,0.6c-4.2,0-5.9-2.4-5.9-5.9c0-3.7,2.3-6,6.1-6c1.4,0,2.3,0.2,3.2,0.5V13 c-0.8-0.3-2-0.6-3.2-0.6c-1.7,0-3.2,0.9-3.2,3.6c0,2.9,1.5,3.8,3.3,3.8c0.9,0,1.9-0.2,3.2-0.7V21.3z"}),i().createElement("path",{d:"M110,15.2c0.2-0.3,0.2-0.8,3.8-5.2h3.7l-4.6,5.7l5,6.3h-3.7l-4.2-5.8V22h-3V6h3V15.2z"}),i().createElement("path",{d:"M58.5,21.3c-1.5,0.5-2.7,0.6-4.2,0.6c-3.6,0-5.8-1.8-5.8-6c0-3.1,1.9-5.9,5.5-5.9s4.9,2.5,4.9,4.9c0,0.8,0,1.5-0.1,2h-7.3 c0.1,2.5,1.5,2.8,3.6,2.8c1.1,0,2.2-0.3,3.4-0.7C58.5,19,58.5,21.3,58.5,21.3z M56,15c0-1.4-0.5-2.9-2-2.9c-1.4,0-2.3,1.3-2.4,2.9 C51.6,15,56,15,56,15z"})))}},442:(e,t,a)=>{"use strict";a.d(t,{A:()=>c});var n=a(9491),r=a(8403);const o=["sm","md","lg"],c=(e,t)=>{const a=Array.isArray(e)?e:[e],c=Array.isArray(t)?t:[t],[s,i,l]=o,u={sm:(0,n.useMediaQuery)(r.A[s]),md:(0,n.useMediaQuery)(r.A[i]),lg:(0,n.useMediaQuery)(r.A[l])};return a.map(((e,t)=>{const a=c[t];return a?((e,t,a)=>{const n=o.indexOf(e),r=n+1,c=t.includes("=");let s=[];return t.startsWith("<")&&(s=o.slice(0,c?r:n)),t.startsWith(">")&&(s=o.slice(c?n:r)),s?.length?s.some((e=>a[e])):a[e]})(e,a,u):u[e]}))}},1069:(e,t,a)=>{"use strict";function n(){return window.Initial_State?.adminUrl||window.Jetpack_Editor_Initial_State?.adminUrl||window?.myJetpackInitialState?.adminUrl||null}a.d(t,{A:()=>n})},3924:(e,t,a)=>{"use strict";function n(e,t={}){const a={};let n;if("undefined"!=typeof window&&(n=window?.JP_CONNECTION_INITIAL_STATE?.calypsoEnv),0===e.search("https://")){const t=new URL(e);e=`https://${t.host}${t.pathname}`,a.url=encodeURIComponent(e)}else a.source=encodeURIComponent(e);for(const e in t)a[e]=encodeURIComponent(t[e]);!Object.keys(a).includes("site")&&"undefined"!=typeof jetpack_redirects&&Object.hasOwn(jetpack_redirects,"currentSiteRawUrl")&&(a.site=jetpack_redirects.currentBlogID??jetpack_redirects.currentSiteRawUrl),n&&(a.calypso_env=n);return"https://jetpack.com/redirect/?"+Object.keys(a).map((e=>e+"="+a[e])).join("&")}a.d(t,{A:()=>n})},6439:(e,t,a)=>{let n={};try{n=a(5875)}catch{console.error("jetpackConfig is missing in your webpack config file. See @automattic/jetpack-config"),n={missingConfig:!0}}const r=e=>Object.hasOwn(n,e);e.exports={jetpackConfigHas:r,jetpackConfigGet:e=>{if(!r(e))throw'This app requires the "'+e+'" Jetpack Config to be defined in your webpack configuration file. See details in @automattic/jetpack-config package docs.';return n[e]}}},3935:(e,t,a)=>{"use strict";a.d(t,{A1:()=>i,Ay:()=>C,DO:()=>s,Ij:()=>c,Kl:()=>h,LW:()=>l,MU:()=>p,XY:()=>u,ZO:()=>o,dz:()=>d,gH:()=>m,v_:()=>r});var n=a(5932);const r="SET_CONNECTION_STATUS",o="SET_CONNECTION_STATUS_IS_FETCHING",c="SET_SITE_IS_REGISTERING",s="SET_USER_IS_CONNECTING",i="SET_REGISTRATION_ERROR",l="CLEAR_REGISTRATION_ERROR",u="SET_AUTHORIZATION_URL",d="DISCONNECT_USER_SUCCESS",m="SET_CONNECTED_PLUGINS",h="SET_CONNECTION_ERRORS",p="SET_IS_OFFLINE_MODE",f=e=>({type:r,connectionStatus:e}),v=e=>({type:c,isRegistering:e}),g=e=>({type:s,isConnecting:e}),w=e=>({type:i,registrationError:e}),E=()=>({type:l}),y=e=>({type:u,authorizationUrl:e}),R=e=>({type:m,connectedPlugins:e});const C={setConnectionStatus:f,setConnectionStatusIsFetching:e=>({type:o,isFetching:e}),fetchConnectionStatus:()=>({type:"FETCH_CONNECTION_STATUS"}),fetchAuthorizationUrl:e=>({type:"FETCH_AUTHORIZATION_URL",redirectUri:e}),setSiteIsRegistering:v,setUserIsConnecting:g,setRegistrationError:w,clearRegistrationError:E,setAuthorizationUrl:y,registerSite:function*({registrationNonce:e,redirectUri:t,from:a=""}){yield E(),yield v(!0);try{const n=yield{type:"REGISTER_SITE",registrationNonce:e,redirectUri:t,from:a};return yield f({isRegistered:!0}),yield y(n.authorizeUrl),yield v(!1),Promise.resolve(n)}catch(e){return yield w(e),yield v(!1),Promise.reject(e)}},connectUser:function*({from:e,redirectFunc:t,redirectUri:a,skipPricingPage:n}={}){yield g(!0),yield{type:"CONNECT_USER",from:e,redirectFunc:t,redirectUri:a,skipPricingPage:n}},disconnectUserSuccess:()=>({type:d}),setConnectedPlugins:R,refreshConnectedPlugins:()=>async({dispatch:e})=>await new Promise((t=>n.Ay.fetchConnectedPlugins().then((a=>{e(R(a)),t(a)})))),setConnectionErrors:e=>({type:h,connectionErrors:e}),setIsOfflineMode:e=>({type:p,isOfflineMode:e})}},2494:(e,t,a)=>{"use strict";a.d(t,{A:()=>c});var n=a(5932),r=a(7143),o=a(2279);const c={FETCH_AUTHORIZATION_URL:({redirectUri:e})=>n.Ay.fetchAuthorizationUrl(e),REGISTER_SITE:({registrationNonce:e,redirectUri:t,from:a})=>n.Ay.registerSite(e,t,a),CONNECT_USER:(0,r.createRegistryControl)((({resolveSelect:e})=>({from:t,redirectFunc:a,redirectUri:n,skipPricingPage:r}={})=>new Promise(((c,s)=>{e(o.A).getAuthorizationUrl(n).then((e=>{const n=a||(e=>window.location.assign(e)),o=new URL(e);r&&o.searchParams.set("skip_pricing","true"),t&&o.searchParams.set("from",encodeURIComponent(t));const s=o.toString();n(s),c(s)})).catch((e=>{s(e)}))}))))}},5051:(e,t,a)=>{"use strict";a.d(t,{A:()=>o});var n=a(7143),r=a(3935);const o=(0,n.combineReducers)({connectionStatus:(e={},t)=>{switch(t.type){case r.v_:return{...e,...t.connectionStatus};case r.dz:return{...e,isUserConnected:!1}}return e},connectionStatusIsFetching:(e=!1,t)=>t.type===r.ZO?t.isFetching:e,siteIsRegistering:(e=!1,t)=>t.type===r.Ij?t.isRegistering:e,userIsConnecting:(e=!1,t)=>t.type===r.DO?t.isConnecting:e,registrationError:(e,t)=>{switch(t.type){case r.LW:return!1;case r.A1:return t.registrationError;default:return e}},authorizationUrl:(e,t)=>t.type===r.XY?t.authorizationUrl:e,userConnectionData:(e,t)=>(t.type,e),connectedPlugins:(e={},t)=>t.type===r.gH?t.connectedPlugins:e,connectionErrors:(e={},t)=>t.type===r.Kl?t.connectionErrors:e,isOfflineMode:(e=!1,t)=>t.type===r.MU?t.isConnecting:e})},8019:(e,t,a)=>{"use strict";a.d(t,{A:()=>c});var n=a(7143),r=a(3935),o=a(2279);const c={...{getAuthorizationUrl:{isFulfilled:(e,...t)=>{const a=Boolean(e.authorizationUrl),r=(0,n.select)(o.A).hasFinishedResolution("getAuthorizationUrl",t);return a&&!r&&(0,n.dispatch)(o.A).finishResolution("getAuthorizationUrl",t),a},*fulfill(e){const t=yield r.Ay.fetchAuthorizationUrl(e);yield r.Ay.setAuthorizationUrl(t.authorizeUrl)}}}}},2676:(e,t,a)=>{"use strict";a.d(t,{A:()=>n});const n={...{getConnectionStatus:e=>e.connectionStatus||{},getConnectionStatusIsFetching:()=>!1,getSiteIsRegistering:e=>e.siteIsRegistering||!1,getUserIsConnecting:e=>e.userIsConnecting||!1,getRegistrationError:e=>e.registrationError||!1,getAuthorizationUrl:e=>e.authorizationUrl||!1,getUserConnectionData:e=>e.userConnectionData||!1,getConnectedPlugins:e=>e.connectedPlugins||[],getConnectionErrors:e=>e.connectionErrors||[],getIsOfflineMode:e=>e.isOfflineMode||!1,getWpcomUser:e=>e?.userConnectionData?.currentUser?.wpcomUser,getBlogId:e=>e?.userConnectionData?.currentUser?.blogId}}},8734:(e,t,a)=>{"use strict";a.d(t,{A:()=>o});var n=a(7143);class r{static store=null;static mayBeInit(e,t){null===r.store&&(r.store=(0,n.createReduxStore)(e,t),(0,n.register)(r.store))}}const o=r},2279:(e,t,a)=>{"use strict";a.d(t,{A:()=>n});const n="jetpack-connection"},4293:(e,t,a)=>{"use strict";a.d(t,{a:()=>u.A});var n=a(7999),r=a(3935),o=a(2494),c=a(5051),s=a(8019),i=a(2676),l=a(8734),u=a(2279);const d=window.JP_CONNECTION_INITIAL_STATE||(0,n.getScriptData)()?.connection;d||console.error("Jetpack Connection package: Initial state is missing. Check documentation to see how to use the Connection composer package to set up the initial state."),l.A.mayBeInit(u.A,{__experimentalUseThunks:!0,reducer:c.A,actions:r.Ay,selectors:i.A,resolvers:s.A,controls:o.A,initialState:d||{}})},5985:(e,t,a)=>{"use strict";a.d(t,{Sy:()=>n.Sy,d9:()=>n.d9});var n=a(2634);a(2034),a(3265),a(3489),a(6923),a(5877),a(335),a(8290)},5877:(e,t,a)=>{"use strict";a(1609)},335:(e,t,a)=>{"use strict";a(6087)},3489:(e,t,a)=>{"use strict";var n=a(372);a(9384),a(6087);const{tracks:r}=n.A,{recordEvent:o}=r},6923:(e,t,a)=>{"use strict";a(7143),a(6087),a(8290)},7105:(e,t,a)=>{"use strict";a.d(t,{Ay:()=>d,E9:()=>u});var n=a(7143),r=a(2634),o=a(4478),c=a(8290);const s="SET_JETPACK_MODULES";function i(e){return u({isLoading:e})}function l(e,t){return{type:"SET_MODULE_UPDATING",name:e,isUpdating:t}}function u(e){return{type:s,options:e}}const d={updateJetpackModuleStatus:function*(e){try{yield l(e.name,!0),yield(0,o.sB)(e);const t=yield(0,o.wz)();return yield u({data:t}),!0}catch{const e=(0,n.select)(c.F).getJetpackModules();return yield u(e),!1}finally{yield l(e.name,!1)}},setJetpackModules:u,fetchModules:function*(){if((0,r.Sy)())return!0;try{yield i(!0);const e=yield(0,o.wz)();return yield u({data:e}),!0}catch{const e=(0,n.select)(c.F).getJetpackModules();return yield u(e),!1}finally{yield i(!1)}}}},4478:(e,t,a)=>{"use strict";a.d(t,{Ay:()=>l,sB:()=>i,wz:()=>s});var n=a(1455),r=a.n(n);const o="FETCH_JETPACK_MODULES",c="UPDATE_JETPACK_MODULE_STATUS",s=()=>({type:o}),i=e=>({type:c,settings:e}),l={[o]:function(){return r()({path:"/jetpack/v4/module/all",method:"GET"})},[c]:function({settings:e}){return r()({path:`/jetpack/v4/module/${e.name}/active`,method:"POST",data:{active:e.active}})}}},8290:(e,t,a)=>{"use strict";a.d(t,{F:()=>l});var n=a(7143),r=a(7105),o=a(4478),c=a(8862),s=a(2701),i=a(1640);const l="jetpack-modules",u=(0,n.createReduxStore)(l,{reducer:c.A,actions:r.Ay,controls:o.Ay,resolvers:s.A,selectors:i.A});(0,n.register)(u);const d=window?.Initial_State?.getModules||window?.Jetpack_Editor_Initial_State?.modules||null;null!==d&&(0,n.dispatch)(l).setJetpackModules({data:{...d}})},8862:(e,t,a)=>{"use strict";a.d(t,{A:()=>r});const n={isLoading:!1,isUpdating:{},data:{}},r=(e=n,t)=>{switch(t.type){case"SET_JETPACK_MODULES":return{...e,...t.options};case"SET_MODULE_UPDATING":return{...e,isUpdating:{...e.isUpdating,[t.name]:t.isUpdating}}}return e}},2701:(e,t,a)=>{"use strict";a.d(t,{A:()=>o});var n=a(7105),r=a(4478);const o={getJetpackModules:function*(){try{const e=yield(0,r.wz)();if(e)return(0,n.E9)({data:e})}catch(e){console.error(e)}}}},1640:(e,t,a)=>{"use strict";a.d(t,{A:()=>r});var n=a(2634);const r={getJetpackModules:e=>e.data,isModuleActive:(e,t)=>(0,n.Sy)()||(e?.data?.[t]?.activated??!1),areModulesLoading:e=>e.isLoading??!1,isModuleUpdating:(e,t)=>e?.isUpdating?.[t]??!1}},3265:(e,t,a)=>{"use strict";var n=a(7723);a(3832),a(8468);const __=n.__;__("Upgrade your plan to use video covers","jetpack-forms"),__("Upgrade your plan to upload audio","jetpack-forms")},2034:(e,t,a)=>{"use strict";a(4660)},2634:(e,t,a)=>{"use strict";function n(){return"object"==typeof window&&"string"==typeof window._currentSiteType?window._currentSiteType:null}function r(){return"simple"===n()}function o(){return"atomic"===n()}a.d(t,{Sy:()=>r,d9:()=>o})},4705:(e,t,a)=>{"use strict";a(8992),a(1135)},1135:(e,t,a)=>{"use strict";a.d(t,{$:()=>n});const n=[{name:"amazon",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M13.582 8.182c-1.648.185-3.802.308-5.344.984-1.781.769-3.03 2.337-3.03 4.644 0 2.953 1.86 4.429 4.253 4.429 2.02 0 3.125-.477 4.685-2.065.516.747.685 1.109 1.629 1.894a.59.59 0 0 0 .672-.066l.006.006c.567-.505 1.599-1.401 2.18-1.888.231-.188.19-.496.009-.754-.52-.718-1.072-1.303-1.072-2.634V8.305c0-1.876.133-3.599-1.249-4.891C15.23 2.369 13.422 2 12.04 2 9.336 2 6.318 3.01 5.686 6.351c-.068.355.191.542.423.594l2.754.298c.258-.013.445-.266.494-.523.236-1.151 1.2-1.706 2.284-1.706.584 0 1.249.215 1.595.738.398.584.346 1.384.346 2.061zm-.533 5.906c-.451.8-1.169 1.291-1.967 1.291-1.09 0-1.728-.83-1.728-2.061 0-2.42 2.171-2.86 4.227-2.86v.615c.001 1.108.027 2.031-.532 3.015m7.634 5.251C18.329 21.076 14.917 22 11.979 22c-4.118 0-7.826-1.522-10.632-4.057-.22-.199-.024-.471.241-.317 3.027 1.762 6.771 2.823 10.639 2.823 2.608 0 5.476-.541 8.115-1.66.397-.169.73.262.341.55m.653 1.704c-.194.163-.379.076-.293-.139.284-.71.92-2.298.619-2.684s-1.99-.183-2.749-.092c-.23.027-.266-.173-.059-.319 1.348-.946 3.555-.673 3.811-.356.26.32-.066 2.533-1.329 3.59"})))},{name:"behance",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M7.799 5.698c.589 0 1.12.051 1.606.156q.722.155 1.241.507.516.351.804.938c.188.387.281.871.281 1.443q0 .93-.421 1.551-.424.62-1.255 1.014 1.133.328 1.689 1.146.559.822.557 1.975 0 .935-.359 1.612a3.14 3.14 0 0 1-.973 1.114q-.613.432-1.399.637A6.1 6.1 0 0 1 7.963 18H2V5.698zm-.35 4.97q.721 0 1.192-.345.465-.344.463-1.119 0-.43-.152-.707a1.1 1.1 0 0 0-.416-.427 1.7 1.7 0 0 0-.596-.216 3.6 3.6 0 0 0-.697-.06H4.709v2.874zm.151 5.237q.401.001.759-.077c.243-.053.457-.137.637-.261.182-.12.332-.283.441-.491q.164-.31.163-.798-.002-.948-.533-1.357c-.356-.27-.83-.404-1.413-.404H4.709v3.388zm8.562-.041q.552.538 1.583.538.74 0 1.277-.374c.354-.248.571-.514.654-.79h2.155c-.347 1.072-.872 1.838-1.589 2.299-.708.463-1.572.693-2.58.693q-1.05 0-1.899-.337a4 4 0 0 1-1.439-.958 4.4 4.4 0 0 1-.904-1.484 5.4 5.4 0 0 1-.32-1.899q0-1 .329-1.863a4.4 4.4 0 0 1 .933-1.492q.607-.63 1.444-.994a4.6 4.6 0 0 1 1.857-.363q1.131-.001 1.98.44a3.94 3.94 0 0 1 1.389 1.181 4.8 4.8 0 0 1 .783 1.69q.24.947.171 1.983h-6.428c-.001.706.237 1.372.604 1.73m2.811-4.68c-.291-.321-.783-.496-1.384-.496q-.585 0-.973.2a2 2 0 0 0-.621.491 1.8 1.8 0 0 0-.328.628 2.7 2.7 0 0 0-.111.587h3.98c-.058-.625-.271-1.085-.563-1.41m-3.916-3.446h4.985V6.524h-4.985z"})))},{name:"blogger-alt",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M19.779 9.904h-.981l-.021.001a1.163 1.163 0 0 1-1.16-1.079l-.001-.013A5.813 5.813 0 0 0 11.803 3H8.871a5.813 5.813 0 0 0-5.813 5.813v6.375a5.813 5.813 0 0 0 5.813 5.813h6.257a5.814 5.814 0 0 0 5.813-5.813l.002-4.121a1.164 1.164 0 0 0-1.164-1.163M8.726 7.713h3.291a1.117 1.117 0 1 1 0 2.234H8.726a1.117 1.117 0 1 1 0-2.234m6.601 8.657H8.72a1.057 1.057 0 1 1 0-2.114h6.607a1.057 1.057 0 1 1 0 2.114"})))},{name:"blogger",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M14.722 14.019a.654.654 0 0 1-.654.654H9.977a.654.654 0 0 1 0-1.308h4.091c.361 0 .654.293.654.654m-4.741-3.321h2.038a.692.692 0 0 0 0-1.384H9.981a.692.692 0 0 0 0 1.384M21 5v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2m-3.456 6.39a.72.72 0 0 0-.72-.72h-.607l-.013.001a.72.72 0 0 1-.718-.668l-.001-.008a3.6 3.6 0 0 0-3.599-3.599H10.07a3.6 3.6 0 0 0-3.599 3.599v3.947a3.6 3.6 0 0 0 3.599 3.599h3.874a3.6 3.6 0 0 0 3.599-3.599z"})))},{name:"bluesky",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M21.2 3.3c-.5-.2-1.4-.5-3.6 1C15.4 6 12.9 9.2 12 11c-.9-1.8-3.4-5-5.7-6.7-2.2-1.6-3-1.3-3.6-1S2 4.6 2 5.1s.3 4.7.5 5.4c.7 2.3 3.1 3.1 5.3 2.8-3.3.5-6.2 1.7-2.4 5.9 4.2 4.3 5.7-.9 6.5-3.6.8 2.7 1.7 7.7 6.4 3.6 3.6-3.6 1-5.4-2.3-5.9 2.2.2 4.6-.5 5.3-2.8.4-.7.7-4.8.7-5.4 0-.5-.1-1.5-.8-1.8"})))},{name:"codepen",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"m22.016 8.84-.007-.037q-.006-.037-.015-.072-.007-.022-.013-.042l-.023-.062-.02-.042a.4.4 0 0 0-.03-.057l-.025-.038-.035-.052-.03-.037q-.021-.026-.043-.045-.015-.018-.035-.035a.4.4 0 0 0-.048-.04l-.037-.03-.015-.012-9.161-6.096a.86.86 0 0 0-.955 0L2.359 8.237l-.015.012-.038.028-.048.04a.638.638 0 0 0-.078.082q-.018.018-.03.037-.018.026-.035.052l-.025.038q-.016.031-.03.059l-.02.041a1 1 0 0 0-.034.106q-.01.034-.016.071-.003.02-.006.037a1 1 0 0 0-.009.114v6.093q0 .056.008.112l.007.038q.006.035.015.072a.2.2 0 0 0 .013.04q.01.032.022.063l.02.04a.4.4 0 0 0 .055.096l.035.052.03.037.042.045.035.035q.023.02.048.04l.038.03.013.01 9.163 6.095a.858.858 0 0 0 .959.004l9.163-6.095.015-.01q.02-.015.037-.03l.048-.04q.02-.017.035-.035.025-.024.043-.045l.03-.037.035-.052.025-.038a.4.4 0 0 0 .03-.058l.02-.04.023-.063c.003-.013.01-.027.013-.04q.009-.037.015-.072l.007-.037q.006-.062.007-.117V8.954a1 1 0 0 0-.008-.114m-9.154-4.376 6.751 4.49-3.016 2.013-3.735-2.492zm-1.724 0v4.009l-3.735 2.494-3.014-2.013zm-7.439 6.098L5.853 12l-2.155 1.438zm7.439 8.974-6.749-4.491 3.015-2.011 3.735 2.492zM12 14.035 8.953 12 12 9.966 15.047 12zm.862 5.501v-4.009l3.735-2.492 3.016 2.011zm7.441-6.098L18.147 12l2.156-1.438z"})))},{name:"deezer",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M20.129 3.662c.222-1.287.548-2.096.909-2.098h.001c.673.002 1.219 2.809 1.219 6.274s-.546 6.274-1.22 6.274c-.276 0-.531-.477-.736-1.276-.324 2.926-.997 4.937-1.776 4.937-.603 0-1.144-1.208-1.507-3.114-.248 3.624-.872 6.195-1.602 6.195-.458 0-.875-1.019-1.184-2.678C13.861 21.6 13.003 24 12.002 24s-1.861-2.399-2.231-5.824c-.307 1.659-.724 2.678-1.184 2.678-.73 0-1.352-2.571-1.602-6.195-.363 1.905-.903 3.114-1.507 3.114-.778 0-1.452-2.011-1.776-4.937-.204.802-.46 1.276-.736 1.276-.674 0-1.22-2.809-1.22-6.274s.546-6.274 1.22-6.274c.362 0 .685.812.91 2.098.357-2.22.94-3.662 1.6-3.662.784 0 1.463 2.04 1.784 5.002.314-2.156.791-3.53 1.325-3.53.749 0 1.385 2.703 1.621 6.474.443-1.933 1.085-3.146 1.795-3.146s1.352 1.214 1.795 3.146c.237-3.771.872-6.474 1.621-6.474.533 0 1.009 1.374 1.325 3.53.321-2.962 1-5.002 1.784-5.002.658 0 1.244 1.443 1.603 3.662M0 7.221c0-1.549.31-2.805.692-2.805s.692 1.256.692 2.805-.31 2.805-.692 2.805S0 8.77 0 7.221m22.616 0c0-1.549.31-2.805.692-2.805S24 5.672 24 7.221s-.31 2.805-.692 2.805-.692-1.256-.692-2.805"})))},{name:"discord",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M20.33 4.523A20 20 0 0 0 15.379 3a14 14 0 0 0-.634 1.289 18.4 18.4 0 0 0-5.495 0A14 14 0 0 0 8.615 3 20 20 0 0 0 3.66 4.527C.527 9.163-.323 13.684.102 18.141a20 20 0 0 0 6.073 3.049 14.7 14.7 0 0 0 1.301-2.097 13 13 0 0 1-2.048-.978q.258-.189.502-.378a14.27 14.27 0 0 0 12.142 0q.247.202.502.378a13 13 0 0 1-2.052.98 14.5 14.5 0 0 0 1.301 2.095 19.9 19.9 0 0 0 6.076-3.047c.498-5.168-.851-9.648-3.568-13.62M8.013 15.4c-1.183 0-2.161-1.074-2.161-2.395S6.796 10.6 8.01 10.6s2.183 1.083 2.163 2.405S9.22 15.4 8.013 15.4m7.974 0c-1.186 0-2.16-1.074-2.16-2.395s.944-2.405 2.16-2.405 2.178 1.083 2.157 2.405-.951 2.395-2.158 2.395"})))},{name:"dribbble",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 22C6.486 22 2 17.514 2 12S6.486 2 12 2s10 4.486 10 10-4.486 10-10 10m8.434-8.631c-.292-.092-2.644-.794-5.32-.365 1.117 3.07 1.572 5.57 1.659 6.09a8.56 8.56 0 0 0 3.661-5.725m-5.098 6.507c-.127-.749-.623-3.361-1.822-6.477l-.056.019c-4.818 1.679-6.547 5.02-6.701 5.334A8.5 8.5 0 0 0 12 20.555a8.5 8.5 0 0 0 3.336-.679m-9.682-2.152c.193-.331 2.538-4.213 6.943-5.637q.167-.054.337-.102a29 29 0 0 0-.692-1.45c-4.266 1.277-8.405 1.223-8.778 1.216a8.497 8.497 0 0 0 2.19 5.973m-2.015-7.46c.382.005 3.901.02 7.897-1.041a55 55 0 0 0-3.167-4.94 8.57 8.57 0 0 0-4.73 5.981m6.359-6.555a46 46 0 0 1 3.187 5c3.037-1.138 4.323-2.867 4.477-3.085a8.51 8.51 0 0 0-7.664-1.915m8.614 2.903c-.18.243-1.612 2.078-4.77 3.367a27 27 0 0 1 .751 1.678c2.842-.357 5.666.215 5.948.275a8.5 8.5 0 0 0-1.929-5.32"})))},{name:"dropbox",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 6.134 6.069 9.797 2 6.54l5.883-3.843zm-10 6.92 5.883 3.843L12 13.459 6.069 9.797zm10 .405 4.116 3.439L22 13.054l-4.069-3.257zM22 6.54l-5.884-3.843L12 6.134l5.931 3.663zm-9.989 7.66-4.129 3.426-1.767-1.153v1.291l5.896 3.539 5.897-3.539v-1.291l-1.769 1.153z"})))},{name:"eventbrite",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M18.041 3.931 5.959 3A2.96 2.96 0 0 0 3 5.959v12.083A2.96 2.96 0 0 0 5.959 21l12.083-.931C19.699 19.983 21 18.744 21 17.11V6.89c0-1.634-1.259-2.863-2.959-2.959M16.933 8.17c-.082.215-.192.432-.378.551-.188.122-.489.132-.799.132-1.521 0-3.062-.048-4.607-.048q-.23 1.061-.451 2.128c.932-.004 1.873.005 2.81.005.726 0 1.462-.069 1.586.525.04.189-.001.426-.052.615-.105.38-.258.676-.625.783-.185.054-.408.058-.646.058-1.145 0-2.345.017-3.493.02-.169.772-.328 1.553-.489 2.333 1.57-.005 3.067-.041 4.633-.058.627-.007 1.085.194 1.009.85a2.2 2.2 0 0 1-.211.725c-.102.208-.248.376-.488.452-.237.075-.541.064-.862.078-.304.014-.614.008-.924.016-.309.009-.619.022-.919.022-1.253 0-2.429.08-3.683.073-.603-.004-1.014-.249-1.124-.757-.059-.273-.018-.58.036-.841a3543 3543 0 0 1 1.629-7.763c.056-.265.114-.511.225-.714a1.24 1.24 0 0 1 .79-.62c.368-.099.883-.047 1.344-.047.305 0 .612.008.914.016.925.026 1.817.03 2.747.053.304.007.615.016.915.016.621 0 1.17.073 1.245.614.039.288-.051.567-.132.783"})))},{name:"facebook",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 2C6.5 2 2 6.5 2 12c0 5 3.7 9.1 8.4 9.9v-7H7.9V12h2.5V9.8c0-2.5 1.5-3.9 3.8-3.9 1.1 0 2.2.2 2.2.2v2.5h-1.3c-1.2 0-1.6.8-1.6 1.6V12h2.8l-.4 2.9h-2.3v7C18.3 21.1 22 17 22 12c0-5.5-4.5-10-10-10"})))},{name:"fediverse",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 743 743"},React.createElement("g",null,React.createElement("path",{d:"M181.131 275.137a68.9 68.9 0 0 1-29.465 29.328l161.758 162.389 38.998-19.764zm213.363 214.187-38.998 19.764 81.963 82.283a68.9 68.9 0 0 1 29.471-29.332zM581.646 339.391l-91.576 46.41 6.752 43.189 103.616-52.513a68.9 68.9 0 0 1-18.792-37.086m-144.738 73.351L220.383 522.477a68.9 68.9 0 0 1 18.795 37.089L443.66 455.934zM367.275 142.438l-104.48 203.97 30.848 30.967 110.623-215.957a68.9 68.9 0 0 1-36.991-18.98M235.621 399.459l-52.922 103.314a68.9 68.9 0 0 1 36.987 18.979l46.781-91.328zM150.768 304.918a68.9 68.9 0 0 1-34.416 7.195 69 69 0 0 1-6.651-.695l30.903 197.662a68.9 68.9 0 0 1 34.416-7.195 69 69 0 0 1 6.646.695zM239.342 560.545c.707 4.589.949 9.239.72 13.877a68.9 68.9 0 0 1-7.267 27.18l197.629 31.712c-.708-4.59-.95-9.24-.723-13.878a68.9 68.9 0 0 1 7.27-27.178zM601.133 377.199l-91.219 178.082a68.9 68.9 0 0 1 36.994 18.983l91.217-178.08a68.9 68.9 0 0 1-36.992-18.985M476.723 125.33a68.9 68.9 0 0 1-29.471 29.332l141.266 141.811a68.9 68.9 0 0 1 29.468-29.332zM347.787 104.631l-178.576 90.498a68.9 68.9 0 0 1 18.793 37.086l178.574-90.502a68.9 68.9 0 0 1-18.791-37.082M446.926 154.826a68.9 68.9 0 0 1-34.983 7.483 69 69 0 0 1-6.029-.633l15.818 101.291 43.163 6.926zm-16 167.028 37.4 239.482a68.9 68.9 0 0 1 33.914-6.943q3.625.206 7.207.791L474.09 328.777zM188.131 232.975c.734 4.66.988 9.383.758 14.095a68.9 68.9 0 0 1-7.16 26.983l101.369 16.281 19.923-38.908zm173.736 27.9-19.926 38.912 239.514 38.467a69 69 0 0 1-.695-13.719 68.9 68.9 0 0 1 7.349-27.324z"}),React.createElement("path",{fillOpacity:".996",d:"M412.284 156.054c34.538 1.882 64.061-24.592 65.943-59.13s-24.592-64.062-59.131-65.943c-34.538-1.882-64.061 24.592-65.943 59.13s24.593 64.062 59.131 65.943M646.144 390.82c34.538 1.881 64.062-24.593 65.943-59.131s-24.592-64.061-59.13-65.943-64.062 24.593-65.943 59.131 24.592 64.061 59.13 65.943M495.086 685.719c34.538 1.881 64.062-24.592 65.943-59.13s-24.592-64.062-59.13-65.943-64.062 24.592-65.943 59.13 24.592 64.062 59.13 65.943M167.866 633.211c34.538 1.882 64.062-24.592 65.943-59.13s-24.592-64.062-59.13-65.943-64.062 24.592-65.943 59.13 24.592 64.062 59.13 65.943M116.692 305.86c34.538 1.882 64.062-24.592 65.943-59.13s-24.592-64.062-59.131-65.943c-34.538-1.881-64.061 24.592-65.943 59.13s24.593 64.062 59.131 65.943"})))},{name:"feed",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M2 8.667V12c5.515 0 10 4.485 10 10h3.333c0-7.363-5.97-13.333-13.333-13.333M2 2v3.333c9.19 0 16.667 7.477 16.667 16.667H22C22 10.955 13.045 2 2 2m2.5 15a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5"})))},{name:"flickr",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M6.5 7c-2.75 0-5 2.25-5 5s2.25 5 5 5 5-2.25 5-5-2.25-5-5-5m11 0c-2.75 0-5 2.25-5 5s2.25 5 5 5 5-2.25 5-5-2.25-5-5-5"})))},{name:"foursquare",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M17.573 2H6.905C5.434 2 5 3.107 5 3.805v16.948c0 .785.422 1.077.66 1.172.238.097.892.177 1.285-.275 0 0 5.035-5.843 5.122-5.93.132-.132.132-.132.262-.132h3.26c1.368 0 1.588-.977 1.732-1.552.078-.318.692-3.428 1.225-6.122l.675-3.368C19.56 2.893 19.14 2 17.573 2m-1.078 5.22c-.053.252-.372.518-.665.518h-4.157c-.467 0-.802.318-.802.787v.508c0 .467.337.798.805.798h3.528c.331 0 .655.362.583.715s-.407 2.102-.448 2.295c-.04.193-.262.523-.655.523h-2.88c-.523 0-.683.068-1.033.503-.35.437-3.505 4.223-3.505 4.223-.032.035-.063.027-.063-.015V4.852c0-.298.26-.648.648-.648h8.562c.315 0 .61.297.528.683z"})))},{name:"ghost",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M10.203 20.997H3.005v-3.599h7.198zm10.792-3.599h-7.193v3.599h7.193zm.003-7.198H3v3.599h17.998zm-7.195-7.197H3.005v3.599h10.798zm7.197 0h-3.599v3.599H21z"})))},{name:"git",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M23.519 10.947 13.053.482a1.543 1.543 0 0 0-2.183 0L8.696 2.656l2.756 2.756a1.83 1.83 0 0 1 1.886.439 1.84 1.84 0 0 1 .436 1.898l2.656 2.657a1.83 1.83 0 0 1 1.899.436 1.837 1.837 0 0 1 0 2.597 1.84 1.84 0 0 1-2.599 0 1.84 1.84 0 0 1-.4-1.998l-2.478-2.477v6.521a1.837 1.837 0 0 1 .485 2.945 1.837 1.837 0 0 1-2.597 0 1.837 1.837 0 0 1 0-2.598 1.8 1.8 0 0 1 .602-.401V8.85a1.8 1.8 0 0 1-.602-.4 1.84 1.84 0 0 1-.395-2.009L7.628 3.723.452 10.898a1.544 1.544 0 0 0 0 2.184l10.467 10.467a1.544 1.544 0 0 0 2.183 0l10.417-10.418a1.546 1.546 0 0 0 0-2.184"})))},{name:"github",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12c0 4.419 2.865 8.166 6.839 9.489.5.09.682-.218.682-.484 0-.236-.009-.866-.014-1.699-2.782.602-3.369-1.34-3.369-1.34-.455-1.157-1.11-1.465-1.11-1.465-.909-.62.069-.608.069-.608 1.004.071 1.532 1.03 1.532 1.03.891 1.529 2.341 1.089 2.91.833.091-.647.349-1.086.635-1.337-2.22-.251-4.555-1.111-4.555-4.943 0-1.091.39-1.984 1.03-2.682-.103-.254-.447-1.27.097-2.646 0 0 .84-.269 2.75 1.025A9.6 9.6 0 0 1 12 6.836c.85.004 1.705.114 2.504.336 1.909-1.294 2.748-1.025 2.748-1.025.546 1.376.202 2.394.1 2.646.64.699 1.026 1.591 1.026 2.682 0 3.841-2.337 4.687-4.565 4.935.359.307.679.917.679 1.852 0 1.335-.012 2.415-.012 2.741 0 .269.18.579.688.481A10 10 0 0 0 22 12c0-5.523-4.477-10-10-10"})))},{name:"google-alt",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2m-.05 16c-3.312 0-6-2.688-6-6s2.688-6 6-6c1.62 0 2.976.594 4.014 1.566L14.26 9.222c-.432-.408-1.188-.888-2.31-.888-1.986 0-3.606 1.65-3.606 3.672s1.62 3.672 3.606 3.672c2.298 0 3.144-1.59 3.3-2.532h-3.306v-2.238h5.616c.084.378.15.732.15 1.23 0 3.426-2.298 5.862-5.76 5.862"})))},{name:"google-plus-alt",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M8 11h6.61c.06.35.11.7.11 1.16 0 4-2.68 6.84-6.72 6.84-3.87 0-7-3.13-7-7s3.13-7 7-7c1.89 0 3.47.69 4.69 1.83l-1.9 1.83c-.52-.5-1.43-1.08-2.79-1.08-2.39 0-4.34 1.98-4.34 4.42S5.61 16.42 8 16.42c2.77 0 3.81-1.99 3.97-3.02H8zm15 0h-2V9h-2v2h-2v2h2v2h2v-2h2"})))},{name:"google-plus",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2m-1.919 14.05a4.051 4.051 0 0 1 0-8.1c1.094 0 2.009.401 2.709 1.057l-1.15 1.118a2.23 2.23 0 0 0-1.559-.599c-1.341 0-2.434 1.114-2.434 2.479s1.094 2.479 2.434 2.479c1.551 0 2.122-1.073 2.227-1.709h-2.232v-1.511h3.791c.057.255.101.494.101.83.001 2.312-1.55 3.956-3.887 3.956M19 12.75h-1.25V14h-1.5v-1.25H15v-1.5h1.25V10h1.5v1.25H19z"})))},{name:"google",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12.02 10.18v3.73h5.51c-.26 1.57-1.67 4.22-5.5 4.22-3.31 0-6.01-2.75-6.01-6.12s2.7-6.12 6.01-6.12c1.87 0 3.13.8 3.85 1.48l2.84-2.76C16.99 2.99 14.73 2 12.03 2c-5.52 0-10 4.48-10 10s4.48 10 10 10c5.77 0 9.6-4.06 9.6-9.77 0-.83-.11-1.42-.25-2.05z"})))},{name:"instagram",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 4.622c2.403 0 2.688.009 3.637.052.877.04 1.354.187 1.671.31.42.163.72.358 1.035.673s.51.615.673 1.035c.123.317.27.794.31 1.671.043.949.052 1.234.052 3.637s-.009 2.688-.052 3.637c-.04.877-.187 1.354-.31 1.671-.163.42-.358.72-.673 1.035s-.615.51-1.035.673c-.317.123-.794.27-1.671.31-.949.043-1.233.052-3.637.052s-2.688-.009-3.637-.052c-.877-.04-1.354-.187-1.671-.31a2.8 2.8 0 0 1-1.035-.673 2.8 2.8 0 0 1-.673-1.035c-.123-.317-.27-.794-.31-1.671-.043-.949-.052-1.234-.052-3.637s.009-2.688.052-3.637c.04-.877.187-1.354.31-1.671.163-.42.358-.72.673-1.035s.615-.51 1.035-.673c.317-.123.794-.27 1.671-.31.949-.043 1.234-.052 3.637-.052M12 3c-2.444 0-2.751.01-3.711.054-.958.044-1.612.196-2.184.418a4.4 4.4 0 0 0-1.594 1.039c-.5.5-.808 1.002-1.038 1.594-.223.572-.375 1.226-.419 2.184C3.01 9.249 3 9.556 3 12s.01 2.751.054 3.711c.044.958.196 1.612.418 2.185.23.592.538 1.094 1.038 1.594s1.002.808 1.594 1.038c.572.222 1.227.375 2.185.418.96.044 1.267.054 3.711.054s2.751-.01 3.711-.054c.958-.044 1.612-.196 2.185-.418a4.4 4.4 0 0 0 1.594-1.038c.5-.5.808-1.002 1.038-1.594.222-.572.375-1.227.418-2.185.044-.96.054-1.267.054-3.711s-.01-2.751-.054-3.711c-.044-.958-.196-1.612-.418-2.185A4.4 4.4 0 0 0 19.49 4.51c-.5-.5-1.002-.808-1.594-1.038-.572-.222-1.227-.375-2.185-.418C14.751 3.01 14.444 3 12 3m0 4.378a4.622 4.622 0 1 0 0 9.244 4.622 4.622 0 0 0 0-9.244M12 15a3 3 0 1 1 0-6 3 3 0 0 1 0 6m4.804-8.884a1.08 1.08 0 1 0 .001 2.161 1.08 1.08 0 0 0-.001-2.161"})))},{name:"json-feed",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"m8.522 17.424.027.027c1.076-1.076 1.854-.993 3.154.306l2.053 2.053c2.136 2.136 4.131 2.028 6.515-.356l.729-.728-1.548-1.548-.373.373c-1.349 1.349-2.293 1.366-3.585.075l-2.409-2.409c-1.242-1.242-2.475-1.366-3.659-.381l-.232-.232c1.01-1.225.911-2.368-.29-3.568l-2.16-2.162c-1.317-1.317-1.308-2.236.058-3.602l.372-.372-1.54-1.54-.728.729c-2.393 2.393-2.525 4.346-.439 6.433l1.78 1.78c1.3 1.3 1.383 2.095.315 3.163l.008.008a1.384 1.384 0 0 0 1.952 1.951"}),React.createElement("circle",{cx:"13.089",cy:"10.905",r:"1.383"}),React.createElement("circle",{cx:"16.349",cy:"7.644",r:"1.383"}),React.createElement("circle",{cx:"19.61",cy:"4.383",r:"1.383"})))},{name:"line",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M14.255 9.572v3.333c0 .084-.066.15-.15.15h-.534a.16.16 0 0 1-.122-.061l-1.528-2.063v1.978c0 .084-.066.15-.15.15h-.534a.15.15 0 0 1-.15-.15V9.576c0-.084.066-.15.15-.15h.529a.14.14 0 0 1 .122.066l1.528 2.063V9.577c0-.084.066-.15.15-.15h.534a.15.15 0 0 1 .155.145m-3.844-.15h-.534a.15.15 0 0 0-.15.15v3.333c0 .084.066.15.15.15h.534c.084 0 .15-.066.15-.15V9.572c0-.08-.066-.15-.15-.15m-1.289 2.794H7.664V9.572a.15.15 0 0 0-.15-.15H6.98a.15.15 0 0 0-.15.15v3.333q0 .062.042.103a.16.16 0 0 0 .103.042h2.142c.084 0 .15-.066.15-.15v-.534a.15.15 0 0 0-.145-.15m7.945-2.794h-2.142c-.08 0-.15.066-.15.15v3.333c0 .08.066.15.15.15h2.142c.084 0 .15-.066.15-.15v-.534a.15.15 0 0 0-.15-.15h-1.458v-.563h1.458c.084 0 .15-.066.15-.15v-.539a.15.15 0 0 0-.15-.15h-1.458v-.563h1.458c.084 0 .15-.066.15-.15v-.534c-.005-.08-.07-.15-.15-.15M22.5 5.33v13.373c-.005 2.1-1.725 3.802-3.83 3.797H5.297c-2.1-.005-3.802-1.73-3.797-3.83V5.297c.005-2.1 1.73-3.802 3.83-3.797h13.373c2.1.005 3.802 1.725 3.797 3.83m-2.888 5.747c0-3.422-3.431-6.206-7.645-6.206s-7.645 2.784-7.645 6.206c0 3.066 2.719 5.634 6.394 6.122.895.192.792.52.591 1.725-.033.192-.155.755.661.413s4.402-2.592 6.009-4.439c1.106-1.219 1.636-2.452 1.636-3.82"})))},{name:"link",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M17 13H7v-2h10zm1-6h-1c-1.631 0-3.065.792-3.977 2H18c1.103 0 2 .897 2 2v2c0 1.103-.897 2-2 2h-4.977c.913 1.208 2.347 2 3.977 2h1a4 4 0 0 0 4-4v-2a4 4 0 0 0-4-4M2 11v2a4 4 0 0 0 4 4h1c1.63 0 3.065-.792 3.977-2H6c-1.103 0-2-.897-2-2v-2c0-1.103.897-2 2-2h4.977C10.065 7.792 8.631 7 7 7H6a4 4 0 0 0-4 4"})))},{name:"linkedin",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M19.7 3H4.3A1.3 1.3 0 0 0 3 4.3v15.4A1.3 1.3 0 0 0 4.3 21h15.4a1.3 1.3 0 0 0 1.3-1.3V4.3A1.3 1.3 0 0 0 19.7 3M8.339 18.338H5.667v-8.59h2.672zM7.004 8.574a1.548 1.548 0 1 1-.002-3.096 1.548 1.548 0 0 1 .002 3.096m11.335 9.764H15.67v-4.177c0-.996-.017-2.278-1.387-2.278-1.389 0-1.601 1.086-1.601 2.206v4.249h-2.667v-8.59h2.559v1.174h.037c.356-.675 1.227-1.387 2.526-1.387 2.703 0 3.203 1.779 3.203 4.092v4.711z"})))},{name:"mail",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M20 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2m0 4.236-8 4.882-8-4.882V6h16z"})))},{name:"mastodon",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M11.973 2.352c-2.468.02-4.842.286-6.225.921 0 0-2.742 1.229-2.742 5.415 0 .958-.018 2.105.012 3.32.1 4.094.75 8.128 4.535 9.129 1.745.462 3.244.56 4.45.494 2.19-.122 3.417-.781 3.417-.781l-.072-1.588s-1.565.491-3.32.431c-1.74-.06-3.576-.188-3.858-2.324a4 4 0 0 1-.04-.598s1.709.416 3.874.516c1.324.06 2.563-.076 3.824-.226 2.418-.29 4.524-1.78 4.79-3.141.416-2.144.38-5.232.38-5.232 0-4.186-2.74-5.415-2.74-5.415-1.383-.635-3.76-.9-6.227-.921zM9.18 5.622c1.028 0 1.804.395 2.318 1.185l.502.84.5-.84c.514-.79 1.292-1.186 2.32-1.186.888 0 1.605.313 2.15.922q.795.915.794 2.469v5.068h-2.008V9.16c0-1.037-.438-1.562-1.31-1.562-.966 0-1.448.622-1.448 1.857v2.693h-1.996V9.455c0-1.235-.484-1.857-1.45-1.857-.872 0-1.308.525-1.308 1.562v4.92H6.236V9.012q-.001-1.554.793-2.469c.547-.609 1.263-.922 2.15-.922"})))},{name:"medium-alt",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{fillRule:"nonzero",d:"M7.423 6c3.27 0 5.922 2.686 5.922 6s-2.651 6-5.922 6S1.5 15.313 1.5 12s2.652-6 5.923-6m9.458.351c1.635 0 2.961 2.53 2.961 5.65 0 3.118-1.325 5.648-2.96 5.648S13.92 15.119 13.92 12s1.325-5.649 2.96-5.649m4.577.589c.576 0 1.042 2.265 1.042 5.06s-.466 5.06-1.042 5.06c-.575 0-1.04-2.265-1.04-5.06s.465-5.06 1.04-5.06"})))},{name:"medium",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M3 3v18h18V3zm15 4.26-1 .93a.28.28 0 0 0-.11.27v6.8a.27.27 0 0 0 .11.27l.94.93v.2h-4.75v-.2l1-1c.09-.1.09-.12.09-.27V9.74l-2.71 6.9h-.37L8 9.74v4.62a.67.67 0 0 0 .17.54l1.27 1.54v.2H5.86v-.2l1.27-1.54a.64.64 0 0 0 .17-.54V9a.5.5 0 0 0-.16-.4L6 7.26v-.2h3.52L12.23 13l2.38-5.94H18z"})))},{name:"messenger",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12.026.375C5.462.375.375 5.172.375 11.652c0 3.389 1.393 6.318 3.66 8.341.391.352.311.556.377 2.73a.934.934 0 0 0 1.307.823c2.48-1.092 2.512-1.178 2.933-1.064 7.185 1.977 14.973-2.621 14.973-10.83 0-6.48-5.035-11.277-11.599-11.277m6.996 8.678L15.6 14.47a1.75 1.75 0 0 1-2.527.465l-2.723-2.038a.7.7 0 0 0-.844 0l-3.674 2.786c-.49.372-1.133-.216-.802-.735l3.422-5.417a1.75 1.75 0 0 1 2.527-.465l2.722 2.037a.7.7 0 0 0 .844 0L18.22 8.32c.489-.374 1.132.213.801.732"})))},{name:"microblog",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M19.641 17.086c1.294-1.522 2.067-3.438 2.067-5.521 0-4.957-4.371-8.972-9.763-8.972s-9.763 4.015-9.763 8.972 4.371 8.972 9.763 8.972a10.5 10.5 0 0 0 3.486-.59.315.315 0 0 1 .356.112c.816 1.101 2.09 1.876 3.506 2.191a.194.194 0 0 0 .192-.309 3.82 3.82 0 0 1 .162-4.858zm-3.065-6.575-2.514 1.909.912 3.022a.286.286 0 0 1-.437.317l-2.592-1.802-2.592 1.802a.285.285 0 0 1-.436-.317l.912-3.022-2.515-1.909a.285.285 0 0 1 .167-.513l3.155-.066 1.038-2.981a.285.285 0 0 1 .539 0l1.038 2.981 3.155.066a.285.285 0 0 1 .17.513"})))},{name:"nextdoor",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",strokeMiterlimit:"10",viewBox:"0 0 130 130"},React.createElement("g",null,React.createElement("path",{d:"M64.25 3.531c-31.144.337-57.596 24.22-60.469 55.907-3.064 33.799 21.857 63.685 55.657 66.75s63.685-21.857 66.75-55.657-21.857-63.686-55.657-66.75a62 62 0 0 0-6.281-.25m3.938 34.907C82.468 38.438 93.5 48.58 93.5 61.5v27c0 .685-.565 1.25-1.25 1.25H80.906a1.267 1.267 0 0 1-1.25-1.25V63.375c0-5.58-4.309-11.937-11.469-11.937-7.47 0-11.468 6.357-11.468 11.937V88.5c0 .685-.565 1.25-1.25 1.25H44.125c-.68 0-1.219-.57-1.219-1.25V64.156c0-.74-.529-1.364-1.25-1.531-13.13-2.93-15.115-10.285-15.375-21.125-.005-.332.142-.67.375-.906.233-.237.543-.375.875-.375l11.688.062c.66.01 1.187.529 1.218 1.188.13 4.44.438 9.406 4.438 9.406.83 0 1.443-1.179 1.813-1.719 4.41-6.48 12.28-10.718 21.5-10.718"})))},{name:"patreon",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M20 7.408c-.003-2.299-1.746-4.182-3.79-4.862-2.54-.844-5.888-.722-8.312.453-2.939 1.425-3.862 4.545-3.896 7.656-.028 2.559.22 9.297 3.92 9.345 2.75.036 3.159-3.603 4.43-5.356.906-1.247 2.071-1.599 3.506-1.963 2.465-.627 4.146-2.626 4.142-5.273"})))},{name:"pinterest-alt",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12.289 2C6.617 2 3.606 5.648 3.606 9.622c0 1.846 1.025 4.146 2.666 4.878.25.111.381.063.439-.169.044-.175.267-1.029.365-1.428a.37.37 0 0 0-.091-.362c-.54-.63-.975-1.791-.975-2.873 0-2.777 2.194-5.464 5.933-5.464 3.23 0 5.49 2.108 5.49 5.122 0 3.407-1.794 5.768-4.13 5.768-1.291 0-2.257-1.021-1.948-2.277.372-1.495 1.089-3.112 1.089-4.191 0-.967-.542-1.775-1.663-1.775-1.319 0-2.379 1.309-2.379 3.059 0 1.115.394 1.869.394 1.869s-1.302 5.279-1.54 6.261c-.405 1.666.053 4.368.094 4.604.021.126.167.169.25.063.129-.165 1.699-2.419 2.142-4.051.158-.59.817-2.995.817-2.995.43.784 1.681 1.446 3.013 1.446 3.963 0 6.822-3.494 6.822-7.833C20.394 5.112 16.849 2 12.289 2"})))},{name:"pinterest",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12c0 4.236 2.636 7.855 6.356 9.312-.087-.791-.166-2.005.035-2.869.182-.78 1.173-4.971 1.173-4.971s-.299-.599-.299-1.484c0-1.39.806-2.429 1.809-2.429.853 0 1.265.641 1.265 1.409 0 .858-.546 2.141-.828 3.329-.236.996.499 1.807 1.481 1.807 1.777 0 3.144-1.874 3.144-4.579 0-2.394-1.72-4.068-4.177-4.068-2.845 0-4.515 2.134-4.515 4.34 0 .859.331 1.781.744 2.282a.3.3 0 0 1 .069.287c-.077.316-.246.995-.279 1.134-.044.183-.145.222-.334.134-1.249-.581-2.03-2.407-2.03-3.874 0-3.154 2.292-6.051 6.607-6.051 3.469 0 6.165 2.472 6.165 5.775 0 3.446-2.173 6.22-5.189 6.22-1.013 0-1.966-.526-2.292-1.148l-.623 2.377c-.226.869-.835 1.957-1.243 2.622.936.289 1.93.445 2.961.445 5.523 0 10-4.477 10-10S17.523 2 12 2"})))},{name:"pocket",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M21.927 4.194A1.82 1.82 0 0 0 20.222 3H3.839a1.823 1.823 0 0 0-1.813 1.814v6.035l.069 1.2c.29 2.73 1.707 5.115 3.899 6.778l.119.089.025.018a9.9 9.9 0 0 0 3.91 1.727 10.06 10.06 0 0 0 4.049-.014.3.3 0 0 0 .064-.023 9.9 9.9 0 0 0 3.753-1.691l.025-.018q.06-.043.119-.089c2.192-1.664 3.609-4.049 3.898-6.778l.069-1.2V4.814a1.8 1.8 0 0 0-.098-.62m-4.235 6.287-4.704 4.512a1.37 1.37 0 0 1-1.898 0l-4.705-4.512a1.371 1.371 0 1 1 1.898-1.979l3.756 3.601 3.755-3.601a1.372 1.372 0 0 1 1.898 1.979"})))},{name:"polldaddy",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 2C6.487 2 2 6.487 2 12c0 5.514 4.487 10 10 10 5.514 0 10-4.486 10-10 0-5.513-4.486-10-10-10m.991 1.68c2.361.084 4.657 1.251 6.197 3.136.283.334.541.693.774 1.067a7.78 7.78 0 0 0-6.094-2.94 7.76 7.76 0 0 0-5.896 2.703q-.008.006-.016.014l-.152.159-.031.032a6.12 6.12 0 0 0-1.633 4.165 6.15 6.15 0 0 0 6.143 6.143c.57 0 1.123-.081 1.649-.227-1.849.839-4.131.747-5.926-.324-1.841-1.089-3.171-3.111-3.433-5.313A7.39 7.39 0 0 1 6.69 6.137C8.294 4.5 10.634 3.563 12.991 3.68m3.373 8.519c-.049-2.024-1.587-3.889-3.544-4.174-1.927-.343-3.917.857-4.451 2.661a3.67 3.67 0 0 0 .2 2.653c.39.8 1.067 1.451 1.894 1.759 1.664.654 3.63-.27 4.173-1.863.593-1.58-.396-3.423-1.94-3.776-1.52-.407-3.161.757-3.204 2.243a2.36 2.36 0 0 0 .753 1.879c.501.476 1.23.667 1.871.529a2.07 2.07 0 0 0 1.469-1.134 1.91 1.91 0 0 0-.087-1.767c-.297-.513-.859-.863-1.429-.881a1.7 1.7 0 0 0-1.437.679 1.53 1.53 0 0 0-.18 1.489q.006.016.016.03c.193.634.774 1.1 1.467 1.117a1.6 1.6 0 0 1-.97-.183c-.466-.244-.809-.747-.893-1.29a1.8 1.8 0 0 1 .499-1.539 2.02 2.02 0 0 1 1.58-.606c.593.04 1.159.35 1.517.859.364.496.51 1.156.383 1.773-.116.62-.529 1.174-1.093 1.514a2.52 2.52 0 0 1-1.914.286c-.65-.161-1.226-.606-1.584-1.206a2.83 2.83 0 0 1-.341-2.031c.143-.7.573-1.321 1.176-1.753 1.193-.883 3.056-.751 4.106.411 1.106 1.1 1.327 3.027.406 4.371-.877 1.376-2.74 2.086-4.374 1.594-1.639-.449-2.913-2.079-3.031-3.853-.07-.884.13-1.797.583-2.577.445-.777 1.155-1.432 1.972-1.862 1.64-.88 3.816-.743 5.349.424 1.251.924 2.083 2.42 2.236 4.009l.001.03c0 2.9-2.359 5.26-5.26 5.26a5.2 5.2 0 0 1-1.947-.376 5 5 0 0 0 2.613-.079 4.96 4.96 0 0 0 2.514-1.751c.618-.828.95-1.861.901-2.869M12 21.113c-5.024 0-9.111-4.087-9.111-9.113 0-4.789 3.713-8.723 8.411-9.081a7 7 0 0 0-.397.06c-2.644.453-5.017 2.106-6.32 4.409-1.309 2.301-1.391 5.19-.3 7.527 1.056 2.34 3.253 4.156 5.776 4.553 2.497.44 5.133-.483 6.787-2.301 1.719-1.797 2.269-4.529 1.486-6.796-.583-1.81-1.976-3.331-3.7-4.046 3.417.594 6.174 3.221 6.174 6.781 0 1.004-.241 2.02-.657 2.966-1.498 2.984-4.586 5.041-8.149 5.041"})))},{name:"print",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M9 16h6v2H9zm13 1h-3v3a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-3H2V9a2 2 0 0 1 2-2h1V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v2h1a2 2 0 0 1 2 2zM7 7h10V5H7zm10 7H7v6h10zm3-3.5a1.5 1.5 0 1 0-3.001.001A1.5 1.5 0 0 0 20 10.5"})))},{name:"quora",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M47.736 16.521c-.41-.81-.898-1.631-1.846-1.631a1 1 0 0 0-.527.107l-.322-.644a2.93 2.93 0 0 1 1.836-.595c1.26 0 1.914.605 2.431 1.397a6.8 6.8 0 0 0 .449-2.675c0-2.773-.869-4.199-2.929-4.199-1.992 0-2.851 1.465-2.851 4.199s.859 4.17 2.851 4.17a4 4 0 0 0 .869-.107zm.498.966a6 6 0 0 1-1.367.185 5.27 5.27 0 0 1-5.263-5.204c0-3.114 2.558-5.233 5.263-5.233s5.282 2.109 5.282 5.233a5.08 5.08 0 0 1-1.992 4.072c.381.566.781.956 1.319.956.595 0 .839-.459.878-.82h.781c.049.488-.195 2.48-2.373 2.48-1.319 0-2.012-.761-2.529-1.66zm5.624-2.646v-3.563c0-.371-.146-.586-.615-.586h-.498v-.956h3.251v5.048c0 .849.459 1.231 1.161 1.231a1.56 1.56 0 0 0 1.465-.839V11.28c0-.371-.146-.586-.615-.586h-.527v-.957h3.28v5.302c0 .527.195.732.8.732h.107v.976l-2.929.468V16.21h-.057a3.12 3.12 0 0 1-2.509 1.152c-1.28 0-2.304-.644-2.304-2.558zm12.059 1.611c1.152 0 1.592-1.005 1.611-3.027.02-1.982-.459-2.929-1.611-2.929-1.005 0-1.641.956-1.641 2.929 0 2.021.625 3.027 1.641 3.027m0 .956a3.906 3.906 0 0 1-3.974-3.974c0-2.334 1.836-3.886 3.974-3.886 2.226 0 4.004 1.582 4.004 3.886a3.867 3.867 0 0 1-4.004 3.974m4.072-.146v-.956h.312c.781 0 .859-.224.859-.908v-4.121c0-.371-.215-.586-.732-.586h-.42v-.955h2.968l.146 1.553h.108c.371-1.113 1.221-1.699 2.051-1.699.693 0 1.221.39 1.221 1.181 0 .547-.264 1.093-1.005 1.093-.664 0-.8-.449-1.358-.449-.488 0-.869.468-.869 1.152v2.783c0 .673.166.908.937.908h.439v.956h-4.658zm9.901-1.093c.956 0 1.338-.898 1.338-1.797v-1.211c-.732.722-2.304.742-2.304 2.021 0 .625.371.986.966.986m1.387 0c-.39.752-1.191 1.26-2.314 1.26-1.309 0-2.148-.732-2.148-1.914 0-2.451 3.417-1.797 4.423-3.427v-.185c0-1.25-.488-1.445-1.035-1.445-1.524 0-.83 1.631-2.226 1.631-.673 0-.937-.371-.937-.859 0-.927 1.093-1.67 3.173-1.67 1.963 0 3.163.537 3.163 2.49v3.114q-.02.742.595.742a1 1 0 0 0 .449-.127l.254.615c-.205.312-.752.869-1.836.869-.908 0-1.465-.42-1.543-1.113h-.01zm-68.554 2.558c-.83-1.641-1.807-3.3-3.711-3.3a2.9 2.9 0 0 0-1.093.215l-.644-1.299a5.66 5.66 0 0 1 3.662-1.211c2.548 0 3.857 1.231 4.892 2.792q.917-2.012.908-5.38c0-5.585-1.748-8.417-5.829-8.417-4.033 0-5.76 2.87-5.76 8.417s1.738 8.397 5.76 8.397a5.9 5.9 0 0 0 1.748-.224zm.996 1.953a9.8 9.8 0 0 1-2.744.371C5.614 21.041.371 16.764.371 10.545.371 4.277 5.614 0 10.965 0c5.448 0 10.642 4.248 10.642 10.545a10.25 10.25 0 0 1-4.013 8.201c.732 1.152 1.563 1.914 2.665 1.914 1.201 0 1.689-.927 1.768-1.66h1.572c.088.966-.4 4.999-4.775 4.999-2.646 0-4.052-1.543-5.106-3.339z"})))},{name:"reddit",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M22 11.816a2.28 2.28 0 0 0-2.277-2.277c-.593 0-1.122.24-1.526.614-1.481-.965-3.455-1.594-5.647-1.69l1.171-3.702 3.18.748a1.88 1.88 0 0 0 1.876 1.862 1.88 1.88 0 0 0 1.877-1.878 1.88 1.88 0 0 0-1.877-1.877c-.769 0-1.431.466-1.72 1.13l-3.508-.826a.386.386 0 0 0-.46.261l-1.35 4.268c-2.316.038-4.411.67-5.97 1.671a2.24 2.24 0 0 0-1.492-.581A2.28 2.28 0 0 0 2 11.816c0 .814.433 1.523 1.078 1.925a4 4 0 0 0-.061.672c0 3.292 4.011 5.97 8.941 5.97s8.941-2.678 8.941-5.97q-.002-.32-.053-.632A2.26 2.26 0 0 0 22 11.816m-3.224-7.422a1.1 1.1 0 1 1-.001 2.199 1.1 1.1 0 0 1 .001-2.199M2.777 11.816c0-.827.672-1.5 1.499-1.5.313 0 .598.103.838.269-.851.676-1.477 1.479-1.812 2.36a1.48 1.48 0 0 1-.525-1.129m9.182 7.79c-4.501 0-8.164-2.329-8.164-5.193S7.457 9.22 11.959 9.22s8.164 2.329 8.164 5.193-3.663 5.193-8.164 5.193m8.677-6.605c-.326-.89-.948-1.701-1.797-2.384.248-.186.55-.301.883-.301.827 0 1.5.673 1.5 1.5.001.483-.23.911-.586 1.185m-11.64 1.703c-.76 0-1.397-.616-1.397-1.376s.637-1.397 1.397-1.397 1.376.637 1.376 1.397-.616 1.376-1.376 1.376m7.405-1.376c0 .76-.616 1.376-1.376 1.376s-1.399-.616-1.399-1.376.639-1.397 1.399-1.397 1.376.637 1.376 1.397m-1.172 3.38a.39.39 0 0 1 0 .55c-.674.674-1.727 1.002-3.219 1.002l-.011-.002-.011.002c-1.492 0-2.544-.328-3.218-1.002a.389.389 0 1 1 .55-.55c.521.521 1.394.775 2.669.775l.011.002.011-.002c1.275 0 2.148-.253 2.669-.775a.387.387 0 0 1 .549 0"})))},{name:"share",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M18 16c-.788 0-1.499.31-2.034.807L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.048 4.118A3 3 0 0 0 15 19a3 3 0 1 0 3-3"})))},{name:"skype",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"m10.113 2.699.1-.02q.05.025.098.051zM2.72 10.223l-.017.103q.025.048.051.095zm18.555 3.548q.009-.053.018-.106-.025-.047-.052-.095zm-7.712 7.428q.049.027.096.053l.105-.017zM22 16.386a5.55 5.55 0 0 1-1.637 3.953 5.55 5.55 0 0 1-3.953 1.637 5.6 5.6 0 0 1-2.75-.725l.105-.017-.202-.035q.049.027.096.053a9.5 9.5 0 0 1-1.654.147 9.4 9.4 0 0 1-3.676-.743 9.4 9.4 0 0 1-3.002-2.023 9.4 9.4 0 0 1-2.023-3.002 9.4 9.4 0 0 1-.743-3.676c0-.546.049-1.093.142-1.628q.025.048.051.095l-.034-.199-.017.103A5.6 5.6 0 0 1 2 7.615c0-1.493.582-2.898 1.637-3.953A5.56 5.56 0 0 1 7.59 2.024c.915 0 1.818.228 2.622.655l-.1.02.199.031q-.049-.026-.098-.051l.004-.001a9.5 9.5 0 0 1 1.788-.169 9.41 9.41 0 0 1 6.678 2.766 9.4 9.4 0 0 1 2.024 3.002 9.4 9.4 0 0 1 .743 3.676c0 .575-.054 1.15-.157 1.712q-.025-.047-.052-.095l.034.201q.009-.053.018-.106c.461.829.707 1.767.707 2.721m-5.183-2.248c0-1.331-.613-2.743-3.033-3.282l-2.209-.49c-.84-.192-1.807-.444-1.807-1.237s.679-1.348 1.903-1.348c2.468 0 2.243 1.696 3.468 1.696.645 0 1.209-.379 1.209-1.031 0-1.521-2.435-2.663-4.5-2.663-2.242 0-4.63.952-4.63 3.488 0 1.221.436 2.521 2.839 3.123l2.984.745c.903.223 1.129.731 1.129 1.189 0 .762-.758 1.507-2.129 1.507-2.679 0-2.307-2.062-3.743-2.062-.645 0-1.113.444-1.113 1.078 0 1.236 1.501 2.886 4.856 2.886 3.195 0 4.776-1.538 4.776-3.599"})))},{name:"sms",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M17.696 4C20.069 4 22 5.973 22 8.398v4.357c0 2.04-1.368 3.783-3.261 4.266v4.427l-5.234-4.295h-7.2C3.93 17.153 2 15.18 2 12.755V8.398C2 5.973 3.931 4 6.304 4zM7.028 8.515c-.98 0-1.66.562-1.66 1.349-.009.497.322.91.985 1.178l.39.142c.242.097.305.171.305.297 0 .162-.131.251-.442.251s-.76-.135-1.004-.284l-.112.046-.215.868c.359.258.832.364 1.33.364 1.104 0 1.764-.523 1.764-1.333-.008-.574-.305-.956-.954-1.216l-.393-.146c-.266-.108-.341-.181-.341-.287 0-.152.131-.243.387-.243.274 0 .587.093.808.214l.109-.047.214-.837c-.315-.224-.741-.316-1.171-.316m10.302 0c-.98 0-1.66.562-1.66 1.349-.008.497.322.91.985 1.178l.39.142c.243.097.305.171.305.297 0 .162-.13.251-.442.251-.311 0-.76-.135-1.004-.284l-.112.046-.215.868c.359.258.832.364 1.33.364 1.104 0 1.764-.523 1.764-1.333-.008-.574-.305-.956-.954-1.216l-.393-.146c-.266-.108-.341-.181-.341-.287 0-.152.131-.243.387-.243.274 0 .587.093.808.214l.109-.047.214-.837c-.316-.224-.741-.316-1.171-.316m-3.733 0c-.297 0-.55.066-.78.202l-.144.098a2 2 0 0 0-.264.247l-.078.095-.027-.077c-.15-.34-.55-.565-1.033-.565l-.169.007a1.36 1.36 0 0 0-.896.42l-.08.09-.038-.363-.075-.067H8.994l-.075.079.024.634c.005.2.008.397.008.604v2.652l.075.075h1.178l.075-.075v-2.269q-.002-.168.042-.274c.083-.23.262-.392.496-.392.314 0 .483.267.483.753v2.182l.075.075h1.179l.075-.075v-2.277c0-.097.016-.213.043-.285.077-.224.26-.373.486-.373.33 0 .5.272.5.817v2.118l.074.075h1.179l.075-.075v-2.293c0-1.131-.537-1.763-1.39-1.763Z"})))},{name:"snapchat",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M11.989 1.728c3.221.001 5.904 2.683 5.908 5.912q.002 1.133.067 2.094a.737.737 0 0 0 .902.669l1.009-.237a.6.6 0 0 1 .129-.015c.256 0 .492.175.55.434a.74.74 0 0 1-.479.861l-1.532.618a.823.823 0 0 0-.485.98c1.229 4.543 4.661 4.071 4.661 4.662 0 .743-2.587.848-2.821 1.082s-.01 1.368-.532 1.588a1.1 1.1 0 0 1-.409.056c-.393 0-.95-.077-1.536-.077-.509 0-1.04.058-1.507.273-1.239.572-2.433 1.641-3.914 1.641S9.325 21.2 8.086 20.628c-.467-.216-.998-.273-1.507-.273-.586 0-1.143.077-1.536.077-.17 0-.31-.014-.409-.056-.522-.22-.299-1.354-.532-1.588s-2.821-.337-2.821-1.08c0-.592 3.432-.119 4.661-4.662a.824.824 0 0 0-.486-.98l-1.532-.618a.74.74 0 0 1-.479-.861.56.56 0 0 1 .679-.419l1.009.237q.086.02.169.02a.737.737 0 0 0 .733-.689q.065-.961.067-2.094c.004-3.229 2.666-5.91 5.887-5.912m0-1.281c-.961 0-1.898.194-2.784.574A7.2 7.2 0 0 0 6.93 2.572a7.2 7.2 0 0 0-1.539 2.282A7.1 7.1 0 0 0 4.82 7.64a33 33 0 0 1-.029 1.369l-.375-.088a2 2 0 0 0-.421-.049 1.86 1.86 0 0 0-1.135.389 1.84 1.84 0 0 0-.666 1.049 2.024 2.024 0 0 0 1.271 2.335l1.124.454c-.744 2.285-2.117 2.723-3.041 3.018a5 5 0 0 0-.659.246C.087 16.76 0 17.436 0 17.708c0 .521.247.996.694 1.339.223.17.499.311.844.43.47.162 1.016.265 1.459.347.021.164.053.341.106.518.22.738.684 1.069 1.034 1.217.332.14.676.156.905.156.224 0 .462-.018.713-.036.269-.02.548-.041.823-.041.426 0 .743.051.97.155.311.144.64.337.989.542.972.571 2.073 1.217 3.462 1.217s2.49-.647 3.462-1.217c.349-.205.679-.399.989-.542.226-.105.544-.155.97-.155.275 0 .554.021.823.041.251.019.488.036.713.036.229 0 .573-.016.905-.156.35-.147.814-.478 1.034-1.217.053-.178.084-.354.106-.518.443-.082.989-.185 1.459-.347.345-.119.621-.259.844-.43.448-.342.694-.818.694-1.339 0-.272-.087-.948-.891-1.347a5 5 0 0 0-.659-.246c-.924-.295-2.297-.733-3.041-3.018l1.124-.454a2.025 2.025 0 0 0 1.271-2.335 1.83 1.83 0 0 0-.666-1.049 1.86 1.86 0 0 0-1.556-.34l-.375.088a33 33 0 0 1-.029-1.369 7.1 7.1 0 0 0-.575-2.789c-.365-.853-.886-1.62-1.547-2.282s-1.428-1.182-2.28-1.547a7.1 7.1 0 0 0-2.786-.574"})))},{name:"soundcloud",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M23.587 13.923a3.303 3.303 0 0 1-3.344 3.117h-8.037a.674.674 0 0 1-.667-.67V7.717a.74.74 0 0 1 .444-.705s.739-.512 2.296-.512a5.27 5.27 0 0 1 2.702.742 5.35 5.35 0 0 1 2.516 3.485 3.1 3.1 0 0 1 .852-.116 3.217 3.217 0 0 1 3.237 3.312m-13.05-5.659c.242 2.935.419 5.612 0 8.538a.261.261 0 0 1-.519 0c-.39-2.901-.221-5.628 0-8.538a.26.26 0 0 1 .398-.25.26.26 0 0 1 .12.25zm-1.627 8.541a.273.273 0 0 1-.541 0 32.7 32.7 0 0 1 0-7.533.274.274 0 0 1 .544 0 29.4 29.4 0 0 1-.003 7.533m-1.63-7.788c.264 2.69.384 5.099-.003 7.782a.262.262 0 0 1-.522 0c-.374-2.649-.249-5.127 0-7.782a.264.264 0 0 1 .525 0m-1.631 7.792a.268.268 0 0 1-.532 0 27.6 27.6 0 0 1 0-7.034.27.27 0 1 1 .541 0 25.8 25.8 0 0 1-.01 7.034zm-1.63-5.276c.412 1.824.227 3.435-.015 5.294a.255.255 0 0 1-.504 0c-.22-1.834-.402-3.482-.015-5.295a.268.268 0 0 1 .535 0m-1.626-.277c.378 1.869.254 3.451-.01 5.325-.031.277-.506.28-.531 0-.239-1.846-.352-3.476-.01-5.325a.277.277 0 0 1 .551 0m-1.643.907c.396 1.239.261 2.246-.016 3.517a.258.258 0 0 1-.514 0c-.239-1.246-.336-2.274-.021-3.517a.276.276 0 0 1 .55 0z"})))},{name:"spotify",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2m4.586 14.424a.62.62 0 0 1-.857.207c-2.348-1.435-5.304-1.76-8.785-.964a.622.622 0 1 1-.277-1.215c3.809-.871 7.077-.496 9.713 1.115a.623.623 0 0 1 .206.857M17.81 13.7a.78.78 0 0 1-1.072.257c-2.687-1.652-6.785-2.131-9.965-1.166A.779.779 0 1 1 6.32 11.3c3.632-1.102 8.147-.568 11.234 1.328a.78.78 0 0 1 .256 1.072m.105-2.835c-3.223-1.914-8.54-2.09-11.618-1.156a.935.935 0 1 1-.542-1.79c3.532-1.072 9.404-.865 13.115 1.338a.936.936 0 1 1-.955 1.608"})))},{name:"squarespace",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M20.87 9.271a3.86 3.86 0 0 0-5.458 0l-6.141 6.141a.964.964 0 1 0 1.365 1.364l6.14-6.14a1.929 1.929 0 1 1 2.729 2.729l-6.022 6.022a1.93 1.93 0 0 0 2.729 0l4.658-4.658a3.86 3.86 0 0 0 0-5.458m-2.047 2.047a.965.965 0 0 0-1.365 0l-6.14 6.14a1.93 1.93 0 0 1-2.729 0 .964.964 0 1 0-1.364 1.364 3.86 3.86 0 0 0 5.458 0l6.14-6.14a.966.966 0 0 0 0-1.364m-2.047-6.141a3.86 3.86 0 0 0-5.458 0l-6.14 6.14a.964.964 0 1 0 1.364 1.364l6.141-6.14a1.93 1.93 0 0 1 2.729 0 .965.965 0 1 0 1.364-1.364m-2.047 2.047a.964.964 0 0 0-1.364 0l-6.14 6.141a1.929 1.929 0 1 1-2.729-2.729l6.022-6.022a1.93 1.93 0 0 0-2.729 0L3.13 9.271a3.86 3.86 0 0 0 5.458 5.458l6.14-6.141a.963.963 0 0 0 .001-1.364"})))},{name:"stackexchange",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M4 11.606h16v3.272H4zM4 7.377h16v3.272H4zM17.514 3H6.55C5.147 3 4 4.169 4 5.614v.848h16v-.85C20 4.167 18.895 3 17.514 3M4 15.813v.85c0 1.445 1.147 2.614 2.55 2.614h6.799v3.463l3.357-3.463h.744c1.402 0 2.55-1.169 2.55-2.614v-.85z"})))},{name:"stackoverflow",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M18.18 20.103V14.78h1.767v7.09H4v-7.09h1.767v5.323z"}),React.createElement("path",{d:"m7.717 14.275 8.673 1.813.367-1.744-8.673-1.813zm1.147-4.13 8.031 3.74.734-1.606-8.031-3.763zm2.226-3.946 6.815 5.667 1.124-1.354-6.815-5.667zM15.495 2l-1.423 1.055 5.277 7.113 1.423-1.055zM7.533 18.314h8.857v-1.767H7.533z"})))},{name:"stumbleupon",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 4.294a4.47 4.47 0 0 0-4.471 4.471v6.353a1.059 1.059 0 1 1-2.118 0v-2.824H2v2.941a4.471 4.471 0 0 0 8.942 0v-6.47a1.059 1.059 0 1 1 2.118 0v1.294l1.412.647 2-.647V8.765A4.473 4.473 0 0 0 12 4.294m1.059 8.059v2.882a4.471 4.471 0 0 0 8.941 0v-2.824h-3.412v2.824a1.059 1.059 0 1 1-2.118 0v-2.882l-2 .647z"})))},{name:"substack",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M19.904 9.182H4.095V7.054h15.81v2.127M4.095 11.109V21L12 16.583 19.905 21v-9.891zM19.905 3H4.095v2.127h15.81z"})))},{name:"telegram",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2m3.08 14.757s-.25.625-.936.325l-2.541-1.949-1.63 1.486s-.127.096-.266.036c0 0-.12-.011-.27-.486s-.911-2.972-.911-2.972L6 12.349s-.387-.137-.425-.438c-.037-.3.437-.462.437-.462l10.03-3.934s.824-.362.824.238z"})))},{name:"threads",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 192 192"},React.createElement("g",null,React.createElement("path",{d:"M141.537 88.988a67 67 0 0 0-2.518-1.143c-1.482-27.307-16.403-42.94-41.457-43.1h-.34c-14.986 0-27.449 6.396-35.12 18.036l13.779 9.452c5.73-8.695 14.724-10.548 21.348-10.548h.229c8.249.053 14.474 2.452 18.503 7.129 2.932 3.405 4.893 8.111 5.864 14.05-7.314-1.243-15.224-1.626-23.68-1.14-23.82 1.371-39.134 15.264-38.105 34.568.522 9.792 5.4 18.216 13.735 23.719 7.047 4.652 16.124 6.927 25.557 6.412 12.458-.683 22.231-5.436 29.049-14.127 5.178-6.6 8.453-15.153 9.899-25.93 5.937 3.583 10.337 8.298 12.767 13.966 4.132 9.635 4.373 25.468-8.546 38.376-11.319 11.308-24.925 16.2-45.488 16.351-22.809-.169-40.06-7.484-51.275-21.742C35.236 139.966 29.808 120.682 29.605 96c.203-24.682 5.63-43.966 16.133-57.317C56.954 24.425 74.204 17.11 97.013 16.94c22.975.17 40.526 7.52 52.171 21.847 5.71 7.026 10.015 15.86 12.853 26.162l16.147-4.308c-3.44-12.68-8.853-23.606-16.219-32.668C147.036 9.607 125.202.195 97.07 0h-.113C68.882.194 47.292 9.642 32.788 28.08 19.882 44.485 13.224 67.315 13.001 95.932L13 96v.067c.224 28.617 6.882 51.447 19.788 67.854C47.292 182.358 68.882 191.806 96.957 192h.113c24.96-.173 42.554-6.708 57.048-21.189 18.963-18.945 18.392-42.692 12.142-57.27-4.484-10.454-13.033-18.945-24.723-24.553M98.44 129.507c-10.44.588-21.286-4.098-21.82-14.135-.397-7.442 5.296-15.746 22.461-16.735q2.948-.17 5.79-.169c6.235 0 12.068.606 17.371 1.765-1.978 24.702-13.58 28.713-23.802 29.274"})))},{name:"tiktok-alt",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M5 3a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2zm7.531 3h2.053s-.114 2.635 2.85 2.82v2.04s-1.582.099-2.85-.87l.021 4.207a3.804 3.804 0 1 1-3.802-3.802h.533v2.082a1.73 1.73 0 0 0-1.922.648 1.727 1.727 0 0 0 1.947 2.646 1.73 1.73 0 0 0 1.19-1.642z"})))},{name:"tiktok",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12.22 2h3.42s-.19 4.394 4.75 4.702v3.396s-2.636.166-4.75-1.448l.037 7.012a6.338 6.338 0 1 1-6.34-6.339h.89v3.472a2.882 2.882 0 1 0 2.024 2.752z"})))},{name:"tripadvisor",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M21.01 9.859c.236-1.002.985-2.003.985-2.003l-3.341-.002C16.779 6.643 14.502 6 11.979 6 9.363 6 7 6.659 5.135 7.877L2 7.88s.74.988.98 1.983a4.98 4.98 0 0 0-.977 2.961 5.01 5.01 0 0 0 5.009 5.003 5 5 0 0 0 3.904-1.875l1.065 1.592 1.076-1.606a4.96 4.96 0 0 0 1.838 1.448 4.98 4.98 0 0 0 3.831.151 5.01 5.01 0 0 0 2.963-6.431 5 5 0 0 0-.679-1.247m-13.998 6.96a4 4 0 0 1-3.998-3.995 4 4 0 0 1 3.998-3.997 4 4 0 0 1 3.996 3.997 4 4 0 0 1-3.996 3.995m4.987-4.36A5.007 5.007 0 0 0 7.11 7.821c1.434-.613 3.081-.947 4.867-.947 1.798 0 3.421.324 4.853.966a4.984 4.984 0 0 0-4.831 4.619m6.288 4.134a3.97 3.97 0 0 1-3.058-.122 3.96 3.96 0 0 1-2.075-2.245v-.001a3.97 3.97 0 0 1 .118-3.056 3.97 3.97 0 0 1 2.246-2.077 4.005 4.005 0 0 1 5.135 2.366 4.006 4.006 0 0 1-2.366 5.135"}),React.createElement("path",{d:"M6.949 10.307a2.477 2.477 0 0 0-2.475 2.472 2.48 2.48 0 0 0 2.475 2.474 2.474 2.474 0 0 0 0-4.946m0 4.094a1.626 1.626 0 0 1-1.624-1.623 1.621 1.621 0 1 1 1.624 1.623M16.981 10.307a2.477 2.477 0 0 0-2.474 2.472 2.48 2.48 0 0 0 2.474 2.474 2.476 2.476 0 0 0 2.472-2.474 2.475 2.475 0 0 0-2.472-2.472m0 4.094a1.625 1.625 0 0 1-1.622-1.623 1.622 1.622 0 1 1 1.622 1.623"}),React.createElement("path",{d:"M7.778 12.778a.832.832 0 1 1-1.664.002.832.832 0 0 1 1.664-.002M16.981 11.947a.832.832 0 1 0 .002 1.666.832.832 0 0 0-.002-1.666"})))},{name:"tumblr-alt",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M16.749 17.396c-.357.17-1.041.319-1.551.332-1.539.041-1.837-1.081-1.85-1.896V9.847h3.861v-2.91h-3.847V2.039h-2.817c-.046 0-.127.041-.138.144-.165 1.499-.867 4.13-3.783 5.181v2.484h1.945v6.282c0 2.151 1.587 5.206 5.775 5.135 1.413-.024 2.982-.616 3.329-1.126z"})))},{name:"tumblr",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m-5.569 14.265c-2.446.042-3.372-1.742-3.372-2.998v-3.668H8.923v-1.45c1.703-.614 2.113-2.15 2.209-3.025.007-.06.054-.084.081-.084h1.645V8.9h2.246v1.7H12.85v3.495c.008.476.182 1.131 1.081 1.107.298-.008.697-.094.906-.194l.54 1.601c-.205.296-1.121.641-1.946.656"})))},{name:"twitch",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M16.499 8.089h-1.636v4.91h1.636zm-4.499 0h-1.637v4.91H12zM4.228 3.178 3 6.451v13.092h4.499V22h2.456l2.454-2.456h3.681L21 14.636V3.178zm15.136 10.638L16.5 16.681H12l-2.453 2.453V16.68H5.863V4.814h13.501z"})))},{name:"twitter-alt",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M22.23 5.924a8.2 8.2 0 0 1-2.357.646 4.12 4.12 0 0 0 1.804-2.27 8.2 8.2 0 0 1-2.606.996 4.103 4.103 0 0 0-6.991 3.742 11.65 11.65 0 0 1-8.457-4.287 4.1 4.1 0 0 0-.556 2.063 4.1 4.1 0 0 0 1.825 3.415 4.1 4.1 0 0 1-1.859-.513v.052a4.104 4.104 0 0 0 3.292 4.023 4.1 4.1 0 0 1-1.853.07 4.11 4.11 0 0 0 3.833 2.85 8.24 8.24 0 0 1-5.096 1.756 8 8 0 0 1-.979-.057 11.6 11.6 0 0 0 6.29 1.843c7.547 0 11.675-6.252 11.675-11.675q0-.267-.012-.531a8.3 8.3 0 0 0 2.047-2.123"})))},{name:"twitter",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m-2.534 6.71q.007.148.007.298c0 3.045-2.318 6.556-6.556 6.556a6.5 6.5 0 0 1-3.532-1.035q.27.032.55.032a4.63 4.63 0 0 0 2.862-.986 2.31 2.31 0 0 1-2.152-1.6 2.3 2.3 0 0 0 1.04-.04 2.306 2.306 0 0 1-1.848-2.259v-.029c.311.173.666.276 1.044.288a2.303 2.303 0 0 1-.713-3.076 6.54 6.54 0 0 0 4.749 2.407 2.305 2.305 0 0 1 3.926-2.101 4.6 4.6 0 0 0 1.463-.559 2.3 2.3 0 0 1-1.013 1.275c.466-.056.91-.18 1.323-.363-.31.461-.7.867-1.15 1.192"})))},{name:"untappd",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"m11 13.299-5.824 8.133c-.298.416-.8.635-1.308.572-.578-.072-1.374-.289-2.195-.879S.392 19.849.139 19.323a1.4 1.4 0 0 1 .122-1.425l5.824-8.133a3.1 3.1 0 0 1 1.062-.927l1.146-.604c.23-.121.436-.283.608-.478.556-.631 2.049-2.284 4.696-4.957l.046-.212a.13.13 0 0 1 .096-.1l.146-.037a.135.135 0 0 0 .101-.141l-.015-.18a.13.13 0 0 1 .125-.142c.176-.005.518.046 1.001.393s.64.656.692.824a.13.13 0 0 1-.095.164l-.175.044a.13.13 0 0 0-.101.141l.012.15a.13.13 0 0 1-.063.123l-.186.112c-1.679 3.369-2.764 5.316-3.183 6.046a2.2 2.2 0 0 0-.257.73l-.205 1.281A3.1 3.1 0 0 1 11 13.3zm12.739 4.598-5.824-8.133a3.1 3.1 0 0 0-1.062-.927l-1.146-.605a2.1 2.1 0 0 1-.608-.478 51 51 0 0 0-.587-.654.09.09 0 0 0-.142.018 97 97 0 0 1-1.745 3.223 1.4 1.4 0 0 0-.171.485 3.5 3.5 0 0 0 0 1.103l.01.064c.075.471.259.918.536 1.305l5.824 8.133c.296.413.79.635 1.294.574a4.76 4.76 0 0 0 2.209-.881 4.76 4.76 0 0 0 1.533-1.802 1.4 1.4 0 0 0-.122-1.425zM8.306 3.366l.175.044a.134.134 0 0 1 .101.141l-.012.15a.13.13 0 0 0 .063.123l.186.112q.465.933.869 1.721c.026.051.091.06.129.019q.655-.703 1.585-1.668a.137.137 0 0 0 .003-.19c-.315-.322-.645-.659-1.002-1.02l-.046-.212a.13.13 0 0 0-.096-.099l-.146-.037a.135.135 0 0 1-.101-.141l.015-.18a.13.13 0 0 0-.123-.142c-.175-.005-.518.045-1.002.393-.483.347-.64.656-.692.824a.13.13 0 0 0 .095.164z"})))},{name:"vimeo",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M22.396 7.164q-.139 3.039-4.245 8.32Q13.907 21 10.97 21q-1.82 0-3.079-3.359l-1.68-6.159q-.934-3.36-2.005-3.36-.234.001-1.634.98l-.978-1.261q1.541-1.353 3.037-2.708 2.056-1.774 3.084-1.869 2.429-.234 2.99 3.321.607 3.836.841 4.769.7 3.181 1.542 3.181.653 0 1.963-2.065 1.307-2.063 1.401-3.142.187-1.781-1.401-1.782-.747.001-1.541.341 1.534-5.024 5.862-4.884 3.21.095 3.024 4.161"})))},{name:"vk",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{fillRule:"evenodd",d:"M1.687 1.687C0 3.374 0 6.09 0 11.52v.96c0 5.431 0 8.146 1.687 9.833S6.09 24 11.52 24h.96c5.431 0 8.146 0 9.833-1.687S24 17.91 24 12.48v-.96c0-5.431 0-8.146-1.687-9.833S17.91 0 12.48 0h-.96C6.09 0 3.374 0 1.687 1.687M4.05 7.3c.13 6.24 3.25 9.99 8.72 9.99h.31v-3.57c2.01.2 3.53 1.67 4.14 3.57h2.84c-.78-2.84-2.83-4.41-4.11-5.01 1.28-.74 3.08-2.54 3.51-4.98h-2.58c-.56 1.98-2.22 3.78-3.8 3.95V7.3H10.5v6.92c-1.6-.4-3.62-2.34-3.71-6.92z"})))},{name:"whatsapp",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"m2.048 22 1.406-5.136a9.9 9.9 0 0 1-1.323-4.955C2.133 6.446 6.579 2 12.042 2a9.85 9.85 0 0 1 7.011 2.906 9.85 9.85 0 0 1 2.9 7.011c-.002 5.464-4.448 9.91-9.91 9.91h-.004a9.9 9.9 0 0 1-4.736-1.206zm5.497-3.172.301.179a8.2 8.2 0 0 0 4.193 1.148h.003c4.54 0 8.235-3.695 8.237-8.237a8.2 8.2 0 0 0-2.41-5.828 8.18 8.18 0 0 0-5.824-2.416c-4.544 0-8.239 3.695-8.241 8.237a8.2 8.2 0 0 0 1.259 4.384l.196.312-.832 3.04zm9.49-4.554c-.062-.103-.227-.165-.475-.289s-1.465-.723-1.692-.806-.392-.124-.557.124-.64.806-.784.971-.289.186-.536.062-1.046-.385-1.991-1.229c-.736-.657-1.233-1.468-1.378-1.715s-.015-.382.109-.505c.111-.111.248-.289.371-.434.124-.145.165-.248.248-.413s.041-.31-.021-.434-.557-1.343-.763-1.839c-.202-.483-.407-.417-.559-.425-.144-.007-.31-.009-.475-.009a.9.9 0 0 0-.66.31c-.226.248-.866.847-.866 2.066s.887 2.396 1.011 2.562 1.746 2.666 4.23 3.739c.591.255 1.052.408 1.412.522.593.189 1.133.162 1.56.098.476-.071 1.465-.599 1.671-1.177.206-.58.206-1.075.145-1.179"})))},{name:"woocommerce",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M19 2H5C3.3 2 2 3.3 2 5v11c0 1.7 1.3 3 3 3h4l6 3-1-3h5c1.7 0 3-1.3 3-3V5c0-1.7-1.3-3-3-3m-1.6 4.5c-.4.8-.8 2.1-1 3.9-.3 1.8-.4 3.1-.3 4.1 0 .3 0 .5-.1.7s-.3.4-.6.4-.6-.1-.9-.4c-1-1-1.8-2.6-2.4-4.6-.7 1.4-1.2 2.4-1.6 3.1-.6 1.2-1.2 1.8-1.6 1.9-.3 0-.5-.2-.8-.7-.5-1.4-1.1-4.2-1.7-8.2 0-.3 0-.5.2-.7.1-.2.4-.3.7-.4.5 0 .9.2.9.8.3 2.3.7 4.2 1.1 5.7l2.4-4.5c.2-.4.4-.6.8-.6q.75 0 .9.9c.3 1.4.6 2.6 1 3.7.3-2.7.8-4.7 1.4-5.9.2-.3.4-.5.7-.5.2 0 .5.1.7.2q.3.3.3.6c0 .3 0 .4-.1.5"})))},{name:"wordpress",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M12.158 12.786 9.46 20.625a9 9 0 0 0 5.526-.144 1 1 0 0 1-.065-.124zM3.009 12a8.99 8.99 0 0 0 5.067 8.092L3.788 8.341A8.95 8.95 0 0 0 3.009 12m15.06-.454c0-1.112-.399-1.881-.741-2.48-.456-.741-.883-1.368-.883-2.109 0-.826.627-1.596 1.51-1.596q.06.002.116.007A8.96 8.96 0 0 0 12 3.009a8.98 8.98 0 0 0-7.512 4.052c.211.007.41.011.579.011.94 0 2.396-.114 2.396-.114.484-.028.541.684.057.741 0 0-.487.057-1.029.085l3.274 9.739 1.968-5.901-1.401-3.838c-.484-.028-.943-.085-.943-.085-.485-.029-.428-.769.057-.741 0 0 1.484.114 2.368.114.94 0 2.397-.114 2.397-.114.485-.028.542.684.057.741 0 0-.488.057-1.029.085l3.249 9.665.897-2.996q.684-1.753.684-2.907m1.82-3.86q.06.428.06.924c0 .912-.171 1.938-.684 3.22l-2.746 7.94a8.98 8.98 0 0 0 4.47-7.771 8.9 8.9 0 0 0-1.1-4.313M12 22C6.486 22 2 17.514 2 12S6.486 2 12 2s10 4.486 10 10-4.486 10-10 10"})))},{name:"x",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M13.982 10.622 20.54 3h-1.554l-5.693 6.618L8.745 3H3.5l6.876 10.007L3.5 21h1.554l6.012-6.989L15.868 21h5.245zm-2.128 2.474-.697-.997-5.543-7.93H8l4.474 6.4.697.996 5.815 8.318h-2.387z"})))},{name:"xanga",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M9 9h6v6H9zM3 9h6V3H3zm12 0h6V3h-6zm0 12h6v-6h-6zM3 21h6v-6H3z"})))},{name:"youtube",svg:React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},React.createElement("g",null,React.createElement("path",{d:"M21.8 8.001s-.195-1.378-.795-1.985c-.76-.797-1.613-.801-2.004-.847-2.799-.202-6.997-.202-6.997-.202h-.009s-4.198 0-6.997.202c-.39.047-1.242.051-2.003.847-.6.607-.795 1.985-.795 1.985S2 9.62 2 11.238v1.517c0 1.618.2 3.237.2 3.237s.195 1.378.795 1.985c.761.797 1.76.771 2.205.855 1.6.153 6.8.201 6.8.201s4.203-.006 7.001-.209c.391-.047 1.243-.051 2.004-.847.6-.607.795-1.985.795-1.985s.2-1.618.2-3.237v-1.517c0-1.618-.2-3.237-.2-3.237M9.935 14.594l-.001-5.62 5.404 2.82z"})))}]},8992:(e,t,a)=>{"use strict";a(6072);var n=a(8120),r=a.n(n),o=a(1609);a(1135);o.PureComponent,r().string.isRequired,r().number,r().func,r().string},5402:(e,t,a)=>{"use strict";a.d(t,{A:()=>o});var n=a(1113),r=a(9115);const o=({children:e,summary:t})=>React.createElement("details",{className:"jp-forms__details"},React.createElement("summary",{className:"jp-forms__details-summary"},React.createElement(n.A,{className:"jp-forms__details-icon",icon:r.A,size:32}),React.createElement("span",null,t)),React.createElement("div",{className:"jp-forms__details-content"},e," "))},9862:(e,t,a)=>{"use strict";a.d(t,{A:()=>s});var n=a(6427),r=a(6087),o=a(4969),c=a(8468);const s=({options:e=[],onChange:t=c.noop,value:a})=>{const s=(0,r.useMemo)((()=>{if((0,c.isNil)(a)){const t=(0,c.first)(e);return t?.label||""}return(0,c.find)(e,(e=>e.value===a))?.label||""}),[e,a]),i=(0,r.useCallback)(((e,a)=>()=>{t(e.value),a()}),[t]);return React.createElement(n.DropdownMenu,{text:s,icon:o.A,popoverProps:{placement:"bottom-end"},toggleProps:{variant:"secondary",iconPosition:"right"}},(({onClose:t})=>React.createElement(n.MenuGroup,null,(0,c.map)(e,(e=>React.createElement(n.MenuItem,{key:e.value,onClick:i(e,t)},e.label))))))}},1186:(e,t,a)=>{"use strict";a.d(t,{A:()=>s});var n=a(8250),r=a(7723),o=a(3022),c=a(7891);const __=r.__,s=({children:e,className:t,title:a,subtitle:r,showFooter:s})=>{const i=(0,o.A)("jp-forms__layout",t);return React.createElement("div",{className:i},React.createElement("div",{className:"jp-forms__logo-wrapper"},React.createElement(c.A,null)),(a||r)&&React.createElement("div",{className:"jp-forms__layout-header"},a&&React.createElement("h2",{className:"jp-forms__layout-title"},a),r&&React.createElement("p",{className:"jp-forms__header-subtext"},r)),e,s&&React.createElement(n.A,{className:"jp-forms__layout-footer",moduleName:__("Jetpack Forms","jetpack-forms")}))}},7891:(e,t,a)=>{"use strict";a.d(t,{A:()=>n});const n=()=>React.createElement("svg",{className:"jp-forms__logo",width:"330",height:"42",viewBox:"0 0 330 42",fill:"none",xmlns:"http://www.w3.org/2000/svg"},React.createElement("path",{d:"M21.0008 42C32.5991 42 42.0016 32.5975 42.0016 20.9992C42.0016 9.40089 32.5991 0 21.0008 0C9.40245 0 0 9.40245 0 21.0008C0 32.5991 9.40245 42 21.0008 42Z",fill:"#069E08"}),React.createElement("path",{d:"M22.043 17.4727V37.8312L32.5434 17.4727H22.043V17.4727Z",fill:"white"}),React.createElement("path",{d:"M19.9189 24.4876V4.16797L9.45898 24.4876H19.9189Z",fill:"white"}),React.createElement("path",{d:"M54.2231 34.8656C53.6213 33.9434 53.0614 33.0228 52.5 32.141C55.4657 30.337 56.4672 28.8954 56.4672 26.1692V10.4186H52.9805V7.41406H60.3955V25.3683C60.3955 29.9373 59.0736 32.5018 54.2231 34.8656Z",fill:"black"}),React.createElement("path",{d:"M85.2845 24.1241C85.2845 25.6466 86.3668 25.8067 87.0884 25.8067C87.81 25.8067 88.852 25.5657 89.6529 25.3262V28.1317C88.5301 28.4925 87.3684 28.7724 85.765 28.7724C83.8413 28.7724 81.5972 28.0508 81.5972 24.6839V16.4276H79.5537V13.5817H81.5972V9.375H85.2845V13.5832H89.9328V16.4292H85.2845V24.1241Z",fill:"black"}),React.createElement("path",{d:"M92.9785 36.2696V13.5458H96.5056V14.9081C97.9083 13.8257 99.4713 13.1445 101.395 13.1445C104.721 13.1445 107.367 15.4695 107.367 20.4786C107.367 25.4489 104.482 28.7349 99.7123 28.7349C98.5506 28.7349 97.6284 28.5748 96.6658 28.3741V36.2292H92.9785V36.2696V36.2696ZM100.432 16.1911C99.35 16.1911 97.9877 16.7121 96.7047 17.8349V25.5702C97.5056 25.7304 98.3485 25.8501 99.4697 25.8501C102.075 25.8501 103.558 24.2063 103.558 20.7601C103.558 17.5938 102.476 16.1911 100.432 16.1911Z",fill:"black"}),React.createElement("path",{d:"M121.873 28.413H118.427V26.7692H118.346C117.144 27.6914 115.661 28.6929 113.457 28.6929C111.533 28.6929 109.449 27.2902 109.449 24.4443C109.449 20.6373 112.695 19.9157 114.979 19.5953L118.225 19.1552V18.7151C118.225 16.7105 117.424 16.0698 115.539 16.0698C114.617 16.0698 112.454 16.3497 110.69 17.0713L110.37 14.1056C111.973 13.5442 114.177 13.1445 116.021 13.1445C119.628 13.1445 121.953 14.5877 121.953 18.8753V28.413H121.873V28.413ZM118.186 21.4801L115.14 21.9607C114.217 22.0804 113.256 22.6418 113.256 24.0042C113.256 25.2063 113.937 25.8875 114.939 25.8875C116.021 25.8875 117.183 25.2467 118.185 24.5251V21.4801H118.186Z",fill:"black"}),React.createElement("path",{d:"M137.104 27.9325C135.581 28.4535 134.219 28.7738 132.494 28.7738C126.964 28.7738 124.759 25.6075 124.759 20.9996C124.759 16.1506 127.805 13.1445 132.734 13.1445C134.576 13.1445 135.699 13.4649 136.942 13.8661V16.992C135.859 16.5907 134.297 16.1506 132.774 16.1506C130.53 16.1506 128.606 17.3528 128.606 20.799C128.606 24.606 130.53 25.7693 132.975 25.7693C134.136 25.7693 135.419 25.5282 137.142 24.8471V27.9325H137.104Z",fill:"black"}),React.createElement("path",{d:"M144.077 19.9579C144.397 19.5971 144.638 19.2363 149.286 13.5849H154.095L148.083 20.6391L154.655 28.4537H149.846L144.115 21.3996V28.4537H140.43V7.41406H144.117V19.9579H144.077Z",fill:"black"}),React.createElement("path",{d:"M76.7863 27.934C74.8626 28.5359 73.2188 28.7754 71.2951 28.7754C66.5659 28.7754 63.6406 26.4115 63.6406 20.8799C63.6406 16.8318 66.1258 13.1445 70.8939 13.1445C75.6231 13.1445 77.2669 16.4306 77.2669 19.5564C77.2669 20.5984 77.186 21.1598 77.1471 21.7601H67.6094C67.6902 25.0057 69.5331 25.7677 72.2982 25.7677C73.8207 25.7677 75.183 25.4069 76.7475 24.8455V27.9309H76.7863V27.934ZM73.421 19.3169C73.421 17.513 72.8191 15.95 70.8565 15.95C69.0137 15.95 67.8909 17.2719 67.6498 19.3169H73.421V19.3169Z",fill:"black"}),React.createElement("path",{d:"M167.332 29V19.8447H176.692V17.501H167.332V10.2354H177.527V7.8623H164.695V29H167.332ZM186.59 29.2783C191.087 29.2783 193.871 26.1729 193.871 21.1045C193.871 16.0215 191.087 12.9307 186.59 12.9307C182.093 12.9307 179.31 16.0215 179.31 21.1045C179.31 26.1729 182.093 29.2783 186.59 29.2783ZM186.59 27.0078C183.602 27.0078 181.917 24.8398 181.917 21.1045C181.917 17.3545 183.602 15.2012 186.59 15.2012C189.579 15.2012 191.263 17.3545 191.263 21.1045C191.263 24.8398 189.579 27.0078 186.59 27.0078ZM196.386 29H198.905V19.2148C198.905 16.9883 200.648 15.377 203.051 15.377C203.549 15.377 204.457 15.4648 204.662 15.5234V13.0039C204.34 12.96 203.812 12.9307 203.402 12.9307C201.307 12.9307 199.491 14.0146 199.022 15.5527H198.788V13.209H196.386V29ZM206.664 29H209.184V19.2148C209.184 16.9883 210.781 15.2012 212.846 15.2012C214.838 15.2012 216.142 16.4023 216.142 18.2773V29H218.661V18.8486C218.661 16.8418 220.126 15.2012 222.324 15.2012C224.55 15.2012 225.649 16.3438 225.649 18.6729V29H228.168V18.0869C228.168 14.7764 226.367 12.9307 223.144 12.9307C220.961 12.9307 219.159 14.0293 218.31 15.6992H218.076C217.343 14.0586 215.849 12.9307 213.71 12.9307C211.601 12.9307 210.019 13.9414 209.301 15.6992H209.067V13.209H206.664V29ZM230.962 17.5303C230.962 19.8154 232.309 21.0898 235.268 21.8076L237.978 22.4668C239.663 22.877 240.483 23.6094 240.483 24.6934C240.483 26.1436 238.96 27.1543 236.836 27.1543C234.814 27.1543 233.554 26.3047 233.13 24.9717H230.537C230.815 27.5938 233.232 29.2783 236.748 29.2783C240.337 29.2783 243.076 27.3301 243.076 24.5029C243.076 22.2324 241.64 20.9434 238.667 20.2256L236.235 19.6396C234.375 19.1855 233.496 18.5117 233.496 17.4277C233.496 16.0215 234.961 15.0693 236.836 15.0693C238.74 15.0693 239.97 15.9043 240.307 17.1641H242.798C242.461 14.5713 240.161 12.9307 236.85 12.9307C233.496 12.9307 230.962 14.9082 230.962 17.5303Z",fill:"black"}))},3752:(e,t,a)=>{"use strict";a.d(t,{A:()=>i});var n=a(1883),r=a(6087),o=a(7723),c=a(8468),s=a(7611);const __=o.__,i=({currentPage:e,expandedRange:t=3,onSelectPage:a,pages:o})=>{const i=(0,r.useCallback)((()=>a(e-1)),[e,a]),l=(0,r.useCallback)((()=>a(e+1)),[e,a]),u=(0,c.range)(Math.max(0,e-t+1),Math.min(o,e+t-1)+1),d=(0,c.filter)((0,c.flatten)([tisFinite(t)?React.createElement(s.A,{key:t,className:"jp-forms__page-navigation-button",active:t===e,page:t,onSelect:a}):React.createElement("button",{key:`placeholder-${n}`,className:"jp-forms__page-navigation-placeholder",disabled:!0},"…"))),React.createElement("button",{disabled:e===o,className:"jp-forms__page-navigation-button",onClick:l},__("Next","jetpack-forms"),React.createElement(n.A,{icon:"arrow-right",size:18})))}},7611:(e,t,a)=>{"use strict";a.d(t,{A:()=>o});var n=a(6087),r=a(3022);const o=({active:e,className:t,page:a,onSelect:o})=>{const c=(0,r.A)("jp-forms__page-navigation-page-number",t,{"is-active":e}),s=(0,n.useCallback)((()=>o(a)),[a,o]);return React.createElement("button",{className:c,onClick:s},a)}},6433:(e,t,a)=>{"use strict";a.d(t,{A:()=>r});var n=a(6120);const r=({initialValue:e,loading:t,onSearch:a})=>React.createElement("div",{className:"jp-forms__actions-search"},React.createElement(n.A,{initialValue:e,loading:t,onSearch:a}))},6120:(e,t,a)=>{"use strict";a.d(t,{A:()=>f});var n=a(6072),r=a.n(n),o=a(8478),c=a(6427),s=a(9491),i=a(6087),l=a(7723),u=a(1113),d=a(1249),m=a(3022),h=a(8468);const __=l.__,p=({className:e,disabled:t=!1,endAdornment:a=null,icon:n=null,loading:o=!1,...s})=>React.createElement("div",{className:(0,m.A)(e,"input-wrapper",{disabled:t})},React.createElement(React.Fragment,null,(o||n)&&React.createElement("div",{className:(0,m.A)("icon-wrapper",{loader:o})},o?React.createElement(c.Spinner,null):n),React.createElement("input",r()({"aria-disabled":t,className:(0,m.A)("input",{"with-icon":null!==n}),disabled:t,type:"text"},s)),a)),f=({initialValue:e,loading:t,placeholder:a=__("Search responses","jetpack-forms"),onSearch:n=h.noop,wait:c=500,...l})=>{const[f,v]=(0,i.useState)(e),g=(0,s.useDebounce)(n,c),w=(0,i.useCallback)((e=>{v(e.target.value),g(e.target.value)}),[g]),E=(0,i.useCallback)((e=>{["Enter","NumpadEnter"].includes(e.code)&&n(e.currentTarget.value)}),[n]),y=(0,i.useCallback)((()=>{v(""),n("")}),[n]);return React.createElement(p,r()({},l,{icon:React.createElement(o.WI,{size:24}),loading:t,placeholder:a,onChange:w,onKeyUp:E,value:f,endAdornment:React.createElement("div",{className:(0,m.A)("icon-wrapper",{hidden:!f})},React.createElement(u.A,{icon:d.A,onClick:y,className:(0,m.A)("clear-icon")}))}))}},7564:(e,t,a)=>{"use strict";a.d(t,{A:()=>i});var n=a(6072),r=a.n(n),o=a(6087),c=a(9672),s=a(9026);const i=(0,o.forwardRef)((({activeViewKey:e,children:t,duration:a,...n},i)=>{const[l,u]=(0,o.useState)(e),[d,m]=(0,o.useState)(0),h=(0,o.useRef)(void 0),p=(0,o.useRef)(void 0);(0,o.useEffect)((()=>{l!==e&&(u(e),m(0===d?1:0))}),[d,e,t,m,u,l]);const f=(0,o.useMemo)((()=>e===l?0===d?h:p:0===d?p:h),[d,e,l,h,p]),v=(0,o.useCallback)((e=>{i&&(i.current=e),f.current=e}),[f,i]);return React.createElement(c.A,{component:null},React.createElement(s.A,{key:e,nodeRef:f,timeout:a,mountOnEnter:!0,unmountOnExit:!0},React.createElement("div",r()({ref:v},n),t)))}))},7580:(e,t,a)=>{"use strict";a.d(t,{A:()=>u});var n=a(6087),r=a(3022),o=a(8468),c=a(9672),s=a(9026),i=a(4941);const l=(e,t)=>`table-row-${e.isLoading?`${t}-loading`:e.id}`,u=({className:e,columns:t,items:a,rowAnimationTimeout:u=0,selectedResponses:d=[],setSelectedResponses:m})=>{const{current:h}=(0,n.useRef)({});(0,n.useEffect)((()=>{(0,o.forEach)(a,(e=>{h[l(e)]||(h[l(e)]=(0,n.createRef)())}))}),[a,h]);const p=(0,n.useCallback)((e=>{const t=(0,o.includes)(d,e)?(0,o.without)(d,e):[...d,e];m(t)}),[d,m]),f=(0,n.useCallback)((()=>{if(0===(0,o.difference)((0,o.map)(a,"id"),d).length)return void m([]);const e=(0,o.map)(a,"id");m(e)}),[a,d,m]),v=(0,r.A)("jp-forms__table",e),g=(0,r.A)("jp-forms__table-checkbox",{"is-intermediate":0!==d.length&&d.length!==a.length});return React.createElement("div",{className:v},React.createElement("div",{className:"jp-forms__table-header"},!!m&&React.createElement("div",{className:"jp-forms__table-cell is-select"},React.createElement("input",{className:g,onChange:f,type:"checkbox",checked:0===(0,o.difference)((0,o.map)(a,"id"),d).length})),(0,o.map)(t,(({label:e,key:t})=>{const a=(0,r.A)("jp-forms__table-cell",`is-${(0,o.kebabCase)(t)}`);return React.createElement("div",{key:`table-header-${t}`,className:a},e)}))),React.createElement(c.A,{component:null},(0,o.map)(a,((e,a)=>React.createElement(s.A,{key:l(e,a),nodeRef:h[l(e,a)],mountOnEnter:!!u,mountOnExit:!!u,timeout:u},React.createElement(i.A,{ref:h[l(e,a)],columns:t,item:e,isSelected:(0,o.includes)(d,e.id),onSelectChange:m&&p}))))))}},4941:(e,t,a)=>{"use strict";a.d(t,{A:()=>s});var n=a(6087),r=a(3022),o=a(8468);const c=e=>e.stopPropagation(),s=(0,n.forwardRef)((({columns:e,item:t,isSelected:a,onSelectChange:s},i)=>{const l=(0,n.useCallback)((()=>s(t.id)),[t.id,s]),u=(0,r.A)("jp-forms__table-item",t.className,{"is-active":!t.isLoading&&t.isActive,"is-clickable":!t.isLoading&&t.onClick,"is-loading":t.isLoading,"is-selected":!t.isLoading&&a});return React.createElement("div",{ref:i,className:u,onClick:t.onClick},!!s&&React.createElement("div",{className:"jp-forms__table-cell is-select"},!t.isLoading&&React.createElement("input",{className:"jp-forms__table-checkbox",type:"checkbox",onClick:c,onChange:l,checked:a})),(0,o.map)(e,(({additionalClassNames:e,getValue:a,key:n},c)=>{const s=a?a(t):t[n],i=(0,r.A)("jp-forms__table-cell",`is-${(0,o.kebabCase)(n)}`,e);return t.isLoading?React.createElement("div",{key:`table-${n}-${c}-loading`,className:i}):React.createElement("div",{key:`table-${n}-${t.id}`,className:i},s)})))}))},2199:(e,t,a)=>{"use strict";a.d(t,{k:()=>i,l:()=>s});var n=a(1455),r=a.n(n),o=a(8537),c=a(8468);const s=e=>{const t=new URLSearchParams((0,c.pick)((0,c.omitBy)(e,c.isNil),["limit","offset","search","status","parent_id","month"])).toString();return r()({path:`/wpcom/v2/forms/responses?${t}`}).then((e=>({...e,responses:e.responses.map((e=>({...e,author_name:(0,o.decodeEntities)(e.author_name),entry_title:(0,o.decodeEntities)(e.entry_title),fields:(0,c.mapValues)(e.fields,(e=>(0,o.decodeEntities)(e)))})))})))},i=(e,t)=>r()({path:"/wpcom/v2/forms/responses/bulk_actions",method:"POST",data:{action:t,post_ids:e}})},5591:(e,t,a)=>{"use strict";a.d(t,{A:()=>p});var n=a(8478),r=a(6427),o=a(7143),c=a(6087),s=a(7723),i=a(4058),l=a(2199),u=a(3324),d=a(3656),m=a(7325);const __=s.__,h=(e=0)=>{const t=new FormData;return t.append("action","grunion_recheck_queue"),t.append(`jetpack_check_feedback_spam_${(0,i.$)("blogId")}`,(0,i.$)("checkForSpamNonce")),t.append("offset",e),t.append("limit",100),fetch(window.ajaxurl,{method:"POST",body:t}).then((e=>e.json())).then((t=>{if(!(t.processed<100))return h(e+100)}))},p=({currentView:e,selectedResponses:t,setSelectedResponses:a})=>{const[s,i]=(0,c.useState)(!1),{addTabTotals:p,fetchResponses:f,removeResponses:v,setLoading:g}=(0,o.useDispatch)(u.E),{currentPage:w,query:E}=(0,m.t)(),y=(0,c.useCallback)((()=>{i(!0),h().finally((()=>{i(!1),f(E)}))}),[f,i,E]),R=n=>async()=>{try{g(!0),a([]),v(t),p({[e]:-t.length,[d.Ku[n]]:t.length}),await(0,l.k)(t,n),await f({...E,limit:d.e4,offset:(w-1)*d.e4},{append:!0}),g(!1)}catch{g(!1)}};return React.createElement(React.Fragment,null,e!==d.DF.trash&&React.createElement(r.Button,{onClick:R(d.kl.moveToTrash),variant:"secondary"},__("Move to trash","jetpack-forms")),e===d.DF.trash&&React.createElement(r.Button,{onClick:R(d.kl.removeFromTrash),variant:"secondary"},__("Remove from trash","jetpack-forms")),e!==d.DF.spam&&React.createElement(r.Button,{onClick:R(d.kl.markAsSpam),variant:"secondary"},__("Mark as spam","jetpack-forms")),e===d.DF.spam&&React.createElement(r.Button,{onClick:R(d.kl.markAsNotSpam),variant:"secondary"},__("Not spam","jetpack-forms")),e===d.DF.inbox&&t.length>0&&React.createElement(r.Button,{className:"jp-forms__check-for-spam",disabled:s,variant:"secondary",onClick:y},s?React.createElement(r.Spinner,null):React.createElement(n.dW,null),__("Check for spam","jetpack-forms")))}},3656:(e,t,a)=>{"use strict";a.d(t,{DF:()=>r,Ku:()=>c,e4:()=>n,kl:()=>o});const n=50,r={inbox:"inbox",spam:"spam",trash:"trash"},o={moveToTrash:"trash",removeFromTrash:"untrash",delete:"delete",markAsSpam:"mark_as_spam",markAsNotSpam:"mark_as_not_spam"},c={[o.moveToTrash]:r.trash,[o.removeFromTrash]:r.inbox,[o.markAsSpam]:r.spam,[o.markAsNotSpam]:r.inbox}},8196:(e,t,a)=>{"use strict";a.d(t,{A:()=>s});var n=a(6087),r=a(7723),o=a(3022),c=a(7385);const __=r.__,s=({onExport:e})=>{const t=(0,n.useCallback)((()=>{e("feedback_export","feedback_export_nonce_csv").then((async e=>{const t=await e.blob(),a=document.createElement("a");a.href=window.URL.createObjectURL(t);const n=e.headers.get("Content-Disposition")??"";a.download=n.split("filename=")[1]||"Jetpack Form Responses.csv",document.body.appendChild(a),a.click(),document.body.removeChild(a),window.URL.revokeObjectURL(a.href)}))}),[e]),a=(0,o.A)("button","export-button","export-csv",{"button-primary":!(0,c.ze)()});return React.createElement("div",{className:"jp-forms__export-modal-card"},React.createElement("div",{className:"jp-forms__export-modal-card-header"},React.createElement("svg",{width:"22",height:"20",viewBox:"0 0 22 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},React.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.2309 5.04199L10.0797 2.73945C9.98086 2.54183 9.77887 2.41699 9.55792 2.41699H2.83333C2.51117 2.41699 2.25 2.67816 2.25 3.00033V16.7087C2.25 17.0308 2.51117 17.292 2.83333 17.292H19.1667C19.4888 17.292 19.75 17.0308 19.75 16.7087V5.62533C19.75 5.30316 19.4888 5.04199 19.1667 5.04199H11.2309ZM12.3125 3.29199L11.6449 1.95683C11.2497 1.16633 10.4417 0.666992 9.55792 0.666992H2.83333C1.54467 0.666992 0.5 1.71166 0.5 3.00033V16.7087C0.5 17.9973 1.54467 19.042 2.83333 19.042H19.1667C20.4553 19.042 21.5 17.9973 21.5 16.7087V5.62533C21.5 4.33666 20.4553 3.29199 19.1667 3.29199H12.3125Z",fill:"#008710"})),React.createElement("div",{className:"jp-forms__export-modal-card-header-title"},__("CSV File","jetpack-forms"))),React.createElement("div",{className:"jp-forms__export-modal-card-body"},React.createElement("div",{className:"jp-forms__export-modal-card-body-description"},__("Download your form response data as a CSV file.","jetpack-forms")),React.createElement("div",{className:"jp-forms__export-modal-card-body-cta"},React.createElement("button",{className:a,onClick:t},__("Download","jetpack-forms")))))}},8720:(e,t,a)=>{"use strict";a.d(t,{A:()=>l});var n=a(6087),r=a(7723),o=a(3022),c=a(8468),s=a(4058),i=a(7385);const __=r.__,l=({onExport:e})=>{const[t,a]=(0,n.useState)((0,s.$)("gdriveConnection")),r=(0,n.useCallback)((()=>{const e=setInterval((async()=>{if(t)clearInterval(e);else try{const t=await fetch(window.ajaxurl,{method:"POST",body:(0,c.tap)(new FormData,(e=>{e.append("action","grunion_gdrive_connection"),e.append("feedback_export_nonce_gdrive",(0,s.$)("exportNonce"))}))});if(!(await t.json()).connection)return;clearInterval(e),a(!0)}catch{clearInterval(e)}}),5e3)}),[t]),l=(0,n.useCallback)((()=>{e("grunion_export_to_gdrive","feedback_export_nonce_gdrive").then((e=>e.json())).then((({data:e})=>{window.open(e.sheet_link,"_blank")}))}),[e]),u=(0,o.A)("button","export-button","export-gdrive",{"button-primary":!(0,i.ze)()});return React.createElement("div",{className:"jp-forms__export-modal-card"},React.createElement("div",{className:"jp-forms__export-modal-card-header"},React.createElement("svg",{width:"18",height:"24",viewBox:"0 0 18 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},React.createElement("path",{d:"M11.8387 1.16016H2C1.44772 1.16016 1 1.60787 1 2.16016V21.8053V21.8376C1 22.3899 1.44772 22.8376 2 22.8376H16C16.5523 22.8376 17 22.3899 17 21.8376V5.80532M11.8387 1.16016V5.80532H17M11.8387 1.16016L17 5.80532M4.6129 13.0311V16.1279H9.25806M4.6129 13.0311V9.93435H9.25806M4.6129 13.0311H13.9032M13.9032 13.0311V9.93435H9.25806M13.9032 13.0311V16.1279H9.25806M9.25806 9.93435V16.1279",stroke:"#008710",strokeWidth:"1.5"})),React.createElement("div",{className:"jp-forms__export-modal-card-header-title"},__("Google Sheets","jetpack-forms")),React.createElement("div",{className:"jp-forms__export-modal-card-beta-badge"},"BETA")),React.createElement("div",{className:"jp-forms__export-modal-card-body"},React.createElement("div",{className:"jp-forms__export-modal-card-body-description"},React.createElement("div",null,__("Export your data into a Google Sheets file.","jetpack-forms")," ",React.createElement("a",{href:(0,s.$)("gdriveConnectSupportURL"),title:__("Connect to Google Drive","jetpack-forms"),target:"_blank",rel:"noopener noreferrer"},__("You need to connect to Google Drive.","jetpack-forms"))),React.createElement("p",{className:"jp-forms__export-modal-card-body-description-footer"},__("This premium feature is currently free to use in beta.","jetpack-forms"))),React.createElement("div",{className:"jp-forms__export-modal-card-body-cta"},t&&React.createElement("button",{className:u,onClick:l},__("Export","jetpack-forms")),!t&&React.createElement("a",{href:(0,s.$)("gdriveConnectURL"),className:u,rel:"noopener noreferrer",target:"_blank",onClick:r},__("Connect to Google Drive","jetpack-forms")))))}},72:(e,t,a)=>{"use strict";a.d(t,{A:()=>p});var n=a(1883),r=a(8250),o=a(7143),c=a(6087),s=a(7723),i=a(8468),l=a(4058),u=a(3324),d=a(7325),m=a(8196),h=a(8720);const __=s.__,p=({isVisible:e,onClose:t})=>{const a=(0,c.useRef)(void 0),s=(0,o.useSelect)((e=>e(u.E).getSelectedResponseIds()),[]),{query:p}=(0,d.t)();(0,c.useEffect)((()=>{a.current?.addEventListener("click",(e=>{e.target===a.current&&t()}))}),[e,t]);const f=(0,c.useCallback)(((e,t)=>{const a=new FormData;return a.append("action",e),a.append(t,(0,l.$)("exportNonce")),(0,i.forEach)(s,(e=>a.append("selected[]",e))),a.append("date",""),a.append("post","all"),a.append("search",p.search||""),a.append("status",p.status),fetch(window.ajaxurl,{method:"POST",body:a})}),[p,s]);return e?React.createElement("div",{ref:a,className:"jp-forms__export-modal"},React.createElement("div",{className:"jp-forms__export-modal-wrapper"},React.createElement("button",{className:"jp-forms__export-modal-close-button",onClick:t},React.createElement(n.A,{icon:"cross",size:18})),React.createElement("div",{className:"jp-forms__export-modal-header"},React.createElement("h1",{className:"jp-forms__export-modal-header-title"},__("Export your Form Responses","jetpack-forms")),React.createElement("p",{className:"jp-forms__export-modal-header-subtitle"},__("Choose your favorite file format or export destination:","jetpack-forms"))),React.createElement("div",{className:"jp-forms__export-modal-content"},React.createElement(m.A,{onExport:f}),React.createElement(h.A,{onExport:f})),React.createElement(r.A,{className:"jp-forms__export-modal-footer",moduleName:__("Jetpack Forms","jetpack-forms")}))):null}},7969:(e,t,a)=>{"use strict";a.d(t,{A:()=>_});var n=a(6427),r=a(3582),o=a(7143),c=a(8443),s=a(6087),i=a(7723),l=a(7474),u=a(3022),d=a(8468),m=a(9539),h=a(4058),p=a(9862),f=a(1186),v=a(6433),g=a(3324),w=a(5591),E=a(3656),y=a(72),R=a(3721),C=a(454),b=a(7325),k=a(7385);const __=i.__,_x=i._x,x=[{name:"inbox",title:__("Inbox","jetpack-forms"),className:"jp-forms__inbox-tab-item"},{name:"spam",title:__("Spam","jetpack-forms"),className:"jp-forms__inbox-tab-item"},{name:"trash",title:_x("Trash","noun","jetpack-forms"),className:"jp-forms__inbox-tab-item"}],_=()=>{const e=(0,s.useRef)(void 0),[t,a]=(0,s.useState)(1),[i,_]=(0,s.useState)(!1),[S,j]=(0,s.useState)(!1),M=(0,m.Zp)(),{fetchResponses:A,selectResponses:N}=(0,o.useDispatch)(g.E),[L,z,V,O,H,P,T,D]=(0,o.useSelect)((e=>[e(g.E).getQuery(),e(g.E).getMonthFilter(),e(g.E).getSourceFilter(),e(g.E).isFetchingResponses(),e(g.E).getResponses(),e(g.E).getSelectedResponseIds(),e(g.E).getTabTotals(),e(g.E).getTotalResponses()]),[]),F=(0,o.useSelect)((e=>{const{canUser:t}=e(r.store);return t("update","settings")})),{currentPage:I,currentResponseId:U,setCurrentPage:B,setCurrentResponseId:$,setMonthQuery:q,setSearchQuery:J,setSourceQuery:Z,setStatusQuery:W,query:G}=(0,b.t)();(0,s.useEffect)((()=>{(0,h.$)("hasFeedback")||M("/landing")}),[M]),(0,s.useEffect)((()=>{A({limit:E.e4,offset:(I-1)*E.e4,...G})}),[I,A,G]),(0,s.useEffect)((()=>{U&&!O&&(0,d.isEqual)((0,d.pick)(L,(0,d.keys)(G)),G)&&!(0,d.includes)((0,d.map)(H,"id"),U)&&$(0)}),[L,U,O,H,$,G]);const K=(0,s.useMemo)((()=>H.length&&!(0,d.includes)((0,d.map)(H,"id"),U)?H[0].id:U),[U,H]);(0,s.useEffect)((()=>{const t=e.current;if(!t)return;const a=new IntersectionObserver((([e])=>{j(!e.isIntersecting&&!O)}),{rootMargin:"-177px 0px 0px 0px",threshold:0});return a.observe(t),()=>{a.unobserve(t)}}),[e.current,O]);const Y=(0,s.useCallback)((e=>{$(e),a((0,d.findIndex)(H,{id:e})-(0,d.findIndex)(H,{id:K}))}),[K,H,$]),Q=(0,s.useCallback)((e=>{e.preventDefault(),$(0)}),[$]),X=(0,s.useCallback)((()=>_(!i)),[i,_]),ee=(0,s.useMemo)((()=>x.map((({title:e,...t})=>({...t,title:React.createElement(React.Fragment,null,e,T&&React.createElement("span",{className:"jp-forms__inbox-tab-item-count"},T[t.name]||0)),disabled:O})))),[O,T]),te=(0,s.useMemo)((()=>{const e=(0,d.map)(z,(e=>{const t=new Date;return t.setDate(1),t.setMonth(e.month-1),{label:`${(0,c.dateI18n)("F",t)} ${e.year}`,value:`${e.year}${String(e.month).padStart(2,"0")}`}}));return[{label:__("All dates","jetpack-forms"),value:null},...e]}),[z]),ae=(0,s.useMemo)((()=>{const e=(0,d.map)(V,(e=>({label:e.title,value:`${e.id}`})));return[{label:__("All sources","jetpack-forms"),value:null},...e]}),[V]),ne=(0,s.useMemo)((()=>(0,d.join)((0,d.map)((0,d.pick)(L,(0,d.keys)(G)),((e,t)=>`${t}-${e}`)),"-")),[L,G]),re=!!P.length&&!O,oe=(0,u.A)("jp-forms__inbox",{"is-response-view":!!U,"is-response-animation-reverted":t<0}),ce=React.createElement(React.Fragment,null,React.createElement("span",{className:"title"},(0,k.ze)()?__("Jetpack Forms","jetpack-forms"):__("Responses","jetpack-forms")),(0,k.ze)()&&React.createElement("span",{className:"subtitle"},(0,s.createInterpolateElement)(__("Collect and manage responses from your audience. Learn more","jetpack-forms"),{a:React.createElement("a",{href:"https://jetpack.com/support/jetpack-blocks/contact-form/",rel:"noreferrer noopener",target:"_blank"})})),React.createElement("a",{className:"back-button",onClick:Q},React.createElement(n.Icon,{icon:l.A}),__("View all responses","jetpack-forms")));return React.createElement(f.A,{title:ce,className:oe},React.createElement(n.TabPanel,{className:"jp-forms__inbox-tabs",activeClass:"active-tab",initialTabName:G.status,onSelect:W,tabs:ee},(()=>React.createElement(React.Fragment,null,React.createElement("div",{className:"jp-forms__inbox-actions"},!re&&React.createElement(React.Fragment,null,React.createElement(v.A,{onSearch:J,initialValue:G.search,loading:O}),React.createElement(p.A,{options:te,onChange:q,value:G.month}),React.createElement(p.A,{options:ae,onChange:Z,value:G.parent_id})),re&&React.createElement(w.A,{currentView:G.status,selectedResponses:P,setSelectedResponses:N}),F&&React.createElement("button",{className:"button button-primary export-button",onClick:X},__("Export","jetpack-forms"))),React.createElement("div",{className:"jp-forms__inbox-content"},React.createElement("div",{className:"jp-forms__inbox-content-column"},React.createElement("div",{className:"jp-forms__inbox-sticky-sentinel",ref:e}),!O&&S&&React.createElement("div",{className:"jp-forms__inbox-sticky-mark"}),React.createElement(R.A,{key:ne,currentPage:I,currentResponseId:K,currentTab:G.status,loading:O,pages:Math.ceil(D/E.e4),responses:H,selectedResponses:P,setCurrentPage:B,setCurrentResponseId:Y,setSelectedResponses:N})),React.createElement("div",{className:"jp-forms__inbox-content-column"},React.createElement(C.A,{isLoading:O,response:(0,d.find)(H,{id:K})})))))),React.createElement(y.A,{isVisible:i,onClose:X}))}},3721:(e,t,a)=>{"use strict";a.d(t,{A:()=>f});var n=a(6427),r=a(7143),o=a(8443),c=a(6087),s=a(7723),i=a(8468),l=a(3752),u=a(7580),d=a(3324),m=a(3656),h=a(1203);const __=s.__,p=[{key:"name",label:__("From","jetpack-forms")},{key:"date",label:__("Date","jetpack-forms"),getValue:e=>(0,o.dateI18n)("M j, Y",e.date)},{key:"source",label:__("Source","jetpack-forms"),getValue:e=>React.createElement(n.Button,{href:e.entry_permalink,variant:"link"},e.source)},{key:"actions",getValue:e=>React.createElement(h.A,{id:e.id})}],f=({currentPage:e,currentResponseId:t,currentTab:a,pages:n,responses:o,selectedResponses:s,setCurrentPage:h,setCurrentResponseId:f,setSelectedResponses:v,loading:g})=>{const w=(0,r.useSelect)((e=>e(d.E).getTabTotals()),[])[a],E=(0,c.useMemo)((()=>{const a=o.map((e=>({...e,onClick:()=>f(e.id),isActive:e.id===t})));if(g){const t=w?Math.min(m.e4,w-(e-1)*m.e4)-o.length:10;return a.concat((0,i.times)(t,(()=>({isLoading:!0}))))}return a}),[e,t,g,o,f,w]);return!g&&0===o.length||0===w?React.createElement(u.A,{className:"jp-forms__inbox-list",columns:[{key:"empty",label:__("No results found","jetpack-forms")}],items:[]}):React.createElement(React.Fragment,null,React.createElement(u.A,{className:"jp-forms__inbox-list",columns:p,items:E,selectedResponses:s,setSelectedResponses:v,rowAnimationTimeout:200}),n>1&&React.createElement(l.A,{currentPage:e,pages:n,onSelectPage:h,expandedRange:2}))}},454:(e,t,a)=>{"use strict";a.d(t,{A:()=>d});var n=a(6427),r=a(8443),o=a(6087),c=a(7723),s=a(3022),i=a(8468),l=a(7564),u=a(7385);const __=c.__,d=({loading:e,response:t})=>{const[a,d]=(0,o.useState)(!1),m=(0,o.useRef)(void 0);(0,o.useEffect)((()=>{m.current&&(m.current.scrollTop=0)}),[t]);const h=(0,o.useCallback)((async()=>{await window.navigator.clipboard.writeText(t.author_email),d(!0),setTimeout((()=>d(!1)),3e3)}),[t,d]);if(!e&&!t)return null;const p=(0,s.A)("jp-forms__inbox-response-title",{"is-email":t&&!t.author_name&&t.author_email,"is-ip":t&&!t.author_name&&!t.author_email,"is-name":t&&t.author_name});return React.createElement(l.A,{ref:m,activeViewKey:t.id,className:"jp-forms__inbox-response",duration:200},React.createElement("div",{className:"jp-forms__inbox-response-avatar"},React.createElement("img",{src:"https://gravatar.com/avatar/6e998f49bfee1a92cfe639eabb350bc5?size=68&default=identicon",alt:__("Respondent’s gravatar","jetpack-forms")})),React.createElement("h3",{className:p},(0,u.Mn)(t)),t.author_email&&(0,u.Mn)(t)!==t.author_email&&React.createElement("p",{className:"jp-forms__inbox-response-subtitle"},t.author_email,React.createElement(n.Button,{variant:"secondary",onClick:h},!a&&__("Copy","jetpack-forms"),a&&__("✓ Copied","jetpack-forms"))),React.createElement("div",{className:"jp-forms__inbox-response-meta"},React.createElement("div",{className:"jp-forms__inbox-response-meta-label"},React.createElement("span",{className:"jp-forms__inbox-response-meta-key"},__("Date:","jetpack-forms")," "),React.createElement("span",{className:"jp-forms__inbox-response-meta-value"},(0,c.sprintf)(/* Translators: %1$s is the date, %2$s is the time. */ __("%1$s at %2$s","jetpack-forms"),(0,r.dateI18n)((0,r.getSettings)().formats.date,t.date),(0,r.dateI18n)((0,r.getSettings)().formats.time,t.date)))),React.createElement("div",{className:"jp-forms__inbox-response-meta-label"},React.createElement("span",{className:"jp-forms__inbox-response-meta-key"},__("Source:","jetpack-forms")," "),React.createElement("span",{className:"jp-forms__inbox-response-meta-value"},React.createElement(n.Button,{variant:"link",href:t.entry_permalink},t.entry_permalink))),React.createElement("div",{className:"jp-forms__inbox-response-meta-label"},React.createElement("span",{className:"jp-forms__inbox-response-meta-key\t"},__("IP address:","jetpack-forms")," "),React.createElement("span",{className:"jp-forms__inbox-response-meta-value"},t.ip))),React.createElement("div",{className:"jp-forms__inbox-response-separator"}),React.createElement("div",{className:"jp-forms__inbox-response-data"},(0,i.map)(t.fields,((e,t)=>React.createElement("div",{key:t,className:"jp-forms__inbox-response-item"},React.createElement("div",{className:"jp-forms__inbox-response-data-label"},(0,u.NK)(t),":"),React.createElement("div",{className:"jp-forms__inbox-response-data-value"},(0,u.DC)(e)))))))}},1203:(e,t,a)=>{"use strict";a.d(t,{A:()=>h});var n=a(6427),r=a(7143),o=a(7723),c=a(8231),s=a(4259),i=a(6673),l=a(2199),u=a(3324),d=a(3656),m=a(7325);const __=o.__,_x=o._x,h=({id:e})=>{const{addTabTotals:t,fetchResponses:a,removeResponses:o,setLoading:h}=(0,r.useDispatch)(u.E),{currentPage:p,query:f}=(0,m.t)(),v=f.status,g=v!==d.DF.trash?_x("Trash","verb","jetpack-forms"):__("Delete permanently","jetpack-forms"),w=v!==d.DF.trash?d.kl.moveToTrash:d.kl.delete,E=n=>async()=>{try{h(!0),o([e]),t({[v]:-1,[d.Ku[n]]:1}),await(0,l.k)([e],n),await a({...f,limit:d.e4,offset:(p-1)*d.e4},{append:!0}),h(!1)}catch{h(!1)}};return React.createElement(n.DropdownMenu,{icon:c.A,popoverProps:{position:"bottom left"}},(()=>React.createElement(n.MenuGroup,null,v===d.DF.spam&&React.createElement(n.MenuItem,{onClick:E(d.kl.markAsNotSpam),iconPosition:"left",icon:s.A},__("Not spam","jetpack-forms")),v===d.DF.inbox&&React.createElement(n.MenuItem,{onClick:E(d.kl.markAsSpam),iconPosition:"left",icon:React.createElement("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},React.createElement("path",{d:"M11 13V7H13V13H11Z"}),React.createElement("path",{d:"M11 15V17H13V15H11Z"}),React.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M20.75 12C20.75 16.8325 16.8325 20.75 12 20.75C7.16751 20.75 3.25 16.8325 3.25 12C3.25 7.16751 7.16751 3.25 12 3.25C16.8325 3.25 20.75 7.16751 20.75 12ZM12 19.25C16.0041 19.25 19.25 16.0041 19.25 12C19.25 7.99594 16.0041 4.75 12 4.75C7.99594 4.75 4.75 7.99594 4.75 12C4.75 16.0041 7.99594 19.25 12 19.25Z"}))},__("Mark as spam","jetpack-forms")),v===d.DF.trash&&React.createElement(n.MenuItem,{onClick:E(d.kl.removeFromTrash),iconPosition:"left",icon:s.A},__("Remove from trash","jetpack-forms")),React.createElement(n.MenuItem,{onClick:E(w),iconPosition:"left",icon:i.A,variant:"tertiary",isDestructive:!0},g))))}},7325:(e,t,a)=>{"use strict";a.d(t,{t:()=>s});var n=a(6087),r=a(8468),o=a(28);const c={p:1,r:0,status:"inbox"},s=()=>{const[e,t]=(0,o.ok)(),a=(0,n.useMemo)((()=>({...c,...(0,r.fromPairs)([...e])})),[e]),s=(0,n.useMemo)((()=>({month:a.month,parent_id:a.parent_id,search:a.search,status:a.status})),[a.month,a.parent_id,a.search,a.status]),i=(0,n.useCallback)((e=>a=>t((t=>a?(t.set(e,a),t):(t.delete(e),t)))),[t]),l=(0,n.useCallback)((e=>a=>t((t=>(t.delete("p"),t.delete("r"),a?t.set(e,a):t.delete(e),t)))),[t]);return{currentPage:parseInt(a.p,10),currentResponseId:parseInt(a.r,10),setCurrentPage:(0,n.useCallback)((e=>i("p")(e)),[i]),setCurrentResponseId:(0,n.useCallback)((e=>i("r")(e)),[i]),setMonthQuery:(0,n.useCallback)((e=>l("month")(e)),[l]),setSearchQuery:(0,n.useCallback)((e=>l("search")(e)),[l]),setSourceQuery:(0,n.useCallback)((e=>l("parent_id")(e)),[l]),setStatusQuery:(0,n.useCallback)((e=>l("status")(e)),[l]),query:s}}},7385:(e,t,a)=>{"use strict";a.d(t,{DC:()=>i,Mn:()=>o,NK:()=>s,Yn:()=>c,ze:()=>l});var n=a(5985),r=a(8468);const o=e=>e.author_name?e.author_name:e.author_email?e.author_email:e.ip,c=e=>{try{return new URL(e.entry_permalink).pathname}catch{return""}},s=e=>{const t=e.match(/^(\d+_)?(.*)/i);return t?t[2]:e},i=e=>(0,r.isEmpty)(e)?"-":(0,r.isArray)(e)?(0,r.join)(e,", "):e,l=()=>(0,n.d9)()||(0,n.Sy)()},4058:(e,t,a)=>{"use strict";a.d(t,{$:()=>u});var n=a(6087),r=a(8468),o=a(28),c=a(9539),s=a(7969),i=a(678);let l={};const u=e=>(0,r.get)(l,e);window.addEventListener("load",(()=>{const e=document.getElementById("jp-forms-dashboard");l=JSON.parse(decodeURIComponent(e.dataset.config)),delete e.dataset.config;const t=(0,o.Ge)([{path:"/landing",element:React.createElement(i.A,null)},{path:"/responses",element:React.createElement(s.A,null)},{path:"/",element:React.createElement(c.C5,{to:"/responses"})}]);(0,n.createRoot)(e).render(React.createElement(o.pg,{router:t}))}))},678:(e,t,a)=>{"use strict";a.d(t,{A:()=>w});var n=a(372),r=a(3924),o=a(5985),c=a(6087),s=a(7723),i=a(1609),l=a(5402),u=a(1186),d=a(4058),m=a(5594),h=a(4300),p=a(2488),f=a(4426),v=a(5032),g=a(519);const __=s.__,w=()=>{const e=(0,d.$)("pluginAssetsURL"),t=(0,o.d9)()||(0,o.Sy)()?"responses-inbox-wp-com.png":"responses-inbox.png";(0,i.useEffect)((()=>{n.A.tracks.recordEvent("jetpack_wpa_forms_landing_page_display")}),[]);const a=e=>async()=>{const t=new FormData;t.append("action","create_new_form"),t.append("newFormNonce",(0,d.$)("newFormNonce"));const a=await fetch(window.ajaxurl,{method:"POST",body:t}),{post_url:r}=await a.json();r&&(n.A.tracks.recordEvent("jetpack_wpa_forms_landing_page_cta_click",{button:"forms"}),window.open(`${r}${e?"&showJetpackFormsPatterns":""}`))};return React.createElement(u.A,{className:"jp-forms__landing",showFooter:!0},React.createElement("section",{className:"jp-forms__landing-section bg-white-off"},React.createElement("div",{className:"jp-forms__landing-content"},React.createElement("h1",{className:"mb-2"},__("Building forms made easy","jetpack-forms")),React.createElement("h4",{className:"mb-8"},__("Free, flexible, fast, and it works out of the box.","jetpack-forms")),React.createElement("button",{className:"button button-primary mb-10",onClick:a(!1)},__("Create your first form","jetpack-forms")),React.createElement("img",{src:`${e}/images/${t}`,className:"jp-forms__teaser-image",alt:__("Jetpack Forms teaser video","jetpack-forms")}))),React.createElement("section",{className:"jp-forms__landing-section features-block"},React.createElement("div",{className:"jp-forms__landing-content"},React.createElement("div",{className:"jp-forms__block"},React.createElement("div",{className:"jp-forms__block-text"},React.createElement("h1",{className:"mb-6"},__("Jetpack AI Assistant makes creating forms a breeze.","jetpack-forms")),React.createElement("p",null,__("Jetpack AI Assistant enhances the Forms Block with AI-powered features for effortless form creation:","jetpack-forms")),React.createElement("ul",null,React.createElement("li",null,__("Creating a registration form for a global event? Automatically populate a country dropdown list with the AI Assistant.","jetpack-forms")),React.createElement("li",null,__("Need an RSVP form for your event site? Simply ask AI Assistant to prepare a form that includes options for meal preferences, attendance status, or plus-ones.","jetpack-forms"))),React.createElement("button",{className:"button button-primary",onClick:()=>{const e=(0,d.$)("hasAI");if(e)a(!1)();else{const t=(0,r.A)("jetpack-plans",{site:(0,d.$)("siteURL"),anchor:"jetpack_ai_yearly"});n.A.tracks.recordEvent("jetpack_wpa_forms_landing_page_cta_click",{button:"ai",isAIEnabledForSite:e}),window.open(t)}}},__("Explore Jetpack AI","jetpack-forms"))),React.createElement("div",{className:"jp-forms__block-media"},React.createElement("img",{src:`${e}/images/ai-forms.png`,alt:__("An illustration demonstrating how Jetpack AI can help to create forms","jetpack-forms")}))))),React.createElement("section",{className:"jp-forms__landing-section"},React.createElement("div",{className:"jp-forms__landing-content"},React.createElement("h1",null,__("Start with one of many beautiful form patterns.","jetpack-forms")),React.createElement("h1",{className:"mb-12"},__("Customize to your needs.","jetpack-forms")),React.createElement("div",{className:"jp-forms__patterns-grid mb-8"},React.createElement("div",{className:"jp-forms__pattern-item"},React.createElement("img",{src:`${e}/images/contact-form.png`,alt:__("Contact Form","jetpack-forms")}),React.createElement("span",null,__("Contact form","jetpack-forms"))),React.createElement("div",{className:"jp-forms__pattern-item"},React.createElement("img",{src:`${e}/images/registration-form.png`,alt:__("Registration Form","jetpack-forms")}),React.createElement("span",null,__("Registration and login forms","jetpack-forms"))),React.createElement("div",{className:"jp-forms__pattern-item"},React.createElement("img",{src:`${e}/images/feedback-form.png`,alt:__("Feedback Form","jetpack-forms")}),React.createElement("span",null,__("Feedback form","jetpack-forms")))),React.createElement("button",{className:"button button-primary",onClick:a(!0)},__("Explore more patterns","jetpack-forms")))),React.createElement("section",{className:"jp-forms__landing-section bg-white-off"},React.createElement("div",{className:"jp-forms__landing-content"},React.createElement("h1",null,__("You’re in full control of the data.","jetpack-forms")),React.createElement("h1",{className:"mb-12"},__("Empower your workflow.","jetpack-forms")),React.createElement("div",{className:"jp-forms__features"},React.createElement("div",{className:"jp-forms__feature feature-connect"},React.createElement("div",{className:"jp-forms__feature-image-wrapper"},React.createElement("img",{src:`${e}/images/google-sheets-icon.png`,alt:__("Google Sheets icon","jetpack-forms")}),React.createElement("img",{src:`${e}/images/salesforce-icon.png`,alt:__("Salesforce icon","jetpack-forms")})),React.createElement("h1",null,__("Connect with apps you already work with","jetpack-forms"))),React.createElement("div",{className:"jp-forms__feature feature-data"},React.createElement("h4",null,__("Manage your data in wp-admin","jetpack-forms")),React.createElement(g.A,null)),React.createElement("div",{className:"jp-forms__feature feature-akismet"},React.createElement(m.A,{className:"mb-6"}),React.createElement("h4",null,__("No spam with Akismet","jetpack-forms"))),React.createElement("div",{className:"jp-forms__feature feature-export"},React.createElement(f.A,null),React.createElement("h4",null,__("Export your data anytime","jetpack-forms"))),React.createElement("div",{className:"jp-forms__feature feature-notifications"},React.createElement(v.A,{className:"mb-6"}),React.createElement("h4",null,__("Real-time notifications via email","jetpack-forms"))),React.createElement("div",{className:"jp-forms__feature feature-dependencies"},React.createElement("h1",null,React.createElement("span",null,__("Nada","jetpack-forms")),__("Zero","jetpack-forms"),React.createElement("span",null,__("Ziltch","jetpack-forms"))),React.createElement("h4",{className:"align-center"},__("No additional plugins required","jetpack-forms"))),React.createElement("div",{className:"jp-forms__feature feature-validation"},React.createElement("div",{className:"jp-forms__feature-image-wrapper align-center mb-4"},React.createElement(h.A,null),React.createElement(p.A,null)),React.createElement("h4",{className:"align-center"},__("Auto field validation","jetpack-forms")))))),React.createElement("section",{className:"jp-forms__landing-section align-center"},React.createElement("div",{className:"jp-forms__landing-content"},React.createElement("h4",{className:"mb-6"},__("You are in good company.","jetpack-forms")),React.createElement("h1",{className:"jp-forms__wp-sites mb-8"},__("Trusted by more than 5 million WordPress sites.","jetpack-forms")),React.createElement("button",{className:"button button-primary",onClick:a(!1)},__("Get started with Jetpack Forms","jetpack-forms")))),React.createElement("section",{className:"jp-forms__landing-section bg-white-off"},React.createElement("div",{className:"jp-forms__landing-content"},React.createElement("h1",{className:"mb-6"},__("Frequently Asked Questions","jetpack-forms")),React.createElement(l.A,{summary:__("What do I need to use Jetpack Forms?","jetpack-forms")},__('Jetpack Forms is activated by default, so it\'s already fully functional. To get started, simply open the WordPress editor and search for the "Form" block in the block library. You can then add the form block and its corresponding child blocks, such as the text input field or multiple choice block, to your website. You can easily manage incoming form responses within the WP-Admin area.',"jetpack-forms")),React.createElement(l.A,{summary:__("How much does Jetpack Forms cost?","jetpack-forms")},__("Jetpack Forms is currently free and comes by default with your Jetpack plugin.","jetpack-forms")),React.createElement(l.A,{summary:__("Is Jetpack Forms GDPR compliant?","jetpack-forms")},(0,c.createInterpolateElement)(__("Jetpack and its parent company Automattic take data privacy and the GDPR very seriously. We respect the GDPR’s principles of minimizing the amount of data we collect, being transparent about what data we collect and how we use it, complying with EU law in regards to any data that is transferred to non-EU countries, and not keeping data longer than we need it for the purpose it was collected. You can read more about the data we collect, how data is used and shared, and how long data is retained in our Privacy Policy.","jetpack-forms"),{a:React.createElement("a",{href:"https://automattic.com/privacy/",rel:"noreferrer noopener",target:"_blank"})})),React.createElement(l.A,{summary:__("Is there a form responses limit?","jetpack-forms")},__("No.","jetpack-forms")),React.createElement(l.A,{summary:__("What if I would need some help?","jetpack-forms")},(0,c.createInterpolateElement)(__("If you have more specific questions about Jetpack and Forms feel free to reach out to us and we’ll be happy to help.","jetpack-forms"),{a:React.createElement("a",{href:"https://jetpack.com/contact-support/",rel:"noreferrer noopener",target:"_blank"})})))))}},5594:(e,t,a)=>{"use strict";a.d(t,{A:()=>o});var n=a(6072),r=a.n(n);const o=e=>React.createElement("svg",r()({width:"46",height:"46",viewBox:"0 0 46 46",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),React.createElement("rect",{width:"46",height:"46",rx:"8",fill:"#272635"}),React.createElement("g",{clipPath:"url(#clip0_3308_44290)"},React.createElement("path",{d:"M24.4162 12.0335L31.0989 29.5939C31.6753 31.0964 32.5607 31.641 34.0748 31.7683C34.1301 31.7708 34.1843 31.7847 34.2341 31.8089C34.2839 31.8332 34.3281 31.8675 34.3641 31.9095C34.4001 31.9515 34.4271 32.0005 34.4435 32.0534C34.4598 32.1063 34.4651 32.162 34.459 32.217C34.4613 32.2738 34.4522 32.3305 34.4324 32.3837C34.4125 32.437 34.3823 32.4858 34.3435 32.5274C34.3046 32.5689 34.2579 32.6023 34.2061 32.6257C34.1542 32.6491 34.0982 32.6619 34.0414 32.6635H26.7218C26.6626 32.665 26.6037 32.6544 26.5488 32.6325C26.4938 32.6106 26.4438 32.5778 26.4019 32.536C26.3599 32.4943 26.3268 32.4445 26.3047 32.3897C26.2825 32.3349 26.2716 32.2761 26.2728 32.217C26.2684 32.1596 26.276 32.1019 26.2951 32.0476C26.3141 31.9933 26.3442 31.9435 26.3834 31.9014C26.4227 31.8593 26.4702 31.8257 26.523 31.8028C26.5758 31.7799 26.6328 31.7681 26.6904 31.7683C27.4255 31.7683 28.2588 31.5763 28.2588 30.6811C28.2523 30.3078 28.1758 29.939 28.0332 29.5939L26.4294 25.3389C26.3646 25.1469 26.3333 25.0822 26.1412 25.0822H20.0328C19.0722 25.0822 17.8881 25.0822 17.3431 26.2988L15.8812 29.5939C15.7326 29.8928 15.6452 30.2185 15.6244 30.5517C15.6244 31.7036 17.13 31.7683 17.9215 31.7683C17.9791 31.7681 18.0361 31.7799 18.0889 31.8028C18.1418 31.8257 18.1893 31.8593 18.2285 31.9014C18.2677 31.9435 18.2978 31.9933 18.3169 32.0476C18.3359 32.1019 18.3435 32.1596 18.3392 32.217C18.3404 32.2762 18.3294 32.335 18.3071 32.3899C18.2848 32.4448 18.2515 32.4945 18.2093 32.5361C18.1671 32.5777 18.1168 32.6103 18.0616 32.6318C18.0064 32.6534 17.9474 32.6635 17.8881 32.6615H11.3934C11.3343 32.6629 11.2756 32.6523 11.2207 32.6304C11.1658 32.6084 11.116 32.5756 11.0742 32.5338C11.0324 32.4921 10.9995 32.4423 10.9776 32.3875C10.9556 32.3326 10.9451 32.2739 10.9465 32.2149C10.9422 32.1575 10.9498 32.0998 10.9688 32.0455C10.9879 31.9912 11.0179 31.9414 11.0572 31.8993C11.0964 31.8572 11.1439 31.8236 11.1967 31.8007C11.2496 31.7778 11.3066 31.7661 11.3642 31.7662C12.9325 31.6702 13.4525 30.9315 14.0518 29.5918L21.7661 12.7033C22.1191 11.9667 22.8876 11.3281 23.5913 11.3281C24.0967 11.3302 24.2575 11.6182 24.4162 12.0335ZM18.5689 23.4837C18.5302 23.5406 18.5078 23.607 18.5042 23.6757C18.5042 23.7404 18.5689 23.7717 18.6963 23.7717H25.0344C25.4813 23.7717 25.6734 23.6757 25.6734 23.3877C25.6728 23.2432 25.64 23.1006 25.5773 22.9704L23.8169 18.2354C23.3992 17.1482 22.7936 15.7104 22.6015 14.5251C22.6015 14.4625 22.5681 14.4291 22.5367 14.4291C22.5054 14.4291 22.4741 14.4625 22.4741 14.5251C22.2337 15.3401 21.9228 16.1326 21.5448 16.8936L18.5689 23.4837Z",fill:"white"}),React.createElement("path",{d:"M24.4162 12.0335L31.0989 29.5939C31.6753 31.0964 32.5607 31.641 34.0748 31.7683C34.1301 31.7708 34.1843 31.7847 34.2341 31.809C34.2839 31.8332 34.3281 31.8675 34.3641 31.9095C34.4001 31.9516 34.4271 32.0005 34.4435 32.0534C34.4598 32.1063 34.4651 32.162 34.459 32.217C34.4613 32.2738 34.4522 32.3305 34.4324 32.3837C34.4125 32.437 34.3823 32.4858 34.3435 32.5274C34.3046 32.5689 34.2579 32.6023 34.2061 32.6257C34.1542 32.6491 34.0982 32.6619 34.0414 32.6636H26.7218C26.6626 32.665 26.6037 32.6544 26.5488 32.6325C26.4938 32.6106 26.4438 32.5778 26.4019 32.536C26.3599 32.4943 26.3268 32.4445 26.3047 32.3897C26.2825 32.3349 26.2716 32.2761 26.2728 32.217C26.2684 32.1596 26.276 32.1019 26.2951 32.0476C26.3141 31.9933 26.3442 31.9435 26.3834 31.9014C26.4227 31.8593 26.4702 31.8257 26.523 31.8028C26.5758 31.7799 26.6328 31.7682 26.6904 31.7683C27.4255 31.7683 28.2588 31.5763 28.2588 30.6811C28.2523 30.3078 28.1758 29.939 28.0332 29.5939L26.4294 25.3389C26.3647 25.1469 26.3333 25.0822 26.1412 25.0822H20.0328C19.0722 25.0822 17.8881 25.0822 17.3431 26.2988L15.8812 29.5939C15.7326 29.8929 15.6452 30.2185 15.6244 30.5517C15.6244 31.7036 17.13 31.7683 17.9215 31.7683C17.9791 31.7682 18.0361 31.7799 18.0889 31.8028C18.1418 31.8257 18.1893 31.8593 18.2285 31.9014C18.2677 31.9435 18.2978 31.9933 18.3169 32.0476C18.3359 32.1019 18.3435 32.1596 18.3392 32.217C18.3404 32.2762 18.3294 32.335 18.3071 32.3899C18.2848 32.4448 18.2515 32.4945 18.2093 32.5361C18.1671 32.5777 18.1168 32.6103 18.0616 32.6318C18.0064 32.6534 17.9474 32.6635 17.8881 32.6615H11.3934C11.3343 32.6629 11.2756 32.6523 11.2207 32.6304C11.1658 32.6084 11.116 32.5756 11.0742 32.5339C11.0324 32.4921 10.9995 32.4423 10.9776 32.3875C10.9556 32.3326 10.9451 32.2739 10.9465 32.2149C10.9422 32.1575 10.9498 32.0999 10.9688 32.0455C10.9879 31.9912 11.0179 31.9415 11.0572 31.8993C11.0964 31.8572 11.1439 31.8236 11.1967 31.8007C11.2496 31.7778 11.3066 31.7661 11.3642 31.7662C12.9325 31.6702 13.4525 30.9315 14.0518 29.5918L21.7661 12.7033C22.1191 11.9667 22.8876 11.3281 23.5913 11.3281C24.0967 11.3302 24.2575 11.6182 24.4162 12.0335ZM18.5689 23.4837C18.5302 23.5406 18.5078 23.607 18.5042 23.6757C18.5042 23.7404 18.5689 23.7717 18.6963 23.7717H25.0344C25.4813 23.7717 25.6734 23.6757 25.6734 23.3877C25.6728 23.2432 25.64 23.1006 25.5774 22.9704L23.8169 18.2354C23.3992 17.1482 22.7936 15.7104 22.6015 14.5251C22.6015 14.4625 22.5681 14.4291 22.5367 14.4291C22.5054 14.4291 22.4741 14.4625 22.4741 14.5251C22.2337 15.3401 21.9228 16.1326 21.5448 16.8936L18.5689 23.4837Z",fill:"white"}),React.createElement("path",{d:"M36.4557 22.7333C36.4557 23.5555 35.99 24.0209 35.1484 24.0209C34.3068 24.0209 33.9727 23.5931 33.9727 22.9399C33.9727 22.1177 34.4592 21.6523 35.28 21.6523C36.1007 21.6523 36.4557 22.0989 36.4557 22.7333Z",fill:"white"}),React.createElement("path",{d:"M11.3739 22.7588C11.3739 23.5789 10.9061 24.0464 10.0666 24.0464C9.22712 24.0464 8.88672 23.6165 8.88672 22.9633C8.88672 22.1432 9.3733 21.6758 10.194 21.6758C11.0147 21.6758 11.3739 22.1244 11.3739 22.7588Z",fill:"white"})),React.createElement("defs",null,React.createElement("clipPath",{id:"clip0_3308_44290"},React.createElement("rect",{width:"27.5556",height:"21.3333",fill:"white",transform:"translate(8.89062 11.332)"}))))},4300:(e,t,a)=>{"use strict";a.d(t,{A:()=>o});var n=a(6072),r=a.n(n);const o=e=>React.createElement("svg",r()({width:"56",height:"56",viewBox:"0 0 56 56",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),React.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M41.833 18.615L25.0371 41.2036L14.499 33.368L16.5874 30.5593L24.3169 36.3066L39.0243 16.5266L41.833 18.615Z",fill:"#008710"}))},2488:(e,t,a)=>{"use strict";a.d(t,{A:()=>o});var n=a(6072),r=a.n(n);const o=e=>React.createElement("svg",r()({width:"56",height:"56",viewBox:"0 0 56 56",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),React.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M28.0002 30.4751L36.6623 39.1371L39.1371 36.6623L30.4751 28.0002L39.1372 19.3382L36.6623 16.8633L28.0002 25.5254L19.3382 16.8633L16.8633 19.3382L25.5254 28.0002L16.8633 36.6623L19.3382 39.1372L28.0002 30.4751Z",fill:"#D63638"}))},4426:(e,t,a)=>{"use strict";a.d(t,{A:()=>o});var n=a(6072),r=a.n(n);const o=e=>React.createElement("svg",r()({width:"132",height:"50",viewBox:"0 0 132 50",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),React.createElement("rect",{x:"25",y:"14",width:"107",height:"4",rx:"2",fill:"#256EFF"}),React.createElement("rect",{x:"31",y:"35",width:"63",height:"3",rx:"1.5",fill:"#1858D8"}),React.createElement("rect",{x:"16",y:"35",width:"8",height:"3",rx:"1.5",fill:"#1858D8"}),React.createElement("rect",{y:"14",width:"19",height:"4",rx:"2",fill:"#256EFF"}),React.createElement("rect",{x:"44",y:"25",width:"72",height:"4",rx:"2",fill:"#357B49"}),React.createElement("rect",{x:"16",y:"25",width:"23",height:"4",rx:"2",fill:"#357B49"}),React.createElement("rect",{x:"6",y:"5",width:"66",height:"3",rx:"1.5",fill:"#6DBF85"}),React.createElement("rect",{width:"127",height:"50",fill:"url(#paint0_linear_3308_44308)"}),React.createElement("defs",null,React.createElement("linearGradient",{id:"paint0_linear_3308_44308",x1:"2.5",y1:"25",x2:"65.5",y2:"25",gradientUnits:"userSpaceOnUse"},React.createElement("stop",{stopColor:"white"}),React.createElement("stop",{offset:"1",stopColor:"white",stopOpacity:"0"}))))},5032:(e,t,a)=>{"use strict";a.d(t,{A:()=>o});var n=a(6072),r=a.n(n);const o=e=>React.createElement("svg",r()({width:"46",height:"36",viewBox:"0 0 46 36",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),React.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.6667 8C2.0894 8 0 10.0893 0 12.6667V31.3333C0 33.9107 2.0894 36 4.6667 36H32.6667C35.244 36 37.3334 33.9107 37.3334 31.3333V12.6667C37.3334 10.0893 35.244 8 32.6667 8H4.6667ZM3.5 13.6382V31.3333C3.5 31.9777 4.0224 32.5 4.6667 32.5H32.6667C33.311 32.5 33.8334 31.9777 33.8334 31.3333V13.6382L18.6667 26.6382L3.5 13.6382ZM30.9499 11.5H6.3835L18.6667 22.0284L30.9499 11.5Z",fill:"#1E1E1E"}),React.createElement("path",{d:"M37.668 16C42.0862 16 45.668 12.4183 45.668 8C45.668 3.58172 42.0862 0 37.668 0C33.2497 0 29.668 3.58172 29.668 8C29.668 12.4183 33.2497 16 37.668 16Z",fill:"#D63638"}))},519:(e,t,a)=>{"use strict";a.d(t,{A:()=>o});var n=a(6072),r=a.n(n);const o=e=>React.createElement("svg",r()({width:"136",height:"95",viewBox:"0 0 136 95",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),React.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M42.9708 18.9005C44.1337 18.134 44.505 16.5837 43.7747 15.3976C43.044 14.2108 41.4873 13.838 40.3216 14.602C30.653 20.9387 22.3008 29.0987 15.7365 38.6338C9.17125 48.1704 4.52929 58.8867 2.061 70.182C1.76407 71.5408 2.66601 72.8592 4.03266 73.1177C5.40037 73.3763 6.7148 72.4749 7.01303 71.1153C11.7833 49.3673 24.9629 30.7687 42.9708 18.9005Z",fill:"#4DB26A"}),React.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M42.9708 18.9005C44.1337 18.134 44.505 16.5837 43.7747 15.3976C43.044 14.2108 41.4873 13.838 40.3216 14.602C30.653 20.9387 22.3008 29.0987 15.7365 38.6338C9.17125 48.1704 4.52929 58.8867 2.061 70.182C1.76407 71.5408 2.66601 72.8592 4.03266 73.1177C5.40037 73.3763 6.7148 72.4749 7.01303 71.1153C11.7833 49.3673 24.9629 30.7687 42.9708 18.9005Z",fill:"#4DB26A"}),React.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M59.5137 42.4168C60.4544 41.8184 60.78 40.5851 60.2172 39.6228C59.654 38.6598 58.4145 38.3328 57.4712 38.9284C46.8358 45.6429 38.5862 55.5676 33.9351 67.2909C29.2835 79.0151 28.4852 91.8974 31.6254 104.078C31.9034 105.156 33.028 105.767 34.0965 105.453C35.1646 105.138 35.7721 104.019 35.4976 102.94C34.382 98.5546 33.7891 93.9608 33.7891 89.2286C33.7891 69.543 44.0492 52.2537 59.5137 42.4168Z",fill:"#1858D8"}),React.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M107.624 32.6581C95.629 28.7574 82.7218 28.7757 70.7641 32.6803C69.7058 33.0259 69.1676 34.1865 69.5489 35.2325C69.9301 36.2785 71.0861 36.8137 72.1454 36.471C77.5265 34.7298 83.2677 33.7891 89.2286 33.7891C107.655 33.7891 123.983 42.7791 134.063 56.6124C134.72 57.514 135.973 57.7612 136.898 57.1381C137.824 56.5147 138.072 55.2561 137.418 54.3517C130.044 44.163 119.618 36.5582 107.624 32.6581Z",fill:"#272635"}),React.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M125.194 10.3266C125.771 9.06103 125.213 7.56393 123.932 7.02306C103.735 -1.50267 81.1004 -2.29366 60.3576 4.8014C59.0419 5.25142 58.3815 6.70568 58.8684 8.00815C59.3554 9.31074 60.805 9.96807 62.1216 9.52038C70.6288 6.62765 79.7479 5.05859 89.2335 5.05859C100.795 5.05859 111.813 7.38976 121.841 11.6077C123.124 12.1471 124.617 11.5926 125.194 10.3266Z",fill:"#256EFF"}),React.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.31243 82.6459C5.42004 81.2555 4.42168 80.0104 3.03527 79.8597C1.64766 79.7088 0.396736 80.7112 0.285223 82.1025C-0.050481 86.291 -0.0899009 90.498 0.167258 94.6921C0.252708 96.0857 1.48505 97.1117 2.87569 96.9868C4.26521 96.862 5.28707 95.6354 5.2053 94.2427C5.10795 92.5847 5.05859 90.9139 5.05859 89.2315C5.05859 87.0153 5.14425 84.819 5.31243 82.6459Z",fill:"#357B49"}),React.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M31.7916 50.6255C32.4778 49.6066 32.255 48.2185 31.2581 47.5008C30.2617 46.7836 28.8696 47.0081 28.1828 48.0256C21.8352 57.4297 17.7403 68.1824 16.2306 79.4476C14.7208 90.7147 15.8408 102.168 19.49 112.913C19.8837 114.073 21.1643 114.654 22.3113 114.226C23.4584 113.797 24.0373 112.521 23.6459 111.361C21.3019 104.412 20.0312 96.9691 20.0312 89.2295C20.0312 74.935 24.3656 61.6528 31.7916 50.6255Z",fill:"#357B49"}),React.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M72.5768 17.4851C59.8851 20.4307 48.2153 26.6871 38.7474 35.5993C37.8522 36.4421 37.8544 37.8544 38.7238 38.7238C39.5932 39.5932 41.0003 39.5903 41.8971 38.7492C54.2734 27.1395 70.9211 20.0293 89.2295 20.0293C123.718 20.0293 152.314 45.2605 157.565 78.2712C157.758 79.483 158.867 80.3482 160.084 80.193C161.3 80.038 162.164 78.9257 161.972 77.7148C159.939 64.8699 154.538 52.7777 146.302 42.6792C137.598 32.0067 126.076 23.9885 113.044 19.5351C100.012 15.0817 85.9921 14.3715 72.5768 17.4851Z",fill:"#357B49"}),React.createElement("rect",{x:"49",y:"48",width:"82",height:"82",rx:"41",fill:"#1E1E1E"}),React.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M121 89C121 71.919 107.081 58 90 58C72.888 58 59 71.919 59 89C59 106.112 72.888 120 90 120C107.081 120 121 106.112 121 89ZM83.118 105.647L72.547 77.282C74.252 77.22 76.174 77.034 76.174 77.034C77.724 76.848 77.538 73.531 75.988 73.593C75.988 73.593 71.493 73.934 68.641 73.934C68.083 73.934 67.494 73.934 66.843 73.903C71.772 66.339 80.297 61.441 90 61.441C97.223 61.441 103.795 64.138 108.755 68.695C106.647 68.354 103.64 69.904 103.64 73.593C103.64 75.6018 104.71 77.3253 105.912 79.2631L105.912 79.2632L105.913 79.2642C106.084 79.539 106.257 79.8181 106.43 80.103C107.515 81.994 108.135 84.319 108.135 87.729C108.135 92.348 103.795 103.229 103.795 103.229L94.402 77.282C96.076 77.22 96.944 76.755 96.944 76.755C98.494 76.6 98.308 72.88 96.758 72.973C96.758 72.973 92.294 73.345 89.38 73.345C86.683 73.345 82.157 72.973 82.157 72.973C80.607 72.88 80.421 76.693 81.971 76.755L84.823 77.003L88.729 87.574L83.118 105.647ZM113.039 88.8199L112.971 89C110.725 94.9133 108.496 100.877 106.271 106.83L106.27 106.832L106.268 106.839L106.261 106.857C105.48 108.947 104.699 111.034 103.919 113.118C112.196 108.344 117.559 99.199 117.559 89C117.559 84.226 116.474 79.824 114.304 75.825C115.237 82.9857 113.804 86.7883 113.039 88.8199ZM77.91 114.079C68.672 109.615 62.441 99.943 62.441 89C62.441 84.97 63.154 81.312 64.673 77.871C65.6006 80.4122 66.5282 82.9547 67.4561 85.498L67.4587 85.5051C70.9333 95.0288 74.412 104.564 77.91 114.079ZM98.401 115.164L90.403 93.526C88.9295 97.8728 87.445 102.22 85.9562 106.58C84.9392 109.558 83.9201 112.542 82.901 115.536C85.133 116.218 87.551 116.559 90 116.559C92.945 116.559 95.735 116.063 98.401 115.164Z",fill:"white"}))},9864:(e,t,a)=>{"use strict";a.d(t,{EB:()=>r,JB:()=>u,NH:()=>l,Oz:()=>o,TA:()=>n,pi:()=>c,uk:()=>s,zR:()=>i});const n="ASYNC_ROUTINE_DISPATCH",r="RESPONSES_FETCH",o="RESPONSES_FETCH_RECEIVE",c="RESPONSES_FETCH_FAIL",s="RESPONSES_REMOVE",i="RESPONSES_SELECTION_SET",l="RESPONSES_TAB_TOTALS_ADD",u="RESPONSES_LOADING_SET"},6759:(e,t,a)=>{"use strict";a.r(t),a.d(t,{addTabTotals:()=>u,dispatchAsync:()=>o,fetchResponses:()=>c,removeResponses:()=>s,selectResponses:()=>i,setLoading:()=>l});var n=a(2199),r=a(9864);const o=(e,t=[])=>({type:r.TA,apply:e,args:t});function*c(e,t={}){yield{type:r.EB,append:t.append,query:e};try{const a=yield o(n.l,[e]);return{type:r.Oz,responses:a.responses,total:a.totals[e.status||"inbox"],tabTotals:a.totals,filters:a.filters_available,append:t.append}}catch(e){return{type:r.pi,error:e}}}const s=(e,t)=>({type:r.uk,responseIds:e,status:t}),i=e=>({type:r.zR,selectedResponses:e}),l=e=>({type:r.JB,loading:e}),u=e=>({type:r.NH,tabTotals:e})},9200:(e,t,a)=>{"use strict";a.d(t,{A:()=>r});var n=a(9864);const r={[n.TA]:({apply:e,args:t})=>e(...t)}},3324:(e,t,a)=>{"use strict";a.d(t,{E:()=>i});var n=a(7143),r=a(6759),o=a(9200),c=a(5096),s=a(9658);const i="FORM_RESPONSES",l={actions:{...r},reducer:c.A,selectors:{...s},controls:o.A},u=(0,n.createReduxStore)(i,l);(0,n.register)(u)},5096:(e,t,a)=>{"use strict";a.d(t,{A:()=>c});var n=a(7143),r=a(8468),o=a(9864);const c=(0,n.combineReducers)({currentSelection:(e=[],t)=>t.type===o.Oz?[]:t.type===o.zR?t.selectedResponses:e,filters:(e={},t)=>t.type===o.Oz?t.filters:e,loading:(e=!1,t)=>t.type===o.EB||t.type!==o.Oz&&t.type!==o.pi&&(t.type===o.JB?t.loading:e),query:(e={},t)=>t.type===o.EB?t.query:e,responses:(e=[],t)=>t.type!==o.EB||t.append?t.type===o.Oz?t.append?(0,r.uniqBy)([...e,...t.responses],(e=>e.id)):[...t.responses]:t.type===o.uk?e.filter((e=>t.responseIds.indexOf(e.id)<0)):e:[],tabTotals:(e=void 0,t)=>t.type===o.Oz?t.tabTotals:t.type===o.NH?(0,r.fromPairs)((0,r.map)((0,r.keys)({...e,...t.tabTotals}),(a=>[a,(e[a]||0)+(t.tabTotals[a]||0)]))):e,total:(e=0,t)=>t.type===o.EB&&0===t.offset?0:t.type===o.Oz?t.total:t.type===o.uk?e-t.responseIds.length:e})},9658:(e,t,a)=>{"use strict";a.r(t),a.d(t,{getMonthFilter:()=>u,getQuery:()=>s,getResponses:()=>c,getSelectedResponseIds:()=>m,getSourceFilter:()=>d,getTabTotals:()=>i,getTotalResponses:()=>l,isFetchingResponses:()=>o});var n=a(8468),r=a(7385);const o=e=>e.loading,c=e=>(0,n.map)(e.responses,(e=>({...e,source:e.entry_title||(0,r.Yn)(e),name:e.author_name||e.author_email||e.author_url||e.ip}))),s=e=>e.query||{},i=e=>e.tabTotals||{},l=e=>e.total,u=e=>e.filters.month||[],d=e=>e.filters.source||[],m=e=>e.currentSelection},67:(e,t,a)=>{t.formatArgs=function(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+e.exports.humanize(this.diff),!this.useColors)return;const a="color: "+this.color;t.splice(1,0,a,"color: inherit");let n=0,r=0;t[0].replace(/%[a-zA-Z%]/g,(e=>{"%%"!==e&&(n++,"%c"===e&&(r=n))})),t.splice(r,0,a)},t.save=function(e){try{e?t.storage.setItem("debug",e):t.storage.removeItem("debug")}catch(e){}},t.load=function(){let e;try{e=t.storage.getItem("debug")}catch(e){}!e&&"undefined"!=typeof process&&"env"in process&&(e=process.env.DEBUG);return e},t.useColors=function(){if("undefined"!=typeof window&&window.process&&("renderer"===window.process.type||window.process.__nwjs))return!0;if("undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))return!1;let e;return"undefined"!=typeof document&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||"undefined"!=typeof window&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||"undefined"!=typeof navigator&&navigator.userAgent&&(e=navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/))&&parseInt(e[1],10)>=31||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)},t.storage=function(){try{return localStorage}catch(e){}}(),t.destroy=(()=>{let e=!1;return()=>{e||(e=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})(),t.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"],t.log=console.debug||console.log||(()=>{}),e.exports=a(8926)(t);const{formatters:n}=e.exports;n.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}},8926:(e,t,a)=>{e.exports=function(e){function t(e){let a,r,o,c=null;function s(...e){if(!s.enabled)return;const n=s,r=Number(new Date),o=r-(a||r);n.diff=o,n.prev=a,n.curr=r,a=r,e[0]=t.coerce(e[0]),"string"!=typeof e[0]&&e.unshift("%O");let c=0;e[0]=e[0].replace(/%([a-zA-Z%])/g,((a,r)=>{if("%%"===a)return"%";c++;const o=t.formatters[r];if("function"==typeof o){const t=e[c];a=o.call(n,t),e.splice(c,1),c--}return a})),t.formatArgs.call(n,e);(n.log||t.log).apply(n,e)}return s.namespace=e,s.useColors=t.useColors(),s.color=t.selectColor(e),s.extend=n,s.destroy=t.destroy,Object.defineProperty(s,"enabled",{enumerable:!0,configurable:!1,get:()=>null!==c?c:(r!==t.namespaces&&(r=t.namespaces,o=t.enabled(e)),o),set:e=>{c=e}}),"function"==typeof t.init&&t.init(s),s}function n(e,a){const n=t(this.namespace+(void 0===a?":":a)+e);return n.log=this.log,n}function r(e,t){let a=0,n=0,r=-1,o=0;for(;a"-"+e))].join(",");return t.enable(""),e},t.enable=function(e){t.save(e),t.namespaces=e,t.names=[],t.skips=[];const a=("string"==typeof e?e:"").trim().replace(" ",",").split(",").filter(Boolean);for(const e of a)"-"===e[0]?t.skips.push(e.slice(1)):t.names.push(e)},t.enabled=function(e){for(const a of t.skips)if(r(e,a))return!1;for(const a of t.names)if(r(e,a))return!0;return!1},t.humanize=a(4997),t.destroy=function(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")},Object.keys(e).forEach((a=>{t[a]=e[a]})),t.names=[],t.skips=[],t.formatters={},t.selectColor=function(e){let a=0;for(let t=0;t{"use strict";e.exports={consumer_slug:"jetpack-forms"}},9384:e=>{"use strict";e.exports=window.JetpackConnection},7999:e=>{"use strict";e.exports=window.JetpackScriptDataModule},1609:e=>{"use strict";e.exports=window.React},5795:e=>{"use strict";e.exports=window.ReactDOM},790:e=>{"use strict";e.exports=window.ReactJSXRuntime},8468:e=>{"use strict";e.exports=window.lodash},1455:e=>{"use strict";e.exports=window.wp.apiFetch},6427:e=>{"use strict";e.exports=window.wp.components},9491:e=>{"use strict";e.exports=window.wp.compose},3582:e=>{"use strict";e.exports=window.wp.coreData},7143:e=>{"use strict";e.exports=window.wp.data},8443:e=>{"use strict";e.exports=window.wp.date},6087:e=>{"use strict";e.exports=window.wp.element},8537:e=>{"use strict";e.exports=window.wp.htmlEntities},7723:e=>{"use strict";e.exports=window.wp.i18n},4660:e=>{"use strict";e.exports=window.wp.plugins},5573:e=>{"use strict";e.exports=window.wp.primitives},3832:e=>{"use strict";e.exports=window.wp.url},6072:e=>{function t(){return e.exports=t=Object.assign?Object.assign.bind():function(e){for(var t=1;t{"use strict";function n(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}a.d(t,{A:()=>n})},7790:(e,t,a)=>{"use strict";function n(){return n=Object.assign?Object.assign.bind():function(e){for(var t=1;tn})},1105:(e,t,a)=>{"use strict";a.d(t,{A:()=>r});var n=a(1200);function r(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,(0,n.A)(e,t)}},4001:(e,t,a)=>{"use strict";function n(e,t){if(null==e)return{};var a={};for(var n in e)if({}.hasOwnProperty.call(e,n)){if(t.includes(n))continue;a[n]=e[n]}return a}a.d(t,{A:()=>n})},1200:(e,t,a)=>{"use strict";function n(e,t){return n=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},n(e,t)}a.d(t,{A:()=>n})},3022:(e,t,a)=>{"use strict";function n(e){var t,a,r="";if("string"==typeof e||"number"==typeof e)r+=e;else if("object"==typeof e)if(Array.isArray(e)){var o=e.length;for(t=0;tr});const r=function(){for(var e,t,a=0,r="",o=arguments.length;a{var t=e&&e.__esModule?()=>e.default:()=>e;return a.d(t,{a:t}),t},a.d=(e,t)=>{for(var n in t)a.o(t,n)&&!a.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},a.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),a.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};a(4058)})(); \ No newline at end of file diff --git a/dist/dashboard/jetpack-forms-dashboard.rtl.css b/dist/dashboard/jetpack-forms-dashboard.rtl.css index 80e1de1..0d0dbfb 100644 --- a/dist/dashboard/jetpack-forms-dashboard.rtl.css +++ b/dist/dashboard/jetpack-forms-dashboard.rtl.css @@ -1 +1 @@ -body.toplevel_page_jetpack-forms{background-color:#fff}body.toplevel_page_jetpack-forms #wpcontent{padding-right:0}.jp-forms__layout{box-sizing:border-box;display:flex;flex-direction:column;margin:0;padding:0;width:100%}.jp-forms__layout .jp-forms__logo{margin:40px 64px}@media(max-width:660px){.jp-forms__layout .jp-forms__logo{margin:40px 24px}}.jp-forms__layout-header{background-color:#f9f9f9;box-sizing:border-box;margin:0;padding:48px 64px 16px;width:100%}@media(max-width:660px){.jp-forms__layout-header{padding:48px 24px 32px}}.jp-forms__layout-title{display:inline-flex;font-size:36px;font-weight:700;height:40px;line-height:40px;margin:0}.jp-forms__layout-footer.jp-dashboard-footer{box-sizing:border-box;margin:60px 0;max-width:100%;padding-left:64px;padding-right:64px}.jp-dashboard-footer{align-items:center;color:var(--jp-black);display:flex;flex-wrap:wrap;font-size:var(--font-body-extra-small);line-height:1.333;max-width:1128px;width:100%}.jp-dashboard-footer a{text-decoration:none}.jp-dashboard-footer a:any-link,.jp-dashboard-footer a[role=button]{color:inherit}.jp-dashboard-footer a:hover{text-decoration:underline;text-decoration-thickness:1.5px}.jp-dashboard-footer a:focus{border-radius:2px;box-shadow:none;outline:1.5px solid currentColor;outline-offset:3px}.jp-dashboard-footer.is-sm>ul{gap:.125rem}.jp-dashboard-footer.is-md,.jp-dashboard-footer.is-sm>ul{align-items:flex-start;flex-direction:column}.jp-dashboard-footer>ul{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;list-style:none;margin:0;padding:0;width:100%}.jp-dashboard-footer>ul>li{margin-bottom:0}.jp-dashboard-footer>ul>li>a{align-items:center;display:flex;gap:.25rem;min-height:44px}.jp-dashboard-footer__accessible-external-link{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;overflow-wrap:normal;padding:0;position:absolute;width:1px}.jp-dashboard-footer__jp-item{font-weight:600;padding-inline-end:1rem}.jp-dashboard-footer.is-sm .jp-dashboard-footer__jp-item{padding-bottom:1rem}.jp-dashboard-footer.is-lg .jp-dashboard-footer__a8c-item{margin-inline-start:auto}.jp-dashboard-footer.is-sm .jp-dashboard-footer__a8c-item{padding-top:1rem}.jp-dashboard-footer__a8c-item>a,.jp-dashboard-footer__jp-item>a{text-decoration:none}.jp-forms__actions-search{border-radius:4px;display:flex;flex-direction:row}.jp-forms__actions-search:focus-within{box-shadow:var(--jp-forms-focus-shadow)}@media(max-width:600px){.jp-forms__actions-search{flex:1}}.jp-forms__actions-search .input-wrapper{align-items:center;background-color:var(--jp-forms-white);border:1px solid var(--jp-forms-border-color);border-radius:var(--jp-forms-border-radius);box-sizing:border-box;display:flex;font-size:var(--font-body-small);height:var(--jp-forms-input-wrapper-height);min-height:var(--jp-forms-input-wrapper-height);padding:var(--jp-forms-spacing-base);width:350px}@media(min-width:783px)and (max-width:960px){.jp-forms__actions-search .input-wrapper{width:300px}}@media(max-width:600px){.jp-forms__actions-search .input-wrapper{width:100%}}.jp-forms__actions-search .input-wrapper:focus-within{border-color:#0000}.jp-forms__actions-search .input-wrapper.disabled{background-color:var(--jp-gray);border-color:var(--jp-gray-10);color:var(--jp-gray-20)}.jp-forms__actions-search .input-wrapper .input{background-color:#0000;border:0;box-shadow:none;font-family:unset;font-size:var(--jp-forms-font-size-regular);outline:none;padding:0;width:100%}.jp-forms__actions-search .input-wrapper .input:focus{box-shadow:none;outline:none}.jp-forms__actions-search .input-wrapper .input.with-icon{margin-right:var(--jp-forms-spacing-base)}.jp-forms__actions-search .input-wrapper .icon-wrapper{align-items:center;display:flex;flex-shrink:0;height:24px;justify-content:center;width:24px}.jp-forms__actions-search .input-wrapper .icon-wrapper.hidden{visibility:hidden}.jp-forms__actions-search .input-wrapper .clear-icon{cursor:pointer}.jp-forms__actions-search .input-wrapper .loader svg{margin:0}.cuoSlhSNrqf1dozY22Xb{fill:#000}.JLquNpQVlysAamuh5lJO,.lAIiifeLMmZAPlQ9n9ZR{fill:var(--jp-green-primary)}.cbOwD8Y4tFjwimmtchQI{fill:#757575}.cbOwD8Y4tFjwimmtchQI.aLWBKY0yRghEk7tNCgK3{fill:var(--color-bluesky)}.cbOwD8Y4tFjwimmtchQI.aHOlEBGD5EA8NKRw3xTw{fill:var(--color-facebook)}.cbOwD8Y4tFjwimmtchQI.aHOlEBGD5EA8NKRw3xTw.social-logo{border-radius:50%}.cbOwD8Y4tFjwimmtchQI.af4Y_zItXvLAOEoSDPSv{fill:var(--color-twitter)}.cbOwD8Y4tFjwimmtchQI.f68aqF3XSD1OBvXR1get{fill:var(--color-linkedin)}.cbOwD8Y4tFjwimmtchQI.xFI0dt3UiXRlRQdqPWkx{fill:var(--color-tumblr)}.cbOwD8Y4tFjwimmtchQI.q7JEoyymveP6kF747M43{fill:var(--color-gplus)}.cbOwD8Y4tFjwimmtchQI.DKOBOTVmTLbh26gUH_73{fill:var(--color-mastodon)}.cbOwD8Y4tFjwimmtchQI.n5XodNsuMfMAAvqHFmbw{fill:var(--color-nextdoor)}.cbOwD8Y4tFjwimmtchQI.n5XodNsuMfMAAvqHFmbw.social-logo{border-radius:50%}.cbOwD8Y4tFjwimmtchQI.cL3m0xBYTYhIKI7lCqDB{fill:var(--color-instagram)}.cbOwD8Y4tFjwimmtchQI.fftumuc_lJ6v0tq4UMVR{fill:var(--color-whatsapp)}.cbOwD8Y4tFjwimmtchQI.inzgC27qxdt7hSdhTWRI{fill:var(--color-threads)}.cbOwD8Y4tFjwimmtchQI.inzgC27qxdt7hSdhTWRI.social-logo{border-radius:40%}.block-editor-block-list__layout .block-editor-block-list__block.has-warning.is-interactive>*{pointer-events:auto;user-select:auto}.block-editor-block-list__layout .block-editor-block-list__block.has-warning.is-interactive:after{content:none}.jetpack-editor-panel-logo{margin-right:.5em}.jp-forms__export-modal{align-items:center;background:#0000004d;bottom:0;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;left:0;padding:0;position:fixed;right:0;top:0;z-index:9999}@media(min-width:601px){.jp-forms__export-modal{padding:40px 60px}}.jp-forms__export-modal-wrapper{background-color:#fff;display:flex;flex-direction:column;max-width:680px;padding:24px 48px 0;position:relative}.jp-forms__export-modal-close-button{background:#0000;border:0;cursor:pointer;height:24px;left:8px;padding:3px;position:absolute;top:8px;width:24px}.jp-forms__export-modal-header{margin-bottom:32px}.jp-forms__export-modal-header-title{font-size:24px;font-style:normal;font-weight:700;line-height:32px;margin-bottom:8px}.jp-forms__export-modal-header-subtitle{color:#000;font-size:16px;font-style:normal;font-weight:400;letter-spacing:-.02em;line-height:24px;margin-bottom:0;margin-top:8px;padding:0}.jp-forms__export-modal-content{display:flex;flex-direction:column;flex-grow:1;gap:32px;padding:0}.jp-forms__export-modal-footer{box-sizing:border-box;display:flex;justify-content:space-between;padding:48px 16px 24px}.jp-forms__export-modal-footer-column{align-items:center;display:flex}.jp-forms__export-modal-footer #jetpack-logo__icon{height:16px;width:16px}.jp-forms__export-modal-footer #jetpack-logo__icon path{fill:#000}.jp-forms__export-modal-footer .jp-forms__export-modal-footer-link{color:#23282d;font-size:12px;font-weight:600;letter-spacing:-.02em;line-height:0;padding-right:8px;text-align:right;text-decoration:none}.jp-forms__export-modal-card{border-radius:var(--jp-border-radius,4px);box-shadow:0 0 0 1px var(--jp-gray-10,#c3c4c7) inset;display:flex;flex-direction:column;isolation:isolate;padding:24px}.jp-forms__export-modal-card-body,.jp-forms__export-modal-card-header{display:flex}.jp-forms__export-modal-card-header{align-items:center;gap:16px;margin-bottom:16px}.jp-forms__export-modal-card-header-title{font-size:20px;font-style:normal;font-weight:700;line-height:30px}.jp-forms__export-modal-card-body{align-items:center;gap:32px;justify-content:space-between}.jp-forms__export-modal-card-body-description{color:#000;flex-grow:1;font-size:14px;font-style:normal;font-weight:400;letter-spacing:-.02em;line-height:24px;max-width:60%}.jp-forms__export-modal-card-body-description a{color:inherit}.jp-forms__export-modal-card-body-description-footer{color:#757575;font-size:12px;font-style:normal;font-weight:400;line-height:150%;margin-bottom:0}.jp-forms__export-modal-card-body-cta{align-self:flex-end}.jp-forms__export-modal-card-body-cta .button-primary.export-button{background:#000;border:1px solid #fff;border-radius:4px;color:#fff;font-style:normal;font-weight:400;letter-spacing:-.01em}.jp-forms__export-modal-card-beta-badge{background:#2fb41f;border-radius:2px;color:#fff;font-size:11px;font-style:normal;font-weight:600;line-height:150%;padding:4px 8px;text-align:left;text-transform:uppercase}.gridicon{fill:currentColor;display:inline-block}.gridicon.needs-offset g{transform:translate(-1px,1px)}.gridicon.needs-offset-x g{transform:translate(-1px)}.gridicon.needs-offset-y g{transform:translateY(1px)}.jp-forms__page-navigation{background-color:#fff;border:1px solid #dcdcde;border-radius:3px;box-sizing:border-box;display:flex;flex-direction:row;height:36px;justify-content:center;padding:0;width:fit-content}.jp-forms__page-navigation-button,.jp-forms__page-navigation-button:hover,.jp-forms__page-navigation-placeholder,.jp-forms__page-navigation-placeholder:hover{background:#0000;border:0;box-sizing:border-box;color:#101517;cursor:pointer;display:inline-flex;font-size:13px;font-weight:700;height:34px;line-height:18px;padding:8px 12px;text-align:center}.jp-forms__page-navigation-button.is-active,.jp-forms__page-navigation-button:hover.is-active,.jp-forms__page-navigation-placeholder.is-active,.jp-forms__page-navigation-placeholder:hover.is-active{background-color:#101517;color:#fff}.jp-forms__page-navigation-button:disabled,.jp-forms__page-navigation-button:hover:disabled,.jp-forms__page-navigation-placeholder:disabled,.jp-forms__page-navigation-placeholder:hover:disabled{cursor:default}.jp-forms__page-navigation-button:disabled:first-child,.jp-forms__page-navigation-button:disabled:last-child,.jp-forms__page-navigation-button:hover:disabled:first-child,.jp-forms__page-navigation-button:hover:disabled:last-child,.jp-forms__page-navigation-placeholder:disabled:first-child,.jp-forms__page-navigation-placeholder:disabled:last-child,.jp-forms__page-navigation-placeholder:hover:disabled:first-child,.jp-forms__page-navigation-placeholder:hover:disabled:last-child{color:#dcdcde}.jp-forms__page-navigation-button .gridicon,.jp-forms__page-navigation-button:hover .gridicon,.jp-forms__page-navigation-placeholder .gridicon,.jp-forms__page-navigation-placeholder:hover .gridicon{display:inline-flex}.jp-forms__page-navigation-button .gridicon.gridicons-arrow-left,.jp-forms__page-navigation-button:hover .gridicon.gridicons-arrow-left,.jp-forms__page-navigation-placeholder .gridicon.gridicons-arrow-left,.jp-forms__page-navigation-placeholder:hover .gridicon.gridicons-arrow-left{margin-left:3px}.jp-forms__page-navigation-button .gridicon.gridicons-arrow-right,.jp-forms__page-navigation-button:hover .gridicon.gridicons-arrow-right,.jp-forms__page-navigation-placeholder .gridicon.gridicons-arrow-right,.jp-forms__page-navigation-placeholder:hover .gridicon.gridicons-arrow-right{margin-right:3px}.jp-forms__table{box-sizing:border-box;display:table;margin:0;padding:0}.jp-forms__table-header,.jp-forms__table-item{display:table-row}.jp-forms__table-header:nth-child(2n),.jp-forms__table-item:nth-child(2n){background-color:#f9f9f6}.jp-forms__table-item.is-clickable{cursor:pointer}.jp-forms__table-item.is-active:not(.exit){background-color:#000;color:#fff}@keyframes jp-forms__table-pulse{0%{opacity:.2}50%{opacity:.1}to{opacity:.2}}.jp-forms__table-cell{border-bottom:1px solid #dcdcde;box-sizing:border-box;display:table-cell;font-size:var(--jp-forms-font-size-regular);height:52px;line-height:normal;margin:0;max-width:0;padding:0 16px;position:relative;text-align:right;transition:background-color .1s ease-out,opacity .1s ease-out;vertical-align:middle}@media(max-width:600px){.jp-forms__table-cell{padding:8px}}.jp-forms__table :last-child .jp-forms__table-cell{border-bottom:unset}.jp-forms__table-cell.is-select{min-width:62px;padding:0 20px}@media(max-width:480px){.jp-forms__table-cell.is-select{min-width:46px;padding:0 12px}}.jp-forms__table-cell.is-empty{align-items:center;display:flex;justify-content:center;max-width:100%}.jp-forms__table-item.is-loading .jp-forms__table-cell:before{animation:jp-forms__table-pulse 2s ease-in-out infinite;background-color:#000;border-radius:.5em;content:"";display:flex;height:1em}.jp-forms__table-cell .components-button.is-link{color:inherit;font-size:inherit}input[type=checkbox].jp-forms__table-checkbox{appearance:none;-moz-appearance:none;-webkit-appearance:none;border:0;box-shadow:none;box-sizing:border-box;cursor:pointer;font-size:var(--jp-forms-font-size-regular);height:16px;line-height:16px;margin:0;outline:0;width:16px}input[type=checkbox].jp-forms__table-checkbox:before{background:#fff;border:1px solid #949494;border-radius:2px;color:#000;content:" ";display:inline-block;font-size:var(--jp-forms-font-size-regular);font-weight:700;height:16px;margin:0;text-align:center;transition:background .1s ease-out,color .1s ease-out,border-color .1s ease-out;width:16px}input[type=checkbox].jp-forms__table-checkbox:focus:before{box-shadow:var(--jp-forms-focus-shadow)}input[type=checkbox].jp-forms__table-checkbox:checked:before{background:#000;border-color:#000;color:#fff;content:"✓"}input[type=checkbox].jp-forms__table-checkbox.is-intermediate:before,input[type=checkbox].jp-forms__table-checkbox.is-intermediate:checked:before{background:#000;border-color:#000;color:#fff;content:"-"}.jp-forms__inbox a.back-button{align-items:center;color:#2c3338;cursor:pointer;display:none;font-size:14px;font-weight:500}.jp-forms__inbox a.back-button svg{margin-left:4px}.jp-forms__inbox .button-primary.export-button:focus{box-shadow:var(--jp-forms-focus-shadow)}.jp-forms__inbox .components-dropdown-menu .components-menu-item__button{font-size:var(--jp-forms-font-size-regular)}.jp-forms__inbox span.subtitle{padding-right:0;white-space:pre}@media(min-width:1025px){.jp-forms__inbox a.back-button{display:none!important}.jp-forms__inbox span.title{display:inline-flex!important}.jp-forms__inbox span.subtitle{display:inline-flex!important;flex-wrap:wrap}}.jp-forms__inbox.is-response-view span.subtitle,.jp-forms__inbox.is-response-view span.title{display:none}.jp-forms__inbox.is-response-view a.back-button{display:inline-flex}.jp-forms__inbox.is-response-view .jp-forms__inbox-tabs .components-tab-panel__tabs{display:none}@media(min-width:1025px){.jp-forms__inbox.is-response-view .jp-forms__inbox-tabs .components-tab-panel__tabs{display:flex}}.jp-forms__inbox-tabs .components-tab-panel__tabs{background-color:#f9f9f9;margin:0;padding:16px 64px 0;position:sticky;top:var(--wp-admin--admin-bar--height);z-index:1}@media(max-width:600px){.jp-forms__inbox-tabs .components-tab-panel__tabs{top:0}}@media(max-width:660px){.jp-forms__inbox-tabs .components-tab-panel__tabs{padding:0 24px}}.jp-forms__inbox-tab-item{border-bottom:2px solid #0000;font-size:var(--jp-forms-font-size-regular);font-weight:400;height:40px;padding:8px 16px}.jp-forms__inbox-tab-item.active-tab{border-color:#000;font-weight:600}.jp-forms__inbox-tab-item-count{align-items:center;background:#0000;border:1px solid #dcdcde;border-radius:3px;box-sizing:border-box;color:#2c3338;display:inline-flex;font-size:12px;font-weight:400;height:20px;line-height:18px;margin-right:10px;padding:0 6px}.jp-forms__inbox-content{box-sizing:border-box;display:flex;flex-direction:row;gap:0;margin-top:0;padding:0 0 48px;position:relative;width:100%;z-index:0}@media(min-width:1025px){.jp-forms__inbox-content{gap:24px;padding-left:64px;padding-right:64px}}.jp-forms__inbox-content-column{align-items:center;box-sizing:border-box;flex-direction:column;min-width:0;position:relative;width:100%}.jp-forms__inbox-content-column:first-child{display:flex}.jp-forms__inbox-content-column:last-child,.jp-forms__inbox.is-response-view .jp-forms__inbox-content-column:first-child{display:none}.jp-forms__inbox.is-response-view .jp-forms__inbox-content-column:last-child{display:flex}@media(max-width:660px){.jp-forms__inbox-content-column{padding-left:24px;padding-right:24px}}@media(min-width:661px)and (max-width:1024px){.jp-forms__inbox-content-column{padding-left:64px;padding-right:64px}}@media(min-width:1025px){.jp-forms__inbox-content-column{display:flex!important;flex:3;width:auto}.jp-forms__inbox-content-column:last-child{flex:2}}.jp-forms__inbox-content-column .jp-forms__inbox-sticky-sentinel{background:#0000;height:1px;position:absolute;top:0;width:1px}.jp-forms__inbox-content-column .jp-forms__inbox-sticky-mark{border-bottom:1px solid #dcdcde;box-shadow:0 1px 5px 0 #0000004d;position:sticky;top:calc(var(--wp-admin--admin-bar--height) + 144px);width:100%}.jp-forms__inbox-content-column .jp-forms__page-navigation{margin:16px 0 0}.jp-forms__inbox-list,.jp-forms__inbox-response{border:1px solid #dcdcde;border-radius:8px;box-sizing:border-box;display:flex;flex-direction:column;min-height:300px;overflow:hidden;width:100%}.jp-forms__inbox-list.jp-forms__table{display:table;min-height:unset}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-item{max-height:52px;transition:max-height .2s}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-item.exit-active{overflow:hidden}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-item.exit-active,.jp-forms__inbox-list.jp-forms__table .jp-forms__table-item.exit-done{max-height:0}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-item.exit-active.is-loading{display:none}@media(max-width:1024px){.jp-forms__inbox-list.jp-forms__table .jp-forms__table-item.is-active{background-color:#fff;color:inherit}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-item.is-active:nth-child(2n){background-color:#f9f9f6}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-item.is-active .is-link{text-decoration:underline}}@media(min-width:1025px){.jp-forms__inbox-list.jp-forms__table{display:flex;min-height:calc(100vh - var(--wp-admin--admin-bar--height) - 192px)}}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell{white-space:nowrap}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-name{min-width:160px;overflow:hidden;text-overflow:ellipsis;width:45%}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-date{min-width:110px;width:27.5%}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-source{min-width:100px;width:27.5%}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-source .is-link{cursor:pointer;display:inline-block;max-width:100%;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-source .is-link:hover,.jp-forms__inbox-list.jp-forms__table .jp-forms__table-item.is-active .is-link{text-decoration:underline}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-actions{max-width:68px;min-width:68px}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-actions .components-dropdown-menu__toggle{color:currentColor;padding:0}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-actions .components-dropdown-menu__toggle>svg{height:32px;width:32px}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-actions .components-dropdown-menu__toggle:focus{box-shadow:var(--jp-forms-focus-shadow)}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-actions .components-dropdown__content{white-space:normal}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-actions .components-dropdown__content .components-button.is-tertiary:hover:not(:disabled){background:#0000;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#007cba))}@media(max-width:1280px){.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-actions{display:none}}@media(max-width:1080px){.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-name{width:60%}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-date{width:40%}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-source{display:none}}@media(max-width:1024px){.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-name{width:45%}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-date{width:27.5%}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-source{display:table-cell;width:27.5%}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-actions{display:table-cell}}@media(max-width:660px){.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-name{width:60%}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-date{width:40%}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-actions,.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-source{display:none}}@keyframes jp-forms__slide-in{0%{transform:translateY(150px)}}@keyframes jp-forms__fade-in{0%{opacity:0}35%{opacity:1}}.jp-forms__inbox-response{background-color:#fff;position:relative}@media(min-width:1025px){.jp-forms__inbox-response{height:calc(100vh - var(--wp-admin--admin-bar--height) - 192px);overflow-y:auto;position:sticky;top:calc(var(--wp-admin--admin-bar--height) + 144px)}}.jp-forms__inbox-response:before{background:linear-gradient(-30deg,#eaeff5,#f2f3e3);border-bottom:1px solid #dcdcde;box-sizing:border-box;content:"";display:flex;padding-top:24px}.jp-forms__inbox-response.exit-active{display:none}@media(min-width:1025px){.jp-forms__inbox-response.enter,.jp-forms__inbox-response.enter-active{animation:jp-forms__slide-in .2s ease-out forwards,jp-forms__fade-in .2s ease-in forwards}.jp-forms__inbox.is-response-animation-reverted .jp-forms__inbox-response.enter,.jp-forms__inbox.is-response-animation-reverted .jp-forms__inbox-response.enter-active{animation:none}.jp-forms__inbox-response.exit,.jp-forms__inbox-response.exit-active,.jp-forms__inbox-response.exit-done{display:flex;position:absolute;right:0;top:0!important;z-index:-1}.jp-forms__inbox.is-response-animation-reverted .jp-forms__inbox-response.exit,.jp-forms__inbox.is-response-animation-reverted .jp-forms__inbox-response.exit-active,.jp-forms__inbox.is-response-animation-reverted .jp-forms__inbox-response.exit-done{animation:jp-forms__slide-in .2s ease-out reverse forwards,jp-forms__fade-in .2s ease-in reverse forwards;z-index:1}}.jp-forms__inbox-response-avatar{background-color:#fff;border:3px solid #fff;border-radius:50%;box-sizing:border-box;display:none;filter:drop-shadow(0 4px 44px rgba(0,0,0,.25));height:74px;overflow:hidden;position:absolute;right:32px;top:32px;width:74px;z-index:100}.jp-forms__inbox-response-title{font-size:24px;font-weight:700;line-height:normal;margin:24px 0 0;padding:0 32px}.jp-forms__inbox-response-title.is-email,.jp-forms__inbox-response-title.is-ip{font-size:24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.jp-forms__inbox-response-subtitle{align-items:center;color:#646970;display:flex;flex-shrink:0;font-size:16px;font-weight:500;height:40px;line-height:40px;margin:0;overflow:hidden;padding:0 32px;position:relative;text-overflow:ellipsis;white-space:nowrap}.jp-forms__inbox-response-subtitle .components-button{background-color:#fff;display:inline-block;float:left;height:28px;left:32px;margin-right:auto;padding:4px 8px;position:absolute;top:6px;z-index:100}@media(min-width:1025px){.jp-forms__inbox-response-subtitle .components-button{display:none}.jp-forms__inbox-response-subtitle:hover{background-color:#f6f6f7}.jp-forms__inbox-response-subtitle:hover .components-button{background-color:#f6f6f7;display:inline-block}}.jp-forms__inbox-response-meta{color:#646970;display:table;flex-direction:column;font-size:12px;font-weight:400;line-height:20px;padding:12px 32px 24px;row-gap:4px}.jp-forms__inbox-response-meta-label{display:table-row}.jp-forms__inbox-response-meta-key,.jp-forms__inbox-response-meta-value{display:table-cell;white-space:nowrap}.jp-forms__inbox-response-meta-key{padding-left:8px}.jp-forms__inbox-response-meta-value{max-width:0;overflow:hidden;text-overflow:ellipsis;width:80%}.jp-forms__inbox-response-meta-value .is-link{color:inherit;text-decoration:none}.jp-forms__inbox-response-meta-value .is-link:hover{text-decoration:underline}.jp-forms__inbox-response-separator{border-bottom:1px solid var(--jp-forms-border-color);width:100%}.jp-forms__inbox-response-data{display:flex;flex-direction:column;font-size:var(--jp-forms-font-size-regular);line-height:24px;padding:24px 32px;row-gap:24px}.jp-forms__inbox-response-data-label{font-weight:600}.jp-forms__inbox-response-data-value{white-space:pre-wrap}.jp-forms__inbox-actions{background:#fff;display:flex;flex-direction:row;gap:var(--jp-forms-spacing-base);padding:32px 64px 16px;position:sticky;top:calc(var(--wp-admin--admin-bar--height) + 56px);z-index:1}@media(max-width:600px){.jp-forms__inbox-actions{top:56px}}@media(max-width:660px){.jp-forms__inbox-actions{padding:calc(var(--jp-forms-spacing-base)*2) 24px}}.jp-forms__inbox.is-response-view .jp-forms__inbox-actions{display:none}@media(min-width:1025px){.jp-forms__inbox.is-response-view .jp-forms__inbox-actions{display:flex}}@media(max-width:782px){.jp-forms__inbox-actions .components-dropdown{display:none}}.jp-forms__inbox-actions .components-button{border-radius:var(--jp-forms-border-radius);font-size:var(--jp-forms-font-size-regular);font-weight:400;height:var(--jp-forms-input-wrapper-height);letter-spacing:-.02em;padding:var(--jp-forms-spacing-base) calc(var(--jp-forms-spacing-base)*1.5)}.jp-forms__inbox-actions .components-button.is-secondary{background:var(--jp-forms-white);box-shadow:inset 0 0 0 1px var(--jp-forms-border-color);color:var(--jp-forms-black)}.jp-forms__inbox-actions .components-button.is-secondary.is-opened,.jp-forms__inbox-actions .components-button.is-secondary:hover:not(:disabled){background:var(--jp-forms-color-darker-10);color:var(--jp-forms-white)}.jp-forms__inbox-actions .jp-forms__check-for-spam svg{margin:0 0 0 10px}.jp-forms__inbox-actions .button-primary.export-button{background-color:var(--wp-admin-theme-color,#000);border-color:var(--wp-admin-theme-color,#000);margin-right:auto}@media(max-width:782px){.jp-forms__inbox-actions .button-primary.export-button{display:none}}.jp-forms__details{box-shadow:inset 0 -1px 0 #dcdcde;padding:16px 0}.jp-forms__details[open] .jp-forms__details-icon{transform:rotate(-90deg)}.jp-forms__details-summary{align-items:center;cursor:pointer;display:flex;font-size:24px;font-weight:500;line-height:32px;list-style:none}.jp-forms__details-summary::-webkit-details-marker,.jp-forms__details-summary::marker{display:none}@media(max-width:600px){.jp-forms__details-summary{font-size:16px;line-height:24px}}.jp-forms__details-icon{margin-left:16px;transition:all .3s ease}.jp-forms__details-content{font-size:16px;font-weight:400;line-height:24px;margin-right:48px;margin-top:16px}.jp-forms__landing{--content-max-width:1280px;--section-spacing-horizontal:76px;--section-spacing-vertical:84px;color:var(--jp-forms-black)}@media(max-width:600px){.jp-forms__landing{--section-spacing-horizontal:32px;--section-spacing-vertical:80px}}.jp-forms__landing .jp-forms__logo-wrapper{margin:0 auto;max-width:100%;width:calc(var(--content-max-width) + var(--section-spacing-horizontal)*2)}.jp-forms__landing .jp-forms__logo{margin:40px var(--section-spacing-horizontal)}.jp-forms__landing h1{font-size:36px;font-weight:700;line-height:40px;margin:0}.jp-forms__landing h4{font-size:24px;font-weight:500;line-height:32px;margin:0}.jp-forms__landing button.button.button-primary{border:none;font-size:16px;font-weight:600;line-height:24px;padding:8px 32px}.jp-forms__landing button.button.button-primary,.jp-forms__landing button.button.button-primary:hover{background-color:var(--jp-forms-black);color:var(--jp-forms-white)}.jp-forms__landing .align-center{text-align:center}.jp-forms__landing .bg-white{background-color:var(--jp-forms-white)}.jp-forms__landing .bg-white-off{background-color:var(--jp-forms-white-off)}.jp-forms__landing .mb-2{margin-bottom:8px}.jp-forms__landing .mb-4{margin-bottom:16px}.jp-forms__landing .mb-6{margin-bottom:24px}.jp-forms__landing .mb-8{margin-bottom:32px}.jp-forms__landing .mb-10{margin-bottom:40px}.jp-forms__landing .mb-12{margin-bottom:48px}.jp-forms__landing-section{overflow:hidden;padding:var(--section-spacing-vertical) var(--section-spacing-horizontal)}.jp-forms__landing-section.features-block{padding-bottom:40px}.jp-forms__landing-content{margin:0 auto;max-width:var(--content-max-width)}@media(max-width:1280px){.jp-forms__landing-content .jp-forms__wp-sites{margin-left:auto;margin-right:auto;max-width:600px}}.jp-forms__teaser-image{border-radius:8px 8px 0 0;display:flex;filter:drop-shadow(0 4px 24px rgba(0,0,0,.2509803922));margin:0 auto calc(var(--section-spacing-vertical)*-1);max-width:100%}.jp-forms__block{display:flex;flex-direction:row;justify-content:space-between}@media(max-width:1024px){.jp-forms__block{flex-direction:column-reverse}}.jp-forms__block-media,.jp-forms__block-text{flex:0 0 44%}.jp-forms__block-text{font-size:16px;line-height:27px}.jp-forms__block-text p{font-size:16px}.jp-forms__block-text ul{list-style:initial;padding-right:20px}.jp-forms__block-media{align-items:center;display:flex;justify-content:center}.jp-forms__block-media img{max-width:500px;width:100%}.jp-forms__patterns-grid{display:grid;gap:28px 40px;grid-template-columns:repeat(3,minmax(300px,350px));justify-content:space-between;margin-left:auto;margin-right:auto}@media(max-width:1280px){.jp-forms__patterns-grid{grid-template-columns:repeat(2,minmax(300px,400px))}}@media(max-width:860px){.jp-forms__patterns-grid{box-sizing:border-box;grid-auto-columns:350px;grid-auto-flow:column;grid-template-columns:repeat(auto-fill,350px);margin-right:calc(var(--section-spacing-horizontal)*-1);overflow-x:auto;padding:0 var(--section-spacing-horizontal);width:calc(100% + var(--section-spacing-horizontal) + var(--section-spacing-horizontal))}}@media(max-width:480px){.jp-forms__patterns-grid{grid-auto-columns:calc(100vw - 108px);grid-template-columns:repeat(auto-fill,calc(100vw - 108px))}}.jp-forms__pattern-item{align-items:center;display:flex;flex-direction:column;gap:8px}.jp-forms__pattern-item img{align-items:center;aspect-ratio:3/2;background:#d3d3d3;display:flex;justify-content:center;width:100%}.jp-forms__pattern-item span{font-size:14px;font-weight:700;line-height:21px}.jp-forms__features{display:grid;gap:24px;grid-template-columns:repeat(12,1fr)}@media(max-width:860px){.jp-forms__features{box-sizing:border-box;grid-auto-columns:350px;grid-auto-flow:column;grid-template-columns:repeat(auto-fill,350px);margin-right:calc(var(--section-spacing-horizontal)*-1);overflow-x:auto;padding:0 var(--section-spacing-horizontal);width:calc(100% + var(--section-spacing-horizontal) + var(--section-spacing-horizontal))}}@media(max-width:480px){.jp-forms__features{grid-auto-columns:calc(100vw - 108px);grid-template-columns:repeat(auto-fill,calc(100vw - 108px))}}.jp-forms__feature{background-color:var(--jp-forms-white);border-radius:8px;display:flex;flex-direction:column;justify-content:space-between;min-height:100px;overflow:hidden;padding:24px 32px;position:relative}.jp-forms__feature.feature-connect{grid-column:span 5/span 5}.jp-forms__feature.feature-connect .jp-forms__feature-image-wrapper{align-items:center;display:flex;gap:24px;margin-bottom:8px}@media(max-width:1440px){.jp-forms__feature.feature-connect h1{font-size:32px}}.jp-forms__feature.feature-data{grid-column:span 4/span 4}.jp-forms__feature.feature-data h4{max-width:220px}.jp-forms__feature.feature-data svg{bottom:0;left:0;position:absolute}.jp-forms__feature.feature-akismet,.jp-forms__feature.feature-export{grid-column:span 3/span 3}.jp-forms__feature.feature-export svg{margin-right:-32px}.jp-forms__feature.feature-notifications{grid-column:span 4/span 4}.jp-forms__feature.feature-notifications h4{max-width:260px}.jp-forms__feature.feature-dependencies{grid-column:span 3/span 3;padding:24px 16px;text-align:center}.jp-forms__feature.feature-dependencies h1{align-self:center;overflow:hidden}.jp-forms__feature.feature-dependencies h4{margin:0 auto;max-width:200px}.jp-forms__feature.feature-dependencies span{opacity:.3}.jp-forms__feature.feature-validation{grid-column:span 2/span 2}.jp-forms__feature.feature-validation .jp-forms__feature-image-wrapper{white-space:nowrap}.jp-forms__feature.feature-validation h4{margin:0 auto;max-width:200px}.jp-forms__feature h4{font-weight:700}@media(max-width:1460px){.jp-forms__feature.feature-dependencies,.jp-forms__feature.feature-export{grid-column:span 4/span 4}.jp-forms__feature.feature-validation{display:none}}@media(max-width:1280px){.jp-forms__feature{padding:24px}.jp-forms__feature.feature-connect,.jp-forms__feature.feature-data{grid-column:span 6/span 6}.jp-forms__feature.feature-data h4{font-size:32px;max-width:300px}.jp-forms__feature.feature-export{grid-column:span 4/span 4}.jp-forms__feature.feature-notifications{grid-column:span 5/span 5}.jp-forms__feature.feature-dependencies{display:none}.jp-forms__feature.feature-validation{grid-column:span 4/span 4}}@media(max-width:860px){.jp-forms__feature{grid-column:auto!important}.jp-forms__feature h1,.jp-forms__feature h4{font-size:28px!important;font-weight:700;line-height:32px}.jp-forms__feature.feature-validation .jp-forms__feature-image-wrapper{margin-bottom:0}.jp-forms__feature.feature-dependencies,.jp-forms__feature.feature-validation{display:flex}}:root{--jp-forms-font-size-regular:14px;--jp-forms-border-color:#dcdcde;--jp-forms-border-radius:var( --jp-border-radius,4px );--jp-forms-white:var( --jp-white,#fff );--jp-forms-white-off:var( --jp-white-off,#f9f9f6 );--jp-forms-input-wrapper-height:var( --jp-input-wrapper-height,40px );--jp-forms-spacing-base:var( --spacing-base,8px );--jp-forms-black:var( --jp-black,#000 );--jp-forms-color-darker-10:var( --jp-black-80,#2c3338 );--jp-forms-color-darker-20:var( --jp-black-80,#2c3338 );--jp-forms-focus-shadow:0 0 0 1px var( --jp-forms-white ),0 0 0 3px var( --jp-forms-color-darker-10 );--wp-admin-theme-color:var( --jp-forms-black );--wp-admin-theme-color--rgb:0,0,0;--wp-admin-theme-color-darker-10:var( --jp-forms-color-darker-10 );--wp-admin-theme-color-darker-10--rgb:44,51,56;--wp-admin-theme-color-darker-20:var( --jp-forms-color-darker-10 );--wp-admin-theme-color-darker-20--rgb:44,51,56}body.admin_page_jetpack-forms #wpbody-content,body.toplevel_page_jetpack-forms #wpbody-content{padding-bottom:0}body.admin_page_jetpack-forms #wpfooter,body.toplevel_page_jetpack-forms #wpfooter{display:none} \ No newline at end of file +body.toplevel_page_jetpack-forms{background-color:#fff}body.toplevel_page_jetpack-forms #wpcontent{padding-right:0}.jp-forms__layout{box-sizing:border-box;display:flex;flex-direction:column;margin:0;padding:0;width:100%}.jp-forms__layout .jp-forms__logo{margin:40px 64px}@media(max-width:660px){.jp-forms__layout .jp-forms__logo{margin:40px 24px}}.jp-forms__layout-header{background-color:#f9f9f9;box-sizing:border-box;margin:0;padding:48px 64px 16px;width:100%}@media(max-width:660px){.jp-forms__layout-header{padding:48px 24px 32px}}.jp-forms__layout-title{display:inline-flex;font-size:36px;font-weight:700;height:40px;line-height:40px;margin:0}.jp-forms__layout-footer.jp-dashboard-footer{box-sizing:border-box;margin:60px 0;max-width:100%;padding-left:64px;padding-right:64px}.jp-dashboard-footer{align-items:center;color:var(--jp-black);display:flex;flex-wrap:wrap;font-size:var(--font-body-extra-small);line-height:1.333;max-width:1128px;width:100%}.jp-dashboard-footer a{text-decoration:none}.jp-dashboard-footer a:any-link,.jp-dashboard-footer a[role=button]{color:inherit}.jp-dashboard-footer a:hover{text-decoration:underline;text-decoration-thickness:1.5px}.jp-dashboard-footer a:focus{border-radius:2px;box-shadow:none;outline:1.5px solid currentColor;outline-offset:3px}.jp-dashboard-footer.is-sm>ul{gap:.125rem}.jp-dashboard-footer.is-md,.jp-dashboard-footer.is-sm>ul{align-items:flex-start;flex-direction:column}.jp-dashboard-footer>ul{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;list-style:none;margin:0;padding:0;width:100%}.jp-dashboard-footer>ul>li{margin-bottom:0}.jp-dashboard-footer>ul>li>a{align-items:center;display:flex;gap:.25rem;min-height:44px}.jp-dashboard-footer__accessible-external-link{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;overflow-wrap:normal;padding:0;position:absolute;width:1px}.jp-dashboard-footer__jp-item{font-weight:600;padding-inline-end:1rem}.jp-dashboard-footer.is-sm .jp-dashboard-footer__jp-item{padding-bottom:1rem}.jp-dashboard-footer.is-lg .jp-dashboard-footer__a8c-item{margin-inline-start:auto}.jp-dashboard-footer.is-sm .jp-dashboard-footer__a8c-item{padding-top:1rem}.jp-dashboard-footer__a8c-item>a,.jp-dashboard-footer__jp-item>a{text-decoration:none}.jp-forms__actions-search{border-radius:4px;display:flex;flex-direction:row}.jp-forms__actions-search:focus-within{box-shadow:var(--jp-forms-focus-shadow)}@media(max-width:600px){.jp-forms__actions-search{flex:1}}.jp-forms__actions-search .input-wrapper{align-items:center;background-color:var(--jp-forms-white);border:1px solid var(--jp-forms-border-color);border-radius:var(--jp-forms-border-radius);box-sizing:border-box;display:flex;font-size:var(--font-body-small);height:var(--jp-forms-input-wrapper-height);min-height:var(--jp-forms-input-wrapper-height);padding:var(--jp-forms-spacing-base);width:350px}@media(min-width:783px)and (max-width:960px){.jp-forms__actions-search .input-wrapper{width:300px}}@media(max-width:600px){.jp-forms__actions-search .input-wrapper{width:100%}}.jp-forms__actions-search .input-wrapper:focus-within{border-color:#0000}.jp-forms__actions-search .input-wrapper.disabled{background-color:var(--jp-gray);border-color:var(--jp-gray-10);color:var(--jp-gray-20)}.jp-forms__actions-search .input-wrapper .input{background-color:#0000;border:0;box-shadow:none;font-family:unset;font-size:var(--jp-forms-font-size-regular);outline:none;padding:0;width:100%}.jp-forms__actions-search .input-wrapper .input:focus{box-shadow:none;outline:none}.jp-forms__actions-search .input-wrapper .input.with-icon{margin-right:var(--jp-forms-spacing-base)}.jp-forms__actions-search .input-wrapper .icon-wrapper{align-items:center;display:flex;flex-shrink:0;height:24px;justify-content:center;width:24px}.jp-forms__actions-search .input-wrapper .icon-wrapper.hidden{visibility:hidden}.jp-forms__actions-search .input-wrapper .clear-icon{cursor:pointer}.jp-forms__actions-search .input-wrapper .loader svg{margin:0}.cuoSlhSNrqf1dozY22Xb{fill:#000}.JLquNpQVlysAamuh5lJO,.lAIiifeLMmZAPlQ9n9ZR{fill:var(--jp-green-primary)}.cbOwD8Y4tFjwimmtchQI{fill:#757575}.cbOwD8Y4tFjwimmtchQI.aLWBKY0yRghEk7tNCgK3{fill:var(--color-bluesky)}.cbOwD8Y4tFjwimmtchQI.aHOlEBGD5EA8NKRw3xTw{fill:var(--color-facebook)}.cbOwD8Y4tFjwimmtchQI.aHOlEBGD5EA8NKRw3xTw.social-logo{border-radius:50%}.cbOwD8Y4tFjwimmtchQI.af4Y_zItXvLAOEoSDPSv{fill:var(--color-twitter)}.cbOwD8Y4tFjwimmtchQI.f68aqF3XSD1OBvXR1get{fill:var(--color-linkedin)}.cbOwD8Y4tFjwimmtchQI.xFI0dt3UiXRlRQdqPWkx{fill:var(--color-tumblr)}.cbOwD8Y4tFjwimmtchQI.q7JEoyymveP6kF747M43{fill:var(--color-gplus)}.cbOwD8Y4tFjwimmtchQI.DKOBOTVmTLbh26gUH_73{fill:var(--color-mastodon)}.cbOwD8Y4tFjwimmtchQI.n5XodNsuMfMAAvqHFmbw{fill:var(--color-nextdoor)}.cbOwD8Y4tFjwimmtchQI.n5XodNsuMfMAAvqHFmbw.social-logo{border-radius:50%}.cbOwD8Y4tFjwimmtchQI.cL3m0xBYTYhIKI7lCqDB{fill:var(--color-instagram)}.cbOwD8Y4tFjwimmtchQI.fftumuc_lJ6v0tq4UMVR{fill:var(--color-whatsapp)}.cbOwD8Y4tFjwimmtchQI.inzgC27qxdt7hSdhTWRI{fill:var(--color-threads)}.cbOwD8Y4tFjwimmtchQI.inzgC27qxdt7hSdhTWRI.social-logo{border-radius:40%}.jetpack-editor-panel-logo{margin-right:.5em}.jp-forms__export-modal{align-items:center;background:#0000004d;bottom:0;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;left:0;padding:0;position:fixed;right:0;top:0;z-index:9999}@media(min-width:601px){.jp-forms__export-modal{padding:40px 60px}}.jp-forms__export-modal-wrapper{background-color:#fff;display:flex;flex-direction:column;max-width:680px;padding:24px 48px 0;position:relative}.jp-forms__export-modal-close-button{background:#0000;border:0;cursor:pointer;height:24px;left:8px;padding:3px;position:absolute;top:8px;width:24px}.jp-forms__export-modal-header{margin-bottom:32px}.jp-forms__export-modal-header-title{font-size:24px;font-style:normal;font-weight:700;line-height:32px;margin-bottom:8px}.jp-forms__export-modal-header-subtitle{color:#000;font-size:16px;font-style:normal;font-weight:400;letter-spacing:-.02em;line-height:24px;margin-bottom:0;margin-top:8px;padding:0}.jp-forms__export-modal-content{display:flex;flex-direction:column;flex-grow:1;gap:32px;padding:0}.jp-forms__export-modal-footer{box-sizing:border-box;display:flex;justify-content:space-between;padding:48px 16px 24px}.jp-forms__export-modal-footer-column{align-items:center;display:flex}.jp-forms__export-modal-footer #jetpack-logo__icon{height:16px;width:16px}.jp-forms__export-modal-footer #jetpack-logo__icon path{fill:#000}.jp-forms__export-modal-footer .jp-forms__export-modal-footer-link{color:#23282d;font-size:12px;font-weight:600;letter-spacing:-.02em;line-height:0;padding-right:8px;text-align:right;text-decoration:none}.jp-forms__export-modal-card{border-radius:var(--jp-border-radius,4px);box-shadow:0 0 0 1px var(--jp-gray-10,#c3c4c7) inset;display:flex;flex-direction:column;isolation:isolate;padding:24px}.jp-forms__export-modal-card-body,.jp-forms__export-modal-card-header{display:flex}.jp-forms__export-modal-card-header{align-items:center;gap:16px;margin-bottom:16px}.jp-forms__export-modal-card-header-title{font-size:20px;font-style:normal;font-weight:700;line-height:30px}.jp-forms__export-modal-card-body{align-items:center;gap:32px;justify-content:space-between}.jp-forms__export-modal-card-body-description{color:#000;flex-grow:1;font-size:14px;font-style:normal;font-weight:400;letter-spacing:-.02em;line-height:24px;max-width:60%}.jp-forms__export-modal-card-body-description a{color:inherit}.jp-forms__export-modal-card-body-description-footer{color:#757575;font-size:12px;font-style:normal;font-weight:400;line-height:150%;margin-bottom:0}.jp-forms__export-modal-card-body-cta{align-self:flex-end}.jp-forms__export-modal-card-body-cta .button-primary.export-button{background:#000;border:1px solid #fff;border-radius:4px;color:#fff;font-style:normal;font-weight:400;letter-spacing:-.01em}.jp-forms__export-modal-card-beta-badge{background:#2fb41f;border-radius:2px;color:#fff;font-size:11px;font-style:normal;font-weight:600;line-height:150%;padding:4px 8px;text-align:left;text-transform:uppercase}.gridicon{fill:currentColor;display:inline-block}.gridicon.needs-offset g{transform:translate(-1px,1px)}.gridicon.needs-offset-x g{transform:translate(-1px)}.gridicon.needs-offset-y g{transform:translateY(1px)}.jp-forms__page-navigation{background-color:#fff;border:1px solid #dcdcde;border-radius:3px;box-sizing:border-box;display:flex;flex-direction:row;height:36px;justify-content:center;padding:0;width:fit-content}.jp-forms__page-navigation-button,.jp-forms__page-navigation-button:hover,.jp-forms__page-navigation-placeholder,.jp-forms__page-navigation-placeholder:hover{background:#0000;border:0;box-sizing:border-box;color:#101517;cursor:pointer;display:inline-flex;font-size:13px;font-weight:700;height:34px;line-height:18px;padding:8px 12px;text-align:center}.jp-forms__page-navigation-button.is-active,.jp-forms__page-navigation-button:hover.is-active,.jp-forms__page-navigation-placeholder.is-active,.jp-forms__page-navigation-placeholder:hover.is-active{background-color:#101517;color:#fff}.jp-forms__page-navigation-button:disabled,.jp-forms__page-navigation-button:hover:disabled,.jp-forms__page-navigation-placeholder:disabled,.jp-forms__page-navigation-placeholder:hover:disabled{cursor:default}.jp-forms__page-navigation-button:disabled:first-child,.jp-forms__page-navigation-button:disabled:last-child,.jp-forms__page-navigation-button:hover:disabled:first-child,.jp-forms__page-navigation-button:hover:disabled:last-child,.jp-forms__page-navigation-placeholder:disabled:first-child,.jp-forms__page-navigation-placeholder:disabled:last-child,.jp-forms__page-navigation-placeholder:hover:disabled:first-child,.jp-forms__page-navigation-placeholder:hover:disabled:last-child{color:#dcdcde}.jp-forms__page-navigation-button .gridicon,.jp-forms__page-navigation-button:hover .gridicon,.jp-forms__page-navigation-placeholder .gridicon,.jp-forms__page-navigation-placeholder:hover .gridicon{display:inline-flex}.jp-forms__page-navigation-button .gridicon.gridicons-arrow-left,.jp-forms__page-navigation-button:hover .gridicon.gridicons-arrow-left,.jp-forms__page-navigation-placeholder .gridicon.gridicons-arrow-left,.jp-forms__page-navigation-placeholder:hover .gridicon.gridicons-arrow-left{margin-left:3px}.jp-forms__page-navigation-button .gridicon.gridicons-arrow-right,.jp-forms__page-navigation-button:hover .gridicon.gridicons-arrow-right,.jp-forms__page-navigation-placeholder .gridicon.gridicons-arrow-right,.jp-forms__page-navigation-placeholder:hover .gridicon.gridicons-arrow-right{margin-right:3px}.jp-forms__table{box-sizing:border-box;display:table;margin:0;padding:0}.jp-forms__table-header,.jp-forms__table-item{display:table-row}.jp-forms__table-header:nth-child(2n),.jp-forms__table-item:nth-child(2n){background-color:#f9f9f6}.jp-forms__table-item.is-clickable{cursor:pointer}.jp-forms__table-item.is-active:not(.exit){background-color:#000;color:#fff}@keyframes jp-forms__table-pulse{0%{opacity:.2}50%{opacity:.1}to{opacity:.2}}.jp-forms__table-cell{border-bottom:1px solid #dcdcde;box-sizing:border-box;display:table-cell;font-size:var(--jp-forms-font-size-regular);height:52px;line-height:normal;margin:0;max-width:0;padding:0 16px;position:relative;text-align:right;transition:background-color .1s ease-out,opacity .1s ease-out;vertical-align:middle}@media(max-width:600px){.jp-forms__table-cell{padding:8px}}.jp-forms__table :last-child .jp-forms__table-cell{border-bottom:unset}.jp-forms__table-cell.is-select{min-width:62px;padding:0 20px}@media(max-width:480px){.jp-forms__table-cell.is-select{min-width:46px;padding:0 12px}}.jp-forms__table-cell.is-empty{align-items:center;display:flex;justify-content:center;max-width:100%}.jp-forms__table-item.is-loading .jp-forms__table-cell:before{animation:jp-forms__table-pulse 2s ease-in-out infinite;background-color:#000;border-radius:.5em;content:"";display:flex;height:1em}.jp-forms__table-cell .components-button.is-link{color:inherit;font-size:inherit}input[type=checkbox].jp-forms__table-checkbox{appearance:none;-moz-appearance:none;-webkit-appearance:none;border:0;box-shadow:none;box-sizing:border-box;cursor:pointer;font-size:var(--jp-forms-font-size-regular);height:16px;line-height:16px;margin:0;outline:0;width:16px}input[type=checkbox].jp-forms__table-checkbox:before{background:#fff;border:1px solid #949494;border-radius:2px;color:#000;content:" ";display:inline-block;font-size:var(--jp-forms-font-size-regular);font-weight:700;height:16px;margin:0;text-align:center;transition:background .1s ease-out,color .1s ease-out,border-color .1s ease-out;width:16px}input[type=checkbox].jp-forms__table-checkbox:focus:before{box-shadow:var(--jp-forms-focus-shadow)}input[type=checkbox].jp-forms__table-checkbox:checked:before{background:#000;border-color:#000;color:#fff;content:"✓"}input[type=checkbox].jp-forms__table-checkbox.is-intermediate:before,input[type=checkbox].jp-forms__table-checkbox.is-intermediate:checked:before{background:#000;border-color:#000;color:#fff;content:"-"}.jp-forms__inbox a.back-button{align-items:center;color:#2c3338;cursor:pointer;display:none;font-size:14px;font-weight:500}.jp-forms__inbox a.back-button svg{margin-left:4px}.jp-forms__inbox .button-primary.export-button:focus{box-shadow:var(--jp-forms-focus-shadow)}.jp-forms__inbox .components-dropdown-menu .components-menu-item__button{font-size:var(--jp-forms-font-size-regular)}.jp-forms__inbox span.subtitle{padding-right:0;white-space:pre}@media(min-width:1025px){.jp-forms__inbox a.back-button{display:none!important}.jp-forms__inbox span.title{display:inline-flex!important}.jp-forms__inbox span.subtitle{display:inline-flex!important;flex-wrap:wrap}}.jp-forms__inbox.is-response-view span.subtitle,.jp-forms__inbox.is-response-view span.title{display:none}.jp-forms__inbox.is-response-view a.back-button{display:inline-flex}.jp-forms__inbox.is-response-view .jp-forms__inbox-tabs .components-tab-panel__tabs{display:none}@media(min-width:1025px){.jp-forms__inbox.is-response-view .jp-forms__inbox-tabs .components-tab-panel__tabs{display:flex}}.jp-forms__inbox-tabs .components-tab-panel__tabs{background-color:#f9f9f9;margin:0;padding:16px 64px 0;position:sticky;top:var(--wp-admin--admin-bar--height);z-index:1}@media(max-width:600px){.jp-forms__inbox-tabs .components-tab-panel__tabs{top:0}}@media(max-width:660px){.jp-forms__inbox-tabs .components-tab-panel__tabs{padding:0 24px}}.jp-forms__inbox-tab-item{border-bottom:2px solid #0000;font-size:var(--jp-forms-font-size-regular);font-weight:400;height:40px;padding:8px 16px}.jp-forms__inbox-tab-item.active-tab{border-color:#000;font-weight:600}.jp-forms__inbox-tab-item-count{align-items:center;background:#0000;border:1px solid #dcdcde;border-radius:3px;box-sizing:border-box;color:#2c3338;display:inline-flex;font-size:12px;font-weight:400;height:20px;line-height:18px;margin-right:10px;padding:0 6px}.jp-forms__inbox-content{box-sizing:border-box;display:flex;flex-direction:row;gap:0;margin-top:0;padding:0 0 48px;position:relative;width:100%;z-index:0}@media(min-width:1025px){.jp-forms__inbox-content{gap:24px;padding-left:64px;padding-right:64px}}.jp-forms__inbox-content-column{align-items:center;box-sizing:border-box;flex-direction:column;min-width:0;position:relative;width:100%}.jp-forms__inbox-content-column:first-child{display:flex}.jp-forms__inbox-content-column:last-child,.jp-forms__inbox.is-response-view .jp-forms__inbox-content-column:first-child{display:none}.jp-forms__inbox.is-response-view .jp-forms__inbox-content-column:last-child{display:flex}@media(max-width:660px){.jp-forms__inbox-content-column{padding-left:24px;padding-right:24px}}@media(min-width:661px)and (max-width:1024px){.jp-forms__inbox-content-column{padding-left:64px;padding-right:64px}}@media(min-width:1025px){.jp-forms__inbox-content-column{display:flex!important;flex:3;width:auto}.jp-forms__inbox-content-column:last-child{flex:2}}.jp-forms__inbox-content-column .jp-forms__inbox-sticky-sentinel{background:#0000;height:1px;position:absolute;top:0;width:1px}.jp-forms__inbox-content-column .jp-forms__inbox-sticky-mark{border-bottom:1px solid #dcdcde;box-shadow:0 1px 5px 0 #0000004d;position:sticky;top:calc(var(--wp-admin--admin-bar--height) + 144px);width:100%}.jp-forms__inbox-content-column .jp-forms__page-navigation{margin:16px 0 0}.jp-forms__inbox-list,.jp-forms__inbox-response{border:1px solid #dcdcde;border-radius:8px;box-sizing:border-box;display:flex;flex-direction:column;min-height:300px;overflow:hidden;width:100%}.jp-forms__inbox-list.jp-forms__table{display:table;min-height:unset}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-item{max-height:52px;transition:max-height .2s}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-item.exit-active{overflow:hidden}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-item.exit-active,.jp-forms__inbox-list.jp-forms__table .jp-forms__table-item.exit-done{max-height:0}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-item.exit-active.is-loading{display:none}@media(max-width:1024px){.jp-forms__inbox-list.jp-forms__table .jp-forms__table-item.is-active{background-color:#fff;color:inherit}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-item.is-active:nth-child(2n){background-color:#f9f9f6}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-item.is-active .is-link{text-decoration:underline}}@media(min-width:1025px){.jp-forms__inbox-list.jp-forms__table{display:flex;min-height:calc(100vh - var(--wp-admin--admin-bar--height) - 192px)}}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell{white-space:nowrap}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-name{min-width:160px;overflow:hidden;text-overflow:ellipsis;width:45%}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-date{min-width:110px;width:27.5%}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-source{min-width:100px;width:27.5%}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-source .is-link{cursor:pointer;display:inline-block;max-width:100%;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-source .is-link:hover,.jp-forms__inbox-list.jp-forms__table .jp-forms__table-item.is-active .is-link{text-decoration:underline}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-actions{max-width:68px;min-width:68px}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-actions .components-dropdown-menu__toggle{color:currentColor;padding:0}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-actions .components-dropdown-menu__toggle>svg{height:32px;width:32px}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-actions .components-dropdown-menu__toggle:focus{box-shadow:var(--jp-forms-focus-shadow)}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-actions .components-dropdown__content{white-space:normal}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-actions .components-dropdown__content .components-button.is-tertiary:hover:not(:disabled){background:#0000;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#007cba))}@media(max-width:1280px){.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-actions{display:none}}@media(max-width:1080px){.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-name{width:60%}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-date{width:40%}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-source{display:none}}@media(max-width:1024px){.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-name{width:45%}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-date{width:27.5%}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-source{display:table-cell;width:27.5%}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-actions{display:table-cell}}@media(max-width:660px){.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-name{width:60%}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-date{width:40%}.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-actions,.jp-forms__inbox-list.jp-forms__table .jp-forms__table-cell.is-source{display:none}}@keyframes jp-forms__slide-in{0%{transform:translateY(150px)}}@keyframes jp-forms__fade-in{0%{opacity:0}35%{opacity:1}}.jp-forms__inbox-response{background-color:#fff;position:relative}@media(min-width:1025px){.jp-forms__inbox-response{height:calc(100vh - var(--wp-admin--admin-bar--height) - 192px);overflow-y:auto;position:sticky;top:calc(var(--wp-admin--admin-bar--height) + 144px)}}.jp-forms__inbox-response:before{background:linear-gradient(-30deg,#eaeff5,#f2f3e3);border-bottom:1px solid #dcdcde;box-sizing:border-box;content:"";display:flex;padding-top:24px}.jp-forms__inbox-response.exit-active{display:none}@media(min-width:1025px){.jp-forms__inbox-response.enter,.jp-forms__inbox-response.enter-active{animation:jp-forms__slide-in .2s ease-out forwards,jp-forms__fade-in .2s ease-in forwards}.jp-forms__inbox.is-response-animation-reverted .jp-forms__inbox-response.enter,.jp-forms__inbox.is-response-animation-reverted .jp-forms__inbox-response.enter-active{animation:none}.jp-forms__inbox-response.exit,.jp-forms__inbox-response.exit-active,.jp-forms__inbox-response.exit-done{display:flex;position:absolute;right:0;top:0!important;z-index:-1}.jp-forms__inbox.is-response-animation-reverted .jp-forms__inbox-response.exit,.jp-forms__inbox.is-response-animation-reverted .jp-forms__inbox-response.exit-active,.jp-forms__inbox.is-response-animation-reverted .jp-forms__inbox-response.exit-done{animation:jp-forms__slide-in .2s ease-out reverse forwards,jp-forms__fade-in .2s ease-in reverse forwards;z-index:1}}.jp-forms__inbox-response-avatar{background-color:#fff;border:3px solid #fff;border-radius:50%;box-sizing:border-box;display:none;filter:drop-shadow(0 4px 44px rgba(0,0,0,.25));height:74px;overflow:hidden;position:absolute;right:32px;top:32px;width:74px;z-index:100}.jp-forms__inbox-response-title{font-size:24px;font-weight:700;line-height:normal;margin:24px 0 0;padding:0 32px}.jp-forms__inbox-response-title.is-email,.jp-forms__inbox-response-title.is-ip{font-size:24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.jp-forms__inbox-response-subtitle{align-items:center;color:#646970;display:flex;flex-shrink:0;font-size:16px;font-weight:500;height:40px;line-height:40px;margin:0;overflow:hidden;padding:0 32px;position:relative;text-overflow:ellipsis;white-space:nowrap}.jp-forms__inbox-response-subtitle .components-button{background-color:#fff;display:inline-block;float:left;height:28px;left:32px;margin-right:auto;padding:4px 8px;position:absolute;top:6px;z-index:100}@media(min-width:1025px){.jp-forms__inbox-response-subtitle .components-button{display:none}.jp-forms__inbox-response-subtitle:hover{background-color:#f6f6f7}.jp-forms__inbox-response-subtitle:hover .components-button{background-color:#f6f6f7;display:inline-block}}.jp-forms__inbox-response-meta{color:#646970;display:table;flex-direction:column;font-size:12px;font-weight:400;line-height:20px;padding:12px 32px 24px;row-gap:4px}.jp-forms__inbox-response-meta-label{display:table-row}.jp-forms__inbox-response-meta-key,.jp-forms__inbox-response-meta-value{display:table-cell;white-space:nowrap}.jp-forms__inbox-response-meta-key{padding-left:8px}.jp-forms__inbox-response-meta-value{max-width:0;overflow:hidden;text-overflow:ellipsis;width:80%}.jp-forms__inbox-response-meta-value .is-link{color:inherit;text-decoration:none}.jp-forms__inbox-response-meta-value .is-link:hover{text-decoration:underline}.jp-forms__inbox-response-separator{border-bottom:1px solid var(--jp-forms-border-color);width:100%}.jp-forms__inbox-response-data{display:flex;flex-direction:column;font-size:var(--jp-forms-font-size-regular);line-height:24px;padding:24px 32px;row-gap:24px}.jp-forms__inbox-response-data-label{font-weight:600}.jp-forms__inbox-response-data-value{white-space:pre-wrap}.jp-forms__inbox-actions{background:#fff;display:flex;flex-direction:row;gap:var(--jp-forms-spacing-base);padding:32px 64px 16px;position:sticky;top:calc(var(--wp-admin--admin-bar--height) + 56px);z-index:1}@media(max-width:600px){.jp-forms__inbox-actions{top:56px}}@media(max-width:660px){.jp-forms__inbox-actions{padding:calc(var(--jp-forms-spacing-base)*2) 24px}}.jp-forms__inbox.is-response-view .jp-forms__inbox-actions{display:none}@media(min-width:1025px){.jp-forms__inbox.is-response-view .jp-forms__inbox-actions{display:flex}}@media(max-width:782px){.jp-forms__inbox-actions .components-dropdown{display:none}}.jp-forms__inbox-actions .components-button{border-radius:var(--jp-forms-border-radius);font-size:var(--jp-forms-font-size-regular);font-weight:400;height:var(--jp-forms-input-wrapper-height);letter-spacing:-.02em;padding:var(--jp-forms-spacing-base) calc(var(--jp-forms-spacing-base)*1.5)}.jp-forms__inbox-actions .components-button.is-secondary{background:var(--jp-forms-white);box-shadow:inset 0 0 0 1px var(--jp-forms-border-color);color:var(--jp-forms-black)}.jp-forms__inbox-actions .components-button.is-secondary.is-opened,.jp-forms__inbox-actions .components-button.is-secondary:hover:not(:disabled){background:var(--jp-forms-color-darker-10);color:var(--jp-forms-white)}.jp-forms__inbox-actions .jp-forms__check-for-spam svg{margin:0 0 0 10px}.jp-forms__inbox-actions .button-primary.export-button{background-color:var(--wp-admin-theme-color,#000);border-color:var(--wp-admin-theme-color,#000);margin-right:auto}@media(max-width:782px){.jp-forms__inbox-actions .button-primary.export-button{display:none}}.jp-forms__details{box-shadow:inset 0 -1px 0 #dcdcde;padding:16px 0}.jp-forms__details[open] .jp-forms__details-icon{transform:rotate(-90deg)}.jp-forms__details-summary{align-items:center;cursor:pointer;display:flex;font-size:24px;font-weight:500;line-height:32px;list-style:none}.jp-forms__details-summary::-webkit-details-marker,.jp-forms__details-summary::marker{display:none}@media(max-width:600px){.jp-forms__details-summary{font-size:16px;line-height:24px}}.jp-forms__details-icon{margin-left:16px;transition:all .3s ease}.jp-forms__details-content{font-size:16px;font-weight:400;line-height:24px;margin-right:48px;margin-top:16px}.jp-forms__landing{--content-max-width:1280px;--section-spacing-horizontal:76px;--section-spacing-vertical:84px;color:var(--jp-forms-black)}@media(max-width:600px){.jp-forms__landing{--section-spacing-horizontal:32px;--section-spacing-vertical:80px}}.jp-forms__landing .jp-forms__logo-wrapper{margin:0 auto;max-width:100%;width:calc(var(--content-max-width) + var(--section-spacing-horizontal)*2)}.jp-forms__landing .jp-forms__logo{margin:40px var(--section-spacing-horizontal)}.jp-forms__landing h1{font-size:36px;font-weight:700;line-height:40px;margin:0}.jp-forms__landing h4{font-size:24px;font-weight:500;line-height:32px;margin:0}.jp-forms__landing button.button.button-primary{border:none;font-size:16px;font-weight:600;line-height:24px;padding:8px 32px}.jp-forms__landing button.button.button-primary,.jp-forms__landing button.button.button-primary:hover{background-color:var(--jp-forms-black);color:var(--jp-forms-white)}.jp-forms__landing .align-center{text-align:center}.jp-forms__landing .bg-white{background-color:var(--jp-forms-white)}.jp-forms__landing .bg-white-off{background-color:var(--jp-forms-white-off)}.jp-forms__landing .mb-2{margin-bottom:8px}.jp-forms__landing .mb-4{margin-bottom:16px}.jp-forms__landing .mb-6{margin-bottom:24px}.jp-forms__landing .mb-8{margin-bottom:32px}.jp-forms__landing .mb-10{margin-bottom:40px}.jp-forms__landing .mb-12{margin-bottom:48px}.jp-forms__landing-section{overflow:hidden;padding:var(--section-spacing-vertical) var(--section-spacing-horizontal)}.jp-forms__landing-section.features-block{padding-bottom:40px}.jp-forms__landing-content{margin:0 auto;max-width:var(--content-max-width)}@media(max-width:1280px){.jp-forms__landing-content .jp-forms__wp-sites{margin-left:auto;margin-right:auto;max-width:600px}}.jp-forms__teaser-image{border-radius:8px 8px 0 0;display:flex;filter:drop-shadow(0 4px 24px rgba(0,0,0,.2509803922));margin:0 auto calc(var(--section-spacing-vertical)*-1);max-width:100%}.jp-forms__block{display:flex;flex-direction:row;justify-content:space-between}@media(max-width:1024px){.jp-forms__block{flex-direction:column-reverse}}.jp-forms__block-media,.jp-forms__block-text{flex:0 0 44%}.jp-forms__block-text{font-size:16px;line-height:27px}.jp-forms__block-text p{font-size:16px}.jp-forms__block-text ul{list-style:initial;padding-right:20px}.jp-forms__block-media{align-items:center;display:flex;justify-content:center}.jp-forms__block-media img{max-width:500px;width:100%}.jp-forms__patterns-grid{display:grid;gap:28px 40px;grid-template-columns:repeat(3,minmax(300px,350px));justify-content:space-between;margin-left:auto;margin-right:auto}@media(max-width:1280px){.jp-forms__patterns-grid{grid-template-columns:repeat(2,minmax(300px,400px))}}@media(max-width:860px){.jp-forms__patterns-grid{box-sizing:border-box;grid-auto-columns:350px;grid-auto-flow:column;grid-template-columns:repeat(auto-fill,350px);margin-right:calc(var(--section-spacing-horizontal)*-1);overflow-x:auto;padding:0 var(--section-spacing-horizontal);width:calc(100% + var(--section-spacing-horizontal) + var(--section-spacing-horizontal))}}@media(max-width:480px){.jp-forms__patterns-grid{grid-auto-columns:calc(100vw - 108px);grid-template-columns:repeat(auto-fill,calc(100vw - 108px))}}.jp-forms__pattern-item{align-items:center;display:flex;flex-direction:column;gap:8px}.jp-forms__pattern-item img{align-items:center;aspect-ratio:3/2;background:#d3d3d3;display:flex;justify-content:center;width:100%}.jp-forms__pattern-item span{font-size:14px;font-weight:700;line-height:21px}.jp-forms__features{display:grid;gap:24px;grid-template-columns:repeat(12,1fr)}@media(max-width:860px){.jp-forms__features{box-sizing:border-box;grid-auto-columns:350px;grid-auto-flow:column;grid-template-columns:repeat(auto-fill,350px);margin-right:calc(var(--section-spacing-horizontal)*-1);overflow-x:auto;padding:0 var(--section-spacing-horizontal);width:calc(100% + var(--section-spacing-horizontal) + var(--section-spacing-horizontal))}}@media(max-width:480px){.jp-forms__features{grid-auto-columns:calc(100vw - 108px);grid-template-columns:repeat(auto-fill,calc(100vw - 108px))}}.jp-forms__feature{background-color:var(--jp-forms-white);border-radius:8px;display:flex;flex-direction:column;justify-content:space-between;min-height:100px;overflow:hidden;padding:24px 32px;position:relative}.jp-forms__feature.feature-connect{grid-column:span 5/span 5}.jp-forms__feature.feature-connect .jp-forms__feature-image-wrapper{align-items:center;display:flex;gap:24px;margin-bottom:8px}@media(max-width:1440px){.jp-forms__feature.feature-connect h1{font-size:32px}}.jp-forms__feature.feature-data{grid-column:span 4/span 4}.jp-forms__feature.feature-data h4{max-width:220px}.jp-forms__feature.feature-data svg{bottom:0;left:0;position:absolute}.jp-forms__feature.feature-akismet,.jp-forms__feature.feature-export{grid-column:span 3/span 3}.jp-forms__feature.feature-export svg{margin-right:-32px}.jp-forms__feature.feature-notifications{grid-column:span 4/span 4}.jp-forms__feature.feature-notifications h4{max-width:260px}.jp-forms__feature.feature-dependencies{grid-column:span 3/span 3;padding:24px 16px;text-align:center}.jp-forms__feature.feature-dependencies h1{align-self:center;overflow:hidden}.jp-forms__feature.feature-dependencies h4{margin:0 auto;max-width:200px}.jp-forms__feature.feature-dependencies span{opacity:.3}.jp-forms__feature.feature-validation{grid-column:span 2/span 2}.jp-forms__feature.feature-validation .jp-forms__feature-image-wrapper{white-space:nowrap}.jp-forms__feature.feature-validation h4{margin:0 auto;max-width:200px}.jp-forms__feature h4{font-weight:700}@media(max-width:1460px){.jp-forms__feature.feature-dependencies,.jp-forms__feature.feature-export{grid-column:span 4/span 4}.jp-forms__feature.feature-validation{display:none}}@media(max-width:1280px){.jp-forms__feature{padding:24px}.jp-forms__feature.feature-connect,.jp-forms__feature.feature-data{grid-column:span 6/span 6}.jp-forms__feature.feature-data h4{font-size:32px;max-width:300px}.jp-forms__feature.feature-export{grid-column:span 4/span 4}.jp-forms__feature.feature-notifications{grid-column:span 5/span 5}.jp-forms__feature.feature-dependencies{display:none}.jp-forms__feature.feature-validation{grid-column:span 4/span 4}}@media(max-width:860px){.jp-forms__feature{grid-column:auto!important}.jp-forms__feature h1,.jp-forms__feature h4{font-size:28px!important;font-weight:700;line-height:32px}.jp-forms__feature.feature-validation .jp-forms__feature-image-wrapper{margin-bottom:0}.jp-forms__feature.feature-dependencies,.jp-forms__feature.feature-validation{display:flex}}:root{--jp-forms-font-size-regular:14px;--jp-forms-border-color:#dcdcde;--jp-forms-border-radius:var( --jp-border-radius,4px );--jp-forms-white:var( --jp-white,#fff );--jp-forms-white-off:var( --jp-white-off,#f9f9f6 );--jp-forms-input-wrapper-height:var( --jp-input-wrapper-height,40px );--jp-forms-spacing-base:var( --spacing-base,8px );--jp-forms-black:var( --jp-black,#000 );--jp-forms-color-darker-10:var( --jp-black-80,#2c3338 );--jp-forms-color-darker-20:var( --jp-black-80,#2c3338 );--jp-forms-focus-shadow:0 0 0 1px var( --jp-forms-white ),0 0 0 3px var( --jp-forms-color-darker-10 );--wp-admin-theme-color:var( --jp-forms-black );--wp-admin-theme-color--rgb:0,0,0;--wp-admin-theme-color-darker-10:var( --jp-forms-color-darker-10 );--wp-admin-theme-color-darker-10--rgb:44,51,56;--wp-admin-theme-color-darker-20:var( --jp-forms-color-darker-10 );--wp-admin-theme-color-darker-20--rgb:44,51,56}body.admin_page_jetpack-forms #wpbody-content,body.toplevel_page_jetpack-forms #wpbody-content{padding-bottom:0}body.admin_page_jetpack-forms #wpfooter,body.toplevel_page_jetpack-forms #wpfooter{display:none} \ No newline at end of file diff --git a/package.json b/package.json index 1014b9b..c1ab661 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "dependencies": { "@automattic/jetpack-analytics": "^0.1.34", "@automattic/jetpack-components": "^0.65.3", - "@automattic/jetpack-shared-extension-utils": "^0.16.3", + "@automattic/jetpack-shared-extension-utils": "^0.17.0-alpha", "@wordpress/block-editor": "14.9.0", "@wordpress/blocks": "14.3.0", "@wordpress/compose": "7.14.0",