Plugin Directory

Changeset 2657802


Ignore:
Timestamp:
01/14/2022 05:17:14 PM (4 years ago)
Author:
jwebbdev
Message:

Updating trunk to version 1.1.0-beta

Location:
jetpack-backup/trunk
Files:
288 added
2 deleted
34 edited

Legend:

Unmodified
Added
Removed
  • jetpack-backup/trunk/CHANGELOG.md

    r2633755 r2657802  
    55The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
    66and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
     7
     8## 1.1.1-alpha - unreleased
     9
     10This is an alpha version! The changes listed here are not final.
     11
     12### Changed
     13- Updated package dependencies.
     14- Updated package dependencies.
     15
     16## 1.1.0-beta - 2022-01-13
     17### Added
     18- Added My Jetpack page work in progress behind a feature flag.
     19- Added pricing information to Jetpack Connection screen.
     20- Pass connected plugin information to disconnect dialog flow, include analytics scripts.
     21- Redirect to Jetpack Backup plugin page when the plugin is activated.
     22- Use monorepo `validate-es` script to validate Webpack builds.
     23
     24### Changed
     25- Change initial screen for first backup.
     26- Detect when a backup will retry and update error screen content.
     27- Import RNA styles from base styles package.
     28- Make Admin UI consume layout components.
     29- The Admin page now promotes the new real-time Backup products.
     30- Updated content shown on backup segments section.
     31- Updated Jetpack Primary color to match latest brand book.
     32- Updated upgrade button link target to point to checkout.
     33- Use `Assets::register_script()` to load Webpack-built script.
     34
     35### Removed
     36- Remove use of deprecated `~` in sass-loader imports.
     37- Remove use of `gulp` in build, all it was doing was wrapping `webpack`.
     38
     39### Fixed
     40- Removed backup-in-progress animation on small viewports
     41- Use `@automattic/babel-plugin-replace-textdomain` to ensure proper textdomains in JS bundles.
    742
    843## 1.0.1 - 2021-11-22
  • jetpack-backup/trunk/build/index.asset.php

    r2613841 r2657802  
    1 <?php return array('dependencies' => array('lodash', 'react', 'react-dom', 'wp-api-fetch', 'wp-components', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n', 'wp-polyfill'), 'version' => '793451e147200d0b9a3e1adfd109520c');
     1<?php return array('dependencies' => array('lodash', 'react', 'react-dom', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-url'), 'version' => '3bde4ab204521e9bede753c0666c0c62');
  • jetpack-backup/trunk/build/index.css

    r2613841 r2657802  
    1 .stat-block{display:flex;flex-direction:column;flex:1}.stat-block .icon{flex:2}.stat-block .icon img{margin-top:24px;height:24px;width:24px}.stat-block .label{flex:1;font-weight:700}.stat-block .value{flex:1}.stat-block .large-text{font-size:2em;font-weight:700}.backup__card{padding:24px;background:var(--jp-white);box-shadow:0 0 40px rgba(0,0,0,.08);border-radius:var(--jp-border-radius)}.backup__card-details-items{margin:16px 0 -8px;font-weight:500}.backup__card-details-amount{margin-bottom:-12px;font-size:var(--font-title-large);font-weight:600}.backup__progress{margin-right:64px;margin-bottom:48px}.backup__progress-info{display:flex;font-weight:500}.backup__progress-info .backup__progress-info-percentage{margin-left:auto}.backup__progress-bar,.backup__progress-bar-actual{height:12px;border-radius:8px}.backup__progress-bar{position:relative;width:100%;background:var(--jp-gray-off)}.backup__progress-bar-actual{position:absolute;top:0;left:0;width:0;background:var(--jp-green-primary)}.backup__latest{display:flex;align-items:center;margin-bottom:8px}.backup__latest img,.backup__latest svg{min-width:32px;min-height:32px}.backup__latest h2{margin:0 0 0 12px;vertical-align:-1px}.backup__latest+h1{white-space:nowrap}.backup__animation{position:relative}.backup__animation-el-1,.backup__animation-el-2,.backup__animation-el-3{opacity:0;position:absolute;z-index:4;animation:animation-el-3 4s ease-in-out .8s infinite normal forwards}.backup__animation-el-1{bottom:150px;right:264px;animation-name:animation-el-1;animation-delay:.6s}.backup__animation-el-2{bottom:108px;right:44px;animation-name:animation-el-2;animation-delay:.7s}.backup__animation-el-3{bottom:-32px;animation-name:animation-el-3}@keyframes animation-el-1{0%{opacity:0;transform:translateY(32px)}20%{opacity:1;transform:translateY(0)}50%{opacity:1;transform:translateY(0)}60%{opacity:0;transform:translateY(-96px)}to{opacity:0;transform:translateY(-96px)}}@keyframes animation-el-2{0%{opacity:0;transform:translateY(64px)}20%{opacity:1;transform:translateY(0)}50%{opacity:1;transform:translateY(0)}60%{opacity:0;transform:translateY(-96px)}to{opacity:0;transform:translateY(-96px)}}@keyframes animation-el-3{0%{opacity:0;transform:translateY(44px)}20%{opacity:1;transform:translateY(0)}50%{opacity:1;transform:translateY(0)}60%{opacity:0;transform:translateY(-84px)}to{opacity:0;transform:translateY(-84px)}}.jp-connect-screen{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;background:#fff;box-shadow:0 0 40px rgba(0,0,0,.08);border-radius:4px}.jp-connect-screen.jp-connect-screen--loading{display:none}.jp-connect-screen .jp-connect-screen--left,.jp-connect-screen .jp-connect-screen--right{box-sizing:border-box}.jp-connect-screen .jp-connect-screen--left{padding:25px}@media(min-width:600px){.jp-connect-screen .jp-connect-screen--left{padding:64px 96px}}.jp-connect-screen .jp-connect-screen--left .jetpack-logo{margin-bottom:24px}.jp-connect-screen .jp-connect-screen--left h2{font-style:normal;font-weight:700;font-size:36px;line-height:40px;color:#000;margin-top:32px;margin-bottom:0}.jp-connect-screen .jp-connect-screen--left li,.jp-connect-screen .jp-connect-screen--left p{font-style:normal;font-weight:400;font-size:16px;line-height:24px}.jp-connect-screen .jp-connect-screen--left p{color:#101517;margin:16px 0}.jp-connect-screen .jp-connect-screen--left ul{list-style-type:none}.jp-connect-screen .jp-connect-screen--left ul li{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAANlBMVEVHcEwFnwUInggGnggGnggHnAcAnwUFnQcAnwcGnwkFnQgGnQgFnwcGnQYFnQcFnAcGnQkDnwdhiL0pAAAAEnRSTlMAMF//f2Aw7yBQ3+9gcIBgcED+HDbkAAAAZklEQVR4Ae3LNwICARDDQC0+cv7/Y8mwV9odSfWIcf/+VegnGkIvDaGXKvTTn/Gz+Uf5xTL0K1XotS7fs5H6GHvvaO8d7c3j7rdgHne/A/PYt/cO+R42oYdN6OEQetiFHo4A//6dAXqtBEkmtWutAAAAAElFTkSuQmCC) no-repeat;background-size:24px;padding-left:30px;margin-bottom:9px;color:#000}.jp-connect-screen .jp-connect-screen--left ul li a{color:#000;text-decoration:underline}.jp-connect-screen .jp-connect-screen--left a.jp-connection-screen-icon{text-decoration:none;padding-left:5px}.jp-connect-screen .jp-connect-screen--left .jp-connect-button{margin-top:40px}.jp-connect-screen .jp-connect-screen--left .jp-connect-button button{max-width:100%}.jp-connect-screen .jp-connect-screen--left .jp-connect-button button:disabled{color:hsla(0,0%,100%,.4)}.jp-connect-screen .jp-connect-screen--left .jp-connect-screen--tos{margin-top:28px;max-width:360px}.jp-connect-screen .jp-connect-screen--right{padding:64px 0}.jp-connect-screen .jp-connect-screen--right img{max-width:100%}.jp-connect-screen.jp-connect-screen--two-columns .jp-connect-screen--left{float:left;width:100%}@media(min-width:1080px){.jp-connect-screen.jp-connect-screen--two-columns .jp-connect-screen--left{width:52%}}.jp-connect-screen.jp-connect-screen--two-columns .jp-connect-screen--right{float:right;width:47%;background:#f9f9f6;display:none}@media(min-width:1080px){.jp-connect-screen.jp-connect-screen--two-columns .jp-connect-screen--right{display:block}}.jp-connect-screen .jp-connect-screen--clearfix{clear:both}.jp-connect-button--button{background:#000;border-radius:4px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-style:normal;font-weight:600;font-size:14px;line-height:18px;text-align:center;width:264px;height:40px;display:block}.jp-connect-button__error{color:var(--jp-red)!important;line-height:25px!important;padding-left:25px;background:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyIDIwYTggOCAwIDEwMC0xNiA4IDggMCAwMDAgMTZ6IiBzdHJva2U9IiNENjM2MzkiIHN0cm9rZS13aWR0aD0iMS41Ii8+PHBhdGggZD0iTTEzIDdoLTJ2NmgyVjd6TTEzIDE1aC0ydjJoMnYtMnoiIGZpbGw9IiNENjM2MzkiLz48L3N2Zz4=") no-repeat 0 0}@keyframes rotate-spinner{to{transform:rotate(1turn)}}.jp-components-spinner{display:flex;align-items:center}.jp-components-spinner__inner,.jp-components-spinner__outer{margin:auto;box-sizing:border-box;border:.1em solid transparent;border-radius:50%;animation:3s linear infinite;animation-name:rotate-spinner}.jp-components-spinner__outer{border-top-color:#fff}.jp-components-spinner__inner{width:100%;height:100%;border-top-color:#fff;border-right-color:#fff;opacity:.4}.jp-connection-status-card h3{font-size:36px;line-height:40px;font-weight:400;color:var(--jp-black);margin:0}.jp-connection-status-card a,.jp-connection-status-card a:active,.jp-connection-status-card a:hover{color:var(--jp-black)}.jp-connection-status-card p{margin:16px 0;color:var(--jp-black)}.jp-connection-status-card a,.jp-connection-status-card li,.jp-connection-status-card p{font-size:16px;line-height:24px}.jp-connection-status-card--status{display:flex;align-items:center;margin:24px 0 24px -6px}.jp-connection-status-card--cloud{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDIiIGhlaWdodD0iNDIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PG1hc2sgaWQ9ImEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjciIHk9IjkiIHdpZHRoPSIyOCIgaGVpZ2h0PSIyMSI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zMC4zMzMgMTcuNjk3di0uMDhjMC00LjI1My0zLjc2LTcuNy04LjQtNy43LTMuOTE2IDAtNy4yMDYgMi40NTctOC4xMzYgNS43OGE2LjM4NiA2LjM4NiAwIDAwLS4yNjQtLjAwNUM5LjkyNSAxNS42OTIgNyAxOC43MDggNyAyMi40MjlzMi45MjUgNi43MzggNi41MzMgNi43MzhIMjkuNGMzLjA5MyAwIDUuNi0yLjU4NiA1LjYtNS43NzUgMC0yLjg2MS0yLjAxOC01LjIzNy00LjY2Ni01LjY5NXoiIGZpbGw9IiNmZmYiLz48L21hc2s+PGcgbWFzaz0idXJsKCNhKSI+PHBhdGggZD0iTTMwLjMzMyAxNy42OTdsLTIuNjI1LS4wMy0uMDI1IDIuMjM1IDIuMjAyLjM4MS40NDgtMi41ODZ6bS0xNi41MzctMmwtLjEwNyAyLjYyMyAyLjA3NS4wODUuNTYtMi0yLjUyOC0uNzA4em0tLjI2MyAxMy40N3YyLjYyNWguMDA4bC0uMDA4LTIuNjI1em0uMDQgMHYtMi42MjVoLS4wMDlsLjAwOCAyLjYyNXptMTUuNzk1IDBsLjAxNS0yLjYyNWgtLjAxNXYyLjYyNXptMy41OS0xMS40NDF2LS4xMWgtNS4yNXYuMDUybDUuMjUuMDU4em0wLS4xMWMwLTUuOTEyLTUuMTU1LTEwLjMyNC0xMS4wMjUtMTAuMzI0djUuMjVjMy40MSAwIDUuNzc1IDIuNDgyIDUuNzc1IDUuMDc1aDUuMjV6TTIxLjkzMyA3LjI5M2MtNC45ODQgMC05LjM4OCAzLjEzOS0xMC42NjQgNy42OThsNS4wNTUgMS40MTVjLjU4NS0yLjA4OSAyLjc2Mi0zLjg2MyA1LjYxLTMuODYzdi01LjI1em0tOC4wMyA1Ljc4MmE5LjExMSA5LjExMSAwIDAwLS4zNy0uMDA3djUuMjVjLjA1MyAwIC4xMDUuMDAxLjE1Ni4wMDNsLjIxNS01LjI0NnptLS4zNy0uMDA3Yy01LjEzMyAwLTkuMTU4IDQuMjY4LTkuMTU4IDkuMzYyaDUuMjVjMC0yLjM0OCAxLjgyNS00LjExMiAzLjkwOC00LjExMnYtNS4yNXptLTkuMTU4IDkuMzYyYzAgNS4wOTUgNC4wMjUgOS4zNjMgOS4xNTggOS4zNjN2LTUuMjVjLTIuMDgzIDAtMy45MDgtMS43NjUtMy45MDgtNC4xMTNoLTUuMjV6bTkuMTY2IDkuMzYzaC4wNGwtLjAxNy01LjI1aC0uMDM5bC4wMTYgNS4yNXptLjAzMSAwaDE1Ljc5NnYtNS4yNUgxMy41NzJ2NS4yNXptMTUuODI3LTUuMjVoLS4wMTZsLS4wMyA1LjI1aC4wNDZ2LTUuMjV6bTIuOTc1LTMuMTVjMCAxLjgxNi0xLjQwNyAzLjE1LTIuOTc1IDMuMTV2NS4yNWM0LjYxOCAwIDguMjI1LTMuODM4IDguMjI1LTguNGgtNS4yNXptLTIuNDg5LTMuMTA5YzEuMzU1LjIzNSAyLjQ5IDEuNDg4IDIuNDkgMy4xMDloNS4yNWMwLTQuMTAyLTIuOTAyLTcuNi02Ljg0NC04LjI4MmwtLjg5NiA1LjE3M3oiIGZpbGw9IiMxRTFFMUUiLz48L2c+PC9zdmc+");width:42px;height:42px;margin-right:4px}.jp-connection-status-card--jetpack-logo{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE2IDMyYzguODM3IDAgMTYtNy4xNjMgMTYtMTZTMjQuODM3IDAgMTYgMCAwIDcuMTYzIDAgMTZzNy4xNjMgMTYgMTYgMTZ6IiBmaWxsPSIjMDAwIi8+PHBhdGggZD0iTTE2Ljc5NCAxMy4zMTN2MTUuNTExbDgtMTUuNTEyaC04ek0xNS4xNzUgMTguNjU3VjMuMTc2bC03Ljk2OSAxNS40OGg3Ljk3eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==");width:32px;height:32px;margin-left:11px}.jp-connection-status-card--btn-connect-user{height:40px;font-size:var(--font-body-small);border-radius:4px;background:var(--jp-black)!important}.jp-connection-status-card--avatar{border:0;border-radius:20px;width:32px;height:32px;background-color:var(--jp-white);background-repeat:no-repeat;background-size:contain;margin-left:-10px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='16' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.498 27.123C6.038 24.165 10.916 21.5 16 21.5c5.084 0 9.963 2.665 11.502 5.623a15.952 15.952 0 01-11.257 4.875L16 32l-.245-.002a15.952 15.952 0 01-11.257-4.875zM16 8a6 6 0 110 12 6 6 0 010-12z' fill='%23A2AAB2'/%3E%3C/svg%3E")}.jp-connection-status-card--line{width:67px;height:0;border-top:2px solid var(--jp-black)}.jp-connection-status-card--line.jp-connection-status-card--site-only{border-top-style:dashed}.jp-connection-status-card--list{margin:16px 0;list-style-type:none}.jp-connection-status-card--list li{padding-left:25px;color:var(--jp-black);margin:0 0 8px -3px}.jp-connection-status-card--list-item-success{background:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE4LjkzNSA2bC04LjkgMTEuOTctNS4xNjItMy44MzciIHN0cm9rZT0iIzFFMUUxRSIgc3Ryb2tlLXdpZHRoPSIxLjUiLz48L3N2Zz4=") no-repeat 0 0}.jp-connection-status-card--list-item-error{color:var(--jp-red)!important;background:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyIDIwYTggOCAwIDEwMC0xNiA4IDggMCAwMDAgMTZ6IiBzdHJva2U9IiNENjM2MzkiIHN0cm9rZS13aWR0aD0iMS41Ii8+PHBhdGggZD0iTTEzIDdoLTJ2NmgyVjd6TTEzIDE1aC0ydjJoMnYtMnoiIGZpbGw9IiNENjM2MzkiLz48L3N2Zz4=") no-repeat 0 0}:root{--jp-red:#d63639}.jp-cut{margin:32px 0}.jp-disconnect-dialog h1{margin-top:0;line-height:1.2;font-size:var(--font-title-large);font-weight:600}.jp-disconnect-dialog h2{margin:0;line-height:1.2;font-size:var(--font-title-small);font-weight:400}.jp-disconnect-dialog p{font-size:var(--font-body)}.jp-disconnect-dialog__link{font-size:var(--font-body);color:var(--jp-black);text-decoration:underline;height:auto;font:inherit;padding:0}.jp-disconnect-dialog__link:hover{color:var(--jp-black);text-decoration-thickness:var(--jp-underline-thickness)}.jp-disconnect-dialog__link:focus{color:var(--jp-black);box-shadow:none!important}.jp-disconnect-dialog .components-button{height:40px;font-size:var(--font-body-small);border-radius:4px}.jp-disconnect-dialog .components-modal__content{padding:0}.jp-disconnect-dialog .components-modal__header{display:none}.jp-disconnect-dialog .jp-row{align-items:center}.jp-disconnect-dialog__content{background:var(--jp-white-off);margin:0;padding:80px;border-radius:4px;text-align:center}.jp-disconnect-dialog__actions{background:var(--jp-white);padding:10px 48px}.jp-disconnect-dialog__btn-dismiss{background:var(--jp-black)!important;margin-right:10px}.jp-disconnect-dialog__btn-disconnect{background:var(--jp-red)!important}.jp-disconnect-dialog__btn-back-to-wp{background:var(--jp-black)!important}.jp-disconnect-dialog__button-wrap{text-align:center}.jp-disconnect-dialog__error{color:var(--jp-red)}.jp-disconnect-dialog__success .components-modal__content{background:var(--jp-white);padding:50px}.jp-disconnect-dialog__success h1{margin-top:20px}@media(min-width:960px){.jp-disconnect-dialog{min-width:900px}.jp-disconnect-dialog__success{min-width:auto}.jp-row{margin-left:0}}:root{--font-title-large:36px;--font-title-small:24px;--font-body:16px;--font-label:12px;--jp-black:#000;--jp-black-80:#2c3338;--jp-white:#fff;--jp-white-off:#f9f9f6;--jp-gray:#dcdcde;--jp-gray-off:#e2e2df;--jp-green-primary:#069e08;--jp-green-secondary:#2fb41f;--jp-border-radius:4px;--jp-menu-border-height:1px;--jp-underline-thickness:2px}*{box-sizing:border-box}body{min-height:100%;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}.sm-col-span-1{grid-column-end:span 1}.sm-col-span-2{grid-column-end:span 2}.sm-col-span-3{grid-column-end:span 3}.sm-col-span-4{grid-column-end:span 4}@media(min-width:600px){.md-col-span-1{grid-column-end:span 1}.md-col-span-2{grid-column-end:span 2}.md-col-span-3{grid-column-end:span 3}.md-col-span-4{grid-column-end:span 4}.md-col-span-5{grid-column-end:span 5}.md-col-span-6{grid-column-end:span 6}.md-col-span-7{grid-column-end:span 7}.md-col-span-8{grid-column-end:span 8}}@media(min-width:960px){.lg-col-span-1{grid-column-end:span 1}.lg-col-span-2{grid-column-end:span 2}.lg-col-span-3{grid-column-end:span 3}.lg-col-span-4{grid-column-end:span 4}.lg-col-span-5{grid-column-end:span 5}.lg-col-span-6{grid-column-end:span 6}.lg-col-span-7{grid-column-end:span 7}.lg-col-span-8{grid-column-end:span 8}.lg-col-span-9{grid-column-end:span 9}.lg-col-span-10{grid-column-end:span 10}.lg-col-span-11{grid-column-end:span 11}.lg-col-span-12{grid-column-end:span 12}}@media(max-width:960px){.md-col-span-0{display:none}}@media(max-width:600px){.sm-col-span-0{display:none}}.jp-wrap{display:flex;align-items:center;flex-wrap:wrap;max-width:1128px;margin:0 auto}.jp-row{display:grid;grid-gap:24px;grid-template-columns:repeat(4,1fr);width:100%;margin:0 16px}@media(min-width:600px){.jp-row{grid-template-columns:repeat(8,1fr);margin:0 18px}}@media(min-width:960px){.jp-row{grid-template-columns:repeat(12,1fr);max-width:1128px;margin:0 24px}}.jp-cut{position:relative;padding:16px 64px 16px 24px;border:2px solid var(--jp-green-primary);border-radius:var(--jp-border-radius);text-decoration:none;margin:24px 0 32px}.jp-cut,.jp-cut span{display:block}.jp-cut span:last-of-type{font-weight:600}.jp-cut:focus span:last-of-type,.jp-cut:hover span:last-of-type{text-decoration:underline;text-decoration-thickness:var(--jp-underline-thickness)}.jp-cut:focus:after,.jp-cut:hover:after{transform:translateY(-50%) translateX(8px)}.jp-cut:after{content:"→";position:absolute;top:50%;right:24px;font-size:24px;font-weight:600;color:var(--jp-green-primary);transform:translateY(-50%);transition:transform .15s ease-out}#wpcontent{padding-left:0}#wpwrap{background-color:#fff}.jp-footer,.jp-header{padding:20px 0}@media(min-width:960px){.jp-footer,.jp-header{padding:40px 0}}#jetpack-backup-admin-container.jp-content{position:relative;font-size:var(--font-body);line-height:1.5}#jetpack-backup-admin-container.jp-content h1,#jetpack-backup-admin-container.jp-content h2,#jetpack-backup-admin-container.jp-content h3,#jetpack-backup-admin-container.jp-content h4,#jetpack-backup-admin-container.jp-content h5,#jetpack-backup-admin-container.jp-content h6{margin-top:0;line-height:1.2}#jetpack-backup-admin-container.jp-content h1{font-size:var(--font-title-large);font-weight:600}#jetpack-backup-admin-container.jp-content h2{font-size:var(--font-title-small);font-weight:500}#jetpack-backup-admin-container.jp-content .jp-section h2,#jetpack-backup-admin-container.jp-content .jp-section h3{margin-bottom:16px}#jetpack-backup-admin-container.jp-content .jp-section p{margin-top:16px}#jetpack-backup-admin-container.jp-content li,#jetpack-backup-admin-container.jp-content p{font-size:16px;line-height:1.5}#jetpack-backup-admin-container.jp-content .jp-connection-status-card h3{margin-top:48px;font-size:var(--font-title-small);font-weight:500}#jetpack-backup-admin-container.jp-content a{color:var(--jp-black);transition:color,background-color .15s ease-out}#jetpack-backup-admin-container.jp-content a:hover{text-decoration-thickness:var(--jp-underline-thickness)}#jetpack-backup-admin-container.jp-content a:focus{outline-color:var(--jp-black)}#jetpack-backup-admin-container.jp-content .button{display:inline-block;padding:8px 24px;font-weight:500;color:var(--jp-white);background:var(--jp-black);text-decoration:none;border-radius:var(--jp-border-radius);border:0;border-color:var(--jp-black)}#jetpack-backup-admin-container.jp-content .button.is-full-width{width:100%;text-align:center}#jetpack-backup-admin-container.jp-content .button:active,#jetpack-backup-admin-container.jp-content .button:hover{background:var(--jp-black-80);color:var(--jp-white)}#jetpack-backup-admin-container.jp-content .button:focus{box-shadow:0 0 0 1px var(--jp-white) inset,0 0 0 2px var(--jp-black)}#jetpack-backup-admin-container.jp-content .button.disabled,#jetpack-backup-admin-container.jp-content .button:disabled{background:var(--jp-gray);pointer-events:none}.jp-hero{margin-bottom:64px;padding:64px 0;background:var(--jp-white-off)}.jp-hero.is-backup-performing{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='624' height='400' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M624 88.387C575.321 34.082 504.674 0 426 0 323.405 0 234.3 58.22 189.925 143.42 83.07 154.78 0 245.305 0 355c0 38.16 10.072 73.999 27.698 105H624V88.387z' fill='%23fff'/%3E%3C/svg%3E");background-position:100% 100%;background-repeat:no-repeat}.jp-hero.is-backup-error,.jp-hero.is-backup-healthy{display:none}.jp-hero p+.button{margin-top:18px}.jp-dashboard-footer{padding:40px 0}.jp-connection-status-card--status{margin:24px 0}@keyframes appear{0%{opacity:0}to{opacity:1}}.jp-masthead{padding:40px 0;background-color:#fff;text-align:center}@media(max-width:rem(782px)){.jp-masthead{padding:0 rem(24px)}.jetpack-masterbar .jp-masthead{padding-left:rem(64px)}}.jp-masthead__inside-container{display:flex;flex-wrap:wrap;margin:0 auto;width:100%;max-width:rem(1040px);padding-bottom:rem(6px)}@media(max-width:1250px){.jp-masthead__inside-container{max-width:95%}}.jp-masthead__logo-container{flex-grow:0;flex-shrink:0;padding:rem(11px) 0 0}@media(max-width:480px){.jp-masthead__logo-container{margin-right:rem(16px)}}.jp-masthead__logo-link{display:inline-block;outline:none;vertical-align:middle}.jp-masthead__logo-link:focus{line-height:0;box-shadow:0 0 0 2px #78dcfa}.jp-masthead__logo-link+code{margin:0 10px;padding:5px 9px;border-radius:2px;background:#e6ecf1;color:#647a88}.jp-masthead__nav{display:flex;flex-wrap:nowrap;flex-grow:1;flex-shrink:0;text-align:right;margin-top:rem(6px);padding:rem(4px) 0}.jp-masthead__nav .dops-button-group{flex-grow:1;align-self:center;font-size:0}@media(max-width:480px){.jp-masthead__nav{text-align:left}}#sandbox-domain-badge{background:#d63638;text-transform:uppercase;letter-spacing:.2em;text-shadow:none;font-size:9px;font-weight:700;cursor:pointer;color:#fff}.jp-dashboard-footer{display:flex;flex-flow:row wrap;justify-content:space-between;align-items:center;width:100%;max-width:1128px;color:#000}.jp-dashboard-footer__jetpack-symbol,.jp-dashboard-footer__module-name{vertical-align:middle;display:inline-block}.jp-dashboard-footer__module-name{margin-left:5px;font-size:12px;font-weight:600}
     1.stat-block{display:flex;flex:1;flex-direction:column}.stat-block .icon{flex:2}.stat-block .icon img{height:24px;margin-top:24px;width:24px}.stat-block .label{flex:1;font-weight:700}.stat-block .value{flex:1}.stat-block .large-text{font-size:2em;font-weight:700}.backup__card{background:var(--jp-white);border-radius:var(--jp-border-radius);box-shadow:0 0 40px rgba(0,0,0,.08);padding:24px}.backup__card-details-items{font-weight:500;margin:16px 0 -8px}.backup__card-details-amount{font-size:var(--font-title-large);font-weight:600;margin-bottom:-12px}.backup__progress{margin-bottom:48px;margin-right:64px}.backup__progress-info{display:flex;font-weight:500}.backup__progress-info .backup__progress-info-percentage{margin-left:auto}.backup__progress-bar,.backup__progress-bar-actual{border-radius:8px;height:12px}.backup__progress-bar{background:var(--jp-gray-off);position:relative;width:100%}.backup__progress-bar-actual{background:var(--jp-green-primary);left:0;position:absolute;top:0;width:0}.backup__latest{align-items:center;display:flex;margin-bottom:8px}.backup__latest img,.backup__latest svg{min-height:32px;min-width:32px}.backup__latest h2{margin:0 0 0 12px;vertical-align:-1px}.backup__latest+h1{white-space:nowrap}.backup__animation{position:relative}@media only screen and (max-width:960px){.backup__animation{display:none}}.backup__animation-el-1,.backup__animation-el-2,.backup__animation-el-3{animation:animation-el-3 4s ease-in-out .8s infinite normal forwards;opacity:0;position:absolute;z-index:4}.backup__animation-el-1{animation-delay:.6s;animation-name:animation-el-1;bottom:150px;right:264px}.backup__animation-el-2{animation-delay:.7s;animation-name:animation-el-2;bottom:108px;right:44px}.backup__animation-el-3{animation-name:animation-el-3;bottom:-32px}@keyframes animation-el-1{0%{opacity:0;transform:translateY(32px)}20%{opacity:1;transform:translateY(0)}50%{opacity:1;transform:translateY(0)}60%{opacity:0;transform:translateY(-96px)}to{opacity:0;transform:translateY(-96px)}}@keyframes animation-el-2{0%{opacity:0;transform:translateY(64px)}20%{opacity:1;transform:translateY(0)}50%{opacity:1;transform:translateY(0)}60%{opacity:0;transform:translateY(-96px)}to{opacity:0;transform:translateY(-96px)}}@keyframes animation-el-3{0%{opacity:0;transform:translateY(44px)}20%{opacity:1;transform:translateY(0)}50%{opacity:1;transform:translateY(0)}60%{opacity:0;transform:translateY(-84px)}to{opacity:0;transform:translateY(-84px)}}@media(min-width:1080px){.jp-connection__connect-screen-layout__left{width:70%}.jp-connection__connect-screen-required-plan{background:linear-gradient(90deg,#fff 70%,#f9f9f6 0);position:relative}}.jp-connection__connect-screen-required-plan__loading{display:none}@media(min-width:1080px){.jp-connection__connect-screen-required-plan__pricing-card{left:62%;position:absolute;top:14%}}.jp-connection__connect-screen-required-plan__pricing-card .components-button{align-items:center;background:var(--jp-black)!important;border-radius:var(--jp-border-radius);color:var(--jp-white)!important;font-size:18px;font-weight:500;height:auto;justify-content:center;margin:24px 0 32px;padding:14px 24px;width:100%}.jp-connection__connect-screen-required-plan__with-subscription{margin-top:38px}.jp-connection__connect-screen-required-plan__with-subscription .jp-action-button{display:inline}.jp-connection__connect-screen-required-plan__with-subscription .jp-action-button--button{background:inherit!important;color:var(--jp-black)!important;display:inline;font-size:var(--font-title-small);font:inherit;height:auto;line-height:20px;min-width:0;padding:0;text-decoration:underline;width:auto}.jp-connection__connect-screen-required-plan__with-subscription .jp-action-button--button:hover{background:inherit;text-decoration-thickness:var(--jp-underline-thickness)}.jp-connection__connect-screen-required-plan__with-subscription .jp-action-button--button:focus{background:inherit;box-shadow:none!important}.jp-connection__connect-screen-required-plan__with-subscription .jp-components-spinner__inner,.jp-connection__connect-screen-required-plan__with-subscription .jp-components-spinner__outer{border-right-color:var(--jp-black);border-top-color:var(--jp-black)}.jp-action-button--button{background:#000}.jp-action-button--button,.jp-action-button--button.components-button{border-radius:4px;display:block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:14px;font-style:normal;font-weight:600;height:40px;line-height:18px;min-width:264px;text-align:center}.jp-action-button__error{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyIDIwYTggOCAwIDEgMCAwLTE2IDggOCAwIDAgMCAwIDE2WiIgc3Ryb2tlPSIjRDYzNjM5IiBzdHJva2Utd2lkdGg9IjEuNSIvPjxwYXRoIGQ9Ik0xMyA3aC0ydjZoMlY3Wk0xMyAxNWgtMnYyaDJ2LTJaIiBmaWxsPSIjRDYzNjM5Ii8+PC9zdmc+) no-repeat 0 0;color:var(--jp-red)!important;line-height:25px!important;padding-left:25px}@keyframes rotate-spinner{to{transform:rotate(1turn)}}.jp-components-spinner{align-items:center;display:flex}.jp-components-spinner__inner,.jp-components-spinner__outer{animation:3s linear infinite;animation-name:rotate-spinner;border:.1em solid transparent;border-radius:50%;box-sizing:border-box;margin:auto}.jp-components-spinner__outer{border-top-color:#fff}.jp-components-spinner__inner{border-right-color:#fff;border-top-color:#fff;height:100%;opacity:.4;width:100%}.jp-connection__connect-screen-layout{background:var(--jp-white);border-radius:4px;box-shadow:0 0 40px rgba(0,0,0,.08)}.jp-connection__connect-screen-layout__loading{display:none}.jp-connection__connect-screen-layout__left,.jp-connection__connect-screen-layout__right{box-sizing:border-box}.jp-connection__connect-screen-layout__left{padding:25px}@media(min-width:600px){.jp-connection__connect-screen-layout__left{padding:64px 96px}}.jp-connection__connect-screen-layout__left .jetpack-logo{margin-bottom:24px}.jp-connection__connect-screen-layout__left h2{color:var(--jp-black);font-size:36px;font-style:normal;font-weight:700;line-height:40px;margin-bottom:0;margin-top:32px}.jp-connection__connect-screen-layout__left h3{color:var(--jp-black);font-size:24px;font-style:normal;font-weight:500;line-height:32px;margin-bottom:0;margin-top:32px}.jp-connection__connect-screen-layout__left li,.jp-connection__connect-screen-layout__left p{font-size:16px;font-style:normal;font-weight:400;line-height:24px}.jp-connection__connect-screen-layout__left p{color:#101517;margin:16px 0}.jp-connection__connect-screen-layout__left a{color:var(--jp-black);font-size:var(--font-body);font:inherit;height:auto;padding:0;text-decoration:underline}.jp-connection__connect-screen-layout__left a:hover{color:var(--jp-black);text-decoration-thickness:var(--jp-underline-thickness)}.jp-connection__connect-screen-layout__left a:focus{box-shadow:none!important;color:var(--jp-black)}.jp-connection__connect-screen-layout__left ul{list-style-type:none;padding:0}.jp-connection__connect-screen-layout__left ul li{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAANlBMVEVHcEwFnwUInggGnggGnggHnAcAnwUFnQcAnwcGnwkFnQgGnQgFnwcGnQYFnQcFnAcGnQkDnwdhiL0pAAAAEnRSTlMAMF//f2Aw7yBQ3+9gcIBgcED+HDbkAAAAZklEQVR4Ae3LNwICARDDQC0+cv7/Y8mwV9odSfWIcf/+VegnGkIvDaGXKvTTn/Gz+Uf5xTL0K1XotS7fs5H6GHvvaO8d7c3j7rdgHne/A/PYt/cO+R42oYdN6OEQetiFHo4A//6dAXqtBEkmtWutAAAAAElFTkSuQmCC) no-repeat;background-size:24px;color:var(--jp-black);margin-bottom:9px;padding-left:30px}.jp-connection__connect-screen-layout__right{padding:64px 0}.jp-connection__connect-screen-layout__right img{max-width:100%}.jp-connection__connect-screen-layout__two-columns{display:flex;flex-wrap:wrap}.jp-connection__connect-screen-layout__two-columns .jp-connection__connect-screen-layout__left{flex-basis:100%;flex-grow:1}@media(min-width:1080px){.jp-connection__connect-screen-layout__two-columns .jp-connection__connect-screen-layout__left{flex-basis:52%}}.jp-connection__connect-screen-layout__two-columns .jp-connection__connect-screen-layout__right{background:#f9f9f6;display:none;flex-basis:47%;flex-grow:1}@media(min-width:1080px){.jp-connection__connect-screen-layout__two-columns .jp-connection__connect-screen-layout__right{display:block}}.jp-components__pricing-card{background:var(--jp-white);border-radius:var(--jp-border-radius);box-shadow:0 10px 40px rgba(0,0,0,.08);max-width:384px;padding:24px 24px 32px;width:-moz-fit-content;width:fit-content}@media screen and (min-width:600px){.jp-components__pricing-card{padding:32px 32px 44px}}.jp-components__pricing-card__icon img{height:32px;width:32px}.jp-components__pricing-card__title{color:#101517;font-size:32px;line-height:38px;margin:16px 0 24px}.jp-components__pricing-card__pricing{display:flex;flex-wrap:wrap}.jp-components__pricing-card__price-after,.jp-components__pricing-card__price-before{display:inline-block;font-size:54px;font-weight:700;line-height:40px;margin-bottom:8px;padding:0 2px}.jp-components__pricing-card__price-before{color:var(--jp-gray-20);margin-right:16px;position:relative}.jp-components__pricing-card__price-strikethrough{background:var(--jp-pink);border-radius:1.5px;height:3px;left:0;position:absolute;top:20px;width:100%}.jp-components__pricing-card__price-after{color:var(--jp-black)}.jp-components__pricing-card__currency{font-size:var(--font-title-small);font-weight:400;line-height:20px;vertical-align:super}.jp-components__pricing-card__price-details{align-self:flex-end;color:var(--jp-gray-50);font-size:14px;font-weight:400;letter-spacing:-.02em;line-height:17px;margin-bottom:8px}.jp-components__pricing-card__price-decimal{font-size:var(--font-label);line-height:14px;vertical-align:top}.jp-components__pricing-card__button{align-items:center;background:var(--jp-black);border-radius:var(--jp-border-radius);color:var(--jp-white)!important;font-size:18px;height:auto;justify-content:center;margin:24px 0 32px;padding:14px 24px;width:100%}.jp-components__pricing-card__info{color:var(--jp-gray-60);font-size:var(--font-label);letter-spacing:-.02em;line-height:20px}.jp-connection-status-card h3{color:var(--jp-black);font-size:36px;font-weight:400;line-height:40px;margin:0}.jp-connection-status-card a,.jp-connection-status-card a:active,.jp-connection-status-card a:hover{color:var(--jp-black)}.jp-connection-status-card p{color:var(--jp-black);margin:16px 0}.jp-connection-status-card a,.jp-connection-status-card li,.jp-connection-status-card p{font-size:16px;line-height:24px}.jp-connection-status-card--status{align-items:center;display:flex;margin:24px 0 24px -6px}.jp-connection-status-card--cloud{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDIiIGhlaWdodD0iNDIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PG1hc2sgaWQ9ImEiIG1hc2stdHlwZT0iYWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjciIHk9IjkiIHdpZHRoPSIyOCIgaGVpZ2h0PSIyMSI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zMC4zMzMgMTcuNjk3di0uMDhjMC00LjI1My0zLjc2LTcuNy04LjQtNy43LTMuOTE2IDAtNy4yMDYgMi40NTctOC4xMzYgNS43OGE2LjM4NiA2LjM4NiAwIDAgMC0uMjY0LS4wMDVDOS45MjUgMTUuNjkyIDcgMTguNzA4IDcgMjIuNDI5czIuOTI1IDYuNzM4IDYuNTMzIDYuNzM4SDI5LjRjMy4wOTMgMCA1LjYtMi41ODYgNS42LTUuNzc1IDAtMi44NjEtMi4wMTgtNS4yMzctNC42NjYtNS42OTVaIiBmaWxsPSIjZmZmIi8+PC9tYXNrPjxnIG1hc2s9InVybCgjYSkiPjxwYXRoIGQ9Im0zMC4zMzMgMTcuNjk3LTIuNjI1LS4wMy0uMDI1IDIuMjM1IDIuMjAyLjM4MS40NDgtMi41ODZabS0xNi41MzctMi0uMTA3IDIuNjIzIDIuMDc1LjA4NS41Ni0yLTIuNTI4LS43MDhabS0uMjYzIDEzLjQ3djIuNjI1aC4wMDhsLS4wMDgtMi42MjVabS4wNCAwdi0yLjYyNWgtLjAwOWwuMDA4IDIuNjI1Wm0xNS43OTUgMCAuMDE1LTIuNjI1aC0uMDE1djIuNjI1Wm0zLjU5LTExLjQ0MXYtLjExaC01LjI1di4wNTJsNS4yNS4wNThabTAtLjExYzAtNS45MTItNS4xNTUtMTAuMzI0LTExLjAyNS0xMC4zMjR2NS4yNWMzLjQxIDAgNS43NzUgMi40ODIgNS43NzUgNS4wNzVoNS4yNVpNMjEuOTMzIDcuMjkzYy00Ljk4NCAwLTkuMzg4IDMuMTM5LTEwLjY2NCA3LjY5OGw1LjA1NSAxLjQxNWMuNTg1LTIuMDg5IDIuNzYyLTMuODYzIDUuNjEtMy44NjN2LTUuMjVabS04LjAzIDUuNzgyYTkuMTExIDkuMTExIDAgMCAwLS4zNy0uMDA3djUuMjVjLjA1MyAwIC4xMDUuMDAxLjE1Ni4wMDNsLjIxNS01LjI0NlptLS4zNy0uMDA3Yy01LjEzMyAwLTkuMTU4IDQuMjY4LTkuMTU4IDkuMzYyaDUuMjVjMC0yLjM0OCAxLjgyNS00LjExMiAzLjkwOC00LjExMnYtNS4yNVptLTkuMTU4IDkuMzYyYzAgNS4wOTUgNC4wMjUgOS4zNjMgOS4xNTggOS4zNjN2LTUuMjVjLTIuMDgzIDAtMy45MDgtMS43NjUtMy45MDgtNC4xMTNoLTUuMjVabTkuMTY2IDkuMzYzaC4wNGwtLjAxNy01LjI1aC0uMDM5bC4wMTYgNS4yNVptLjAzMSAwaDE1Ljc5NnYtNS4yNUgxMy41NzJ2NS4yNVptMTUuODI3LTUuMjVoLS4wMTZsLS4wMyA1LjI1aC4wNDZ2LTUuMjVabTIuOTc1LTMuMTVjMCAxLjgxNi0xLjQwNyAzLjE1LTIuOTc1IDMuMTV2NS4yNWM0LjYxOCAwIDguMjI1LTMuODM4IDguMjI1LTguNGgtNS4yNVptLTIuNDg5LTMuMTA5YzEuMzU1LjIzNSAyLjQ5IDEuNDg4IDIuNDkgMy4xMDloNS4yNWMwLTQuMTAyLTIuOTAyLTcuNi02Ljg0NC04LjI4MmwtLjg5NiA1LjE3M1oiIGZpbGw9IiMxRTFFMUUiLz48L2c+PC9zdmc+);height:42px;margin-right:4px;width:42px}.jp-connection-status-card--jetpack-logo{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE2IDMyYzguODM3IDAgMTYtNy4xNjMgMTYtMTZTMjQuODM3IDAgMTYgMCAwIDcuMTYzIDAgMTZzNy4xNjMgMTYgMTYgMTZaIiBmaWxsPSIjMDAwIi8+PHBhdGggZD0iTTE2Ljc5NCAxMy4zMTN2MTUuNTExbDgtMTUuNTEyaC04Wk0xNS4xNzUgMTguNjU3VjMuMTc2bC03Ljk2OSAxNS40OGg3Ljk3WiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);height:32px;margin-left:11px;width:32px}.jp-connection-status-card--btn-connect-user{background:var(--jp-black)!important;border-radius:4px;font-size:var(--font-body-small);height:40px}.jp-connection-status-card--avatar{background-color:var(--jp-white);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='16' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.498 27.123C6.038 24.165 10.916 21.5 16 21.5c5.084 0 9.963 2.665 11.502 5.623a15.952 15.952 0 0 1-11.257 4.875L16 32l-.245-.002a15.952 15.952 0 0 1-11.257-4.875zM16 8a6 6 0 1 1 0 12 6 6 0 0 1 0-12z' fill='%23A2AAB2'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;border:0;border-radius:20px;height:32px;margin-left:-10px;width:32px}.jp-connection-status-card--line{border-top:2px solid var(--jp-black);height:0;width:67px}.jp-connection-status-card--line.jp-connection-status-card--site-only{border-top-style:dashed}.jp-connection-status-card--list{list-style-type:none;margin:16px 0}.jp-connection-status-card--list li{color:var(--jp-black);margin:0 0 8px -3px;padding-left:25px}.jp-connection-status-card--list-item-success{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTE4LjkzNSA2LTguOSAxMS45Ny01LjE2Mi0zLjgzNyIgc3Ryb2tlPSIjMUUxRTFFIiBzdHJva2Utd2lkdGg9IjEuNSIvPjwvc3ZnPg==) no-repeat 0 0}.jp-connection-status-card--list-item-error{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyIDIwYTggOCAwIDEgMCAwLTE2IDggOCAwIDAgMCAwIDE2WiIgc3Ryb2tlPSIjRDYzNjM5IiBzdHJva2Utd2lkdGg9IjEuNSIvPjxwYXRoIGQ9Ik0xMyA3aC0ydjZoMlY3Wk0xMyAxNWgtMnYyaDJ2LTJaIiBmaWxsPSIjRDYzNjM5Ii8+PC9zdmc+) no-repeat 0 0;color:var(--jp-red)!important}.jp-connection__disconnect-dialog h1{font-size:var(--font-title-small);font-weight:600;line-height:1.2;margin-top:0}.jp-connection__disconnect-dialog h2{font-size:var(--font-title-small);font-weight:400;line-height:1.2;margin:0}.jp-connection__disconnect-dialog p{font-size:var(--font-body);margin-top:0}.jp-connection__disconnect-dialog__large-text,.jp-connection__disconnect-dialog p.jp-connection__disconnect-dialog__large-text{font-size:1.25rem}.jp-connection__disconnect-dialog .jp-connection__disconnect-dialog__link,.jp-connection__disconnect-dialog__link{color:var(--jp-black);font-size:var(--font-body);font:inherit;height:auto;padding:0;text-decoration:underline}.jp-connection__disconnect-dialog .jp-connection__disconnect-dialog__link:hover,.jp-connection__disconnect-dialog__link:hover{color:var(--jp-black);text-decoration-thickness:var(--jp-underline-thickness)}.jp-connection__disconnect-dialog .jp-connection__disconnect-dialog__link:focus,.jp-connection__disconnect-dialog__link:focus{box-shadow:none!important;color:var(--jp-black)}.jp-connection__disconnect-dialog .jp-connection__disconnect-dialog__link--bold,.jp-connection__disconnect-dialog__link--bold{font-weight:700}.jp-connection__disconnect-dialog .components-button{border-radius:4px;font-size:var(--font-body-small);height:40px}.jp-connection__disconnect-dialog .components-modal__content{display:flex;flex-direction:column;flex-grow:1;margin:0;padding:0}.jp-connection__disconnect-dialog .components-modal__content:before,.jp-connection__disconnect-dialog .components-modal__header{display:none}.jp-connection__disconnect-dialog .jp-row{align-items:center;width:calc(100% - 48px)}.jp-connection__disconnect-dialog__content{align-items:center;background:var(--jp-white-off);border-radius:4px;display:flex;flex-direction:column;flex-grow:1;justify-content:center;margin:0;padding:2rem 1rem;text-align:center}.jp-connection__disconnect-dialog__actions{background:var(--jp-white);border-top:1px solid var(--jp-gray);bottom:0;padding:2rem 0;position:sticky}.jp-connection__disconnect-dialog__actions p{margin-bottom:0}.jp-connection__disconnect-dialog__actions:before{background:linear-gradient(to bottom,transparent,var(--jp-white-off));bottom:calc(100% + 1px);content:"";display:block;height:80px;left:0;position:absolute;width:100%}.jp-connection__disconnect-dialog__btn-dismiss,.jp-connection__disconnect-dialog__btn-dismiss.components-button{background:var(--jp-black)!important;margin-right:10px}.jp-connection__disconnect-dialog__btn-disconnect{background:var(--jp-red)!important}.jp-connection__disconnect-dialog__btn-back-to-wp{background:var(--jp-black)!important}.jp-connection__disconnect-dialog__button-wrap{text-align:left}@media(min-width:960px){.jp-connection__disconnect-dialog__button-wrap{text-align:center}}.jp-connection__disconnect-dialog__error{color:var(--jp-red)}.jp-connection__disconnect-dialog__survey{margin-bottom:1.5rem;max-width:100%}.jp-connection__disconnect-dialog__step-copy{margin:0 auto;max-width:800px}.jp-connection__disconnect-dialog__step-copy--narrow{max-width:600px}@media(max-height:900px){.jp-connection__disconnect-dialog__content .jp-components__decorative-card{display:none}}@media(min-width:600px){.jp-connection__disconnect-dialog,.jp-connection__disconnect-dialog.components-modal__frame{max-width:calc(100% - 32px);width:100%}.jp-connection__disconnect-dialog__actions,.jp-connection__disconnect-dialog__content{padding:2rem}}@media(min-width:960px){.jp-connection__disconnect-dialog,.jp-connection__disconnect-dialog.components-modal__frame{display:flex;flex-direction:column;height:900px;width:1200px}.jp-connection__disconnect-dialog h1{font-size:var(--font-title-large)}.jp-connection__disconnect-dialog__large-text,.jp-connection__disconnect-dialog p.jp-connection__disconnect-dialog__large-text{font-size:1.5rem}.jp-connection__disconnect-dialog__content{padding:80px}.jp-connection__disconnect-dialog__actions{padding:2rem 3rem}.jp-row{margin-left:0}}.jp-connection__disconnect-card{background-color:var(--jp-white);border:none;border-radius:3px;box-shadow:0 0 15px var(--jp-gray-off);margin:0 auto 1rem;max-width:100%;padding:1rem 2rem;text-align:left;width:800px}.jp-connection__disconnect-card__group{margin-bottom:1rem;max-width:100%}.jp-connection__disconnect-card__card-content{display:block;font-size:.875rem}@media only screen and (min-width:782px){.jp-connection__disconnect-card__card-content{align-items:center;display:flex;justify-content:space-between}}.jp-connection__disconnect-card .jp-connection__disconnect-card__card-headline,.jp-connection__disconnect-card__card-headline{flex-shrink:0;font-size:1.25rem;font-weight:600;margin-bottom:0;margin-top:0}@media only screen and (min-width:782px){.jp-connection__disconnect-card .jp-connection__disconnect-card__card-headline,.jp-connection__disconnect-card__card-headline{font-size:1.5rem;margin-right:1.5rem}}@media only screen and (max-width:782px){.jp-connection__disconnect-card .jp-connection__disconnect-card__card-headline+.jp-disconnect-card__card-stat-block,.jp-connection__disconnect-card__card-headline+.jp-disconnect-card__card-stat-block{margin-top:.5rem}}.jp-connection__disconnect-card__card-stat-block{align-items:baseline;display:flex;flex-grow:1}@media only screen and (min-width:782px){.jp-connection__disconnect-card__card-stat-block{flex-direction:row-reverse}}.jp-connection__disconnect-card__card-description{flex-grow:1}@media only screen and (min-width:782px){.jp-connection__disconnect-card__card-description{text-align:right}}.jp-connection__disconnect-card__card-stat{font-size:1rem;font-weight:600;margin-right:.5rem}@media only screen and (min-width:782px){.jp-connection__disconnect-card__card-stat{font-size:1.5rem;margin-left:1rem;margin-right:0}}.jp-components__decorative-card{border-radius:8px;box-shadow:0 0 15px var(--jp-gray);display:flex;height:280px;margin:0 auto 3rem;max-width:100%;overflow:hidden;position:relative;width:360px}.jp-components__decorative-card__content,.jp-components__decorative-card__image{width:50%}.jp-components__decorative-card__image{background:var(--jp-gray);background-size:cover;position:relative}.jp-components__decorative-card__image:before{background-image:url('data:image/svg+xml;uf8,<svg width="38" height="8" viewBox="0 0 38 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 7C1 7 2.37087 1 6.89831 1C11.4257 1 14.3709 7 18.8983 7C23.4257 7 26.7777 1 31.3051 1C35.912 1 37 7 37 7" stroke="white" stroke-width="1.5" stroke-linejoin="round"/></svg>');content:"";display:block;height:8px;left:24px;position:absolute;top:24px;width:38px}.jp-components__decorative-card__content{background:#fff;padding:2rem}.jp-components__decorative-card__icon-container{background:var(--jp-red);border-radius:50px;height:80px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:80px}.jp-components__decorative-card__icon{background-position:50%,50%;background-repeat:no-repeat;height:40px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:40px}.jp-components__decorative-card__icon--unlink{background-image:url('data:image/svg+xml;uf8,<svg width="34" height="37" viewBox="0 0 34 37" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22.3335 10.001H25.0002C29.4184 10.001 33.0002 13.5827 33.0002 18.001V19.7788C33.0002 24.197 29.4184 27.7788 25.0002 27.7788H22.3335" stroke="white" stroke-width="1.5" stroke-linecap="square"/> <path d="M11.6675 27.7783L9.00082 27.7783C4.58254 27.7783 1.00081 24.1966 1.00081 19.7783L1.00081 18.0005C1.00081 13.5823 4.58253 10.0005 9.00081 10.0005L11.6675 10.0005" stroke="white" stroke-width="1.5" stroke-linecap="square"/> <path d="M10.9998 19.167L16.9998 19.167" stroke="white" stroke-width="1.5"/> <path d="M8.99951 35.998L24.9995 0.998048" stroke="white"/> </svg>')}.jp-components__decorative-card__lines,.jp-components__decorative-card__lines:after,.jp-components__decorative-card__lines:before{background:#e9eff5;border-radius:6px;display:block;height:12px;position:relative;width:100%}.jp-components__decorative-card__lines:after,.jp-components__decorative-card__lines:before{content:"";top:calc(100% + 16px)}.jp-components__decorative-card__lines:after{top:calc(100% + 32px);width:75%}.jp-components__decorative-card--vertical{flex-direction:column}.jp-components__decorative-card--vertical .jp-components__decorative-card__content,.jp-components__decorative-card--vertical .jp-components__decorative-card__image{height:50%;width:100%}.jp-components__decorative-card--vertical .jp-components__decorative-card__lines{margin-left:auto;margin-right:auto;max-width:135px}.jp-components__decorative-card--vertical .jp-components__decorative-card__lines:after,.jp-components__decorative-card--vertical .jp-components__decorative-card__lines:before{margin-left:auto;margin-right:auto}.jp-connect__disconnect-survey-card{border:2px solid transparent;border-radius:4px;box-shadow:0 0 15px var(--jp-gray-off);margin-left:auto;margin-right:auto;max-width:100%;padding:1rem;position:relative;text-align:left;width:800px}.jp-connect__disconnect-survey-card--selected{background:var(--jp-gray-off);border-color:var(--jp-black)}.jp-connect__disconnect-survey-card:after{border-right:2px solid var(--jp-black);border-top:2px solid var(--jp-black);content:"";display:block;height:5px;position:absolute;right:1.5rem;top:50%;transform:translateY(-50%) rotate(45deg);width:5px}.jp-connect__disconnect-survey-card:hover{cursor:pointer}.jp-connect__disconnect-survey-card:focus:not(.jp-disconnect-survey-card--selected),.jp-connect__disconnect-survey-card:hover:not(.jp-disconnect-survey-card--selected){border-color:var(--jp-black-80)}.jp-connect__disconnect-survey-card__answer{align-items:center;display:flex;font-weight:700;margin:0}input.jp-connect__disconnect-survey-card__input{-webkit-appearance:none;background-color:transparent;border:none;color:var(--jp-black-80);flex-grow:1;max-width:calc(100% - 40px);padding-right:40px}.jp-wrap{align-items:center;display:flex;flex-wrap:wrap;margin:0 auto;max-width:1128px}.jp-row{grid-gap:24px;display:grid;grid-template-columns:repeat(4,1fr);margin:0 16px;width:100%}@media(min-width:600px){.jp-row{grid-template-columns:repeat(8,1fr);margin:0 18px}}@media(min-width:960px){.jp-row{grid-template-columns:repeat(12,1fr);margin:0 24px;max-width:1128px}}.sm-col-span-1{grid-column-end:span 1}.sm-col-span-2{grid-column-end:span 2}.sm-col-span-3{grid-column-end:span 3}.sm-col-span-4{grid-column-end:span 4}@media(min-width:600px){.md-col-span-1{grid-column-end:span 1}.md-col-span-2{grid-column-end:span 2}.md-col-span-3{grid-column-end:span 3}.md-col-span-4{grid-column-end:span 4}.md-col-span-5{grid-column-end:span 5}.md-col-span-6{grid-column-end:span 6}.md-col-span-7{grid-column-end:span 7}.md-col-span-8{grid-column-end:span 8}}@media(min-width:960px){.lg-col-span-1{grid-column-end:span 1}.lg-col-span-2{grid-column-end:span 2}.lg-col-span-3{grid-column-end:span 3}.lg-col-span-4{grid-column-end:span 4}.lg-col-span-5{grid-column-end:span 5}.lg-col-span-6{grid-column-end:span 6}.lg-col-span-7{grid-column-end:span 7}.lg-col-span-8{grid-column-end:span 8}.lg-col-span-9{grid-column-end:span 9}.lg-col-span-10{grid-column-end:span 10}.lg-col-span-11{grid-column-end:span 11}.lg-col-span-12{grid-column-end:span 12}}@media(max-width:960px){.md-col-span-0{display:none}}@media(max-width:600px){.sm-col-span-0{display:none}}.jp-cut{border:2px solid var(--jp-green-primary);border-radius:var(--jp-border-radius);margin:32px 0;padding:16px 64px 16px 24px;position:relative;text-decoration:none}.jp-cut,.jp-cut span{display:block}.jp-cut span:last-of-type{font-weight:600}.jp-cut:focus span:last-of-type,.jp-cut:hover span:last-of-type{text-decoration:underline;text-decoration-thickness:var(--jp-underline-thickness)}.jp-cut:focus:after,.jp-cut:hover:after{transform:translateY(-50%) translateX(8px)}.jp-cut:after{color:var(--jp-green-primary);content:"→";font-size:24px;font-weight:600;position:absolute;right:24px;top:50%;transform:translateY(-50%);transition:transform .15s ease-out}.jp-footer,.jp-header{padding:20px 0}@media(min-width:960px){.jp-footer,.jp-header{padding:40px 0}}.jp-content{font-size:var(--font-body);line-height:1.5;position:relative}.jp-content h1,.jp-content h2,.jp-content h3,.jp-content h4,.jp-content h5,.jp-content h6{line-height:1.2;margin-top:0}.jp-content h1{font-size:var(--font-title-large);font-weight:600}.jp-content h2{font-size:var(--font-title-small);font-weight:500}.jp-content .jp-section h2,.jp-content .jp-section h3{margin-bottom:16px}.jp-content .jp-section p{margin-top:16px}.jp-content li,.jp-content p{font-size:16px;line-height:1.5}.jp-content .jp-connection-status-card h3,.jp-content .jpb-my-plan-container h3{font-size:var(--font-title-small);font-weight:500;margin-top:48px}.jp-content a{color:var(--jp-black);transition:color,background-color .15s ease-out}.jp-content a:hover{text-decoration-thickness:var(--jp-underline-thickness)}.jp-content a:focus{outline-color:var(--jp-black)}.jp-content .button{background:var(--jp-black);border:0;border-color:var(--jp-black);border-radius:var(--jp-border-radius);color:var(--jp-white);display:inline-block;font-weight:500;padding:8px 24px;text-decoration:none}.jp-content .button.is-full-width{text-align:center;width:100%}.jp-content .button:active,.jp-content .button:hover{background:var(--jp-black-80);color:var(--jp-white)}.jp-content .button:focus{box-shadow:0 0 0 1px var(--jp-white) inset,0 0 0 2px var(--jp-black)}.jp-content .button.disabled,.jp-content .button:disabled{background:var(--jp-gray);pointer-events:none}.jp-content ul.jp-product-promote li{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAANlBMVEVHcEwFnwUInggGnggGnggHnAcAnwUFnQcAnwcGnwkFnQgGnQgFnwcGnQYFnQcFnAcGnQkDnwdhiL0pAAAAEnRSTlMAMF//f2Aw7yBQ3+9gcIBgcED+HDbkAAAAZklEQVR4Ae3LNwICARDDQC0+cv7/Y8mwV9odSfWIcf/+VegnGkIvDaGXKvTTn/Gz+Uf5xTL0K1XotS7fs5H6GHvvaO8d7c3j7rdgHne/A/PYt/cO+R42oYdN6OEQetiFHo4A//6dAXqtBEkmtWutAAAAAElFTkSuQmCC) no-repeat;background-size:24px;color:var(--jp-black);margin-bottom:9px;padding-left:30px}.jp-hero{background:var(--jp-white-off);margin-bottom:64px;padding:64px 0}.jp-hero.is-backup-performing{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='624' height='400' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M624 88.387C575.321 34.082 504.674 0 426 0 323.405 0 234.3 58.22 189.925 143.42 83.07 154.78 0 245.305 0 355c0 38.16 10.072 73.999 27.698 105H624V88.387z' fill='%23fff'/%3E%3C/svg%3E");background-position:100% 100%;background-repeat:no-repeat}.jp-hero.is-backup-error,.jp-hero.is-backup-healthy{display:none}.jp-hero p+.button{margin-top:18px}.jp-dashboard-footer{padding:40px 0}.jp-connection-status-card--status{margin:30px 0}@keyframes appear{0%{opacity:0}to{opacity:1}}.jp-masthead{background-color:#fff;padding:40px 0;text-align:center}@media(max-width:rem(782px)){.jp-masthead{padding:0 rem(24px)}.jetpack-masterbar .jp-masthead{padding-left:rem(64px)}}.jp-masthead__inside-container{display:flex;flex-wrap:wrap;margin:0 auto;max-width:rem(1040px);padding-bottom:rem(6px);width:100%}@media(max-width:1250px){.jp-masthead__inside-container{max-width:95%}}.jp-masthead__logo-container{flex-grow:0;flex-shrink:0;padding:rem(11px) 0 0}@media(max-width:480px){.jp-masthead__logo-container{margin-right:rem(16px)}}.jp-masthead__logo-link{display:inline-block;outline:none;vertical-align:middle}.jp-masthead__logo-link:focus{box-shadow:0 0 0 2px #78dcfa;line-height:0}.jp-masthead__logo-link+code{background:#e6ecf1;border-radius:2px;color:#647a88;margin:0 10px;padding:5px 9px}.jp-masthead__nav{display:flex;flex-grow:1;flex-shrink:0;flex-wrap:nowrap;margin-top:rem(6px);padding:rem(4px) 0;text-align:right}.jp-masthead__nav .dops-button-group{align-self:center;flex-grow:1;font-size:0}@media(max-width:480px){.jp-masthead__nav{text-align:left}}#sandbox-domain-badge{background:#d63638;color:#fff;cursor:pointer;font-size:9px;font-weight:700;letter-spacing:.2em;text-shadow:none;text-transform:uppercase}.iwMEh2CwJ_r23Y9sVcJ1{align-items:center;display:flex;flex-wrap:wrap;margin:0 auto;max-width:1128px}.EC1Yirv2kOgRU77F2XRd{grid-column-end:span 1}.FHZqFvZXEDJ9mpOm7CeY{grid-column-end:span 2}.VOmONLKUkcSrIRYmX6YZ{grid-column-end:span 3}.eECO55N5YGkBB3tKa0If{grid-column-end:span 4}@media(min-width:600px){.u3ZB3zRkuglILO6FSIrx{grid-column-end:span 1}.iZnPl6piWO_GqHn16XKi{grid-column-end:span 2}.WWctfqi1wHZDWrue8GIt{grid-column-end:span 3}.p678NN_M0K78Kpprfndu{grid-column-end:span 4}._6D2TXtGKmepmwrxSf5DW{grid-column-end:span 5}.cWORs5VDjuStXsiVPtiO{grid-column-end:span 6}.yJsc8qt82L9miwDoe2Y2{grid-column-end:span 7}.hD6bXWfNn5elhKCaBFTD{grid-column-end:span 8}}@media(min-width:960px){.k9j6XIJdXbQ5YNyU8sNH{grid-column-end:span 1}.TnVGX0JHm_muRRcmYYwV{grid-column-end:span 2}.VILIswQXi8XzNJ3BqePc{grid-column-end:span 3}.h7mXuoRFWMGCiWYH4Ij1{grid-column-end:span 4}.uHYkk5STnhikqYMIxtE1{grid-column-end:span 5}.E8zp8nDOvAQ7VHsXKJJw{grid-column-end:span 6}.jwOhfvvsXGTCtHfB2854{grid-column-end:span 7}.DmSEZVFn_2XNNKJGgkXw{grid-column-end:span 8}.RdgOIY1qMZ8eqAeNSGNw{grid-column-end:span 9}.XBQd6xiLipeHg0O6cf7N{grid-column-end:span 10}.JyQ6Tbn3FCHfrCEyWrAr{grid-column-end:span 11}.fzJ_qaXYWs3EWQEupbLD{grid-column-end:span 12}}@media(max-width:960px){.LE2ZLIt_Y0slsr6TSmqe{display:none}}@media(max-width:600px){.vYxwZbK_covZoLjDe3BM{display:none}}.fmzqGXmbTSiUblRujgqB{border:2px solid var(--jp-green-primary);border-radius:var(--jp-border-radius);display:block;margin:32px 0;padding:16px 64px 16px 24px;position:relative;text-decoration:none}.fmzqGXmbTSiUblRujgqB span{display:block}.fmzqGXmbTSiUblRujgqB span:last-of-type{font-weight:600}.fmzqGXmbTSiUblRujgqB:focus span:last-of-type,.fmzqGXmbTSiUblRujgqB:hover span:last-of-type{text-decoration:underline;text-decoration-thickness:var(--jp-underline-thickness)}.fmzqGXmbTSiUblRujgqB:focus:after,.fmzqGXmbTSiUblRujgqB:hover:after{transform:translateY(-50%) translateX(8px)}.fmzqGXmbTSiUblRujgqB:after{color:var(--jp-green-primary);content:"→";font-size:24px;font-weight:600;position:absolute;right:24px;top:50%;transform:translateY(-50%);transition:transform .15s ease-out}.HwO79godDUI97Xub9ey4{grid-gap:24px;display:grid;grid-template-columns:repeat(4,1fr);margin:0 16px;width:100%}@media(min-width:600px){.HwO79godDUI97Xub9ey4{grid-template-columns:repeat(8,1fr);margin:0 18px}}@media(min-width:960px){.HwO79godDUI97Xub9ey4{grid-template-columns:repeat(12,1fr);margin:0 24px;max-width:1128px}}.WcIPVMUrQMdwzisuVSh7{align-items:center;display:flex;flex-wrap:wrap;margin:0 auto;max-width:1128px}.Nxx7T20LwPUQPXCSDMfA{grid-gap:24px;display:grid;grid-template-columns:repeat(4,1fr);margin:0 16px;width:100%}@media(min-width:600px){.Nxx7T20LwPUQPXCSDMfA{grid-template-columns:repeat(8,1fr);margin:0 18px}}@media(min-width:960px){.Nxx7T20LwPUQPXCSDMfA{grid-template-columns:repeat(12,1fr);margin:0 24px;max-width:1128px}}.MnTtKIHRyzXYoesgRCgm{border:2px solid var(--jp-green-primary);border-radius:var(--jp-border-radius);display:block;margin:32px 0;padding:16px 64px 16px 24px;position:relative;text-decoration:none}.MnTtKIHRyzXYoesgRCgm span{display:block}.MnTtKIHRyzXYoesgRCgm span:last-of-type{font-weight:600}.MnTtKIHRyzXYoesgRCgm:focus span:last-of-type,.MnTtKIHRyzXYoesgRCgm:hover span:last-of-type{text-decoration:underline;text-decoration-thickness:var(--jp-underline-thickness)}.MnTtKIHRyzXYoesgRCgm:focus:after,.MnTtKIHRyzXYoesgRCgm:hover:after{transform:translateY(-50%) translateX(8px)}.MnTtKIHRyzXYoesgRCgm:after{color:var(--jp-green-primary);content:"→";font-size:24px;font-weight:600;position:absolute;right:24px;top:50%;transform:translateY(-50%);transition:transform .15s ease-out}.mmVmo1nZYrRywmnSKQFx{grid-column-end:span 1}.UrIp26XpdUSMJft8YxdC{grid-column-end:span 2}.pMXlFWglEDyK6MbwJ8sX{grid-column-end:span 3}.P5H1ohz9m5_rEqZFAkFm{grid-column-end:span 4}@media(min-width:600px){.ofLUn8LwR3LLeWl8tPdU{grid-column-end:span 1}.fq1Z8JYbcrrXavvSfzKk{grid-column-end:span 2}.jq9gui11HqTDfI7tXH1d{grid-column-end:span 3}.mVYkSRC7j44WiWLZHOnM{grid-column-end:span 4}.S3wOGmx7YLTrqz_bcLth{grid-column-end:span 5}.Y3GW3wokLgm9jnX78Uwk{grid-column-end:span 6}.ShMEdZjpjdYj7mCQzrSO{grid-column-end:span 7}.nfBAID75QGC1VZ8t0RfR{grid-column-end:span 8}}@media(min-width:960px){.Vr2EQcrmKOPJtFU72Vv2{grid-column-end:span 1}.CTS6MNweODFo4ZxcT0iV{grid-column-end:span 2}.XTISRluUo3o5xxnPNu09{grid-column-end:span 3}.c_EtRaSOJafAl5r9WkBm{grid-column-end:span 4}.HcpW_q5aO8Bf_ngIjyjv{grid-column-end:span 5}.XF3r0hMrFrrmxH5TJee0{grid-column-end:span 6}.Jl9ognyJ9XOZ6g0BTzLf{grid-column-end:span 7}._8w8oD2R9CVt9AU4PvUy{grid-column-end:span 8}.ltOXxurwUtxy7XIR_loo{grid-column-end:span 9}.bKUzzGEJ3wCoAOZZvVCK{grid-column-end:span 10}.GltQVCPa1x4tZ7sWFg1v{grid-column-end:span 11}.UzWicuFiKrGgMEjmRAFA{grid-column-end:span 12}}@media(max-width:960px){.CDwHAcVQxDeV2mFXS1Dz{display:none}}@media(max-width:600px){.sr1184KrdJ0UtgNsMQnR{display:none}}.K6gniZequRm1zBi4xa2G{align-items:center;display:flex;flex-wrap:wrap;margin:0 auto;max-width:1128px}.vickZxEIl6kGZp7KkFYF{grid-gap:24px;display:grid;grid-template-columns:repeat(4,1fr);margin:0 16px;width:100%}@media(min-width:600px){.vickZxEIl6kGZp7KkFYF{grid-template-columns:repeat(8,1fr);margin:0 18px}}@media(min-width:960px){.vickZxEIl6kGZp7KkFYF{grid-template-columns:repeat(12,1fr);margin:0 24px;max-width:1128px}}.U2ZD1antXfCcQlBdFwyw{grid-column-end:span 1}.caLSPVQ3JP3b2Ia68Seq{grid-column-end:span 2}.h6FKJdwoY_zIXh6pEj1U{grid-column-end:span 3}.GkjDOzh_5n5VxKrqEW_I{grid-column-end:span 4}@media(min-width:600px){.V2HSxZHesNOXMBWOmdFG{grid-column-end:span 1}.i3fz9zvErDyXYherb6Ew{grid-column-end:span 2}._3bKcKfanUgurPMcHEiV{grid-column-end:span 3}.U44hqBGsmVA1lI9R2ZnH{grid-column-end:span 4}.AzaRYYQQYJjKUF9D87mw{grid-column-end:span 5}.sag3QKXTxIQXPPjmbrAl{grid-column-end:span 6}.ifY5fUWFNROS_F7Jys9v{grid-column-end:span 7}.nZFgLvw9LsUJnEViXnJZ{grid-column-end:span 8}}@media(min-width:960px){.Tqir6CbiyHOgYmsAgY57{grid-column-end:span 1}.VeVLz3DEagxiXMMPEOCe{grid-column-end:span 2}.G3R07cw2eP3D3juW3A3l{grid-column-end:span 3}.eQ3UseyneBNu_ZLuqSzg{grid-column-end:span 4}.VlgV8xjgkGoOLJShoyNM{grid-column-end:span 5}.DJCwqamaIDFQoj0jEgBc{grid-column-end:span 6}.CxtXPQUYJfNUQVn3y2y_{grid-column-end:span 7}.BroOgbyuFxoSv48H70B5{grid-column-end:span 8}.KnUcRFDSsxeb_z46ajNY{grid-column-end:span 9}.bXiAAxiM2mhcI43ET0pp{grid-column-end:span 10}.ipYVW2jwG2cFjIHpnQk2{grid-column-end:span 11}.KcREgfiJ4ix9nAvNAXqQ{grid-column-end:span 12}}@media(max-width:960px){.qSfEJeFAh4WmcPtmo8qe{display:none}}@media(max-width:600px){._RxxiRFsUS3nYTZhkprA{display:none}}.RSw9xhnEr8xpkX3hPPaM{border:2px solid var(--jp-green-primary);border-radius:var(--jp-border-radius);display:block;margin:32px 0;padding:16px 64px 16px 24px;position:relative;text-decoration:none}.RSw9xhnEr8xpkX3hPPaM span{display:block}.RSw9xhnEr8xpkX3hPPaM span:last-of-type{font-weight:600}.RSw9xhnEr8xpkX3hPPaM:focus span:last-of-type,.RSw9xhnEr8xpkX3hPPaM:hover span:last-of-type{text-decoration:underline;text-decoration-thickness:var(--jp-underline-thickness)}.RSw9xhnEr8xpkX3hPPaM:focus:after,.RSw9xhnEr8xpkX3hPPaM:hover:after{transform:translateY(-50%) translateX(8px)}.RSw9xhnEr8xpkX3hPPaM:after{color:var(--jp-green-primary);content:"→";font-size:24px;font-weight:600;position:absolute;right:24px;top:50%;transform:translateY(-50%);transition:transform .15s ease-out}.kEBaF5NOHtQsQn5jfOEA{background:var(--jp-white-off);padding:48px 0 64px}.kEBaF5NOHtQsQn5jfOEA h1,.kEBaF5NOHtQsQn5jfOEA h2,.kEBaF5NOHtQsQn5jfOEA h3,.kEBaF5NOHtQsQn5jfOEA h4,.kEBaF5NOHtQsQn5jfOEA h5,.kEBaF5NOHtQsQn5jfOEA h6{line-height:1.2;margin-top:0}.O8YnwnZegI89S2Q3k5Qn{align-items:center;display:flex;flex-wrap:wrap;margin:0 auto;max-width:1128px}._UqttTwRJeajPRpRGZPJ{background-color:#fff;padding:64px 0}._UqttTwRJeajPRpRGZPJ h1,._UqttTwRJeajPRpRGZPJ h2,._UqttTwRJeajPRpRGZPJ h3,._UqttTwRJeajPRpRGZPJ h4,._UqttTwRJeajPRpRGZPJ h5,._UqttTwRJeajPRpRGZPJ h6{line-height:1.2;margin-top:0}:root{--font-title-large:36px;--font-title-small:24px;--font-body:16px;--font-label:12px;--jp-black:#000;--jp-black-80:#2c3338;--jp-white:#fff;--jp-white-off:#f9f9f6;--jp-gray:#dcdcde;--jp-gray-0:#f6f7f7;--jp-gray-20:#a7aaad;--jp-gray-40:#787c82;--jp-gray-50:#646970;--jp-gray-60:#50575e;--jp-gray-80:#2c3338;--jp-gray-off:#e2e2df;--jp-red-0:#f7ebec;--jp-red-50:#d63638;--jp-red-60:#b32d2e;--jp-red-80:#8a2424;--jp-red:#d63639;--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 );--jp-border-radius:4px;--jp-menu-border-height:1px;--jp-underline-thickness:2px}*{box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;margin:0;min-height:100%;padding:0}.O5NYbFTsxmrm4P2SIdOC{align-items:center;display:flex;flex-wrap:wrap;margin:0 auto;max-width:1128px}.rkV4U_hzC04NwXFQcTHl{grid-gap:24px;display:grid;grid-template-columns:repeat(4,1fr);margin:0 16px;width:100%}@media(min-width:600px){.rkV4U_hzC04NwXFQcTHl{grid-template-columns:repeat(8,1fr);margin:0 18px}}@media(min-width:960px){.rkV4U_hzC04NwXFQcTHl{grid-template-columns:repeat(12,1fr);margin:0 24px;max-width:1128px}}.G81E6mesnld_OhhOvz_F{grid-column-end:span 1}.SfCZpjwiu2F0KDjGIXEA{grid-column-end:span 2}.qPxwbSu_GTDTz_8jFHJD{grid-column-end:span 3}.xYAWQ0wk6FPfZOZQgFiw{grid-column-end:span 4}@media(min-width:600px){.zwZjA7ofpMucaB_UzG48{grid-column-end:span 1}.YfwKGGBEqiINFYy6ZpKM{grid-column-end:span 2}.pcHQbVFRxA_OvNRQ2OwP{grid-column-end:span 3}.U_LJMBlRZ8ItXZuvCXGg{grid-column-end:span 4}.st_7w_Ja1Gp2AgGaTysO{grid-column-end:span 5}.gQsaHmJo6Gp7Yq9IB9Sg{grid-column-end:span 6}.P0a4FWsiJJmR6bySI8QC{grid-column-end:span 7}.UxSHj7jyDp6sGKHILNRc{grid-column-end:span 8}}@media(min-width:960px){.TExt5ebNqUrEn2NzeDDh{grid-column-end:span 1}.cdwvRRac4c2djSpHfOpF{grid-column-end:span 2}.hvRpxlyFY9BQIDdEGTjg{grid-column-end:span 3}.Ev9JGJi3yKkBq6cW3Xge{grid-column-end:span 4}.mhL__tIHFH_tViX5718D{grid-column-end:span 5}.X1lGIxHHxsFl_39u4Px6{grid-column-end:span 6}.pc5UnY_DzsSDkyih78Ti{grid-column-end:span 7}.QCjBtfnG3u20FwoDd59Z{grid-column-end:span 8}.MX1aL3BeJpoSE0aXghp0{grid-column-end:span 9}.h_JAcO8a8ClV2LmTWsMz{grid-column-end:span 10}.gKlDMi0N7LOd9q8uJHi5{grid-column-end:span 11}.KZWhYB7r6TG75uJu2LsQ{grid-column-end:span 12}}@media(max-width:960px){.G6NxfG2gGwvEYb0aGdPJ{display:none}}@media(max-width:600px){.aceZPGfrg7IoR0Vu7ZJg{display:none}}.MZSHJVi991kNJhn_Xnip{border:2px solid var(--jp-green-primary);border-radius:var(--jp-border-radius);display:block;margin:32px 0;padding:16px 64px 16px 24px;position:relative;text-decoration:none}.MZSHJVi991kNJhn_Xnip span{display:block}.MZSHJVi991kNJhn_Xnip span:last-of-type{font-weight:600}.MZSHJVi991kNJhn_Xnip:focus span:last-of-type,.MZSHJVi991kNJhn_Xnip:hover span:last-of-type{text-decoration:underline;text-decoration-thickness:var(--jp-underline-thickness)}.MZSHJVi991kNJhn_Xnip:focus:after,.MZSHJVi991kNJhn_Xnip:hover:after{transform:translateY(-50%) translateX(8px)}.MZSHJVi991kNJhn_Xnip:after{color:var(--jp-green-primary);content:"→";font-size:24px;font-weight:600;position:absolute;right:24px;top:50%;transform:translateY(-50%);transition:transform .15s ease-out}.EZ590eIMC5y_t1_gWRua{margin-left:-20px}.BYzOly4G7Gry9wdRH0AY{background-color:#fff;padding:40px 0}.jp-dashboard-footer{align-items:center;color:#000;display:flex;flex-flow:row wrap;justify-content:space-between;max-width:1128px;width:100%}.jp-dashboard-footer__jetpack-symbol,.jp-dashboard-footer__module-name{display:inline-block;vertical-align:middle}.jp-dashboard-footer__module-name{font-size:12px;font-weight:600;margin-left:5px}
  • jetpack-backup/trunk/build/index.js

    r2613841 r2657802  
    1 !function(){var e={197:function(e){e.exports=function(e,t,a){return t in e?Object.defineProperty(e,t,{value:a,enumerable:!0,configurable:!0,writable:!0}):e[t]=a,e},e.exports.default=e.exports,e.exports.__esModule=!0},900:function(e){function t(){return e.exports=t=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var n in a)Object.prototype.hasOwnProperty.call(a,n)&&(e[n]=a[n])}return e},e.exports.default=e.exports,e.exports.__esModule=!0,t.apply(this,arguments)}e.exports=t,e.exports.default=e.exports,e.exports.__esModule=!0},105:function(e,t){var a;
    2 /*!
    3   Copyright (c) 2018 Jed Watson.
    4   Licensed under the MIT License (MIT), see
    5   http://jedwatson.github.io/classnames
    6 */!function(){"use strict";var n={}.hasOwnProperty;function c(){for(var e=[],t=0;t<arguments.length;t++){var a=arguments[t];if(a){var s=typeof a;if("string"===s||"number"===s)e.push(a);else if(Array.isArray(a)){if(a.length){var r=c.apply(null,a);r&&e.push(r)}}else if("object"===s)if(a.toString===Object.prototype.toString)for(var o in a)n.call(a,o)&&a[o]&&e.push(o);else e.push(a.toString())}}return e.join(" ")}e.exports?(c.default=c,e.exports=c):void 0===(a=function(){return c}.apply(t,[]))||(e.exports=a)}()},587:function(e,t,a){"use strict";var n=a(843);function c(){}function s(){}s.resetWarningCache=c,e.exports=function(){function e(e,t,a,c,s,r){if(r!==n){var o=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 o.name="Invariant Violation",o}}function t(){return e}e.isRequired=e;var a={array: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:s,resetWarningCache:c};return a.PropTypes=a,a}},268:function(e,t,a){e.exports=a(587)()},843:function(e){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},444:function(e){"use strict";e.exports="/images/backup-animation-1-8d65f9365c217c43eb01.svg"},476:function(e){"use strict";e.exports="/images/backup-animation-2-4d8da04fb34b29957030.svg"},406:function(e){"use strict";e.exports="/images/backup-animation-3-1c6df0c7bc8546e712d8.svg"},50:function(e){"use strict";e.exports="/images/cloud-35473ae2758e9f3e353d.svg"},410:function(e){"use strict";e.exports="/images/plugins-d0898bae4e79a6e05b9e.svg"},287:function(e){"use strict";e.exports="/images/posts-7a4c9e22d20abaac65d6.svg"},535:function(e){"use strict";e.exports="/images/themes-700cf8bdf1049fdbc94a.svg"},567:function(e){"use strict";e.exports="/images/uploads-7a7b15dfda25508a8d68.svg"},308:function(e){"use strict";e.exports="/images/connect-right-f27775ac15cf885713c2.png"}},t={};function a(n){var c=t[n];if(void 0!==c)return c.exports;var s=t[n]={exports:{}};return e[n](s,s.exports,a),s.exports}a.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(t,{a:t}),t},a.d=function(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=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},a.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var n={};!function(){"use strict";a.r(n);var e=window.React,t=a.n(e),c=window.ReactDOM,s=a.n(c),r=window.wp.data,o=window.wp.element,i=window.wp.i18n,l=window.wp.apiFetch,p=a.n(l);function u(e,t={}){const a={};let n;var c;"undefined"!=typeof window&&(n=null===(c=window.Initial_State)||void 0===c?void 0:c.calypsoEnv);if(0===e.search("https://")){const t=new URL(e);e=`https://${t.host}${t.pathname}`,a.url=encodeURIComponent(e)}else a.source=encodeURIComponent(e);Object.keys(t).map((e=>{a[e]=encodeURIComponent(t[e])})),!Object.keys(a).includes("site")&&"undefined"!=typeof jetpack_redirects&&jetpack_redirects.hasOwnProperty("currentSiteRawUrl")&&(a.site=jetpack_redirects.currentSiteRawUrl),n&&(a.calypso_env=n);return"https://jetpack.com/redirect/?"+Object.keys(a).map((e=>e+"="+a[e])).join("&")}var d=a(900),m=a.n(d),h=a(197),g=a.n(h),k=a(268),v=a.n(k),f=a(105),b=a.n(f);const __=i.__;class j extends t().Component{render(){const{logoColor:a,showText:n,className:c,...s}=this.props,r=n?"0 0 118 32":"0 0 32 32";return t().createElement("svg",m()({xmlns:"http://www.w3.org/2000/svg",x:"0px",y:"0px",viewBox:r,className:b()("jetpack-logo",c),"aria-labelledby":"jetpack-logo-title"},s),t().createElement("title",{id:"jetpack-logo-title"},__("Jetpack Logo","jetpack")),t().createElement("path",{fill:a,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"}),n&&t().createElement(e.Fragment,null,t().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"}),t().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"}),t().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"}),t().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"}),t().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"}),t().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"}),t().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"})))}}g()(j,"propTypes",{className:v().string,width:v().number,height:v().number,showText:v().bool,logoColor:v().string}),g()(j,"defaultProps",{className:"",height:32,showText:!0,logoColor:"#00BE28"});var E=j;const y=i.__;function R({title:e=y("An Automattic Airline","jetpack"),height:a=7,className:n="",...c}){return t().createElement("svg",m()({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:a,className:b()("jp-automattic-byline-logo",n)},c),t().createElement("title",{id:"jp-automattic-byline-logo-title"},e),t().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"}),t().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"}),t().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"}))}const S=i.__;function N({a8cLogoHref:e="https://jetpack.com",moduleName:a=S("Jetpack","jetpack"),className:n="",...c}){return t().createElement("div",m()({className:b()("jp-dashboard-footer",n)},c),t().createElement("div",{className:"jp-dashboard-footer__footer-left"},t().createElement(E,{logoColor:"#000",showText:!1,height:16,className:"jp-dashboard-footer__jetpack-symbol","aria-label":S("Jetpack logo","jetpack")}),t().createElement("span",{className:"jp-dashboard-footer__module-name"},a)),t().createElement("div",{className:"jp-dashboard-footer__footer-right"},t().createElement("a",{href:e,"aria-label":S("An Automattic Airline","jetpack")},t().createElement(R,null))))}var _=window.wp.date;const w="SET_CONNECTION_STATUS",C={setConnectionStatus:e=>({type:w,connectionStatus:e})};var O=(e={},t)=>t.type===w?t.connectionStatus:e;var $=(e={})=>e;var U=(e={})=>e;var P=(e={})=>e;const T=(0,r.combineReducers)({connectionStatus:O,API:$,jetpackStatus:U,assets:P});const I={...C};const M={...{getConnectionStatus:e=>e.connectionStatus||{}},...{getAPIRoot:e=>e.API.WP_API_root||null,getAPINonce:e=>e.API.WP_API_nonce||null,getRegistrationNonce:e=>e.API.registrationNonce||null},...{getCalypsoSlug:e=>e.jetpackStatus.calypsoSlug||{}},...{getAssetBuildUrl:e=>e.assets.buildUrl||null}};const A="jetpack-backup-plugin",x={reducer:T,actions:I,selectors:M,initialState:window.JPBACKUP_INITIAL_STATE||{}};var z=e=>React.createElement("div",{className:"backup__card"},React.createElement("img",{src:e.icon,alt:""}),React.createElement("div",{className:"backup__card-details"},React.createElement("div",{className:"backup__card-details-items"},e.label),React.createElement("div",{className:"backup__card-details-amount"},e.value))),J=a(287),L=a(50),V=a(567),D=a(410),B=a(535),H=a(444),F=a(476),q=a(406);const W=i.__;var Y=()=>{const[e,t]=(0,o.useState)(null),[a,n]=(0,o.useState)(0),[c,s]=(0,o.useState)(""),[i,l]=(0,o.useState)({posts:0,uploads:0,plugins:0,themes:0}),d=(0,r.useSelect)((e=>e(A).getCalypsoSlug()),[]),m=(0,r.useSelect)((e=>e(A).getAssetBuildUrl()),[]),h=0,g=1,k=2,v=3,f=4,[b,j]=(0,o.useState)(h);(0,o.useEffect)((()=>{p()({path:"/jetpack/v4/backups"}).then((e=>{let c=null;if(0===e.length)j(k);else{if(e.forEach((e=>{null===c&&"finished"===e.status&&e.stats&&(c=e,j(f))})),null===c&&"started"===e[0].status&&(c=e[0],t(c.percent),j(g)),!c)return void j(v);if("finished"===c.status){const e=c.stats.prefix+"posts";l({plugins:c.stats.plugins.count,themes:c.stats.themes.count,uploads:c.stats.uploads.count,posts:c.stats.tables[e].post_published}),s((0,_.date)("c",c.last_updated+"+00:00"))}}0!==e.length&&"started"!==c.status||setTimeout((()=>{n(a+1)}),1e3)}),(()=>{j(v)}))}),[a]);return React.createElement("div",{className:"jp-wrap"},h===b&&React.createElement("div",{class:"jp-row"}),k===b&&React.createElement("div",{class:"jp-row"},React.createElement("div",{class:"lg-col-span-5 md-col-span-4 sm-col-span-4"},React.createElement("h1",null,W("Welcome to Jetpack Backup!","jetpack-backup")),React.createElement("p",null,W("You're all set! Your first backup will start soon.","jetpack-backup"))),React.createElement("div",{class:"lg-col-span-1 md-col-span-4 sm-col-span-0"}),React.createElement("div",{class:"lg-col-span-6 md-col-span-2 sm-col-span-2"})),g===b&&React.createElement("div",{class:"jp-row"},React.createElement("div",{class:"lg-col-span-5 md-col-span-4 sm-col-span-4"},React.createElement("div",{class:"backup__progress"},React.createElement("div",{class:"backup__progress-info"},React.createElement("p",null,W("Backing up Your Groovy Site…","jetpack-backup")),React.createElement("p",{class:"backup__progress-info-percentage"},e,"%")),React.createElement("div",{class:"backup__progress-bar"},React.createElement("div",{class:"backup__progress-bar-actual",style:{width:e+"%"}}))),React.createElement("h1",null,W("Your first cloud backup will be ready soon","jetpack-backup")),React.createElement("p",null,W("The first backup usually takes a few minutes, so it will become available soon.","jetpack-backup")),React.createElement("p",null,(0,o.createInterpolateElement)(W("In the meanwhile, you can start getting familiar with your <a>backup management on Jetpack.com</a>.","jetpack-backup"),{a:React.createElement("a",{href:u("jetpack-backup",{site:d}),target:"_blank",rel:"noreferrer"})}))),React.createElement("div",{class:"lg-col-span-1 md-col-span-4 sm-col-span-0"}),React.createElement("div",{class:"backup__animation lg-col-span-6 md-col-span-2 sm-col-span-2"},React.createElement("img",{className:"backup__animation-el-1",src:m+H,alt:""}),React.createElement("img",{className:"backup__animation-el-2",src:m+F,alt:""}),React.createElement("img",{className:"backup__animation-el-3",src:m+q,alt:""}))),f===b&&React.createElement("div",{className:"jp-row"},React.createElement("div",{className:"lg-col-span-3 md-col-span-4 sm-col-span-4"},React.createElement("div",{className:"backup__latest"},React.createElement("img",{src:m+L,alt:""}),React.createElement("h2",null,W("Latest Backup","jetpack-backup"))),React.createElement("h1",null,(e=>{const t=W("Today","jetpack-backup"),a=(0,_.getDate)();let n=t;return(0,_.dateI18n)("zY",a)!==(0,_.dateI18n)("zY",e)&&(n=(0,_.dateI18n)("M j",e)),n+", "+(0,_.dateI18n)("g:i A",e)})(c)),React.createElement("a",{class:"button is-full-width",href:u("jetpack-backup",{site:d}),target:"_blank",rel:"noreferrer"},W("See all your backups","jetpack-backup"))),React.createElement("div",{className:"lg-col-span-1 md-col-span-4 sm-col-span-0"}),React.createElement("div",{className:"lg-col-span-2 md-col-span-2 sm-col-span-2"},React.createElement(z,{icon:m+J,label:W("Posts","jetpack-backup"),value:i.posts})),React.createElement("div",{className:"lg-col-span-2 md-col-span-2 sm-col-span-2"},React.createElement(z,{icon:m+V,label:W("Uploads","jetpack-backup"),value:i.uploads})),React.createElement("div",{className:"lg-col-span-2 md-col-span-2 sm-col-span-2"},React.createElement(z,{icon:m+D,label:W("Plugins","jetpack-backup"),value:i.plugins})),React.createElement("div",{className:"lg-col-span-2 md-col-span-2 sm-col-span-2"},React.createElement(z,{icon:m+B,label:W("Themes","jetpack-backup"),value:i.themes}))),v===b&&React.createElement("div",{class:"jp-row"},React.createElement("div",{class:"lg-col-span-5 md-col-span-4 sm-col-span-4"},React.createElement("h1",null,W("We're having trouble backing up your site","jetpack-backup")),React.createElement("p",null,(0,o.createInterpolateElement)(W("Check that your Jetpack Connection is healthy with the <a>Jetpack Debugger</a>.","jetpack-backup"),{a:React.createElement("a",{href:u("backup-plugin-debug",{site:d}),target:"_blank",rel:"noreferrer"})})),React.createElement("p",null,(0,o.createInterpolateElement)(W("You can also find more information in your <a>backup management on Jetpack.com</a>.","jetpack-backup"),{a:React.createElement("a",{href:u("jetpack-backup",{site:d}),target:"_blank",rel:"noreferrer"})}))),React.createElement("div",{class:"lg-col-span-1 md-col-span-4 sm-col-span-0"}),React.createElement("div",{class:"lg-col-span-6 md-col-span-2 sm-col-span-2"})))},G=window.lodash;function K(e){class t extends Error{constructor(...t){super(...t),this.name=e}}return t}const Q=K("JsonParseError"),X=K("JsonParseAfterRedirectError"),Z=K("Api404Error"),ee=K("Api404AfterRedirectError"),te=K("FetchNetworkError");var ae=new function(e,t){let a=e,n={"X-WP-Nonce":t},c={credentials:"same-origin",headers:n},s={method:"post",credentials:"same-origin",headers:(0,G.assign)({},n,{"Content-type":"application/json"})},r=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 o={setApiRoot(e){a=e},setApiNonce(e){n={"X-WP-Nonce":e},c={credentials:"same-origin",headers:n},s={method:"post",credentials:"same-origin",headers:(0,G.assign)({},n,{"Content-type":"application/json"})}},setCacheBusterCallback:e=>{r=e},registerSite:(e,t)=>{const n={registration_nonce:e,no_iframe:!0};return null!==t&&(n.redirect_uri=t),l(`${a}jetpack/v4/connection/register`,s,{body:JSON.stringify(n)}).then(ne).then(ce)},fetchAuthorizationUrl:e=>i(`${a}jetpack/v4/connection/authorize_url?no_iframe=1&redirect_uri=${encodeURIComponent(e)}`,c).then(ne).then(ce),fetchSiteConnectionData:()=>i(`${a}jetpack/v4/connection/data`,c).then(ce),fetchSiteConnectionStatus:()=>i(`${a}jetpack/v4/connection`,c).then(ce),fetchSiteConnectionTest:()=>i(`${a}jetpack/v4/connection/test`,c).then(ne).then(ce),fetchUserConnectionData:()=>i(`${a}jetpack/v4/connection/data`,c).then(ce),fetchUserTrackingSettings:()=>i(`${a}jetpack/v4/tracking/settings`,c).then(ne).then(ce),updateUserTrackingSettings:e=>l(`${a}jetpack/v4/tracking/settings`,s,{body:JSON.stringify(e)}).then(ne).then(ce),disconnectSite:()=>l(`${a}jetpack/v4/connection`,s,{body:JSON.stringify({isActive:!1})}).then(ne).then(ce),fetchConnectUrl:()=>i(`${a}jetpack/v4/connection/url`,c).then(ne).then(ce),unlinkUser:()=>l(`${a}jetpack/v4/connection/user`,s,{body:JSON.stringify({linked:!1})}).then(ne).then(ce),reconnect:()=>l(`${a}jetpack/v4/connection/reconnect`,s).then(ne).then(ce),fetchConnectedPlugins:()=>i(`${a}jetpack/v4/connection/plugins`,c).then(ne).then(ce),fetchModules:()=>i(`${a}jetpack/v4/module/all`,c).then(ne).then(ce),fetchModule:e=>i(`${a}jetpack/v4/module/${e}`,c).then(ne).then(ce),activateModule:e=>l(`${a}jetpack/v4/module/${e}/active`,s,{body:JSON.stringify({active:!0})}).then(ne).then(ce),deactivateModule:e=>l(`${a}jetpack/v4/module/${e}/active`,s,{body:JSON.stringify({active:!1})}),updateModuleOptions:(e,t)=>l(`${a}jetpack/v4/module/${e}`,s,{body:JSON.stringify(t)}).then(ne).then(ce),updateSettings:e=>l(`${a}jetpack/v4/settings`,s,{body:JSON.stringify(e)}).then(ne).then(ce),getProtectCount:()=>i(`${a}jetpack/v4/module/protect/data`,c).then(ne).then(ce),resetOptions:e=>l(`${a}jetpack/v4/options/${e}`,s,{body:JSON.stringify({reset:!0})}).then(ne).then(ce),activateVaultPress:()=>l(`${a}jetpack/v4/plugins`,s,{body:JSON.stringify({slug:"vaultpress",status:"active"})}).then(ne).then(ce),getVaultPressData:()=>i(`${a}jetpack/v4/module/vaultpress/data`,c).then(ne).then(ce),installPlugin:(e,t)=>{const n={slug:e,status:"active"};return t&&(n.source=t),l(`${a}jetpack/v4/plugins`,s,{body:JSON.stringify(n)}).then(ne).then(ce)},activateAkismet:()=>l(`${a}jetpack/v4/plugins`,s,{body:JSON.stringify({slug:"akismet",status:"active"})}).then(ne).then(ce),getAkismetData:()=>i(`${a}jetpack/v4/module/akismet/data`,c).then(ne).then(ce),checkAkismetKey:()=>i(`${a}jetpack/v4/module/akismet/key/check`,c).then(ne).then(ce),checkAkismetKeyTyped:e=>l(`${a}jetpack/v4/module/akismet/key/check`,s,{body:JSON.stringify({api_key:e})}).then(ne).then(ce),fetchStatsData:e=>i(function(e){let t=`${a}jetpack/v4/module/stats/data`;-1!==t.indexOf("?")?t+=`&range=${encodeURIComponent(e)}`:t+=`?range=${encodeURIComponent(e)}`;return t}(e),c).then(ne).then(ce).then(p),getPluginUpdates:()=>i(`${a}jetpack/v4/updates/plugins`,c).then(ne).then(ce),getPlans:()=>i(`${a}jetpack/v4/plans`,c).then(ne).then(ce),fetchSettings:()=>i(`${a}jetpack/v4/settings`,c).then(ne).then(ce),updateSetting:e=>l(`${a}jetpack/v4/settings`,s,{body:JSON.stringify(e)}).then(ne).then(ce),fetchSiteData:()=>i(`${a}jetpack/v4/site`,c).then(ne).then(ce).then((e=>JSON.parse(e.data))),fetchSiteFeatures:()=>i(`${a}jetpack/v4/site/features`,c).then(ne).then(ce).then((e=>JSON.parse(e.data))),fetchSiteProducts:()=>i(`${a}jetpack/v4/site/products`,c).then(ne).then(ce),fetchSitePurchases:()=>i(`${a}jetpack/v4/site/purchases`,c).then(ne).then(ce).then((e=>JSON.parse(e.data))),fetchSiteBenefits:()=>i(`${a}jetpack/v4/site/benefits`,c).then(ne).then(ce).then((e=>JSON.parse(e.data))),fetchSetupQuestionnaire:()=>i(`${a}jetpack/v4/setup/questionnaire`,c).then(ne).then(ce),fetchRecommendationsData:()=>i(`${a}jetpack/v4/recommendations/data`,c).then(ne).then(ce),fetchRecommendationsProductSuggestions:()=>i(`${a}jetpack/v4/recommendations/product-suggestions`,c).then(ne).then(ce),fetchRecommendationsUpsell:()=>i(`${a}jetpack/v4/recommendations/upsell`,c).then(ne).then(ce),saveRecommendationsData:e=>l(`${a}jetpack/v4/recommendations/data`,s,{body:JSON.stringify({data:e})}).then(ne),fetchProducts:()=>i(`${a}jetpack/v4/products`,c).then(ne).then(ce),fetchRewindStatus:()=>i(`${a}jetpack/v4/rewind`,c).then(ne).then(ce).then((e=>JSON.parse(e.data))),fetchScanStatus:()=>i(`${a}jetpack/v4/scan`,c).then(ne).then(ce).then((e=>JSON.parse(e.data))),dismissJetpackNotice:e=>l(`${a}jetpack/v4/notice/${e}`,s,{body:JSON.stringify({dismissed:!0})}).then(ne).then(ce),fetchPluginsData:()=>i(`${a}jetpack/v4/plugins`,c).then(ne).then(ce),fetchVerifySiteGoogleStatus:e=>i(null!==e?`${a}jetpack/v4/verify-site/google/${e}`:`${a}jetpack/v4/verify-site/google`,c).then(ne).then(ce),verifySiteGoogle:e=>l(`${a}jetpack/v4/verify-site/google`,s,{body:JSON.stringify({keyring_id:e})}).then(ne).then(ce),sendMobileLoginEmail:()=>l(`${a}jetpack/v4/mobile/send-login-email`,s).then(ne).then(ce),submitSurvey:e=>l(`${a}jetpack/v4/marketing/survey`,s,{body:JSON.stringify(e)}).then(ne).then(ce),saveSetupQuestionnaire:e=>l(`${a}jetpack/v4/setup/questionnaire`,s,{body:JSON.stringify(e)}).then(ne).then(ce),updateLicensingError:e=>l(`${a}jetpack/v4/licensing/error`,s,{body:JSON.stringify(e)}).then(ne).then(ce),updateLicenseKey:e=>l(`${a}jetpack/v4/licensing/set-license`,s,{body:JSON.stringify({license:e})}).then(ne).then(ce),updateRecommendationsStep:e=>l(`${a}jetpack/v4/recommendations/step`,s,{body:JSON.stringify({step:e})}).then(ne),confirmIDCSafeMode:()=>l(`${a}jetpack/v4/identity-crisis/confirm-safe-mode`,s).then(ne)};function i(e,t){return fetch(r(e),t)}function l(e,t,a){return fetch(e,(0,G.assign)({},t,a)).catch(re)}function p(e){return e.general&&void 0===e.general.response||e.week&&void 0===e.week.response||e.month&&void 0===e.month.response?e:{}}(0,G.assign)(this,o)};function ne(e){return e.status>=200&&e.status<300?e:404===e.status?new Promise((()=>{throw e.redirected?new ee(e.redirected):new Z})):e.json().catch((e=>se(e))).then((t=>{const a=new Error(`${t.message} (Status ${e.status})`);throw a.response=t,a.name="ApiError",a}))}function ce(e){return e.json().catch((t=>se(t,e.redirected,e.url)))}function se(e,t,a){throw t?new X(a):new Q}function re(){throw new te}const oe="SET_CONNECTION_STATUS",ie="SET_CONNECTION_STATUS_IS_FETCHING",le={setConnectionStatus:e=>({type:oe,connectionStatus:e}),setConnectionStatusIsFetching:e=>({type:ie,isFetching:e})};var pe=(0,r.combineReducers)({connectionStatus:(e={},t)=>t.type===oe?{...e,...t.connectionStatus}:e,connectionStatusIsFetching:(e=!1,t)=>t.type===ie?t.isFetching:e});var ue={...le};var de={...{getConnectionStatus:e=>e.connectionStatus||{},getConnectionStatusIsFetching:e=>e.connectionStatusIsFetching||!1}};class me{static mayBeInit(e,t){null===me.store&&(me.store=(0,r.createReduxStore)(e,t),(0,r.register)(me.store))}}g()(me,"store",null);const he="jetpack-connection";me.mayBeInit(he,{reducer:pe,actions:ue,selectors:de});var ge=a=>n=>{const{apiRoot:c,apiNonce:s,statusCallback:o}=n,i=(0,r.useSelect)((e=>e(he).getConnectionStatus()),[]),{setConnectionStatus:l,setConnectionStatusIsFetching:p}=(0,r.useDispatch)(he),u=(0,r.useSelect)((e=>e(he).getConnectionStatusIsFetching()),[]),d=i.hasOwnProperty("isActive"),h=(0,e.useCallback)((e=>{l(e),p(!1)}),[l,p]),g=(0,e.useCallback)((e=>{throw p(!1),e}),[p]),k=(0,e.useCallback)((()=>{if(o&&"[object Function]"==={}.toString.call(o))return o(i)}),[i,o]);return d||u||(p(!0),((e,t,a,n)=>{ae.setApiRoot(e),ae.setApiNonce(t),ae.fetchSiteConnectionStatus().then(a).catch(n)})(c,s,h,g)),d&&!u&&k(),t().createElement(a,m()({connectionStatus:i,connectionStatusIsFetching:u},n))},ke=window.wp.components;const ve=e=>{const a=e.className+" jp-components-spinner",n={width:e.size,height:e.size,fontSize:e.size};return t().createElement("div",{className:a},t().createElement("div",{className:"jp-components-spinner__outer",style:n},t().createElement("div",{className:"jp-components-spinner__inner"})))};ve.propTypes={className:v().string,size:v().number},ve.defaultProps={size:20,className:""};var fe=ve;const be=t=>{const{redirectFunc:a,connectUrl:n,redirectUri:c,from:s}=t,[r,o]=(0,e.useState)(null);return n&&n!==r&&o(n),(0,e.useEffect)((()=>{r||ae.fetchAuthorizationUrl(c).then((e=>o(e.authorizeUrl))).catch((e=>{throw e}))}),[]),r?(a(r+(s?(r.includes("?")?"&":"?")+"from="+encodeURIComponent(s):"")),null):null};be.propTypes={connectUrl:v().string,redirectUri:v().string.isRequired,from:v().string,redirectFunc:v().func},be.defaultProps={redirectFunc:e=>window.location.assign(e),redirectUri:null};var je=be;const Ee=i.__,ye=a=>{const[n,c]=(0,e.useState)(!1),[s,r]=(0,e.useState)(!1),[o,i]=(0,e.useState)(!1),[l,p]=(0,e.useState)(null),{apiRoot:u,apiNonce:d,connectLabel:m,onRegistered:h,registrationNonce:g,redirectUri:k,from:v,connectionStatus:f,connectionStatusIsFetching:b,autoTrigger:j}=a;(0,e.useEffect)((()=>{ae.setApiRoot(u),ae.setApiNonce(d)}),[u,d]);const E=(0,e.useCallback)((e=>{e&&e.preventDefault(),i(!1),f.isRegistered?r(!0):(c(!0),ae.registerSite(g,k).then((e=>{c(!1),h&&h(e),p(e.authorizeUrl),r(!0)})).catch((e=>{throw c(!1),i(e),e})))}),[c,p,f,h,g,k]);return(0,e.useEffect)((()=>{!j||n||s||E()}),[]),t().createElement("div",{className:"jp-connect-button"},b&&"Loading...",(!f.isRegistered||!f.isUserConnected)&&!b&&t().createElement(ke.Button,{className:"jp-connect-button--button",label:m,onClick:E,isPrimary:!0,disabled:n||s},n||s?t().createElement(fe,null):m),o&&t().createElement("p",{className:"jp-connect-button__error"},Ee("An error occurred. Please try again.","jetpack")),s&&t().createElement(je,{connectUrl:l,redirectUri:k,from:v}))};ye.propTypes={connectLabel:v().string,apiRoot:v().string.isRequired,apiNonce:v().string.isRequired,onRegistered:v().func,from:v().string,redirectUri:v().string.isRequired,registrationNonce:v().string.isRequired,autoTrigger:v().bool},ye.defaultProps={connectLabel:Ee("Connect","jetpack"),redirectUri:null,autoTrigger:!1};var Re=ye;const Se=e=>{const{images:a,assetBaseUrl:n}=e;if(!a.length)return null;const c=[];return a.forEach((e=>c.push(t().createElement(t().Fragment,null,t().createElement("img",{src:n+e,alt:""}))))),t().createElement("div",{className:"jp-connect-screen--image-slider"},c)};Se.propTypes={images:v().arrayOf(v().string).isRequired,assetBaseUrl:v().string},Se.defaultProps={assetBaseUrl:""};var Ne=Se;const _e=i.__,we=e=>{const{title:a,buttonLabel:n,apiRoot:c,apiNonce:s,registrationNonce:r,from:i,redirectUri:l,images:p,children:d,assetBaseUrl:m,autoTrigger:h,connectionStatus:g}=e,k=p.length;return t().createElement("div",{className:"jp-connect-screen"+(k?" jp-connect-screen--two-columns":"")+(g.hasOwnProperty("isRegistered")?"":" jp-connect-screen--loading")},t().createElement("div",{className:"jp-connect-screen--left"},t().createElement(E,null),t().createElement("h2",null,a),d,t().createElement(Re,{apiRoot:c,apiNonce:s,registrationNonce:r,from:i,redirectUri:l,connectionStatus:g,connectLabel:n,autoTrigger:h}),t().createElement("div",{className:"jp-connect-screen--tos"},(0,o.createInterpolateElement)(_e("By clicking the button above, you agree to our <tosLink>Terms of Service</tosLink> and to <shareDetailsLink>share details</shareDetailsLink> with WordPress.com.","jetpack"),{tosLink:t().createElement("a",{href:u("wpcom-tos"),rel:"noopener noreferrer",target:"_blank"}),shareDetailsLink:t().createElement("a",{href:u("jetpack-support-what-data-does-jetpack-sync"),rel:"noopener noreferrer",target:"_blank"})}))),k?t().createElement("div",{className:"jp-connect-screen--right"},t().createElement(Ne,{images:p,assetBaseUrl:m})):null,t().createElement("div",{className:"jp-connect-screen--clearfix"}))};we.propTypes={title:v().string,body:v().string,buttonLabel:v().string,apiRoot:v().string.isRequired,apiNonce:v().string.isRequired,from:v().string,redirectUri:v().string.isRequired,registrationNonce:v().string.isRequired,images:v().arrayOf(v().string),assetBaseUrl:v().string,autoTrigger:v().bool,connectionStatus:v().object.isRequired},we.defaultProps={title:_e("Over 5 million WordPress sites are faster and more secure","jetpack"),buttonLabel:_e("Set up Jetpack","jetpack"),images:[],redirectUri:null,autoTrigger:!1};var Ce=we;const Oe=i.__,$e=a=>{const[n,c]=(0,e.useState)(!1),[s,r]=(0,e.useState)(!1),[i,l]=(0,e.useState)(!1),[p,d]=(0,e.useState)(!1),{apiRoot:m,apiNonce:h,title:g,onDisconnected:k,onError:v,errorMessage:f,children:b}=a;(0,e.useEffect)((()=>{ae.setApiRoot(m),ae.setApiNonce(h)}),[m,h]);const j=(0,e.useCallback)((e=>{e&&e.preventDefault(),c(!0)}),[c]),y=(0,e.useCallback)((e=>{e&&e.preventDefault(),c(!1)}),[c]),R=(0,e.useCallback)((e=>{e&&e.preventDefault(),d(!1),r(!0),ae.disconnectSite().then((()=>{r(!1),l(!0)})).catch((e=>{r(!1),d(e),v&&v(e)}))}),[r,l,d,v]),S=(0,e.useCallback)((e=>{e&&e.preventDefault(),k&&k(),y()}),[k,y]);return t().createElement(t().Fragment,null,t().createElement(ke.Button,{variant:"link",onClick:j,className:"jp-disconnect-dialog__link"},Oe("Disconnect","jetpack")),n&&t().createElement(ke.Modal,{title:"",contentLabel:g,aria:{labelledby:"jp-disconnect-dialog__heading"},onRequestClose:y,shouldCloseOnClickOutside:!1,shouldCloseOnEsc:!1,isDismissible:!1,className:"jp-disconnect-dialog"+(i?" jp-disconnect-dialog__success":"")},!i&&t().createElement("div",null,t().createElement("div",{className:"jp-disconnect-dialog__content"},t().createElement("h1",{id:"jp-disconnect-dialog__heading"},g),b),t().createElement("div",{className:"jp-disconnect-dialog__actions"},t().createElement("div",{className:"jp-row"},t().createElement("div",{className:"lg-col-span-8 md-col-span-8 sm-col-span-4"},t().createElement("p",null,(0,o.createInterpolateElement)(Oe("<strong>Need help?</strong> Learn more about the <jpConnectionInfoLink>Jetpack connection</jpConnectionInfoLink> or <jpSupportLink>contact Jetpack support</jpSupportLink>","jetpack"),{strong:t().createElement("strong",null),jpConnectionInfoLink:t().createElement("a",{href:u("why-the-wordpress-com-connection-is-important-for-jetpack"),rel:"noopener noreferrer",target:"_blank",className:"jp-disconnect-dialog__link"}),jpSupportLink:t().createElement("a",{href:u("jetpack-support"),rel:"noopener noreferrer",target:"_blank",className:"jp-disconnect-dialog__link"})}))),t().createElement("div",{className:"jp-disconnect-dialog__button-wrap lg-col-span-4 md-col-span-8 sm-col-span-4"},t().createElement(ke.Button,{isPrimary:!0,disabled:s,onClick:y,className:"jp-disconnect-dialog__btn-dismiss"},Oe("Stay connected","jetpack")),t().createElement(ke.Button,{isPrimary:!0,disabled:s,onClick:R,className:"jp-disconnect-dialog__btn-disconnect"},Oe("Disconnect","jetpack")))),p&&t().createElement("p",{className:"jp-disconnect-dialog__error"},f))),i&&t().createElement("div",null,t().createElement(E,null),t().createElement("h1",null,(0,o.createInterpolateElement)(Oe("Jetpack has been <br/>successfully disconnected.","jetpack"),{br:t().createElement("br",null)})),t().createElement(ke.Button,{isPrimary:!0,onClick:S,className:"jp-disconnect-dialog__btn-back-to-wp"},Oe("Back to WordPress","jetpack")))))};$e.propTypes={apiRoot:v().string.isRequired,apiNonce:v().string.isRequired,title:v().string,onDisconnected:v().func,onError:v().func,errorMessage:v().string},$e.defaultProps={title:Oe("Are you sure you want to disconnect?","jetpack"),errorMessage:Oe("Failed to disconnect. Please try again.","jetpack")};var Ue=$e;const Pe=i.__,Te=a=>{const{apiRoot:n,apiNonce:c,isRegistered:s,isUserConnected:o,redirectUri:i,title:l,connectionInfoText:p,onDisconnected:u}=a,[d,m]=(0,e.useState)(!1),[h,g]=(0,e.useState)({}),[k,v]=(0,e.useState)(!1),{setConnectionStatus:f}=(0,r.useDispatch)(he),b=(0,e.useRef)();(0,e.useEffect)((()=>{ae.setApiRoot(n),ae.setApiNonce(c)}),[n,c]),(0,e.useEffect)((()=>{m(!0),ae.fetchSiteConnectionData().then((e=>{var t,a,n;m(!1),g(null===(t=e.currentUser)||void 0===t?void 0:t.wpcomUser);const c=null===(a=e.currentUser)||void 0===a||null===(n=a.wpcomUser)||void 0===n?void 0:n.avatar;c&&(b.current.style.backgroundImage=`url('${c}')`)})).catch((e=>{throw m(!1),e}))}),[m,g]);const j=(0,e.useCallback)((e=>{e&&e.preventDefault(),f({isActive:!1,isRegistered:!1,isUserConnected:!1}),u&&"[object Function]"==={}.toString.call(u)&&u()}),[u,f]);return s?t().createElement("div",{className:"jp-connection-status-card"},t().createElement("h3",null,l),t().createElement("p",null,p),t().createElement("div",{className:"jp-connection-status-card--status"},t().createElement("div",{className:"jp-connection-status-card--cloud"}),t().createElement("div",{className:"jp-connection-status-card--line"+(o?"":" jp-connection-status-card--site-only")}),t().createElement("div",{className:"jp-connection-status-card--jetpack-logo"}),t().createElement("div",{className:"jp-connection-status-card--avatar",ref:b})),t().createElement("ul",{className:"jp-connection-status-card--list"},t().createElement("li",{className:"jp-connection-status-card--list-item-success"},Pe("Site connected.","jetpack")," ",t().createElement(Ue,{apiRoot:n,apiNonce:c,onDisconnected:j},t().createElement("h2",null,Pe("Jetpack is currently powering multiple products on your site.","jetpack"),t().createElement("br",null),Pe("Once you disconnect Jetpack, these will no longer work.","jetpack")))),o&&!d&&t().createElement("li",{className:"jp-connection-status-card--list-item-success"},Pe("Logged in as","jetpack")," ",null==h?void 0:h.display_name),!o&&!d&&t().createElement("li",{className:"jp-connection-status-card--list-item-error"},Pe("Your WordPress.com account is not connected.","jetpack"))),!o&&!d&&t().createElement(ke.Button,{isPrimary:!0,disabled:k,onClick:v,className:"jp-connection-status-card--btn-connect-user"},Pe("Connect your WordPress.com account","jetpack")),k&&t().createElement(je,{redirectUri:i})):null};Te.propTypes={apiRoot:v().string.isRequired,apiNonce:v().string.isRequired,isRegistered:v().bool.isRequired,isUserConnected:v().bool.isRequired,redirectUri:v().string.isRequired,title:v().string,connectionInfoText:v().string,onDisconnected:v().func},Te.defaultProps={title:Pe("Connection","jetpack"),connectionInfoText:Pe("Leverages the Jetpack Cloud for more features on your side.","jetpack")};var Ie=Te,Me=a(308);const Ae=i.__,xe=ge(Ce);const ze=i.__;var Je=()=>{const[a,n,c]=function(){const a=(0,r.useSelect)((e=>e(A).getAPINonce()),[]),n=(0,r.useSelect)((e=>e(A).getAPIRoot()),[]),c=(0,r.useSelect)((e=>e(A).getRegistrationNonce()),[]),s=(0,r.useSelect)((e=>e(A).getAssetBuildUrl()),[]),o=(0,r.useSelect)((e=>e(A).getConnectionStatus()),[]),{setConnectionStatus:i}=(0,r.useDispatch)(A),l=(0,e.useCallback)((e=>{i(e)}),[i]),p=(0,e.useCallback)((()=>{i({isActive:!1,isRegistered:!1,isUserConnected:!1})}),[i]);return[o,()=>t().createElement(xe,{apiRoot:n,apiNonce:a,registrationNonce:c,from:"jetpack-backup",redirectUri:"admin.php?page=jetpack-backup",statusCallback:l,images:[Me],assetBaseUrl:s},t().createElement("p",null,Ae("Jetpack Backup requires a user connection to WordPress.com to be able to backup your website.","jetpack-backup"))),()=>t().createElement(Ie,{isRegistered:o.isRegistered,isUserConnected:o.isUserConnected,apiRoot:n,apiNonce:a,onDisconnected:p,redirectUri:"admin.php?page=jetpack-backup"})]}(),[s,i]=(0,o.useState)([]),[l,d]=(0,o.useState)(null),[m,h]=(0,o.useState)(!1),[g,k]=(0,o.useState)(!1),[v,f]=(0,o.useState)(!0),b=(0,r.useSelect)((e=>e(A).getCalypsoSlug()),[]);(0,o.useEffect)((()=>{0<Object.keys(a).length&&h(!0)}),[a]),(0,o.useEffect)((()=>{p()({path:"jetpack/v4/backup-capabilities"}).then((e=>{i(e.capabilities),k(!0)}),(()=>{k(!0),d("Failed to fetch site capabilities")}))}),[]);const j=()=>s.includes("backup"),y=()=>m&&a.isUserConnected&&a.isRegistered?(v||f(!0),g?j()?React.createElement(Y,null):l?React.createElement("div",null,l):React.createElement("div",{className:"jp-wrap"},React.createElement("div",{className:"jp-row"},React.createElement("div",{class:"lg-col-span-8 md-col-span-8 sm-col-span-4"},React.createElement("h1",null,ze("Your site does not have backups","jetpack-backup")),React.createElement("p",null,ze("Get peace of mind knowing your work will be saved, add backups today.","jetpack-backup"),React.createElement("br",null),ze("Choose from real time or daily backups.","jetpack-backup")),React.createElement("a",{class:"button",href:u("backup-plugin-upgrade",{site:b}),target:"_blank",rel:"noreferrer"},ze("Upgrade now","jetpack-backup"))),React.createElement("div",{class:"lg-col-span-4 md-col-span-0 sm-col-span-0"}))):React.createElement("div",null)):(v&&f(!1),React.createElement("div",{className:"jp-wrap"},React.createElement("div",{className:"jp-row"},React.createElement("div",{class:"lg-col-span-12 md-col-span-8 sm-col-span-4"},n()))));return React.createElement("div",{id:"jetpack-backup-admin-container",className:"jp-content"},(()=>{if(v)return React.createElement("div",{className:"jp-wrap"},React.createElement("div",{className:"jp-row"},React.createElement("div",{class:"lg-col-span-12 md-col-span-8 sm-col-span-4"},React.createElement("div",{className:"jp-masthead"},React.createElement("div",{className:"jp-masthead__inside-container"},React.createElement("div",{className:"jp-masthead__logo-container"},React.createElement(E,{className:"jetpack-logo__masthead"})))))))})(),React.createElement("div",{className:"content"},React.createElement("div",{className:"jp-hero"},y()),React.createElement("div",{className:"jp-section"},React.createElement("div",{className:"jp-wrap"},m&&a.isUserConnected&&a.isRegistered&&React.createElement("div",{className:"jp-row"},React.createElement("div",{class:"lg-col-span-6 md-col-span-4 sm-col-span-4"},React.createElement("h2",null,ze("Where are my backups stored?","jetpack-backup")),React.createElement("p",null,ze("All the backups are safely stored in the cloud and available for you at any time on Jetpack.com, with full details about status and content.","jetpack-backup")),j()&&!s.includes("backup-realtime")&&React.createElement("a",{class:"jp-cut",href:u("backup-plugin-realtime-upgrade",{site:b})},React.createElement("span",null,ze("Your site is updated with new content several times a day","jetpack-backup")),React.createElement("span",null,ze("Consider upgrading to real-time protection","jetpack-backup")))),React.createElement("div",{class:"lg-col-span-1 md-col-span-1 sm-col-span-0"}),React.createElement("div",{class:"lg-col-span-5 md-col-span-3 sm-col-span-4"},React.createElement("h2",null,ze("Your site's heartbeat","jetpack-backup")),React.createElement("p",null,ze("The activity log lets you see everything that’s going on with your site outlined in an organized, readable way.","jetpack-backup")),j()&&React.createElement("p",null,React.createElement("a",{href:u("backup-plugin-activity-log",{site:b}),target:"_blank",rel:"noreferrer"},ze("See your site's activity","jetpack-backup"))),c()))))),(()=>{if(v)return React.createElement("div",{className:"jp-wrap"},React.createElement("div",{className:"jp-row"},React.createElement("div",{class:"lg-col-span-12 md-col-span-8 sm-col-span-4"},React.createElement(N,{moduleName:ze("Jetpack Backup","jetpack-backup"),a8cLogoHref:"https://www.jetpack.com"}))))})())};const Le=(0,r.createReduxStore)(A,x);(0,r.register)(Le),function(){const e=document.getElementById("jetpack-backup-root");null!==e&&s().render(t().createElement(Je,null),e)}()}();var c=window;for(var s in n)c[s]=n[s];n.__esModule&&Object.defineProperty(c,"__esModule",{value:!0})}();
     1/*! For license information please see index.js.LICENSE.txt */
     2!function(){var e={4728:function(e,t,n){"use strict";n.d(t,{X:function(){return o}});var r={AED:{symbol:"د.إ.‏",grouping:",",decimal:".",precision:2},AFN:{symbol:"؋",grouping:",",decimal:".",precision:2},ALL:{symbol:"Lek",grouping:".",decimal:",",precision:2},AMD:{symbol:"֏",grouping:",",decimal:".",precision:2},ANG:{symbol:"ƒ",grouping:",",decimal:".",precision:2},AOA:{symbol:"Kz",grouping:",",decimal:".",precision:2},ARS:{symbol:"$",grouping:".",decimal:",",precision:2},AUD:{symbol:"A$",grouping:",",decimal:".",precision:2},AWG:{symbol:"ƒ",grouping:",",decimal:".",precision:2},AZN:{symbol:"₼",grouping:" ",decimal:",",precision:2},BAM:{symbol:"КМ",grouping:".",decimal:",",precision:2},BBD:{symbol:"Bds$",grouping:",",decimal:".",precision:2},BDT:{symbol:"৳",grouping:",",decimal:".",precision:0},BGN:{symbol:"лв.",grouping:" ",decimal:",",precision:2},BHD:{symbol:"د.ب.‏",grouping:",",decimal:".",precision:3},BIF:{symbol:"FBu",grouping:",",decimal:".",precision:0},BMD:{symbol:"$",grouping:",",decimal:".",precision:2},BND:{symbol:"$",grouping:".",decimal:",",precision:0},BOB:{symbol:"Bs",grouping:".",decimal:",",precision:2},BRL:{symbol:"R$",grouping:".",decimal:",",precision:2},BSD:{symbol:"$",grouping:",",decimal:".",precision:2},BTC:{symbol:"Ƀ",grouping:",",decimal:".",precision:2},BTN:{symbol:"Nu.",grouping:",",decimal:".",precision:1},BWP:{symbol:"P",grouping:",",decimal:".",precision:2},BYR:{symbol:"р.",grouping:" ",decimal:",",precision:2},BZD:{symbol:"BZ$",grouping:",",decimal:".",precision:2},CAD:{symbol:"C$",grouping:",",decimal:".",precision:2},CDF:{symbol:"FC",grouping:",",decimal:".",precision:2},CHF:{symbol:"CHF",grouping:"'",decimal:".",precision:2},CLP:{symbol:"$",grouping:".",decimal:",",precision:2},CNY:{symbol:"¥",grouping:",",decimal:".",precision:2},COP:{symbol:"$",grouping:".",decimal:",",precision:2},CRC:{symbol:"₡",grouping:".",decimal:",",precision:2},CUC:{symbol:"CUC",grouping:",",decimal:".",precision:2},CUP:{symbol:"$MN",grouping:",",decimal:".",precision:2},CVE:{symbol:"$",grouping:",",decimal:".",precision:2},CZK:{symbol:"Kč",grouping:" ",decimal:",",precision:2},DJF:{symbol:"Fdj",grouping:",",decimal:".",precision:0},DKK:{symbol:"kr.",grouping:"",decimal:",",precision:2},DOP:{symbol:"RD$",grouping:",",decimal:".",precision:2},DZD:{symbol:"د.ج.‏",grouping:",",decimal:".",precision:2},EGP:{symbol:"ج.م.‏",grouping:",",decimal:".",precision:2},ERN:{symbol:"Nfk",grouping:",",decimal:".",precision:2},ETB:{symbol:"ETB",grouping:",",decimal:".",precision:2},EUR:{symbol:"€",grouping:".",decimal:",",precision:2},FJD:{symbol:"FJ$",grouping:",",decimal:".",precision:2},FKP:{symbol:"£",grouping:",",decimal:".",precision:2},GBP:{symbol:"£",grouping:",",decimal:".",precision:2},GEL:{symbol:"Lari",grouping:" ",decimal:",",precision:2},GHS:{symbol:"₵",grouping:",",decimal:".",precision:2},GIP:{symbol:"£",grouping:",",decimal:".",precision:2},GMD:{symbol:"D",grouping:",",decimal:".",precision:2},GNF:{symbol:"FG",grouping:",",decimal:".",precision:0},GTQ:{symbol:"Q",grouping:",",decimal:".",precision:2},GYD:{symbol:"G$",grouping:",",decimal:".",precision:2},HKD:{symbol:"HK$",grouping:",",decimal:".",precision:2},HNL:{symbol:"L.",grouping:",",decimal:".",precision:2},HRK:{symbol:"kn",grouping:".",decimal:",",precision:2},HTG:{symbol:"G",grouping:",",decimal:".",precision:2},HUF:{symbol:"Ft",grouping:".",decimal:",",precision:0},IDR:{symbol:"Rp",grouping:".",decimal:",",precision:0},ILS:{symbol:"₪",grouping:",",decimal:".",precision:2},INR:{symbol:"₹",grouping:",",decimal:".",precision:2},IQD:{symbol:"د.ع.‏",grouping:",",decimal:".",precision:2},IRR:{symbol:"﷼",grouping:",",decimal:"/",precision:2},ISK:{symbol:"kr.",grouping:".",decimal:",",precision:0},JMD:{symbol:"J$",grouping:",",decimal:".",precision:2},JOD:{symbol:"د.ا.‏",grouping:",",decimal:".",precision:3},JPY:{symbol:"¥",grouping:",",decimal:".",precision:0},KES:{symbol:"S",grouping:",",decimal:".",precision:2},KGS:{symbol:"сом",grouping:" ",decimal:"-",precision:2},KHR:{symbol:"៛",grouping:",",decimal:".",precision:0},KMF:{symbol:"CF",grouping:",",decimal:".",precision:2},KPW:{symbol:"₩",grouping:",",decimal:".",precision:0},KRW:{symbol:"₩",grouping:",",decimal:".",precision:0},KWD:{symbol:"د.ك.‏",grouping:",",decimal:".",precision:3},KYD:{symbol:"$",grouping:",",decimal:".",precision:2},KZT:{symbol:"₸",grouping:" ",decimal:"-",precision:2},LAK:{symbol:"₭",grouping:",",decimal:".",precision:0},LBP:{symbol:"ل.ل.‏",grouping:",",decimal:".",precision:2},LKR:{symbol:"₨",grouping:",",decimal:".",precision:0},LRD:{symbol:"L$",grouping:",",decimal:".",precision:2},LSL:{symbol:"M",grouping:",",decimal:".",precision:2},LYD:{symbol:"د.ل.‏",grouping:",",decimal:".",precision:3},MAD:{symbol:"د.م.‏",grouping:",",decimal:".",precision:2},MDL:{symbol:"lei",grouping:",",decimal:".",precision:2},MGA:{symbol:"Ar",grouping:",",decimal:".",precision:0},MKD:{symbol:"ден.",grouping:".",decimal:",",precision:2},MMK:{symbol:"K",grouping:",",decimal:".",precision:2},MNT:{symbol:"₮",grouping:" ",decimal:",",precision:2},MOP:{symbol:"MOP$",grouping:",",decimal:".",precision:2},MRO:{symbol:"UM",grouping:",",decimal:".",precision:2},MTL:{symbol:"₤",grouping:",",decimal:".",precision:2},MUR:{symbol:"₨",grouping:",",decimal:".",precision:2},MVR:{symbol:"MVR",grouping:",",decimal:".",precision:1},MWK:{symbol:"MK",grouping:",",decimal:".",precision:2},MXN:{symbol:"MX$",grouping:",",decimal:".",precision:2},MYR:{symbol:"RM",grouping:",",decimal:".",precision:2},MZN:{symbol:"MT",grouping:",",decimal:".",precision:0},NAD:{symbol:"N$",grouping:",",decimal:".",precision:2},NGN:{symbol:"₦",grouping:",",decimal:".",precision:2},NIO:{symbol:"C$",grouping:",",decimal:".",precision:2},NOK:{symbol:"kr",grouping:" ",decimal:",",precision:2},NPR:{symbol:"₨",grouping:",",decimal:".",precision:2},NZD:{symbol:"NZ$",grouping:",",decimal:".",precision:2},OMR:{symbol:"﷼",grouping:",",decimal:".",precision:3},PAB:{symbol:"B/.",grouping:",",decimal:".",precision:2},PEN:{symbol:"S/.",grouping:",",decimal:".",precision:2},PGK:{symbol:"K",grouping:",",decimal:".",precision:2},PHP:{symbol:"₱",grouping:",",decimal:".",precision:2},PKR:{symbol:"₨",grouping:",",decimal:".",precision:2},PLN:{symbol:"zł",grouping:" ",decimal:",",precision:2},PYG:{symbol:"₲",grouping:".",decimal:",",precision:2},QAR:{symbol:"﷼",grouping:",",decimal:".",precision:2},RON:{symbol:"lei",grouping:".",decimal:",",precision:2},RSD:{symbol:"Дин.",grouping:".",decimal:",",precision:2},RUB:{symbol:"₽",grouping:" ",decimal:",",precision:2},RWF:{symbol:"RWF",grouping:" ",decimal:",",precision:2},SAR:{symbol:"﷼",grouping:",",decimal:".",precision:2},SBD:{symbol:"S$",grouping:",",decimal:".",precision:2},SCR:{symbol:"₨",grouping:",",decimal:".",precision:2},SDD:{symbol:"LSd",grouping:",",decimal:".",precision:2},SDG:{symbol:"£‏",grouping:",",decimal:".",precision:2},SEK:{symbol:"kr",grouping:",",decimal:".",precision:2},SGD:{symbol:"S$",grouping:",",decimal:".",precision:2},SHP:{symbol:"£",grouping:",",decimal:".",precision:2},SLL:{symbol:"Le",grouping:",",decimal:".",precision:2},SOS:{symbol:"S",grouping:",",decimal:".",precision:2},SRD:{symbol:"$",grouping:",",decimal:".",precision:2},STD:{symbol:"Db",grouping:",",decimal:".",precision:2},SVC:{symbol:"₡",grouping:",",decimal:".",precision:2},SYP:{symbol:"£",grouping:",",decimal:".",precision:2},SZL:{symbol:"E",grouping:",",decimal:".",precision:2},THB:{symbol:"฿",grouping:",",decimal:".",precision:2},TJS:{symbol:"TJS",grouping:" ",decimal:";",precision:2},TMT:{symbol:"m",grouping:" ",decimal:",",precision:0},TND:{symbol:"د.ت.‏",grouping:",",decimal:".",precision:3},TOP:{symbol:"T$",grouping:",",decimal:".",precision:2},TRY:{symbol:"TL",grouping:".",decimal:",",precision:2},TTD:{symbol:"TT$",grouping:",",decimal:".",precision:2},TVD:{symbol:"$T",grouping:",",decimal:".",precision:2},TWD:{symbol:"NT$",grouping:",",decimal:".",precision:2},TZS:{symbol:"TSh",grouping:",",decimal:".",precision:2},UAH:{symbol:"₴",grouping:" ",decimal:",",precision:2},UGX:{symbol:"USh",grouping:",",decimal:".",precision:2},USD:{symbol:"$",grouping:",",decimal:".",precision:2},UYU:{symbol:"$U",grouping:".",decimal:",",precision:2},UZS:{symbol:"сўм",grouping:" ",decimal:",",precision:2},VEB:{symbol:"Bs.",grouping:",",decimal:".",precision:2},VEF:{symbol:"Bs. F.",grouping:".",decimal:",",precision:2},VND:{symbol:"₫",grouping:".",decimal:",",precision:1},VUV:{symbol:"VT",grouping:",",decimal:".",precision:0},WST:{symbol:"WS$",grouping:",",decimal:".",precision:2},XAF:{symbol:"F",grouping:",",decimal:".",precision:2},XCD:{symbol:"$",grouping:",",decimal:".",precision:2},XOF:{symbol:"F",grouping:" ",decimal:",",precision:2},XPF:{symbol:"F",grouping:",",decimal:".",precision:2},YER:{symbol:"﷼",grouping:",",decimal:".",precision:2},ZAR:{symbol:"R",grouping:" ",decimal:",",precision:2},ZMW:{symbol:"ZK",grouping:",",decimal:".",precision:2},WON:{symbol:"₩",grouping:",",decimal:".",precision:2}};function o(e){return r[e]||{symbol:"$",grouping:",",decimal:".",precision:2}}},6078:function(e,t,n){"use strict";n.d(t,{LR:function(){return c}});var r=n(2141),o=n(3807),i=n(4728);function c(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},c=(0,i.X)(t);if(!c||isNaN(e))return null;var s=(0,r.Z)({},c,n),a=s.decimal,l=s.grouping,u=s.precision,p=s.symbol,d=e<0?"-":"",m=Math.abs(e),g=Math.floor(m),f=(0,o.Y4)(g,{decimals:0,thousandsSep:l,decPoint:a}),h=u>0?(0,o.Y4)(m-g,{decimals:u,thousandsSep:l,decPoint:a}).slice(1):"";return{sign:d,symbol:p,integer:f,fraction:h}}},8772:function(e,t,n){"use strict";n.d(t,{Z:function(){return c}});var r=n(9196),o=n(5592);function i(e,t){let n,o,c=[];for(let r=0;r<e.length;r++){const i=e[r];if("string"!==i.type){if(void 0===t[i.value])throw new Error(`Invalid interpolation, missing component node: \`${i.value}\``);if("object"!=typeof t[i.value])throw new Error(`Invalid interpolation, component node must be a ReactElement or null: \`${i.value}\``);if("componentClose"===i.type)throw new Error(`Missing opening component token: \`${i.value}\``);if("componentOpen"===i.type){n=t[i.value],o=r;break}c.push(t[i.value])}else c.push(i.value)}if(n){const s=function(e,t){const n=t[e];let r=0;for(let o=e+1;o<t.length;o++){const e=t[o];if(e.value===n.value){if("componentOpen"===e.type){r++;continue}if("componentClose"===e.type){if(0===r)return o;r--}}}throw new Error("Missing closing component token `"+n.value+"`")}(o,e),a=i(e.slice(o+1,s),t),l=(0,r.cloneElement)(n,{},a);if(c.push(l),s<e.length-1){const n=i(e.slice(s+1),t);c=c.concat(n)}}return c=c.filter(Boolean),0===c.length?null:1===c.length?c[0]:(0,r.createElement)(r.Fragment,null,...c)}function c(e){const{mixedString:t,components:n,throwErrors:r}=e;if(!n)return t;if("object"!=typeof n){if(r)throw new Error(`Interpolation Error: unable to process \`${t}\` because components is not an object`);return t}const c=(0,o.Z)(t);try{return i(c,n)}catch(e){if(r)throw new Error(`Interpolation Error: unable to process \`${t}\` because of error \`${e.message}\``);return t}}},5592:function(e,t,n){"use strict";function r(e){return e.startsWith("{{/")?{type:"componentClose",value:e.replace(/\W/g,"")}:e.endsWith("/}}")?{type:"componentSelfClosing",value:e.replace(/\W/g,"")}:e.startsWith("{{")?{type:"componentOpen",value:e.replace(/\W/g,"")}:{type:"string",value:e}}function o(e){return e.split(/(\{\{\/?\s*\w+\s*\/?\}\})/g).map(r)}n.d(t,{Z:function(){return o}})},7538:function(e){e.exports=function(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e},e.exports.default=e.exports,e.exports.__esModule=!0},9183:function(e){function t(){return e.exports=t=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},e.exports.default=e.exports,e.exports.__esModule=!0,t.apply(this,arguments)}e.exports=t,e.exports.default=e.exports,e.exports.__esModule=!0},8172:function(e,t,n){"use strict";n.d(t,{Z:function(){return i}});var r=n(1354),o=n(4803);function i(e){var t=(0,r.Z)(e);return function(e){return(0,o.Z)(t,e)}}},4803:function(e,t,n){"use strict";n.d(t,{Z:function(){return o}});var r={"!":function(e){return!e},"*":function(e,t){return e*t},"/":function(e,t){return e/t},"%":function(e,t){return e%t},"+":function(e,t){return e+t},"-":function(e,t){return e-t},"<":function(e,t){return e<t},"<=":function(e,t){return e<=t},">":function(e,t){return e>t},">=":function(e,t){return e>=t},"==":function(e,t){return e===t},"!=":function(e,t){return e!==t},"&&":function(e,t){return e&&t},"||":function(e,t){return e||t},"?:":function(e,t,n){if(e)throw t;return n}};function o(e,t){var n,o,i,c,s,a,l=[];for(n=0;n<e.length;n++){if(s=e[n],c=r[s]){for(o=c.length,i=Array(o);o--;)i[o]=l.pop();try{a=c.apply(null,i)}catch(e){return e}}else a=t.hasOwnProperty(s)?t[s]:+s;l.push(a)}return l[0]}},7478:function(e,t,n){"use strict";n.d(t,{Z:function(){return o}});var r=n(8172);function o(e){var t=(0,r.Z)(e);return function(e){return+t({n:e})}}},1354:function(e,t,n){"use strict";var r,o,i,c;function s(e){for(var t,n,s,a,l=[],u=[];t=e.match(c);){for(n=t[0],(s=e.substr(0,t.index).trim())&&l.push(s);a=u.pop();){if(i[n]){if(i[n][0]===a){n=i[n][1]||n;break}}else if(o.indexOf(a)>=0||r[a]<r[n]){u.push(a);break}l.push(a)}i[n]||u.push(n),e=e.substr(t.index+n.length)}return(e=e.trim())&&l.push(e),l.concat(u.reverse())}n.d(t,{Z:function(){return s}}),r={"(":9,"!":8,"*":7,"/":7,"%":7,"+":6,"-":6,"<":5,"<=":5,">":5,">=":5,"==":4,"!=":4,"&&":3,"||":2,"?":1,"?:":1},o=["(","?"],i={")":["("],":":["?","?:"]},c=/<=|>=|==|!=|&&|\|\||\?:|\(|!|\*|\/|%|\+|-|<|>|\?|\)|:/},702:function(e,t,n){"use strict";n.d(t,{Z:function(){return o}});var r=/%(((\d+)\$)|(\(([$_a-zA-Z][$_a-zA-Z0-9]*)\)))?[ +0#-]*\d*(\.(\d+|\*))?(ll|[lhqL])?([cduxXefgsp%])/g;function o(e,t){var n;if(!Array.isArray(t))for(t=new Array(arguments.length-1),n=1;n<arguments.length;n++)t[n-1]=arguments[n];return n=1,e.replace(r,(function(){var e,r,o,i,c;return e=arguments[3],r=arguments[5],"%"===(i=arguments[9])?"%":("*"===(o=arguments[7])&&(o=t[n-1],n++),void 0!==r?t[0]&&"object"==typeof t[0]&&t[0].hasOwnProperty(r)&&(c=t[0][r]):(void 0===e&&(e=n),n++,c=t[e-1]),"f"===i?c=parseFloat(c)||0:"d"===i&&(c=parseInt(c)||0),void 0!==o&&("f"===i?c=c.toFixed(o):"s"===i&&(c=c.substr(0,o))),null!=c?c:"")}))}},9105:function(e,t){var n;!function(){"use strict";var r={}.hasOwnProperty;function o(){for(var e=[],t=0;t<arguments.length;t++){var n=arguments[t];if(n){var i=typeof n;if("string"===i||"number"===i)e.push(n);else if(Array.isArray(n)){if(n.length){var c=o.apply(null,n);c&&e.push(c)}}else if("object"===i)if(n.toString===Object.prototype.toString)for(var s in n)r.call(n,s)&&n[s]&&e.push(s);else e.push(n.toString())}}return e.join(" ")}e.exports?(o.default=o,e.exports=o):void 0===(n=function(){return o}.apply(t,[]))||(e.exports=n)}()},9667:function(e,t,n){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 n="color: "+this.color;t.splice(1,0,n,"color: inherit");let r=0,o=0;t[0].replace(/%[a-zA-Z%]/g,(e=>{"%%"!==e&&(r++,"%c"===e&&(o=r))})),t.splice(o,0,n)},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;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&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$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=n(342)(t);const{formatters:r}=e.exports;r.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}},342:function(e,t,n){e.exports=function(e){function t(e){let n,o,i,c=null;function s(...e){if(!s.enabled)return;const r=s,o=Number(new Date),i=o-(n||o);r.diff=i,r.prev=n,r.curr=o,n=o,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,((n,o)=>{if("%%"===n)return"%";c++;const i=t.formatters[o];if("function"==typeof i){const t=e[c];n=i.call(r,t),e.splice(c,1),c--}return n})),t.formatArgs.call(r,e);(r.log||t.log).apply(r,e)}return s.namespace=e,s.useColors=t.useColors(),s.color=t.selectColor(e),s.extend=r,s.destroy=t.destroy,Object.defineProperty(s,"enabled",{enumerable:!0,configurable:!1,get:()=>null!==c?c:(o!==t.namespaces&&(o=t.namespaces,i=t.enabled(e)),i),set:e=>{c=e}}),"function"==typeof t.init&&t.init(s),s}function r(e,n){const r=t(this.namespace+(void 0===n?":":n)+e);return r.log=this.log,r}function o(e){return e.toString().substring(2,e.toString().length-2).replace(/\.\*\?$/,"*")}return t.debug=t,t.default=t,t.coerce=function(e){if(e instanceof Error)return e.stack||e.message;return e},t.disable=function(){const e=[...t.names.map(o),...t.skips.map(o).map((e=>"-"+e))].join(",");return t.enable(""),e},t.enable=function(e){let n;t.save(e),t.namespaces=e,t.names=[],t.skips=[];const r=("string"==typeof e?e:"").split(/[\s,]+/),o=r.length;for(n=0;n<o;n++)r[n]&&("-"===(e=r[n].replace(/\*/g,".*?"))[0]?t.skips.push(new RegExp("^"+e.substr(1)+"$")):t.names.push(new RegExp("^"+e+"$")))},t.enabled=function(e){if("*"===e[e.length-1])return!0;let n,r;for(n=0,r=t.skips.length;n<r;n++)if(t.skips[n].test(e))return!1;for(n=0,r=t.names.length;n<r;n++)if(t.names[n].test(e))return!0;return!1},t.humanize=n(2002),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((n=>{t[n]=e[n]})),t.names=[],t.skips=[],t.formatters={},t.selectColor=function(e){let n=0;for(let t=0;t<e.length;t++)n=(n<<5)-n+e.charCodeAt(t),n|=0;return t.colors[Math.abs(n)%t.colors.length]},t.enable(t.load()),t}},2571:function(e){"use strict";var t,n="object"==typeof Reflect?Reflect:null,r=n&&"function"==typeof n.apply?n.apply:function(e,t,n){return Function.prototype.apply.call(e,t,n)};t=n&&"function"==typeof n.ownKeys?n.ownKeys:Object.getOwnPropertySymbols?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:function(e){return Object.getOwnPropertyNames(e)};var o=Number.isNaN||function(e){return e!=e};function i(){i.init.call(this)}e.exports=i,e.exports.once=function(e,t){return new Promise((function(n,r){function o(n){e.removeListener(t,i),r(n)}function i(){"function"==typeof e.removeListener&&e.removeListener("error",o),n([].slice.call(arguments))}f(e,t,i,{once:!0}),"error"!==t&&function(e,t,n){"function"==typeof e.on&&f(e,"error",t,n)}(e,o,{once:!0})}))},i.EventEmitter=i,i.prototype._events=void 0,i.prototype._eventsCount=0,i.prototype._maxListeners=void 0;var c=10;function s(e){if("function"!=typeof e)throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof e)}function a(e){return void 0===e._maxListeners?i.defaultMaxListeners:e._maxListeners}function l(e,t,n,r){var o,i,c,l;if(s(n),void 0===(i=e._events)?(i=e._events=Object.create(null),e._eventsCount=0):(void 0!==i.newListener&&(e.emit("newListener",t,n.listener?n.listener:n),i=e._events),c=i[t]),void 0===c)c=i[t]=n,++e._eventsCount;else if("function"==typeof c?c=i[t]=r?[n,c]:[c,n]:r?c.unshift(n):c.push(n),(o=a(e))>0&&c.length>o&&!c.warned){c.warned=!0;var u=new Error("Possible EventEmitter memory leak detected. "+c.length+" "+String(t)+" listeners added. Use emitter.setMaxListeners() to increase limit");u.name="MaxListenersExceededWarning",u.emitter=e,u.type=t,u.count=c.length,l=u,console&&console.warn&&console.warn(l)}return e}function u(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,0===arguments.length?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function p(e,t,n){var r={fired:!1,wrapFn:void 0,target:e,type:t,listener:n},o=u.bind(r);return o.listener=n,r.wrapFn=o,o}function d(e,t,n){var r=e._events;if(void 0===r)return[];var o=r[t];return void 0===o?[]:"function"==typeof o?n?[o.listener||o]:[o]:n?function(e){for(var t=new Array(e.length),n=0;n<t.length;++n)t[n]=e[n].listener||e[n];return t}(o):g(o,o.length)}function m(e){var t=this._events;if(void 0!==t){var n=t[e];if("function"==typeof n)return 1;if(void 0!==n)return n.length}return 0}function g(e,t){for(var n=new Array(t),r=0;r<t;++r)n[r]=e[r];return n}function f(e,t,n,r){if("function"==typeof e.on)r.once?e.once(t,n):e.on(t,n);else{if("function"!=typeof e.addEventListener)throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type '+typeof e);e.addEventListener(t,(function o(i){r.once&&e.removeEventListener(t,o),n(i)}))}}Object.defineProperty(i,"defaultMaxListeners",{enumerable:!0,get:function(){return c},set:function(e){if("number"!=typeof e||e<0||o(e))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+e+".");c=e}}),i.init=function(){void 0!==this._events&&this._events!==Object.getPrototypeOf(this)._events||(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0},i.prototype.setMaxListeners=function(e){if("number"!=typeof e||e<0||o(e))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+e+".");return this._maxListeners=e,this},i.prototype.getMaxListeners=function(){return a(this)},i.prototype.emit=function(e){for(var t=[],n=1;n<arguments.length;n++)t.push(arguments[n]);var o="error"===e,i=this._events;if(void 0!==i)o=o&&void 0===i.error;else if(!o)return!1;if(o){var c;if(t.length>0&&(c=t[0]),c instanceof Error)throw c;var s=new Error("Unhandled error."+(c?" ("+c.message+")":""));throw s.context=c,s}var a=i[e];if(void 0===a)return!1;if("function"==typeof a)r(a,this,t);else{var l=a.length,u=g(a,l);for(n=0;n<l;++n)r(u[n],this,t)}return!0},i.prototype.addListener=function(e,t){return l(this,e,t,!1)},i.prototype.on=i.prototype.addListener,i.prototype.prependListener=function(e,t){return l(this,e,t,!0)},i.prototype.once=function(e,t){return s(t),this.on(e,p(this,e,t)),this},i.prototype.prependOnceListener=function(e,t){return s(t),this.prependListener(e,p(this,e,t)),this},i.prototype.removeListener=function(e,t){var n,r,o,i,c;if(s(t),void 0===(r=this._events))return this;if(void 0===(n=r[e]))return this;if(n===t||n.listener===t)0==--this._eventsCount?this._events=Object.create(null):(delete r[e],r.removeListener&&this.emit("removeListener",e,n.listener||t));else if("function"!=typeof n){for(o=-1,i=n.length-1;i>=0;i--)if(n[i]===t||n[i].listener===t){c=n[i].listener,o=i;break}if(o<0)return this;0===o?n.shift():function(e,t){for(;t+1<e.length;t++)e[t]=e[t+1];e.pop()}(n,o),1===n.length&&(r[e]=n[0]),void 0!==r.removeListener&&this.emit("removeListener",e,c||t)}return this},i.prototype.off=i.prototype.removeListener,i.prototype.removeAllListeners=function(e){var t,n,r;if(void 0===(n=this._events))return this;if(void 0===n.removeListener)return 0===arguments.length?(this._events=Object.create(null),this._eventsCount=0):void 0!==n[e]&&(0==--this._eventsCount?this._events=Object.create(null):delete n[e]),this;if(0===arguments.length){var o,i=Object.keys(n);for(r=0;r<i.length;++r)"removeListener"!==(o=i[r])&&this.removeAllListeners(o);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if("function"==typeof(t=n[e]))this.removeListener(e,t);else if(void 0!==t)for(r=t.length-1;r>=0;r--)this.removeListener(e,t[r]);return this},i.prototype.listeners=function(e){return d(this,e,!0)},i.prototype.rawListeners=function(e){return d(this,e,!1)},i.listenerCount=function(e,t){return"function"==typeof e.listenerCount?e.listenerCount(t):m.call(e,t)},i.prototype.listenerCount=m,i.prototype.eventNames=function(){return this._eventsCount>0?t(this._events):[]}},5949:function(e,t,n){"use strict";var r=n(3566),o=n(8282);function i(){this.pending=null,this.pendingTotal=0,this.blockSize=this.constructor.blockSize,this.outSize=this.constructor.outSize,this.hmacStrength=this.constructor.hmacStrength,this.padLength=this.constructor.padLength/8,this.endian="big",this._delta8=this.blockSize/8,this._delta32=this.blockSize/32}t.BlockHash=i,i.prototype.update=function(e,t){if(e=r.toArray(e,t),this.pending?this.pending=this.pending.concat(e):this.pending=e,this.pendingTotal+=e.length,this.pending.length>=this._delta8){var n=(e=this.pending).length%this._delta8;this.pending=e.slice(e.length-n,e.length),0===this.pending.length&&(this.pending=null),e=r.join32(e,0,e.length-n,this.endian);for(var o=0;o<e.length;o+=this._delta32)this._update(e,o,o+this._delta32)}return this},i.prototype.digest=function(e){return this.update(this._pad()),o(null===this.pending),this._digest(e)},i.prototype._pad=function(){var e=this.pendingTotal,t=this._delta8,n=t-(e+this.padLength)%t,r=new Array(n+this.padLength);r[0]=128;for(var o=1;o<n;o++)r[o]=0;if(e<<=3,"big"===this.endian){for(var i=8;i<this.padLength;i++)r[o++]=0;r[o++]=0,r[o++]=0,r[o++]=0,r[o++]=0,r[o++]=e>>>24&255,r[o++]=e>>>16&255,r[o++]=e>>>8&255,r[o++]=255&e}else for(r[o++]=255&e,r[o++]=e>>>8&255,r[o++]=e>>>16&255,r[o++]=e>>>24&255,r[o++]=0,r[o++]=0,r[o++]=0,r[o++]=0,i=8;i<this.padLength;i++)r[o++]=0;return r}},9016:function(e,t,n){"use strict";var r=n(3566),o=n(5949),i=n(7574),c=r.rotl32,s=r.sum32,a=r.sum32_5,l=i.ft_1,u=o.BlockHash,p=[1518500249,1859775393,2400959708,3395469782];function d(){if(!(this instanceof d))return new d;u.call(this),this.h=[1732584193,4023233417,2562383102,271733878,3285377520],this.W=new Array(80)}r.inherits(d,u),e.exports=d,d.blockSize=512,d.outSize=160,d.hmacStrength=80,d.padLength=64,d.prototype._update=function(e,t){for(var n=this.W,r=0;r<16;r++)n[r]=e[t+r];for(;r<n.length;r++)n[r]=c(n[r-3]^n[r-8]^n[r-14]^n[r-16],1);var o=this.h[0],i=this.h[1],u=this.h[2],d=this.h[3],m=this.h[4];for(r=0;r<n.length;r++){var g=~~(r/20),f=a(c(o,5),l(g,i,u,d),m,n[r],p[g]);m=d,d=u,u=c(i,30),i=o,o=f}this.h[0]=s(this.h[0],o),this.h[1]=s(this.h[1],i),this.h[2]=s(this.h[2],u),this.h[3]=s(this.h[3],d),this.h[4]=s(this.h[4],m)},d.prototype._digest=function(e){return"hex"===e?r.toHex32(this.h,"big"):r.split32(this.h,"big")}},7574:function(e,t,n){"use strict";var r=n(3566).rotr32;function o(e,t,n){return e&t^~e&n}function i(e,t,n){return e&t^e&n^t&n}function c(e,t,n){return e^t^n}t.ft_1=function(e,t,n,r){return 0===e?o(t,n,r):1===e||3===e?c(t,n,r):2===e?i(t,n,r):void 0},t.ch32=o,t.maj32=i,t.p32=c,t.s0_256=function(e){return r(e,2)^r(e,13)^r(e,22)},t.s1_256=function(e){return r(e,6)^r(e,11)^r(e,25)},t.g0_256=function(e){return r(e,7)^r(e,18)^e>>>3},t.g1_256=function(e){return r(e,17)^r(e,19)^e>>>10}},3566:function(e,t,n){"use strict";var r=n(8282),o=n(9503);function i(e,t){return 55296==(64512&e.charCodeAt(t))&&(!(t<0||t+1>=e.length)&&56320==(64512&e.charCodeAt(t+1)))}function c(e){return(e>>>24|e>>>8&65280|e<<8&16711680|(255&e)<<24)>>>0}function s(e){return 1===e.length?"0"+e:e}function a(e){return 7===e.length?"0"+e:6===e.length?"00"+e:5===e.length?"000"+e:4===e.length?"0000"+e:3===e.length?"00000"+e:2===e.length?"000000"+e:1===e.length?"0000000"+e:e}t.inherits=o,t.toArray=function(e,t){if(Array.isArray(e))return e.slice();if(!e)return[];var n=[];if("string"==typeof e)if(t){if("hex"===t)for((e=e.replace(/[^a-z0-9]+/gi,"")).length%2!=0&&(e="0"+e),o=0;o<e.length;o+=2)n.push(parseInt(e[o]+e[o+1],16))}else for(var r=0,o=0;o<e.length;o++){var c=e.charCodeAt(o);c<128?n[r++]=c:c<2048?(n[r++]=c>>6|192,n[r++]=63&c|128):i(e,o)?(c=65536+((1023&c)<<10)+(1023&e.charCodeAt(++o)),n[r++]=c>>18|240,n[r++]=c>>12&63|128,n[r++]=c>>6&63|128,n[r++]=63&c|128):(n[r++]=c>>12|224,n[r++]=c>>6&63|128,n[r++]=63&c|128)}else for(o=0;o<e.length;o++)n[o]=0|e[o];return n},t.toHex=function(e){for(var t="",n=0;n<e.length;n++)t+=s(e[n].toString(16));return t},t.htonl=c,t.toHex32=function(e,t){for(var n="",r=0;r<e.length;r++){var o=e[r];"little"===t&&(o=c(o)),n+=a(o.toString(16))}return n},t.zero2=s,t.zero8=a,t.join32=function(e,t,n,o){var i=n-t;r(i%4==0);for(var c=new Array(i/4),s=0,a=t;s<c.length;s++,a+=4){var l;l="big"===o?e[a]<<24|e[a+1]<<16|e[a+2]<<8|e[a+3]:e[a+3]<<24|e[a+2]<<16|e[a+1]<<8|e[a],c[s]=l>>>0}return c},t.split32=function(e,t){for(var n=new Array(4*e.length),r=0,o=0;r<e.length;r++,o+=4){var i=e[r];"big"===t?(n[o]=i>>>24,n[o+1]=i>>>16&255,n[o+2]=i>>>8&255,n[o+3]=255&i):(n[o+3]=i>>>24,n[o+2]=i>>>16&255,n[o+1]=i>>>8&255,n[o]=255&i)}return n},t.rotr32=function(e,t){return e>>>t|e<<32-t},t.rotl32=function(e,t){return e<<t|e>>>32-t},t.sum32=function(e,t){return e+t>>>0},t.sum32_3=function(e,t,n){return e+t+n>>>0},t.sum32_4=function(e,t,n,r){return e+t+n+r>>>0},t.sum32_5=function(e,t,n,r,o){return e+t+n+r+o>>>0},t.sum64=function(e,t,n,r){var o=e[t],i=r+e[t+1]>>>0,c=(i<r?1:0)+n+o;e[t]=c>>>0,e[t+1]=i},t.sum64_hi=function(e,t,n,r){return(t+r>>>0<t?1:0)+e+n>>>0},t.sum64_lo=function(e,t,n,r){return t+r>>>0},t.sum64_4_hi=function(e,t,n,r,o,i,c,s){var a=0,l=t;return a+=(l=l+r>>>0)<t?1:0,a+=(l=l+i>>>0)<i?1:0,e+n+o+c+(a+=(l=l+s>>>0)<s?1:0)>>>0},t.sum64_4_lo=function(e,t,n,r,o,i,c,s){return t+r+i+s>>>0},t.sum64_5_hi=function(e,t,n,r,o,i,c,s,a,l){var u=0,p=t;return u+=(p=p+r>>>0)<t?1:0,u+=(p=p+i>>>0)<i?1:0,u+=(p=p+s>>>0)<s?1:0,e+n+o+c+a+(u+=(p=p+l>>>0)<l?1:0)>>>0},t.sum64_5_lo=function(e,t,n,r,o,i,c,s,a,l){return t+r+i+s+l>>>0},t.rotr64_hi=function(e,t,n){return(t<<32-n|e>>>n)>>>0},t.rotr64_lo=function(e,t,n){return(e<<32-n|t>>>n)>>>0},t.shr64_hi=function(e,t,n){return e>>>n},t.shr64_lo=function(e,t,n){return(e<<32-n|t>>>n)>>>0}},8617:function(e,t,n){"use strict";var r=n(3942),o=n(2800),i=n(9667),c=n.n(i),s=n(8772),a=n(8090),l=n(5565),u=n.n(l),p=n(9016),d=n.n(p),m=n(2571),g=n(702),f=n(2846),h=c()("i18n-calypso"),b="number_format_decimals",y="number_format_thousands_sep",v="messages",_=[function(e){return e}],k={};function j(){R.throwErrors&&"undefined"!=typeof window&&window.console&&window.console.warn&&window.console.warn.apply(window.console,arguments)}function E(e){return Array.prototype.slice.call(e)}function w(e){var t=e[0];("string"!=typeof t||e.length>3||e.length>2&&"object"==typeof e[1]&&"object"==typeof e[2])&&j("Deprecated Invocation: `translate()` accepts ( string, [string], [object] ). These arguments passed:",E(e),". See https://github.com/Automattic/i18n-calypso#translate-method"),2===e.length&&"string"==typeof t&&"string"==typeof e[1]&&j("Invalid Invocation: `translate()` requires an options object for plural translations, but passed:",E(e));for(var n={},r=0;r<e.length;r++)"object"==typeof e[r]&&(n=e[r]);if("string"==typeof t?n.original=t:"object"==typeof n.original&&(n.plural=n.original.plural,n.count=n.original.count,n.original=n.original.single),"string"==typeof e[1]&&(n.plural=e[1]),void 0===n.original)throw new Error("Translate called without a `string` value as first argument.");return n}function C(e,t){return e.dcnpgettext(v,t.context,t.original,t.plural,t.count)}function S(e,t){for(var n=_.length-1;n>=0;n--){var r=_[n](Object.assign({},t)),o=r.context?r.context+""+r.original:r.original;if(e.state.locale[o])return C(e.state.tannin,r)}return null}function R(){if(!(this instanceof R))return new R;this.defaultLocaleSlug="en",this.defaultPluralForms=function(e){return 1===e?0:1},this.state={numberFormatSettings:{},tannin:void 0,locale:void 0,localeSlug:void 0,textDirection:void 0,translations:u()({max:100})},this.componentUpdateHooks=[],this.translateHooks=[],this.stateObserver=new m.EventEmitter,this.stateObserver.setMaxListeners(0),this.configure()}R.throwErrors=!1,R.prototype.on=function(){var e;(e=this.stateObserver).on.apply(e,arguments)},R.prototype.off=function(){var e;(e=this.stateObserver).off.apply(e,arguments)},R.prototype.emit=function(){var e;(e=this.stateObserver).emit.apply(e,arguments)},R.prototype.numberFormat=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n="number"==typeof t?t:t.decimals||0,r=t.decPoint||this.state.numberFormatSettings.decimal_point||".",o=t.thousandsSep||this.state.numberFormatSettings.thousands_sep||",";return(0,f.Z)(e,n,r,o)},R.prototype.configure=function(e){Object.assign(this,e||{}),this.setLocale()},R.prototype.setLocale=function(e){var t,n,r;if(e&&e[""]&&e[""]["key-hash"]){var i=e[""]["key-hash"],c=function(e,t){var n=!1===t?"":String(t);if(void 0!==k[n+e])return k[n+e];var r=d()().update(e).digest("hex");return k[n+e]=t?r.substr(0,t):r},s=function(e){return function(t){return t.context?(t.original=c(t.context+String.fromCharCode(4)+t.original,e),delete t.context):t.original=c(t.original,e),t}};if("sha1"===i.substr(0,4))if(4===i.length)_.push(s(!1));else{var l=i.substr(5).indexOf("-");if(l<0){var u=Number(i.substr(5));_.push(s(u))}else for(var p=Number(i.substr(5,l)),m=Number(i.substr(6+l)),g=p;g<=m;g++)_.push(s(g))}}if(e&&e[""].localeSlug)if(e[""].localeSlug===this.state.localeSlug){if(e===this.state.locale)return;Object.assign(this.state.locale,e)}else this.state.locale=Object.assign({},e);else this.state.locale={"":{localeSlug:this.defaultLocaleSlug,plural_forms:this.defaultPluralForms}};this.state.localeSlug=this.state.locale[""].localeSlug,this.state.textDirection=(null===(t=this.state.locale["text directionltr"])||void 0===t?void 0:t[0])||(null===(n=this.state.locale[""])||void 0===n||null===(r=n.momentjs_locale)||void 0===r?void 0:r.textDirection),this.state.tannin=new a.Z((0,o.Z)({},v,this.state.locale)),this.state.numberFormatSettings.decimal_point=C(this.state.tannin,w([b])),this.state.numberFormatSettings.thousands_sep=C(this.state.tannin,w([y])),this.state.numberFormatSettings.decimal_point===b&&(this.state.numberFormatSettings.decimal_point="."),this.state.numberFormatSettings.thousands_sep===y&&(this.state.numberFormatSettings.thousands_sep=","),this.stateObserver.emit("change")},R.prototype.getLocale=function(){return this.state.locale},R.prototype.getLocaleSlug=function(){return this.state.localeSlug},R.prototype.isRtl=function(){return"rtl"===this.state.textDirection},R.prototype.addTranslations=function(e){for(var t in e)""!==t&&(this.state.tannin.data.messages[t]=e[t]);this.stateObserver.emit("change")},R.prototype.hasTranslation=function(){return!!S(this,w(arguments))},R.prototype.translate=function(){var e=w(arguments),t=S(this,e);if(t||(t=C(this.state.tannin,e)),e.args){var n=Array.isArray(e.args)?e.args.slice(0):[e.args];n.unshift(t);try{t=g.Z.apply(void 0,(0,r.Z)(n))}catch(e){if(!window||!window.console)return;var o=this.throwErrors?"error":"warn";"string"!=typeof e?window.console[o](e):window.console[o]("i18n sprintf error:",n)}}return e.components&&(t=(0,s.Z)({mixedString:t,components:e.components,throwErrors:this.throwErrors})),this.translateHooks.forEach((function(n){t=n(t,e)})),t},R.prototype.reRenderTranslations=function(){h("Re-rendering all translations due to external request"),this.stateObserver.emit("change")},R.prototype.registerComponentUpdateHook=function(e){this.componentUpdateHooks.push(e)},R.prototype.registerTranslateHook=function(e){this.translateHooks.push(e)},t.Z=R},3807:function(e,t,n){"use strict";n.d(t,{Y4:function(){return a}});var r=n(8617),o=n(2928),i=n(975),c=n(4531),s=new r.Z,a=s.numberFormat.bind(s),l=(s.translate.bind(s),s.configure.bind(s),s.setLocale.bind(s),s.getLocale.bind(s),s.getLocaleSlug.bind(s),s.addTranslations.bind(s),s.reRenderTranslations.bind(s),s.registerComponentUpdateHook.bind(s),s.registerTranslateHook.bind(s),s.state,s.stateObserver,s.on.bind(s),s.off.bind(s),s.emit.bind(s),(0,o.Z)(s),(0,i.Z)(s),(0,c.Z)(s));l.useRtl,l.withRtl},2928:function(e,t,n){"use strict";n.d(t,{Z:function(){return d}});var r=n(5133),o=n(6794),i=n(9362),c=n(2500),s=n(225),a=n(842),l=n(2800),u=n(9196),p=n.n(u);function d(e){var t={numberFormat:e.numberFormat.bind(e),translate:e.translate.bind(e)};return function(n){var u,d,m=n.displayName||n.name||"";return d=u=function(u){(0,s.Z)(m,u);var d=(0,a.Z)(m);function m(){var e;(0,o.Z)(this,m);for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];return e=d.call.apply(d,[this].concat(n)),(0,l.Z)((0,c.Z)(e),"boundForceUpdate",e.forceUpdate.bind((0,c.Z)(e))),e}return(0,i.Z)(m,[{key:"componentDidMount",value:function(){e.on("change",this.boundForceUpdate)}},{key:"componentWillUnmount",value:function(){e.off("change",this.boundForceUpdate)}},{key:"render",value:function(){var o=(0,r.Z)({locale:e.getLocaleSlug()},this.props,{},t);return p().createElement(n,o)}}]),m}(p().Component),(0,l.Z)(u,"displayName","Localized("+m+")"),d}}},2846:function(e,t,n){"use strict";function r(e,t,n,r){e=(e+"").replace(/[^0-9+\-Ee.]/g,"");var o=isFinite(+e)?+e:0,i=isFinite(+t)?Math.abs(t):0,c=void 0===r?",":r,s=void 0===n?".":n,a="";return a=(i?function(e,t){var n=Math.pow(10,t);return""+(Math.round(e*n)/n).toFixed(t)}(o,i):""+Math.round(o)).split("."),a[0].length>3&&(a[0]=a[0].replace(/\B(?=(?:\d{3})+(?!\d))/g,c)),(a[1]||"").length<i&&(a[1]=a[1]||"",a[1]+=new Array(i-a[1].length+1).join("0")),a.join(s)}n.d(t,{Z:function(){return r}})},4531:function(e,t,n){"use strict";n.d(t,{Z:function(){return a}});var r=n(9355),o=n(9196),i=n.n(o),c=n(36),s=n(4333);function a(e){var t={getCurrentValue:function(){return e.isRtl()},subscribe:function(t){return e.on("change",t),function(){return e.off("change",t)}}};function n(){return(0,c.useSubscription)(t)}var a=(0,s.createHigherOrderComponent)((function(e){return(0,o.forwardRef)((function(t,o){var c=n();return i().createElement(e,(0,r.Z)({},t,{isRtl:c,ref:o}))}))}),"WithRTL");return{useRtl:n,withRtl:a}}},975:function(e,t,n){"use strict";n.d(t,{Z:function(){return c}});var r=n(5625),o=n(9196),i=n.n(o);function c(e){function t(){var t=e.translate.bind(e);return Object.defineProperty(t,"localeSlug",{get:e.getLocaleSlug.bind(e)}),t}return function(){var n=i().useState(t),o=(0,r.Z)(n,2),c=o[0],s=o[1];return i().useEffect((function(){var n=function(){return s(t)};return e.on("change",n),function(){return e.off("change",n)}}),[]),c}}},9503:function(e){"function"==typeof Object.create?e.exports=function(e,t){t&&(e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}))}:e.exports=function(e,t){if(t){e.super_=t;var n=function(){};n.prototype=t.prototype,e.prototype=new n,e.prototype.constructor=e}}},5565:function(e,t,n){var r=n(2571),o=n(9503);function i(e){if(!(this instanceof i))return new i(e);"number"==typeof e&&(e={max:e}),e||(e={}),r.EventEmitter.call(this),this.cache={},this.head=this.tail=null,this.length=0,this.max=e.max||1e3,this.maxAge=e.maxAge||0}e.exports=i,o(i,r.EventEmitter),Object.defineProperty(i.prototype,"keys",{get:function(){return Object.keys(this.cache)}}),i.prototype.clear=function(){this.cache={},this.head=this.tail=null,this.length=0},i.prototype.remove=function(e){if("string"!=typeof e&&(e=""+e),this.cache.hasOwnProperty(e)){var t=this.cache[e];return delete this.cache[e],this._unlink(e,t.prev,t.next),t.value}},i.prototype._unlink=function(e,t,n){this.length--,0===this.length?this.head=this.tail=null:this.head===e?(this.head=t,this.cache[this.head].next=null):this.tail===e?(this.tail=n,this.cache[this.tail].prev=null):(this.cache[t].next=n,this.cache[n].prev=t)},i.prototype.peek=function(e){if(this.cache.hasOwnProperty(e)){var t=this.cache[e];if(this._checkAge(e,t))return t.value}},i.prototype.set=function(e,t){var n;if("string"!=typeof e&&(e=""+e),this.cache.hasOwnProperty(e)){if((n=this.cache[e]).value=t,this.maxAge&&(n.modified=Date.now()),e===this.head)return t;this._unlink(e,n.prev,n.next)}else n={value:t,modified:0,next:null,prev:null},this.maxAge&&(n.modified=Date.now()),this.cache[e]=n,this.length===this.max&&this.evict();return this.length++,n.next=null,n.prev=this.head,this.head&&(this.cache[this.head].next=e),this.head=e,this.tail||(this.tail=e),t},i.prototype._checkAge=function(e,t){return!(this.maxAge&&Date.now()-t.modified>this.maxAge)||(this.remove(e),this.emit("evict",{key:e,value:t.value}),!1)},i.prototype.get=function(e){if("string"!=typeof e&&(e=""+e),this.cache.hasOwnProperty(e)){var t=this.cache[e];if(this._checkAge(e,t))return this.head!==e&&(e===this.tail?(this.tail=t.next,this.cache[this.tail].prev=null):this.cache[t.prev].next=t.next,this.cache[t.next].prev=t.prev,this.cache[this.head].next=e,t.prev=this.head,t.next=null,this.head=e),t.value}},i.prototype.evict=function(){if(this.tail){var e=this.tail,t=this.remove(this.tail);this.emit("evict",{key:e,value:t})}}},8882:function(){},197:function(e,t){"use strict";t.Z={"jp-wrap":"O5NYbFTsxmrm4P2SIdOC","jp-row":"rkV4U_hzC04NwXFQcTHl","sm-col-span-1":"G81E6mesnld_OhhOvz_F","sm-col-span-2":"SfCZpjwiu2F0KDjGIXEA","sm-col-span-3":"qPxwbSu_GTDTz_8jFHJD","sm-col-span-4":"xYAWQ0wk6FPfZOZQgFiw","md-col-span-1":"zwZjA7ofpMucaB_UzG48","md-col-span-2":"YfwKGGBEqiINFYy6ZpKM","md-col-span-3":"pcHQbVFRxA_OvNRQ2OwP","md-col-span-4":"U_LJMBlRZ8ItXZuvCXGg","md-col-span-5":"st_7w_Ja1Gp2AgGaTysO","md-col-span-6":"gQsaHmJo6Gp7Yq9IB9Sg","md-col-span-7":"P0a4FWsiJJmR6bySI8QC","md-col-span-8":"UxSHj7jyDp6sGKHILNRc","lg-col-span-1":"TExt5ebNqUrEn2NzeDDh","lg-col-span-2":"cdwvRRac4c2djSpHfOpF","lg-col-span-3":"hvRpxlyFY9BQIDdEGTjg","lg-col-span-4":"Ev9JGJi3yKkBq6cW3Xge","lg-col-span-5":"mhL__tIHFH_tViX5718D","lg-col-span-6":"X1lGIxHHxsFl_39u4Px6","lg-col-span-7":"pc5UnY_DzsSDkyih78Ti","lg-col-span-8":"QCjBtfnG3u20FwoDd59Z","lg-col-span-9":"MX1aL3BeJpoSE0aXghp0","lg-col-span-10":"h_JAcO8a8ClV2LmTWsMz","lg-col-span-11":"gKlDMi0N7LOd9q8uJHi5","lg-col-span-12":"KZWhYB7r6TG75uJu2LsQ","md-col-span-0":"G6NxfG2gGwvEYb0aGdPJ","sm-col-span-0":"aceZPGfrg7IoR0Vu7ZJg","jp-cut":"MZSHJVi991kNJhn_Xnip","jp-admin-page":"EZ590eIMC5y_t1_gWRua","jp-admin-page-section":"BYzOly4G7Gry9wdRH0AY"}},4566:function(e,t){"use strict";t.Z={"jp-admin-section":"_UqttTwRJeajPRpRGZPJ"}},3519:function(e,t){"use strict";t.Z={"jp-wrap":"K6gniZequRm1zBi4xa2G","jp-row":"vickZxEIl6kGZp7KkFYF","sm-col-span-1":"U2ZD1antXfCcQlBdFwyw","sm-col-span-2":"caLSPVQ3JP3b2Ia68Seq","sm-col-span-3":"h6FKJdwoY_zIXh6pEj1U","sm-col-span-4":"GkjDOzh_5n5VxKrqEW_I","md-col-span-1":"V2HSxZHesNOXMBWOmdFG","md-col-span-2":"i3fz9zvErDyXYherb6Ew","md-col-span-3":"_3bKcKfanUgurPMcHEiV","md-col-span-4":"U44hqBGsmVA1lI9R2ZnH","md-col-span-5":"AzaRYYQQYJjKUF9D87mw","md-col-span-6":"sag3QKXTxIQXPPjmbrAl","md-col-span-7":"ifY5fUWFNROS_F7Jys9v","md-col-span-8":"nZFgLvw9LsUJnEViXnJZ","lg-col-span-1":"Tqir6CbiyHOgYmsAgY57","lg-col-span-2":"VeVLz3DEagxiXMMPEOCe","lg-col-span-3":"G3R07cw2eP3D3juW3A3l","lg-col-span-4":"eQ3UseyneBNu_ZLuqSzg","lg-col-span-5":"VlgV8xjgkGoOLJShoyNM","lg-col-span-6":"DJCwqamaIDFQoj0jEgBc","lg-col-span-7":"CxtXPQUYJfNUQVn3y2y_","lg-col-span-8":"BroOgbyuFxoSv48H70B5","lg-col-span-9":"KnUcRFDSsxeb_z46ajNY","lg-col-span-10":"bXiAAxiM2mhcI43ET0pp","lg-col-span-11":"ipYVW2jwG2cFjIHpnQk2","lg-col-span-12":"KcREgfiJ4ix9nAvNAXqQ","md-col-span-0":"qSfEJeFAh4WmcPtmo8qe","sm-col-span-0":"_RxxiRFsUS3nYTZhkprA","jp-cut":"RSw9xhnEr8xpkX3hPPaM","jp-admin-section-hero":"kEBaF5NOHtQsQn5jfOEA"}},4492:function(){},9905:function(){},8346:function(e,t){"use strict";t.Z={"jp-wrap":"WcIPVMUrQMdwzisuVSh7","jp-row":"Nxx7T20LwPUQPXCSDMfA","sm-col-span-1":"mmVmo1nZYrRywmnSKQFx","sm-col-span-2":"UrIp26XpdUSMJft8YxdC","sm-col-span-3":"pMXlFWglEDyK6MbwJ8sX","sm-col-span-4":"P5H1ohz9m5_rEqZFAkFm","md-col-span-1":"ofLUn8LwR3LLeWl8tPdU","md-col-span-2":"fq1Z8JYbcrrXavvSfzKk","md-col-span-3":"jq9gui11HqTDfI7tXH1d","md-col-span-4":"mVYkSRC7j44WiWLZHOnM","md-col-span-5":"S3wOGmx7YLTrqz_bcLth","md-col-span-6":"Y3GW3wokLgm9jnX78Uwk","md-col-span-7":"ShMEdZjpjdYj7mCQzrSO","md-col-span-8":"nfBAID75QGC1VZ8t0RfR","lg-col-span-1":"Vr2EQcrmKOPJtFU72Vv2","lg-col-span-2":"CTS6MNweODFo4ZxcT0iV","lg-col-span-3":"XTISRluUo3o5xxnPNu09","lg-col-span-4":"c_EtRaSOJafAl5r9WkBm","lg-col-span-5":"HcpW_q5aO8Bf_ngIjyjv","lg-col-span-6":"XF3r0hMrFrrmxH5TJee0","lg-col-span-7":"Jl9ognyJ9XOZ6g0BTzLf","lg-col-span-8":"_8w8oD2R9CVt9AU4PvUy","lg-col-span-9":"ltOXxurwUtxy7XIR_loo","lg-col-span-10":"bKUzzGEJ3wCoAOZZvVCK","lg-col-span-11":"GltQVCPa1x4tZ7sWFg1v","lg-col-span-12":"UzWicuFiKrGgMEjmRAFA","md-col-span-0":"CDwHAcVQxDeV2mFXS1Dz","sm-col-span-0":"sr1184KrdJ0UtgNsMQnR","jp-cut":"MnTtKIHRyzXYoesgRCgm"}},6222:function(e,t){"use strict";t.Z={"jp-container":"O8YnwnZegI89S2Q3k5Qn"}},8804:function(e,t){"use strict";t.Z={"jp-wrap":"iwMEh2CwJ_r23Y9sVcJ1","jp-row":"HwO79godDUI97Xub9ey4","sm-col-span-1":"EC1Yirv2kOgRU77F2XRd","sm-col-span-2":"FHZqFvZXEDJ9mpOm7CeY","sm-col-span-3":"VOmONLKUkcSrIRYmX6YZ","sm-col-span-4":"eECO55N5YGkBB3tKa0If","md-col-span-1":"u3ZB3zRkuglILO6FSIrx","md-col-span-2":"iZnPl6piWO_GqHn16XKi","md-col-span-3":"WWctfqi1wHZDWrue8GIt","md-col-span-4":"p678NN_M0K78Kpprfndu","md-col-span-5":"_6D2TXtGKmepmwrxSf5DW","md-col-span-6":"cWORs5VDjuStXsiVPtiO","md-col-span-7":"yJsc8qt82L9miwDoe2Y2","md-col-span-8":"hD6bXWfNn5elhKCaBFTD","lg-col-span-1":"k9j6XIJdXbQ5YNyU8sNH","lg-col-span-2":"TnVGX0JHm_muRRcmYYwV","lg-col-span-3":"VILIswQXi8XzNJ3BqePc","lg-col-span-4":"h7mXuoRFWMGCiWYH4Ij1","lg-col-span-5":"uHYkk5STnhikqYMIxtE1","lg-col-span-6":"E8zp8nDOvAQ7VHsXKJJw","lg-col-span-7":"jwOhfvvsXGTCtHfB2854","lg-col-span-8":"DmSEZVFn_2XNNKJGgkXw","lg-col-span-9":"RdgOIY1qMZ8eqAeNSGNw","lg-col-span-10":"XBQd6xiLipeHg0O6cf7N","lg-col-span-11":"JyQ6Tbn3FCHfrCEyWrAr","lg-col-span-12":"fzJ_qaXYWs3EWQEupbLD","md-col-span-0":"LE2ZLIt_Y0slsr6TSmqe","sm-col-span-0":"vYxwZbK_covZoLjDe3BM","jp-cut":"fmzqGXmbTSiUblRujgqB"}},5765:function(){},88:function(){},4091:function(){},2390:function(){},4765:function(){},7906:function(){},5755:function(){},5934:function(){},8282:function(e){function t(e,t){if(!e)throw new Error(t||"Assertion failed")}e.exports=t,t.equal=function(e,t,n){if(e!=t)throw new Error(n||"Assertion failed: "+e+" != "+t)}},2002:function(e){var t=1e3,n=60*t,r=60*n,o=24*r,i=7*o,c=365.25*o;function s(e,t,n,r){var o=t>=1.5*n;return Math.round(e/n)+" "+r+(o?"s":"")}e.exports=function(e,a){a=a||{};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 a=parseFloat(s[1]);switch((s[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return a*c;case"weeks":case"week":case"w":return a*i;case"days":case"day":case"d":return a*o;case"hours":case"hour":case"hrs":case"hr":case"h":return a*r;case"minutes":case"minute":case"mins":case"min":case"m":return a*n;case"seconds":case"second":case"secs":case"sec":case"s":return a*t;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return a;default:return}}(e);if("number"===l&&isFinite(e))return a.long?function(e){var i=Math.abs(e);if(i>=o)return s(e,i,o,"day");if(i>=r)return s(e,i,r,"hour");if(i>=n)return s(e,i,n,"minute");if(i>=t)return s(e,i,t,"second");return e+" ms"}(e):function(e){var i=Math.abs(e);if(i>=o)return Math.round(e/o)+"d";if(i>=r)return Math.round(e/r)+"h";if(i>=n)return Math.round(e/n)+"m";if(i>=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))}},1625:function(e){"use strict";var t=Object.getOwnPropertySymbols,n=Object.prototype.hasOwnProperty,r=Object.prototype.propertyIsEnumerable;function o(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},n=0;n<10;n++)t["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var r={};return"abcdefghijklmnopqrst".split("").forEach((function(e){r[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},r)).join("")}catch(e){return!1}}()?Object.assign:function(e,i){for(var c,s,a=o(e),l=1;l<arguments.length;l++){for(var u in c=Object(arguments[l]))n.call(c,u)&&(a[u]=c[u]);if(t){s=t(c);for(var p=0;p<s.length;p++)r.call(c,s[p])&&(a[s[p]]=c[s[p]])}}return a}},2504:function(e,t,n){"use strict";var r=n(2265);function o(){}function i(){}i.resetWarningCache=o,e.exports=function(){function e(e,t,n,o,i,c){if(c!==r){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 n={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:i,resetWarningCache:o};return n.PropTypes=n,n}},3698:function(e,t,n){e.exports=n(2504)()},2265:function(e){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},8090:function(e,t,n){"use strict";n.d(t,{Z:function(){return i}});var r=n(7478),o={contextDelimiter:"",onMissingKey:null};function i(e,t){var n;for(n in this.data=e,this.pluralForms={},this.options={},o)this.options[n]=void 0!==t&&n in t?t[n]:o[n]}i.prototype.getPluralForm=function(e,t){var n,o,i,c=this.pluralForms[e];return c||("function"!=typeof(i=(n=this.data[e][""])["Plural-Forms"]||n["plural-forms"]||n.plural_forms)&&(o=function(e){var t,n,r;for(t=e.split(";"),n=0;n<t.length;n++)if(0===(r=t[n].trim()).indexOf("plural="))return r.substr(7)}(n["Plural-Forms"]||n["plural-forms"]||n.plural_forms),i=(0,r.Z)(o)),c=this.pluralForms[e]=i),c(t)},i.prototype.dcnpgettext=function(e,t,n,r,o){var i,c,s;return i=void 0===o?0:this.getPluralForm(e,o),c=n,t&&(c=t+this.options.contextDelimiter+n),(s=this.data[e][c])&&s[i]?s[i]:(this.options.onMissingKey&&this.options.onMissingKey(n,e),0===i?n:r)}},816:function(e,t,n){"use strict";var r=n(9667),o=n.n(r),i=n(2819);const c=o()("dops:analytics");let s,a;window._tkq=window._tkq||[],window.ga=window.ga||function(){(window.ga.q=window.ga.q||[]).push(arguments)},window.ga.l=+new Date;const l={initialize:function(e,t,n){l.setUser(e,t),l.setSuperProps(n),l.identifyUser()},setGoogleAnalyticsEnabled:function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;this.googleAnalyticsEnabled=e,this.googleAnalyticsKey=t},setMcAnalyticsEnabled:function(e){this.mcAnalyticsEnabled=e},setUser:function(e,t){a={ID:e,username:t}},setSuperProps:function(e){s=e},mc:{bumpStat:function(e,t){const n=function(e,t){let n="";if("object"==typeof e){for(const t in e)n+="&x_"+encodeURIComponent(t)+"="+encodeURIComponent(e[t]);c("Bumping stats %o",e)}else n="&x_"+encodeURIComponent(e)+"="+encodeURIComponent(t),c('Bumping stat "%s" in group "%s"',t,e);return n}(e,t);this.mcAnalyticsEnabled&&((new Image).src=document.location.protocol+"//pixel.wp.com/g.gif?v=wpcom-no-pv"+n+"&t="+Math.random())},bumpStatWithPageView:function(e,t){const n=function(e,t){let n="";if("object"==typeof e){for(const t in e)n+="&"+encodeURIComponent(t)+"="+encodeURIComponent(e[t]);c("Built stats %o",e)}else n="&"+encodeURIComponent(e)+"="+encodeURIComponent(t),c('Built stat "%s" in group "%s"',t,e);return n}(e,t);this.mcAnalyticsEnabled&&((new Image).src=document.location.protocol+"//pixel.wp.com/g.gif?v=wpcom"+n+"&t="+Math.random())}},pageView:{record:function(e,t){l.tracks.recordPageView(e),l.ga.recordPageView(e,t)}},purchase:{record:function(e,t,n,r,o,i,c){l.ga.recordPurchase(e,t,n,r,o,i,c)}},tracks:{recordEvent:function(e,t){t=t||{},0===e.indexOf("akismet_")||0===e.indexOf("jetpack_")?(s&&(c("- Super Props: %o",s),t=(0,i.assign)(t,s)),c('Record event "%s" called with props %s',e,JSON.stringify(t)),window._tkq.push(["recordEvent",e,t])):c('- Event name must be prefixed by "akismet_" or "jetpack_"')},recordJetpackClick:function(e){const t="object"==typeof e?e:{target:e};l.tracks.recordEvent("jetpack_wpa_click",t)},recordPageView:function(e){l.tracks.recordEvent("akismet_page_view",{path:e})},setOptOut:function(e){c("Pushing setOptOut: %o",e),window._tkq.push(["setOptOut",e])}},ga:{initialized:!1,initialize:function(){let e={};l.ga.initialized||(a&&(e={userId:"u-"+a.ID}),window.ga("create",this.googleAnalyticsKey,"auto",e),l.ga.initialized=!0)},recordPageView:function(e,t){l.ga.initialize(),c("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,n,r){l.ga.initialize();let o="Recording Event ~ [Category: "+e+"] [Action: "+t+"]";void 0!==n&&(o+=" [Option Label: "+n+"]"),void 0!==r&&(o+=" [Option Value: "+r+"]"),c(o),this.googleAnalyticsEnabled&&window.ga("send","event",e,t,n,r)},recordPurchase:function(e,t,n,r,o,i,c){window.ga("require","ecommerce"),window.ga("ecommerce:addTransaction",{id:e,revenue:r,currency:c}),window.ga("ecommerce:addItem",{id:e,name:t,sku:n,price:o,quantity:i}),window.ga("ecommerce:send")}},identifyUser:function(){a&&window._tkq.push(["identifyUser",a.ID,a.username])},setProperties:function(e){window._tkq.push(["setProperties",e])},clearedIdentity:function(){window._tkq.push(["clearIdentity"])}};t.Z=l},9570:function(e,t,n){"use strict";var r=n(2819),o=n(6483),i=n(6251);function c(e){class t extends Error{constructor(){super(...arguments),this.name=e}}return t}const s=c("JsonParseError"),a=c("JsonParseAfterRedirectError"),l=c("Api404Error"),u=c("Api404AfterRedirectError"),p=c("FetchNetworkError");const d=new function(e,t){let n=e,c={"X-WP-Nonce":t},s={credentials:"same-origin",headers:c},a={method:"post",credentials:"same-origin",headers:(0,r.assign)({},c,{"Content-type":"application/json"})},l=function(e){const t=e.split("?"),n=t.length>1?t[1]:"",r=n.length?n.split("&"):[];return r.push("_cacheBuster="+(new Date).getTime()),t[0]+"?"+r.join("&")};const u={setApiRoot(e){n=e},setApiNonce(e){c={"X-WP-Nonce":e},s={credentials:"same-origin",headers:c},a={method:"post",credentials:"same-origin",headers:(0,r.assign)({},c,{"Content-type":"application/json"})}},setCacheBusterCallback:e=>{l=e},registerSite:(e,t)=>{const r={registration_nonce:e,no_iframe:!0};return(0,i.jetpackConfigHas)("consumer_slug")&&(r.plugin_slug=(0,i.jetpackConfigGet)("consumer_slug")),null!==t&&(r.redirect_uri=t),d(`${n}jetpack/v4/connection/register`,a,{body:JSON.stringify(r)}).then(m).then(g)},fetchAuthorizationUrl:e=>p((0,o.addQueryArgs)(`${n}jetpack/v4/connection/authorize_url`,{no_iframe:"1",redirect_uri:e}),s).then(m).then(g),fetchSiteConnectionData:()=>p(`${n}jetpack/v4/connection/data`,s).then(g),fetchSiteConnectionStatus:()=>p(`${n}jetpack/v4/connection`,s).then(g),fetchSiteConnectionTest:()=>p(`${n}jetpack/v4/connection/test`,s).then(m).then(g),fetchUserConnectionData:()=>p(`${n}jetpack/v4/connection/data`,s).then(g),fetchUserTrackingSettings:()=>p(`${n}jetpack/v4/tracking/settings`,s).then(m).then(g),updateUserTrackingSettings:e=>d(`${n}jetpack/v4/tracking/settings`,a,{body:JSON.stringify(e)}).then(m).then(g),disconnectSite:()=>d(`${n}jetpack/v4/connection`,a,{body:JSON.stringify({isActive:!1})}).then(m).then(g),fetchConnectUrl:()=>p(`${n}jetpack/v4/connection/url`,s).then(m).then(g),unlinkUser:()=>d(`${n}jetpack/v4/connection/user`,a,{body:JSON.stringify({linked:!1})}).then(m).then(g),reconnect:()=>d(`${n}jetpack/v4/connection/reconnect`,a).then(m).then(g),fetchConnectedPlugins:()=>p(`${n}jetpack/v4/connection/plugins`,s).then(m).then(g),setHasSeenWCConnectionModal:()=>d(`${n}jetpack/v4/seen-wc-connection-modal`,a).then(m).then(g),fetchModules:()=>p(`${n}jetpack/v4/module/all`,s).then(m).then(g),fetchModule:e=>p(`${n}jetpack/v4/module/${e}`,s).then(m).then(g),activateModule:e=>d(`${n}jetpack/v4/module/${e}/active`,a,{body:JSON.stringify({active:!0})}).then(m).then(g),deactivateModule:e=>d(`${n}jetpack/v4/module/${e}/active`,a,{body:JSON.stringify({active:!1})}),updateModuleOptions:(e,t)=>d(`${n}jetpack/v4/module/${e}`,a,{body:JSON.stringify(t)}).then(m).then(g),updateSettings:e=>d(`${n}jetpack/v4/settings`,a,{body:JSON.stringify(e)}).then(m).then(g),getProtectCount:()=>p(`${n}jetpack/v4/module/protect/data`,s).then(m).then(g),resetOptions:e=>d(`${n}jetpack/v4/options/${e}`,a,{body:JSON.stringify({reset:!0})}).then(m).then(g),activateVaultPress:()=>d(`${n}jetpack/v4/plugins`,a,{body:JSON.stringify({slug:"vaultpress",status:"active"})}).then(m).then(g),getVaultPressData:()=>p(`${n}jetpack/v4/module/vaultpress/data`,s).then(m).then(g),installPlugin:(e,t)=>{const r={slug:e,status:"active"};return t&&(r.source=t),d(`${n}jetpack/v4/plugins`,a,{body:JSON.stringify(r)}).then(m).then(g)},activateAkismet:()=>d(`${n}jetpack/v4/plugins`,a,{body:JSON.stringify({slug:"akismet",status:"active"})}).then(m).then(g),getAkismetData:()=>p(`${n}jetpack/v4/module/akismet/data`,s).then(m).then(g),checkAkismetKey:()=>p(`${n}jetpack/v4/module/akismet/key/check`,s).then(m).then(g),checkAkismetKeyTyped:e=>d(`${n}jetpack/v4/module/akismet/key/check`,a,{body:JSON.stringify({api_key:e})}).then(m).then(g),fetchStatsData:e=>p(function(e){let t=`${n}jetpack/v4/module/stats/data`;-1!==t.indexOf("?")?t+=`&range=${encodeURIComponent(e)}`:t+=`?range=${encodeURIComponent(e)}`;return t}(e),s).then(m).then(g).then(f),getPluginUpdates:()=>p(`${n}jetpack/v4/updates/plugins`,s).then(m).then(g),getPlans:()=>p(`${n}jetpack/v4/plans`,s).then(m).then(g),fetchSettings:()=>p(`${n}jetpack/v4/settings`,s).then(m).then(g),updateSetting:e=>d(`${n}jetpack/v4/settings`,a,{body:JSON.stringify(e)}).then(m).then(g),fetchSiteData:()=>p(`${n}jetpack/v4/site`,s).then(m).then(g).then((e=>JSON.parse(e.data))),fetchSiteFeatures:()=>p(`${n}jetpack/v4/site/features`,s).then(m).then(g).then((e=>JSON.parse(e.data))),fetchSiteProducts:()=>p(`${n}jetpack/v4/site/products`,s).then(m).then(g),fetchSitePurchases:()=>p(`${n}jetpack/v4/site/purchases`,s).then(m).then(g).then((e=>JSON.parse(e.data))),fetchSiteBenefits:()=>p(`${n}jetpack/v4/site/benefits`,s).then(m).then(g).then((e=>JSON.parse(e.data))),fetchSetupQuestionnaire:()=>p(`${n}jetpack/v4/setup/questionnaire`,s).then(m).then(g),fetchRecommendationsData:()=>p(`${n}jetpack/v4/recommendations/data`,s).then(m).then(g),fetchRecommendationsProductSuggestions:()=>p(`${n}jetpack/v4/recommendations/product-suggestions`,s).then(m).then(g),fetchRecommendationsUpsell:()=>p(`${n}jetpack/v4/recommendations/upsell`,s).then(m).then(g),saveRecommendationsData:e=>d(`${n}jetpack/v4/recommendations/data`,a,{body:JSON.stringify({data:e})}).then(m),fetchProducts:()=>p(`${n}jetpack/v4/products`,s).then(m).then(g),fetchRewindStatus:()=>p(`${n}jetpack/v4/rewind`,s).then(m).then(g).then((e=>JSON.parse(e.data))),fetchScanStatus:()=>p(`${n}jetpack/v4/scan`,s).then(m).then(g).then((e=>JSON.parse(e.data))),dismissJetpackNotice:e=>d(`${n}jetpack/v4/notice/${e}`,a,{body:JSON.stringify({dismissed:!0})}).then(m).then(g),fetchPluginsData:()=>p(`${n}jetpack/v4/plugins`,s).then(m).then(g),fetchVerifySiteGoogleStatus:e=>p(null!==e?`${n}jetpack/v4/verify-site/google/${e}`:`${n}jetpack/v4/verify-site/google`,s).then(m).then(g),verifySiteGoogle:e=>d(`${n}jetpack/v4/verify-site/google`,a,{body:JSON.stringify({keyring_id:e})}).then(m).then(g),sendMobileLoginEmail:()=>d(`${n}jetpack/v4/mobile/send-login-email`,a).then(m).then(g),submitSurvey:e=>d(`${n}jetpack/v4/marketing/survey`,a,{body:JSON.stringify(e)}).then(m).then(g),saveSetupQuestionnaire:e=>d(`${n}jetpack/v4/setup/questionnaire`,a,{body:JSON.stringify(e)}).then(m).then(g),updateLicensingError:e=>d(`${n}jetpack/v4/licensing/error`,a,{body:JSON.stringify(e)}).then(m).then(g),updateLicenseKey:e=>d(`${n}jetpack/v4/licensing/set-license`,a,{body:JSON.stringify({license:e})}).then(m).then(g),getUserLicensesCounts:()=>p(`${n}jetpack/v4/licensing/user/counts`,s).then(m).then(g),updateLicensingActivationNoticeDismiss:e=>d(`${n}jetpack/v4/licensing/user/activation-notice-dismiss`,a,{body:JSON.stringify({last_detached_count:e})}).then(m).then(g),updateRecommendationsStep:e=>d(`${n}jetpack/v4/recommendations/step`,a,{body:JSON.stringify({step:e})}).then(m),confirmIDCSafeMode:()=>d(`${n}jetpack/v4/identity-crisis/confirm-safe-mode`,a).then(m),startIDCFresh:e=>d(`${n}jetpack/v4/identity-crisis/start-fresh`,a,{body:JSON.stringify({redirect_uri:e})}).then(m).then(g),migrateIDC:()=>d(`${n}jetpack/v4/identity-crisis/migrate`,a).then(m),attachLicenses:e=>d(`${n}jetpack/v4/licensing/attach-licenses`,a,{body:JSON.stringify({licenses:e})}).then(m).then(g),fetchSearchPlanInfo:()=>p(`${n}jetpack/v4/search/plan`,s).then(m).then(g),fetchSearchSettings:()=>p(`${n}jetpack/v4/search/settings`,s).then(m).then(g),updateSearchSettings:e=>d(`${n}jetpack/v4/search/settings`,a,{body:JSON.stringify(e)}).then(m).then(g)};function p(e,t){return fetch(l(e),t)}function d(e,t,n){return fetch(e,(0,r.assign)({},t,n)).catch(h)}function f(e){return e.general&&void 0===e.general.response||e.week&&void 0===e.week.response||e.month&&void 0===e.month.response?e:{}}(0,r.assign)(this,u)};function m(e){return e.status>=200&&e.status<300?e:404===e.status?new Promise((()=>{throw e.redirected?new u(e.redirected):new l})):e.json().catch((e=>f(e))).then((t=>{const n=new Error(`${t.message} (Status ${e.status})`);throw n.response=t,n.name="ApiError",n}))}function g(e){return e.json().catch((t=>f(t,e.redirected,e.url)))}function f(e,t,n){throw t?new a(n):new s}function h(){throw new p}t.ZP=d},1583:function(e,t,n){"use strict";var r=n(9196),o=n.n(r),i=n(5736),c=n(5609),s=n(3698),a=n.n(s),l=(n(8882),n(7262));const __=i.__,u=e=>{const{label:t,onClick:n,isLoading:r,displayError:i,errorMessage:s}=e;return o().createElement("div",{className:"jp-action-button"},o().createElement(c.Button,{className:"jp-action-button--button",label:t,onClick:n,isPrimary:!0,disabled:r},r?o().createElement(l.Z,null):t),i&&o().createElement("p",{className:"jp-action-button__error"},s))};u.propTypes={label:a().string.isRequired,onClick:a().func,isLoading:a().bool,displayError:a().bool,errorMessage:a().string},u.defaultProps={isLoading:!1,displayError:!1,errorMessage:__("An error occurred. Please try again.","jetpack-backup")},t.Z=u},2234:function(e,t,n){"use strict";var r=n(9196),o=n.n(r),i=n(5736),c=n(3698),s=n.n(c),a=n(197),l=n(7967),u=n(69),p=n(4191),d=n(134);const __=i.__,m=e=>{const{moduleName:t,a8cLogoHref:n}=e;return o().createElement("div",{className:a.Z["jp-admin-page-section"]},o().createElement(p.Z,null,o().createElement(u.Z,null,o().createElement(d.Z,{lg:12,md:8,sm:4},o().createElement(l.Z,{moduleName:t,a8cLogoHref:n})))))};m.defaultProps={a8cLogoHref:"https://jetpack.com",moduleName:__("Jetpack","jetpack-backup")},m.propTypes={a8cLogoHref:s().string,moduleName:s().string},t.Z=m},4123:function(e,t,n){"use strict";var r=n(9196),o=n.n(r),i=n(197),c=n(1546),s=n(69),a=n(4191),l=n(134);t.Z=()=>o().createElement("div",{className:i.Z["jp-admin-page-section"]},o().createElement(a.Z,null,o().createElement(s.Z,null,o().createElement(l.Z,{lg:12,md:8,sm:4},o().createElement(c.Z,null)))))},8670:function(e,t,n){"use strict";var r=n(9196),o=n.n(r),i=n(5736),c=n(3698),s=n.n(c),a=n(197),l=n(4123),u=n(2234);const __=i.__,p=e=>{const{children:t,moduleName:n,a8cLogoHref:r,showHeader:i,showFooter:c}=e;return o().createElement("div",{className:a.Z["jp-admin-page"]},i&&o().createElement(l.Z,null),t,c&&o().createElement(u.Z,{moduleName:n,a8cLogoHref:r}))};p.defaultProps={a8cLogoHref:"https://jetpack.com",moduleName:__("Jetpack","jetpack-backup"),showHeader:!0,showFooter:!0},p.propTypes={a8cLogoHref:s().string,moduleName:s().string,showHeader:s().bool,showFooter:s().bool},t.Z=p},6160:function(e,t,n){"use strict";var r=n(9196),o=n.n(r),i=n(4566),c=n(4191);t.Z=e=>{const{children:t}=e;return o().createElement("div",{className:i.Z["jp-admin-section"]},o().createElement(c.Z,null,t))}},4502:function(e,t,n){"use strict";var r=n(9196),o=n.n(r),i=n(3519),c=n(4191);t.Z=e=>{const{children:t}=e;return o().createElement("div",{className:i.Z["jp-admin-section-hero"]},o().createElement(c.Z,null,t))}},1824:function(e,t,n){"use strict";var r=n(9183),o=n.n(r),i=n(9196),c=n.n(i),s=n(9105),a=n.n(s),l=n(5736),u=n(3698),p=n.n(u);const __=l.__,d=e=>{const{title:t,height:n,className:r,...i}=e;return c().createElement("svg",o()({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:n,className:a()("jp-automattic-byline-logo",r)},i),c().createElement("title",{id:"jp-automattic-byline-logo-title"},t),c().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"}),c().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"}),c().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"}))};d.defaultProps={title:__("An Automattic Airline","jetpack-backup"),height:7,className:""},d.propTypes={title:p().string,height:p().number,className:p().string},t.Z=d},9697:function(e,t,n){"use strict";var r=n(9196),o=n.n(r),i=n(3698),c=n.n(i);n(4492);const s=e=>{const{format:t,icon:n,imageUrl:r}=e;return o().createElement("div",{className:"jp-components__decorative-card "+(t?"jp-components__decorative-card--"+t:"")},o().createElement("div",{className:"jp-components__decorative-card__image",style:{backgroundImage:r?`url( ${r} )`:""}}),o().createElement("div",{className:"jp-components__decorative-card__content"},o().createElement("div",{className:"jp-components__decorative-card__lines"})),(()=>{if(n)return o().createElement("div",{className:"jp-components__decorative-card__icon-container"},o().createElement("span",{className:"jp-components__decorative-card__icon jp-components__decorative-card__icon--"+n}))})())};s.propTypes={format:c().oneOf(["horizontal","vertical"]),icon:c().oneOf(["unlink"]),imageUrl:c().string},s.defaultProps={format:"horizontal"},t.Z=s},7967:function(e,t,n){"use strict";var r=n(9183),o=n.n(r),i=n(9196),c=n.n(i),s=n(5736),a=n(9105),l=n.n(a),u=n(3698),p=n.n(u),d=n(1824),m=(n(9905),n(1546));const __=s.__,g=e=>{const{a8cLogoHref:t,moduleName:n,className:r,...i}=e;return c().createElement("div",o()({className:l()("jp-dashboard-footer",r)},i),c().createElement("div",{className:"jp-dashboard-footer__footer-left"},c().createElement(m.Z,{logoColor:"#000",showText:!1,height:16,className:"jp-dashboard-footer__jetpack-symbol","aria-label":__("Jetpack logo","jetpack-backup")}),c().createElement("span",{className:"jp-dashboard-footer__module-name"},n)),c().createElement("div",{className:"jp-dashboard-footer__footer-right"},c().createElement("a",{href:t,"aria-label":__("An Automattic Airline","jetpack-backup")},c().createElement(d.Z,null))))};g.defaultProps={a8cLogoHref:"https://jetpack.com",moduleName:__("Jetpack","jetpack-backup"),className:""},g.propTypes={a8cLogoHref:p().string,moduleName:p().string,className:p().string},t.Z=g},1546:function(e,t,n){"use strict";var r=n(9183),o=n.n(r),i=n(7538),c=n.n(i),s=n(3698),a=n.n(s),l=n(9196),u=n.n(l),p=n(9105),d=n.n(p),m=n(5736);const __=m.__;class g extends u().Component{render(){const{logoColor:e,showText:t,className:n,...r}=this.props,i=t?"0 0 118 32":"0 0 32 32";return u().createElement("svg",o()({xmlns:"http://www.w3.org/2000/svg",x:"0px",y:"0px",viewBox:i,className:d()("jetpack-logo",n),"aria-labelledby":"jetpack-logo-title"},r),u().createElement("title",{id:"jetpack-logo-title"},__("Jetpack Logo","jetpack-backup")),u().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&&u().createElement(l.Fragment,null,u().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"}),u().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"}),u().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"}),u().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"}),u().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"}),u().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"}),u().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"})))}}c()(g,"propTypes",{className:a().string,width:a().number,height:a().number,showText:a().bool,logoColor:a().string}),c()(g,"defaultProps",{className:"",height:32,showText:!0,logoColor:"#069e08"}),t.Z=g},134:function(e,t,n){"use strict";var r=n(9196),o=n.n(r),i=n(9105),c=n.n(i),s=n(3698),a=n.n(s),l=n(8346);const u=e=>{const{children:t,sm:n,md:r,lg:i}=e,s=Number.isInteger(n)?n:0,a=Number.isInteger(r)?r:0,u=Number.isInteger(i)?i:0,p=[s,a,u].reduce(((e,t)=>t>0&&t<e?t:e)),d=c()(s>0?l.Z["sm-col-span-"+s]:l.Z["sm-col-span-"+p],a>0?l.Z["md-col-span-"+a]:l.Z["md-col-span-"+p],u>0?l.Z["lg-col-span-"+u]:l.Z["lg-col-span-"+p]);return o().createElement("div",{className:d},t)};u.proptypes={sm:a().number,md:a().number,lg:a().number},t.Z=u},4191:function(e,t,n){"use strict";var r=n(9196),o=n.n(r),i=n(6222);t.Z=e=>{const{children:t}=e;return o().createElement("div",{className:i.Z["jp-container"]},t)}},69:function(e,t,n){"use strict";var r=n(9196),o=n.n(r),i=n(8804);t.Z=e=>{const{children:t}=e;return o().createElement("div",{className:i.Z["jp-row"]},t)}},2678:function(e,t,n){"use strict";var r=n(9196),o=n.n(r),i=n(3698),c=n.n(i),s=n(5609),a=n(6078),l=n(5736);n(5765);const __=l.__,u=e=>-1===e.fraction.indexOf("00"),p=e=>{const t=(0,a.LR)(e.priceBefore,e.currencyCode),n=(0,a.LR)(e.priceAfter,e.currencyCode);return o().createElement("div",{className:"jp-components__pricing-card"},e.icon&&o().createElement("div",{className:"jp-components__pricing-card__icon"},o().createElement("img",{src:e.icon,alt:(0,l.sprintf)(
     3/* translators: placeholder is a product name */
     4__("Icon for the product %s","jetpack-backup"),e.title)})),o().createElement("h1",{className:"jp-components__pricing-card__title"},e.title),o().createElement("div",{className:"jp-components__pricing-card__pricing"},e.priceBefore!==e.priceAfter&&o().createElement("div",{className:"jp-components__pricing-card__price-before"},o().createElement("span",{className:"jp-components__pricing-card__currency"},t.symbol),o().createElement("span",{className:"jp-components__pricing-card__price"},t.integer),u(t)&&o().createElement("span",{className:"jp-components__pricing-card__price-decimal"}," ",t.fraction),o().createElement("div",{className:"jp-components__pricing-card__price-strikethrough"})),o().createElement("div",{className:"jp-components__pricing-card__price-after"},o().createElement("span",{className:"jp-components__pricing-card__currency"},n.symbol),o().createElement("span",{className:"jp-components__pricing-card__price"},n.integer),u(n)&&o().createElement("span",{className:"jp-components__pricing-card__price-decimal"},n.fraction)),o().createElement("span",{className:"jp-components__pricing-card__price-details"},e.priceDetails)),e.children&&o().createElement("div",{className:"jp-components__pricing-card__extra-content-wrapper"},e.children),e.ctaText&&o().createElement("div",{className:"jp-components__pricing-card__cta"},o().createElement(s.Button,{className:"jp-components__pricing-card__button",label:e.ctaText,onClick:e.onCtaClick},e.ctaText)),e.infoText&&o().createElement("div",{className:"jp-components__pricing-card__info"},e.infoText))};p.propTypes={title:c().string.isRequired,icon:c().string,priceBefore:c().number.isRequired,priceAfter:c().number.isRequired,priceDetails:c().string,currencyCode:c().string,ctaText:c().string,onCtaClick:c().func,infoText:c().oneOfType([c().string,c().object])},p.defaultProps={currencyCode:"USD",priceDetails:__("/month, paid yearly","jetpack-backup")},t.Z=p},7262:function(e,t,n){"use strict";var r=n(9196),o=n.n(r),i=n(3698),c=n.n(i);n(88);const s=e=>{const t=e.className+" jp-components-spinner",n={width:e.size,height:e.size,fontSize:e.size,borderTopColor:e.color},r={borderTopColor:e.color,borderRightColor:e.color};return o().createElement("div",{className:t},o().createElement("div",{className:"jp-components-spinner__outer",style:n},o().createElement("div",{className:"jp-components-spinner__inner",style:r})))};s.propTypes={color:c().string,className:c().string,size:c().number},s.defaultProps={color:"#FFFFFF",className:"",size:20},t.Z=s},1415:function(e,t,n){"use strict";function r(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const n={};let r;if("undefined"!=typeof window&&(r=window.Initial_State?.calypsoEnv),0===e.search("https://")){const t=new URL(e);e=`https://${t.host}${t.pathname}`,n.url=encodeURIComponent(e)}else n.source=encodeURIComponent(e);Object.keys(t).map((e=>{n[e]=encodeURIComponent(t[e])})),!Object.keys(n).includes("site")&&"undefined"!=typeof jetpack_redirects&&jetpack_redirects.hasOwnProperty("currentSiteRawUrl")&&(n.site=jetpack_redirects.currentSiteRawUrl),r&&(n.calypso_env=r);const o=Object.keys(n).map((e=>e+"="+n[e])).join("&");return"https://jetpack.com/redirect/?"+o}n.d(t,{Z:function(){return r}})},6251:function(e,t,n){let r={};try{r=n(4608)}catch{console.error("jetpackConfig is missing in your webpack config file. See @automattic/jetpack-config"),r={missingConfig:!0}}const o=e=>r.hasOwnProperty(e);e.exports={jetpackConfigHas:o,jetpackConfigGet:e=>{if(!o(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 r[e]}}},4254:function(e,t,n){"use strict";var r=n(9196),o=n.n(r),i=n(3698),c=n.n(i);const s=e=>{const{images:t,assetBaseUrl:n}=e;if(!t.length)return null;const r=t.map(((e,t)=>o().createElement(o().Fragment,{key:t},o().createElement("img",{src:n+e,alt:""}))));return o().createElement("div",{className:"jp-connection__connect-screen__image-slider"},r)};s.propTypes={images:c().arrayOf(c().string).isRequired,assetBaseUrl:c().string},s.defaultProps={assetBaseUrl:""},t.Z=s},7865:function(e,t,n){"use strict";var r=n(9196),o=n.n(r),i=n(3698),c=n.n(i),s=n(1546),a=n(4254);n(4091);const l=e=>{const{title:t,children:n,className:r,assetBaseUrl:i,images:c}=e,l=c?.length;return o().createElement("div",{className:"jp-connection__connect-screen-layout"+(l?" jp-connection__connect-screen-layout__two-columns":"")+(r?" "+r:"")},o().createElement("div",{className:"jp-connection__connect-screen-layout__left"},o().createElement(s.Z,null),o().createElement("h2",null,t),n),l?o().createElement("div",{className:"jp-connection__connect-screen-layout__right"},o().createElement(a.Z,{images:c,assetBaseUrl:i})):null)};l.propTypes={title:c().string,className:c().string,images:c().arrayOf(c().string),assetBaseUrl:c().string},t.Z=l},1213:function(e,t,n){"use strict";var r=n(9196),o=n.n(r),i=n(3698),c=n.n(i),s=n(9818),a=n(5736),l=n(5731),u=n(2199),p=n(1631);const __=a.__,d=e=>{const{title:t,autoTrigger:n,buttonLabel:r,apiRoot:i,apiNonce:c,registrationNonce:a,from:d,redirectUri:m,children:g,priceBefore:f,priceAfter:h,pricingIcon:b,pricingTitle:y,pricingCurrencyCode:v}=e,{handleRegisterSite:_,isRegistered:k,isUserConnected:j,siteIsRegistering:E,userIsConnecting:w,registrationError:C}=(0,p.Z)({registrationNonce:a,redirectUri:m,apiRoot:i,apiNonce:c,autoTrigger:n,from:d}),S=!k||!j,R=(0,s.useSelect)((e=>e(u.t).getConnectionStatusIsFetching())),N=Boolean(C),Z=E||w;return o().createElement(l.Z,{title:t,buttonLabel:r,priceBefore:f,priceAfter:h,pricingIcon:b,pricingTitle:y,pricingCurrencyCode:v,isLoading:R,handleButtonClick:_,showConnectButton:S,displayButtonError:N,buttonIsLoading:Z},g)};d.propTypes={title:c().string,buttonLabel:c().string,apiRoot:c().string.isRequired,apiNonce:c().string.isRequired,registrationNonce:c().string.isRequired,from:c().string,redirectUri:c().string.isRequired,autoTrigger:c().bool,pricingTitle:c().string.isRequired,icon:c().string,priceBefore:c().number.isRequired,priceAfter:c().number.isRequired,pricingCurrencyCode:c().string},d.defaultProps={title:__("Over 5 million WordPress sites are faster and more secure","jetpack-backup"),buttonLabel:__("Set up Jetpack","jetpack-backup"),pricingCurrencyCode:"USD",autoTrigger:!1},t.Z=d},5731:function(e,t,n){"use strict";var r=n(9196),o=n.n(r),i=n(3698),c=n.n(i),s=n(5736),a=n(1415),l=n(1583),u=n(2678),p=n(9307),d=n(7865);n(2390);const __=s.__,m=e=>{const{title:t,buttonLabel:n,children:r,priceBefore:i,priceAfter:c,pricingIcon:s,pricingTitle:m,pricingCurrencyCode:g,isLoading:f,handleButtonClick:h,showConnectButton:b,displayButtonError:y,buttonIsLoading:v}=e,_=(0,p.createInterpolateElement)(__("By clicking the button above, you agree to our <tosLink>Terms of Service</tosLink> and to <shareDetailsLink>share details</shareDetailsLink> with WordPress.com.","jetpack-backup"),{tosLink:o().createElement("a",{href:(0,a.Z)("wpcom-tos"),rel:"noopener noreferrer",target:"_blank"}),shareDetailsLink:o().createElement("a",{href:(0,a.Z)("jetpack-support-what-data-does-jetpack-sync"),rel:"noopener noreferrer",target:"_blank"})}),k=(0,p.createInterpolateElement)(__("Already have a subscription? <connectButton/> to get started.","jetpack-backup"),{connectButton:o().createElement(l.Z,{label:__("Log in","jetpack-backup"),onClick:h,isLoading:v})});return o().createElement(d.Z,{title:t,className:"jp-connection__connect-screen-required-plan"+(f?" jp-connection__connect-screen-required-plan__loading":"")},o().createElement("div",{className:"jp-connection__connect-screen-required-plan__content"},r,o().createElement("div",{className:"jp-connection__connect-screen-required-plan__pricing-card"},o().createElement(u.Z,{title:m,icon:s,priceBefore:i,currencyCode:g,priceAfter:c,infoText:b?_:""},b&&o().createElement(l.Z,{label:n,onClick:h,displayError:y,isLoading:v}))),b&&o().createElement("div",{className:"jp-connection__connect-screen-required-plan__with-subscription"},k)))};m.propTypes={pricingTitle:c().string.isRequired,priceBefore:c().number.isRequired,priceAfter:c().number.isRequired,pricingCurrencyCode:c().string,title:c().string,buttonLabel:c().string,pricingIcon:c().string,isLoading:c().bool,handleButtonClick:c().func,showConnectButton:c().bool,displayButtonError:c().bool,buttonIsLoading:c().bool},m.defaultProps={pricingCurrencyCode:"USD",showConnectButton:!0,isLoading:!1,buttonIsLoading:!1,displayButtonError:!1,handleButtonClick:()=>{}},t.Z=m},9565:function(e,t,n){"use strict";var r=n(9196),o=n(3698),i=n.n(o),c=n(9570);const s=e=>{const{redirectFunc:t,connectUrl:n,redirectUri:o,from:i}=e,[s,a]=(0,r.useState)(null);return n&&n!==s&&a(n),(0,r.useEffect)((()=>{s||c.ZP.fetchAuthorizationUrl(o).then((e=>a(e.authorizeUrl))).catch((e=>{throw e}))}),[]),s?(t(s+(i?(s.includes("?")?"&":"?")+"from="+encodeURIComponent(i):"")),null):null};s.propTypes={connectUrl:i().string,redirectUri:i().string.isRequired,from:i().string,redirectFunc:i().func},s.defaultProps={redirectFunc:e=>window.location.assign(e),redirectUri:null},t.Z=s},3593:function(e,t,n){"use strict";var r=n(9196),o=n.n(r),i=n(3698),c=n.n(i),s=n(5736),a=n(2332);const __=s.__,l=e=>{const{connectedPlugins:t,disconnectingPlugin:n}=e,i=(0,r.useMemo)((()=>{if(t){return Object.keys(t).map((e=>Object.assign({slug:e},t[e]))).filter((e=>n!==e.slug))}return[]}),[t,n]);return t&&i.length>0?o().createElement(o().Fragment,null,o().createElement("div",{className:"jp-connection__disconnect-dialog__step-copy"},o().createElement("p",{className:"jp-connection__disconnect-dialog__large-text"},__("Jetpack is powering other plugins on your site. If you disconnect, these plugins will no longer work.","jetpack-backup"))),o().createElement("div",{className:"jp-connection__disconnect-card__group"},i.map((e=>o().createElement(a.Z,{title:e.name}))))):null};l.PropTypes={connectedPlugins:c().object,disconnectingPlugin:c().string},t.Z=l},7132:function(e,t,n){"use strict";var r=n(9196),o=n.n(r),i=n(5736),c=n(5609),s=n(3698),a=n.n(s),l=n(9570),u=n(9818),p=n(9565),d=n(5628),m=n(2199),g=n(1631);n(4765);const __=i.__,f=e=>{const{apiRoot:t,apiNonce:n,redirectUri:i,title:s,connectionInfoText:a,onDisconnected:f,connectedPlugins:h,connectedSiteId:b,context:y}=e,{isRegistered:v,isUserConnected:_,userConnectionData:k}=(0,g.Z)({apiRoot:t,apiNonce:n}),j=(0,r.useRef)(),E=k.currentUser?.wpcomUser?.avatar;(0,r.useEffect)((()=>{E&&(j.current.style.backgroundImage=`url('${E}')`)}),[E]);const[w,C]=(0,r.useState)(!1),S=(0,u.useSelect)((e=>e(m.t).getUserIsConnecting()),[]),{setConnectionStatus:R,setUserIsConnecting:N}=(0,u.useDispatch)(m.t);(0,r.useEffect)((()=>{l.ZP.setApiRoot(t),l.ZP.setApiNonce(n)}),[t,n]);const Z=(0,r.useCallback)((e=>{e&&e.preventDefault(),C(!0)}),[C]),O=(0,r.useCallback)((e=>{e&&e.preventDefault(),C(!1)}),[C]),P=(0,r.useCallback)((e=>{e&&e.preventDefault(),R({isActive:!1,isRegistered:!1,isUserConnected:!1}),f&&"[object Function]"==={}.toString.call(f)&&f()}),[f,R]);return v?o().createElement("div",{className:"jp-connection-status-card"},o().createElement("h3",null,s),o().createElement("p",null,a),o().createElement("div",{className:"jp-connection-status-card--status"},o().createElement("div",{className:"jp-connection-status-card--cloud"}),o().createElement("div",{className:"jp-connection-status-card--line"+(_?"":" jp-connection-status-card--site-only")}),o().createElement("div",{className:"jp-connection-status-card--jetpack-logo"}),o().createElement("div",{className:"jp-connection-status-card--avatar",ref:j})),o().createElement("ul",{className:"jp-connection-status-card--list"},o().createElement("li",{className:"jp-connection-status-card--list-item-success"},__("Site connected.","jetpack-backup")," ",o().createElement(c.Button,{variant:"link",onClick:Z,className:"jp-connection__disconnect-dialog__link"},__("Disconnect","jetpack-backup")),o().createElement(d.Z,{apiRoot:t,apiNonce:n,onDisconnected:P,connectedPlugins:h,connectedSiteId:b,connectedUser:k,isOpen:w,onClose:O,context:y})),_&&o().createElement("li",{className:"jp-connection-status-card--list-item-success"},__("Logged in as","jetpack-backup")," ",k?.display_name),!_&&o().createElement("li",{className:"jp-connection-status-card--list-item-error"},__("Your WordPress.com account is not connected.","jetpack-backup"))),!_&&o().createElement(c.Button,{isPrimary:!0,disabled:S,onClick:N,className:"jp-connection-status-card--btn-connect-user"},__("Connect your WordPress.com account","jetpack-backup")),S&&o().createElement(p.Z,{redirectUri:i})):null};f.propTypes={apiRoot:a().string.isRequired,apiNonce:a().string.isRequired,redirectUri:a().string.isRequired,connectedPlugins:a().object,connectedSiteId:a().number,title:a().string,connectionInfoText:a().string,onDisconnected:a().func,context:a().string},f.defaultProps={title:__("Connection","jetpack-backup"),connectionInfoText:__("Leverages the Jetpack Cloud for more features on your side.","jetpack-backup")},t.Z=f},2332:function(e,t,n){"use strict";var r=n(9196),o=n.n(r),i=n(3698),c=n.n(i);n(7906);const s=e=>{const{title:t,value:n,description:r}=e;return o().createElement("div",{className:"jp-connection__disconnect-card card"},o().createElement("div",{className:"jp-connection__disconnect-card__card-content"},o().createElement("p",{className:"jp-connection__disconnect-card__card-headline"},t),(n||r)&&o().createElement("div",{className:"jp-connection__disconnect-card__card-stat-block"},o().createElement("span",{className:"jp-connection__disconnect-card__card-stat"},n),o().createElement("div",{className:"jp-connection__disconnect-card__card-description"},r))))};s.propTypes={title:c().string,value:c().string|c().number,description:c().number},t.Z=s},5628:function(e,t,n){"use strict";var r=n(9196),o=n.n(r),i=n(3698),c=n.n(i),s=n(5736),a=n(5609),l=n(9570),u=n(816),p=n(6251),d=(n(5755),n(163)),m=n(1496),g=n(4130),f=n(5700);const __=s.__,h=e=>{const[t,n]=(0,r.useState)(!1),[i,c]=(0,r.useState)(!1),[s,h]=(0,r.useState)(!1),[b,y]=(0,r.useState)(!1),[v,_]=(0,r.useState)(!1),[k,j]=(0,r.useState)(!1),{apiRoot:E,apiNonce:w,connectedPlugins:C,title:S,pluginScreenDisconnectCallback:R,onDisconnected:N,onError:Z,disconnectStepComponent:O,context:P,connectedUser:x,connectedSiteId:F,isOpen:T,onClose:I}=e;let A="";(0,p.jetpackConfigHas)("consumer_slug")&&(A=(0,p.jetpackConfigGet)("consumer_slug"));const L=(0,r.useMemo)((()=>({context:P,plugin:A})),[P,A]);(0,r.useEffect)((()=>{l.ZP.setApiRoot(E),l.ZP.setApiNonce(w)}),[E,w]),(0,r.useEffect)((()=>{x&&x.ID&&x.login&&u.Z.initialize(x.ID,x.login)}),[x,x.ID,x.login]),(0,r.useEffect)((()=>{T&&u.Z.tracks.recordEvent("jetpack_disconnect_dialog_open",L)}),[T,L]),(0,r.useEffect)((()=>{T&&(i?!i||b||v?b&&!v?u.Z.tracks.recordEvent("jetpack_disconnect_dialog_step",Object.assign({},{step:"survey"},L)):v&&u.Z.tracks.recordEvent("jetpack_disconnect_dialog_step",Object.assign({},{step:"thank_you"},L)):u.Z.tracks.recordEvent("jetpack_disconnect_dialog_step",Object.assign({},{step:"disconnect_confirm"},L)):u.Z.tracks.recordEvent("jetpack_disconnect_dialog_step",Object.assign({},{step:"disconnect"},L)))}),[T,i,b,v,L]);const U=(0,r.useCallback)((()=>{l.ZP.disconnectSite().then((()=>{n(!1),c(!0)})).catch((e=>{n(!1),h(e),Z&&Z(e)}))}),[n,c,h,Z]),D=(0,r.useCallback)(((e,t)=>{j(!0),fetch("https://public-api.wordpress.com/wpcom/v2/marketing/feedback-survey",{method:"POST",headers:{"Content-Type":"application/json",Accept:"application/json"},body:JSON.stringify(e)}).then((e=>e.json())).then((e=>{if(!0!==e.success)throw new Error("Survey endpoint returned error code "+e.code);u.Z.tracks.recordEvent("jetpack_disconnect_survey_submit",t),_(!0),j(!1)})).catch((e=>{u.Z.tracks.recordEvent("jetpack_disconnect_survey_error",Object.assign({},{error:e.message},t)),_(!0),j(!1)}))}),[j,_]),M=(0,r.useCallback)((e=>{e&&e.preventDefault(),h(!1),n(!0),"plugins"!==P?U():R&&R(e)}),[h,n,R,P,U]),B=(0,r.useCallback)((()=>x.ID&&F),[x,F]),$=(0,r.useCallback)(((e,t,n)=>{if(n&&n.preventDefault(),!B())return void _(!0);const r={site_id:F,user_id:x.ID,survey_id:"jetpack-plugin-disconnect",survey_responses:{"why-cancel":{response:e,text:t||null}}},o=Object.assign({},L,{disconnect_reason:e});D(r,o)}),[D,_,B,F,x,L]),z=(0,r.useCallback)((e=>{e&&e.preventDefault(),N&&N(),I()}),[N,I]),H=(0,r.useCallback)((e=>{e&&e.preventDefault(),y(!0)}),[y]);return o().createElement(o().Fragment,null,T&&o().createElement(a.Modal,{title:"",contentLabel:S,aria:{labelledby:"jp-connection__disconnect-dialog__heading"},onRequestClose:I,shouldCloseOnClickOutside:!1,shouldCloseOnEsc:!1,isDismissible:!1,className:"jp-connection__disconnect-dialog"+(i?" jp-connection__disconnect-dialog__success":"")},i?!i||b||v?b&&!v?o().createElement(g.Z,{isSubmittingFeedback:k,onFeedBackProvided:$,onExit:z}):v?o().createElement(f.Z,{onExit:z}):void 0:o().createElement(m.Z,{canProvideFeedback:B(),onProvideFeedback:H,onExit:z}):o().createElement(d.Z,{title:S,connectedPlugins:C,disconnectStepComponent:O,isDisconnecting:t,closeModal:I,onDisconnect:M,disconnectError:s,context:P,disconnectingPlugin:A})))};h.propTypes={apiRoot:c().string.isRequired,apiNonce:c().string.isRequired,title:c().string,onDisconnected:c().func,onError:c().func,context:c().string,connectedPlugins:c().object,pluginScreenDisconnectCallback:c().func,disconnectStepComponent:c().element,connectedUser:c().object,connectedSiteId:c().number,isOpen:c().bool,onClose:c().func},h.defaultProps={title:__("Are you sure you want to disconnect?","jetpack-backup"),context:"jetpack-dashboard",connectedUser:{}},t.Z=h},1496:function(e,t,n){"use strict";var r=n(9196),o=n.n(r),i=n(3698),c=n.n(i),s=n(9307),a=n(5736),l=n(5609),u=n(9697),p=n(2042);const __=a.__,d=e=>{const{onExit:t,canProvideFeedback:n,onProvideFeedback:r}=e;return o().createElement("div",{className:"jp-connection__disconnect-dialog__content"},o().createElement(u.Z,{icon:"unlink",imageUrl:p}),o().createElement("div",{className:"jp-connection__disconnect-dialog__step-copy jp-connection__disconnect-dialog__step-copy--narrow"},o().createElement("h1",null,(0,s.createInterpolateElement)(__("Jetpack has been <br/>successfully disconnected.","jetpack-backup"),{br:o().createElement("br",null)})),n&&o().createElement(o().Fragment,null,o().createElement("p",null,__("We’re sorry to see you go. Here at Jetpack, we’re always striving to provide the best experience for our customers. Please take our short survey (2 minutes, promise).","jetpack-backup")),o().createElement("p",null,o().createElement(l.Button,{isPrimary:!0,onClick:r,className:"jp-connection__disconnect-dialog__btn-back-to-wp"},__("Help us improve","jetpack-backup"))),o().createElement("a",{className:"jp-connection__disconnect-dialog__link jp-connection__disconnect-dialog__link--bold",href:"#",onClick:t},__("No thank you","jetpack-backup"))),!n&&o().createElement(o().Fragment,null,o().createElement("p",null,o().createElement(l.Button,{isPrimary:!0,onClick:t,className:"jp-connection__disconnect-dialog__btn-back-to-wp"},__("Back to my website","jetpack-backup"))))))};d.PropTypes={onExit:c().func,onProvideFeedback:c().func,canProvideFeedback:c().bool},t.Z=d},163:function(e,t,n){"use strict";var r=n(9196),o=n.n(r),i=n(9307),c=n(5736),s=n(1415),a=n(5609),l=n(3698),u=n.n(l),p=n(3593);const __=c.__,d=e=>{const{title:t,isDisconnecting:n,onDisconnect:r,disconnectError:c,disconnectStepComponent:l,connectedPlugins:u,disconnectingPlugin:d,closeModal:m,context:g}=e;return o().createElement(o().Fragment,null,o().createElement("div",{className:"jp-connection__disconnect-dialog__content"},o().createElement("h1",{id:"jp-connection__disconnect-dialog__heading"},t),o().createElement(p.Z,{connectedPlugins:u,disconnectingPlugin:d}),l,(()=>{if(!u&&!l)return o().createElement("div",{className:"jp-connection__disconnect-dialog__step-copy"},o().createElement("p",{className:"jp-connection__disconnect-dialog__large-text"},__("Jetpack is currently powering multiple products on your site.","jetpack-backup"),o().createElement("br",null),__("Once you disconnect Jetpack, these will no longer work.","jetpack-backup")))})()),o().createElement("div",{className:"jp-connection__disconnect-dialog__actions"},o().createElement("div",{className:"jp-row"},o().createElement("div",{className:"lg-col-span-7 md-col-span-8 sm-col-span-4"},o().createElement("p",null,(0,i.createInterpolateElement)(__("<strong>Need help?</strong> Learn more about the <jpConnectionInfoLink>Jetpack connection</jpConnectionInfoLink> or <jpSupportLink>contact Jetpack support</jpSupportLink>.","jetpack-backup"),{strong:o().createElement("strong",null),jpConnectionInfoLink:o().createElement("a",{href:(0,s.Z)("why-the-wordpress-com-connection-is-important-for-jetpack"),rel:"noopener noreferrer",target:"_blank",className:"jp-connection__disconnect-dialog__link"}),jpSupportLink:o().createElement("a",{href:(0,s.Z)("jetpack-support"),rel:"noopener noreferrer",target:"_blank",className:"jp-connection__disconnect-dialog__link"})}))),o().createElement("div",{className:"jp-connection__disconnect-dialog__button-wrap lg-col-span-5 md-col-span-8 sm-col-span-4"},o().createElement(a.Button,{isPrimary:!0,disabled:n,onClick:m,className:"jp-connection__disconnect-dialog__btn-dismiss"},__("Stay connected","jetpack-backup")),(()=>{let e=__("Disconnect","jetpack-backup");return n?e=__("Disconnecting…","jetpack-backup"):"plugins"===g&&(e=__("Disconnect and Deactivate","jetpack-backup")),o().createElement(a.Button,{isPrimary:!0,disabled:n,onClick:r,className:"jp-connection__disconnect-dialog__btn-disconnect"},e)})())),c&&o().createElement("p",{className:"jp-connection__disconnect-dialog__error"},c)))};d.propTypes={title:u().string,isDisconnecting:u().bool,onDisconnect:u().func,disconnectError:u().bool,disconnectStepComponent:u().elementType,connectedPlugins:u().array,disconnectingPlugin:u().string,closeModal:u().func,context:u().string},t.Z=d},4130:function(e,t,n){"use strict";var r=n(9196),o=n.n(r),i=n(3698),c=n.n(i),s=n(5736),a=(n(5934),n(1194));const __=s.__,l=e=>{const{onExit:t,onFeedBackProvided:n,isSubmittingFeedback:r}=e;return o().createElement("div",{className:"jp-connection__disconnect-dialog__content"},o().createElement("h1",null,__("Before you go, help us improve Jetpack","jetpack-backup")),o().createElement("p",{className:"jp-connection__disconnect-dialog__large-text"},__("Let us know what didn‘t work for you","jetpack-backup")),o().createElement(a.Z,{onSubmit:n,isSubmittingFeedback:r}),o().createElement("a",{className:"jp-connection__disconnect-dialog__link jp-connection__disconnect-dialog__link--bold",href:"#",onClick:t},__("Skip for now","jetpack-backup")))};l.PropTypes={onExit:c().func,onFeedBackProvided:c().func,isSubmittingFeedback:c().bool},t.Z=l},5700:function(e,t,n){"use strict";var r=n(9196),o=n.n(r),i=n(3698),c=n.n(i),s=n(9697),a=n(5736),l=n(5609),u=n(9307),p=n(724);const __=a.__,d=e=>{const{onExit:t}=e;return o().createElement("div",{className:"jp-connection__disconnect-dialog__content"},o().createElement(s.Z,{format:"vertical",imageUrl:p}),o().createElement("div",{className:"jp-connection__disconnect-dialog__copy"},o().createElement("h1",null,__("Thank you!","jetpack-backup")),o().createElement("p",{className:"jp-connection__disconnect-dialog__large-text"},(0,u.createInterpolateElement)(__("Your answer has been submitted. <br/>Thanks for your input on how we can improve Jetpack.","jetpack-backup"),{br:o().createElement("br",null)})),o().createElement(l.Button,{isPrimary:!0,onClick:t,className:"jp-connection__disconnect-dialog__btn-back-to-wp"},__("Back to my website","jetpack-backup"))))};d.PropTypes={onExit:c().func,assetBaseUrl:c().string},t.Z=d},1194:function(e,t,n){"use strict";var r=n(9196),o=n.n(r),i=n(3698),c=n.n(i),s=n(5609),a=n(5736),l=n(7215);const __=a.__,u=e=>{const{onSubmit:t,isSubmittingFeedback:n}=e,[i,c]=(0,r.useState)(),[a,u]=(0,r.useState)(),p=[{id:"troubleshooting",answerText:__("Troubleshooting - I'll be reconnecting afterwards.","jetpack-backup")},{id:"not-working",answerText:__("I can't get it to work.","jetpack-backup")},{id:"slowed-down-site",answerText:__("It slowed down my site.","jetpack-backup")},{id:"buggy",answerText:__("It's buggy.","jetpack-backup")},{id:"what-does-it-do",answerText:__("I don't know what it does.","jetpack-backup")}],d="another-reason",m=(0,r.useCallback)((()=>{t(i,i===d?a:"")}),[t,d,a,i]),g=(0,r.useCallback)((e=>{const t=e.target.value;e.stopPropagation(),u(t)}),[u]),f=e=>e===i?"jp-connect__disconnect-survey-card--selected":"",h=(0,r.useCallback)(((e,t)=>{switch(t.key){case"Enter":case"Space":case"Spacebar":case" ":c(e)}}),[c]);return o().createElement(o().Fragment,null,o().createElement("div",{className:"jp-connection__disconnect-dialog__survey"},p.map((e=>o().createElement(l.Z,{id:e.id,onClick:c,onKeyDown:h,className:"card jp-connect__disconnect-survey-card "+f(e.id)},o().createElement("p",{className:"jp-connect__disconnect-survey-card__answer"},e.answerText)))),o().createElement(l.Z,{id:d,onClick:c,onKeyDown:h,className:"card jp-connect__disconnect-survey-card "+f(d)},o().createElement("p",{className:"jp-connect__disconnect-survey-card__answer"},__("Other:","jetpack-backup")," ",o().createElement("input",{placeholder:__("share your experience","jetpack-backup"),className:"jp-connect__disconnect-survey-card__input",type:"text",value:a,onChange:g,maxLength:1e3})))),o().createElement("p",null,o().createElement(s.Button,{disabled:!i||n,isPrimary:!0,onClick:m,className:"jp-connection__disconnect-dialog__btn-back-to-wp"},n?__("Submitting…","jetpack-backup"):__("Submit Feedback","jetpack-backup",0))))};u.PropTypes={onSubmit:c().func,isSubmittingFeedback:c().bool},t.Z=u},7215:function(e,t,n){"use strict";var r=n(9196),o=n.n(r);n(5934);t.Z=e=>{const{id:t,onClick:n,onKeyDown:i,children:c,className:s}=e,a=(0,r.useCallback)((()=>{n(t)}),[t,n]),l=(0,r.useCallback)((e=>{i(t,e)}),[t,i]);return o().createElement("div",{tabIndex:"0",role:"button",onClick:a,onKeyDown:l,className:"card jp-connect__disconnect-survey-card "+s},c)}},1631:function(e,t,n){"use strict";var r=n(9196),o=n(9818),i=n(9570),c=n(2199);t.Z=e=>{let{registrationNonce:t,redirectUri:n,apiRoot:s,apiNonce:a,autoTrigger:l,from:u}=e;const{registerSite:p,connectUser:d}=(0,o.useDispatch)(c.t),m=(0,o.useSelect)((e=>e(c.t).getRegistrationError())),{siteIsRegistering:g,userIsConnecting:f,userConnectionData:h,isRegistered:b,isUserConnected:y}=(0,o.useSelect)((e=>({siteIsRegistering:e(c.t).getSiteIsRegistering(),userIsConnecting:e(c.t).getUserIsConnecting(),userConnectionData:e(c.t).getUserConnectionData(),...e(c.t).getConnectionStatus()}))),v=()=>d({from:u}),_=e=>{e&&e.preventDefault(),b?v():p({registrationNonce:t,redirectUri:n}).then((()=>{v()}))};return(0,r.useEffect)((()=>{i.ZP.setApiRoot(s),i.ZP.setApiNonce(a)}),[s,a]),(0,r.useEffect)((()=>{!l||g||f||_()}),[]),{handleRegisterSite:_,handleConnectUser:v,isRegistered:b,isUserConnected:y,siteIsRegistering:g,userIsConnecting:f,registrationError:m,userConnectionData:h}}},6973:function(e,t,n){"use strict";n.d(t,{i6:function(){return r},LI:function(){return o},r7:function(){return i},N4:function(){return c},qV:function(){return s},T1:function(){return a},TS:function(){return l},ZP:function(){return b}});const r="SET_CONNECTION_STATUS",o="SET_CONNECTION_STATUS_IS_FETCHING",i="SET_SITE_IS_REGISTERING",c="SET_USER_IS_CONNECTING",s="SET_REGISTRATION_ERROR",a="CLEAR_REGISTRATION_ERROR",l="SET_AUTHORIZATION_URL",u="CONNECT_USER",p=e=>({type:r,connectionStatus:e}),d=e=>({type:i,isRegistering:e}),m=e=>({type:c,isConnecting:e}),g=e=>({type:s,registrationError:e}),f=()=>({type:a}),h=e=>({type:l,authorizationUrl:e});const b={setConnectionStatus:p,setConnectionStatusIsFetching:e=>({type:o,isFetching:e}),fetchConnectionStatus:()=>({type:"FETCH_CONNECTION_STATUS"}),fetchAuthorizationUrl:e=>({type:"FETCH_AUTHORIZATION_URL",redirectUri:e}),setSiteIsRegistering:d,setUserIsConnecting:m,setRegistrationError:g,clearRegistrationError:f,setAuthorizationUrl:h,registerSite:function*(e){let{registrationNonce:t,redirectUri:n}=e;yield f(),yield d(!0);try{const e=yield{type:"REGISTER_SITE",registrationNonce:t,redirectUri:n};return yield p({isRegistered:!0}),yield h(e.authorizeUrl),yield d(!1),Promise.resolve(e)}catch(e){return yield g(e),yield d(!1),Promise.reject(e)}},connectUser:function*(){let{from:e,redirectFunc:t}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};yield m(!0),yield{type:u,from:e,redirectFunc:t}}}},4213:function(e,t,n){"use strict";var r=n(9570),o=n(9818),i=n(2199);const c=(0,o.createRegistryControl)((e=>{let{resolveSelect:t}=e;return function(){let{from:e,redirectFunc:n}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return new Promise(((r,o)=>{t(i.t).getAuthorizationUrl().then((t=>{const o=n||(e=>window.location.assign(e)),i=new URL(t);e&&i.searchParams.set("from",encodeURIComponent(e));const c=i.toString();o(c),r(c)})).catch((e=>{o(e)}))}))}}));t.Z={FETCH_CONNECTION_STATUS:()=>new Promise(((e,t)=>{r.ZP.fetchSiteConnectionStatus().then((t=>e(t))).catch((e=>t(e)))})),FETCH_AUTHORIZATION_URL:e=>{let{redirectUri:t}=e;return r.ZP.fetchAuthorizationUrl(t)},REGISTER_SITE:e=>{let{registrationNonce:t,redirectUri:n}=e;return r.ZP.registerSite(t,n)},CONNECT_USER:c}},1147:function(e,t,n){"use strict";var r=n(9818),o=n(6973);const i=(0,r.combineReducers)({connectionStatus:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;return t.type===o.i6?{...e,...t.connectionStatus}:e},connectionStatusIsFetching:function(){let e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;return t.type===o.LI?t.isFetching:e},siteIsRegistering:function(){let e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;return t.type===o.r7?t.isRegistering:e},userIsConnecting:function(){let e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],t=arguments.length>1?arguments[1]:void 0;return t.type===o.N4?t.isConnecting:e},registrationError:(e,t)=>{switch(t.type){case o.T1:return!1;case o.qV:return t.registrationError;default:return e}},authorizationUrl:(e,t)=>t.type===o.TS?t.authorizationUrl:e,userConnectionData:(e,t)=>(t.type,e)});t.Z=i},8310:function(e,t,n){"use strict";var r=n(9818),o=n(6973),i=n(2199);const c={*getConnectionStatus(){yield o.ZP.setConnectionStatusIsFetching(!0);const e=yield o.ZP.fetchConnectionStatus();return yield o.ZP.setConnectionStatusIsFetching(!1),o.ZP.setConnectionStatus(e)},getAuthorizationUrl:{isFulfilled:function(e){const t=Boolean(e.authorizationUrl);for(var n=arguments.length,o=new Array(n>1?n-1:0),c=1;c<n;c++)o[c-1]=arguments[c];const s=(0,r.select)(i.t).hasFinishedResolution("getAuthorizationUrl",o);return t&&!s&&(0,r.dispatch)(i.t).finishResolution("getAuthorizationUrl",o),t},*fulfill(e){const t=yield o.ZP.fetchAuthorizationUrl(e);yield o.ZP.setAuthorizationUrl(t.authorizeUrl)}}};t.Z={...c}},387:function(e,t){"use strict";const n={getConnectionStatus:e=>e.connectionStatus||{},getConnectionStatusIsFetching:e=>e.connectionStatusIsFetching||!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};t.Z=n},5333:function(e,t,n){"use strict";var r=n(7538),o=n.n(r),i=n(9818);class c{static mayBeInit(e,t){null===c.store&&(c.store=(0,i.createReduxStore)(e,t),(0,i.register)(c.store),c.resolveResolvers(e,t.initialState))}static resolveResolvers(e,t){t.connectionStatus&&t.connectionStatus.hasOwnProperty("isRegistered")&&(0,i.dispatch)(e).finishResolution("getConnectionStatus",[])}}o()(c,"store",null),t.Z=c},2199:function(e,t,n){"use strict";n.d(t,{t:function(){return l}});var r=n(1147),o=n(6973),i=n(387),c=n(5333),s=n(8310),a=n(4213);const l="jetpack-connection";c.Z.mayBeInit(l,{reducer:r.Z,actions:o.ZP,selectors:i.Z,resolvers:s.Z,controls:a.Z,initialState:window.JP_CONNECTION_INITIAL_STATE||{}})},3166:function(e,t,n){"use strict";var r=n(9307),o=n(5736),i=n(6989),c=n.n(i),s=n(9818),a=n(1415),l=n(69),u=n(134),p=n(2678),d=n(4502),m=n(6160),g=n(8670),f=n(8701),h=n(7201),b=n(8218),y=n(5412);const __=o.__;t.Z=()=>{const[e,t,n]=(0,b.Z)(),[o,i]=(0,r.useState)([]),[v,_]=(0,r.useState)(null),[k,j]=(0,r.useState)(!1),[E,w]=(0,r.useState)(!1),[C,S]=(0,r.useState)(!0),[R,N]=(0,r.useState)(null),[Z,O]=(0,r.useState)(null),P=(0,s.useSelect)((e=>e(y.t).getCalypsoSlug()),[]);(0,r.useEffect)((()=>{0<Object.keys(e).length&&j(!0)}),[e]),(0,r.useEffect)((()=>{c()({path:"/jetpack/v4/backup-capabilities"}).then((e=>{i(e.capabilities),w(!0)}),(()=>{w(!0),_("Failed to fetch site capabilities")})),c()({path:"/jetpack/v4/backup-promoted-product-info"}).then((e=>{N(e.cost/12),e.introductory_offer?O(e.introductory_offer.cost_per_interval/12):O(e.cost/12)}))}),[]);const x=()=>o.includes("backup"),F=()=>{window.location.href=(0,a.Z)("backup-plugin-upgrade-10gb",{site:P})},T=()=>k&&e.isUserConnected&&e.isRegistered?(C||S(!0),E?x()?React.createElement(f.Z,null):v?React.createElement(l.Z,null,React.createElement(u.Z,{lg:12,md:8,sm:4},v)):(()=>{const e=__("14 day money back guarantee.","jetpack-backup"),t=__("Special introductory pricing, all renewals are at full price. 14 day money back guarantee.","jetpack-backup");return React.createElement(l.Z,null,React.createElement(u.Z,{lg:6,md:6,sm:4},React.createElement("h1",null,__("Secure your site with a Backup subscription.","jetpack-backup")),React.createElement("p",null," ",__("Get peace of mind knowing that all your work will be saved, and get back online quickly with one-click restores.","jetpack-backup")),React.createElement("ul",{className:"jp-product-promote"},React.createElement("li",null,__("Automated real-time backups","jetpack-backup")),React.createElement("li",null,__("Easy one-click restores","jetpack-backup")),React.createElement("li",null,__("Complete list of all site changes","jetpack-backup")),React.createElement("li",null,__("Global server infrastructure","jetpack-backup")),React.createElement("li",null,__("Best-in-class support","jetpack-backup")))),React.createElement(u.Z,{lg:1,md:1,sm:0}),React.createElement(u.Z,{lg:5,md:6,sm:4},React.createElement(p.Z,{ctaText:__("Get Jetpack Backup","jetpack-backup"),icon:"data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m21.092 15.164.019-1.703v-.039c0-1.975-1.803-3.866-4.4-3.866-2.17 0-3.828 1.351-4.274 2.943l-.426 1.524-1.581-.065a2.92 2.92 0 0 0-.12-.002c-1.586 0-2.977 1.344-2.977 3.133 0 1.787 1.388 3.13 2.973 3.133H22.399c1.194 0 2.267-1.016 2.267-2.4 0-1.235-.865-2.19-1.897-2.368l-1.677-.29Zm-10.58-3.204a4.944 4.944 0 0 0-.201-.004c-2.75 0-4.978 2.298-4.978 5.133s2.229 5.133 4.978 5.133h12.088c2.357 0 4.267-1.97 4.267-4.4 0-2.18-1.538-3.99-3.556-4.339v-.06c0-3.24-2.865-5.867-6.4-5.867-2.983 0-5.49 1.871-6.199 4.404Z' fill='%23000'/%3E%3C/svg%3E",infoText:Z===R?e:t,onCtaClick:F,priceAfter:Z,priceBefore:R,title:__("Jetpack Backup","jetpack-backup")})))})():React.createElement("div",null)):(C&&S(!1),React.createElement(l.Z,null,React.createElement(u.Z,{lg:12,md:8,sm:4},t())));return React.createElement(g.Z,{withHeader:C,withFooter:C,moduleName:__("Jetpack Backup","jetpack-backup"),a8cLogoHref:"https://www.jetpack.com"},React.createElement("div",{id:"jetpack-backup-admin-container",className:"jp-content"},React.createElement("div",{className:"content"},React.createElement(d.Z,null,T()),React.createElement(m.Z,null,k&&e.isUserConnected&&e.isRegistered&&React.createElement(l.Z,null,React.createElement(u.Z,{lg:6,md:4},React.createElement("h2",null,__("Your cloud backups","jetpack-backup")),React.createElement("p",null,__("All the backups are safely stored in the cloud and available for you at any time on Jetpack.com, with full details about status and content.","jetpack-backup")),x()&&React.createElement(React.Fragment,null,React.createElement("p",null,React.createElement("a",{href:(0,a.Z)("jetpack-backup",{site:P}),target:"_blank",rel:"noreferrer"},__("See all your backups","jetpack-backup"))),React.createElement(h.Z,{purchaseType:"backup",redirectUrl:(0,a.Z)("backup-plugin-my-plan",{site:P})}))),React.createElement(u.Z,{lg:1,md:1,sm:0}),React.createElement(u.Z,{lg:5,md:3,sm:4},React.createElement("h2",null,__("Your site's heartbeat","jetpack-backup")),React.createElement("p",null,__("The activity log lets you see everything that’s going on with your site outlined in an organized, readable way.","jetpack-backup")),x()&&React.createElement("p",null,React.createElement("a",{href:(0,a.Z)("backup-plugin-activity-log",{site:P}),target:"_blank",rel:"noreferrer"},__("See your site's activity","jetpack-backup"))),n()))))))}},8701:function(e,t,n){"use strict";var r=n(9771),o=n(5736),i=n(6989),c=n.n(i),s=n(9307),a=n(9818),l=n(1415),u=n(5412),p=n(3099),d=n(8287),m=n(50),g=n(4256),f=n(567),h=n(7410),b=n(4535),y=n(4444),v=n(6476),_=n(8406);const __=o.__;t.Z=()=>{const[e,t]=(0,s.useState)(0),[n,o]=(0,s.useState)(0),[i,k]=(0,s.useState)(""),[j,E]=(0,s.useState)({posts:0,uploads:0,plugins:0,themes:0}),w=(0,a.useSelect)((e=>e(u.t).getCalypsoSlug()),[]),C=0,S=1,R=2,N=3,Z=4,O=5,[P,x]=(0,s.useState)(C);(0,s.useEffect)((()=>{c()({path:"/jetpack/v4/backups"}).then((e=>{let i=null;if(0===e.length)x(R);else if(1===e.length&&"error-will-retry"===e[0].status)x(N);else{if(e.forEach((e=>{null===i&&"finished"===e.status&&e.stats&&(i=e,x(O))})),null===i&&"started"===e[0].status&&(i=e[0],t(i.percent),x(S)),!i)return void x(Z);if("finished"===i.status){const e=i.stats.prefix+"posts";E({plugins:i.stats.plugins.count,themes:i.stats.themes.count,uploads:i.stats.uploads.count,posts:i.stats.tables[e].post_published}),k((0,r.date)("c",i.last_updated+"+00:00"))}}0!==e.length&&"started"!==i.status||setTimeout((()=>{o(n+1)}),1e3)}),(()=>{x(Z)}))}),[n]);const F=function(){let t=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];return React.createElement("div",{class:"jp-row"},React.createElement("div",{class:"lg-col-span-5 md-col-span-8 sm-col-span-4"},t&&React.createElement("div",{class:"backup__progress"},React.createElement("div",{class:"backup__progress-info"},React.createElement("p",null,__("Backing up Your Groovy Site…","jetpack-backup")),React.createElement("p",{class:"backup__progress-info-percentage"},e,"%")),React.createElement("div",{class:"backup__progress-bar"},React.createElement("div",{class:"backup__progress-bar-actual",style:{width:e+"%"}}))),React.createElement("h1",null,__("Your first cloud backup will be ready soon","jetpack-backup")),React.createElement("p",null,__("The first backup usually takes a few minutes, so it will become available soon.","jetpack-backup")),React.createElement("p",null,(0,s.createInterpolateElement)(__("In the meanwhile, you can start getting familiar with your <a>backup management on Jetpack.com</a>.","jetpack-backup"),{a:React.createElement("a",{href:(0,l.Z)("jetpack-backup",{site:w}),target:"_blank",rel:"noreferrer"})}))),React.createElement("div",{class:"lg-col-span-1 md-col-span-4 sm-col-span-0"}),React.createElement("div",{class:"backup__animation lg-col-span-6 md-col-span-2 sm-col-span-2"},React.createElement("img",{className:"backup__animation-el-1",src:y,alt:""}),React.createElement("img",{className:"backup__animation-el-2",src:v,alt:""}),React.createElement("img",{className:"backup__animation-el-3",src:_,alt:""})))};return React.createElement("div",{className:"jp-wrap jp-content"},C===P&&React.createElement("div",{class:"jp-row"}),R===P&&F(),N===P&&F(!1),S===P&&F(),O===P&&React.createElement("div",{className:"jp-row"},React.createElement("div",{className:"lg-col-span-3 md-col-span-4 sm-col-span-4"},React.createElement("div",{className:"backup__latest"},React.createElement("img",{src:m,alt:""}),React.createElement("h2",null,__("Latest Backup","jetpack-backup"))),React.createElement("h1",null,(e=>{const t=__("Today","jetpack-backup"),n=(0,r.getDate)();let o=t;return(0,r.dateI18n)("zY",n)!==(0,r.dateI18n)("zY",e)&&(o=(0,r.dateI18n)("M j",e)),o+", "+(0,r.dateI18n)("g:i A",e)})(i)),React.createElement("a",{class:"button is-full-width",href:(0,l.Z)("jetpack-backup",{site:w}),target:"_blank",rel:"noreferrer"},__("See all your backups","jetpack-backup"))),React.createElement("div",{className:"lg-col-span-1 md-col-span-4 sm-col-span-0"}),React.createElement("div",{className:"lg-col-span-2 md-col-span-2 sm-col-span-2"},React.createElement(p.Z,{icon:d,label:__("Posts","jetpack-backup"),value:j.posts})),React.createElement("div",{className:"lg-col-span-2 md-col-span-2 sm-col-span-2"},React.createElement(p.Z,{icon:f,label:__("Uploads","jetpack-backup"),value:j.uploads})),React.createElement("div",{className:"lg-col-span-2 md-col-span-2 sm-col-span-2"},React.createElement(p.Z,{icon:h,label:__("Plugins","jetpack-backup"),value:j.plugins})),React.createElement("div",{className:"lg-col-span-2 md-col-span-2 sm-col-span-2"},React.createElement(p.Z,{icon:b,label:__("Themes","jetpack-backup"),value:j.themes}))),Z===P&&React.createElement("div",{class:"jp-row"},React.createElement("div",{class:"lg-col-span-5 md-col-span-4 sm-col-span-4"},React.createElement("img",{src:g,alt:""}),React.createElement("h1",null,__("We're having trouble backing up your site","jetpack-backup")),React.createElement("p",null,(0,s.createInterpolateElement)(__(" <a>Get in touch with us</a> to get your site backups going again.","jetpack-backup"),{a:React.createElement("a",{href:(0,l.Z)("jetpack-contact-support",{site:w}),target:"_blank",rel:"noreferrer"})}))),React.createElement("div",{class:"lg-col-span-1 md-col-span-4 sm-col-span-0"}),React.createElement("div",{class:"lg-col-span-6 md-col-span-2 sm-col-span-2"})))}},7201:function(e,t,n){"use strict";var r=n(9307),o=n(5736),i=n(6989),c=n.n(i),s=n(1802);const __=o.__,a=e=>{const[t,n]=(0,r.useState)([]),[o,i]=(0,r.useState)(null),[a,l]=(0,r.useState)(!1);(0,r.useEffect)((()=>{c()({path:"/jetpack/v4/site/current-purchases"}).then((e=>{n(JSON.parse(e.data)),l(!0)}),(()=>{l(!0),i(__("Failed to fetch site purchases","jetpack-backup"))}))}),[]);const u=function(e,t){let n=[];const o=[];"backup"===t?e.forEach((e=>{((0,s.MC)(e.product_slug)||(0,s.Pu)(e.product_slug)||(0,s.G1)(e.product_slug))&&n.push(e)})):n=e;return n.forEach((e=>{o.push(React.createElement(r.Fragment,null,React.createElement("h4",null," ",e.product_name," "),React.createElement("p",null," ",e.expiry_message," ")))})),o}(t,e.purchaseType);return React.createElement("div",{className:"jpb-my-plan-container"},React.createElement("h3",null,__("My Plan","jetpack-backup")),React.createElement("p",null,__("The extra power you added to your Jetpack.","jetpack-backup")),a&&o&&React.createElement("div",null," ",o," "),u,React.createElement("p",null,React.createElement("a",{href:e.redirectUrl,target:"_blank",rel:"noreferrer"},__("Manage your plan","jetpack-backup"))))};a.defaultProps={purchaseType:"all"},t.Z=a},3099:function(e,t){"use strict";t.Z=e=>React.createElement("div",{className:"backup__card"},React.createElement("img",{src:e.icon,alt:""}),React.createElement("div",{className:"backup__card-details"},React.createElement("div",{className:"backup__card-details-items"},e.label),React.createElement("div",{className:"backup__card-details-amount"},e.value)))},8218:function(e,t,n){"use strict";n.d(t,{Z:function(){return g}});var r=n(9196),o=n.n(r),i=n(9307),c=n(6989),s=n.n(c),a=n(9818),l=n(2199),u=n(1213),p=n(7132),d=n(5736),m=n(5412);const __=d.__;function g(){const e=(0,a.useSelect)((e=>e(m.t).getAPINonce()),[]),t=(0,a.useSelect)((e=>e(m.t).getAPIRoot()),[]),n=(0,a.useSelect)((e=>e(m.t).getConnectedPlugins()),[]),r=(0,a.useSelect)((e=>e(m.t).getSiteData()),[]),c=(0,a.useSelect)((e=>e(m.t).getRegistrationNonce()),[]),d=(0,a.useSelect)((e=>e(l.t).getConnectionStatus()),[]),[g,f]=(0,i.useState)(null),[h,b]=(0,i.useState)(null);(0,i.useEffect)((()=>{s()({path:"/jetpack/v4/backup-promoted-product-info"}).then((e=>{f(e.cost/12),e.introductory_offer?b(e.introductory_offer.cost_per_interval/12):b(e.cost/12)}))}),[]);return[d,()=>o().createElement(u.Z,{buttonLabel:__("Get Jetpack Backup","jetpack-backup"),priceAfter:h,priceBefore:g,pricingIcon:"data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m21.092 15.164.019-1.703v-.039c0-1.975-1.803-3.866-4.4-3.866-2.17 0-3.828 1.351-4.274 2.943l-.426 1.524-1.581-.065a2.92 2.92 0 0 0-.12-.002c-1.586 0-2.977 1.344-2.977 3.133 0 1.787 1.388 3.13 2.973 3.133H22.399c1.194 0 2.267-1.016 2.267-2.4 0-1.235-.865-2.19-1.897-2.368l-1.677-.29Zm-10.58-3.204a4.944 4.944 0 0 0-.201-.004c-2.75 0-4.978 2.298-4.978 5.133s2.229 5.133 4.978 5.133h12.088c2.357 0 4.267-1.97 4.267-4.4 0-2.18-1.538-3.99-3.556-4.339v-.06c0-3.24-2.865-5.867-6.4-5.867-2.983 0-5.49 1.871-6.199 4.404Z' fill='%23000'/%3E%3C/svg%3E",pricingTitle:__("Jetpack Backup","jetpack-backup"),title:__("The best real‑time WordPress backups","jetpack-backup"),apiRoot:t,apiNonce:e,registrationNonce:c,from:"jetpack-backup",redirectUri:"admin.php?page=jetpack-backup"},o().createElement("h3",null,__("Save every change and get back online quickly with one‑click restores.","jetpack-backup")),o().createElement("ul",null,o().createElement("li",null,__("Automated real-time backups","jetpack-backup")),o().createElement("li",null,__("Easy one-click restores","jetpack-backup")),o().createElement("li",null,__("Complete list of all site changes","jetpack-backup")),o().createElement("li",null,__("Global server infrastructure","jetpack-backup")),o().createElement("li",null,__("Best-in-class support","jetpack-backup")))),()=>o().createElement(p.Z,{apiRoot:t,apiNonce:e,connectedPlugins:n,connectedSiteId:r?r.id:null,redirectUri:"admin.php?page=jetpack-backup",context:"jetpack-backup-page"})]}},4963:function(e,t){"use strict";t.Z=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return e}},7988:function(e,t){"use strict";t.Z=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return e}},2284:function(e,t){"use strict";t.Z=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return e}},19:function(e,t,n){"use strict";var r=n(9818),o=n(4963),i=n(7310),c=n(7988),s=n(2284),a=n(6220);const l=(0,r.combineReducers)({connectedPlugins:s.Z,API:o.Z,jetpackStatus:i.Z,assets:c.Z,siteData:a.Z});t.Z=l},7310:function(e,t){"use strict";t.Z=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return e}},6220:function(e,t){"use strict";t.Z=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return e}},8750:function(e,t){"use strict";t.Z={getAPIRoot:e=>e.API.WP_API_root||null,getAPINonce:e=>e.API.WP_API_nonce||null,getRegistrationNonce:e=>e.API.registrationNonce||null}},6466:function(e,t){"use strict";t.Z={getConnectedPlugins:e=>e.connectedPlugins||[]}},4793:function(e,t,n){"use strict";var r=n(8750),o=n(2102),i=n(6466),c=n(600);const s={...r.Z,...o.Z,...i.Z,...c.Z};t.Z=s},2102:function(e,t){"use strict";t.Z={getCalypsoSlug:e=>e.jetpackStatus.calypsoSlug||{}}},600:function(e,t){"use strict";t.Z={getSiteData:e=>e.siteData||[]}},5412:function(e,t,n){"use strict";n.d(t,{t:function(){return i},i:function(){return c}});var r=n(19),o=n(4793);const i="jetpack-backup-plugin",c={reducer:r.Z,selectors:o.Z,initialState:window.JPBACKUP_INITIAL_STATE||{}}},1802:function(e,t,n){"use strict";n.d(t,{MC:function(){return Z},Pu:function(){return O},G1:function(){return P}});var r=n(2819);const o="jetpack_premium",i="jetpack_business",c="jetpack_personal",s="jetpack_premium_monthly",a="jetpack_business_monthly",l="jetpack_personal_monthly",u="jetpack_backup_t1_yearly",p="jetpack_backup_t1_monthly",d="jetpack_backup_t2_yearly",m="jetpack_backup_t2_monthly",g="jetpack_security_t1_yearly",f="jetpack_security_t1_monthly",h="jetpack_security_t2_yearly",b="jetpack_security_t2_monthly",y="jetpack_backup_daily",v="jetpack_backup_daily_monthly",_="jetpack_backup_realtime",k="jetpack_backup_realtime_monthly",j="jetpack_security_daily",E="jetpack_security_daily_monthly",w="jetpack_security_realtime",C="jetpack_security_realtime_monthly",S=[o,i,c,s,a,l],R=[g,f,h,b,j,E,w,C],N=[u,p,d,m,y,v,_,k];function Z(e){return(0,r.includes)(N,e)}function O(e){return R.includes(e)}function P(e){return S.includes(e)}},1043:function(e,t,n){"use strict";var r=n(1625),o=n(9196);t.useSubscription=function(e){var t=e.getCurrentValue,n=e.subscribe,i=o.useState((function(){return{getCurrentValue:t,subscribe:n,value:t()}}));e=i[0];var c=i[1];return i=e.value,e.getCurrentValue===t&&e.subscribe===n||(i=t(),c({getCurrentValue:t,subscribe:n,value:i})),o.useDebugValue(i),o.useEffect((function(){function e(){if(!o){var e=t();c((function(o){return o.getCurrentValue!==t||o.subscribe!==n||o.value===e?o:r({},o,{value:e})}))}}var o=!1,i=n(e);return e(),function(){o=!0,i()}}),[t,n]),i}},36:function(e,t,n){"use strict";e.exports=n(1043)},2042:function(e,t,n){"use strict";e.exports=n.p+"images/disconnect-confirm-dc9fe8f5c68cfd1320e0.jpg"},724:function(e,t,n){"use strict";e.exports=n.p+"images/disconnect-thanks-5873bfac56a9bd7322cd.jpg"},4444:function(e,t,n){"use strict";e.exports=n.p+"images/backup-animation-1-8d65f9365c217c43eb01.svg"},6476:function(e,t,n){"use strict";e.exports=n.p+"images/backup-animation-2-4d8da04fb34b29957030.svg"},8406:function(e,t,n){"use strict";e.exports=n.p+"images/backup-animation-3-1c6df0c7bc8546e712d8.svg"},4256:function(e,t,n){"use strict";e.exports=n.p+"images/cloud-alert-cf8336f3384ee5b98a9e.svg"},50:function(e,t,n){"use strict";e.exports=n.p+"images/cloud-35473ae2758e9f3e353d.svg"},7410:function(e,t,n){"use strict";e.exports=n.p+"images/plugins-d0898bae4e79a6e05b9e.svg"},8287:function(e,t,n){"use strict";e.exports=n.p+"images/posts-7a4c9e22d20abaac65d6.svg"},4535:function(e,t,n){"use strict";e.exports=n.p+"images/themes-700cf8bdf1049fdbc94a.svg"},567:function(e,t,n){"use strict";e.exports=n.p+"images/uploads-7a7b15dfda25508a8d68.svg"},4608:function(e){"use strict";if(void 0==={consumer_slug:"jetpack-backup"}){var t=new Error('Cannot find module \'{"consumer_slug":"jetpack-backup"}\'');throw t.code="MODULE_NOT_FOUND",t}e.exports={consumer_slug:"jetpack-backup"}},9196:function(e){"use strict";e.exports=window.React},1850:function(e){"use strict";e.exports=window.ReactDOM},2819:function(e){"use strict";e.exports=window.lodash},6989:function(e){"use strict";e.exports=window.wp.apiFetch},5609:function(e){"use strict";e.exports=window.wp.components},4333:function(e){"use strict";e.exports=window.wp.compose},9818:function(e){"use strict";e.exports=window.wp.data},9771:function(e){"use strict";e.exports=window.wp.date},9307:function(e){"use strict";e.exports=window.wp.element},5736:function(e){"use strict";e.exports=window.wp.i18n},6483:function(e){"use strict";e.exports=window.wp.url},8086:function(e,t,n){"use strict";function r(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}n.d(t,{Z:function(){return r}})},2141:function(e,t,n){"use strict";n.d(t,{Z:function(){return o}});var r=n(8086);function o(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?Object(arguments[t]):{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&o.push.apply(o,Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),o.forEach((function(t){(0,r.Z)(e,t,n[t])}))}return e}},8549:function(e,t,n){"use strict";function r(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}n.d(t,{Z:function(){return r}})},4952:function(e,t,n){"use strict";function r(e){if(Array.isArray(e))return e}n.d(t,{Z:function(){return r}})},3383:function(e,t,n){"use strict";n.d(t,{Z:function(){return o}});var r=n(8549);function o(e){if(Array.isArray(e))return(0,r.Z)(e)}},2500:function(e,t,n){"use strict";function r(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}n.d(t,{Z:function(){return r}})},6794:function(e,t,n){"use strict";function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}n.d(t,{Z:function(){return r}})},9362:function(e,t,n){"use strict";function r(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function o(e,t,n){return t&&r(e.prototype,t),n&&r(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}n.d(t,{Z:function(){return o}})},842:function(e,t,n){"use strict";n.d(t,{Z:function(){return c}});var r=n(2138),o=n(9332),i=n(4530);function c(e){var t=(0,o.Z)();return function(){var n,o=(0,r.Z)(e);if(t){var c=(0,r.Z)(this).constructor;n=Reflect.construct(o,arguments,c)}else n=o.apply(this,arguments);return(0,i.Z)(this,n)}}},2800:function(e,t,n){"use strict";function r(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}n.d(t,{Z:function(){return r}})},9355:function(e,t,n){"use strict";function r(){return r=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},r.apply(this,arguments)}n.d(t,{Z:function(){return r}})},2138:function(e,t,n){"use strict";function r(e){return r=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},r(e)}n.d(t,{Z:function(){return r}})},225:function(e,t,n){"use strict";n.d(t,{Z:function(){return o}});var r=n(7969);function o(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&(0,r.Z)(e,t)}},9332:function(e,t,n){"use strict";function r(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}n.d(t,{Z:function(){return r}})},1456:function(e,t,n){"use strict";function r(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}n.d(t,{Z:function(){return r}})},4839:function(e,t,n){"use strict";function r(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,o,i=[],_n=!0,c=!1;try{for(n=n.call(e);!(_n=(r=n.next()).done)&&(i.push(r.value),!t||i.length!==t);_n=!0);}catch(e){c=!0,o=e}finally{try{_n||null==n.return||n.return()}finally{if(c)throw o}}return i}}n.d(t,{Z:function(){return r}})},8015:function(e,t,n){"use strict";function r(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}n.d(t,{Z:function(){return r}})},5115:function(e,t,n){"use strict";function r(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}n.d(t,{Z:function(){return r}})},5133:function(e,t,n){"use strict";n.d(t,{Z:function(){return i}});var r=n(2800);function o(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function i(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?o(Object(n),!0).forEach((function(t){(0,r.Z)(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):o(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}},4530:function(e,t,n){"use strict";n.d(t,{Z:function(){return i}});var r=n(6679),o=n(2500);function i(e,t){if(t&&("object"===(0,r.Z)(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return(0,o.Z)(e)}},7969:function(e,t,n){"use strict";function r(e,t){return r=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},r(e,t)}n.d(t,{Z:function(){return r}})},5625:function(e,t,n){"use strict";n.d(t,{Z:function(){return s}});var r=n(4952),o=n(4839),i=n(4200),c=n(8015);function s(e,t){return(0,r.Z)(e)||(0,o.Z)(e,t)||(0,i.Z)(e,t)||(0,c.Z)()}},3942:function(e,t,n){"use strict";n.d(t,{Z:function(){return s}});var r=n(3383),o=n(1456),i=n(4200),c=n(5115);function s(e){return(0,r.Z)(e)||(0,o.Z)(e)||(0,i.Z)(e)||(0,c.Z)()}},6679:function(e,t,n){"use strict";function r(e){return r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},r(e)}n.d(t,{Z:function(){return r}})},4200:function(e,t,n){"use strict";n.d(t,{Z:function(){return o}});var r=n(8549);function o(e,t){if(e){if("string"==typeof e)return(0,r.Z)(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?(0,r.Z)(e,t):void 0}}}},t={};function n(r){var o=t[r];if(void 0!==o)return o.exports;var i=t[r]={exports:{}};return e[r](i,i.exports,n),i.exports}n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,{a:t}),t},n.d=function(e,t){for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},n.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},function(){var e;n.g.importScripts&&(e=n.g.location+"");var t=n.g.document;if(!e&&t&&(t.currentScript&&(e=t.currentScript.src),!e)){var r=t.getElementsByTagName("script");r.length&&(e=r[r.length-1].src)}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),n.p=e}(),function(){"use strict";var e=n(9196),t=n.n(e),r=n(1850),o=n.n(r),i=n(9818),c=n(3166),s=n(5412);const a=(0,i.createReduxStore)(s.t,s.i);(0,i.register)(a),function(){const e=document.getElementById("jetpack-backup-root");null!==e&&o().render(t().createElement(c.Z,null),e)}()}()}();
  • jetpack-backup/trunk/build/index.rtl.css

    r2613841 r2657802  
    1 .stat-block{display:flex;flex-direction:column;flex:1}.stat-block .icon{flex:2}.stat-block .icon img{margin-top:24px;height:24px;width:24px}.stat-block .label{flex:1;font-weight:700}.stat-block .value{flex:1}.stat-block .large-text{font-size:2em;font-weight:700}.backup__card{padding:24px;background:var(--jp-white);box-shadow:0 0 40px rgba(0,0,0,.08);border-radius:var(--jp-border-radius)}.backup__card-details-items{margin:16px 0 -8px;font-weight:500}.backup__card-details-amount{margin-bottom:-12px;font-size:var(--font-title-large);font-weight:600}.backup__progress{margin-left:64px;margin-bottom:48px}.backup__progress-info{display:flex;font-weight:500}.backup__progress-info .backup__progress-info-percentage{margin-right:auto}.backup__progress-bar,.backup__progress-bar-actual{height:12px;border-radius:8px}.backup__progress-bar{position:relative;width:100%;background:var(--jp-gray-off)}.backup__progress-bar-actual{position:absolute;top:0;right:0;width:0;background:var(--jp-green-primary)}.backup__latest{display:flex;align-items:center;margin-bottom:8px}.backup__latest img,.backup__latest svg{min-width:32px;min-height:32px}.backup__latest h2{margin:0 12px 0 0;vertical-align:-1px}.backup__latest+h1{white-space:nowrap}.backup__animation{position:relative}.backup__animation-el-1,.backup__animation-el-2,.backup__animation-el-3{opacity:0;position:absolute;z-index:4;animation:animation-el-3 4s ease-in-out .8s infinite normal forwards}.backup__animation-el-1{bottom:150px;left:264px;animation-name:animation-el-1;animation-delay:.6s}.backup__animation-el-2{bottom:108px;left:44px;animation-name:animation-el-2;animation-delay:.7s}.backup__animation-el-3{bottom:-32px;animation-name:animation-el-3}@keyframes animation-el-1{0%{opacity:0;transform:translateY(32px)}20%{opacity:1;transform:translateY(0)}50%{opacity:1;transform:translateY(0)}60%{opacity:0;transform:translateY(-96px)}to{opacity:0;transform:translateY(-96px)}}@keyframes animation-el-2{0%{opacity:0;transform:translateY(64px)}20%{opacity:1;transform:translateY(0)}50%{opacity:1;transform:translateY(0)}60%{opacity:0;transform:translateY(-96px)}to{opacity:0;transform:translateY(-96px)}}@keyframes animation-el-3{0%{opacity:0;transform:translateY(44px)}20%{opacity:1;transform:translateY(0)}50%{opacity:1;transform:translateY(0)}60%{opacity:0;transform:translateY(-84px)}to{opacity:0;transform:translateY(-84px)}}.jp-connect-screen{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;background:#fff;box-shadow:0 0 40px rgba(0,0,0,.08);border-radius:4px}.jp-connect-screen.jp-connect-screen--loading{display:none}.jp-connect-screen .jp-connect-screen--left,.jp-connect-screen .jp-connect-screen--right{box-sizing:border-box}.jp-connect-screen .jp-connect-screen--left{padding:25px}@media(min-width:600px){.jp-connect-screen .jp-connect-screen--left{padding:64px 96px}}.jp-connect-screen .jp-connect-screen--left .jetpack-logo{margin-bottom:24px}.jp-connect-screen .jp-connect-screen--left h2{font-style:normal;font-weight:700;font-size:36px;line-height:40px;color:#000;margin-top:32px;margin-bottom:0}.jp-connect-screen .jp-connect-screen--left li,.jp-connect-screen .jp-connect-screen--left p{font-style:normal;font-weight:400;font-size:16px;line-height:24px}.jp-connect-screen .jp-connect-screen--left p{color:#101517;margin:16px 0}.jp-connect-screen .jp-connect-screen--left ul{list-style-type:none}.jp-connect-screen .jp-connect-screen--left ul li{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAANlBMVEVHcEwFnwUInggGnggGnggHnAcAnwUFnQcAnwcGnwkFnQgGnQgFnwcGnQYFnQcFnAcGnQkDnwdhiL0pAAAAEnRSTlMAMF//f2Aw7yBQ3+9gcIBgcED+HDbkAAAAZklEQVR4Ae3LNwICARDDQC0+cv7/Y8mwV9odSfWIcf/+VegnGkIvDaGXKvTTn/Gz+Uf5xTL0K1XotS7fs5H6GHvvaO8d7c3j7rdgHne/A/PYt/cO+R42oYdN6OEQetiFHo4A//6dAXqtBEkmtWutAAAAAElFTkSuQmCC) no-repeat;background-size:24px;padding-right:30px;margin-bottom:9px;color:#000}.jp-connect-screen .jp-connect-screen--left ul li a{color:#000;text-decoration:underline}.jp-connect-screen .jp-connect-screen--left a.jp-connection-screen-icon{text-decoration:none;padding-right:5px}.jp-connect-screen .jp-connect-screen--left .jp-connect-button{margin-top:40px}.jp-connect-screen .jp-connect-screen--left .jp-connect-button button{max-width:100%}.jp-connect-screen .jp-connect-screen--left .jp-connect-button button:disabled{color:hsla(0,0%,100%,.4)}.jp-connect-screen .jp-connect-screen--left .jp-connect-screen--tos{margin-top:28px;max-width:360px}.jp-connect-screen .jp-connect-screen--right{padding:64px 0}.jp-connect-screen .jp-connect-screen--right img{max-width:100%}.jp-connect-screen.jp-connect-screen--two-columns .jp-connect-screen--left{float:right;width:100%}@media(min-width:1080px){.jp-connect-screen.jp-connect-screen--two-columns .jp-connect-screen--left{width:52%}}.jp-connect-screen.jp-connect-screen--two-columns .jp-connect-screen--right{float:left;width:47%;background:#f9f9f6;display:none}@media(min-width:1080px){.jp-connect-screen.jp-connect-screen--two-columns .jp-connect-screen--right{display:block}}.jp-connect-screen .jp-connect-screen--clearfix{clear:both}.jp-connect-button--button{background:#000;border-radius:4px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-style:normal;font-weight:600;font-size:14px;line-height:18px;text-align:center;width:264px;height:40px;display:block}.jp-connect-button__error{color:var(--jp-red)!important;line-height:25px!important;padding-right:25px;background:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyIDIwYTggOCAwIDEwMC0xNiA4IDggMCAwMDAgMTZ6IiBzdHJva2U9IiNENjM2MzkiIHN0cm9rZS13aWR0aD0iMS41Ii8+PHBhdGggZD0iTTEzIDdoLTJ2NmgyVjd6TTEzIDE1aC0ydjJoMnYtMnoiIGZpbGw9IiNENjM2MzkiLz48L3N2Zz4=") no-repeat 100% 0}@keyframes rotate-spinner{to{transform:rotate(-1turn)}}.jp-components-spinner{display:flex;align-items:center}.jp-components-spinner__inner,.jp-components-spinner__outer{margin:auto;box-sizing:border-box;border:.1em solid transparent;border-radius:50%;animation:3s linear infinite;animation-name:rotate-spinner}.jp-components-spinner__outer{border-top-color:#fff}.jp-components-spinner__inner{width:100%;height:100%;border-top-color:#fff;border-left-color:#fff;opacity:.4}.jp-connection-status-card h3{font-size:36px;line-height:40px;font-weight:400;color:var(--jp-black);margin:0}.jp-connection-status-card a,.jp-connection-status-card a:active,.jp-connection-status-card a:hover{color:var(--jp-black)}.jp-connection-status-card p{margin:16px 0;color:var(--jp-black)}.jp-connection-status-card a,.jp-connection-status-card li,.jp-connection-status-card p{font-size:16px;line-height:24px}.jp-connection-status-card--status{display:flex;align-items:center;margin:24px -6px 24px 0}.jp-connection-status-card--cloud{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDIiIGhlaWdodD0iNDIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PG1hc2sgaWQ9ImEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjciIHk9IjkiIHdpZHRoPSIyOCIgaGVpZ2h0PSIyMSI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zMC4zMzMgMTcuNjk3di0uMDhjMC00LjI1My0zLjc2LTcuNy04LjQtNy43LTMuOTE2IDAtNy4yMDYgMi40NTctOC4xMzYgNS43OGE2LjM4NiA2LjM4NiAwIDAwLS4yNjQtLjAwNUM5LjkyNSAxNS42OTIgNyAxOC43MDggNyAyMi40MjlzMi45MjUgNi43MzggNi41MzMgNi43MzhIMjkuNGMzLjA5MyAwIDUuNi0yLjU4NiA1LjYtNS43NzUgMC0yLjg2MS0yLjAxOC01LjIzNy00LjY2Ni01LjY5NXoiIGZpbGw9IiNmZmYiLz48L21hc2s+PGcgbWFzaz0idXJsKCNhKSI+PHBhdGggZD0iTTMwLjMzMyAxNy42OTdsLTIuNjI1LS4wMy0uMDI1IDIuMjM1IDIuMjAyLjM4MS40NDgtMi41ODZ6bS0xNi41MzctMmwtLjEwNyAyLjYyMyAyLjA3NS4wODUuNTYtMi0yLjUyOC0uNzA4em0tLjI2MyAxMy40N3YyLjYyNWguMDA4bC0uMDA4LTIuNjI1em0uMDQgMHYtMi42MjVoLS4wMDlsLjAwOCAyLjYyNXptMTUuNzk1IDBsLjAxNS0yLjYyNWgtLjAxNXYyLjYyNXptMy41OS0xMS40NDF2LS4xMWgtNS4yNXYuMDUybDUuMjUuMDU4em0wLS4xMWMwLTUuOTEyLTUuMTU1LTEwLjMyNC0xMS4wMjUtMTAuMzI0djUuMjVjMy40MSAwIDUuNzc1IDIuNDgyIDUuNzc1IDUuMDc1aDUuMjV6TTIxLjkzMyA3LjI5M2MtNC45ODQgMC05LjM4OCAzLjEzOS0xMC42NjQgNy42OThsNS4wNTUgMS40MTVjLjU4NS0yLjA4OSAyLjc2Mi0zLjg2MyA1LjYxLTMuODYzdi01LjI1em0tOC4wMyA1Ljc4MmE5LjExMSA5LjExMSAwIDAwLS4zNy0uMDA3djUuMjVjLjA1MyAwIC4xMDUuMDAxLjE1Ni4wMDNsLjIxNS01LjI0NnptLS4zNy0uMDA3Yy01LjEzMyAwLTkuMTU4IDQuMjY4LTkuMTU4IDkuMzYyaDUuMjVjMC0yLjM0OCAxLjgyNS00LjExMiAzLjkwOC00LjExMnYtNS4yNXptLTkuMTU4IDkuMzYyYzAgNS4wOTUgNC4wMjUgOS4zNjMgOS4xNTggOS4zNjN2LTUuMjVjLTIuMDgzIDAtMy45MDgtMS43NjUtMy45MDgtNC4xMTNoLTUuMjV6bTkuMTY2IDkuMzYzaC4wNGwtLjAxNy01LjI1aC0uMDM5bC4wMTYgNS4yNXptLjAzMSAwaDE1Ljc5NnYtNS4yNUgxMy41NzJ2NS4yNXptMTUuODI3LTUuMjVoLS4wMTZsLS4wMyA1LjI1aC4wNDZ2LTUuMjV6bTIuOTc1LTMuMTVjMCAxLjgxNi0xLjQwNyAzLjE1LTIuOTc1IDMuMTV2NS4yNWM0LjYxOCAwIDguMjI1LTMuODM4IDguMjI1LTguNGgtNS4yNXptLTIuNDg5LTMuMTA5YzEuMzU1LjIzNSAyLjQ5IDEuNDg4IDIuNDkgMy4xMDloNS4yNWMwLTQuMTAyLTIuOTAyLTcuNi02Ljg0NC04LjI4MmwtLjg5NiA1LjE3M3oiIGZpbGw9IiMxRTFFMUUiLz48L2c+PC9zdmc+");width:42px;height:42px;margin-left:4px}.jp-connection-status-card--jetpack-logo{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE2IDMyYzguODM3IDAgMTYtNy4xNjMgMTYtMTZTMjQuODM3IDAgMTYgMCAwIDcuMTYzIDAgMTZzNy4xNjMgMTYgMTYgMTZ6IiBmaWxsPSIjMDAwIi8+PHBhdGggZD0iTTE2Ljc5NCAxMy4zMTN2MTUuNTExbDgtMTUuNTEyaC04ek0xNS4xNzUgMTguNjU3VjMuMTc2bC03Ljk2OSAxNS40OGg3Ljk3eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==");width:32px;height:32px;margin-right:11px}.jp-connection-status-card--btn-connect-user{height:40px;font-size:var(--font-body-small);border-radius:4px;background:var(--jp-black)!important}.jp-connection-status-card--avatar{border:0;border-radius:20px;width:32px;height:32px;background-color:var(--jp-white);background-repeat:no-repeat;background-size:contain;margin-right:-10px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='16' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.498 27.123C6.038 24.165 10.916 21.5 16 21.5c5.084 0 9.963 2.665 11.502 5.623a15.952 15.952 0 01-11.257 4.875L16 32l-.245-.002a15.952 15.952 0 01-11.257-4.875zM16 8a6 6 0 110 12 6 6 0 010-12z' fill='%23A2AAB2'/%3E%3C/svg%3E")}.jp-connection-status-card--line{width:67px;height:0;border-top:2px solid var(--jp-black)}.jp-connection-status-card--line.jp-connection-status-card--site-only{border-top-style:dashed}.jp-connection-status-card--list{margin:16px 0;list-style-type:none}.jp-connection-status-card--list li{padding-right:25px;color:var(--jp-black);margin:0 -3px 8px 0}.jp-connection-status-card--list-item-success{background:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE4LjkzNSA2bC04LjkgMTEuOTctNS4xNjItMy44MzciIHN0cm9rZT0iIzFFMUUxRSIgc3Ryb2tlLXdpZHRoPSIxLjUiLz48L3N2Zz4=") no-repeat 100% 0}.jp-connection-status-card--list-item-error{color:var(--jp-red)!important;background:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyIDIwYTggOCAwIDEwMC0xNiA4IDggMCAwMDAgMTZ6IiBzdHJva2U9IiNENjM2MzkiIHN0cm9rZS13aWR0aD0iMS41Ii8+PHBhdGggZD0iTTEzIDdoLTJ2NmgyVjd6TTEzIDE1aC0ydjJoMnYtMnoiIGZpbGw9IiNENjM2MzkiLz48L3N2Zz4=") no-repeat 100% 0}:root{--jp-red:#d63639}.jp-cut{margin:32px 0}.jp-disconnect-dialog h1{margin-top:0;line-height:1.2;font-size:var(--font-title-large);font-weight:600}.jp-disconnect-dialog h2{margin:0;line-height:1.2;font-size:var(--font-title-small);font-weight:400}.jp-disconnect-dialog p{font-size:var(--font-body)}.jp-disconnect-dialog__link{font-size:var(--font-body);color:var(--jp-black);text-decoration:underline;height:auto;font:inherit;padding:0}.jp-disconnect-dialog__link:hover{color:var(--jp-black);text-decoration-thickness:var(--jp-underline-thickness)}.jp-disconnect-dialog__link:focus{color:var(--jp-black);box-shadow:none!important}.jp-disconnect-dialog .components-button{height:40px;font-size:var(--font-body-small);border-radius:4px}.jp-disconnect-dialog .components-modal__content{padding:0}.jp-disconnect-dialog .components-modal__header{display:none}.jp-disconnect-dialog .jp-row{align-items:center}.jp-disconnect-dialog__content{background:var(--jp-white-off);margin:0;padding:80px;border-radius:4px;text-align:center}.jp-disconnect-dialog__actions{background:var(--jp-white);padding:10px 48px}.jp-disconnect-dialog__btn-dismiss{background:var(--jp-black)!important;margin-left:10px}.jp-disconnect-dialog__btn-disconnect{background:var(--jp-red)!important}.jp-disconnect-dialog__btn-back-to-wp{background:var(--jp-black)!important}.jp-disconnect-dialog__button-wrap{text-align:center}.jp-disconnect-dialog__error{color:var(--jp-red)}.jp-disconnect-dialog__success .components-modal__content{background:var(--jp-white);padding:50px}.jp-disconnect-dialog__success h1{margin-top:20px}@media(min-width:960px){.jp-disconnect-dialog{min-width:900px}.jp-disconnect-dialog__success{min-width:auto}.jp-row{margin-right:0}}:root{--font-title-large:36px;--font-title-small:24px;--font-body:16px;--font-label:12px;--jp-black:#000;--jp-black-80:#2c3338;--jp-white:#fff;--jp-white-off:#f9f9f6;--jp-gray:#dcdcde;--jp-gray-off:#e2e2df;--jp-green-primary:#069e08;--jp-green-secondary:#2fb41f;--jp-border-radius:4px;--jp-menu-border-height:1px;--jp-underline-thickness:2px}*{box-sizing:border-box}body{min-height:100%;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}.sm-col-span-1{grid-column-end:span 1}.sm-col-span-2{grid-column-end:span 2}.sm-col-span-3{grid-column-end:span 3}.sm-col-span-4{grid-column-end:span 4}@media(min-width:600px){.md-col-span-1{grid-column-end:span 1}.md-col-span-2{grid-column-end:span 2}.md-col-span-3{grid-column-end:span 3}.md-col-span-4{grid-column-end:span 4}.md-col-span-5{grid-column-end:span 5}.md-col-span-6{grid-column-end:span 6}.md-col-span-7{grid-column-end:span 7}.md-col-span-8{grid-column-end:span 8}}@media(min-width:960px){.lg-col-span-1{grid-column-end:span 1}.lg-col-span-2{grid-column-end:span 2}.lg-col-span-3{grid-column-end:span 3}.lg-col-span-4{grid-column-end:span 4}.lg-col-span-5{grid-column-end:span 5}.lg-col-span-6{grid-column-end:span 6}.lg-col-span-7{grid-column-end:span 7}.lg-col-span-8{grid-column-end:span 8}.lg-col-span-9{grid-column-end:span 9}.lg-col-span-10{grid-column-end:span 10}.lg-col-span-11{grid-column-end:span 11}.lg-col-span-12{grid-column-end:span 12}}@media(max-width:960px){.md-col-span-0{display:none}}@media(max-width:600px){.sm-col-span-0{display:none}}.jp-wrap{display:flex;align-items:center;flex-wrap:wrap;max-width:1128px;margin:0 auto}.jp-row{display:grid;grid-gap:24px;grid-template-columns:repeat(4,1fr);width:100%;margin:0 16px}@media(min-width:600px){.jp-row{grid-template-columns:repeat(8,1fr);margin:0 18px}}@media(min-width:960px){.jp-row{grid-template-columns:repeat(12,1fr);max-width:1128px;margin:0 24px}}.jp-cut{position:relative;padding:16px 24px 16px 64px;border:2px solid var(--jp-green-primary);border-radius:var(--jp-border-radius);text-decoration:none;margin:24px 0 32px}.jp-cut,.jp-cut span{display:block}.jp-cut span:last-of-type{font-weight:600}.jp-cut:focus span:last-of-type,.jp-cut:hover span:last-of-type{text-decoration:underline;text-decoration-thickness:var(--jp-underline-thickness)}.jp-cut:focus:after,.jp-cut:hover:after{transform:translateY(-50%) translateX(-8px)}.jp-cut:after{content:"→";position:absolute;top:50%;left:24px;font-size:24px;font-weight:600;color:var(--jp-green-primary);transform:translateY(-50%);transition:transform .15s ease-out}#wpcontent{padding-right:0}#wpwrap{background-color:#fff}.jp-footer,.jp-header{padding:20px 0}@media(min-width:960px){.jp-footer,.jp-header{padding:40px 0}}#jetpack-backup-admin-container.jp-content{position:relative;font-size:var(--font-body);line-height:1.5}#jetpack-backup-admin-container.jp-content h1,#jetpack-backup-admin-container.jp-content h2,#jetpack-backup-admin-container.jp-content h3,#jetpack-backup-admin-container.jp-content h4,#jetpack-backup-admin-container.jp-content h5,#jetpack-backup-admin-container.jp-content h6{margin-top:0;line-height:1.2}#jetpack-backup-admin-container.jp-content h1{font-size:var(--font-title-large);font-weight:600}#jetpack-backup-admin-container.jp-content h2{font-size:var(--font-title-small);font-weight:500}#jetpack-backup-admin-container.jp-content .jp-section h2,#jetpack-backup-admin-container.jp-content .jp-section h3{margin-bottom:16px}#jetpack-backup-admin-container.jp-content .jp-section p{margin-top:16px}#jetpack-backup-admin-container.jp-content li,#jetpack-backup-admin-container.jp-content p{font-size:16px;line-height:1.5}#jetpack-backup-admin-container.jp-content .jp-connection-status-card h3{margin-top:48px;font-size:var(--font-title-small);font-weight:500}#jetpack-backup-admin-container.jp-content a{color:var(--jp-black);transition:color,background-color .15s ease-out}#jetpack-backup-admin-container.jp-content a:hover{text-decoration-thickness:var(--jp-underline-thickness)}#jetpack-backup-admin-container.jp-content a:focus{outline-color:var(--jp-black)}#jetpack-backup-admin-container.jp-content .button{display:inline-block;padding:8px 24px;font-weight:500;color:var(--jp-white);background:var(--jp-black);text-decoration:none;border-radius:var(--jp-border-radius);border:0;border-color:var(--jp-black)}#jetpack-backup-admin-container.jp-content .button.is-full-width{width:100%;text-align:center}#jetpack-backup-admin-container.jp-content .button:active,#jetpack-backup-admin-container.jp-content .button:hover{background:var(--jp-black-80);color:var(--jp-white)}#jetpack-backup-admin-container.jp-content .button:focus{box-shadow:0 0 0 1px var(--jp-white) inset,0 0 0 2px var(--jp-black)}#jetpack-backup-admin-container.jp-content .button.disabled,#jetpack-backup-admin-container.jp-content .button:disabled{background:var(--jp-gray);pointer-events:none}.jp-hero{margin-bottom:64px;padding:64px 0;background:var(--jp-white-off)}.jp-hero.is-backup-performing{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='624' height='400' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M624 88.387C575.321 34.082 504.674 0 426 0 323.405 0 234.3 58.22 189.925 143.42 83.07 154.78 0 245.305 0 355c0 38.16 10.072 73.999 27.698 105H624V88.387z' fill='%23fff'/%3E%3C/svg%3E");background-position:0 100%;background-repeat:no-repeat}.jp-hero.is-backup-error,.jp-hero.is-backup-healthy{display:none}.jp-hero p+.button{margin-top:18px}.jp-dashboard-footer{padding:40px 0}.jp-connection-status-card--status{margin:24px 0}@keyframes appear{0%{opacity:0}to{opacity:1}}.jp-masthead{padding:40px 0;background-color:#fff;text-align:center}@media(max-width:rem(782px)){.jp-masthead{padding:0 rem(24px)}.jetpack-masterbar .jp-masthead{padding-right:rem(64px)}}.jp-masthead__inside-container{display:flex;flex-wrap:wrap;margin:0 auto;width:100%;max-width:rem(1040px);padding-bottom:rem(6px)}@media(max-width:1250px){.jp-masthead__inside-container{max-width:95%}}.jp-masthead__logo-container{flex-grow:0;flex-shrink:0;padding:rem(11px) 0 0}@media(max-width:480px){.jp-masthead__logo-container{margin-left:rem(16px)}}.jp-masthead__logo-link{display:inline-block;outline:none;vertical-align:middle}.jp-masthead__logo-link:focus{line-height:0;box-shadow:0 0 0 2px #78dcfa}.jp-masthead__logo-link+code{margin:0 10px;padding:5px 9px;border-radius:2px;background:#e6ecf1;color:#647a88}.jp-masthead__nav{display:flex;flex-wrap:nowrap;flex-grow:1;flex-shrink:0;text-align:left;margin-top:rem(6px);padding:rem(4px) 0}.jp-masthead__nav .dops-button-group{flex-grow:1;align-self:center;font-size:0}@media(max-width:480px){.jp-masthead__nav{text-align:right}}#sandbox-domain-badge{background:#d63638;text-transform:uppercase;letter-spacing:.2em;text-shadow:none;font-size:9px;font-weight:700;cursor:pointer;color:#fff}.jp-dashboard-footer{display:flex;flex-flow:row wrap;justify-content:space-between;align-items:center;width:100%;max-width:1128px;color:#000}.jp-dashboard-footer__jetpack-symbol,.jp-dashboard-footer__module-name{vertical-align:middle;display:inline-block}.jp-dashboard-footer__module-name{margin-right:5px;font-size:12px;font-weight:600}
     1.stat-block{display:flex;flex:1;flex-direction:column}.stat-block .icon{flex:2}.stat-block .icon img{height:24px;margin-top:24px;width:24px}.stat-block .label{flex:1;font-weight:700}.stat-block .value{flex:1}.stat-block .large-text{font-size:2em;font-weight:700}.backup__card{background:var(--jp-white);border-radius:var(--jp-border-radius);box-shadow:0 0 40px rgba(0,0,0,.08);padding:24px}.backup__card-details-items{font-weight:500;margin:16px 0 -8px}.backup__card-details-amount{font-size:var(--font-title-large);font-weight:600;margin-bottom:-12px}.backup__progress{margin-bottom:48px;margin-left:64px}.backup__progress-info{display:flex;font-weight:500}.backup__progress-info .backup__progress-info-percentage{margin-right:auto}.backup__progress-bar,.backup__progress-bar-actual{border-radius:8px;height:12px}.backup__progress-bar{background:var(--jp-gray-off);position:relative;width:100%}.backup__progress-bar-actual{background:var(--jp-green-primary);position:absolute;right:0;top:0;width:0}.backup__latest{align-items:center;display:flex;margin-bottom:8px}.backup__latest img,.backup__latest svg{min-height:32px;min-width:32px}.backup__latest h2{margin:0 12px 0 0;vertical-align:-1px}.backup__latest+h1{white-space:nowrap}.backup__animation{position:relative}@media only screen and (max-width:960px){.backup__animation{display:none}}.backup__animation-el-1,.backup__animation-el-2,.backup__animation-el-3{animation:animation-el-3 4s ease-in-out .8s infinite normal forwards;opacity:0;position:absolute;z-index:4}.backup__animation-el-1{animation-delay:.6s;animation-name:animation-el-1;bottom:150px;left:264px}.backup__animation-el-2{animation-delay:.7s;animation-name:animation-el-2;bottom:108px;left:44px}.backup__animation-el-3{animation-name:animation-el-3;bottom:-32px}@keyframes animation-el-1{0%{opacity:0;transform:translateY(32px)}20%{opacity:1;transform:translateY(0)}50%{opacity:1;transform:translateY(0)}60%{opacity:0;transform:translateY(-96px)}to{opacity:0;transform:translateY(-96px)}}@keyframes animation-el-2{0%{opacity:0;transform:translateY(64px)}20%{opacity:1;transform:translateY(0)}50%{opacity:1;transform:translateY(0)}60%{opacity:0;transform:translateY(-96px)}to{opacity:0;transform:translateY(-96px)}}@keyframes animation-el-3{0%{opacity:0;transform:translateY(44px)}20%{opacity:1;transform:translateY(0)}50%{opacity:1;transform:translateY(0)}60%{opacity:0;transform:translateY(-84px)}to{opacity:0;transform:translateY(-84px)}}@media(min-width:1080px){.jp-connection__connect-screen-layout__left{width:70%}.jp-connection__connect-screen-required-plan{background:linear-gradient(270deg,#fff 70%,#f9f9f6 0);position:relative}}.jp-connection__connect-screen-required-plan__loading{display:none}@media(min-width:1080px){.jp-connection__connect-screen-required-plan__pricing-card{position:absolute;right:62%;top:14%}}.jp-connection__connect-screen-required-plan__pricing-card .components-button{align-items:center;background:var(--jp-black)!important;border-radius:var(--jp-border-radius);color:var(--jp-white)!important;font-size:18px;font-weight:500;height:auto;justify-content:center;margin:24px 0 32px;padding:14px 24px;width:100%}.jp-connection__connect-screen-required-plan__with-subscription{margin-top:38px}.jp-connection__connect-screen-required-plan__with-subscription .jp-action-button{display:inline}.jp-connection__connect-screen-required-plan__with-subscription .jp-action-button--button{background:inherit!important;color:var(--jp-black)!important;display:inline;font-size:var(--font-title-small);font:inherit;height:auto;line-height:20px;min-width:0;padding:0;text-decoration:underline;width:auto}.jp-connection__connect-screen-required-plan__with-subscription .jp-action-button--button:hover{background:inherit;text-decoration-thickness:var(--jp-underline-thickness)}.jp-connection__connect-screen-required-plan__with-subscription .jp-action-button--button:focus{background:inherit;box-shadow:none!important}.jp-connection__connect-screen-required-plan__with-subscription .jp-components-spinner__inner,.jp-connection__connect-screen-required-plan__with-subscription .jp-components-spinner__outer{border-left-color:var(--jp-black);border-top-color:var(--jp-black)}.jp-action-button--button{background:#000}.jp-action-button--button,.jp-action-button--button.components-button{border-radius:4px;display:block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:14px;font-style:normal;font-weight:600;height:40px;line-height:18px;min-width:264px;text-align:center}.jp-action-button__error{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyIDIwYTggOCAwIDEgMCAwLTE2IDggOCAwIDAgMCAwIDE2WiIgc3Ryb2tlPSIjRDYzNjM5IiBzdHJva2Utd2lkdGg9IjEuNSIvPjxwYXRoIGQ9Ik0xMyA3aC0ydjZoMlY3Wk0xMyAxNWgtMnYyaDJ2LTJaIiBmaWxsPSIjRDYzNjM5Ii8+PC9zdmc+) no-repeat 100% 0;color:var(--jp-red)!important;line-height:25px!important;padding-right:25px}@keyframes rotate-spinner{to{transform:rotate(-1turn)}}.jp-components-spinner{align-items:center;display:flex}.jp-components-spinner__inner,.jp-components-spinner__outer{animation:3s linear infinite;animation-name:rotate-spinner;border:.1em solid transparent;border-radius:50%;box-sizing:border-box;margin:auto}.jp-components-spinner__outer{border-top-color:#fff}.jp-components-spinner__inner{border-left-color:#fff;border-top-color:#fff;height:100%;opacity:.4;width:100%}.jp-connection__connect-screen-layout{background:var(--jp-white);border-radius:4px;box-shadow:0 0 40px rgba(0,0,0,.08)}.jp-connection__connect-screen-layout__loading{display:none}.jp-connection__connect-screen-layout__left,.jp-connection__connect-screen-layout__right{box-sizing:border-box}.jp-connection__connect-screen-layout__left{padding:25px}@media(min-width:600px){.jp-connection__connect-screen-layout__left{padding:64px 96px}}.jp-connection__connect-screen-layout__left .jetpack-logo{margin-bottom:24px}.jp-connection__connect-screen-layout__left h2{color:var(--jp-black);font-size:36px;font-style:normal;font-weight:700;line-height:40px;margin-bottom:0;margin-top:32px}.jp-connection__connect-screen-layout__left h3{color:var(--jp-black);font-size:24px;font-style:normal;font-weight:500;line-height:32px;margin-bottom:0;margin-top:32px}.jp-connection__connect-screen-layout__left li,.jp-connection__connect-screen-layout__left p{font-size:16px;font-style:normal;font-weight:400;line-height:24px}.jp-connection__connect-screen-layout__left p{color:#101517;margin:16px 0}.jp-connection__connect-screen-layout__left a{color:var(--jp-black);font-size:var(--font-body);font:inherit;height:auto;padding:0;text-decoration:underline}.jp-connection__connect-screen-layout__left a:hover{color:var(--jp-black);text-decoration-thickness:var(--jp-underline-thickness)}.jp-connection__connect-screen-layout__left a:focus{box-shadow:none!important;color:var(--jp-black)}.jp-connection__connect-screen-layout__left ul{list-style-type:none;padding:0}.jp-connection__connect-screen-layout__left ul li{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAANlBMVEVHcEwFnwUInggGnggGnggHnAcAnwUFnQcAnwcGnwkFnQgGnQgFnwcGnQYFnQcFnAcGnQkDnwdhiL0pAAAAEnRSTlMAMF//f2Aw7yBQ3+9gcIBgcED+HDbkAAAAZklEQVR4Ae3LNwICARDDQC0+cv7/Y8mwV9odSfWIcf/+VegnGkIvDaGXKvTTn/Gz+Uf5xTL0K1XotS7fs5H6GHvvaO8d7c3j7rdgHne/A/PYt/cO+R42oYdN6OEQetiFHo4A//6dAXqtBEkmtWutAAAAAElFTkSuQmCC) no-repeat;background-size:24px;color:var(--jp-black);margin-bottom:9px;padding-right:30px}.jp-connection__connect-screen-layout__right{padding:64px 0}.jp-connection__connect-screen-layout__right img{max-width:100%}.jp-connection__connect-screen-layout__two-columns{display:flex;flex-wrap:wrap}.jp-connection__connect-screen-layout__two-columns .jp-connection__connect-screen-layout__left{flex-basis:100%;flex-grow:1}@media(min-width:1080px){.jp-connection__connect-screen-layout__two-columns .jp-connection__connect-screen-layout__left{flex-basis:52%}}.jp-connection__connect-screen-layout__two-columns .jp-connection__connect-screen-layout__right{background:#f9f9f6;display:none;flex-basis:47%;flex-grow:1}@media(min-width:1080px){.jp-connection__connect-screen-layout__two-columns .jp-connection__connect-screen-layout__right{display:block}}.jp-components__pricing-card{background:var(--jp-white);border-radius:var(--jp-border-radius);box-shadow:0 10px 40px rgba(0,0,0,.08);max-width:384px;padding:24px 24px 32px;width:-moz-fit-content;width:fit-content}@media screen and (min-width:600px){.jp-components__pricing-card{padding:32px 32px 44px}}.jp-components__pricing-card__icon img{height:32px;width:32px}.jp-components__pricing-card__title{color:#101517;font-size:32px;line-height:38px;margin:16px 0 24px}.jp-components__pricing-card__pricing{display:flex;flex-wrap:wrap}.jp-components__pricing-card__price-after,.jp-components__pricing-card__price-before{display:inline-block;font-size:54px;font-weight:700;line-height:40px;margin-bottom:8px;padding:0 2px}.jp-components__pricing-card__price-before{color:var(--jp-gray-20);margin-left:16px;position:relative}.jp-components__pricing-card__price-strikethrough{background:var(--jp-pink);border-radius:1.5px;height:3px;position:absolute;right:0;top:20px;width:100%}.jp-components__pricing-card__price-after{color:var(--jp-black)}.jp-components__pricing-card__currency{font-size:var(--font-title-small);font-weight:400;line-height:20px;vertical-align:super}.jp-components__pricing-card__price-details{align-self:flex-end;color:var(--jp-gray-50);font-size:14px;font-weight:400;letter-spacing:-.02em;line-height:17px;margin-bottom:8px}.jp-components__pricing-card__price-decimal{font-size:var(--font-label);line-height:14px;vertical-align:top}.jp-components__pricing-card__button{align-items:center;background:var(--jp-black);border-radius:var(--jp-border-radius);color:var(--jp-white)!important;font-size:18px;height:auto;justify-content:center;margin:24px 0 32px;padding:14px 24px;width:100%}.jp-components__pricing-card__info{color:var(--jp-gray-60);font-size:var(--font-label);letter-spacing:-.02em;line-height:20px}.jp-connection-status-card h3{color:var(--jp-black);font-size:36px;font-weight:400;line-height:40px;margin:0}.jp-connection-status-card a,.jp-connection-status-card a:active,.jp-connection-status-card a:hover{color:var(--jp-black)}.jp-connection-status-card p{color:var(--jp-black);margin:16px 0}.jp-connection-status-card a,.jp-connection-status-card li,.jp-connection-status-card p{font-size:16px;line-height:24px}.jp-connection-status-card--status{align-items:center;display:flex;margin:24px -6px 24px 0}.jp-connection-status-card--cloud{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDIiIGhlaWdodD0iNDIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PG1hc2sgaWQ9ImEiIG1hc2stdHlwZT0iYWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjciIHk9IjkiIHdpZHRoPSIyOCIgaGVpZ2h0PSIyMSI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zMC4zMzMgMTcuNjk3di0uMDhjMC00LjI1My0zLjc2LTcuNy04LjQtNy43LTMuOTE2IDAtNy4yMDYgMi40NTctOC4xMzYgNS43OGE2LjM4NiA2LjM4NiAwIDAgMC0uMjY0LS4wMDVDOS45MjUgMTUuNjkyIDcgMTguNzA4IDcgMjIuNDI5czIuOTI1IDYuNzM4IDYuNTMzIDYuNzM4SDI5LjRjMy4wOTMgMCA1LjYtMi41ODYgNS42LTUuNzc1IDAtMi44NjEtMi4wMTgtNS4yMzctNC42NjYtNS42OTVaIiBmaWxsPSIjZmZmIi8+PC9tYXNrPjxnIG1hc2s9InVybCgjYSkiPjxwYXRoIGQ9Im0zMC4zMzMgMTcuNjk3LTIuNjI1LS4wMy0uMDI1IDIuMjM1IDIuMjAyLjM4MS40NDgtMi41ODZabS0xNi41MzctMi0uMTA3IDIuNjIzIDIuMDc1LjA4NS41Ni0yLTIuNTI4LS43MDhabS0uMjYzIDEzLjQ3djIuNjI1aC4wMDhsLS4wMDgtMi42MjVabS4wNCAwdi0yLjYyNWgtLjAwOWwuMDA4IDIuNjI1Wm0xNS43OTUgMCAuMDE1LTIuNjI1aC0uMDE1djIuNjI1Wm0zLjU5LTExLjQ0MXYtLjExaC01LjI1di4wNTJsNS4yNS4wNThabTAtLjExYzAtNS45MTItNS4xNTUtMTAuMzI0LTExLjAyNS0xMC4zMjR2NS4yNWMzLjQxIDAgNS43NzUgMi40ODIgNS43NzUgNS4wNzVoNS4yNVpNMjEuOTMzIDcuMjkzYy00Ljk4NCAwLTkuMzg4IDMuMTM5LTEwLjY2NCA3LjY5OGw1LjA1NSAxLjQxNWMuNTg1LTIuMDg5IDIuNzYyLTMuODYzIDUuNjEtMy44NjN2LTUuMjVabS04LjAzIDUuNzgyYTkuMTExIDkuMTExIDAgMCAwLS4zNy0uMDA3djUuMjVjLjA1MyAwIC4xMDUuMDAxLjE1Ni4wMDNsLjIxNS01LjI0NlptLS4zNy0uMDA3Yy01LjEzMyAwLTkuMTU4IDQuMjY4LTkuMTU4IDkuMzYyaDUuMjVjMC0yLjM0OCAxLjgyNS00LjExMiAzLjkwOC00LjExMnYtNS4yNVptLTkuMTU4IDkuMzYyYzAgNS4wOTUgNC4wMjUgOS4zNjMgOS4xNTggOS4zNjN2LTUuMjVjLTIuMDgzIDAtMy45MDgtMS43NjUtMy45MDgtNC4xMTNoLTUuMjVabTkuMTY2IDkuMzYzaC4wNGwtLjAxNy01LjI1aC0uMDM5bC4wMTYgNS4yNVptLjAzMSAwaDE1Ljc5NnYtNS4yNUgxMy41NzJ2NS4yNVptMTUuODI3LTUuMjVoLS4wMTZsLS4wMyA1LjI1aC4wNDZ2LTUuMjVabTIuOTc1LTMuMTVjMCAxLjgxNi0xLjQwNyAzLjE1LTIuOTc1IDMuMTV2NS4yNWM0LjYxOCAwIDguMjI1LTMuODM4IDguMjI1LTguNGgtNS4yNVptLTIuNDg5LTMuMTA5YzEuMzU1LjIzNSAyLjQ5IDEuNDg4IDIuNDkgMy4xMDloNS4yNWMwLTQuMTAyLTIuOTAyLTcuNi02Ljg0NC04LjI4MmwtLjg5NiA1LjE3M1oiIGZpbGw9IiMxRTFFMUUiLz48L2c+PC9zdmc+);height:42px;margin-left:4px;width:42px}.jp-connection-status-card--jetpack-logo{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE2IDMyYzguODM3IDAgMTYtNy4xNjMgMTYtMTZTMjQuODM3IDAgMTYgMCAwIDcuMTYzIDAgMTZzNy4xNjMgMTYgMTYgMTZaIiBmaWxsPSIjMDAwIi8+PHBhdGggZD0iTTE2Ljc5NCAxMy4zMTN2MTUuNTExbDgtMTUuNTEyaC04Wk0xNS4xNzUgMTguNjU3VjMuMTc2bC03Ljk2OSAxNS40OGg3Ljk3WiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);height:32px;margin-right:11px;width:32px}.jp-connection-status-card--btn-connect-user{background:var(--jp-black)!important;border-radius:4px;font-size:var(--font-body-small);height:40px}.jp-connection-status-card--avatar{background-color:var(--jp-white);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='16' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.498 27.123C6.038 24.165 10.916 21.5 16 21.5c5.084 0 9.963 2.665 11.502 5.623a15.952 15.952 0 0 1-11.257 4.875L16 32l-.245-.002a15.952 15.952 0 0 1-11.257-4.875zM16 8a6 6 0 1 1 0 12 6 6 0 0 1 0-12z' fill='%23A2AAB2'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;border:0;border-radius:20px;height:32px;margin-right:-10px;width:32px}.jp-connection-status-card--line{border-top:2px solid var(--jp-black);height:0;width:67px}.jp-connection-status-card--line.jp-connection-status-card--site-only{border-top-style:dashed}.jp-connection-status-card--list{list-style-type:none;margin:16px 0}.jp-connection-status-card--list li{color:var(--jp-black);margin:0 -3px 8px 0;padding-right:25px}.jp-connection-status-card--list-item-success{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTE4LjkzNSA2LTguOSAxMS45Ny01LjE2Mi0zLjgzNyIgc3Ryb2tlPSIjMUUxRTFFIiBzdHJva2Utd2lkdGg9IjEuNSIvPjwvc3ZnPg==) no-repeat 100% 0}.jp-connection-status-card--list-item-error{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyIDIwYTggOCAwIDEgMCAwLTE2IDggOCAwIDAgMCAwIDE2WiIgc3Ryb2tlPSIjRDYzNjM5IiBzdHJva2Utd2lkdGg9IjEuNSIvPjxwYXRoIGQ9Ik0xMyA3aC0ydjZoMlY3Wk0xMyAxNWgtMnYyaDJ2LTJaIiBmaWxsPSIjRDYzNjM5Ii8+PC9zdmc+) no-repeat 100% 0;color:var(--jp-red)!important}.jp-connection__disconnect-dialog h1{font-size:var(--font-title-small);font-weight:600;line-height:1.2;margin-top:0}.jp-connection__disconnect-dialog h2{font-size:var(--font-title-small);font-weight:400;line-height:1.2;margin:0}.jp-connection__disconnect-dialog p{font-size:var(--font-body);margin-top:0}.jp-connection__disconnect-dialog__large-text,.jp-connection__disconnect-dialog p.jp-connection__disconnect-dialog__large-text{font-size:1.25rem}.jp-connection__disconnect-dialog .jp-connection__disconnect-dialog__link,.jp-connection__disconnect-dialog__link{color:var(--jp-black);font-size:var(--font-body);font:inherit;height:auto;padding:0;text-decoration:underline}.jp-connection__disconnect-dialog .jp-connection__disconnect-dialog__link:hover,.jp-connection__disconnect-dialog__link:hover{color:var(--jp-black);text-decoration-thickness:var(--jp-underline-thickness)}.jp-connection__disconnect-dialog .jp-connection__disconnect-dialog__link:focus,.jp-connection__disconnect-dialog__link:focus{box-shadow:none!important;color:var(--jp-black)}.jp-connection__disconnect-dialog .jp-connection__disconnect-dialog__link--bold,.jp-connection__disconnect-dialog__link--bold{font-weight:700}.jp-connection__disconnect-dialog .components-button{border-radius:4px;font-size:var(--font-body-small);height:40px}.jp-connection__disconnect-dialog .components-modal__content{display:flex;flex-direction:column;flex-grow:1;margin:0;padding:0}.jp-connection__disconnect-dialog .components-modal__content:before,.jp-connection__disconnect-dialog .components-modal__header{display:none}.jp-connection__disconnect-dialog .jp-row{align-items:center;width:calc(100% - 48px)}.jp-connection__disconnect-dialog__content{align-items:center;background:var(--jp-white-off);border-radius:4px;display:flex;flex-direction:column;flex-grow:1;justify-content:center;margin:0;padding:2rem 1rem;text-align:center}.jp-connection__disconnect-dialog__actions{background:var(--jp-white);border-top:1px solid var(--jp-gray);bottom:0;padding:2rem 0;position:sticky}.jp-connection__disconnect-dialog__actions p{margin-bottom:0}.jp-connection__disconnect-dialog__actions:before{background:linear-gradient(to bottom,transparent,var(--jp-white-off));bottom:calc(100% + 1px);content:"";display:block;height:80px;position:absolute;right:0;width:100%}.jp-connection__disconnect-dialog__btn-dismiss,.jp-connection__disconnect-dialog__btn-dismiss.components-button{background:var(--jp-black)!important;margin-left:10px}.jp-connection__disconnect-dialog__btn-disconnect{background:var(--jp-red)!important}.jp-connection__disconnect-dialog__btn-back-to-wp{background:var(--jp-black)!important}.jp-connection__disconnect-dialog__button-wrap{text-align:right}@media(min-width:960px){.jp-connection__disconnect-dialog__button-wrap{text-align:center}}.jp-connection__disconnect-dialog__error{color:var(--jp-red)}.jp-connection__disconnect-dialog__survey{margin-bottom:1.5rem;max-width:100%}.jp-connection__disconnect-dialog__step-copy{margin:0 auto;max-width:800px}.jp-connection__disconnect-dialog__step-copy--narrow{max-width:600px}@media(max-height:900px){.jp-connection__disconnect-dialog__content .jp-components__decorative-card{display:none}}@media(min-width:600px){.jp-connection__disconnect-dialog,.jp-connection__disconnect-dialog.components-modal__frame{max-width:calc(100% - 32px);width:100%}.jp-connection__disconnect-dialog__actions,.jp-connection__disconnect-dialog__content{padding:2rem}}@media(min-width:960px){.jp-connection__disconnect-dialog,.jp-connection__disconnect-dialog.components-modal__frame{display:flex;flex-direction:column;height:900px;width:1200px}.jp-connection__disconnect-dialog h1{font-size:var(--font-title-large)}.jp-connection__disconnect-dialog__large-text,.jp-connection__disconnect-dialog p.jp-connection__disconnect-dialog__large-text{font-size:1.5rem}.jp-connection__disconnect-dialog__content{padding:80px}.jp-connection__disconnect-dialog__actions{padding:2rem 3rem}.jp-row{margin-right:0}}.jp-connection__disconnect-card{background-color:var(--jp-white);border:none;border-radius:3px;box-shadow:0 0 15px var(--jp-gray-off);margin:0 auto 1rem;max-width:100%;padding:1rem 2rem;text-align:right;width:800px}.jp-connection__disconnect-card__group{margin-bottom:1rem;max-width:100%}.jp-connection__disconnect-card__card-content{display:block;font-size:.875rem}@media only screen and (min-width:782px){.jp-connection__disconnect-card__card-content{align-items:center;display:flex;justify-content:space-between}}.jp-connection__disconnect-card .jp-connection__disconnect-card__card-headline,.jp-connection__disconnect-card__card-headline{flex-shrink:0;font-size:1.25rem;font-weight:600;margin-bottom:0;margin-top:0}@media only screen and (min-width:782px){.jp-connection__disconnect-card .jp-connection__disconnect-card__card-headline,.jp-connection__disconnect-card__card-headline{font-size:1.5rem;margin-left:1.5rem}}@media only screen and (max-width:782px){.jp-connection__disconnect-card .jp-connection__disconnect-card__card-headline+.jp-disconnect-card__card-stat-block,.jp-connection__disconnect-card__card-headline+.jp-disconnect-card__card-stat-block{margin-top:.5rem}}.jp-connection__disconnect-card__card-stat-block{align-items:baseline;display:flex;flex-grow:1}@media only screen and (min-width:782px){.jp-connection__disconnect-card__card-stat-block{flex-direction:row-reverse}}.jp-connection__disconnect-card__card-description{flex-grow:1}@media only screen and (min-width:782px){.jp-connection__disconnect-card__card-description{text-align:left}}.jp-connection__disconnect-card__card-stat{font-size:1rem;font-weight:600;margin-left:.5rem}@media only screen and (min-width:782px){.jp-connection__disconnect-card__card-stat{font-size:1.5rem;margin-left:0;margin-right:1rem}}.jp-components__decorative-card{border-radius:8px;box-shadow:0 0 15px var(--jp-gray);display:flex;height:280px;margin:0 auto 3rem;max-width:100%;overflow:hidden;position:relative;width:360px}.jp-components__decorative-card__content,.jp-components__decorative-card__image{width:50%}.jp-components__decorative-card__image{background:var(--jp-gray);background-size:cover;position:relative}.jp-components__decorative-card__image:before{background-image:url('data:image/svg+xml;uf8,<svg width="38" height="8" viewBox="0 0 38 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 7C1 7 2.37087 1 6.89831 1C11.4257 1 14.3709 7 18.8983 7C23.4257 7 26.7777 1 31.3051 1C35.912 1 37 7 37 7" stroke="white" stroke-width="1.5" stroke-linejoin="round"/></svg>');content:"";display:block;height:8px;position:absolute;right:24px;top:24px;width:38px}.jp-components__decorative-card__content{background:#fff;padding:2rem}.jp-components__decorative-card__icon-container{background:var(--jp-red);border-radius:50px;height:80px;position:absolute;right:50%;top:50%;transform:translate(50%,-50%);width:80px}.jp-components__decorative-card__icon{background-position:50%,50%;background-repeat:no-repeat;height:40px;position:absolute;right:50%;top:50%;transform:translate(50%,-50%);width:40px}.jp-components__decorative-card__icon--unlink{background-image:url('data:image/svg+xml;uf8,<svg width="34" height="37" viewBox="0 0 34 37" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22.3335 10.001H25.0002C29.4184 10.001 33.0002 13.5827 33.0002 18.001V19.7788C33.0002 24.197 29.4184 27.7788 25.0002 27.7788H22.3335" stroke="white" stroke-width="1.5" stroke-linecap="square"/> <path d="M11.6675 27.7783L9.00082 27.7783C4.58254 27.7783 1.00081 24.1966 1.00081 19.7783L1.00081 18.0005C1.00081 13.5823 4.58253 10.0005 9.00081 10.0005L11.6675 10.0005" stroke="white" stroke-width="1.5" stroke-linecap="square"/> <path d="M10.9998 19.167L16.9998 19.167" stroke="white" stroke-width="1.5"/> <path d="M8.99951 35.998L24.9995 0.998048" stroke="white"/> </svg>')}.jp-components__decorative-card__lines,.jp-components__decorative-card__lines:after,.jp-components__decorative-card__lines:before{background:#e9eff5;border-radius:6px;display:block;height:12px;position:relative;width:100%}.jp-components__decorative-card__lines:after,.jp-components__decorative-card__lines:before{content:"";top:calc(100% + 16px)}.jp-components__decorative-card__lines:after{top:calc(100% + 32px);width:75%}.jp-components__decorative-card--vertical{flex-direction:column}.jp-components__decorative-card--vertical .jp-components__decorative-card__content,.jp-components__decorative-card--vertical .jp-components__decorative-card__image{height:50%;width:100%}.jp-components__decorative-card--vertical .jp-components__decorative-card__lines{margin-left:auto;margin-right:auto;max-width:135px}.jp-components__decorative-card--vertical .jp-components__decorative-card__lines:after,.jp-components__decorative-card--vertical .jp-components__decorative-card__lines:before{margin-left:auto;margin-right:auto}.jp-connect__disconnect-survey-card{border:2px solid transparent;border-radius:4px;box-shadow:0 0 15px var(--jp-gray-off);margin-left:auto;margin-right:auto;max-width:100%;padding:1rem;position:relative;text-align:right;width:800px}.jp-connect__disconnect-survey-card--selected{background:var(--jp-gray-off);border-color:var(--jp-black)}.jp-connect__disconnect-survey-card:after{border-left:2px solid var(--jp-black);border-top:2px solid var(--jp-black);content:"";display:block;height:5px;left:1.5rem;position:absolute;top:50%;transform:translateY(-50%) rotate(-45deg);width:5px}.jp-connect__disconnect-survey-card:hover{cursor:pointer}.jp-connect__disconnect-survey-card:focus:not(.jp-disconnect-survey-card--selected),.jp-connect__disconnect-survey-card:hover:not(.jp-disconnect-survey-card--selected){border-color:var(--jp-black-80)}.jp-connect__disconnect-survey-card__answer{align-items:center;display:flex;font-weight:700;margin:0}input.jp-connect__disconnect-survey-card__input{-webkit-appearance:none;background-color:transparent;border:none;color:var(--jp-black-80);flex-grow:1;max-width:calc(100% - 40px);padding-left:40px}.jp-wrap{align-items:center;display:flex;flex-wrap:wrap;margin:0 auto;max-width:1128px}.jp-row{grid-gap:24px;display:grid;grid-template-columns:repeat(4,1fr);margin:0 16px;width:100%}@media(min-width:600px){.jp-row{grid-template-columns:repeat(8,1fr);margin:0 18px}}@media(min-width:960px){.jp-row{grid-template-columns:repeat(12,1fr);margin:0 24px;max-width:1128px}}.sm-col-span-1{grid-column-end:span 1}.sm-col-span-2{grid-column-end:span 2}.sm-col-span-3{grid-column-end:span 3}.sm-col-span-4{grid-column-end:span 4}@media(min-width:600px){.md-col-span-1{grid-column-end:span 1}.md-col-span-2{grid-column-end:span 2}.md-col-span-3{grid-column-end:span 3}.md-col-span-4{grid-column-end:span 4}.md-col-span-5{grid-column-end:span 5}.md-col-span-6{grid-column-end:span 6}.md-col-span-7{grid-column-end:span 7}.md-col-span-8{grid-column-end:span 8}}@media(min-width:960px){.lg-col-span-1{grid-column-end:span 1}.lg-col-span-2{grid-column-end:span 2}.lg-col-span-3{grid-column-end:span 3}.lg-col-span-4{grid-column-end:span 4}.lg-col-span-5{grid-column-end:span 5}.lg-col-span-6{grid-column-end:span 6}.lg-col-span-7{grid-column-end:span 7}.lg-col-span-8{grid-column-end:span 8}.lg-col-span-9{grid-column-end:span 9}.lg-col-span-10{grid-column-end:span 10}.lg-col-span-11{grid-column-end:span 11}.lg-col-span-12{grid-column-end:span 12}}@media(max-width:960px){.md-col-span-0{display:none}}@media(max-width:600px){.sm-col-span-0{display:none}}.jp-cut{border:2px solid var(--jp-green-primary);border-radius:var(--jp-border-radius);margin:32px 0;padding:16px 24px 16px 64px;position:relative;text-decoration:none}.jp-cut,.jp-cut span{display:block}.jp-cut span:last-of-type{font-weight:600}.jp-cut:focus span:last-of-type,.jp-cut:hover span:last-of-type{text-decoration:underline;text-decoration-thickness:var(--jp-underline-thickness)}.jp-cut:focus:after,.jp-cut:hover:after{transform:translateY(-50%) translateX(-8px)}.jp-cut:after{color:var(--jp-green-primary);content:"→";font-size:24px;font-weight:600;left:24px;position:absolute;top:50%;transform:translateY(-50%);transition:transform .15s ease-out}.jp-footer,.jp-header{padding:20px 0}@media(min-width:960px){.jp-footer,.jp-header{padding:40px 0}}.jp-content{font-size:var(--font-body);line-height:1.5;position:relative}.jp-content h1,.jp-content h2,.jp-content h3,.jp-content h4,.jp-content h5,.jp-content h6{line-height:1.2;margin-top:0}.jp-content h1{font-size:var(--font-title-large);font-weight:600}.jp-content h2{font-size:var(--font-title-small);font-weight:500}.jp-content .jp-section h2,.jp-content .jp-section h3{margin-bottom:16px}.jp-content .jp-section p{margin-top:16px}.jp-content li,.jp-content p{font-size:16px;line-height:1.5}.jp-content .jp-connection-status-card h3,.jp-content .jpb-my-plan-container h3{font-size:var(--font-title-small);font-weight:500;margin-top:48px}.jp-content a{color:var(--jp-black);transition:color,background-color .15s ease-out}.jp-content a:hover{text-decoration-thickness:var(--jp-underline-thickness)}.jp-content a:focus{outline-color:var(--jp-black)}.jp-content .button{background:var(--jp-black);border:0;border-color:var(--jp-black);border-radius:var(--jp-border-radius);color:var(--jp-white);display:inline-block;font-weight:500;padding:8px 24px;text-decoration:none}.jp-content .button.is-full-width{text-align:center;width:100%}.jp-content .button:active,.jp-content .button:hover{background:var(--jp-black-80);color:var(--jp-white)}.jp-content .button:focus{box-shadow:0 0 0 1px var(--jp-white) inset,0 0 0 2px var(--jp-black)}.jp-content .button.disabled,.jp-content .button:disabled{background:var(--jp-gray);pointer-events:none}.jp-content ul.jp-product-promote li{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAANlBMVEVHcEwFnwUInggGnggGnggHnAcAnwUFnQcAnwcGnwkFnQgGnQgFnwcGnQYFnQcFnAcGnQkDnwdhiL0pAAAAEnRSTlMAMF//f2Aw7yBQ3+9gcIBgcED+HDbkAAAAZklEQVR4Ae3LNwICARDDQC0+cv7/Y8mwV9odSfWIcf/+VegnGkIvDaGXKvTTn/Gz+Uf5xTL0K1XotS7fs5H6GHvvaO8d7c3j7rdgHne/A/PYt/cO+R42oYdN6OEQetiFHo4A//6dAXqtBEkmtWutAAAAAElFTkSuQmCC) no-repeat;background-size:24px;color:var(--jp-black);margin-bottom:9px;padding-right:30px}.jp-hero{background:var(--jp-white-off);margin-bottom:64px;padding:64px 0}.jp-hero.is-backup-performing{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='624' height='400' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M624 88.387C575.321 34.082 504.674 0 426 0 323.405 0 234.3 58.22 189.925 143.42 83.07 154.78 0 245.305 0 355c0 38.16 10.072 73.999 27.698 105H624V88.387z' fill='%23fff'/%3E%3C/svg%3E");background-position:0 100%;background-repeat:no-repeat}.jp-hero.is-backup-error,.jp-hero.is-backup-healthy{display:none}.jp-hero p+.button{margin-top:18px}.jp-dashboard-footer{padding:40px 0}.jp-connection-status-card--status{margin:30px 0}@keyframes appear{0%{opacity:0}to{opacity:1}}.jp-masthead{background-color:#fff;padding:40px 0;text-align:center}@media(max-width:rem(782px)){.jp-masthead{padding:0 rem(24px)}.jetpack-masterbar .jp-masthead{padding-right:rem(64px)}}.jp-masthead__inside-container{display:flex;flex-wrap:wrap;margin:0 auto;max-width:rem(1040px);padding-bottom:rem(6px);width:100%}@media(max-width:1250px){.jp-masthead__inside-container{max-width:95%}}.jp-masthead__logo-container{flex-grow:0;flex-shrink:0;padding:rem(11px) 0 0}@media(max-width:480px){.jp-masthead__logo-container{margin-left:rem(16px)}}.jp-masthead__logo-link{display:inline-block;outline:none;vertical-align:middle}.jp-masthead__logo-link:focus{box-shadow:0 0 0 2px #78dcfa;line-height:0}.jp-masthead__logo-link+code{background:#e6ecf1;border-radius:2px;color:#647a88;margin:0 10px;padding:5px 9px}.jp-masthead__nav{display:flex;flex-grow:1;flex-shrink:0;flex-wrap:nowrap;margin-top:rem(6px);padding:rem(4px) 0;text-align:left}.jp-masthead__nav .dops-button-group{align-self:center;flex-grow:1;font-size:0}@media(max-width:480px){.jp-masthead__nav{text-align:right}}#sandbox-domain-badge{background:#d63638;color:#fff;cursor:pointer;font-size:9px;font-weight:700;letter-spacing:.2em;text-shadow:none;text-transform:uppercase}.iwMEh2CwJ_r23Y9sVcJ1{align-items:center;display:flex;flex-wrap:wrap;margin:0 auto;max-width:1128px}.EC1Yirv2kOgRU77F2XRd{grid-column-end:span 1}.FHZqFvZXEDJ9mpOm7CeY{grid-column-end:span 2}.VOmONLKUkcSrIRYmX6YZ{grid-column-end:span 3}.eECO55N5YGkBB3tKa0If{grid-column-end:span 4}@media(min-width:600px){.u3ZB3zRkuglILO6FSIrx{grid-column-end:span 1}.iZnPl6piWO_GqHn16XKi{grid-column-end:span 2}.WWctfqi1wHZDWrue8GIt{grid-column-end:span 3}.p678NN_M0K78Kpprfndu{grid-column-end:span 4}._6D2TXtGKmepmwrxSf5DW{grid-column-end:span 5}.cWORs5VDjuStXsiVPtiO{grid-column-end:span 6}.yJsc8qt82L9miwDoe2Y2{grid-column-end:span 7}.hD6bXWfNn5elhKCaBFTD{grid-column-end:span 8}}@media(min-width:960px){.k9j6XIJdXbQ5YNyU8sNH{grid-column-end:span 1}.TnVGX0JHm_muRRcmYYwV{grid-column-end:span 2}.VILIswQXi8XzNJ3BqePc{grid-column-end:span 3}.h7mXuoRFWMGCiWYH4Ij1{grid-column-end:span 4}.uHYkk5STnhikqYMIxtE1{grid-column-end:span 5}.E8zp8nDOvAQ7VHsXKJJw{grid-column-end:span 6}.jwOhfvvsXGTCtHfB2854{grid-column-end:span 7}.DmSEZVFn_2XNNKJGgkXw{grid-column-end:span 8}.RdgOIY1qMZ8eqAeNSGNw{grid-column-end:span 9}.XBQd6xiLipeHg0O6cf7N{grid-column-end:span 10}.JyQ6Tbn3FCHfrCEyWrAr{grid-column-end:span 11}.fzJ_qaXYWs3EWQEupbLD{grid-column-end:span 12}}@media(max-width:960px){.LE2ZLIt_Y0slsr6TSmqe{display:none}}@media(max-width:600px){.vYxwZbK_covZoLjDe3BM{display:none}}.fmzqGXmbTSiUblRujgqB{border:2px solid var(--jp-green-primary);border-radius:var(--jp-border-radius);display:block;margin:32px 0;padding:16px 24px 16px 64px;position:relative;text-decoration:none}.fmzqGXmbTSiUblRujgqB span{display:block}.fmzqGXmbTSiUblRujgqB span:last-of-type{font-weight:600}.fmzqGXmbTSiUblRujgqB:focus span:last-of-type,.fmzqGXmbTSiUblRujgqB:hover span:last-of-type{text-decoration:underline;text-decoration-thickness:var(--jp-underline-thickness)}.fmzqGXmbTSiUblRujgqB:focus:after,.fmzqGXmbTSiUblRujgqB:hover:after{transform:translateY(-50%) translateX(-8px)}.fmzqGXmbTSiUblRujgqB:after{color:var(--jp-green-primary);content:"→";font-size:24px;font-weight:600;left:24px;position:absolute;top:50%;transform:translateY(-50%);transition:transform .15s ease-out}.HwO79godDUI97Xub9ey4{grid-gap:24px;display:grid;grid-template-columns:repeat(4,1fr);margin:0 16px;width:100%}@media(min-width:600px){.HwO79godDUI97Xub9ey4{grid-template-columns:repeat(8,1fr);margin:0 18px}}@media(min-width:960px){.HwO79godDUI97Xub9ey4{grid-template-columns:repeat(12,1fr);margin:0 24px;max-width:1128px}}.WcIPVMUrQMdwzisuVSh7{align-items:center;display:flex;flex-wrap:wrap;margin:0 auto;max-width:1128px}.Nxx7T20LwPUQPXCSDMfA{grid-gap:24px;display:grid;grid-template-columns:repeat(4,1fr);margin:0 16px;width:100%}@media(min-width:600px){.Nxx7T20LwPUQPXCSDMfA{grid-template-columns:repeat(8,1fr);margin:0 18px}}@media(min-width:960px){.Nxx7T20LwPUQPXCSDMfA{grid-template-columns:repeat(12,1fr);margin:0 24px;max-width:1128px}}.MnTtKIHRyzXYoesgRCgm{border:2px solid var(--jp-green-primary);border-radius:var(--jp-border-radius);display:block;margin:32px 0;padding:16px 24px 16px 64px;position:relative;text-decoration:none}.MnTtKIHRyzXYoesgRCgm span{display:block}.MnTtKIHRyzXYoesgRCgm span:last-of-type{font-weight:600}.MnTtKIHRyzXYoesgRCgm:focus span:last-of-type,.MnTtKIHRyzXYoesgRCgm:hover span:last-of-type{text-decoration:underline;text-decoration-thickness:var(--jp-underline-thickness)}.MnTtKIHRyzXYoesgRCgm:focus:after,.MnTtKIHRyzXYoesgRCgm:hover:after{transform:translateY(-50%) translateX(-8px)}.MnTtKIHRyzXYoesgRCgm:after{color:var(--jp-green-primary);content:"→";font-size:24px;font-weight:600;left:24px;position:absolute;top:50%;transform:translateY(-50%);transition:transform .15s ease-out}.mmVmo1nZYrRywmnSKQFx{grid-column-end:span 1}.UrIp26XpdUSMJft8YxdC{grid-column-end:span 2}.pMXlFWglEDyK6MbwJ8sX{grid-column-end:span 3}.P5H1ohz9m5_rEqZFAkFm{grid-column-end:span 4}@media(min-width:600px){.ofLUn8LwR3LLeWl8tPdU{grid-column-end:span 1}.fq1Z8JYbcrrXavvSfzKk{grid-column-end:span 2}.jq9gui11HqTDfI7tXH1d{grid-column-end:span 3}.mVYkSRC7j44WiWLZHOnM{grid-column-end:span 4}.S3wOGmx7YLTrqz_bcLth{grid-column-end:span 5}.Y3GW3wokLgm9jnX78Uwk{grid-column-end:span 6}.ShMEdZjpjdYj7mCQzrSO{grid-column-end:span 7}.nfBAID75QGC1VZ8t0RfR{grid-column-end:span 8}}@media(min-width:960px){.Vr2EQcrmKOPJtFU72Vv2{grid-column-end:span 1}.CTS6MNweODFo4ZxcT0iV{grid-column-end:span 2}.XTISRluUo3o5xxnPNu09{grid-column-end:span 3}.c_EtRaSOJafAl5r9WkBm{grid-column-end:span 4}.HcpW_q5aO8Bf_ngIjyjv{grid-column-end:span 5}.XF3r0hMrFrrmxH5TJee0{grid-column-end:span 6}.Jl9ognyJ9XOZ6g0BTzLf{grid-column-end:span 7}._8w8oD2R9CVt9AU4PvUy{grid-column-end:span 8}.ltOXxurwUtxy7XIR_loo{grid-column-end:span 9}.bKUzzGEJ3wCoAOZZvVCK{grid-column-end:span 10}.GltQVCPa1x4tZ7sWFg1v{grid-column-end:span 11}.UzWicuFiKrGgMEjmRAFA{grid-column-end:span 12}}@media(max-width:960px){.CDwHAcVQxDeV2mFXS1Dz{display:none}}@media(max-width:600px){.sr1184KrdJ0UtgNsMQnR{display:none}}.K6gniZequRm1zBi4xa2G{align-items:center;display:flex;flex-wrap:wrap;margin:0 auto;max-width:1128px}.vickZxEIl6kGZp7KkFYF{grid-gap:24px;display:grid;grid-template-columns:repeat(4,1fr);margin:0 16px;width:100%}@media(min-width:600px){.vickZxEIl6kGZp7KkFYF{grid-template-columns:repeat(8,1fr);margin:0 18px}}@media(min-width:960px){.vickZxEIl6kGZp7KkFYF{grid-template-columns:repeat(12,1fr);margin:0 24px;max-width:1128px}}.U2ZD1antXfCcQlBdFwyw{grid-column-end:span 1}.caLSPVQ3JP3b2Ia68Seq{grid-column-end:span 2}.h6FKJdwoY_zIXh6pEj1U{grid-column-end:span 3}.GkjDOzh_5n5VxKrqEW_I{grid-column-end:span 4}@media(min-width:600px){.V2HSxZHesNOXMBWOmdFG{grid-column-end:span 1}.i3fz9zvErDyXYherb6Ew{grid-column-end:span 2}._3bKcKfanUgurPMcHEiV{grid-column-end:span 3}.U44hqBGsmVA1lI9R2ZnH{grid-column-end:span 4}.AzaRYYQQYJjKUF9D87mw{grid-column-end:span 5}.sag3QKXTxIQXPPjmbrAl{grid-column-end:span 6}.ifY5fUWFNROS_F7Jys9v{grid-column-end:span 7}.nZFgLvw9LsUJnEViXnJZ{grid-column-end:span 8}}@media(min-width:960px){.Tqir6CbiyHOgYmsAgY57{grid-column-end:span 1}.VeVLz3DEagxiXMMPEOCe{grid-column-end:span 2}.G3R07cw2eP3D3juW3A3l{grid-column-end:span 3}.eQ3UseyneBNu_ZLuqSzg{grid-column-end:span 4}.VlgV8xjgkGoOLJShoyNM{grid-column-end:span 5}.DJCwqamaIDFQoj0jEgBc{grid-column-end:span 6}.CxtXPQUYJfNUQVn3y2y_{grid-column-end:span 7}.BroOgbyuFxoSv48H70B5{grid-column-end:span 8}.KnUcRFDSsxeb_z46ajNY{grid-column-end:span 9}.bXiAAxiM2mhcI43ET0pp{grid-column-end:span 10}.ipYVW2jwG2cFjIHpnQk2{grid-column-end:span 11}.KcREgfiJ4ix9nAvNAXqQ{grid-column-end:span 12}}@media(max-width:960px){.qSfEJeFAh4WmcPtmo8qe{display:none}}@media(max-width:600px){._RxxiRFsUS3nYTZhkprA{display:none}}.RSw9xhnEr8xpkX3hPPaM{border:2px solid var(--jp-green-primary);border-radius:var(--jp-border-radius);display:block;margin:32px 0;padding:16px 24px 16px 64px;position:relative;text-decoration:none}.RSw9xhnEr8xpkX3hPPaM span{display:block}.RSw9xhnEr8xpkX3hPPaM span:last-of-type{font-weight:600}.RSw9xhnEr8xpkX3hPPaM:focus span:last-of-type,.RSw9xhnEr8xpkX3hPPaM:hover span:last-of-type{text-decoration:underline;text-decoration-thickness:var(--jp-underline-thickness)}.RSw9xhnEr8xpkX3hPPaM:focus:after,.RSw9xhnEr8xpkX3hPPaM:hover:after{transform:translateY(-50%) translateX(-8px)}.RSw9xhnEr8xpkX3hPPaM:after{color:var(--jp-green-primary);content:"→";font-size:24px;font-weight:600;left:24px;position:absolute;top:50%;transform:translateY(-50%);transition:transform .15s ease-out}.kEBaF5NOHtQsQn5jfOEA{background:var(--jp-white-off);padding:48px 0 64px}.kEBaF5NOHtQsQn5jfOEA h1,.kEBaF5NOHtQsQn5jfOEA h2,.kEBaF5NOHtQsQn5jfOEA h3,.kEBaF5NOHtQsQn5jfOEA h4,.kEBaF5NOHtQsQn5jfOEA h5,.kEBaF5NOHtQsQn5jfOEA h6{line-height:1.2;margin-top:0}.O8YnwnZegI89S2Q3k5Qn{align-items:center;display:flex;flex-wrap:wrap;margin:0 auto;max-width:1128px}._UqttTwRJeajPRpRGZPJ{background-color:#fff;padding:64px 0}._UqttTwRJeajPRpRGZPJ h1,._UqttTwRJeajPRpRGZPJ h2,._UqttTwRJeajPRpRGZPJ h3,._UqttTwRJeajPRpRGZPJ h4,._UqttTwRJeajPRpRGZPJ h5,._UqttTwRJeajPRpRGZPJ h6{line-height:1.2;margin-top:0}:root{--font-title-large:36px;--font-title-small:24px;--font-body:16px;--font-label:12px;--jp-black:#000;--jp-black-80:#2c3338;--jp-white:#fff;--jp-white-off:#f9f9f6;--jp-gray:#dcdcde;--jp-gray-0:#f6f7f7;--jp-gray-20:#a7aaad;--jp-gray-40:#787c82;--jp-gray-50:#646970;--jp-gray-60:#50575e;--jp-gray-80:#2c3338;--jp-gray-off:#e2e2df;--jp-red-0:#f7ebec;--jp-red-50:#d63638;--jp-red-60:#b32d2e;--jp-red-80:#8a2424;--jp-red:#d63639;--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 );--jp-border-radius:4px;--jp-menu-border-height:1px;--jp-underline-thickness:2px}*{box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;margin:0;min-height:100%;padding:0}.O5NYbFTsxmrm4P2SIdOC{align-items:center;display:flex;flex-wrap:wrap;margin:0 auto;max-width:1128px}.rkV4U_hzC04NwXFQcTHl{grid-gap:24px;display:grid;grid-template-columns:repeat(4,1fr);margin:0 16px;width:100%}@media(min-width:600px){.rkV4U_hzC04NwXFQcTHl{grid-template-columns:repeat(8,1fr);margin:0 18px}}@media(min-width:960px){.rkV4U_hzC04NwXFQcTHl{grid-template-columns:repeat(12,1fr);margin:0 24px;max-width:1128px}}.G81E6mesnld_OhhOvz_F{grid-column-end:span 1}.SfCZpjwiu2F0KDjGIXEA{grid-column-end:span 2}.qPxwbSu_GTDTz_8jFHJD{grid-column-end:span 3}.xYAWQ0wk6FPfZOZQgFiw{grid-column-end:span 4}@media(min-width:600px){.zwZjA7ofpMucaB_UzG48{grid-column-end:span 1}.YfwKGGBEqiINFYy6ZpKM{grid-column-end:span 2}.pcHQbVFRxA_OvNRQ2OwP{grid-column-end:span 3}.U_LJMBlRZ8ItXZuvCXGg{grid-column-end:span 4}.st_7w_Ja1Gp2AgGaTysO{grid-column-end:span 5}.gQsaHmJo6Gp7Yq9IB9Sg{grid-column-end:span 6}.P0a4FWsiJJmR6bySI8QC{grid-column-end:span 7}.UxSHj7jyDp6sGKHILNRc{grid-column-end:span 8}}@media(min-width:960px){.TExt5ebNqUrEn2NzeDDh{grid-column-end:span 1}.cdwvRRac4c2djSpHfOpF{grid-column-end:span 2}.hvRpxlyFY9BQIDdEGTjg{grid-column-end:span 3}.Ev9JGJi3yKkBq6cW3Xge{grid-column-end:span 4}.mhL__tIHFH_tViX5718D{grid-column-end:span 5}.X1lGIxHHxsFl_39u4Px6{grid-column-end:span 6}.pc5UnY_DzsSDkyih78Ti{grid-column-end:span 7}.QCjBtfnG3u20FwoDd59Z{grid-column-end:span 8}.MX1aL3BeJpoSE0aXghp0{grid-column-end:span 9}.h_JAcO8a8ClV2LmTWsMz{grid-column-end:span 10}.gKlDMi0N7LOd9q8uJHi5{grid-column-end:span 11}.KZWhYB7r6TG75uJu2LsQ{grid-column-end:span 12}}@media(max-width:960px){.G6NxfG2gGwvEYb0aGdPJ{display:none}}@media(max-width:600px){.aceZPGfrg7IoR0Vu7ZJg{display:none}}.MZSHJVi991kNJhn_Xnip{border:2px solid var(--jp-green-primary);border-radius:var(--jp-border-radius);display:block;margin:32px 0;padding:16px 24px 16px 64px;position:relative;text-decoration:none}.MZSHJVi991kNJhn_Xnip span{display:block}.MZSHJVi991kNJhn_Xnip span:last-of-type{font-weight:600}.MZSHJVi991kNJhn_Xnip:focus span:last-of-type,.MZSHJVi991kNJhn_Xnip:hover span:last-of-type{text-decoration:underline;text-decoration-thickness:var(--jp-underline-thickness)}.MZSHJVi991kNJhn_Xnip:focus:after,.MZSHJVi991kNJhn_Xnip:hover:after{transform:translateY(-50%) translateX(-8px)}.MZSHJVi991kNJhn_Xnip:after{color:var(--jp-green-primary);content:"→";font-size:24px;font-weight:600;left:24px;position:absolute;top:50%;transform:translateY(-50%);transition:transform .15s ease-out}.EZ590eIMC5y_t1_gWRua{margin-right:-20px}.BYzOly4G7Gry9wdRH0AY{background-color:#fff;padding:40px 0}.jp-dashboard-footer{align-items:center;color:#000;display:flex;flex-flow:row wrap;justify-content:space-between;max-width:1128px;width:100%}.jp-dashboard-footer__jetpack-symbol,.jp-dashboard-footer__module-name{display:inline-block;vertical-align:middle}.jp-dashboard-footer__module-name{font-size:12px;font-weight:600;margin-right:5px}
  • jetpack-backup/trunk/composer.json

    r2633755 r2657802  
    55    "license": "GPL-2.0-or-later",
    66    "require": {
    7         "automattic/jetpack-admin-ui": "^0.1.0",
     7        "automattic/jetpack-assets": "^1.16",
     8        "automattic/jetpack-admin-ui": "^0.2.1",
    89        "automattic/jetpack-autoloader": "^2.10",
    9         "automattic/jetpack-backup": "^1.1",
    10         "automattic/jetpack-config": "^1.5",
    11         "automattic/jetpack-connection": "^1.30",
    12         "automattic/jetpack-connection-ui": "^1.5",
    13         "automattic/jetpack-sync": "^1.26",
    14         "automattic/jetpack-status": "^1.8"
     10        "automattic/jetpack-backup": "^1.2",
     11        "automattic/jetpack-composer-plugin": "^1.0",
     12        "automattic/jetpack-config": "^1.6",
     13        "automattic/jetpack-connection": "^1.35",
     14        "automattic/jetpack-connection-ui": "^2.3",
     15        "automattic/jetpack-identity-crisis": "^0.6.2",
     16        "automattic/jetpack-my-jetpack": "^0.3.1",
     17        "automattic/jetpack-sync": "^1.28",
     18        "automattic/jetpack-status": "^1.9"
    1519    },
    1620    "require-dev": {
    17         "yoast/phpunit-polyfills": "1.0.2",
     21        "yoast/phpunit-polyfills": "1.0.3",
    1822        "automattic/jetpack-changelogger": "^3.0"
    1923    },
     
    3135            "Composer\\Config::disableProcessTimeout",
    3236            "pnpm run build-production-concurrently"
     37        ],
     38        "watch": [
     39            "Composer\\Config::disableProcessTimeout",
     40            "pnpm run watch"
    3341        ]
    3442    },
     
    3745    "prefer-stable": true,
    3846    "config": {
    39         "autoloader-suffix": "9559eef123208b7d1b9c15b978567267_backupⓥ1_0_1"
     47        "autoloader-suffix": "9559eef123208b7d1b9c15b978567267_backupⓥ1_1_0_beta"
    4048    },
    4149    "extra": {
     
    4351        "release-branch-prefix": "backup",
    4452        "wp-plugin-slug": "jetpack-backup"
     53    },
     54    "changelogger": {
     55        "versioning": "wordpress"
    4556    }
    4657}
  • jetpack-backup/trunk/jetpack-backup.php

    r2633755 r2657802  
    55 * Plugin URI: https://jetpack.com/jetpack-backup
    66 * Description: Easily restore or download a backup of your site from a specific moment in time.
    7  * Version: 1.0.1
     7 * Version: 1.1.0-beta
    88 * Author: Automattic
    99 * Author URI: https://jetpack.com/
     
    3737define( 'JETPACK_BACKUP_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    3838define( 'JETPACK_BACKUP_PLUGIN_ROOT_FILE', __FILE__ );
     39define( 'JETPACK_BACKUP_PLUGIN_ROOT_FILE_RELATIVE_PATH', plugin_basename( __FILE__ ) );
    3940define( 'JETPACK_BACKUP_PLUGIN_SLUG', 'jetpack-backup' );
    4041define( 'JETPACK_BACKUP_PLUGIN_NAME', 'Jetpack Backup' );
     
    4243define( 'JETPACK_BACKUP_REQUIRED_JETPACK_VERSION', '10.0' );
    4344define( 'JETPACK_BACKUP_PLUGIN_FOLDER', dirname( plugin_basename( __FILE__ ) ) );
     45define( 'JETPACK_BACKUP_PROMOTED_PRODUCT', 'jetpack_backup_t1_yearly' );
    4446
    4547/**
     
    9193if ( is_readable( $jetpack_autoloader ) ) {
    9294    require_once $jetpack_autoloader;
     95    if ( method_exists( \Automattic\Jetpack\Assets::class, 'alias_textdomains_from_file' ) ) {
     96        \Automattic\Jetpack\Assets::alias_textdomains_from_file( JETPACK_BACKUP_PLUGIN_DIR . 'jetpack_vendor/i18n-map.php' );
     97    }
    9398} else { // Something very unexpected. Error out gently with an admin_notice and exit loading.
    9499    if ( defined( 'WP_DEBUG' ) && WP_DEBUG ) {
     
    128133    return;
    129134}
     135
     136// Redirect to plugin page when the plugin is activated.
     137add_action( 'activated_plugin', array( 'Jetpack_Backup', 'plugin_activation' ) );
     138
    130139register_deactivation_hook( __FILE__, array( 'Jetpack_Backup', 'plugin_deactivation' ) );
    131 
    132140// Main plugin class.
    133141new Jetpack_Backup();
  • jetpack-backup/trunk/readme.txt

    r2633759 r2657802  
    22Contributors: automattic, bjorsch, fgiannar, jeherve, jwebbdev, kraftbj, macbre, samiff, sermitr, williamvianas
    33Tags: jetpack
    4 Requires at least: 5.7
     4Requires at least: 5.8
    55Requires PHP: 5.6
    6 Tested up to: 5.8
     6Tested up to: 5.9
    77Stable tag: 1.0.1
    88License: GPLv2 or later
     
    1414
    1515Jetpack Backup is a new plugin that focuses specifically on Jetpack's Backup features.
     16
     17Note: To use this plugin you will need to have a paid Jetpack plan that includes Backup.
    1618
    1719### Restoring your site has never been easier
     
    6163Installation is free, quick, and easy. It only takes a few minutes to install Jetpack Backup.
    6264
     65Note: To use this plugin you will need to have a paid Jetpack plan that includes Backup.
     66
    6367== Installation ==
    6468
     
    101105= How do I create a WordPress backup for my site? =
    102106
    103 If you don’t have Backups as part of your Jetpack plan, go to your WP Admin and then go to **Jetpack > Dashboard > Plans**. Depending on your plan, you can get daily or real-time WordPress backups. Daily backups are archived for 30 days, and real-time backups have unlimited storage.
     107If you don’t have Backups as part of your Jetpack plan, [visit Jetpack.com to learn more and purchase](https://jetpack.com/upgrade/backup).
    104108
    105109As soon as you purchase Jetpack Backup, it will be activated, and the first backup will be completed. There are barely any settings to configure, and you don’t need coding experience.
     
    155159
    156160== Changelog ==
    157 ### 1.0.1 - 2021-11-22
     161### 1.1.0-beta - 2022-01-13
     162#### Added
     163- Added My Jetpack page work in progress behind a feature flag.
     164- Added pricing information to Jetpack Connection screen.
     165- Pass connected plugin information to disconnect dialog flow, include analytics scripts.
     166- Redirect to Jetpack Backup plugin page when the plugin is activated.
     167- Use monorepo `validate-es` script to validate Webpack builds.
     168
     169#### Changed
     170- Change initial screen for first backup.
     171- Detect when a backup will retry and update error screen content.
     172- Import RNA styles from base styles package.
     173- Make Admin UI consume layout components.
     174- The Admin page now promotes the new real-time Backup products.
     175- Updated content shown on backup segments section.
     176- Updated Jetpack Primary color to match latest brand book.
     177- Updated upgrade button link target to point to checkout.
     178- Use `Assets::register_script()` to load Webpack-built script.
     179
    158180#### Removed
    159 - Remove the Connection UI activation.
     181- Remove use of deprecated `~` in sass-loader imports.
     182- Remove use of `gulp` in build, all it was doing was wrapping `webpack`.
    160183
    161184#### Fixed
    162 - Fix a bug that prevented the IDC UI from displaying when the site is in an identity crisis.
     185- Removed backup-in-progress animation on small viewports
     186- Use `@automattic/babel-plugin-replace-textdomain` to ensure proper textdomains in JS bundles.
    163187
    164188--------
  • jetpack-backup/trunk/src/php/class-initial-state.php

    r2613841 r2657802  
    66 */
    77
     8use Automattic\Jetpack\Connection\Plugin_Storage as Connection_Plugin_Storage;
    89use Automattic\Jetpack\Status;
    910
     
    1920    private function get_data() {
    2021        return array(
    21             'API'           => array(
     22            'API'              => array(
    2223                'WP_API_root'       => esc_url_raw( rest_url() ),
    2324                'WP_API_nonce'      => wp_create_nonce( 'wp_rest' ),
    2425                'registrationNonce' => wp_create_nonce( 'jetpack-registration-nonce' ),
    2526            ),
    26             'jetpackStatus' => array(
     27            'jetpackStatus'    => array(
    2728                'calypsoSlug' => ( new Status() )->get_site_suffix(),
    2829            ),
    29             'assets'        => array(
     30            'connectedPlugins' => Connection_Plugin_Storage::get_all(),
     31            'siteData'         => array(
     32                'id' => \Jetpack_Options::get_option( 'id' ),
     33            ),
     34            'assets'           => array(
    3035                'buildUrl' => plugins_url( 'build/', JETPACK_BACKUP_PLUGIN_ROOT_FILE ),
    3136            ),
  • jetpack-backup/trunk/src/php/class-jetpack-backup.php

    r2633755 r2657802  
    1111
    1212use Automattic\Jetpack\Admin_UI\Admin_Menu;
     13use Automattic\Jetpack\Assets;
     14use Automattic\Jetpack\Connection\Initial_State as Connection_Initial_State;
    1315use Automattic\Jetpack\Connection\Manager as Connection_Manager;
    1416use Automattic\Jetpack\Connection\Rest_Authentication as Connection_Rest_Authentication;
     17use Automattic\Jetpack\My_Jetpack\Initializer as My_Jetpack_Initializer;
     18use Automattic\Jetpack\Status;
    1519
    1620/**
     
    1822 */
    1923class Jetpack_Backup {
     24
    2025    /**
    2126     * Constructor.
     
    7075            }
    7176        );
     77
     78        My_Jetpack_Initializer::init();
    7279    }
    7380
     
    8390     */
    8491    public function enqueue_admin_scripts() {
    85         $build_assets = require_once JETPACK_BACKUP_PLUGIN_DIR . '/build/index.asset.php';
    86 
    87         // Main JS file.
    88         wp_register_script(
    89             'jetpack-backup-script',
    90             plugins_url( 'build/index.js', JETPACK_BACKUP_PLUGIN_ROOT_FILE ),
    91             $build_assets['dependencies'],
    92             $build_assets['version'],
    93             true
    94         );
    95         wp_enqueue_script( 'jetpack-backup-script' );
     92        $status  = new Status();
     93        $manager = new Connection_Manager( 'jetpack-backup' );
     94
     95        Assets::register_script(
     96            'jetpack-backup',
     97            'build/index.js',
     98            JETPACK_BACKUP_PLUGIN_ROOT_FILE,
     99            array(
     100                'in_footer'  => true,
     101                'textdomain' => 'jetpack-backup',
     102            )
     103        );
     104        Assets::enqueue_script( 'jetpack-backup' );
    96105        // Initial JS state including JP Connection data.
    97         wp_add_inline_script( 'jetpack-backup-script', $this->get_initial_state(), 'before' );
    98 
    99         // Translation assets.
    100         wp_set_script_translations( 'jetpack-backup-script-translations', 'jetpack-backup' );
    101 
    102         // Main CSS file.
    103         wp_enqueue_style(
    104             'jetpack-backup-style',
    105             plugins_url( 'build/index.css', JETPACK_BACKUP_PLUGIN_ROOT_FILE ),
    106             array( 'wp-components' ),
    107             $build_assets['version']
    108         );
    109         // RTL CSS file.
    110         wp_style_add_data(
    111             'jetpack-backup-style',
    112             'rtl',
    113             plugins_url( 'build/index.rtl.css', JETPACK_BACKUP_PLUGIN_ROOT_FILE )
    114         );
     106        wp_add_inline_script( 'jetpack-backup', $this->get_initial_state(), 'before' );
     107        wp_add_inline_script( 'jetpack-backup', Connection_Initial_State::render(), 'before' );
     108
     109        // Load script for analytics.
     110        if ( ! $status->is_offline_mode() && $manager->is_connected() ) {
     111            wp_enqueue_script( 'jp-tracks', '//stats.wp.com/w.js', array(), gmdate( 'YW' ), true );
     112        }
    115113    }
    116114
     
    161159        );
    162160
    163     }
    164 
     161        // Get information on site products.
     162        // Backup plugin version of /site/purchases from JP plugin.
     163        // Revert once this route and MyPlan component are extracted to a common package.
     164        register_rest_route(
     165            'jetpack/v4',
     166            '/site/current-purchases',
     167            array(
     168                'methods'             => WP_REST_Server::READABLE,
     169                'callback'            => __CLASS__ . '::get_site_current_purchases',
     170                'permission_callback' => __CLASS__ . '::backups_permissions_callback',
     171            )
     172        );
     173
     174        // Get currently promoted product from the product's endpoint.
     175            register_rest_route(
     176                'jetpack/v4',
     177                '/backup-promoted-product-info',
     178                array(
     179                    'methods'             => WP_REST_Server::READABLE,
     180                    'callback'            => __CLASS__ . '::get_backup_promoted_product_info',
     181                    'permission_callback' => __CLASS__ . '::backups_permissions_callback',
     182                )
     183            );
     184    }
    165185    /**
    166186     * The backup calls should only occur from a signed in admin user
     
    236256
    237257    /**
     258     * Gets information about the currently promoted backup product.
     259     *
     260     * @return string|WP_Error A JSON object of the current backup product being promoted if the request was successful, or a WP_Error otherwise.
     261     */
     262    public static function get_backup_promoted_product_info() {
     263        $request_url   = 'https://public-api.wordpress.com/rest/v1.1/products?locale=' . get_user_locale() . '&type=jetpack';
     264        $wpcom_request = wp_remote_get( esc_url_raw( $request_url ) );
     265        $response_code = wp_remote_retrieve_response_code( $wpcom_request );
     266        if ( 200 === $response_code ) {
     267            $products = json_decode( wp_remote_retrieve_body( $wpcom_request ) );
     268            return $products->{JETPACK_BACKUP_PROMOTED_PRODUCT};
     269        } else {
     270            // Something went wrong so we'll just return the response without caching.
     271            return new WP_Error(
     272                'failed_to_fetch_data',
     273                esc_html__( 'Unable to fetch the requested data.', 'jetpack-backup' ),
     274                array(
     275                    'status'  => $response_code,
     276                    'request' => $wpcom_request,
     277                )
     278            );
     279        }
     280    }
     281
     282    /**
     283     * Redirects to plugin page when the plugin is activated
     284     *
     285     * @access public
     286     * @static
     287     *
     288     * @param string $plugin Path to the plugin file relative to the plugins directory.
     289     */
     290    public static function plugin_activation( $plugin ) {
     291        if ( JETPACK_BACKUP_PLUGIN_ROOT_FILE_RELATIVE_PATH === $plugin ) {
     292            wp_safe_redirect( esc_url( admin_url( 'admin.php?page=jetpack-backup' ) ) );
     293            exit;
     294        }
     295    }
     296
     297    /**
    238298     * Removes plugin from the connection manager
    239299     * If it's the last plugin using the connection, the site will be disconnected.
     
    246306        $manager->remove_connection();
    247307    }
     308
     309    /**
     310     * Returns the result of `/sites/%d/purchases` endpoint call.
     311     *
     312     * @return array of site purchases.
     313     */
     314    public static function get_site_current_purchases() {
     315
     316        $request  = sprintf( '/sites/%d/purchases', \Jetpack_Options::get_option( 'id' ) );
     317        $response = Automattic\Jetpack\Connection\Client::wpcom_json_api_request_as_blog( $request, '1.1' );
     318
     319        // Bail if there was an error or malformed response.
     320        if ( is_wp_error( $response ) || ! is_array( $response ) || ! isset( $response['body'] ) ) {
     321            return self::get_failed_fetch_error();
     322        }
     323
     324        if ( 200 !== (int) wp_remote_retrieve_response_code( $response ) ) {
     325            return self::get_failed_fetch_error();
     326        }
     327
     328        // Decode the results.
     329        $results = json_decode( $response['body'], true );
     330
     331        // Bail if there were no results or purchase details returned.
     332        if ( ! is_array( $results ) ) {
     333            return self::get_failed_fetch_error();
     334        }
     335
     336        return rest_ensure_response(
     337            array(
     338                'code'    => 'success',
     339                'message' => esc_html__( 'Site purchases correctly received.', 'jetpack-backup' ),
     340                'data'    => wp_remote_retrieve_body( $response ),
     341            )
     342        );
     343    }
    248344}
  • jetpack-backup/trunk/vendor/autoload.php

    r2633755 r2657802  
    55require_once __DIR__ . '/composer/autoload_real.php';
    66
    7 return ComposerAutoloaderInit9559eef123208b7d1b9c15b978567267_backupⓥ1_0_1::getLoader();
     7return ComposerAutoloaderInit9559eef123208b7d1b9c15b978567267_backupⓥ1_1_0_beta::getLoader();
  • jetpack-backup/trunk/vendor/autoload_packages.php

    r2633755 r2657802  
    66 */
    77
    8 namespace Automattic\Jetpack\Autoloader\jp9559eef123208b7d1b9c15b978567267_backupⓥ1_0_1;
     8namespace Automattic\Jetpack\Autoloader\jp9559eef123208b7d1b9c15b978567267_backupⓥ1_1_0_beta;
    99
    1010 // phpcs:ignore
  • jetpack-backup/trunk/vendor/composer/autoload_classmap.php

    r2633755 r2657802  
    77
    88return array(
    9     'Automattic\\Jetpack\\A8c_Mc_Stats' => $vendorDir . '/automattic/jetpack-a8c-mc-stats/src/class-a8c-mc-stats.php',
    10     'Automattic\\Jetpack\\Admin_UI\\Admin_Menu' => $vendorDir . '/automattic/jetpack-admin-ui/src/class-admin-menu.php',
    11     'Automattic\\Jetpack\\Assets' => $vendorDir . '/automattic/jetpack-assets/src/class-assets.php',
    12     'Automattic\\Jetpack\\Assets\\Logo' => $vendorDir . '/automattic/jetpack-logo/src/class-logo.php',
     9    'Automattic\\Jetpack\\A8c_Mc_Stats' => $baseDir . '/jetpack_vendor/automattic/jetpack-a8c-mc-stats/src/class-a8c-mc-stats.php',
     10    'Automattic\\Jetpack\\Admin_UI\\Admin_Menu' => $baseDir . '/jetpack_vendor/automattic/jetpack-admin-ui/src/class-admin-menu.php',
     11    'Automattic\\Jetpack\\Assets' => $baseDir . '/jetpack_vendor/automattic/jetpack-assets/src/class-assets.php',
     12    'Automattic\\Jetpack\\Assets\\Logo' => $baseDir . '/jetpack_vendor/automattic/jetpack-logo/src/class-logo.php',
     13    'Automattic\\Jetpack\\Assets\\Semver' => $baseDir . '/jetpack_vendor/automattic/jetpack-assets/src/class-semver.php',
    1314    'Automattic\\Jetpack\\Autoloader\\AutoloadFileWriter' => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadFileWriter.php',
    1415    'Automattic\\Jetpack\\Autoloader\\AutoloadGenerator' => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadGenerator.php',
     
    1617    'Automattic\\Jetpack\\Autoloader\\CustomAutoloaderPlugin' => $vendorDir . '/automattic/jetpack-autoloader/src/CustomAutoloaderPlugin.php',
    1718    'Automattic\\Jetpack\\Autoloader\\ManifestGenerator' => $vendorDir . '/automattic/jetpack-autoloader/src/ManifestGenerator.php',
    18     'Automattic\\Jetpack\\Backup\\Helper_Script_Manager' => $vendorDir . '/automattic/jetpack-backup/src/class-helper-script-manager.php',
    19     'Automattic\\Jetpack\\Backup\\Package_Version' => $vendorDir . '/automattic/jetpack-backup/src/class-package-version.php',
    20     'Automattic\\Jetpack\\Backup\\REST_Controller' => $vendorDir . '/automattic/jetpack-backup/src/class-rest-controller.php',
    21     'Automattic\\Jetpack\\Config' => $vendorDir . '/automattic/jetpack-config/src/class-config.php',
    22     'Automattic\\Jetpack\\ConnectionUI\\Admin' => $vendorDir . '/automattic/jetpack-connection-ui/src/class-admin.php',
    23     'Automattic\\Jetpack\\ConnectionUI\\Initial_State' => $vendorDir . '/automattic/jetpack-connection-ui/src/class-initial-state.php',
    24     'Automattic\\Jetpack\\Connection\\Client' => $vendorDir . '/automattic/jetpack-connection/src/class-client.php',
    25     'Automattic\\Jetpack\\Connection\\Error_Handler' => $vendorDir . '/automattic/jetpack-connection/src/class-error-handler.php',
    26     'Automattic\\Jetpack\\Connection\\Manager' => $vendorDir . '/automattic/jetpack-connection/src/class-manager.php',
    27     'Automattic\\Jetpack\\Connection\\Manager_Interface' => $vendorDir . '/automattic/jetpack-connection/src/interface-manager.php',
    28     'Automattic\\Jetpack\\Connection\\Nonce_Handler' => $vendorDir . '/automattic/jetpack-connection/src/class-nonce-handler.php',
    29     'Automattic\\Jetpack\\Connection\\Package_Version' => $vendorDir . '/automattic/jetpack-connection/src/class-package-version.php',
    30     'Automattic\\Jetpack\\Connection\\Package_Version_Tracker' => $vendorDir . '/automattic/jetpack-connection/src/class-package-version-tracker.php',
    31     'Automattic\\Jetpack\\Connection\\Plugin' => $vendorDir . '/automattic/jetpack-connection/src/class-plugin.php',
    32     'Automattic\\Jetpack\\Connection\\Plugin_Storage' => $vendorDir . '/automattic/jetpack-connection/src/class-plugin-storage.php',
    33     'Automattic\\Jetpack\\Connection\\REST_Connector' => $vendorDir . '/automattic/jetpack-connection/src/class-rest-connector.php',
    34     'Automattic\\Jetpack\\Connection\\Rest_Authentication' => $vendorDir . '/automattic/jetpack-connection/src/class-rest-authentication.php',
    35     'Automattic\\Jetpack\\Connection\\Secrets' => $vendorDir . '/automattic/jetpack-connection/src/class-secrets.php',
    36     'Automattic\\Jetpack\\Connection\\Server_Sandbox' => $vendorDir . '/automattic/jetpack-connection/src/class-server-sandbox.php',
    37     'Automattic\\Jetpack\\Connection\\Tokens' => $vendorDir . '/automattic/jetpack-connection/src/class-tokens.php',
    38     'Automattic\\Jetpack\\Connection\\Urls' => $vendorDir . '/automattic/jetpack-connection/src/class-urls.php',
    39     'Automattic\\Jetpack\\Connection\\Utils' => $vendorDir . '/automattic/jetpack-connection/src/class-utils.php',
    40     'Automattic\\Jetpack\\Connection\\Webhooks' => $vendorDir . '/automattic/jetpack-connection/src/class-webhooks.php',
    41     'Automattic\\Jetpack\\Connection\\XMLRPC_Async_Call' => $vendorDir . '/automattic/jetpack-connection/src/class-xmlrpc-async-call.php',
    42     'Automattic\\Jetpack\\Connection\\XMLRPC_Connector' => $vendorDir . '/automattic/jetpack-connection/src/class-xmlrpc-connector.php',
    43     'Automattic\\Jetpack\\Constants' => $vendorDir . '/automattic/jetpack-constants/src/class-constants.php',
    44     'Automattic\\Jetpack\\Device_Detection' => $vendorDir . '/automattic/jetpack-device-detection/src/class-device-detection.php',
    45     'Automattic\\Jetpack\\Device_Detection\\User_Agent_Info' => $vendorDir . '/automattic/jetpack-device-detection/src/class-user-agent-info.php',
    46     'Automattic\\Jetpack\\Heartbeat' => $vendorDir . '/automattic/jetpack-heartbeat/src/class-heartbeat.php',
    47     'Automattic\\Jetpack\\IdentityCrisis\\REST_Endpoints' => $vendorDir . '/automattic/jetpack-identity-crisis/src/class-rest-endpoints.php',
    48     'Automattic\\Jetpack\\Identity_Crisis' => $vendorDir . '/automattic/jetpack-identity-crisis/src/class-identity-crisis.php',
    49     'Automattic\\Jetpack\\Password_Checker' => $vendorDir . '/automattic/jetpack-password-checker/src/class-password-checker.php',
    50     'Automattic\\Jetpack\\Redirect' => $vendorDir . '/automattic/jetpack-redirect/src/class-redirect.php',
    51     'Automattic\\Jetpack\\Roles' => $vendorDir . '/automattic/jetpack-roles/src/class-roles.php',
    52     'Automattic\\Jetpack\\Status' => $vendorDir . '/automattic/jetpack-status/src/class-status.php',
    53     'Automattic\\Jetpack\\Status\\Host' => $vendorDir . '/automattic/jetpack-status/src/class-host.php',
    54     'Automattic\\Jetpack\\Sync\\Actions' => $vendorDir . '/automattic/jetpack-sync/src/class-actions.php',
    55     'Automattic\\Jetpack\\Sync\\Codec_Interface' => $vendorDir . '/automattic/jetpack-sync/src/interface-codec.php',
    56     'Automattic\\Jetpack\\Sync\\Defaults' => $vendorDir . '/automattic/jetpack-sync/src/class-defaults.php',
    57     'Automattic\\Jetpack\\Sync\\Functions' => $vendorDir . '/automattic/jetpack-sync/src/class-functions.php',
    58     'Automattic\\Jetpack\\Sync\\Health' => $vendorDir . '/automattic/jetpack-sync/src/class-health.php',
    59     'Automattic\\Jetpack\\Sync\\JSON_Deflate_Array_Codec' => $vendorDir . '/automattic/jetpack-sync/src/class-json-deflate-array-codec.php',
    60     'Automattic\\Jetpack\\Sync\\Listener' => $vendorDir . '/automattic/jetpack-sync/src/class-listener.php',
    61     'Automattic\\Jetpack\\Sync\\Lock' => $vendorDir . '/automattic/jetpack-sync/src/class-lock.php',
    62     'Automattic\\Jetpack\\Sync\\Main' => $vendorDir . '/automattic/jetpack-sync/src/class-main.php',
    63     'Automattic\\Jetpack\\Sync\\Modules' => $vendorDir . '/automattic/jetpack-sync/src/class-modules.php',
    64     'Automattic\\Jetpack\\Sync\\Modules\\Attachments' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-attachments.php',
    65     'Automattic\\Jetpack\\Sync\\Modules\\Callables' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-callables.php',
    66     'Automattic\\Jetpack\\Sync\\Modules\\Comments' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-comments.php',
    67     'Automattic\\Jetpack\\Sync\\Modules\\Constants' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-constants.php',
    68     'Automattic\\Jetpack\\Sync\\Modules\\Full_Sync' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-full-sync.php',
    69     'Automattic\\Jetpack\\Sync\\Modules\\Full_Sync_Immediately' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-full-sync-immediately.php',
    70     'Automattic\\Jetpack\\Sync\\Modules\\Import' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-import.php',
    71     'Automattic\\Jetpack\\Sync\\Modules\\Menus' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-menus.php',
    72     'Automattic\\Jetpack\\Sync\\Modules\\Meta' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-meta.php',
    73     'Automattic\\Jetpack\\Sync\\Modules\\Module' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-module.php',
    74     'Automattic\\Jetpack\\Sync\\Modules\\Network_Options' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-network-options.php',
    75     'Automattic\\Jetpack\\Sync\\Modules\\Options' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-options.php',
    76     'Automattic\\Jetpack\\Sync\\Modules\\Plugins' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-plugins.php',
    77     'Automattic\\Jetpack\\Sync\\Modules\\Posts' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-posts.php',
    78     'Automattic\\Jetpack\\Sync\\Modules\\Protect' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-protect.php',
    79     'Automattic\\Jetpack\\Sync\\Modules\\Stats' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-stats.php',
    80     'Automattic\\Jetpack\\Sync\\Modules\\Term_Relationships' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-term-relationships.php',
    81     'Automattic\\Jetpack\\Sync\\Modules\\Terms' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-terms.php',
    82     'Automattic\\Jetpack\\Sync\\Modules\\Themes' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-themes.php',
    83     'Automattic\\Jetpack\\Sync\\Modules\\Updates' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-updates.php',
    84     'Automattic\\Jetpack\\Sync\\Modules\\Users' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-users.php',
    85     'Automattic\\Jetpack\\Sync\\Modules\\WP_Super_Cache' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-wp-super-cache.php',
    86     'Automattic\\Jetpack\\Sync\\Modules\\WooCommerce' => $vendorDir . '/automattic/jetpack-sync/src/modules/class-woocommerce.php',
    87     'Automattic\\Jetpack\\Sync\\Package_Version' => $vendorDir . '/automattic/jetpack-sync/src/class-package-version.php',
    88     'Automattic\\Jetpack\\Sync\\Queue' => $vendorDir . '/automattic/jetpack-sync/src/class-queue.php',
    89     'Automattic\\Jetpack\\Sync\\Queue_Buffer' => $vendorDir . '/automattic/jetpack-sync/src/class-queue-buffer.php',
    90     'Automattic\\Jetpack\\Sync\\REST_Endpoints' => $vendorDir . '/automattic/jetpack-sync/src/class-rest-endpoints.php',
    91     'Automattic\\Jetpack\\Sync\\REST_Sender' => $vendorDir . '/automattic/jetpack-sync/src/class-rest-sender.php',
    92     'Automattic\\Jetpack\\Sync\\Replicastore' => $vendorDir . '/automattic/jetpack-sync/src/class-replicastore.php',
    93     'Automattic\\Jetpack\\Sync\\Replicastore\\Table_Checksum' => $vendorDir . '/automattic/jetpack-sync/src/replicastore/class-table-checksum.php',
    94     'Automattic\\Jetpack\\Sync\\Replicastore\\Table_Checksum_Usermeta' => $vendorDir . '/automattic/jetpack-sync/src/replicastore/class-table-checksum-usermeta.php',
    95     'Automattic\\Jetpack\\Sync\\Replicastore\\Table_Checksum_Users' => $vendorDir . '/automattic/jetpack-sync/src/replicastore/class-table-checksum-users.php',
    96     'Automattic\\Jetpack\\Sync\\Replicastore_Interface' => $vendorDir . '/automattic/jetpack-sync/src/interface-replicastore.php',
    97     'Automattic\\Jetpack\\Sync\\Sender' => $vendorDir . '/automattic/jetpack-sync/src/class-sender.php',
    98     'Automattic\\Jetpack\\Sync\\Server' => $vendorDir . '/automattic/jetpack-sync/src/class-server.php',
    99     'Automattic\\Jetpack\\Sync\\Settings' => $vendorDir . '/automattic/jetpack-sync/src/class-settings.php',
    100     'Automattic\\Jetpack\\Sync\\Simple_Codec' => $vendorDir . '/automattic/jetpack-sync/src/class-simple-codec.php',
    101     'Automattic\\Jetpack\\Sync\\Users' => $vendorDir . '/automattic/jetpack-sync/src/class-users.php',
    102     'Automattic\\Jetpack\\Sync\\Utils' => $vendorDir . '/automattic/jetpack-sync/src/class-utils.php',
    103     'Automattic\\Jetpack\\Terms_Of_Service' => $vendorDir . '/automattic/jetpack-terms-of-service/src/class-terms-of-service.php',
    104     'Automattic\\Jetpack\\Tracking' => $vendorDir . '/automattic/jetpack-tracking/src/class-tracking.php',
     19    'Automattic\\Jetpack\\Backup\\Helper_Script_Manager' => $baseDir . '/jetpack_vendor/automattic/jetpack-backup/src/class-helper-script-manager.php',
     20    'Automattic\\Jetpack\\Backup\\Package_Version' => $baseDir . '/jetpack_vendor/automattic/jetpack-backup/src/class-package-version.php',
     21    'Automattic\\Jetpack\\Backup\\REST_Controller' => $baseDir . '/jetpack_vendor/automattic/jetpack-backup/src/class-rest-controller.php',
     22    'Automattic\\Jetpack\\Composer\\Manager' => $vendorDir . '/automattic/jetpack-composer-plugin/src/class-manager.php',
     23    'Automattic\\Jetpack\\Composer\\Plugin' => $vendorDir . '/automattic/jetpack-composer-plugin/src/class-plugin.php',
     24    'Automattic\\Jetpack\\Config' => $baseDir . '/jetpack_vendor/automattic/jetpack-config/src/class-config.php',
     25    'Automattic\\Jetpack\\ConnectionUI\\Admin' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection-ui/src/class-admin.php',
     26    'Automattic\\Jetpack\\ConnectionUI\\Initial_State' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection-ui/src/class-initial-state.php',
     27    'Automattic\\Jetpack\\Connection\\Client' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-client.php',
     28    'Automattic\\Jetpack\\Connection\\Error_Handler' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-error-handler.php',
     29    'Automattic\\Jetpack\\Connection\\Initial_State' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-initial-state.php',
     30    'Automattic\\Jetpack\\Connection\\Manager' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-manager.php',
     31    'Automattic\\Jetpack\\Connection\\Manager_Interface' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/interface-manager.php',
     32    'Automattic\\Jetpack\\Connection\\Nonce_Handler' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-nonce-handler.php',
     33    'Automattic\\Jetpack\\Connection\\Package_Version' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-package-version.php',
     34    'Automattic\\Jetpack\\Connection\\Package_Version_Tracker' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-package-version-tracker.php',
     35    'Automattic\\Jetpack\\Connection\\Plugin' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-plugin.php',
     36    'Automattic\\Jetpack\\Connection\\Plugin_Storage' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-plugin-storage.php',
     37    'Automattic\\Jetpack\\Connection\\REST_Connector' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-rest-connector.php',
     38    'Automattic\\Jetpack\\Connection\\Rest_Authentication' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-rest-authentication.php',
     39    'Automattic\\Jetpack\\Connection\\Secrets' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-secrets.php',
     40    'Automattic\\Jetpack\\Connection\\Server_Sandbox' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-server-sandbox.php',
     41    'Automattic\\Jetpack\\Connection\\Tokens' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-tokens.php',
     42    'Automattic\\Jetpack\\Connection\\Urls' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-urls.php',
     43    'Automattic\\Jetpack\\Connection\\Utils' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-utils.php',
     44    'Automattic\\Jetpack\\Connection\\Webhooks' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-webhooks.php',
     45    'Automattic\\Jetpack\\Connection\\XMLRPC_Async_Call' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-xmlrpc-async-call.php',
     46    'Automattic\\Jetpack\\Connection\\XMLRPC_Connector' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-xmlrpc-connector.php',
     47    'Automattic\\Jetpack\\Constants' => $baseDir . '/jetpack_vendor/automattic/jetpack-constants/src/class-constants.php',
     48    'Automattic\\Jetpack\\Device_Detection' => $baseDir . '/jetpack_vendor/automattic/jetpack-device-detection/src/class-device-detection.php',
     49    'Automattic\\Jetpack\\Device_Detection\\User_Agent_Info' => $baseDir . '/jetpack_vendor/automattic/jetpack-device-detection/src/class-user-agent-info.php',
     50    'Automattic\\Jetpack\\Heartbeat' => $baseDir . '/jetpack_vendor/automattic/jetpack-heartbeat/src/class-heartbeat.php',
     51    'Automattic\\Jetpack\\IdentityCrisis\\REST_Endpoints' => $baseDir . '/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-rest-endpoints.php',
     52    'Automattic\\Jetpack\\IdentityCrisis\\UI' => $baseDir . '/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-ui.php',
     53    'Automattic\\Jetpack\\Identity_Crisis' => $baseDir . '/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-identity-crisis.php',
     54    'Automattic\\Jetpack\\My_Jetpack\\Initializer' => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php',
     55    'Automattic\\Jetpack\\Password_Checker' => $baseDir . '/jetpack_vendor/automattic/jetpack-password-checker/src/class-password-checker.php',
     56    'Automattic\\Jetpack\\Redirect' => $baseDir . '/jetpack_vendor/automattic/jetpack-redirect/src/class-redirect.php',
     57    'Automattic\\Jetpack\\Roles' => $baseDir . '/jetpack_vendor/automattic/jetpack-roles/src/class-roles.php',
     58    'Automattic\\Jetpack\\Status' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-status.php',
     59    'Automattic\\Jetpack\\Status\\Host' => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-host.php',
     60    'Automattic\\Jetpack\\Sync\\Actions' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-actions.php',
     61    'Automattic\\Jetpack\\Sync\\Codec_Interface' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/interface-codec.php',
     62    'Automattic\\Jetpack\\Sync\\Defaults' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-defaults.php',
     63    'Automattic\\Jetpack\\Sync\\Functions' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-functions.php',
     64    'Automattic\\Jetpack\\Sync\\Health' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-health.php',
     65    'Automattic\\Jetpack\\Sync\\JSON_Deflate_Array_Codec' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-json-deflate-array-codec.php',
     66    'Automattic\\Jetpack\\Sync\\Listener' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-listener.php',
     67    'Automattic\\Jetpack\\Sync\\Lock' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-lock.php',
     68    'Automattic\\Jetpack\\Sync\\Main' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-main.php',
     69    'Automattic\\Jetpack\\Sync\\Modules' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-modules.php',
     70    'Automattic\\Jetpack\\Sync\\Modules\\Attachments' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-attachments.php',
     71    'Automattic\\Jetpack\\Sync\\Modules\\Callables' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-callables.php',
     72    'Automattic\\Jetpack\\Sync\\Modules\\Comments' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-comments.php',
     73    'Automattic\\Jetpack\\Sync\\Modules\\Constants' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-constants.php',
     74    'Automattic\\Jetpack\\Sync\\Modules\\Full_Sync' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync.php',
     75    'Automattic\\Jetpack\\Sync\\Modules\\Full_Sync_Immediately' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync-immediately.php',
     76    'Automattic\\Jetpack\\Sync\\Modules\\Import' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-import.php',
     77    'Automattic\\Jetpack\\Sync\\Modules\\Menus' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-menus.php',
     78    'Automattic\\Jetpack\\Sync\\Modules\\Meta' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-meta.php',
     79    'Automattic\\Jetpack\\Sync\\Modules\\Module' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-module.php',
     80    'Automattic\\Jetpack\\Sync\\Modules\\Network_Options' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-network-options.php',
     81    'Automattic\\Jetpack\\Sync\\Modules\\Options' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-options.php',
     82    'Automattic\\Jetpack\\Sync\\Modules\\Plugins' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-plugins.php',
     83    'Automattic\\Jetpack\\Sync\\Modules\\Posts' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-posts.php',
     84    'Automattic\\Jetpack\\Sync\\Modules\\Protect' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-protect.php',
     85    'Automattic\\Jetpack\\Sync\\Modules\\Stats' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-stats.php',
     86    'Automattic\\Jetpack\\Sync\\Modules\\Term_Relationships' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-term-relationships.php',
     87    'Automattic\\Jetpack\\Sync\\Modules\\Terms' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-terms.php',
     88    'Automattic\\Jetpack\\Sync\\Modules\\Themes' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-themes.php',
     89    'Automattic\\Jetpack\\Sync\\Modules\\Updates' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-updates.php',
     90    'Automattic\\Jetpack\\Sync\\Modules\\Users' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-users.php',
     91    'Automattic\\Jetpack\\Sync\\Modules\\WP_Super_Cache' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-wp-super-cache.php',
     92    'Automattic\\Jetpack\\Sync\\Modules\\WooCommerce' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-woocommerce.php',
     93    'Automattic\\Jetpack\\Sync\\Package_Version' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-package-version.php',
     94    'Automattic\\Jetpack\\Sync\\Queue' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-queue.php',
     95    'Automattic\\Jetpack\\Sync\\Queue_Buffer' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-queue-buffer.php',
     96    'Automattic\\Jetpack\\Sync\\REST_Endpoints' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-rest-endpoints.php',
     97    'Automattic\\Jetpack\\Sync\\REST_Sender' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-rest-sender.php',
     98    'Automattic\\Jetpack\\Sync\\Replicastore' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-replicastore.php',
     99    'Automattic\\Jetpack\\Sync\\Replicastore\\Table_Checksum' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum.php',
     100    'Automattic\\Jetpack\\Sync\\Replicastore\\Table_Checksum_Usermeta' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum-usermeta.php',
     101    'Automattic\\Jetpack\\Sync\\Replicastore\\Table_Checksum_Users' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum-users.php',
     102    'Automattic\\Jetpack\\Sync\\Replicastore_Interface' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/interface-replicastore.php',
     103    'Automattic\\Jetpack\\Sync\\Sender' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-sender.php',
     104    'Automattic\\Jetpack\\Sync\\Server' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-server.php',
     105    'Automattic\\Jetpack\\Sync\\Settings' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-settings.php',
     106    'Automattic\\Jetpack\\Sync\\Simple_Codec' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-simple-codec.php',
     107    'Automattic\\Jetpack\\Sync\\Users' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-users.php',
     108    'Automattic\\Jetpack\\Sync\\Utils' => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-utils.php',
     109    'Automattic\\Jetpack\\Terms_Of_Service' => $baseDir . '/jetpack_vendor/automattic/jetpack-terms-of-service/src/class-terms-of-service.php',
     110    'Automattic\\Jetpack\\Tracking' => $baseDir . '/jetpack_vendor/automattic/jetpack-tracking/src/class-tracking.php',
    105111    'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php',
    106112    'Initial_State' => $baseDir . '/src/php/class-initial-state.php',
    107113    'Jetpack_Backup' => $baseDir . '/src/php/class-jetpack-backup.php',
    108     'Jetpack_IXR_Client' => $vendorDir . '/automattic/jetpack-connection/legacy/class-jetpack-ixr-client.php',
    109     'Jetpack_IXR_ClientMulticall' => $vendorDir . '/automattic/jetpack-connection/legacy/class-jetpack-ixr-clientmulticall.php',
    110     'Jetpack_Options' => $vendorDir . '/automattic/jetpack-options/legacy/class-jetpack-options.php',
    111     'Jetpack_Signature' => $vendorDir . '/automattic/jetpack-connection/legacy/class-jetpack-signature.php',
    112     'Jetpack_Tracks_Client' => $vendorDir . '/automattic/jetpack-tracking/legacy/class-jetpack-tracks-client.php',
    113     'Jetpack_Tracks_Event' => $vendorDir . '/automattic/jetpack-tracking/legacy/class-jetpack-tracks-event.php',
    114     'Jetpack_XMLRPC_Server' => $vendorDir . '/automattic/jetpack-connection/legacy/class-jetpack-xmlrpc-server.php',
     114    'Jetpack_IXR_Client' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-ixr-client.php',
     115    'Jetpack_IXR_ClientMulticall' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-ixr-clientmulticall.php',
     116    'Jetpack_Options' => $baseDir . '/jetpack_vendor/automattic/jetpack-options/legacy/class-jetpack-options.php',
     117    'Jetpack_Signature' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-signature.php',
     118    'Jetpack_Tracks_Client' => $baseDir . '/jetpack_vendor/automattic/jetpack-tracking/legacy/class-jetpack-tracks-client.php',
     119    'Jetpack_Tracks_Event' => $baseDir . '/jetpack_vendor/automattic/jetpack-tracking/legacy/class-jetpack-tracks-event.php',
     120    'Jetpack_XMLRPC_Server' => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-xmlrpc-server.php',
    115121);
  • jetpack-backup/trunk/vendor/composer/autoload_files.php

    r2613841 r2657802  
    77
    88return array(
    9     'd4eb94df91a729802d18373ee8cdc79f' => $vendorDir . '/automattic/jetpack-backup/actions.php',
     9    '3773ef3f09c37da5478d578e32b03a4b' => $baseDir . '/jetpack_vendor/automattic/jetpack-assets/actions.php',
     10    'd4eb94df91a729802d18373ee8cdc79f' => $baseDir . '/jetpack_vendor/automattic/jetpack-backup/actions.php',
    1011);
  • jetpack-backup/trunk/vendor/composer/autoload_real.php

    r2633755 r2657802  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInit9559eef123208b7d1b9c15b978567267_backupⓥ1_0_1
     5class ComposerAutoloaderInit9559eef123208b7d1b9c15b978567267_backupⓥ1_1_0_beta
    66{
    77    private static $loader;
     
    2323        }
    2424
    25         spl_autoload_register(array('ComposerAutoloaderInit9559eef123208b7d1b9c15b978567267_backupⓥ1_0_1', 'loadClassLoader'), true, true);
     25        spl_autoload_register(array('ComposerAutoloaderInit9559eef123208b7d1b9c15b978567267_backupⓥ1_1_0_beta', 'loadClassLoader'), true, true);
    2626        self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
    27         spl_autoload_unregister(array('ComposerAutoloaderInit9559eef123208b7d1b9c15b978567267_backupⓥ1_0_1', 'loadClassLoader'));
     27        spl_autoload_unregister(array('ComposerAutoloaderInit9559eef123208b7d1b9c15b978567267_backupⓥ1_1_0_beta', 'loadClassLoader'));
    2828
    2929        $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
     
    3131            require __DIR__ . '/autoload_static.php';
    3232
    33             call_user_func(\Composer\Autoload\ComposerStaticInit9559eef123208b7d1b9c15b978567267_backupⓥ1_0_1::getInitializer($loader));
     33            call_user_func(\Composer\Autoload\ComposerStaticInit9559eef123208b7d1b9c15b978567267_backupⓥ1_1_0_beta::getInitializer($loader));
    3434        } else {
    3535            $classMap = require __DIR__ . '/autoload_classmap.php';
     
    4343
    4444        if ($useStaticLoader) {
    45             $includeFiles = Composer\Autoload\ComposerStaticInit9559eef123208b7d1b9c15b978567267_backupⓥ1_0_1::$files;
     45            $includeFiles = Composer\Autoload\ComposerStaticInit9559eef123208b7d1b9c15b978567267_backupⓥ1_1_0_beta::$files;
    4646        } else {
    4747            $includeFiles = require __DIR__ . '/autoload_files.php';
    4848        }
    4949        foreach ($includeFiles as $fileIdentifier => $file) {
    50             composerRequire9559eef123208b7d1b9c15b978567267_backupⓥ1_0_1($fileIdentifier, $file);
     50            composerRequire9559eef123208b7d1b9c15b978567267_backupⓥ1_1_0_beta($fileIdentifier, $file);
    5151        }
    5252
     
    5555}
    5656
    57 function composerRequire9559eef123208b7d1b9c15b978567267_backupⓥ1_0_1($fileIdentifier, $file)
     57function composerRequire9559eef123208b7d1b9c15b978567267_backupⓥ1_1_0_beta($fileIdentifier, $file)
    5858{
    5959    if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
  • jetpack-backup/trunk/vendor/composer/autoload_static.php

    r2633755 r2657802  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInit9559eef123208b7d1b9c15b978567267_backupⓥ1_0_1
     7class ComposerStaticInit9559eef123208b7d1b9c15b978567267_backupⓥ1_1_0_beta
    88{
    99    public static $files = array (
    10         'd4eb94df91a729802d18373ee8cdc79f' => __DIR__ . '/..' . '/automattic/jetpack-backup/actions.php',
     10        '3773ef3f09c37da5478d578e32b03a4b' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-assets/actions.php',
     11        'd4eb94df91a729802d18373ee8cdc79f' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-backup/actions.php',
    1112    );
    1213
     
    2627
    2728    public static $classMap = array (
    28         'Automattic\\Jetpack\\A8c_Mc_Stats' => __DIR__ . '/..' . '/automattic/jetpack-a8c-mc-stats/src/class-a8c-mc-stats.php',
    29         'Automattic\\Jetpack\\Admin_UI\\Admin_Menu' => __DIR__ . '/..' . '/automattic/jetpack-admin-ui/src/class-admin-menu.php',
    30         'Automattic\\Jetpack\\Assets' => __DIR__ . '/..' . '/automattic/jetpack-assets/src/class-assets.php',
    31         'Automattic\\Jetpack\\Assets\\Logo' => __DIR__ . '/..' . '/automattic/jetpack-logo/src/class-logo.php',
     29        'Automattic\\Jetpack\\A8c_Mc_Stats' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-a8c-mc-stats/src/class-a8c-mc-stats.php',
     30        'Automattic\\Jetpack\\Admin_UI\\Admin_Menu' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-admin-ui/src/class-admin-menu.php',
     31        'Automattic\\Jetpack\\Assets' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-assets/src/class-assets.php',
     32        'Automattic\\Jetpack\\Assets\\Logo' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-logo/src/class-logo.php',
     33        'Automattic\\Jetpack\\Assets\\Semver' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-assets/src/class-semver.php',
    3234        'Automattic\\Jetpack\\Autoloader\\AutoloadFileWriter' => __DIR__ . '/..' . '/automattic/jetpack-autoloader/src/AutoloadFileWriter.php',
    3335        'Automattic\\Jetpack\\Autoloader\\AutoloadGenerator' => __DIR__ . '/..' . '/automattic/jetpack-autoloader/src/AutoloadGenerator.php',
     
    3537        'Automattic\\Jetpack\\Autoloader\\CustomAutoloaderPlugin' => __DIR__ . '/..' . '/automattic/jetpack-autoloader/src/CustomAutoloaderPlugin.php',
    3638        'Automattic\\Jetpack\\Autoloader\\ManifestGenerator' => __DIR__ . '/..' . '/automattic/jetpack-autoloader/src/ManifestGenerator.php',
    37         'Automattic\\Jetpack\\Backup\\Helper_Script_Manager' => __DIR__ . '/..' . '/automattic/jetpack-backup/src/class-helper-script-manager.php',
    38         'Automattic\\Jetpack\\Backup\\Package_Version' => __DIR__ . '/..' . '/automattic/jetpack-backup/src/class-package-version.php',
    39         'Automattic\\Jetpack\\Backup\\REST_Controller' => __DIR__ . '/..' . '/automattic/jetpack-backup/src/class-rest-controller.php',
    40         'Automattic\\Jetpack\\Config' => __DIR__ . '/..' . '/automattic/jetpack-config/src/class-config.php',
    41         'Automattic\\Jetpack\\ConnectionUI\\Admin' => __DIR__ . '/..' . '/automattic/jetpack-connection-ui/src/class-admin.php',
    42         'Automattic\\Jetpack\\ConnectionUI\\Initial_State' => __DIR__ . '/..' . '/automattic/jetpack-connection-ui/src/class-initial-state.php',
    43         'Automattic\\Jetpack\\Connection\\Client' => __DIR__ . '/..' . '/automattic/jetpack-connection/src/class-client.php',
    44         'Automattic\\Jetpack\\Connection\\Error_Handler' => __DIR__ . '/..' . '/automattic/jetpack-connection/src/class-error-handler.php',
    45         'Automattic\\Jetpack\\Connection\\Manager' => __DIR__ . '/..' . '/automattic/jetpack-connection/src/class-manager.php',
    46         'Automattic\\Jetpack\\Connection\\Manager_Interface' => __DIR__ . '/..' . '/automattic/jetpack-connection/src/interface-manager.php',
    47         'Automattic\\Jetpack\\Connection\\Nonce_Handler' => __DIR__ . '/..' . '/automattic/jetpack-connection/src/class-nonce-handler.php',
    48         'Automattic\\Jetpack\\Connection\\Package_Version' => __DIR__ . '/..' . '/automattic/jetpack-connection/src/class-package-version.php',
    49         'Automattic\\Jetpack\\Connection\\Package_Version_Tracker' => __DIR__ . '/..' . '/automattic/jetpack-connection/src/class-package-version-tracker.php',
    50         'Automattic\\Jetpack\\Connection\\Plugin' => __DIR__ . '/..' . '/automattic/jetpack-connection/src/class-plugin.php',
    51         'Automattic\\Jetpack\\Connection\\Plugin_Storage' => __DIR__ . '/..' . '/automattic/jetpack-connection/src/class-plugin-storage.php',
    52         'Automattic\\Jetpack\\Connection\\REST_Connector' => __DIR__ . '/..' . '/automattic/jetpack-connection/src/class-rest-connector.php',
    53         'Automattic\\Jetpack\\Connection\\Rest_Authentication' => __DIR__ . '/..' . '/automattic/jetpack-connection/src/class-rest-authentication.php',
    54         'Automattic\\Jetpack\\Connection\\Secrets' => __DIR__ . '/..' . '/automattic/jetpack-connection/src/class-secrets.php',
    55         'Automattic\\Jetpack\\Connection\\Server_Sandbox' => __DIR__ . '/..' . '/automattic/jetpack-connection/src/class-server-sandbox.php',
    56         'Automattic\\Jetpack\\Connection\\Tokens' => __DIR__ . '/..' . '/automattic/jetpack-connection/src/class-tokens.php',
    57         'Automattic\\Jetpack\\Connection\\Urls' => __DIR__ . '/..' . '/automattic/jetpack-connection/src/class-urls.php',
    58         'Automattic\\Jetpack\\Connection\\Utils' => __DIR__ . '/..' . '/automattic/jetpack-connection/src/class-utils.php',
    59         'Automattic\\Jetpack\\Connection\\Webhooks' => __DIR__ . '/..' . '/automattic/jetpack-connection/src/class-webhooks.php',
    60         'Automattic\\Jetpack\\Connection\\XMLRPC_Async_Call' => __DIR__ . '/..' . '/automattic/jetpack-connection/src/class-xmlrpc-async-call.php',
    61         'Automattic\\Jetpack\\Connection\\XMLRPC_Connector' => __DIR__ . '/..' . '/automattic/jetpack-connection/src/class-xmlrpc-connector.php',
    62         'Automattic\\Jetpack\\Constants' => __DIR__ . '/..' . '/automattic/jetpack-constants/src/class-constants.php',
    63         'Automattic\\Jetpack\\Device_Detection' => __DIR__ . '/..' . '/automattic/jetpack-device-detection/src/class-device-detection.php',
    64         'Automattic\\Jetpack\\Device_Detection\\User_Agent_Info' => __DIR__ . '/..' . '/automattic/jetpack-device-detection/src/class-user-agent-info.php',
    65         'Automattic\\Jetpack\\Heartbeat' => __DIR__ . '/..' . '/automattic/jetpack-heartbeat/src/class-heartbeat.php',
    66         'Automattic\\Jetpack\\IdentityCrisis\\REST_Endpoints' => __DIR__ . '/..' . '/automattic/jetpack-identity-crisis/src/class-rest-endpoints.php',
    67         'Automattic\\Jetpack\\Identity_Crisis' => __DIR__ . '/..' . '/automattic/jetpack-identity-crisis/src/class-identity-crisis.php',
    68         'Automattic\\Jetpack\\Password_Checker' => __DIR__ . '/..' . '/automattic/jetpack-password-checker/src/class-password-checker.php',
    69         'Automattic\\Jetpack\\Redirect' => __DIR__ . '/..' . '/automattic/jetpack-redirect/src/class-redirect.php',
    70         'Automattic\\Jetpack\\Roles' => __DIR__ . '/..' . '/automattic/jetpack-roles/src/class-roles.php',
    71         'Automattic\\Jetpack\\Status' => __DIR__ . '/..' . '/automattic/jetpack-status/src/class-status.php',
    72         'Automattic\\Jetpack\\Status\\Host' => __DIR__ . '/..' . '/automattic/jetpack-status/src/class-host.php',
    73         'Automattic\\Jetpack\\Sync\\Actions' => __DIR__ . '/..' . '/automattic/jetpack-sync/src/class-actions.php',
    74         'Automattic\\Jetpack\\Sync\\Codec_Interface' => __DIR__ . '/..' . '/automattic/jetpack-sync/src/interface-codec.php',
    75         'Automattic\\Jetpack\\Sync\\Defaults' => __DIR__ . '/..' . '/automattic/jetpack-sync/src/class-defaults.php',
    76         'Automattic\\Jetpack\\Sync\\Functions' => __DIR__ . '/..' . '/automattic/jetpack-sync/src/class-functions.php',
    77         'Automattic\\Jetpack\\Sync\\Health' => __DIR__ . '/..' . '/automattic/jetpack-sync/src/class-health.php',
    78         'Automattic\\Jetpack\\Sync\\JSON_Deflate_Array_Codec' => __DIR__ . '/..' . '/automattic/jetpack-sync/src/class-json-deflate-array-codec.php',
    79         'Automattic\\Jetpack\\Sync\\Listener' => __DIR__ . '/..' . '/automattic/jetpack-sync/src/class-listener.php',
    80         'Automattic\\Jetpack\\Sync\\Lock' => __DIR__ . '/..' . '/automattic/jetpack-sync/src/class-lock.php',
    81         'Automattic\\Jetpack\\Sync\\Main' => __DIR__ . '/..' . '/automattic/jetpack-sync/src/class-main.php',
    82         'Automattic\\Jetpack\\Sync\\Modules' => __DIR__ . '/..' . '/automattic/jetpack-sync/src/class-modules.php',
    83         'Automattic\\Jetpack\\Sync\\Modules\\Attachments' => __DIR__ . '/..' . '/automattic/jetpack-sync/src/modules/class-attachments.php',
    84         'Automattic\\Jetpack\\Sync\\Modules\\Callables' => __DIR__ . '/..' . '/automattic/jetpack-sync/src/modules/class-callables.php',
    85         'Automattic\\Jetpack\\Sync\\Modules\\Comments' => __DIR__ . '/..' . '/automattic/jetpack-sync/src/modules/class-comments.php',
    86         'Automattic\\Jetpack\\Sync\\Modules\\Constants' => __DIR__ . '/..' . '/automattic/jetpack-sync/src/modules/class-constants.php',
    87         'Automattic\\Jetpack\\Sync\\Modules\\Full_Sync' => __DIR__ . '/..' . '/automattic/jetpack-sync/src/modules/class-full-sync.php',
    88         'Automattic\\Jetpack\\Sync\\Modules\\Full_Sync_Immediately' => __DIR__ . '/..' . '/automattic/jetpack-sync/src/modules/class-full-sync-immediately.php',
    89         'Automattic\\Jetpack\\Sync\\Modules\\Import' => __DIR__ . '/..' . '/automattic/jetpack-sync/src/modules/class-import.php',
    90         'Automattic\\Jetpack\\Sync\\Modules\\Menus' => __DIR__ . '/..' . '/automattic/jetpack-sync/src/modules/class-menus.php',
    91         'Automattic\\Jetpack\\Sync\\Modules\\Meta' => __DIR__ . '/..' . '/automattic/jetpack-sync/src/modules/class-meta.php',
    92         'Automattic\\Jetpack\\Sync\\Modules\\Module' => __DIR__ . '/..' . '/automattic/jetpack-sync/src/modules/class-module.php',
    93         'Automattic\\Jetpack\\Sync\\Modules\\Network_Options' => __DIR__ . '/..' . '/automattic/jetpack-sync/src/modules/class-network-options.php',
    94         'Automattic\\Jetpack\\Sync\\Modules\\Options' => __DIR__ . '/..' . '/automattic/jetpack-sync/src/modules/class-options.php',
    95         'Automattic\\Jetpack\\Sync\\Modules\\Plugins' => __DIR__ . '/..' . '/automattic/jetpack-sync/src/modules/class-plugins.php',
    96         'Automattic\\Jetpack\\Sync\\Modules\\Posts' => __DIR__ . '/..' . '/automattic/jetpack-sync/src/modules/class-posts.php',
    97         'Automattic\\Jetpack\\Sync\\Modules\\Protect' => __DIR__ . '/..' . '/automattic/jetpack-sync/src/modules/class-protect.php',
    98         'Automattic\\Jetpack\\Sync\\Modules\\Stats' => __DIR__ . '/..' . '/automattic/jetpack-sync/src/modules/class-stats.php',
    99         'Automattic\\Jetpack\\Sync\\Modules\\Term_Relationships' => __DIR__ . '/..' . '/automattic/jetpack-sync/src/modules/class-term-relationships.php',
    100         'Automattic\\Jetpack\\Sync\\Modules\\Terms' => __DIR__ . '/..' . '/automattic/jetpack-sync/src/modules/class-terms.php',
    101         'Automattic\\Jetpack\\Sync\\Modules\\Themes' => __DIR__ . '/..' . '/automattic/jetpack-sync/src/modules/class-themes.php',
    102         'Automattic\\Jetpack\\Sync\\Modules\\Updates' => __DIR__ . '/..' . '/automattic/jetpack-sync/src/modules/class-updates.php',
    103         'Automattic\\Jetpack\\Sync\\Modules\\Users' => __DIR__ . '/..' . '/automattic/jetpack-sync/src/modules/class-users.php',
    104         'Automattic\\Jetpack\\Sync\\Modules\\WP_Super_Cache' => __DIR__ . '/..' . '/automattic/jetpack-sync/src/modules/class-wp-super-cache.php',
    105         'Automattic\\Jetpack\\Sync\\Modules\\WooCommerce' => __DIR__ . '/..' . '/automattic/jetpack-sync/src/modules/class-woocommerce.php',
    106         'Automattic\\Jetpack\\Sync\\Package_Version' => __DIR__ . '/..' . '/automattic/jetpack-sync/src/class-package-version.php',
    107         'Automattic\\Jetpack\\Sync\\Queue' => __DIR__ . '/..' . '/automattic/jetpack-sync/src/class-queue.php',
    108         'Automattic\\Jetpack\\Sync\\Queue_Buffer' => __DIR__ . '/..' . '/automattic/jetpack-sync/src/class-queue-buffer.php',
    109         'Automattic\\Jetpack\\Sync\\REST_Endpoints' => __DIR__ . '/..' . '/automattic/jetpack-sync/src/class-rest-endpoints.php',
    110         'Automattic\\Jetpack\\Sync\\REST_Sender' => __DIR__ . '/..' . '/automattic/jetpack-sync/src/class-rest-sender.php',
    111         'Automattic\\Jetpack\\Sync\\Replicastore' => __DIR__ . '/..' . '/automattic/jetpack-sync/src/class-replicastore.php',
    112         'Automattic\\Jetpack\\Sync\\Replicastore\\Table_Checksum' => __DIR__ . '/..' . '/automattic/jetpack-sync/src/replicastore/class-table-checksum.php',
    113         'Automattic\\Jetpack\\Sync\\Replicastore\\Table_Checksum_Usermeta' => __DIR__ . '/..' . '/automattic/jetpack-sync/src/replicastore/class-table-checksum-usermeta.php',
    114         'Automattic\\Jetpack\\Sync\\Replicastore\\Table_Checksum_Users' => __DIR__ . '/..' . '/automattic/jetpack-sync/src/replicastore/class-table-checksum-users.php',
    115         'Automattic\\Jetpack\\Sync\\Replicastore_Interface' => __DIR__ . '/..' . '/automattic/jetpack-sync/src/interface-replicastore.php',
    116         'Automattic\\Jetpack\\Sync\\Sender' => __DIR__ . '/..' . '/automattic/jetpack-sync/src/class-sender.php',
    117         'Automattic\\Jetpack\\Sync\\Server' => __DIR__ . '/..' . '/automattic/jetpack-sync/src/class-server.php',
    118         'Automattic\\Jetpack\\Sync\\Settings' => __DIR__ . '/..' . '/automattic/jetpack-sync/src/class-settings.php',
    119         'Automattic\\Jetpack\\Sync\\Simple_Codec' => __DIR__ . '/..' . '/automattic/jetpack-sync/src/class-simple-codec.php',
    120         'Automattic\\Jetpack\\Sync\\Users' => __DIR__ . '/..' . '/automattic/jetpack-sync/src/class-users.php',
    121         'Automattic\\Jetpack\\Sync\\Utils' => __DIR__ . '/..' . '/automattic/jetpack-sync/src/class-utils.php',
    122         'Automattic\\Jetpack\\Terms_Of_Service' => __DIR__ . '/..' . '/automattic/jetpack-terms-of-service/src/class-terms-of-service.php',
    123         'Automattic\\Jetpack\\Tracking' => __DIR__ . '/..' . '/automattic/jetpack-tracking/src/class-tracking.php',
     39        'Automattic\\Jetpack\\Backup\\Helper_Script_Manager' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-backup/src/class-helper-script-manager.php',
     40        'Automattic\\Jetpack\\Backup\\Package_Version' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-backup/src/class-package-version.php',
     41        'Automattic\\Jetpack\\Backup\\REST_Controller' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-backup/src/class-rest-controller.php',
     42        'Automattic\\Jetpack\\Composer\\Manager' => __DIR__ . '/..' . '/automattic/jetpack-composer-plugin/src/class-manager.php',
     43        'Automattic\\Jetpack\\Composer\\Plugin' => __DIR__ . '/..' . '/automattic/jetpack-composer-plugin/src/class-plugin.php',
     44        'Automattic\\Jetpack\\Config' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-config/src/class-config.php',
     45        'Automattic\\Jetpack\\ConnectionUI\\Admin' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-connection-ui/src/class-admin.php',
     46        'Automattic\\Jetpack\\ConnectionUI\\Initial_State' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-connection-ui/src/class-initial-state.php',
     47        'Automattic\\Jetpack\\Connection\\Client' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-connection/src/class-client.php',
     48        'Automattic\\Jetpack\\Connection\\Error_Handler' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-connection/src/class-error-handler.php',
     49        'Automattic\\Jetpack\\Connection\\Initial_State' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-connection/src/class-initial-state.php',
     50        'Automattic\\Jetpack\\Connection\\Manager' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-connection/src/class-manager.php',
     51        'Automattic\\Jetpack\\Connection\\Manager_Interface' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-connection/src/interface-manager.php',
     52        'Automattic\\Jetpack\\Connection\\Nonce_Handler' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-connection/src/class-nonce-handler.php',
     53        'Automattic\\Jetpack\\Connection\\Package_Version' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-connection/src/class-package-version.php',
     54        'Automattic\\Jetpack\\Connection\\Package_Version_Tracker' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-connection/src/class-package-version-tracker.php',
     55        'Automattic\\Jetpack\\Connection\\Plugin' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-connection/src/class-plugin.php',
     56        'Automattic\\Jetpack\\Connection\\Plugin_Storage' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-connection/src/class-plugin-storage.php',
     57        'Automattic\\Jetpack\\Connection\\REST_Connector' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-connection/src/class-rest-connector.php',
     58        'Automattic\\Jetpack\\Connection\\Rest_Authentication' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-connection/src/class-rest-authentication.php',
     59        'Automattic\\Jetpack\\Connection\\Secrets' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-connection/src/class-secrets.php',
     60        'Automattic\\Jetpack\\Connection\\Server_Sandbox' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-connection/src/class-server-sandbox.php',
     61        'Automattic\\Jetpack\\Connection\\Tokens' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-connection/src/class-tokens.php',
     62        'Automattic\\Jetpack\\Connection\\Urls' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-connection/src/class-urls.php',
     63        'Automattic\\Jetpack\\Connection\\Utils' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-connection/src/class-utils.php',
     64        'Automattic\\Jetpack\\Connection\\Webhooks' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-connection/src/class-webhooks.php',
     65        'Automattic\\Jetpack\\Connection\\XMLRPC_Async_Call' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-connection/src/class-xmlrpc-async-call.php',
     66        'Automattic\\Jetpack\\Connection\\XMLRPC_Connector' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-connection/src/class-xmlrpc-connector.php',
     67        'Automattic\\Jetpack\\Constants' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-constants/src/class-constants.php',
     68        'Automattic\\Jetpack\\Device_Detection' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-device-detection/src/class-device-detection.php',
     69        'Automattic\\Jetpack\\Device_Detection\\User_Agent_Info' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-device-detection/src/class-user-agent-info.php',
     70        'Automattic\\Jetpack\\Heartbeat' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-heartbeat/src/class-heartbeat.php',
     71        'Automattic\\Jetpack\\IdentityCrisis\\REST_Endpoints' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-rest-endpoints.php',
     72        'Automattic\\Jetpack\\IdentityCrisis\\UI' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-ui.php',
     73        'Automattic\\Jetpack\\Identity_Crisis' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-identity-crisis.php',
     74        'Automattic\\Jetpack\\My_Jetpack\\Initializer' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php',
     75        'Automattic\\Jetpack\\Password_Checker' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-password-checker/src/class-password-checker.php',
     76        'Automattic\\Jetpack\\Redirect' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-redirect/src/class-redirect.php',
     77        'Automattic\\Jetpack\\Roles' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-roles/src/class-roles.php',
     78        'Automattic\\Jetpack\\Status' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-status/src/class-status.php',
     79        'Automattic\\Jetpack\\Status\\Host' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-status/src/class-host.php',
     80        'Automattic\\Jetpack\\Sync\\Actions' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/class-actions.php',
     81        'Automattic\\Jetpack\\Sync\\Codec_Interface' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/interface-codec.php',
     82        'Automattic\\Jetpack\\Sync\\Defaults' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/class-defaults.php',
     83        'Automattic\\Jetpack\\Sync\\Functions' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/class-functions.php',
     84        'Automattic\\Jetpack\\Sync\\Health' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/class-health.php',
     85        'Automattic\\Jetpack\\Sync\\JSON_Deflate_Array_Codec' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/class-json-deflate-array-codec.php',
     86        'Automattic\\Jetpack\\Sync\\Listener' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/class-listener.php',
     87        'Automattic\\Jetpack\\Sync\\Lock' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/class-lock.php',
     88        'Automattic\\Jetpack\\Sync\\Main' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/class-main.php',
     89        'Automattic\\Jetpack\\Sync\\Modules' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/class-modules.php',
     90        'Automattic\\Jetpack\\Sync\\Modules\\Attachments' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-attachments.php',
     91        'Automattic\\Jetpack\\Sync\\Modules\\Callables' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-callables.php',
     92        'Automattic\\Jetpack\\Sync\\Modules\\Comments' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-comments.php',
     93        'Automattic\\Jetpack\\Sync\\Modules\\Constants' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-constants.php',
     94        'Automattic\\Jetpack\\Sync\\Modules\\Full_Sync' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync.php',
     95        'Automattic\\Jetpack\\Sync\\Modules\\Full_Sync_Immediately' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync-immediately.php',
     96        'Automattic\\Jetpack\\Sync\\Modules\\Import' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-import.php',
     97        'Automattic\\Jetpack\\Sync\\Modules\\Menus' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-menus.php',
     98        'Automattic\\Jetpack\\Sync\\Modules\\Meta' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-meta.php',
     99        'Automattic\\Jetpack\\Sync\\Modules\\Module' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-module.php',
     100        'Automattic\\Jetpack\\Sync\\Modules\\Network_Options' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-network-options.php',
     101        'Automattic\\Jetpack\\Sync\\Modules\\Options' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-options.php',
     102        'Automattic\\Jetpack\\Sync\\Modules\\Plugins' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-plugins.php',
     103        'Automattic\\Jetpack\\Sync\\Modules\\Posts' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-posts.php',
     104        'Automattic\\Jetpack\\Sync\\Modules\\Protect' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-protect.php',
     105        'Automattic\\Jetpack\\Sync\\Modules\\Stats' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-stats.php',
     106        'Automattic\\Jetpack\\Sync\\Modules\\Term_Relationships' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-term-relationships.php',
     107        'Automattic\\Jetpack\\Sync\\Modules\\Terms' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-terms.php',
     108        'Automattic\\Jetpack\\Sync\\Modules\\Themes' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-themes.php',
     109        'Automattic\\Jetpack\\Sync\\Modules\\Updates' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-updates.php',
     110        'Automattic\\Jetpack\\Sync\\Modules\\Users' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-users.php',
     111        'Automattic\\Jetpack\\Sync\\Modules\\WP_Super_Cache' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-wp-super-cache.php',
     112        'Automattic\\Jetpack\\Sync\\Modules\\WooCommerce' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-woocommerce.php',
     113        'Automattic\\Jetpack\\Sync\\Package_Version' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/class-package-version.php',
     114        'Automattic\\Jetpack\\Sync\\Queue' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/class-queue.php',
     115        'Automattic\\Jetpack\\Sync\\Queue_Buffer' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/class-queue-buffer.php',
     116        'Automattic\\Jetpack\\Sync\\REST_Endpoints' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/class-rest-endpoints.php',
     117        'Automattic\\Jetpack\\Sync\\REST_Sender' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/class-rest-sender.php',
     118        'Automattic\\Jetpack\\Sync\\Replicastore' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/class-replicastore.php',
     119        'Automattic\\Jetpack\\Sync\\Replicastore\\Table_Checksum' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum.php',
     120        'Automattic\\Jetpack\\Sync\\Replicastore\\Table_Checksum_Usermeta' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum-usermeta.php',
     121        'Automattic\\Jetpack\\Sync\\Replicastore\\Table_Checksum_Users' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum-users.php',
     122        'Automattic\\Jetpack\\Sync\\Replicastore_Interface' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/interface-replicastore.php',
     123        'Automattic\\Jetpack\\Sync\\Sender' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/class-sender.php',
     124        'Automattic\\Jetpack\\Sync\\Server' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/class-server.php',
     125        'Automattic\\Jetpack\\Sync\\Settings' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/class-settings.php',
     126        'Automattic\\Jetpack\\Sync\\Simple_Codec' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/class-simple-codec.php',
     127        'Automattic\\Jetpack\\Sync\\Users' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/class-users.php',
     128        'Automattic\\Jetpack\\Sync\\Utils' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-sync/src/class-utils.php',
     129        'Automattic\\Jetpack\\Terms_Of_Service' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-terms-of-service/src/class-terms-of-service.php',
     130        'Automattic\\Jetpack\\Tracking' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-tracking/src/class-tracking.php',
    124131        'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
    125132        'Initial_State' => __DIR__ . '/../..' . '/src/php/class-initial-state.php',
    126133        'Jetpack_Backup' => __DIR__ . '/../..' . '/src/php/class-jetpack-backup.php',
    127         'Jetpack_IXR_Client' => __DIR__ . '/..' . '/automattic/jetpack-connection/legacy/class-jetpack-ixr-client.php',
    128         'Jetpack_IXR_ClientMulticall' => __DIR__ . '/..' . '/automattic/jetpack-connection/legacy/class-jetpack-ixr-clientmulticall.php',
    129         'Jetpack_Options' => __DIR__ . '/..' . '/automattic/jetpack-options/legacy/class-jetpack-options.php',
    130         'Jetpack_Signature' => __DIR__ . '/..' . '/automattic/jetpack-connection/legacy/class-jetpack-signature.php',
    131         'Jetpack_Tracks_Client' => __DIR__ . '/..' . '/automattic/jetpack-tracking/legacy/class-jetpack-tracks-client.php',
    132         'Jetpack_Tracks_Event' => __DIR__ . '/..' . '/automattic/jetpack-tracking/legacy/class-jetpack-tracks-event.php',
    133         'Jetpack_XMLRPC_Server' => __DIR__ . '/..' . '/automattic/jetpack-connection/legacy/class-jetpack-xmlrpc-server.php',
     134        'Jetpack_IXR_Client' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-ixr-client.php',
     135        'Jetpack_IXR_ClientMulticall' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-ixr-clientmulticall.php',
     136        'Jetpack_Options' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-options/legacy/class-jetpack-options.php',
     137        'Jetpack_Signature' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-signature.php',
     138        'Jetpack_Tracks_Client' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-tracking/legacy/class-jetpack-tracks-client.php',
     139        'Jetpack_Tracks_Event' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-tracking/legacy/class-jetpack-tracks-event.php',
     140        'Jetpack_XMLRPC_Server' => __DIR__ . '/../..' . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-xmlrpc-server.php',
    134141    );
    135142
     
    137144    {
    138145        return \Closure::bind(function () use ($loader) {
    139             $loader->prefixLengthsPsr4 = ComposerStaticInit9559eef123208b7d1b9c15b978567267_backupⓥ1_0_1::$prefixLengthsPsr4;
    140             $loader->prefixDirsPsr4 = ComposerStaticInit9559eef123208b7d1b9c15b978567267_backupⓥ1_0_1::$prefixDirsPsr4;
    141             $loader->classMap = ComposerStaticInit9559eef123208b7d1b9c15b978567267_backupⓥ1_0_1::$classMap;
     146            $loader->prefixLengthsPsr4 = ComposerStaticInit9559eef123208b7d1b9c15b978567267_backupⓥ1_1_0_beta::$prefixLengthsPsr4;
     147            $loader->prefixDirsPsr4 = ComposerStaticInit9559eef123208b7d1b9c15b978567267_backupⓥ1_1_0_beta::$prefixDirsPsr4;
     148            $loader->classMap = ComposerStaticInit9559eef123208b7d1b9c15b978567267_backupⓥ1_1_0_beta::$classMap;
    142149
    143150        }, null, ClassLoader::class);
  • jetpack-backup/trunk/vendor/composer/installed.json

    r2633755 r2657802  
    33        {
    44            "name": "automattic/jetpack-a8c-mc-stats",
    5             "version": "v1.4.9",
    6             "version_normalized": "1.4.9.0",
     5            "version": "v1.4.11",
     6            "version_normalized": "1.4.11.0",
    77            "source": {
    88                "type": "git",
    99                "url": "https://github.com/Automattic/jetpack-a8c-mc-stats.git",
    10                 "reference": "6920ecb008891558cbf619838d1ce963838f077d"
    11             },
    12             "dist": {
    13                 "type": "zip",
    14                 "url": "https://api.github.com/repos/Automattic/jetpack-a8c-mc-stats/zipball/6920ecb008891558cbf619838d1ce963838f077d",
    15                 "reference": "6920ecb008891558cbf619838d1ce963838f077d",
    16                 "shasum": ""
    17             },
    18             "require-dev": {
    19                 "automattic/jetpack-changelogger": "^3.0",
    20                 "yoast/phpunit-polyfills": "1.0.2"
    21             },
    22             "time": "2021-11-02T14:06:54+00:00",
    23             "type": "library",
     10                "reference": "6e7d7c8b9c996f04978b834e4c3484bd2d916998"
     11            },
     12            "dist": {
     13                "type": "zip",
     14                "url": "https://api.github.com/repos/Automattic/jetpack-a8c-mc-stats/zipball/6e7d7c8b9c996f04978b834e4c3484bd2d916998",
     15                "reference": "6e7d7c8b9c996f04978b834e4c3484bd2d916998",
     16                "shasum": ""
     17            },
     18            "require-dev": {
     19                "automattic/jetpack-changelogger": "^3.0",
     20                "yoast/phpunit-polyfills": "1.0.3"
     21            },
     22            "time": "2022-01-04T21:11:24+00:00",
     23            "type": "jetpack-library",
    2424            "extra": {
    2525                "autotagger": true,
     
    4444            "description": "Used to record internal usage stats for Automattic. Not visible to site owners.",
    4545            "support": {
    46                 "source": "https://github.com/Automattic/jetpack-a8c-mc-stats/tree/v1.4.9"
    47             },
    48             "install-path": "../automattic/jetpack-a8c-mc-stats"
     46                "source": "https://github.com/Automattic/jetpack-a8c-mc-stats/tree/v1.4.11"
     47            },
     48            "install-path": "../../jetpack_vendor/automattic/jetpack-a8c-mc-stats"
    4949        },
    5050        {
    5151            "name": "automattic/jetpack-admin-ui",
    52             "version": "v0.1.1",
    53             "version_normalized": "0.1.1.0",
     52            "version": "v0.2.1",
     53            "version_normalized": "0.2.1.0",
    5454            "source": {
    5555                "type": "git",
    5656                "url": "https://github.com/Automattic/jetpack-admin-ui.git",
    57                 "reference": "1888f7b1b9e5f16df8d4629d27aa6f2c69f46788"
    58             },
    59             "dist": {
    60                 "type": "zip",
    61                 "url": "https://api.github.com/repos/Automattic/jetpack-admin-ui/zipball/1888f7b1b9e5f16df8d4629d27aa6f2c69f46788",
    62                 "reference": "1888f7b1b9e5f16df8d4629d27aa6f2c69f46788",
     57                "reference": "ce6964700c9698f9ea8c0a00120f1fbbd755de57"
     58            },
     59            "dist": {
     60                "type": "zip",
     61                "url": "https://api.github.com/repos/Automattic/jetpack-admin-ui/zipball/ce6964700c9698f9ea8c0a00120f1fbbd755de57",
     62                "reference": "ce6964700c9698f9ea8c0a00120f1fbbd755de57",
    6363                "shasum": ""
    6464            },
     
    6666                "automattic/jetpack-changelogger": "^3.0",
    6767                "automattic/wordbless": "dev-master",
    68                 "yoast/phpunit-polyfills": "1.0.2"
    69             },
    70             "time": "2021-11-18T01:12:26+00:00",
    71             "type": "library",
     68                "yoast/phpunit-polyfills": "1.0.3"
     69            },
     70            "time": "2022-01-04T21:11:25+00:00",
     71            "type": "jetpack-library",
    7272            "extra": {
    7373                "autotagger": true,
     
    7777                },
    7878                "branch-alias": {
    79                     "dev-master": "0.1.x-dev"
     79                    "dev-master": "0.2.x-dev"
    8080                },
    8181                "version-constants": {
     
    9595            "description": "Generic Jetpack wp-admin UI elements",
    9696            "support": {
    97                 "source": "https://github.com/Automattic/jetpack-admin-ui/tree/v0.1.1"
    98             },
    99             "install-path": "../automattic/jetpack-admin-ui"
     97                "source": "https://github.com/Automattic/jetpack-admin-ui/tree/v0.2.1"
     98            },
     99            "install-path": "../../jetpack_vendor/automattic/jetpack-admin-ui"
    100100        },
    101101        {
    102102            "name": "automattic/jetpack-assets",
    103             "version": "v1.13.0",
    104             "version_normalized": "1.13.0.0",
     103            "version": "v1.16.1",
     104            "version_normalized": "1.16.1.0",
    105105            "source": {
    106106                "type": "git",
    107107                "url": "https://github.com/Automattic/jetpack-assets.git",
    108                 "reference": "6d55e3c5621cf9669382d5b344444c1d4dfce715"
    109             },
    110             "dist": {
    111                 "type": "zip",
    112                 "url": "https://api.github.com/repos/Automattic/jetpack-assets/zipball/6d55e3c5621cf9669382d5b344444c1d4dfce715",
    113                 "reference": "6d55e3c5621cf9669382d5b344444c1d4dfce715",
     108                "reference": "5a6959969bed4559e080269cafbd69d476249822"
     109            },
     110            "dist": {
     111                "type": "zip",
     112                "url": "https://api.github.com/repos/Automattic/jetpack-assets/zipball/5a6959969bed4559e080269cafbd69d476249822",
     113                "reference": "5a6959969bed4559e080269cafbd69d476249822",
    114114                "shasum": ""
    115115            },
     
    120120                "automattic/jetpack-changelogger": "^3.0",
    121121                "brain/monkey": "2.6.1",
    122                 "yoast/phpunit-polyfills": "1.0.2"
    123             },
    124             "time": "2021-11-22T17:18:37+00:00",
    125             "type": "library",
     122                "wikimedia/testing-access-wrapper": "^1.0 | ^2.0",
     123                "yoast/phpunit-polyfills": "1.0.3"
     124            },
     125            "time": "2022-01-05T21:46:22+00:00",
     126            "type": "jetpack-library",
    126127            "extra": {
    127128                "autotagger": true,
    128129                "mirror-repo": "Automattic/jetpack-assets",
     130                "textdomain": "jetpack-assets",
    129131                "changelogger": {
    130132                    "link-template": "https://github.com/Automattic/jetpack-assets/compare/v${old}...v${new}"
    131133                },
    132134                "branch-alias": {
    133                     "dev-master": "1.13.x-dev"
    134                 }
    135             },
    136             "installation-source": "dist",
    137             "autoload": {
     135                    "dev-master": "1.16.x-dev"
     136                }
     137            },
     138            "installation-source": "dist",
     139            "autoload": {
     140                "files": [
     141                    "actions.php"
     142                ],
    138143                "classmap": [
    139144                    "src/"
     
    146151            "description": "Asset management utilities for Jetpack ecosystem packages",
    147152            "support": {
    148                 "source": "https://github.com/Automattic/jetpack-assets/tree/v1.13.0"
    149             },
    150             "install-path": "../automattic/jetpack-assets"
     153                "source": "https://github.com/Automattic/jetpack-assets/tree/v1.16.1"
     154            },
     155            "install-path": "../../jetpack_vendor/automattic/jetpack-assets"
    151156        },
    152157        {
    153158            "name": "automattic/jetpack-autoloader",
    154             "version": "v2.10.10",
    155             "version_normalized": "2.10.10.0",
     159            "version": "v2.10.11",
     160            "version_normalized": "2.10.11.0",
    156161            "source": {
    157162                "type": "git",
    158163                "url": "https://github.com/Automattic/jetpack-autoloader.git",
    159                 "reference": "8060f5c5822671b146ce8f57380193c8fb8e2571"
    160             },
    161             "dist": {
    162                 "type": "zip",
    163                 "url": "https://api.github.com/repos/Automattic/jetpack-autoloader/zipball/8060f5c5822671b146ce8f57380193c8fb8e2571",
    164                 "reference": "8060f5c5822671b146ce8f57380193c8fb8e2571",
     164                "reference": "924226c0a9e2f9b0be022fc6bab2a90f5e610ef3"
     165            },
     166            "dist": {
     167                "type": "zip",
     168                "url": "https://api.github.com/repos/Automattic/jetpack-autoloader/zipball/924226c0a9e2f9b0be022fc6bab2a90f5e610ef3",
     169                "reference": "924226c0a9e2f9b0be022fc6bab2a90f5e610ef3",
    165170                "shasum": ""
    166171            },
     
    170175            "require-dev": {
    171176                "automattic/jetpack-changelogger": "^3.0",
    172                 "yoast/phpunit-polyfills": "1.0.2"
    173             },
    174             "time": "2021-11-16T16:27:09+00:00",
     177                "yoast/phpunit-polyfills": "1.0.3"
     178            },
     179            "time": "2022-01-04T21:11:27+00:00",
    175180            "type": "composer-plugin",
    176181            "extra": {
     
    200205            "description": "Creates a custom autoloader for a plugin or theme.",
    201206            "support": {
    202                 "source": "https://github.com/Automattic/jetpack-autoloader/tree/v2.10.10"
     207                "source": "https://github.com/Automattic/jetpack-autoloader/tree/v2.10.11"
    203208            },
    204209            "install-path": "../automattic/jetpack-autoloader"
     
    206211        {
    207212            "name": "automattic/jetpack-backup",
    208             "version": "v1.1.8",
    209             "version_normalized": "1.1.8.0",
     213            "version": "v1.2.1",
     214            "version_normalized": "1.2.1.0",
    210215            "source": {
    211216                "type": "git",
    212217                "url": "https://github.com/Automattic/jetpack-backup.git",
    213                 "reference": "b0ca08d8554119791c9edb6eefafcad9772232ce"
    214             },
    215             "dist": {
    216                 "type": "zip",
    217                 "url": "https://api.github.com/repos/Automattic/jetpack-backup/zipball/b0ca08d8554119791c9edb6eefafcad9772232ce",
    218                 "reference": "b0ca08d8554119791c9edb6eefafcad9772232ce",
    219                 "shasum": ""
    220             },
    221             "require": {
    222                 "automattic/jetpack-connection": "^1.30",
    223                 "automattic/jetpack-sync": "^1.27"
     218                "reference": "fd8b46ea7db655d5ecd733c0adafe1f9599d6dd2"
     219            },
     220            "dist": {
     221                "type": "zip",
     222                "url": "https://api.github.com/repos/Automattic/jetpack-backup/zipball/fd8b46ea7db655d5ecd733c0adafe1f9599d6dd2",
     223                "reference": "fd8b46ea7db655d5ecd733c0adafe1f9599d6dd2",
     224                "shasum": ""
     225            },
     226            "require": {
     227                "automattic/jetpack-connection": "^1.35",
     228                "automattic/jetpack-sync": "^1.28"
    224229            },
    225230            "require-dev": {
    226231                "automattic/jetpack-changelogger": "^3.0",
    227232                "automattic/wordbless": "@dev",
    228                 "yoast/phpunit-polyfills": "1.0.2"
    229             },
    230             "time": "2021-11-02T14:07:40+00:00",
    231             "type": "library",
     233                "yoast/phpunit-polyfills": "1.0.3"
     234            },
     235            "time": "2022-01-14T15:09:13+00:00",
     236            "type": "jetpack-library",
    232237            "extra": {
    233238                "autotagger": true,
    234239                "mirror-repo": "Automattic/jetpack-backup",
     240                "textdomain": "jetpack-backup-pkg",
    235241                "version-constants": {
    236242                    "::PACKAGE_VERSION": "src/class-package-version.php"
     
    240246                },
    241247                "branch-alias": {
    242                     "dev-master": "1.1.x-dev"
     248                    "dev-master": "1.2.x-dev"
    243249                }
    244250            },
     
    258264            "description": "Tools to assist with backing up Jetpack sites.",
    259265            "support": {
    260                 "source": "https://github.com/Automattic/jetpack-backup/tree/v1.1.8"
    261             },
    262             "install-path": "../automattic/jetpack-backup"
     266                "source": "https://github.com/Automattic/jetpack-backup/tree/v1.2.1"
     267            },
     268            "install-path": "../../jetpack_vendor/automattic/jetpack-backup"
     269        },
     270        {
     271            "name": "automattic/jetpack-composer-plugin",
     272            "version": "v1.0.2",
     273            "version_normalized": "1.0.2.0",
     274            "source": {
     275                "type": "git",
     276                "url": "https://github.com/Automattic/jetpack-composer-plugin.git",
     277                "reference": "b17ecfb719ac6ffe09245ef17ef3f3f884f56857"
     278            },
     279            "dist": {
     280                "type": "zip",
     281                "url": "https://api.github.com/repos/Automattic/jetpack-composer-plugin/zipball/b17ecfb719ac6ffe09245ef17ef3f3f884f56857",
     282                "reference": "b17ecfb719ac6ffe09245ef17ef3f3f884f56857",
     283                "shasum": ""
     284            },
     285            "require": {
     286                "composer-plugin-api": "^2.1.0"
     287            },
     288            "require-dev": {
     289                "automattic/jetpack-changelogger": "^3.0",
     290                "composer/composer": "2.2.3",
     291                "yoast/phpunit-polyfills": "1.0.3"
     292            },
     293            "time": "2022-01-14T15:08:33+00:00",
     294            "type": "composer-plugin",
     295            "extra": {
     296                "class": "Automattic\\Jetpack\\Composer\\Plugin",
     297                "mirror-repo": "Automattic/jetpack-composer-plugin",
     298                "changelogger": {
     299                    "link-template": "https://github.com/Automattic/jetpack-composer-plugin/compare/v${old}...v${new}"
     300                },
     301                "autotagger": true,
     302                "branch-alias": {
     303                    "dev-master": "1.0.x-dev"
     304                }
     305            },
     306            "installation-source": "dist",
     307            "autoload": {
     308                "classmap": [
     309                    "src/"
     310                ]
     311            },
     312            "notification-url": "https://packagist.org/downloads/",
     313            "license": [
     314                "GPL-2.0-or-later"
     315            ],
     316            "description": "A custom installer plugin for Composer to move Jetpack packages out of `vendor/` so WordPress's translation infrastructure will find their strings.",
     317            "support": {
     318                "source": "https://github.com/Automattic/jetpack-composer-plugin/tree/v1.0.2"
     319            },
     320            "install-path": "../automattic/jetpack-composer-plugin"
    263321        },
    264322        {
    265323            "name": "automattic/jetpack-config",
    266             "version": "v1.5.3",
    267             "version_normalized": "1.5.3.0",
     324            "version": "v1.6.0",
     325            "version_normalized": "1.6.0.0",
    268326            "source": {
    269327                "type": "git",
    270328                "url": "https://github.com/Automattic/jetpack-config.git",
    271                 "reference": "3526c284d3b845d57275fe1f64fbb2c71649b16e"
    272             },
    273             "dist": {
    274                 "type": "zip",
    275                 "url": "https://api.github.com/repos/Automattic/jetpack-config/zipball/3526c284d3b845d57275fe1f64fbb2c71649b16e",
    276                 "reference": "3526c284d3b845d57275fe1f64fbb2c71649b16e",
     329                "reference": "1d46f87df9167a03960d708ce767d0efdfc855cf"
     330            },
     331            "dist": {
     332                "type": "zip",
     333                "url": "https://api.github.com/repos/Automattic/jetpack-config/zipball/1d46f87df9167a03960d708ce767d0efdfc855cf",
     334                "reference": "1d46f87df9167a03960d708ce767d0efdfc855cf",
    277335                "shasum": ""
    278336            },
     
    280338                "automattic/jetpack-changelogger": "^3.0"
    281339            },
    282             "time": "2021-10-13T17:10:55+00:00",
    283             "type": "library",
     340            "time": "2022-01-04T21:11:32+00:00",
     341            "type": "jetpack-library",
    284342            "extra": {
    285343                "autotagger": true,
    286344                "mirror-repo": "Automattic/jetpack-config",
     345                "textdomain": "jetpack-config",
    287346                "changelogger": {
    288347                    "link-template": "https://github.com/Automattic/jetpack-config/compare/v${old}...v${new}"
    289348                },
    290349                "branch-alias": {
    291                     "dev-master": "1.5.x-dev"
     350                    "dev-master": "1.6.x-dev"
    292351                }
    293352            },
     
    304363            "description": "Jetpack configuration package that initializes other packages and configures Jetpack's functionality. Can be used as a base for all variants of Jetpack package usage.",
    305364            "support": {
    306                 "source": "https://github.com/Automattic/jetpack-config/tree/v1.5.3"
    307             },
    308             "install-path": "../automattic/jetpack-config"
     365                "source": "https://github.com/Automattic/jetpack-config/tree/v1.6.0"
     366            },
     367            "install-path": "../../jetpack_vendor/automattic/jetpack-config"
    309368        },
    310369        {
    311370            "name": "automattic/jetpack-connection",
    312             "version": "v1.30.13",
    313             "version_normalized": "1.30.13.0",
     371            "version": "v1.35.0",
     372            "version_normalized": "1.35.0.0",
    314373            "source": {
    315374                "type": "git",
    316375                "url": "https://github.com/Automattic/jetpack-connection.git",
    317                 "reference": "b6cb5e87ffe1dca5260307066f720f8ddcfebda3"
    318             },
    319             "dist": {
    320                 "type": "zip",
    321                 "url": "https://api.github.com/repos/Automattic/jetpack-connection/zipball/b6cb5e87ffe1dca5260307066f720f8ddcfebda3",
    322                 "reference": "b6cb5e87ffe1dca5260307066f720f8ddcfebda3",
     376                "reference": "a41435716edd8ec812abc3a359154958bc2fb4a2"
     377            },
     378            "dist": {
     379                "type": "zip",
     380                "url": "https://api.github.com/repos/Automattic/jetpack-connection/zipball/a41435716edd8ec812abc3a359154958bc2fb4a2",
     381                "reference": "a41435716edd8ec812abc3a359154958bc2fb4a2",
    323382                "shasum": ""
    324383            },
     
    326385                "automattic/jetpack-a8c-mc-stats": "^1.4",
    327386                "automattic/jetpack-constants": "^1.6",
    328                 "automattic/jetpack-heartbeat": "^1.3",
    329                 "automattic/jetpack-options": "^1.13",
     387                "automattic/jetpack-heartbeat": "^1.4",
     388                "automattic/jetpack-options": "^1.14",
    330389                "automattic/jetpack-redirect": "^1.7",
    331390                "automattic/jetpack-roles": "^1.4",
    332391                "automattic/jetpack-status": "^1.9",
    333392                "automattic/jetpack-terms-of-service": "^1.9",
    334                 "automattic/jetpack-tracking": "^1.13"
     393                "automattic/jetpack-tracking": "^1.14"
    335394            },
    336395            "require-dev": {
    337396                "automattic/jetpack-changelogger": "^3.0",
    338397                "automattic/wordbless": "@dev",
    339                 "brain/monkey": "2.6.0",
    340                 "yoast/phpunit-polyfills": "1.0.2"
    341             },
    342             "time": "2021-11-09T15:47:28+00:00",
    343             "type": "library",
     398                "brain/monkey": "2.6.1",
     399                "yoast/phpunit-polyfills": "1.0.3"
     400            },
     401            "time": "2022-01-14T15:08:56+00:00",
     402            "type": "jetpack-library",
    344403            "extra": {
    345404                "autotagger": true,
    346405                "mirror-repo": "Automattic/jetpack-connection",
     406                "textdomain": "jetpack-connection",
    347407                "version-constants": {
    348408                    "::PACKAGE_VERSION": "src/class-package-version.php"
     
    352412                },
    353413                "branch-alias": {
    354                     "dev-master": "1.30.x-dev"
     414                    "dev-master": "1.35.x-dev"
    355415                }
    356416            },
     
    368428            "description": "Everything needed to connect to the Jetpack infrastructure",
    369429            "support": {
    370                 "source": "https://github.com/Automattic/jetpack-connection/tree/v1.30.13"
    371             },
    372             "install-path": "../automattic/jetpack-connection"
     430                "source": "https://github.com/Automattic/jetpack-connection/tree/v1.35.0"
     431            },
     432            "install-path": "../../jetpack_vendor/automattic/jetpack-connection"
    373433        },
    374434        {
    375435            "name": "automattic/jetpack-connection-ui",
    376             "version": "v1.6.0",
    377             "version_normalized": "1.6.0.0",
     436            "version": "v2.3.1",
     437            "version_normalized": "2.3.1.0",
    378438            "source": {
    379439                "type": "git",
    380440                "url": "https://github.com/Automattic/jetpack-connection-ui.git",
    381                 "reference": "8ffb2d36c20a61de0ca7e0ac3468362fa94c0821"
    382             },
    383             "dist": {
    384                 "type": "zip",
    385                 "url": "https://api.github.com/repos/Automattic/jetpack-connection-ui/zipball/8ffb2d36c20a61de0ca7e0ac3468362fa94c0821",
    386                 "reference": "8ffb2d36c20a61de0ca7e0ac3468362fa94c0821",
    387                 "shasum": ""
    388             },
    389             "require": {
    390                 "automattic/jetpack-connection": "^1.30",
     441                "reference": "9475a0b63b9ec763589d8041c2e208af35adb494"
     442            },
     443            "dist": {
     444                "type": "zip",
     445                "url": "https://api.github.com/repos/Automattic/jetpack-connection-ui/zipball/9475a0b63b9ec763589d8041c2e208af35adb494",
     446                "reference": "9475a0b63b9ec763589d8041c2e208af35adb494",
     447                "shasum": ""
     448            },
     449            "require": {
     450                "automattic/jetpack-assets": "^1.16",
     451                "automattic/jetpack-connection": "^1.34",
    391452                "automattic/jetpack-constants": "^1.6",
    392                 "automattic/jetpack-device-detection": "^1.4"
     453                "automattic/jetpack-device-detection": "^1.4",
     454                "automattic/jetpack-identity-crisis": "^0.6"
    393455            },
    394456            "require-dev": {
    395457                "automattic/jetpack-changelogger": "^3.0"
    396458            },
    397             "time": "2021-11-02T14:07:31+00:00",
    398             "type": "library",
     459            "time": "2022-01-11T19:55:01+00:00",
     460            "type": "jetpack-library",
    399461            "extra": {
    400462                "autotagger": true,
    401463                "mirror-repo": "Automattic/jetpack-connection-ui",
     464                "textdomain": "jetpack-connection-ui",
    402465                "changelogger": {
    403466                    "link-template": "https://github.com/Automattic/jetpack-connection-ui/compare/v${old}...v${new}"
    404467                },
    405468                "branch-alias": {
     469                    "dev-master": "2.3.x-dev"
     470                }
     471            },
     472            "installation-source": "dist",
     473            "autoload": {
     474                "classmap": [
     475                    "src/"
     476                ]
     477            },
     478            "notification-url": "https://packagist.org/downloads/",
     479            "license": [
     480                "GPL-2.0-or-later"
     481            ],
     482            "description": "Jetpack Connection UI",
     483            "support": {
     484                "source": "https://github.com/Automattic/jetpack-connection-ui/tree/v2.3.1"
     485            },
     486            "install-path": "../../jetpack_vendor/automattic/jetpack-connection-ui"
     487        },
     488        {
     489            "name": "automattic/jetpack-constants",
     490            "version": "v1.6.14",
     491            "version_normalized": "1.6.14.0",
     492            "source": {
     493                "type": "git",
     494                "url": "https://github.com/Automattic/jetpack-constants.git",
     495                "reference": "93af2a61eceaabd16c432451cc33f7c9074efa81"
     496            },
     497            "dist": {
     498                "type": "zip",
     499                "url": "https://api.github.com/repos/Automattic/jetpack-constants/zipball/93af2a61eceaabd16c432451cc33f7c9074efa81",
     500                "reference": "93af2a61eceaabd16c432451cc33f7c9074efa81",
     501                "shasum": ""
     502            },
     503            "require-dev": {
     504                "automattic/jetpack-changelogger": "^3.0",
     505                "brain/monkey": "2.6.1",
     506                "yoast/phpunit-polyfills": "1.0.3"
     507            },
     508            "time": "2022-01-04T21:11:33+00:00",
     509            "type": "jetpack-library",
     510            "extra": {
     511                "autotagger": true,
     512                "mirror-repo": "Automattic/jetpack-constants",
     513                "changelogger": {
     514                    "link-template": "https://github.com/Automattic/jetpack-constants/compare/v${old}...v${new}"
     515                },
     516                "branch-alias": {
    406517                    "dev-master": "1.6.x-dev"
    407518                }
     
    417528                "GPL-2.0-or-later"
    418529            ],
    419             "description": "Jetpack Connection UI",
    420             "support": {
    421                 "source": "https://github.com/Automattic/jetpack-connection-ui/tree/v1.6.0"
    422             },
    423             "install-path": "../automattic/jetpack-connection-ui"
    424         },
    425         {
    426             "name": "automattic/jetpack-constants",
    427             "version": "v1.6.12",
    428             "version_normalized": "1.6.12.0",
    429             "source": {
    430                 "type": "git",
    431                 "url": "https://github.com/Automattic/jetpack-constants.git",
    432                 "reference": "7adbedb4947bd3cdcf3aa25d8dda3844b137744a"
    433             },
    434             "dist": {
    435                 "type": "zip",
    436                 "url": "https://api.github.com/repos/Automattic/jetpack-constants/zipball/7adbedb4947bd3cdcf3aa25d8dda3844b137744a",
    437                 "reference": "7adbedb4947bd3cdcf3aa25d8dda3844b137744a",
    438                 "shasum": ""
    439             },
    440             "require-dev": {
    441                 "automattic/jetpack-changelogger": "^3.0",
    442                 "brain/monkey": "2.6.1",
    443                 "yoast/phpunit-polyfills": "1.0.2"
    444             },
    445             "time": "2021-11-22T17:18:30+00:00",
    446             "type": "library",
    447             "extra": {
    448                 "autotagger": true,
    449                 "mirror-repo": "Automattic/jetpack-constants",
    450                 "changelogger": {
    451                     "link-template": "https://github.com/Automattic/jetpack-constants/compare/v${old}...v${new}"
    452                 },
    453                 "branch-alias": {
    454                     "dev-master": "1.6.x-dev"
    455                 }
    456             },
    457             "installation-source": "dist",
    458             "autoload": {
    459                 "classmap": [
    460                     "src/"
    461                 ]
    462             },
    463             "notification-url": "https://packagist.org/downloads/",
    464             "license": [
    465                 "GPL-2.0-or-later"
    466             ],
    467530            "description": "A wrapper for defining constants in a more testable way.",
    468531            "support": {
    469                 "source": "https://github.com/Automattic/jetpack-constants/tree/v1.6.12"
    470             },
    471             "install-path": "../automattic/jetpack-constants"
     532                "source": "https://github.com/Automattic/jetpack-constants/tree/v1.6.14"
     533            },
     534            "install-path": "../../jetpack_vendor/automattic/jetpack-constants"
    472535        },
    473536        {
    474537            "name": "automattic/jetpack-device-detection",
    475             "version": "v1.4.9",
    476             "version_normalized": "1.4.9.0",
     538            "version": "v1.4.11",
     539            "version_normalized": "1.4.11.0",
    477540            "source": {
    478541                "type": "git",
    479542                "url": "https://github.com/Automattic/jetpack-device-detection.git",
    480                 "reference": "6e4a0038e3733e3cdab73460f7f05d7310c3231b"
    481             },
    482             "dist": {
    483                 "type": "zip",
    484                 "url": "https://api.github.com/repos/Automattic/jetpack-device-detection/zipball/6e4a0038e3733e3cdab73460f7f05d7310c3231b",
    485                 "reference": "6e4a0038e3733e3cdab73460f7f05d7310c3231b",
    486                 "shasum": ""
    487             },
    488             "require-dev": {
    489                 "automattic/jetpack-changelogger": "^3.0",
    490                 "yoast/phpunit-polyfills": "1.0.2"
    491             },
    492             "time": "2021-11-16T16:27:13+00:00",
    493             "type": "library",
     543                "reference": "ab5ce7e487de9c9a13456d4aecdb7789f92f818d"
     544            },
     545            "dist": {
     546                "type": "zip",
     547                "url": "https://api.github.com/repos/Automattic/jetpack-device-detection/zipball/ab5ce7e487de9c9a13456d4aecdb7789f92f818d",
     548                "reference": "ab5ce7e487de9c9a13456d4aecdb7789f92f818d",
     549                "shasum": ""
     550            },
     551            "require-dev": {
     552                "automattic/jetpack-changelogger": "^3.0",
     553                "yoast/phpunit-polyfills": "1.0.3"
     554            },
     555            "time": "2022-01-04T21:11:34+00:00",
     556            "type": "jetpack-library",
    494557            "extra": {
    495558                "autotagger": true,
     
    514577            "description": "A way to detect device types based on User-Agent header.",
    515578            "support": {
    516                 "source": "https://github.com/Automattic/jetpack-device-detection/tree/v1.4.9"
    517             },
    518             "install-path": "../automattic/jetpack-device-detection"
     579                "source": "https://github.com/Automattic/jetpack-device-detection/tree/v1.4.11"
     580            },
     581            "install-path": "../../jetpack_vendor/automattic/jetpack-device-detection"
    519582        },
    520583        {
    521584            "name": "automattic/jetpack-heartbeat",
    522             "version": "v1.3.13",
    523             "version_normalized": "1.3.13.0",
     585            "version": "v1.4.0",
     586            "version_normalized": "1.4.0.0",
    524587            "source": {
    525588                "type": "git",
    526589                "url": "https://github.com/Automattic/jetpack-heartbeat.git",
    527                 "reference": "cce7b6910a3ee2ad7bad3c8fea3905774f9198df"
    528             },
    529             "dist": {
    530                 "type": "zip",
    531                 "url": "https://api.github.com/repos/Automattic/jetpack-heartbeat/zipball/cce7b6910a3ee2ad7bad3c8fea3905774f9198df",
    532                 "reference": "cce7b6910a3ee2ad7bad3c8fea3905774f9198df",
     590                "reference": "c35053475b1cb7363aee847e0d025f0a043dc3d5"
     591            },
     592            "dist": {
     593                "type": "zip",
     594                "url": "https://api.github.com/repos/Automattic/jetpack-heartbeat/zipball/c35053475b1cb7363aee847e0d025f0a043dc3d5",
     595                "reference": "c35053475b1cb7363aee847e0d025f0a043dc3d5",
    533596                "shasum": ""
    534597            },
    535598            "require": {
    536599                "automattic/jetpack-a8c-mc-stats": "^1.4",
    537                 "automattic/jetpack-options": "^1.13"
     600                "automattic/jetpack-options": "^1.14"
    538601            },
    539602            "require-dev": {
    540603                "automattic/jetpack-changelogger": "^3.0"
    541604            },
    542             "time": "2021-10-19T10:39:52+00:00",
    543             "type": "library",
     605            "time": "2022-01-04T21:11:47+00:00",
     606            "type": "jetpack-library",
    544607            "extra": {
    545608                "autotagger": true,
    546609                "mirror-repo": "Automattic/jetpack-heartbeat",
     610                "textdomain": "jetpack-heartbeat",
    547611                "changelogger": {
    548612                    "link-template": "https://github.com/Automattic/jetpack-heartbeat/compare/v${old}...v${new}"
    549613                },
    550614                "branch-alias": {
    551                     "dev-master": "1.3.x-dev"
     615                    "dev-master": "1.4.x-dev"
    552616                }
    553617            },
     
    564628            "description": "This adds a cronjob that sends a batch of internal automattic stats to wp.com once a day",
    565629            "support": {
    566                 "source": "https://github.com/Automattic/jetpack-heartbeat/tree/v1.3.13"
    567             },
    568             "install-path": "../automattic/jetpack-heartbeat"
     630                "source": "https://github.com/Automattic/jetpack-heartbeat/tree/v1.4.0"
     631            },
     632            "install-path": "../../jetpack_vendor/automattic/jetpack-heartbeat"
    569633        },
    570634        {
    571635            "name": "automattic/jetpack-identity-crisis",
    572             "version": "v0.4.2",
    573             "version_normalized": "0.4.2.0",
     636            "version": "v0.6.2",
     637            "version_normalized": "0.6.2.0",
    574638            "source": {
    575639                "type": "git",
    576640                "url": "https://github.com/Automattic/jetpack-identity-crisis.git",
    577                 "reference": "d95fb86396b9394d678e0cf8acc9078c263c2358"
    578             },
    579             "dist": {
    580                 "type": "zip",
    581                 "url": "https://api.github.com/repos/Automattic/jetpack-identity-crisis/zipball/d95fb86396b9394d678e0cf8acc9078c263c2358",
    582                 "reference": "d95fb86396b9394d678e0cf8acc9078c263c2358",
    583                 "shasum": ""
    584             },
    585             "require": {
    586                 "automattic/jetpack-connection": "^1.30",
     641                "reference": "4eef4ad1eeadb87ee86162352ad6eca928243769"
     642            },
     643            "dist": {
     644                "type": "zip",
     645                "url": "https://api.github.com/repos/Automattic/jetpack-identity-crisis/zipball/4eef4ad1eeadb87ee86162352ad6eca928243769",
     646                "reference": "4eef4ad1eeadb87ee86162352ad6eca928243769",
     647                "shasum": ""
     648            },
     649            "require": {
     650                "automattic/jetpack-assets": "^1.16",
     651                "automattic/jetpack-connection": "^1.34",
    587652                "automattic/jetpack-constants": "^1.6",
    588653                "automattic/jetpack-logo": "^1.5",
    589                 "automattic/jetpack-options": "^1.13",
     654                "automattic/jetpack-options": "^1.14",
    590655                "automattic/jetpack-status": "^1.9",
    591                 "automattic/jetpack-tracking": "^1.13"
     656                "automattic/jetpack-tracking": "^1.14"
    592657            },
    593658            "require-dev": {
    594659                "automattic/jetpack-changelogger": "^3.0",
    595660                "automattic/wordbless": "@dev",
    596                 "yoast/phpunit-polyfills": "1.0.2"
    597             },
    598             "time": "2021-11-18T01:12:55+00:00",
    599             "type": "library",
     661                "yoast/phpunit-polyfills": "1.0.3"
     662            },
     663            "time": "2022-01-11T19:54:54+00:00",
     664            "type": "jetpack-library",
    600665            "extra": {
    601666                "autotagger": true,
    602667                "mirror-repo": "Automattic/jetpack-identity-crisis",
     668                "textdomain": "jetpack-idc",
    603669                "version-constants": {
    604670                    "::PACKAGE_VERSION": "src/class-identity-crisis.php"
     
    608674                },
    609675                "branch-alias": {
    610                     "dev-master": "0.4.x-dev"
     676                    "dev-master": "0.6.x-dev"
    611677                }
    612678            },
     
    623689            "description": "Identity Crisis.",
    624690            "support": {
    625                 "source": "https://github.com/Automattic/jetpack-identity-crisis/tree/v0.4.2"
    626             },
    627             "install-path": "../automattic/jetpack-identity-crisis"
     691                "source": "https://github.com/Automattic/jetpack-identity-crisis/tree/v0.6.2"
     692            },
     693            "install-path": "../../jetpack_vendor/automattic/jetpack-identity-crisis"
    628694        },
    629695        {
    630696            "name": "automattic/jetpack-logo",
    631             "version": "v1.5.10",
    632             "version_normalized": "1.5.10.0",
     697            "version": "v1.5.13",
     698            "version_normalized": "1.5.13.0",
    633699            "source": {
    634700                "type": "git",
    635701                "url": "https://github.com/Automattic/jetpack-logo.git",
    636                 "reference": "ff0f3797de122666e1c00fb2efbe60198253fb1b"
    637             },
    638             "dist": {
    639                 "type": "zip",
    640                 "url": "https://api.github.com/repos/Automattic/jetpack-logo/zipball/ff0f3797de122666e1c00fb2efbe60198253fb1b",
    641                 "reference": "ff0f3797de122666e1c00fb2efbe60198253fb1b",
    642                 "shasum": ""
    643             },
    644             "require-dev": {
    645                 "automattic/jetpack-changelogger": "^3.0",
    646                 "yoast/phpunit-polyfills": "1.0.2"
    647             },
    648             "time": "2021-11-02T14:07:08+00:00",
    649             "type": "library",
     702                "reference": "0f0a80b3ac89d8d64756a8049903fcedf6f2e887"
     703            },
     704            "dist": {
     705                "type": "zip",
     706                "url": "https://api.github.com/repos/Automattic/jetpack-logo/zipball/0f0a80b3ac89d8d64756a8049903fcedf6f2e887",
     707                "reference": "0f0a80b3ac89d8d64756a8049903fcedf6f2e887",
     708                "shasum": ""
     709            },
     710            "require-dev": {
     711                "automattic/jetpack-changelogger": "^3.0",
     712                "yoast/phpunit-polyfills": "1.0.3"
     713            },
     714            "time": "2022-01-04T21:11:37+00:00",
     715            "type": "jetpack-library",
    650716            "extra": {
    651717                "autotagger": true,
     
    670736            "description": "A logo for Jetpack",
    671737            "support": {
    672                 "source": "https://github.com/Automattic/jetpack-logo/tree/v1.5.10"
    673             },
    674             "install-path": "../automattic/jetpack-logo"
     738                "source": "https://github.com/Automattic/jetpack-logo/tree/v1.5.13"
     739            },
     740            "install-path": "../../jetpack_vendor/automattic/jetpack-logo"
     741        },
     742        {
     743            "name": "automattic/jetpack-my-jetpack",
     744            "version": "v0.3.1",
     745            "version_normalized": "0.3.1.0",
     746            "source": {
     747                "type": "git",
     748                "url": "https://github.com/Automattic/jetpack-my-jetpack.git",
     749                "reference": "0f0df9d3142fae37f31259c58ef8bd94545efb51"
     750            },
     751            "dist": {
     752                "type": "zip",
     753                "url": "https://api.github.com/repos/Automattic/jetpack-my-jetpack/zipball/0f0df9d3142fae37f31259c58ef8bd94545efb51",
     754                "reference": "0f0df9d3142fae37f31259c58ef8bd94545efb51",
     755                "shasum": ""
     756            },
     757            "require": {
     758                "automattic/jetpack-admin-ui": "^0.2",
     759                "automattic/jetpack-assets": "^1.16",
     760                "automattic/jetpack-connection": "^1.34"
     761            },
     762            "require-dev": {
     763                "automattic/jetpack-changelogger": "^3.0",
     764                "yoast/phpunit-polyfills": "1.0.3"
     765            },
     766            "time": "2022-01-11T19:54:57+00:00",
     767            "type": "jetpack-library",
     768            "extra": {
     769                "autotagger": true,
     770                "mirror-repo": "Automattic/jetpack-my-jetpack",
     771                "textdomain": "jetpack-my-jetpack",
     772                "changelogger": {
     773                    "link-template": "https://github.com/Automattic/jetpack-my-jetpack/compare/${old}...${new}"
     774                },
     775                "branch-alias": {
     776                    "dev-master": "0.3.x-dev"
     777                }
     778            },
     779            "installation-source": "dist",
     780            "autoload": {
     781                "classmap": [
     782                    "src/"
     783                ]
     784            },
     785            "notification-url": "https://packagist.org/downloads/",
     786            "license": [
     787                "GPL-2.0-or-later"
     788            ],
     789            "description": "WP Admin page with information and configuration shared among all Jetpack stand-alone plugins",
     790            "support": {
     791                "source": "https://github.com/Automattic/jetpack-my-jetpack/tree/v0.3.1"
     792            },
     793            "install-path": "../../jetpack_vendor/automattic/jetpack-my-jetpack"
    675794        },
    676795        {
    677796            "name": "automattic/jetpack-options",
    678             "version": "v1.13.5",
    679             "version_normalized": "1.13.5.0",
     797            "version": "v1.14.2",
     798            "version_normalized": "1.14.2.0",
    680799            "source": {
    681800                "type": "git",
    682801                "url": "https://github.com/Automattic/jetpack-options.git",
    683                 "reference": "4d06428b2842be31a8796a32d91cfe37c28931d3"
    684             },
    685             "dist": {
    686                 "type": "zip",
    687                 "url": "https://api.github.com/repos/Automattic/jetpack-options/zipball/4d06428b2842be31a8796a32d91cfe37c28931d3",
    688                 "reference": "4d06428b2842be31a8796a32d91cfe37c28931d3",
     802                "reference": "9cd0f27ae970097bf6a8bc5b3c80cf079e4bf3f2"
     803            },
     804            "dist": {
     805                "type": "zip",
     806                "url": "https://api.github.com/repos/Automattic/jetpack-options/zipball/9cd0f27ae970097bf6a8bc5b3c80cf079e4bf3f2",
     807                "reference": "9cd0f27ae970097bf6a8bc5b3c80cf079e4bf3f2",
    689808                "shasum": ""
    690809            },
     
    694813            "require-dev": {
    695814                "automattic/jetpack-changelogger": "^3.0",
    696                 "yoast/phpunit-polyfills": "1.0.2"
    697             },
    698             "time": "2021-11-16T16:27:20+00:00",
    699             "type": "library",
     815                "yoast/phpunit-polyfills": "1.0.3"
     816            },
     817            "time": "2022-01-04T21:11:42+00:00",
     818            "type": "jetpack-library",
    700819            "extra": {
    701820                "autotagger": true,
     
    705824                },
    706825                "branch-alias": {
    707                     "dev-master": "1.13.x-dev"
     826                    "dev-master": "1.14.x-dev"
    708827                }
    709828            },
     
    720839            "description": "A wrapper for wp-options to manage specific Jetpack options.",
    721840            "support": {
    722                 "source": "https://github.com/Automattic/jetpack-options/tree/v1.13.5"
    723             },
    724             "install-path": "../automattic/jetpack-options"
     841                "source": "https://github.com/Automattic/jetpack-options/tree/v1.14.2"
     842            },
     843            "install-path": "../../jetpack_vendor/automattic/jetpack-options"
    725844        },
    726845        {
    727846            "name": "automattic/jetpack-password-checker",
    728             "version": "v0.1.7",
    729             "version_normalized": "0.1.7.0",
     847            "version": "v0.2.0",
     848            "version_normalized": "0.2.0.0",
    730849            "source": {
    731850                "type": "git",
    732851                "url": "https://github.com/Automattic/jetpack-password-checker.git",
    733                 "reference": "bdfd2a31a60b97b14f43f577aa7293a8e2c41f31"
    734             },
    735             "dist": {
    736                 "type": "zip",
    737                 "url": "https://api.github.com/repos/Automattic/jetpack-password-checker/zipball/bdfd2a31a60b97b14f43f577aa7293a8e2c41f31",
    738                 "reference": "bdfd2a31a60b97b14f43f577aa7293a8e2c41f31",
     852                "reference": "e07ea017e9d13fbb4104e40308dde8413ef6310f"
     853            },
     854            "dist": {
     855                "type": "zip",
     856                "url": "https://api.github.com/repos/Automattic/jetpack-password-checker/zipball/e07ea017e9d13fbb4104e40308dde8413ef6310f",
     857                "reference": "e07ea017e9d13fbb4104e40308dde8413ef6310f",
    739858                "shasum": ""
    740859            },
     
    742861                "automattic/jetpack-changelogger": "^3.0",
    743862                "automattic/wordbless": "@dev",
    744                 "yoast/phpunit-polyfills": "1.0.2"
    745             },
    746             "time": "2021-11-02T14:07:11+00:00",
    747             "type": "library",
     863                "yoast/phpunit-polyfills": "1.0.3"
     864            },
     865            "time": "2022-01-04T21:11:38+00:00",
     866            "type": "jetpack-library",
    748867            "extra": {
    749868                "autotagger": true,
    750869                "mirror-repo": "Automattic/jetpack-password-checker",
     870                "textdomain": "jetpack-password-checker",
    751871                "changelogger": {
    752872                    "link-template": "https://github.com/Automattic/jetpack-password-checker/compare/v${old}...v${new}"
    753873                },
    754874                "branch-alias": {
    755                     "dev-master": "0.1.x-dev"
     875                    "dev-master": "0.2.x-dev"
    756876                }
    757877            },
     
    768888            "description": "Password Checker.",
    769889            "support": {
    770                 "source": "https://github.com/Automattic/jetpack-password-checker/tree/v0.1.7"
    771             },
    772             "install-path": "../automattic/jetpack-password-checker"
     890                "source": "https://github.com/Automattic/jetpack-password-checker/tree/v0.2.0"
     891            },
     892            "install-path": "../../jetpack_vendor/automattic/jetpack-password-checker"
    773893        },
    774894        {
    775895            "name": "automattic/jetpack-redirect",
    776             "version": "v1.7.6",
    777             "version_normalized": "1.7.6.0",
     896            "version": "v1.7.9",
     897            "version_normalized": "1.7.9.0",
    778898            "source": {
    779899                "type": "git",
    780900                "url": "https://github.com/Automattic/jetpack-redirect.git",
    781                 "reference": "98205592cc7d921c4f78b8f2e337b49b3f838715"
    782             },
    783             "dist": {
    784                 "type": "zip",
    785                 "url": "https://api.github.com/repos/Automattic/jetpack-redirect/zipball/98205592cc7d921c4f78b8f2e337b49b3f838715",
    786                 "reference": "98205592cc7d921c4f78b8f2e337b49b3f838715",
     901                "reference": "7b7640108a704b6978814e0cfb2e5102d19c7d42"
     902            },
     903            "dist": {
     904                "type": "zip",
     905                "url": "https://api.github.com/repos/Automattic/jetpack-redirect/zipball/7b7640108a704b6978814e0cfb2e5102d19c7d42",
     906                "reference": "7b7640108a704b6978814e0cfb2e5102d19c7d42",
    787907                "shasum": ""
    788908            },
     
    792912            "require-dev": {
    793913                "automattic/jetpack-changelogger": "^3.0",
    794                 "brain/monkey": "2.6.0",
    795                 "yoast/phpunit-polyfills": "1.0.2"
    796             },
    797             "time": "2021-11-02T14:07:24+00:00",
    798             "type": "library",
     914                "brain/monkey": "2.6.1",
     915                "yoast/phpunit-polyfills": "1.0.3"
     916            },
     917            "time": "2022-01-04T21:11:51+00:00",
     918            "type": "jetpack-library",
    799919            "extra": {
    800920                "autotagger": true,
     
    819939            "description": "Utilities to build URLs to the jetpack.com/redirect/ service",
    820940            "support": {
    821                 "source": "https://github.com/Automattic/jetpack-redirect/tree/v1.7.6"
    822             },
    823             "install-path": "../automattic/jetpack-redirect"
     941                "source": "https://github.com/Automattic/jetpack-redirect/tree/v1.7.9"
     942            },
     943            "install-path": "../../jetpack_vendor/automattic/jetpack-redirect"
    824944        },
    825945        {
    826946            "name": "automattic/jetpack-roles",
    827             "version": "v1.4.10",
    828             "version_normalized": "1.4.10.0",
     947            "version": "v1.4.13",
     948            "version_normalized": "1.4.13.0",
    829949            "source": {
    830950                "type": "git",
    831951                "url": "https://github.com/Automattic/jetpack-roles.git",
    832                 "reference": "5141d944757818a3b8669c0e303f665ac44def87"
    833             },
    834             "dist": {
    835                 "type": "zip",
    836                 "url": "https://api.github.com/repos/Automattic/jetpack-roles/zipball/5141d944757818a3b8669c0e303f665ac44def87",
    837                 "reference": "5141d944757818a3b8669c0e303f665ac44def87",
    838                 "shasum": ""
    839             },
    840             "require-dev": {
    841                 "automattic/jetpack-changelogger": "^3.0",
    842                 "brain/monkey": "2.6.0",
    843                 "yoast/phpunit-polyfills": "1.0.2"
    844             },
    845             "time": "2021-11-02T14:07:12+00:00",
    846             "type": "library",
     952                "reference": "5d0a94f52de1e44a4537bc736af940f6b178c107"
     953            },
     954            "dist": {
     955                "type": "zip",
     956                "url": "https://api.github.com/repos/Automattic/jetpack-roles/zipball/5d0a94f52de1e44a4537bc736af940f6b178c107",
     957                "reference": "5d0a94f52de1e44a4537bc736af940f6b178c107",
     958                "shasum": ""
     959            },
     960            "require-dev": {
     961                "automattic/jetpack-changelogger": "^3.0",
     962                "brain/monkey": "2.6.1",
     963                "yoast/phpunit-polyfills": "1.0.3"
     964            },
     965            "time": "2022-01-04T21:11:39+00:00",
     966            "type": "jetpack-library",
    847967            "extra": {
    848968                "autotagger": true,
     
    867987            "description": "Utilities, related with user roles and capabilities.",
    868988            "support": {
    869                 "source": "https://github.com/Automattic/jetpack-roles/tree/v1.4.10"
    870             },
    871             "install-path": "../automattic/jetpack-roles"
     989                "source": "https://github.com/Automattic/jetpack-roles/tree/v1.4.13"
     990            },
     991            "install-path": "../../jetpack_vendor/automattic/jetpack-roles"
    872992        },
    873993        {
    874994            "name": "automattic/jetpack-status",
    875             "version": "v1.9.2",
    876             "version_normalized": "1.9.2.0",
     995            "version": "v1.9.5",
     996            "version_normalized": "1.9.5.0",
    877997            "source": {
    878998                "type": "git",
    879999                "url": "https://github.com/Automattic/jetpack-status.git",
    880                 "reference": "8d1067758a9928f240d5c39d5902f4d4b8523226"
    881             },
    882             "dist": {
    883                 "type": "zip",
    884                 "url": "https://api.github.com/repos/Automattic/jetpack-status/zipball/8d1067758a9928f240d5c39d5902f4d4b8523226",
    885                 "reference": "8d1067758a9928f240d5c39d5902f4d4b8523226",
     1000                "reference": "6300e03a808ef63dda558f0eb78e39a0e529a274"
     1001            },
     1002            "dist": {
     1003                "type": "zip",
     1004                "url": "https://api.github.com/repos/Automattic/jetpack-status/zipball/6300e03a808ef63dda558f0eb78e39a0e529a274",
     1005                "reference": "6300e03a808ef63dda558f0eb78e39a0e529a274",
    8861006                "shasum": ""
    8871007            },
     
    8911011            "require-dev": {
    8921012                "automattic/jetpack-changelogger": "^3.0",
    893                 "brain/monkey": "2.6.0",
    894                 "yoast/phpunit-polyfills": "1.0.2"
    895             },
    896             "time": "2021-11-16T16:27:21+00:00",
    897             "type": "library",
     1013                "brain/monkey": "2.6.1",
     1014                "yoast/phpunit-polyfills": "1.0.3"
     1015            },
     1016            "time": "2022-01-04T21:11:43+00:00",
     1017            "type": "jetpack-library",
    8981018            "extra": {
    8991019                "autotagger": true,
     
    9181038            "description": "Used to retrieve information about the current status of Jetpack and the site overall.",
    9191039            "support": {
    920                 "source": "https://github.com/Automattic/jetpack-status/tree/v1.9.2"
    921             },
    922             "install-path": "../automattic/jetpack-status"
     1040                "source": "https://github.com/Automattic/jetpack-status/tree/v1.9.5"
     1041            },
     1042            "install-path": "../../jetpack_vendor/automattic/jetpack-status"
    9231043        },
    9241044        {
    9251045            "name": "automattic/jetpack-sync",
    926             "version": "v1.27.3",
    927             "version_normalized": "1.27.3.0",
     1046            "version": "v1.28.1",
     1047            "version_normalized": "1.28.1.0",
    9281048            "source": {
    9291049                "type": "git",
    9301050                "url": "https://github.com/Automattic/jetpack-sync.git",
    931                 "reference": "bb7cf8644dfd8b6c21d036df89f717af660875a2"
    932             },
    933             "dist": {
    934                 "type": "zip",
    935                 "url": "https://api.github.com/repos/Automattic/jetpack-sync/zipball/bb7cf8644dfd8b6c21d036df89f717af660875a2",
    936                 "reference": "bb7cf8644dfd8b6c21d036df89f717af660875a2",
    937                 "shasum": ""
    938             },
    939             "require": {
    940                 "automattic/jetpack-connection": "^1.30",
     1051                "reference": "827df0a42cb0de887a3b68d86e430e9a6d25eefe"
     1052            },
     1053            "dist": {
     1054                "type": "zip",
     1055                "url": "https://api.github.com/repos/Automattic/jetpack-sync/zipball/827df0a42cb0de887a3b68d86e430e9a6d25eefe",
     1056                "reference": "827df0a42cb0de887a3b68d86e430e9a6d25eefe",
     1057                "shasum": ""
     1058            },
     1059            "require": {
     1060                "automattic/jetpack-connection": "^1.35",
    9411061                "automattic/jetpack-constants": "^1.6",
    942                 "automattic/jetpack-heartbeat": "^1.3",
    943                 "automattic/jetpack-identity-crisis": "^0.4",
    944                 "automattic/jetpack-options": "^1.13",
    945                 "automattic/jetpack-password-checker": "^0.1",
     1062                "automattic/jetpack-heartbeat": "^1.4",
     1063                "automattic/jetpack-identity-crisis": "^0.6",
     1064                "automattic/jetpack-options": "^1.14",
     1065                "automattic/jetpack-password-checker": "^0.2",
    9461066                "automattic/jetpack-roles": "^1.4",
    9471067                "automattic/jetpack-status": "^1.9"
     
    9501070                "automattic/jetpack-changelogger": "^3.0",
    9511071                "automattic/wordbless": "@dev",
    952                 "yoast/phpunit-polyfills": "1.0.2"
    953             },
    954             "time": "2021-11-16T16:27:39+00:00",
    955             "type": "library",
     1072                "yoast/phpunit-polyfills": "1.0.3"
     1073            },
     1074            "time": "2022-01-14T15:09:11+00:00",
     1075            "type": "jetpack-library",
    9561076            "extra": {
    9571077                "autotagger": true,
    9581078                "mirror-repo": "Automattic/jetpack-sync",
     1079                "textdomain": "jetpack-sync",
    9591080                "version-constants": {
    9601081                    "::PACKAGE_VERSION": "src/class-package-version.php"
     
    9641085                },
    9651086                "branch-alias": {
    966                     "dev-master": "1.27.x-dev"
     1087                    "dev-master": "1.28.x-dev"
    9671088                }
    9681089            },
     
    9791100            "description": "Everything needed to allow syncing to the WP.com infrastructure.",
    9801101            "support": {
    981                 "source": "https://github.com/Automattic/jetpack-sync/tree/v1.27.3"
    982             },
    983             "install-path": "../automattic/jetpack-sync"
     1102                "source": "https://github.com/Automattic/jetpack-sync/tree/v1.28.1"
     1103            },
     1104            "install-path": "../../jetpack_vendor/automattic/jetpack-sync"
    9841105        },
    9851106        {
    9861107            "name": "automattic/jetpack-terms-of-service",
    987             "version": "v1.9.14",
    988             "version_normalized": "1.9.14.0",
     1108            "version": "v1.9.18",
     1109            "version_normalized": "1.9.18.0",
    9891110            "source": {
    9901111                "type": "git",
    9911112                "url": "https://github.com/Automattic/jetpack-terms-of-service.git",
    992                 "reference": "34cce155f69a47881d94754f14b203f31dc02d09"
    993             },
    994             "dist": {
    995                 "type": "zip",
    996                 "url": "https://api.github.com/repos/Automattic/jetpack-terms-of-service/zipball/34cce155f69a47881d94754f14b203f31dc02d09",
    997                 "reference": "34cce155f69a47881d94754f14b203f31dc02d09",
    998                 "shasum": ""
    999             },
    1000             "require": {
    1001                 "automattic/jetpack-options": "^1.13",
     1113                "reference": "46f3ac423d38219d719f0d0a33e7753b6e28d7ef"
     1114            },
     1115            "dist": {
     1116                "type": "zip",
     1117                "url": "https://api.github.com/repos/Automattic/jetpack-terms-of-service/zipball/46f3ac423d38219d719f0d0a33e7753b6e28d7ef",
     1118                "reference": "46f3ac423d38219d719f0d0a33e7753b6e28d7ef",
     1119                "shasum": ""
     1120            },
     1121            "require": {
     1122                "automattic/jetpack-options": "^1.14",
    10021123                "automattic/jetpack-status": "^1.9"
    10031124            },
    10041125            "require-dev": {
    10051126                "automattic/jetpack-changelogger": "^3.0",
    1006                 "brain/monkey": "2.6.0",
    1007                 "yoast/phpunit-polyfills": "1.0.2"
    1008             },
    1009             "time": "2021-11-02T14:07:25+00:00",
    1010             "type": "library",
     1127                "brain/monkey": "2.6.1",
     1128                "yoast/phpunit-polyfills": "1.0.3"
     1129            },
     1130            "time": "2022-01-04T21:11:52+00:00",
     1131            "type": "jetpack-library",
    10111132            "extra": {
    10121133                "autotagger": true,
     
    10311152            "description": "Everything need to manage the terms of service state",
    10321153            "support": {
    1033                 "source": "https://github.com/Automattic/jetpack-terms-of-service/tree/v1.9.14"
    1034             },
    1035             "install-path": "../automattic/jetpack-terms-of-service"
     1154                "source": "https://github.com/Automattic/jetpack-terms-of-service/tree/v1.9.18"
     1155            },
     1156            "install-path": "../../jetpack_vendor/automattic/jetpack-terms-of-service"
    10361157        },
    10371158        {
    10381159            "name": "automattic/jetpack-tracking",
    1039             "version": "v1.13.16",
    1040             "version_normalized": "1.13.16.0",
     1160            "version": "v1.14.0",
     1161            "version_normalized": "1.14.0.0",
    10411162            "source": {
    10421163                "type": "git",
    10431164                "url": "https://github.com/Automattic/jetpack-tracking.git",
    1044                 "reference": "fff0f36f0dc61099157e37b6f7beb619e92bfce5"
    1045             },
    1046             "dist": {
    1047                 "type": "zip",
    1048                 "url": "https://api.github.com/repos/Automattic/jetpack-tracking/zipball/fff0f36f0dc61099157e37b6f7beb619e92bfce5",
    1049                 "reference": "fff0f36f0dc61099157e37b6f7beb619e92bfce5",
    1050                 "shasum": ""
    1051             },
    1052             "require": {
    1053                 "automattic/jetpack-assets": "^1.12",
    1054                 "automattic/jetpack-options": "^1.13",
     1165                "reference": "b2f869437c42fca557f3450fed0f61ae6162d0bf"
     1166            },
     1167            "dist": {
     1168                "type": "zip",
     1169                "url": "https://api.github.com/repos/Automattic/jetpack-tracking/zipball/b2f869437c42fca557f3450fed0f61ae6162d0bf",
     1170                "reference": "b2f869437c42fca557f3450fed0f61ae6162d0bf",
     1171                "shasum": ""
     1172            },
     1173            "require": {
     1174                "automattic/jetpack-assets": "^1.16",
     1175                "automattic/jetpack-options": "^1.14",
    10551176                "automattic/jetpack-status": "^1.9",
    10561177                "automattic/jetpack-terms-of-service": "^1.9"
     
    10581179            "require-dev": {
    10591180                "automattic/jetpack-changelogger": "^3.0",
    1060                 "brain/monkey": "2.6.0",
    1061                 "yoast/phpunit-polyfills": "1.0.2"
    1062             },
    1063             "time": "2021-11-16T16:27:29+00:00",
    1064             "type": "library",
     1181                "brain/monkey": "2.6.1",
     1182                "yoast/phpunit-polyfills": "1.0.3"
     1183            },
     1184            "time": "2022-01-04T21:11:55+00:00",
     1185            "type": "jetpack-library",
    10651186            "extra": {
    10661187                "autotagger": true,
    10671188                "mirror-repo": "Automattic/jetpack-tracking",
     1189                "textdomain": "jetpack-tracking",
    10681190                "changelogger": {
    10691191                    "link-template": "https://github.com/Automattic/jetpack-tracking/compare/v${old}...v${new}"
    10701192                },
    10711193                "branch-alias": {
    1072                     "dev-master": "1.13.x-dev"
     1194                    "dev-master": "1.14.x-dev"
    10731195                }
    10741196            },
     
    10861208            "description": "Tracking for Jetpack",
    10871209            "support": {
    1088                 "source": "https://github.com/Automattic/jetpack-tracking/tree/v1.13.16"
    1089             },
    1090             "install-path": "../automattic/jetpack-tracking"
     1210                "source": "https://github.com/Automattic/jetpack-tracking/tree/v1.14.0"
     1211            },
     1212            "install-path": "../../jetpack_vendor/automattic/jetpack-tracking"
    10911213        }
    10921214    ],
  • jetpack-backup/trunk/vendor/composer/installed.php

    r2633755 r2657802  
    1212    'versions' => array(
    1313        'automattic/jetpack-a8c-mc-stats' => array(
    14             'pretty_version' => 'v1.4.9',
    15             'version' => '1.4.9.0',
    16             'type' => 'library',
    17             'install_path' => __DIR__ . '/../automattic/jetpack-a8c-mc-stats',
    18             'aliases' => array(),
    19             'reference' => '6920ecb008891558cbf619838d1ce963838f077d',
     14            'pretty_version' => 'v1.4.11',
     15            'version' => '1.4.11.0',
     16            'type' => 'jetpack-library',
     17            'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-a8c-mc-stats',
     18            'aliases' => array(),
     19            'reference' => '6e7d7c8b9c996f04978b834e4c3484bd2d916998',
    2020            'dev_requirement' => false,
    2121        ),
    2222        'automattic/jetpack-admin-ui' => array(
    23             'pretty_version' => 'v0.1.1',
    24             'version' => '0.1.1.0',
    25             'type' => 'library',
    26             'install_path' => __DIR__ . '/../automattic/jetpack-admin-ui',
    27             'aliases' => array(),
    28             'reference' => '1888f7b1b9e5f16df8d4629d27aa6f2c69f46788',
     23            'pretty_version' => 'v0.2.1',
     24            'version' => '0.2.1.0',
     25            'type' => 'jetpack-library',
     26            'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-admin-ui',
     27            'aliases' => array(),
     28            'reference' => 'ce6964700c9698f9ea8c0a00120f1fbbd755de57',
    2929            'dev_requirement' => false,
    3030        ),
    3131        'automattic/jetpack-assets' => array(
    32             'pretty_version' => 'v1.13.0',
    33             'version' => '1.13.0.0',
    34             'type' => 'library',
    35             'install_path' => __DIR__ . '/../automattic/jetpack-assets',
    36             'aliases' => array(),
    37             'reference' => '6d55e3c5621cf9669382d5b344444c1d4dfce715',
     32            'pretty_version' => 'v1.16.1',
     33            'version' => '1.16.1.0',
     34            'type' => 'jetpack-library',
     35            'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-assets',
     36            'aliases' => array(),
     37            'reference' => '5a6959969bed4559e080269cafbd69d476249822',
    3838            'dev_requirement' => false,
    3939        ),
    4040        'automattic/jetpack-autoloader' => array(
    41             'pretty_version' => 'v2.10.10',
    42             'version' => '2.10.10.0',
     41            'pretty_version' => 'v2.10.11',
     42            'version' => '2.10.11.0',
    4343            'type' => 'composer-plugin',
    4444            'install_path' => __DIR__ . '/../automattic/jetpack-autoloader',
    4545            'aliases' => array(),
    46             'reference' => '8060f5c5822671b146ce8f57380193c8fb8e2571',
     46            'reference' => '924226c0a9e2f9b0be022fc6bab2a90f5e610ef3',
    4747            'dev_requirement' => false,
    4848        ),
    4949        'automattic/jetpack-backup' => array(
    50             'pretty_version' => 'v1.1.8',
    51             'version' => '1.1.8.0',
    52             'type' => 'library',
    53             'install_path' => __DIR__ . '/../automattic/jetpack-backup',
    54             'aliases' => array(),
    55             'reference' => 'b0ca08d8554119791c9edb6eefafcad9772232ce',
     50            'pretty_version' => 'v1.2.1',
     51            'version' => '1.2.1.0',
     52            'type' => 'jetpack-library',
     53            'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-backup',
     54            'aliases' => array(),
     55            'reference' => 'fd8b46ea7db655d5ecd733c0adafe1f9599d6dd2',
    5656            'dev_requirement' => false,
    5757        ),
     
    6565            'dev_requirement' => false,
    6666        ),
     67        'automattic/jetpack-composer-plugin' => array(
     68            'pretty_version' => 'v1.0.2',
     69            'version' => '1.0.2.0',
     70            'type' => 'composer-plugin',
     71            'install_path' => __DIR__ . '/../automattic/jetpack-composer-plugin',
     72            'aliases' => array(),
     73            'reference' => 'b17ecfb719ac6ffe09245ef17ef3f3f884f56857',
     74            'dev_requirement' => false,
     75        ),
    6776        'automattic/jetpack-config' => array(
    68             'pretty_version' => 'v1.5.3',
    69             'version' => '1.5.3.0',
    70             'type' => 'library',
    71             'install_path' => __DIR__ . '/../automattic/jetpack-config',
    72             'aliases' => array(),
    73             'reference' => '3526c284d3b845d57275fe1f64fbb2c71649b16e',
    74             'dev_requirement' => false,
    75         ),
    76         'automattic/jetpack-connection' => array(
    77             'pretty_version' => 'v1.30.13',
    78             'version' => '1.30.13.0',
    79             'type' => 'library',
    80             'install_path' => __DIR__ . '/../automattic/jetpack-connection',
    81             'aliases' => array(),
    82             'reference' => 'b6cb5e87ffe1dca5260307066f720f8ddcfebda3',
    83             'dev_requirement' => false,
    84         ),
    85         'automattic/jetpack-connection-ui' => array(
    8677            'pretty_version' => 'v1.6.0',
    8778            'version' => '1.6.0.0',
    88             'type' => 'library',
    89             'install_path' => __DIR__ . '/../automattic/jetpack-connection-ui',
    90             'aliases' => array(),
    91             'reference' => '8ffb2d36c20a61de0ca7e0ac3468362fa94c0821',
     79            'type' => 'jetpack-library',
     80            'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-config',
     81            'aliases' => array(),
     82            'reference' => '1d46f87df9167a03960d708ce767d0efdfc855cf',
     83            'dev_requirement' => false,
     84        ),
     85        'automattic/jetpack-connection' => array(
     86            'pretty_version' => 'v1.35.0',
     87            'version' => '1.35.0.0',
     88            'type' => 'jetpack-library',
     89            'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-connection',
     90            'aliases' => array(),
     91            'reference' => 'a41435716edd8ec812abc3a359154958bc2fb4a2',
     92            'dev_requirement' => false,
     93        ),
     94        'automattic/jetpack-connection-ui' => array(
     95            'pretty_version' => 'v2.3.1',
     96            'version' => '2.3.1.0',
     97            'type' => 'jetpack-library',
     98            'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-connection-ui',
     99            'aliases' => array(),
     100            'reference' => '9475a0b63b9ec763589d8041c2e208af35adb494',
    92101            'dev_requirement' => false,
    93102        ),
    94103        'automattic/jetpack-constants' => array(
    95             'pretty_version' => 'v1.6.12',
    96             'version' => '1.6.12.0',
    97             'type' => 'library',
    98             'install_path' => __DIR__ . '/../automattic/jetpack-constants',
    99             'aliases' => array(),
    100             'reference' => '7adbedb4947bd3cdcf3aa25d8dda3844b137744a',
     104            'pretty_version' => 'v1.6.14',
     105            'version' => '1.6.14.0',
     106            'type' => 'jetpack-library',
     107            'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-constants',
     108            'aliases' => array(),
     109            'reference' => '93af2a61eceaabd16c432451cc33f7c9074efa81',
    101110            'dev_requirement' => false,
    102111        ),
    103112        'automattic/jetpack-device-detection' => array(
    104             'pretty_version' => 'v1.4.9',
    105             'version' => '1.4.9.0',
    106             'type' => 'library',
    107             'install_path' => __DIR__ . '/../automattic/jetpack-device-detection',
    108             'aliases' => array(),
    109             'reference' => '6e4a0038e3733e3cdab73460f7f05d7310c3231b',
     113            'pretty_version' => 'v1.4.11',
     114            'version' => '1.4.11.0',
     115            'type' => 'jetpack-library',
     116            'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-device-detection',
     117            'aliases' => array(),
     118            'reference' => 'ab5ce7e487de9c9a13456d4aecdb7789f92f818d',
    110119            'dev_requirement' => false,
    111120        ),
    112121        'automattic/jetpack-heartbeat' => array(
    113             'pretty_version' => 'v1.3.13',
    114             'version' => '1.3.13.0',
    115             'type' => 'library',
    116             'install_path' => __DIR__ . '/../automattic/jetpack-heartbeat',
    117             'aliases' => array(),
    118             'reference' => 'cce7b6910a3ee2ad7bad3c8fea3905774f9198df',
     122            'pretty_version' => 'v1.4.0',
     123            'version' => '1.4.0.0',
     124            'type' => 'jetpack-library',
     125            'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-heartbeat',
     126            'aliases' => array(),
     127            'reference' => 'c35053475b1cb7363aee847e0d025f0a043dc3d5',
    119128            'dev_requirement' => false,
    120129        ),
    121130        'automattic/jetpack-identity-crisis' => array(
    122             'pretty_version' => 'v0.4.2',
    123             'version' => '0.4.2.0',
    124             'type' => 'library',
    125             'install_path' => __DIR__ . '/../automattic/jetpack-identity-crisis',
    126             'aliases' => array(),
    127             'reference' => 'd95fb86396b9394d678e0cf8acc9078c263c2358',
     131            'pretty_version' => 'v0.6.2',
     132            'version' => '0.6.2.0',
     133            'type' => 'jetpack-library',
     134            'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-identity-crisis',
     135            'aliases' => array(),
     136            'reference' => '4eef4ad1eeadb87ee86162352ad6eca928243769',
    128137            'dev_requirement' => false,
    129138        ),
    130139        'automattic/jetpack-logo' => array(
    131             'pretty_version' => 'v1.5.10',
    132             'version' => '1.5.10.0',
    133             'type' => 'library',
    134             'install_path' => __DIR__ . '/../automattic/jetpack-logo',
    135             'aliases' => array(),
    136             'reference' => 'ff0f3797de122666e1c00fb2efbe60198253fb1b',
     140            'pretty_version' => 'v1.5.13',
     141            'version' => '1.5.13.0',
     142            'type' => 'jetpack-library',
     143            'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-logo',
     144            'aliases' => array(),
     145            'reference' => '0f0a80b3ac89d8d64756a8049903fcedf6f2e887',
     146            'dev_requirement' => false,
     147        ),
     148        'automattic/jetpack-my-jetpack' => array(
     149            'pretty_version' => 'v0.3.1',
     150            'version' => '0.3.1.0',
     151            'type' => 'jetpack-library',
     152            'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-my-jetpack',
     153            'aliases' => array(),
     154            'reference' => '0f0df9d3142fae37f31259c58ef8bd94545efb51',
    137155            'dev_requirement' => false,
    138156        ),
    139157        'automattic/jetpack-options' => array(
    140             'pretty_version' => 'v1.13.5',
    141             'version' => '1.13.5.0',
    142             'type' => 'library',
    143             'install_path' => __DIR__ . '/../automattic/jetpack-options',
    144             'aliases' => array(),
    145             'reference' => '4d06428b2842be31a8796a32d91cfe37c28931d3',
     158            'pretty_version' => 'v1.14.2',
     159            'version' => '1.14.2.0',
     160            'type' => 'jetpack-library',
     161            'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-options',
     162            'aliases' => array(),
     163            'reference' => '9cd0f27ae970097bf6a8bc5b3c80cf079e4bf3f2',
    146164            'dev_requirement' => false,
    147165        ),
    148166        'automattic/jetpack-password-checker' => array(
    149             'pretty_version' => 'v0.1.7',
    150             'version' => '0.1.7.0',
    151             'type' => 'library',
    152             'install_path' => __DIR__ . '/../automattic/jetpack-password-checker',
    153             'aliases' => array(),
    154             'reference' => 'bdfd2a31a60b97b14f43f577aa7293a8e2c41f31',
     167            'pretty_version' => 'v0.2.0',
     168            'version' => '0.2.0.0',
     169            'type' => 'jetpack-library',
     170            'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-password-checker',
     171            'aliases' => array(),
     172            'reference' => 'e07ea017e9d13fbb4104e40308dde8413ef6310f',
    155173            'dev_requirement' => false,
    156174        ),
    157175        'automattic/jetpack-redirect' => array(
    158             'pretty_version' => 'v1.7.6',
    159             'version' => '1.7.6.0',
    160             'type' => 'library',
    161             'install_path' => __DIR__ . '/../automattic/jetpack-redirect',
    162             'aliases' => array(),
    163             'reference' => '98205592cc7d921c4f78b8f2e337b49b3f838715',
     176            'pretty_version' => 'v1.7.9',
     177            'version' => '1.7.9.0',
     178            'type' => 'jetpack-library',
     179            'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-redirect',
     180            'aliases' => array(),
     181            'reference' => '7b7640108a704b6978814e0cfb2e5102d19c7d42',
    164182            'dev_requirement' => false,
    165183        ),
    166184        'automattic/jetpack-roles' => array(
    167             'pretty_version' => 'v1.4.10',
    168             'version' => '1.4.10.0',
    169             'type' => 'library',
    170             'install_path' => __DIR__ . '/../automattic/jetpack-roles',
    171             'aliases' => array(),
    172             'reference' => '5141d944757818a3b8669c0e303f665ac44def87',
     185            'pretty_version' => 'v1.4.13',
     186            'version' => '1.4.13.0',
     187            'type' => 'jetpack-library',
     188            'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-roles',
     189            'aliases' => array(),
     190            'reference' => '5d0a94f52de1e44a4537bc736af940f6b178c107',
    173191            'dev_requirement' => false,
    174192        ),
    175193        'automattic/jetpack-status' => array(
    176             'pretty_version' => 'v1.9.2',
    177             'version' => '1.9.2.0',
    178             'type' => 'library',
    179             'install_path' => __DIR__ . '/../automattic/jetpack-status',
    180             'aliases' => array(),
    181             'reference' => '8d1067758a9928f240d5c39d5902f4d4b8523226',
     194            'pretty_version' => 'v1.9.5',
     195            'version' => '1.9.5.0',
     196            'type' => 'jetpack-library',
     197            'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-status',
     198            'aliases' => array(),
     199            'reference' => '6300e03a808ef63dda558f0eb78e39a0e529a274',
    182200            'dev_requirement' => false,
    183201        ),
    184202        'automattic/jetpack-sync' => array(
    185             'pretty_version' => 'v1.27.3',
    186             'version' => '1.27.3.0',
    187             'type' => 'library',
    188             'install_path' => __DIR__ . '/../automattic/jetpack-sync',
    189             'aliases' => array(),
    190             'reference' => 'bb7cf8644dfd8b6c21d036df89f717af660875a2',
     203            'pretty_version' => 'v1.28.1',
     204            'version' => '1.28.1.0',
     205            'type' => 'jetpack-library',
     206            'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-sync',
     207            'aliases' => array(),
     208            'reference' => '827df0a42cb0de887a3b68d86e430e9a6d25eefe',
    191209            'dev_requirement' => false,
    192210        ),
    193211        'automattic/jetpack-terms-of-service' => array(
    194             'pretty_version' => 'v1.9.14',
    195             'version' => '1.9.14.0',
    196             'type' => 'library',
    197             'install_path' => __DIR__ . '/../automattic/jetpack-terms-of-service',
    198             'aliases' => array(),
    199             'reference' => '34cce155f69a47881d94754f14b203f31dc02d09',
     212            'pretty_version' => 'v1.9.18',
     213            'version' => '1.9.18.0',
     214            'type' => 'jetpack-library',
     215            'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-terms-of-service',
     216            'aliases' => array(),
     217            'reference' => '46f3ac423d38219d719f0d0a33e7753b6e28d7ef',
    200218            'dev_requirement' => false,
    201219        ),
    202220        'automattic/jetpack-tracking' => array(
    203             'pretty_version' => 'v1.13.16',
    204             'version' => '1.13.16.0',
    205             'type' => 'library',
    206             'install_path' => __DIR__ . '/../automattic/jetpack-tracking',
    207             'aliases' => array(),
    208             'reference' => 'fff0f36f0dc61099157e37b6f7beb619e92bfce5',
     221            'pretty_version' => 'v1.14.0',
     222            'version' => '1.14.0.0',
     223            'type' => 'jetpack-library',
     224            'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-tracking',
     225            'aliases' => array(),
     226            'reference' => 'b2f869437c42fca557f3450fed0f61ae6162d0bf',
    209227            'dev_requirement' => false,
    210228        ),
  • jetpack-backup/trunk/vendor/composer/jetpack_autoload_classmap.php

    r2633755 r2657802  
    77
    88return array(
     9    'Automattic\\Jetpack\\Autoloader\\AutoloadGenerator' => array(
     10        'version' => '2.10.11.0',
     11        'path'    => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadGenerator.php'
     12    ),
     13    'Automattic\\Jetpack\\Autoloader\\CustomAutoloaderPlugin' => array(
     14        'version' => '2.10.11.0',
     15        'path'    => $vendorDir . '/automattic/jetpack-autoloader/src/CustomAutoloaderPlugin.php'
     16    ),
     17    'Automattic\\Jetpack\\Autoloader\\AutoloadProcessor' => array(
     18        'version' => '2.10.11.0',
     19        'path'    => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadProcessor.php'
     20    ),
    921    'Automattic\\Jetpack\\Autoloader\\AutoloadFileWriter' => array(
    10         'version' => '2.10.10.0',
     22        'version' => '2.10.11.0',
    1123        'path'    => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadFileWriter.php'
    1224    ),
    13     'Automattic\\Jetpack\\Autoloader\\AutoloadGenerator' => array(
    14         'version' => '2.10.10.0',
    15         'path'    => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadGenerator.php'
    16     ),
    1725    'Automattic\\Jetpack\\Autoloader\\ManifestGenerator' => array(
    18         'version' => '2.10.10.0',
     26        'version' => '2.10.11.0',
    1927        'path'    => $vendorDir . '/automattic/jetpack-autoloader/src/ManifestGenerator.php'
    2028    ),
    21     'Automattic\\Jetpack\\Autoloader\\CustomAutoloaderPlugin' => array(
    22         'version' => '2.10.10.0',
    23         'path'    => $vendorDir . '/automattic/jetpack-autoloader/src/CustomAutoloaderPlugin.php'
    24     ),
    25     'Automattic\\Jetpack\\Autoloader\\AutoloadProcessor' => array(
    26         'version' => '2.10.10.0',
    27         'path'    => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadProcessor.php'
     29    'Jetpack_Backup' => array(
     30        'version' => 'dev-master',
     31        'path'    => $baseDir . '/src/php/class-jetpack-backup.php'
    2832    ),
    2933    'Initial_State' => array(
     
    3135        'path'    => $baseDir . '/src/php/class-initial-state.php'
    3236    ),
    33     'Jetpack_Backup' => array(
    34         'version' => 'dev-master',
    35         'path'    => $baseDir . '/src/php/class-jetpack-backup.php'
     37    'Automattic\\Jetpack\\My_Jetpack\\Initializer' => array(
     38        'version' => '0.3.1.0',
     39        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php'
     40    ),
     41    'Automattic\\Jetpack\\ConnectionUI\\Admin' => array(
     42        'version' => '2.3.1.0',
     43        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-connection-ui/src/class-admin.php'
    3644    ),
    3745    'Automattic\\Jetpack\\ConnectionUI\\Initial_State' => array(
     46        'version' => '2.3.1.0',
     47        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-connection-ui/src/class-initial-state.php'
     48    ),
     49    'Automattic\\Jetpack\\Config' => array(
    3850        'version' => '1.6.0.0',
    39         'path'    => $vendorDir . '/automattic/jetpack-connection-ui/src/class-initial-state.php'
    40     ),
    41     'Automattic\\Jetpack\\ConnectionUI\\Admin' => array(
    42         'version' => '1.6.0.0',
    43         'path'    => $vendorDir . '/automattic/jetpack-connection-ui/src/class-admin.php'
     51        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-config/src/class-config.php'
    4452    ),
    4553    'Automattic\\Jetpack\\Backup\\Helper_Script_Manager' => array(
    46         'version' => '1.1.8.0',
    47         'path'    => $vendorDir . '/automattic/jetpack-backup/src/class-helper-script-manager.php'
     54        'version' => '1.2.1.0',
     55        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-backup/src/class-helper-script-manager.php'
     56    ),
     57    'Automattic\\Jetpack\\Backup\\Package_Version' => array(
     58        'version' => '1.2.1.0',
     59        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-backup/src/class-package-version.php'
    4860    ),
    4961    'Automattic\\Jetpack\\Backup\\REST_Controller' => array(
    50         'version' => '1.1.8.0',
    51         'path'    => $vendorDir . '/automattic/jetpack-backup/src/class-rest-controller.php'
    52     ),
    53     'Automattic\\Jetpack\\Backup\\Package_Version' => array(
    54         'version' => '1.1.8.0',
    55         'path'    => $vendorDir . '/automattic/jetpack-backup/src/class-package-version.php'
    56     ),
    57     'Automattic\\Jetpack\\Config' => array(
    58         'version' => '1.5.3.0',
    59         'path'    => $vendorDir . '/automattic/jetpack-config/src/class-config.php'
     62        'version' => '1.2.1.0',
     63        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-backup/src/class-rest-controller.php'
     64    ),
     65    'Automattic\\Jetpack\\Composer\\Manager' => array(
     66        'version' => '1.0.2.0',
     67        'path'    => $vendorDir . '/automattic/jetpack-composer-plugin/src/class-manager.php'
     68    ),
     69    'Automattic\\Jetpack\\Composer\\Plugin' => array(
     70        'version' => '1.0.2.0',
     71        'path'    => $vendorDir . '/automattic/jetpack-composer-plugin/src/class-plugin.php'
    6072    ),
    6173    'Automattic\\Jetpack\\Admin_UI\\Admin_Menu' => array(
    62         'version' => '0.1.1.0',
    63         'path'    => $vendorDir . '/automattic/jetpack-admin-ui/src/class-admin-menu.php'
     74        'version' => '0.2.1.0',
     75        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-admin-ui/src/class-admin-menu.php'
     76    ),
     77    'Automattic\\Jetpack\\Device_Detection' => array(
     78        'version' => '1.4.11.0',
     79        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-device-detection/src/class-device-detection.php'
     80    ),
     81    'Automattic\\Jetpack\\Device_Detection\\User_Agent_Info' => array(
     82        'version' => '1.4.11.0',
     83        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-device-detection/src/class-user-agent-info.php'
     84    ),
     85    'Automattic\\Jetpack\\Sync\\Listener' => array(
     86        'version' => '1.28.1.0',
     87        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-listener.php'
     88    ),
     89    'Automattic\\Jetpack\\Sync\\Settings' => array(
     90        'version' => '1.28.1.0',
     91        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-settings.php'
     92    ),
     93    'Automattic\\Jetpack\\Sync\\REST_Sender' => array(
     94        'version' => '1.28.1.0',
     95        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-rest-sender.php'
     96    ),
     97    'Automattic\\Jetpack\\Sync\\Functions' => array(
     98        'version' => '1.28.1.0',
     99        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-functions.php'
     100    ),
     101    'Automattic\\Jetpack\\Sync\\Utils' => array(
     102        'version' => '1.28.1.0',
     103        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-utils.php'
    64104    ),
    65105    'Automattic\\Jetpack\\Sync\\Server' => array(
    66         'version' => '1.27.3.0',
    67         'path'    => $vendorDir . '/automattic/jetpack-sync/src/class-server.php'
     106        'version' => '1.28.1.0',
     107        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-server.php'
     108    ),
     109    'Automattic\\Jetpack\\Sync\\Simple_Codec' => array(
     110        'version' => '1.28.1.0',
     111        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-simple-codec.php'
     112    ),
     113    'Automattic\\Jetpack\\Sync\\Replicastore_Interface' => array(
     114        'version' => '1.28.1.0',
     115        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/interface-replicastore.php'
     116    ),
     117    'Automattic\\Jetpack\\Sync\\Defaults' => array(
     118        'version' => '1.28.1.0',
     119        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-defaults.php'
    68120    ),
    69121    'Automattic\\Jetpack\\Sync\\Queue_Buffer' => array(
    70         'version' => '1.27.3.0',
    71         'path'    => $vendorDir . '/automattic/jetpack-sync/src/class-queue-buffer.php'
     122        'version' => '1.28.1.0',
     123        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-queue-buffer.php'
     124    ),
     125    'Automattic\\Jetpack\\Sync\\Users' => array(
     126        'version' => '1.28.1.0',
     127        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-users.php'
     128    ),
     129    'Automattic\\Jetpack\\Sync\\Modules' => array(
     130        'version' => '1.28.1.0',
     131        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-modules.php'
     132    ),
     133    'Automattic\\Jetpack\\Sync\\Actions' => array(
     134        'version' => '1.28.1.0',
     135        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-actions.php'
     136    ),
     137    'Automattic\\Jetpack\\Sync\\Replicastore\\Table_Checksum' => array(
     138        'version' => '1.28.1.0',
     139        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum.php'
     140    ),
     141    'Automattic\\Jetpack\\Sync\\Replicastore\\Table_Checksum_Usermeta' => array(
     142        'version' => '1.28.1.0',
     143        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum-usermeta.php'
     144    ),
     145    'Automattic\\Jetpack\\Sync\\Replicastore\\Table_Checksum_Users' => array(
     146        'version' => '1.28.1.0',
     147        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/replicastore/class-table-checksum-users.php'
     148    ),
     149    'Automattic\\Jetpack\\Sync\\Health' => array(
     150        'version' => '1.28.1.0',
     151        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-health.php'
    72152    ),
    73153    'Automattic\\Jetpack\\Sync\\JSON_Deflate_Array_Codec' => array(
    74         'version' => '1.27.3.0',
    75         'path'    => $vendorDir . '/automattic/jetpack-sync/src/class-json-deflate-array-codec.php'
     154        'version' => '1.28.1.0',
     155        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-json-deflate-array-codec.php'
     156    ),
     157    'Automattic\\Jetpack\\Sync\\Main' => array(
     158        'version' => '1.28.1.0',
     159        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-main.php'
     160    ),
     161    'Automattic\\Jetpack\\Sync\\Modules\\Full_Sync_Immediately' => array(
     162        'version' => '1.28.1.0',
     163        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync-immediately.php'
     164    ),
     165    'Automattic\\Jetpack\\Sync\\Modules\\Themes' => array(
     166        'version' => '1.28.1.0',
     167        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-themes.php'
     168    ),
     169    'Automattic\\Jetpack\\Sync\\Modules\\Meta' => array(
     170        'version' => '1.28.1.0',
     171        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-meta.php'
     172    ),
     173    'Automattic\\Jetpack\\Sync\\Modules\\Posts' => array(
     174        'version' => '1.28.1.0',
     175        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-posts.php'
     176    ),
     177    'Automattic\\Jetpack\\Sync\\Modules\\Network_Options' => array(
     178        'version' => '1.28.1.0',
     179        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-network-options.php'
     180    ),
     181    'Automattic\\Jetpack\\Sync\\Modules\\Menus' => array(
     182        'version' => '1.28.1.0',
     183        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-menus.php'
     184    ),
     185    'Automattic\\Jetpack\\Sync\\Modules\\Attachments' => array(
     186        'version' => '1.28.1.0',
     187        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-attachments.php'
     188    ),
     189    'Automattic\\Jetpack\\Sync\\Modules\\WooCommerce' => array(
     190        'version' => '1.28.1.0',
     191        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-woocommerce.php'
     192    ),
     193    'Automattic\\Jetpack\\Sync\\Modules\\Import' => array(
     194        'version' => '1.28.1.0',
     195        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-import.php'
     196    ),
     197    'Automattic\\Jetpack\\Sync\\Modules\\Module' => array(
     198        'version' => '1.28.1.0',
     199        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-module.php'
     200    ),
     201    'Automattic\\Jetpack\\Sync\\Modules\\Constants' => array(
     202        'version' => '1.28.1.0',
     203        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-constants.php'
     204    ),
     205    'Automattic\\Jetpack\\Sync\\Modules\\Options' => array(
     206        'version' => '1.28.1.0',
     207        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-options.php'
     208    ),
     209    'Automattic\\Jetpack\\Sync\\Modules\\Plugins' => array(
     210        'version' => '1.28.1.0',
     211        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-plugins.php'
     212    ),
     213    'Automattic\\Jetpack\\Sync\\Modules\\Terms' => array(
     214        'version' => '1.28.1.0',
     215        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-terms.php'
     216    ),
     217    'Automattic\\Jetpack\\Sync\\Modules\\Users' => array(
     218        'version' => '1.28.1.0',
     219        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-users.php'
     220    ),
     221    'Automattic\\Jetpack\\Sync\\Modules\\Term_Relationships' => array(
     222        'version' => '1.28.1.0',
     223        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-term-relationships.php'
     224    ),
     225    'Automattic\\Jetpack\\Sync\\Modules\\Callables' => array(
     226        'version' => '1.28.1.0',
     227        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-callables.php'
     228    ),
     229    'Automattic\\Jetpack\\Sync\\Modules\\WP_Super_Cache' => array(
     230        'version' => '1.28.1.0',
     231        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-wp-super-cache.php'
     232    ),
     233    'Automattic\\Jetpack\\Sync\\Modules\\Stats' => array(
     234        'version' => '1.28.1.0',
     235        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-stats.php'
     236    ),
     237    'Automattic\\Jetpack\\Sync\\Modules\\Protect' => array(
     238        'version' => '1.28.1.0',
     239        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-protect.php'
     240    ),
     241    'Automattic\\Jetpack\\Sync\\Modules\\Full_Sync' => array(
     242        'version' => '1.28.1.0',
     243        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-full-sync.php'
     244    ),
     245    'Automattic\\Jetpack\\Sync\\Modules\\Updates' => array(
     246        'version' => '1.28.1.0',
     247        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-updates.php'
     248    ),
     249    'Automattic\\Jetpack\\Sync\\Modules\\Comments' => array(
     250        'version' => '1.28.1.0',
     251        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/modules/class-comments.php'
     252    ),
     253    'Automattic\\Jetpack\\Sync\\Package_Version' => array(
     254        'version' => '1.28.1.0',
     255        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-package-version.php'
     256    ),
     257    'Automattic\\Jetpack\\Sync\\Queue' => array(
     258        'version' => '1.28.1.0',
     259        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-queue.php'
     260    ),
     261    'Automattic\\Jetpack\\Sync\\Lock' => array(
     262        'version' => '1.28.1.0',
     263        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-lock.php'
     264    ),
     265    'Automattic\\Jetpack\\Sync\\Sender' => array(
     266        'version' => '1.28.1.0',
     267        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-sender.php'
     268    ),
     269    'Automattic\\Jetpack\\Sync\\REST_Endpoints' => array(
     270        'version' => '1.28.1.0',
     271        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-rest-endpoints.php'
    76272    ),
    77273    'Automattic\\Jetpack\\Sync\\Replicastore' => array(
    78         'version' => '1.27.3.0',
    79         'path'    => $vendorDir . '/automattic/jetpack-sync/src/class-replicastore.php'
    80     ),
    81     'Automattic\\Jetpack\\Sync\\Health' => array(
    82         'version' => '1.27.3.0',
    83         'path'    => $vendorDir . '/automattic/jetpack-sync/src/class-health.php'
    84     ),
    85     'Automattic\\Jetpack\\Sync\\Functions' => array(
    86         'version' => '1.27.3.0',
    87         'path'    => $vendorDir . '/automattic/jetpack-sync/src/class-functions.php'
    88     ),
    89     'Automattic\\Jetpack\\Sync\\Listener' => array(
    90         'version' => '1.27.3.0',
    91         'path'    => $vendorDir . '/automattic/jetpack-sync/src/class-listener.php'
    92     ),
    93     'Automattic\\Jetpack\\Sync\\REST_Endpoints' => array(
    94         'version' => '1.27.3.0',
    95         'path'    => $vendorDir . '/automattic/jetpack-sync/src/class-rest-endpoints.php'
    96     ),
    97     'Automattic\\Jetpack\\Sync\\Defaults' => array(
    98         'version' => '1.27.3.0',
    99         'path'    => $vendorDir . '/automattic/jetpack-sync/src/class-defaults.php'
    100     ),
    101     'Automattic\\Jetpack\\Sync\\REST_Sender' => array(
    102         'version' => '1.27.3.0',
    103         'path'    => $vendorDir . '/automattic/jetpack-sync/src/class-rest-sender.php'
    104     ),
    105     'Automattic\\Jetpack\\Sync\\Replicastore_Interface' => array(
    106         'version' => '1.27.3.0',
    107         'path'    => $vendorDir . '/automattic/jetpack-sync/src/interface-replicastore.php'
    108     ),
    109     'Automattic\\Jetpack\\Sync\\Lock' => array(
    110         'version' => '1.27.3.0',
    111         'path'    => $vendorDir . '/automattic/jetpack-sync/src/class-lock.php'
    112     ),
    113     'Automattic\\Jetpack\\Sync\\Replicastore\\Table_Checksum_Usermeta' => array(
    114         'version' => '1.27.3.0',
    115         'path'    => $vendorDir . '/automattic/jetpack-sync/src/replicastore/class-table-checksum-usermeta.php'
    116     ),
    117     'Automattic\\Jetpack\\Sync\\Replicastore\\Table_Checksum' => array(
    118         'version' => '1.27.3.0',
    119         'path'    => $vendorDir . '/automattic/jetpack-sync/src/replicastore/class-table-checksum.php'
    120     ),
    121     'Automattic\\Jetpack\\Sync\\Replicastore\\Table_Checksum_Users' => array(
    122         'version' => '1.27.3.0',
    123         'path'    => $vendorDir . '/automattic/jetpack-sync/src/replicastore/class-table-checksum-users.php'
     274        'version' => '1.28.1.0',
     275        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/class-replicastore.php'
    124276    ),
    125277    'Automattic\\Jetpack\\Sync\\Codec_Interface' => array(
    126         'version' => '1.27.3.0',
    127         'path'    => $vendorDir . '/automattic/jetpack-sync/src/interface-codec.php'
    128     ),
    129     'Automattic\\Jetpack\\Sync\\Queue' => array(
    130         'version' => '1.27.3.0',
    131         'path'    => $vendorDir . '/automattic/jetpack-sync/src/class-queue.php'
    132     ),
    133     'Automattic\\Jetpack\\Sync\\Main' => array(
    134         'version' => '1.27.3.0',
    135         'path'    => $vendorDir . '/automattic/jetpack-sync/src/class-main.php'
    136     ),
    137     'Automattic\\Jetpack\\Sync\\Settings' => array(
    138         'version' => '1.27.3.0',
    139         'path'    => $vendorDir . '/automattic/jetpack-sync/src/class-settings.php'
    140     ),
    141     'Automattic\\Jetpack\\Sync\\Sender' => array(
    142         'version' => '1.27.3.0',
    143         'path'    => $vendorDir . '/automattic/jetpack-sync/src/class-sender.php'
    144     ),
    145     'Automattic\\Jetpack\\Sync\\Actions' => array(
    146         'version' => '1.27.3.0',
    147         'path'    => $vendorDir . '/automattic/jetpack-sync/src/class-actions.php'
    148     ),
    149     'Automattic\\Jetpack\\Sync\\Modules' => array(
    150         'version' => '1.27.3.0',
    151         'path'    => $vendorDir . '/automattic/jetpack-sync/src/class-modules.php'
    152     ),
    153     'Automattic\\Jetpack\\Sync\\Users' => array(
    154         'version' => '1.27.3.0',
    155         'path'    => $vendorDir . '/automattic/jetpack-sync/src/class-users.php'
    156     ),
    157     'Automattic\\Jetpack\\Sync\\Package_Version' => array(
    158         'version' => '1.27.3.0',
    159         'path'    => $vendorDir . '/automattic/jetpack-sync/src/class-package-version.php'
    160     ),
    161     'Automattic\\Jetpack\\Sync\\Modules\\Comments' => array(
    162         'version' => '1.27.3.0',
    163         'path'    => $vendorDir . '/automattic/jetpack-sync/src/modules/class-comments.php'
    164     ),
    165     'Automattic\\Jetpack\\Sync\\Modules\\Import' => array(
    166         'version' => '1.27.3.0',
    167         'path'    => $vendorDir . '/automattic/jetpack-sync/src/modules/class-import.php'
    168     ),
    169     'Automattic\\Jetpack\\Sync\\Modules\\Posts' => array(
    170         'version' => '1.27.3.0',
    171         'path'    => $vendorDir . '/automattic/jetpack-sync/src/modules/class-posts.php'
    172     ),
    173     'Automattic\\Jetpack\\Sync\\Modules\\Protect' => array(
    174         'version' => '1.27.3.0',
    175         'path'    => $vendorDir . '/automattic/jetpack-sync/src/modules/class-protect.php'
    176     ),
    177     'Automattic\\Jetpack\\Sync\\Modules\\WooCommerce' => array(
    178         'version' => '1.27.3.0',
    179         'path'    => $vendorDir . '/automattic/jetpack-sync/src/modules/class-woocommerce.php'
    180     ),
    181     'Automattic\\Jetpack\\Sync\\Modules\\Module' => array(
    182         'version' => '1.27.3.0',
    183         'path'    => $vendorDir . '/automattic/jetpack-sync/src/modules/class-module.php'
    184     ),
    185     'Automattic\\Jetpack\\Sync\\Modules\\Menus' => array(
    186         'version' => '1.27.3.0',
    187         'path'    => $vendorDir . '/automattic/jetpack-sync/src/modules/class-menus.php'
    188     ),
    189     'Automattic\\Jetpack\\Sync\\Modules\\Term_Relationships' => array(
    190         'version' => '1.27.3.0',
    191         'path'    => $vendorDir . '/automattic/jetpack-sync/src/modules/class-term-relationships.php'
    192     ),
    193     'Automattic\\Jetpack\\Sync\\Modules\\Meta' => array(
    194         'version' => '1.27.3.0',
    195         'path'    => $vendorDir . '/automattic/jetpack-sync/src/modules/class-meta.php'
    196     ),
    197     'Automattic\\Jetpack\\Sync\\Modules\\Plugins' => array(
    198         'version' => '1.27.3.0',
    199         'path'    => $vendorDir . '/automattic/jetpack-sync/src/modules/class-plugins.php'
    200     ),
    201     'Automattic\\Jetpack\\Sync\\Modules\\Stats' => array(
    202         'version' => '1.27.3.0',
    203         'path'    => $vendorDir . '/automattic/jetpack-sync/src/modules/class-stats.php'
    204     ),
    205     'Automattic\\Jetpack\\Sync\\Modules\\Users' => array(
    206         'version' => '1.27.3.0',
    207         'path'    => $vendorDir . '/automattic/jetpack-sync/src/modules/class-users.php'
    208     ),
    209     'Automattic\\Jetpack\\Sync\\Modules\\Full_Sync' => array(
    210         'version' => '1.27.3.0',
    211         'path'    => $vendorDir . '/automattic/jetpack-sync/src/modules/class-full-sync.php'
    212     ),
    213     'Automattic\\Jetpack\\Sync\\Modules\\Attachments' => array(
    214         'version' => '1.27.3.0',
    215         'path'    => $vendorDir . '/automattic/jetpack-sync/src/modules/class-attachments.php'
    216     ),
    217     'Automattic\\Jetpack\\Sync\\Modules\\Callables' => array(
    218         'version' => '1.27.3.0',
    219         'path'    => $vendorDir . '/automattic/jetpack-sync/src/modules/class-callables.php'
    220     ),
    221     'Automattic\\Jetpack\\Sync\\Modules\\Updates' => array(
    222         'version' => '1.27.3.0',
    223         'path'    => $vendorDir . '/automattic/jetpack-sync/src/modules/class-updates.php'
    224     ),
    225     'Automattic\\Jetpack\\Sync\\Modules\\Constants' => array(
    226         'version' => '1.27.3.0',
    227         'path'    => $vendorDir . '/automattic/jetpack-sync/src/modules/class-constants.php'
    228     ),
    229     'Automattic\\Jetpack\\Sync\\Modules\\Themes' => array(
    230         'version' => '1.27.3.0',
    231         'path'    => $vendorDir . '/automattic/jetpack-sync/src/modules/class-themes.php'
    232     ),
    233     'Automattic\\Jetpack\\Sync\\Modules\\Full_Sync_Immediately' => array(
    234         'version' => '1.27.3.0',
    235         'path'    => $vendorDir . '/automattic/jetpack-sync/src/modules/class-full-sync-immediately.php'
    236     ),
    237     'Automattic\\Jetpack\\Sync\\Modules\\Options' => array(
    238         'version' => '1.27.3.0',
    239         'path'    => $vendorDir . '/automattic/jetpack-sync/src/modules/class-options.php'
    240     ),
    241     'Automattic\\Jetpack\\Sync\\Modules\\Terms' => array(
    242         'version' => '1.27.3.0',
    243         'path'    => $vendorDir . '/automattic/jetpack-sync/src/modules/class-terms.php'
    244     ),
    245     'Automattic\\Jetpack\\Sync\\Modules\\WP_Super_Cache' => array(
    246         'version' => '1.27.3.0',
    247         'path'    => $vendorDir . '/automattic/jetpack-sync/src/modules/class-wp-super-cache.php'
    248     ),
    249     'Automattic\\Jetpack\\Sync\\Modules\\Network_Options' => array(
    250         'version' => '1.27.3.0',
    251         'path'    => $vendorDir . '/automattic/jetpack-sync/src/modules/class-network-options.php'
    252     ),
    253     'Automattic\\Jetpack\\Sync\\Simple_Codec' => array(
    254         'version' => '1.27.3.0',
    255         'path'    => $vendorDir . '/automattic/jetpack-sync/src/class-simple-codec.php'
    256     ),
    257     'Automattic\\Jetpack\\Sync\\Utils' => array(
    258         'version' => '1.27.3.0',
    259         'path'    => $vendorDir . '/automattic/jetpack-sync/src/class-utils.php'
    260     ),
    261     'Automattic\\Jetpack\\Device_Detection' => array(
    262         'version' => '1.4.9.0',
    263         'path'    => $vendorDir . '/automattic/jetpack-device-detection/src/class-device-detection.php'
    264     ),
    265     'Automattic\\Jetpack\\Device_Detection\\User_Agent_Info' => array(
    266         'version' => '1.4.9.0',
    267         'path'    => $vendorDir . '/automattic/jetpack-device-detection/src/class-user-agent-info.php'
     278        'version' => '1.28.1.0',
     279        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-sync/src/interface-codec.php'
     280    ),
     281    'Automattic\\Jetpack\\Password_Checker' => array(
     282        'version' => '0.2.0.0',
     283        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-password-checker/src/class-password-checker.php'
     284    ),
     285    'Automattic\\Jetpack\\IdentityCrisis\\UI' => array(
     286        'version' => '0.6.2.0',
     287        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-ui.php'
     288    ),
     289    'Automattic\\Jetpack\\Identity_Crisis' => array(
     290        'version' => '0.6.2.0',
     291        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-identity-crisis.php'
    268292    ),
    269293    'Automattic\\Jetpack\\IdentityCrisis\\REST_Endpoints' => array(
    270         'version' => '0.4.2.0',
    271         'path'    => $vendorDir . '/automattic/jetpack-identity-crisis/src/class-rest-endpoints.php'
    272     ),
    273     'Automattic\\Jetpack\\Identity_Crisis' => array(
    274         'version' => '0.4.2.0',
    275         'path'    => $vendorDir . '/automattic/jetpack-identity-crisis/src/class-identity-crisis.php'
    276     ),
    277     'Automattic\\Jetpack\\Password_Checker' => array(
    278         'version' => '0.1.7.0',
    279         'path'    => $vendorDir . '/automattic/jetpack-password-checker/src/class-password-checker.php'
     294        'version' => '0.6.2.0',
     295        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-identity-crisis/src/class-rest-endpoints.php'
    280296    ),
    281297    'Automattic\\Jetpack\\Assets\\Logo' => array(
    282         'version' => '1.5.10.0',
    283         'path'    => $vendorDir . '/automattic/jetpack-logo/src/class-logo.php'
     298        'version' => '1.5.13.0',
     299        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-logo/src/class-logo.php'
     300    ),
     301    'Jetpack_IXR_Client' => array(
     302        'version' => '1.35.0.0',
     303        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-ixr-client.php'
     304    ),
     305    'Jetpack_IXR_ClientMulticall' => array(
     306        'version' => '1.35.0.0',
     307        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-ixr-clientmulticall.php'
     308    ),
     309    'Jetpack_Signature' => array(
     310        'version' => '1.35.0.0',
     311        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-signature.php'
    284312    ),
    285313    'Jetpack_XMLRPC_Server' => array(
    286         'version' => '1.30.13.0',
    287         'path'    => $vendorDir . '/automattic/jetpack-connection/legacy/class-jetpack-xmlrpc-server.php'
    288     ),
    289     'Jetpack_Signature' => array(
    290         'version' => '1.30.13.0',
    291         'path'    => $vendorDir . '/automattic/jetpack-connection/legacy/class-jetpack-signature.php'
    292     ),
    293     'Jetpack_IXR_Client' => array(
    294         'version' => '1.30.13.0',
    295         'path'    => $vendorDir . '/automattic/jetpack-connection/legacy/class-jetpack-ixr-client.php'
    296     ),
    297     'Jetpack_IXR_ClientMulticall' => array(
    298         'version' => '1.30.13.0',
    299         'path'    => $vendorDir . '/automattic/jetpack-connection/legacy/class-jetpack-ixr-clientmulticall.php'
     314        'version' => '1.35.0.0',
     315        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-xmlrpc-server.php'
     316    ),
     317    'Automattic\\Jetpack\\Connection\\Webhooks' => array(
     318        'version' => '1.35.0.0',
     319        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-webhooks.php'
     320    ),
     321    'Automattic\\Jetpack\\Connection\\Utils' => array(
     322        'version' => '1.35.0.0',
     323        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-utils.php'
     324    ),
     325    'Automattic\\Jetpack\\Connection\\Manager' => array(
     326        'version' => '1.35.0.0',
     327        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-manager.php'
     328    ),
     329    'Automattic\\Jetpack\\Connection\\XMLRPC_Connector' => array(
     330        'version' => '1.35.0.0',
     331        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-xmlrpc-connector.php'
     332    ),
     333    'Automattic\\Jetpack\\Connection\\Error_Handler' => array(
     334        'version' => '1.35.0.0',
     335        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-error-handler.php'
     336    ),
     337    'Automattic\\Jetpack\\Connection\\Rest_Authentication' => array(
     338        'version' => '1.35.0.0',
     339        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-rest-authentication.php'
     340    ),
     341    'Automattic\\Jetpack\\Connection\\Urls' => array(
     342        'version' => '1.35.0.0',
     343        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-urls.php'
     344    ),
     345    'Automattic\\Jetpack\\Connection\\Tokens' => array(
     346        'version' => '1.35.0.0',
     347        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-tokens.php'
     348    ),
     349    'Automattic\\Jetpack\\Connection\\Client' => array(
     350        'version' => '1.35.0.0',
     351        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-client.php'
     352    ),
     353    'Automattic\\Jetpack\\Connection\\Server_Sandbox' => array(
     354        'version' => '1.35.0.0',
     355        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-server-sandbox.php'
     356    ),
     357    'Automattic\\Jetpack\\Connection\\Plugin' => array(
     358        'version' => '1.35.0.0',
     359        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-plugin.php'
     360    ),
     361    'Automattic\\Jetpack\\Connection\\Secrets' => array(
     362        'version' => '1.35.0.0',
     363        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-secrets.php'
     364    ),
     365    'Automattic\\Jetpack\\Connection\\Manager_Interface' => array(
     366        'version' => '1.35.0.0',
     367        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/interface-manager.php'
     368    ),
     369    'Automattic\\Jetpack\\Connection\\Package_Version' => array(
     370        'version' => '1.35.0.0',
     371        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-package-version.php'
     372    ),
     373    'Automattic\\Jetpack\\Connection\\REST_Connector' => array(
     374        'version' => '1.35.0.0',
     375        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-rest-connector.php'
     376    ),
     377    'Automattic\\Jetpack\\Connection\\Package_Version_Tracker' => array(
     378        'version' => '1.35.0.0',
     379        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-package-version-tracker.php'
     380    ),
     381    'Automattic\\Jetpack\\Connection\\Plugin_Storage' => array(
     382        'version' => '1.35.0.0',
     383        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-plugin-storage.php'
    300384    ),
    301385    'Automattic\\Jetpack\\Connection\\Nonce_Handler' => array(
    302         'version' => '1.30.13.0',
    303         'path'    => $vendorDir . '/automattic/jetpack-connection/src/class-nonce-handler.php'
    304     ),
    305     'Automattic\\Jetpack\\Connection\\Package_Version_Tracker' => array(
    306         'version' => '1.30.13.0',
    307         'path'    => $vendorDir . '/automattic/jetpack-connection/src/class-package-version-tracker.php'
    308     ),
    309     'Automattic\\Jetpack\\Connection\\Secrets' => array(
    310         'version' => '1.30.13.0',
    311         'path'    => $vendorDir . '/automattic/jetpack-connection/src/class-secrets.php'
    312     ),
    313     'Automattic\\Jetpack\\Connection\\Error_Handler' => array(
    314         'version' => '1.30.13.0',
    315         'path'    => $vendorDir . '/automattic/jetpack-connection/src/class-error-handler.php'
    316     ),
    317     'Automattic\\Jetpack\\Connection\\Plugin_Storage' => array(
    318         'version' => '1.30.13.0',
    319         'path'    => $vendorDir . '/automattic/jetpack-connection/src/class-plugin-storage.php'
    320     ),
    321     'Automattic\\Jetpack\\Connection\\Tokens' => array(
    322         'version' => '1.30.13.0',
    323         'path'    => $vendorDir . '/automattic/jetpack-connection/src/class-tokens.php'
    324     ),
    325     'Automattic\\Jetpack\\Connection\\XMLRPC_Connector' => array(
    326         'version' => '1.30.13.0',
    327         'path'    => $vendorDir . '/automattic/jetpack-connection/src/class-xmlrpc-connector.php'
    328     ),
    329     'Automattic\\Jetpack\\Connection\\Plugin' => array(
    330         'version' => '1.30.13.0',
    331         'path'    => $vendorDir . '/automattic/jetpack-connection/src/class-plugin.php'
    332     ),
    333     'Automattic\\Jetpack\\Connection\\Client' => array(
    334         'version' => '1.30.13.0',
    335         'path'    => $vendorDir . '/automattic/jetpack-connection/src/class-client.php'
    336     ),
    337     'Automattic\\Jetpack\\Connection\\Webhooks' => array(
    338         'version' => '1.30.13.0',
    339         'path'    => $vendorDir . '/automattic/jetpack-connection/src/class-webhooks.php'
    340     ),
    341     'Automattic\\Jetpack\\Connection\\Urls' => array(
    342         'version' => '1.30.13.0',
    343         'path'    => $vendorDir . '/automattic/jetpack-connection/src/class-urls.php'
    344     ),
    345     'Automattic\\Jetpack\\Connection\\REST_Connector' => array(
    346         'version' => '1.30.13.0',
    347         'path'    => $vendorDir . '/automattic/jetpack-connection/src/class-rest-connector.php'
     386        'version' => '1.35.0.0',
     387        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-nonce-handler.php'
     388    ),
     389    'Automattic\\Jetpack\\Connection\\Initial_State' => array(
     390        'version' => '1.35.0.0',
     391        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-initial-state.php'
    348392    ),
    349393    'Automattic\\Jetpack\\Connection\\XMLRPC_Async_Call' => array(
    350         'version' => '1.30.13.0',
    351         'path'    => $vendorDir . '/automattic/jetpack-connection/src/class-xmlrpc-async-call.php'
    352     ),
    353     'Automattic\\Jetpack\\Connection\\Manager_Interface' => array(
    354         'version' => '1.30.13.0',
    355         'path'    => $vendorDir . '/automattic/jetpack-connection/src/interface-manager.php'
    356     ),
    357     'Automattic\\Jetpack\\Connection\\Server_Sandbox' => array(
    358         'version' => '1.30.13.0',
    359         'path'    => $vendorDir . '/automattic/jetpack-connection/src/class-server-sandbox.php'
    360     ),
    361     'Automattic\\Jetpack\\Connection\\Package_Version' => array(
    362         'version' => '1.30.13.0',
    363         'path'    => $vendorDir . '/automattic/jetpack-connection/src/class-package-version.php'
    364     ),
    365     'Automattic\\Jetpack\\Connection\\Rest_Authentication' => array(
    366         'version' => '1.30.13.0',
    367         'path'    => $vendorDir . '/automattic/jetpack-connection/src/class-rest-authentication.php'
    368     ),
    369     'Automattic\\Jetpack\\Connection\\Utils' => array(
    370         'version' => '1.30.13.0',
    371         'path'    => $vendorDir . '/automattic/jetpack-connection/src/class-utils.php'
    372     ),
    373     'Automattic\\Jetpack\\Connection\\Manager' => array(
    374         'version' => '1.30.13.0',
    375         'path'    => $vendorDir . '/automattic/jetpack-connection/src/class-manager.php'
     394        'version' => '1.35.0.0',
     395        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-connection/src/class-xmlrpc-async-call.php'
    376396    ),
    377397    'Automattic\\Jetpack\\Redirect' => array(
    378         'version' => '1.7.6.0',
    379         'path'    => $vendorDir . '/automattic/jetpack-redirect/src/class-redirect.php'
     398        'version' => '1.7.9.0',
     399        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-redirect/src/class-redirect.php'
    380400    ),
    381401    'Automattic\\Jetpack\\Heartbeat' => array(
    382         'version' => '1.3.13.0',
    383         'path'    => $vendorDir . '/automattic/jetpack-heartbeat/src/class-heartbeat.php'
     402        'version' => '1.4.0.0',
     403        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-heartbeat/src/class-heartbeat.php'
    384404    ),
    385405    'Automattic\\Jetpack\\Roles' => array(
    386         'version' => '1.4.10.0',
    387         'path'    => $vendorDir . '/automattic/jetpack-roles/src/class-roles.php'
     406        'version' => '1.4.13.0',
     407        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-roles/src/class-roles.php'
    388408    ),
    389409    'Jetpack_Tracks_Event' => array(
    390         'version' => '1.13.16.0',
    391         'path'    => $vendorDir . '/automattic/jetpack-tracking/legacy/class-jetpack-tracks-event.php'
     410        'version' => '1.14.0.0',
     411        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-tracking/legacy/class-jetpack-tracks-event.php'
    392412    ),
    393413    'Jetpack_Tracks_Client' => array(
    394         'version' => '1.13.16.0',
    395         'path'    => $vendorDir . '/automattic/jetpack-tracking/legacy/class-jetpack-tracks-client.php'
     414        'version' => '1.14.0.0',
     415        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-tracking/legacy/class-jetpack-tracks-client.php'
    396416    ),
    397417    'Automattic\\Jetpack\\Tracking' => array(
    398         'version' => '1.13.16.0',
    399         'path'    => $vendorDir . '/automattic/jetpack-tracking/src/class-tracking.php'
     418        'version' => '1.14.0.0',
     419        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-tracking/src/class-tracking.php'
    400420    ),
    401421    'Automattic\\Jetpack\\Assets' => array(
    402         'version' => '1.13.0.0',
    403         'path'    => $vendorDir . '/automattic/jetpack-assets/src/class-assets.php'
     422        'version' => '1.16.1.0',
     423        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-assets/src/class-assets.php'
     424    ),
     425    'Automattic\\Jetpack\\Assets\\Semver' => array(
     426        'version' => '1.16.1.0',
     427        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-assets/src/class-semver.php'
    404428    ),
    405429    'Automattic\\Jetpack\\A8c_Mc_Stats' => array(
    406         'version' => '1.4.9.0',
    407         'path'    => $vendorDir . '/automattic/jetpack-a8c-mc-stats/src/class-a8c-mc-stats.php'
     430        'version' => '1.4.11.0',
     431        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-a8c-mc-stats/src/class-a8c-mc-stats.php'
    408432    ),
    409433    'Automattic\\Jetpack\\Terms_Of_Service' => array(
    410         'version' => '1.9.14.0',
    411         'path'    => $vendorDir . '/automattic/jetpack-terms-of-service/src/class-terms-of-service.php'
     434        'version' => '1.9.18.0',
     435        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-terms-of-service/src/class-terms-of-service.php'
    412436    ),
    413437    'Automattic\\Jetpack\\Status\\Host' => array(
    414         'version' => '1.9.2.0',
    415         'path'    => $vendorDir . '/automattic/jetpack-status/src/class-host.php'
     438        'version' => '1.9.5.0',
     439        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-host.php'
    416440    ),
    417441    'Automattic\\Jetpack\\Status' => array(
    418         'version' => '1.9.2.0',
    419         'path'    => $vendorDir . '/automattic/jetpack-status/src/class-status.php'
     442        'version' => '1.9.5.0',
     443        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-status/src/class-status.php'
    420444    ),
    421445    'Jetpack_Options' => array(
    422         'version' => '1.13.5.0',
    423         'path'    => $vendorDir . '/automattic/jetpack-options/legacy/class-jetpack-options.php'
     446        'version' => '1.14.2.0',
     447        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-options/legacy/class-jetpack-options.php'
    424448    ),
    425449    'Automattic\\Jetpack\\Constants' => array(
    426         'version' => '1.6.12.0',
    427         'path'    => $vendorDir . '/automattic/jetpack-constants/src/class-constants.php'
     450        'version' => '1.6.14.0',
     451        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-constants/src/class-constants.php'
    428452    ),
    429453);
  • jetpack-backup/trunk/vendor/composer/jetpack_autoload_filemap.php

    r2633755 r2657802  
    77
    88return array(
     9    '3773ef3f09c37da5478d578e32b03a4b' => array(
     10        'version' => '1.16.1.0',
     11        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-assets/actions.php'
     12    ),
    913    'd4eb94df91a729802d18373ee8cdc79f' => array(
    10         'version' => '1.1.8.0',
    11         'path'    => $vendorDir . '/automattic/jetpack-backup/actions.php'
     14        'version' => '1.2.1.0',
     15        'path'    => $baseDir . '/jetpack_vendor/automattic/jetpack-backup/actions.php'
    1216    ),
    1317);
  • jetpack-backup/trunk/vendor/jetpack-autoloader/class-autoloader-handler.php

    r2633755 r2657802  
    66 */
    77
    8 namespace Automattic\Jetpack\Autoloader\jp9559eef123208b7d1b9c15b978567267_backupⓥ1_0_1;
     8namespace Automattic\Jetpack\Autoloader\jp9559eef123208b7d1b9c15b978567267_backupⓥ1_1_0_beta;
    99
    1010 // phpcs:ignore
  • jetpack-backup/trunk/vendor/jetpack-autoloader/class-autoloader-locator.php

    r2633755 r2657802  
    66 */
    77
    8 namespace Automattic\Jetpack\Autoloader\jp9559eef123208b7d1b9c15b978567267_backupⓥ1_0_1;
     8namespace Automattic\Jetpack\Autoloader\jp9559eef123208b7d1b9c15b978567267_backupⓥ1_1_0_beta;
    99
    1010 // phpcs:ignore
  • jetpack-backup/trunk/vendor/jetpack-autoloader/class-autoloader.php

    r2633755 r2657802  
    66 */
    77
    8 namespace Automattic\Jetpack\Autoloader\jp9559eef123208b7d1b9c15b978567267_backupⓥ1_0_1;
     8namespace Automattic\Jetpack\Autoloader\jp9559eef123208b7d1b9c15b978567267_backupⓥ1_1_0_beta;
    99
    1010 // phpcs:ignore
  • jetpack-backup/trunk/vendor/jetpack-autoloader/class-container.php

    r2633755 r2657802  
    66 */
    77
    8 namespace Automattic\Jetpack\Autoloader\jp9559eef123208b7d1b9c15b978567267_backupⓥ1_0_1;
     8namespace Automattic\Jetpack\Autoloader\jp9559eef123208b7d1b9c15b978567267_backupⓥ1_1_0_beta;
    99
    1010 // phpcs:ignore
  • jetpack-backup/trunk/vendor/jetpack-autoloader/class-hook-manager.php

    r2633755 r2657802  
    66 */
    77
    8 namespace Automattic\Jetpack\Autoloader\jp9559eef123208b7d1b9c15b978567267_backupⓥ1_0_1;
     8namespace Automattic\Jetpack\Autoloader\jp9559eef123208b7d1b9c15b978567267_backupⓥ1_1_0_beta;
    99
    1010 // phpcs:ignore
  • jetpack-backup/trunk/vendor/jetpack-autoloader/class-latest-autoloader-guard.php

    r2633755 r2657802  
    66 */
    77
    8 namespace Automattic\Jetpack\Autoloader\jp9559eef123208b7d1b9c15b978567267_backupⓥ1_0_1;
     8namespace Automattic\Jetpack\Autoloader\jp9559eef123208b7d1b9c15b978567267_backupⓥ1_1_0_beta;
    99
    1010 // phpcs:ignore
  • jetpack-backup/trunk/vendor/jetpack-autoloader/class-manifest-reader.php

    r2633755 r2657802  
    66 */
    77
    8 namespace Automattic\Jetpack\Autoloader\jp9559eef123208b7d1b9c15b978567267_backupⓥ1_0_1;
     8namespace Automattic\Jetpack\Autoloader\jp9559eef123208b7d1b9c15b978567267_backupⓥ1_1_0_beta;
    99
    1010 // phpcs:ignore
  • jetpack-backup/trunk/vendor/jetpack-autoloader/class-path-processor.php

    r2633755 r2657802  
    66 */
    77
    8 namespace Automattic\Jetpack\Autoloader\jp9559eef123208b7d1b9c15b978567267_backupⓥ1_0_1;
     8namespace Automattic\Jetpack\Autoloader\jp9559eef123208b7d1b9c15b978567267_backupⓥ1_1_0_beta;
    99
    1010 // phpcs:ignore
  • jetpack-backup/trunk/vendor/jetpack-autoloader/class-php-autoloader.php

    r2633755 r2657802  
    66 */
    77
    8 namespace Automattic\Jetpack\Autoloader\jp9559eef123208b7d1b9c15b978567267_backupⓥ1_0_1;
     8namespace Automattic\Jetpack\Autoloader\jp9559eef123208b7d1b9c15b978567267_backupⓥ1_1_0_beta;
    99
    1010 // phpcs:ignore
  • jetpack-backup/trunk/vendor/jetpack-autoloader/class-plugin-locator.php

    r2633755 r2657802  
    66 */
    77
    8 namespace Automattic\Jetpack\Autoloader\jp9559eef123208b7d1b9c15b978567267_backupⓥ1_0_1;
     8namespace Automattic\Jetpack\Autoloader\jp9559eef123208b7d1b9c15b978567267_backupⓥ1_1_0_beta;
    99
    1010 // phpcs:ignore
  • jetpack-backup/trunk/vendor/jetpack-autoloader/class-plugins-handler.php

    r2633755 r2657802  
    66 */
    77
    8 namespace Automattic\Jetpack\Autoloader\jp9559eef123208b7d1b9c15b978567267_backupⓥ1_0_1;
     8namespace Automattic\Jetpack\Autoloader\jp9559eef123208b7d1b9c15b978567267_backupⓥ1_1_0_beta;
    99
    1010 // phpcs:ignore
  • jetpack-backup/trunk/vendor/jetpack-autoloader/class-shutdown-handler.php

    r2633755 r2657802  
    66 */
    77
    8 namespace Automattic\Jetpack\Autoloader\jp9559eef123208b7d1b9c15b978567267_backupⓥ1_0_1;
     8namespace Automattic\Jetpack\Autoloader\jp9559eef123208b7d1b9c15b978567267_backupⓥ1_1_0_beta;
    99
    1010 // phpcs:ignore
  • jetpack-backup/trunk/vendor/jetpack-autoloader/class-version-loader.php

    r2633755 r2657802  
    66 */
    77
    8 namespace Automattic\Jetpack\Autoloader\jp9559eef123208b7d1b9c15b978567267_backupⓥ1_0_1;
     8namespace Automattic\Jetpack\Autoloader\jp9559eef123208b7d1b9c15b978567267_backupⓥ1_1_0_beta;
    99
    1010 // phpcs:ignore
  • jetpack-backup/trunk/vendor/jetpack-autoloader/class-version-selector.php

    r2633755 r2657802  
    66 */
    77
    8 namespace Automattic\Jetpack\Autoloader\jp9559eef123208b7d1b9c15b978567267_backupⓥ1_0_1;
     8namespace Automattic\Jetpack\Autoloader\jp9559eef123208b7d1b9c15b978567267_backupⓥ1_1_0_beta;
    99
    1010 // phpcs:ignore
Note: See TracChangeset for help on using the changeset viewer.