diff --git a/wp-content/plugins/openlab-attributions/.github/workflows/package-zip.yml b/wp-content/plugins/openlab-attributions/.github/workflows/package-zip.yml deleted file mode 100644 index fb6e3c4ab1..0000000000 --- a/wp-content/plugins/openlab-attributions/.github/workflows/package-zip.yml +++ /dev/null @@ -1,40 +0,0 @@ -name: Packaging a release + zip - -on: - push: - tags: - - '*' - -jobs: - build: - runs-on: ubuntu-latest - - strategy: - matrix: - node-version: [16.x] - - steps: - - uses: actions/checkout@v3 - - - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 - with: - node-version: ${{ matrix.node-version }} - - - name: Build - run: | - npm install - npm run build - - - name: Zip - uses: thedoctor0/zip-release@main - with: - type: 'zip' - filename: 'openlab-attributions.zip' - exclusions: '*.git* /*node_modules/* vendor composer.* package.json package-lock.json phpcs.xml.dist' - - - name: Upload Release - uses: ncipollo/release-action@v1 - with: - artifacts: "openlab-attributions.zip" - token: ${{ secrets.GITHUB_TOKEN }} diff --git a/wp-content/plugins/openlab-attributions/.github/workflows/phpcs.yml b/wp-content/plugins/openlab-attributions/.github/workflows/phpcs.yml deleted file mode 100644 index ced0fbd3fe..0000000000 --- a/wp-content/plugins/openlab-attributions/.github/workflows/phpcs.yml +++ /dev/null @@ -1,41 +0,0 @@ -name: Coding Standards - -on: - push: - paths: - - '**.php' - branches: - - main - - '2.*' - pull_request: - -jobs: - phpcs: - name: PHP coding standards - runs-on: ubuntu-latest - - steps: - - name: Checkout repository - uses: actions/checkout@v2 - - - name: Setup PHP - uses: shivammathur/setup-php@v2 - with: - php-version: '7.3' - coverage: none - tools: composer, cs2pr - - - name: Get composer cache directory - id: composer-cache - run: echo "::set-output name=dir::$(composer config cache-files-dir)" - - uses: actions/cache@v2 - with: - path: ${{ steps.composer-cache.outputs.dir }} - key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }} - restore-keys: ${{ runner.os }}-composer- - - - name: Install Composer dependencies - run: composer install --no-progress --prefer-dist --no-interaction - - - name: Run PHPCS - run: vendor/bin/phpcs -q -n --report=checkstyle | cs2pr diff --git a/wp-content/plugins/openlab-attributions/.gitignore b/wp-content/plugins/openlab-attributions/.gitignore deleted file mode 100644 index 4f8c1589b8..0000000000 --- a/wp-content/plugins/openlab-attributions/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -/vendor/ -/node_modules/ -/build/ -yarn.lock diff --git a/wp-content/plugins/openlab-attributions/build/css/editor.css b/wp-content/plugins/openlab-attributions/build/css/editor.css index ec094a030c..5eca88793d 100644 --- a/wp-content/plugins/openlab-attributions/build/css/editor.css +++ b/wp-content/plugins/openlab-attributions/build/css/editor.css @@ -1,3 +1,3 @@ -.tippy-box{background:#e2e4e7;border:2px solid #0073aa;color:#333;font-size:.9rem;padding:.5rem;text-align:initial}.tippy-box[x-placement^=right] [x-arrow]{border-bottom:9px solid transparent;border-right:9px solid #0073aa;border-top:9px solid transparent;left:-9px}.tippy-box[x-placement^=left] [x-arrow]{border-bottom:9px solid transparent;border-left:9px solid #0073aa;border-top:9px solid transparent;right:-9px}.component-attributions-modal .form-row{display:flex;flex-wrap:wrap;margin-bottom:15px;margin-left:-5px;margin-right:-5px}.component-attributions-modal .form-row>.col{box-sizing:border-box;flex:0 0 100%;max-width:100%;padding-left:5px;padding-right:5px}.component-attributions-modal .form-row>.col.mb15{margin-bottom:15px}.component-attributions-modal .form-row>.col p{margin:0 0 5px}.component-attributions-modal .form-group{display:flex;flex:0 0 auto;flex-direction:column;flex-wrap:wrap;margin-bottom:1rem}.component-attributions-modal .form-group label{align-items:center;display:inline-flex;font-weight:400;margin-bottom:.5rem}.component-attributions-modal .inline label{font-weight:400;margin-bottom:.5rem}.component-attributions-modal .inline input{width:100%}.component-attributions-modal .form-control{display:block;font-size:1rem;font-weight:400;line-height:1.5;padding:3px 5px}.component-attributions-modal .form-control:required{border-color:#cc1818;box-shadow:0 0 0 1px #cc1818}.component-attributions-modal textarea.form-control{height:auto}.component-attributions-modal select.form-control{max-width:100%;width:100%}.component-attributions-modal .component-help-button{color:#0073aa;padding:0 0 0 5px}.component-attributions-modal .form-control__help{color:#cc1818;font-size:12px;font-weight:400;margin-bottom:0;margin-top:4px}.component-attributions-modal .component-modal__footer{align-items:center;background:#fff;border-bottom:1px solid #e2e4e7;box-sizing:border-box;display:flex;flex-direction:row;height:56px;justify-content:flex-end;margin:0 -24px 12px;padding:0 24px}.component-attributions-modal .component-modal__footer .is-link{margin-right:6px}.component-attributions-modal .attribution-preview__title{display:inline-block;font-weight:600;margin-bottom:.5rem}.component-attributions-modal .attribution-preview__body{border:1px solid #e2e4e7;box-shadow:0 0 0 transparent;margin-bottom:1em;min-height:18px;padding:6px 8px;transition:box-shadow .1s linear}.component-attributions-modal .attribution-preview__notice{margin:0}.component-attributions-modal .attribution-preview__notice .components-button{display:block;margin-top:4px}.component-attributions-modal .attribution-plugin{background-color:#e2e4e7;padding:6px 8px}.component-attributions-list li>div{align-items:center;display:flex;justify-content:space-between}.component-attributions-list .components-toolbar{border:none}.flexible-modal{border:1px solid #ddd!important;box-shadow:0 6px 30px rgba(0,0,0,.2);max-width:100%;position:fixed!important;transform:translateX(-50%);z-index:99999!important}@media (max-width:991px){.flexible-modal{height:100%!important;top:172px!important}}.flexible-modal-drag-area{background:#fff!important;border-bottom:1px solid #ddd;color:#000;cursor:move;height:60px!important;left:0;max-width:100%;z-index:2}.flexible-modal-drag-area-bottom,.flexible-modal-drag-area-left,.flexible-modal-drag-area-right{display:none;height:0!important}.flexible-modal .header{align-items:center;display:flex;flex-flow:row wrap;height:60px;justify-content:space-between;padding:0 32px;z-index:2}.flexible-modal .header button,.flexible-modal .header h3{position:relative;z-index:3}.flexible-modal .header h3{color:#1d2327;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:1rem;font-weight:600;line-height:1;margin:0}.flexible-modal .header button{background-color:transparent;border:0;color:#1e1e1e;cursor:pointer;justify-content:center;min-width:36px;padding:0;position:relative}.flexible-modal-resizer{display:none}.flexible-modal .body{background-color:#fff;height:536px;overflow-x:hidden;overflow-y:auto;padding:32px}@media (max-width:991px){.flexible-modal .body{height:calc(100% - 232px)}}#adaptedFromHeading{align-items:center;display:flex;flex-flow:row wrap;line-height:1;margin-top:0}#adaptedFromHeading:hover{cursor:pointer} +.tippy-box{background:#e2e4e7;border:2px solid #0073aa;color:#333;font-size:.9rem;padding:.5rem;text-align:initial}.tippy-box[x-placement^=right] [x-arrow]{border-bottom:9px solid transparent;border-right:9px solid #0073aa;border-top:9px solid transparent;left:-9px}.tippy-box[x-placement^=left] [x-arrow]{border-bottom:9px solid transparent;border-left:9px solid #0073aa;border-top:9px solid transparent;right:-9px}.component-attributions-modal .form-row{display:flex;flex-wrap:wrap;margin-bottom:15px;margin-left:-5px;margin-right:-5px}.component-attributions-modal .form-row>.col{box-sizing:border-box;flex:0 0 100%;max-width:100%;padding-left:5px;padding-right:5px}.component-attributions-modal .form-row>.col.mb15{margin-bottom:15px}.component-attributions-modal .form-row>.col p{margin:0 0 5px}.component-attributions-modal .form-group{display:flex;flex:0 0 auto;flex-direction:column;flex-wrap:wrap;margin-bottom:1rem}.component-attributions-modal .form-group label{align-items:center;display:inline-flex;font-weight:400;margin-bottom:.5rem}.component-attributions-modal .inline label{font-weight:400;margin-bottom:.5rem}.component-attributions-modal .inline input{width:100%}.component-attributions-modal .form-control{display:block;font-size:1rem;font-weight:400;line-height:1.5;padding:3px 5px}.component-attributions-modal .form-control:required{border-color:#cc1818;box-shadow:0 0 0 1px #cc1818}.component-attributions-modal textarea.form-control{height:auto}.component-attributions-modal select.form-control{max-width:100%;width:100%}.component-attributions-modal .component-help-button{color:#0073aa;padding:0 0 0 5px}.component-attributions-modal .form-control__help{color:#cc1818;font-size:12px;font-weight:400;margin-bottom:0;margin-top:4px}.component-attributions-modal .component-modal__footer{align-items:center;background:#fff;border-bottom:1px solid #e2e4e7;box-sizing:border-box;display:flex;flex-direction:row;height:56px;justify-content:flex-end;margin:0 -24px 12px;padding:0 24px}.component-attributions-modal .component-modal__footer .is-link{margin-right:6px}.component-attributions-modal .attribution-preview__title{display:inline-block;font-weight:600;margin-bottom:.5rem}.component-attributions-modal .attribution-preview__body{border:1px solid #e2e4e7;box-shadow:0 0 0 transparent;margin-bottom:1em;min-height:18px;padding:6px 8px;transition:box-shadow .1s linear}.component-attributions-modal .attribution-preview__notice{margin:0}.component-attributions-modal .attribution-preview__notice .components-button{display:block;margin-top:4px}.component-attributions-modal .attribution-plugin{background-color:#f6f7f7;padding:6px 8px}.component-attributions-list li>div{align-items:center;display:flex;justify-content:space-between}.component-attributions-list .components-toolbar{border:none}.flexible-modal{border:1px solid #ddd!important;box-shadow:0 6px 30px rgba(0,0,0,.2);max-width:100%;position:fixed!important;transform:translateX(-50%);z-index:99999!important}@media (max-width:991px){.flexible-modal{height:100%!important;top:172px!important}}.flexible-modal-drag-area{background:#fff!important;border-bottom:1px solid #ddd;color:#000;cursor:move;height:60px!important;left:0;max-width:100%;z-index:2}.flexible-modal-drag-area-bottom,.flexible-modal-drag-area-left,.flexible-modal-drag-area-right{display:none;height:0!important}.flexible-modal .header{align-items:center;display:flex;flex-flow:row wrap;height:60px;justify-content:space-between;padding:0 32px;z-index:2}.flexible-modal .header button,.flexible-modal .header h3{position:relative;z-index:3}.flexible-modal .header h3{color:#1d2327;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:1rem;font-weight:600;line-height:1;margin:0}.flexible-modal .header button{background-color:transparent;border:0;color:#1e1e1e;cursor:pointer;justify-content:center;min-width:36px;padding:0;position:relative}.flexible-modal-resizer{display:none}.flexible-modal .body{background-color:#fff;height:536px;overflow-x:hidden;overflow-y:auto;padding:32px}@media (max-width:991px){.flexible-modal .body{height:calc(100% - 232px)}}#adaptedFromHeading{align-items:center;display:flex;flex-flow:row wrap;line-height:1;margin-top:0}#adaptedFromHeading:hover{cursor:pointer} /*# sourceMappingURL=editor.css.map*/ \ No newline at end of file diff --git a/wp-content/plugins/openlab-attributions/build/css/editor.css.map b/wp-content/plugins/openlab-attributions/build/css/editor.css.map index 2a7d09a409..0431e74314 100644 --- a/wp-content/plugins/openlab-attributions/build/css/editor.css.map +++ b/wp-content/plugins/openlab-attributions/build/css/editor.css.map @@ -1 +1 @@ -{"version":3,"file":"css/editor.css","mappings":"AAAA,WAEC,mBACA,yBAFA,WAGA,gBACA,cACA,kBACD,CAEA,yCAGC,oCAFA,+BACA,iCAEA,SACD,CAEA,wCAGC,oCAFA,8BACA,iCAEA,UACD,CAGC,wCACC,aACA,eAGA,mBADA,iBADA,iBAEF,CAEE,6CAKC,sBAJA,cACA,eAEA,iBADA,iBAEH,CAEG,kDACC,kBAAJ,CAGG,+CACC,cADJ,CAMC,0CACC,aACA,cACA,sBACA,eACA,kBAJF,CAME,gDAGC,mBADA,oBADA,gBAGA,mBAJH,CASE,4CACC,gBACA,mBAPH,CAUE,4CACC,UARH,CAYC,4CACC,cAEA,eACA,gBACA,gBAHA,eAPF,CAYE,qDACC,qBACA,4BAVH,CAcC,oDACC,WAZF,CAeC,kDAEC,eADA,UAZF,CAgBC,qDACC,cACA,iBAdF,CAiBC,kDACC,cACA,eACA,gBAEA,gBADA,cAdF,CAkBC,uDAOC,mBADA,gBAJA,gCADA,sBAEA,aACA,mBAIA,YAHA,yBAIA,oBACA,cAhBF,CAkBE,gEACC,gBAhBH,CAoBC,0DAEC,qBADA,gBAEA,mBAlBF,CAqBC,yDAKC,yBAFA,6BADA,kBAIA,gBALA,gBAGA,gCAjBF,CAsBC,2DACC,QApBF,CAsBE,8EACC,cACA,cApBH,CAwBC,kDACC,yBACA,eAtBF,CA2BC,oCAEC,mBADA,aAEA,6BAxBF,CA2BC,iDACC,WAzBF,CA6BA,gBAEC,gCAEA,qCAEA,eALA,yBAIA,2BAFA,uBAvBD,CA4BC,yBARD,gBAUE,sBADA,mBAxBA,CACF,CA2BC,0BAIC,0BACA,6BACA,WAHA,YAFA,sBACA,OAMA,eADA,SAxBF,CA2BE,gGAGC,aACA,kBA3BH,CA+BC,wBAGC,mBAFA,aACA,mBAGA,YADA,8BAEA,eACA,SA7BF,CA+BE,0DAEC,kBACA,SA7BH,CAgCE,2BAMC,cAJA,oHACA,eACA,gBACA,cAJA,QAzBH,CAiCE,+BAKC,6BACA,SAEA,cACA,eALA,uBADA,eAIA,UANA,iBAvBH,CAmCC,wBACC,YAjCF,CAoCC,sBAEC,sBACA,aAEA,kBADA,gBAHA,YA9BF,CAoCE,yBAPD,sBAQE,yBAjCD,CACF,CAqCA,oBAIC,mBAFA,aACA,mBAEA,cAJA,YA9BD,CAoCC,0BACC,cAlCF,C","sources":["webpack://openlab-attributions/./dist/scss/editor.scss"],"sourcesContent":[".tippy-box {\n\tcolor: #333;\n\tbackground: #e2e4e7;\n\tborder: 2px solid #0073aa;\n\tfont-size: 0.9rem;\n\tpadding: 0.5rem;\n\ttext-align: initial;\n}\n\n.tippy-box[x-placement^=\"right\"] [x-arrow] {\n\tborder-right: 9px solid #0073aa;\n\tborder-top: 9px solid transparent;\n\tborder-bottom: 9px solid transparent;\n\tleft: -9px;\n}\n\n.tippy-box[x-placement^=\"left\"] [x-arrow] {\n\tborder-left: 9px solid #0073aa;\n\tborder-top: 9px solid transparent;\n\tborder-bottom: 9px solid transparent;\n\tright: -9px;\n}\n\n.component-attributions-modal {\n\t.form-row {\n\t\tdisplay: flex;\n\t\tflex-wrap: wrap;\n\t\tmargin-right: -5px;\n\t\tmargin-left: -5px;\n\t\tmargin-bottom: 15px;\n\n\t\t> .col {\n\t\t\tflex: 0 0 100%;\n\t\t\tmax-width: 100%;\n\t\t\tpadding-right: 5px;\n\t\t\tpadding-left: 5px;\n\t\t\tbox-sizing: border-box;\n\n\t\t\t&.mb15 {\n\t\t\t\tmargin-bottom: 15px;\n\t\t\t}\n\n\t\t\tp {\n\t\t\t\tmargin: 0 0 5px 0;\n\t\t\t}\n\t\t}\n\t}\n\n\t.form-group {\n\t\tdisplay: flex;\n\t\tflex: 0 0 auto;\n\t\tflex-direction: column;\n\t\tflex-wrap: wrap;\n\t\tmargin-bottom: 1rem;\n\n\t\tlabel {\n\t\t\tfont-weight: 400;\n\t\t\tdisplay: inline-flex;\n\t\t\talign-items: center;\n\t\t\tmargin-bottom: 0.5rem;\n\t\t}\n\t}\n\n\t.inline {\n\t\tlabel {\n\t\t\tfont-weight: 400;\n\t\t\tmargin-bottom: 0.5rem;\n\t\t}\n\n\t\tinput {\n\t\t\twidth: 100%;\n\t\t}\n\t}\n\n\t.form-control {\n\t\tdisplay: block;\n\t\tpadding: 3px 5px;\n\t\tfont-size: 1rem;\n\t\tfont-weight: 400;\n\t\tline-height: 1.5;\n\n\t\t&:required {\n\t\t\tborder-color: #cc1818;\n\t\t\tbox-shadow: 0 0 0 1px #cc1818;\n\t\t}\n\t}\n\n\ttextarea.form-control {\n\t\theight: auto;\n\t}\n\n\tselect.form-control {\n\t\twidth: 100%;\n\t\tmax-width: 100%;\n\t}\n\n\t.component-help-button {\n\t\tcolor: #0073aa;\n\t\tpadding: 0 0 0 5px;\n\t}\n\n\t.form-control__help {\n\t\tcolor: #cc1818;\n\t\tfont-size: 12px;\n\t\tfont-weight: normal;\n\t\tmargin-top: 4px;\n\t\tmargin-bottom: 0;\n\t}\n\n\t.component-modal__footer {\n\t\tbox-sizing: border-box;\n\t\tborder-bottom: 1px solid #e2e4e7;\n\t\tdisplay: flex;\n\t\tflex-direction: row;\n\t\tjustify-content: flex-end;\n\t\tbackground: #fff;\n\t\talign-items: center;\n\t\theight: 56px;\n\t\tmargin: 0 -24px 12px;\n\t\tpadding: 0 24px;\n\n\t\t.is-link {\n\t\t\tmargin-right: 6px;\n\t\t}\n\t}\n\n\t.attribution-preview__title {\n\t\tfont-weight: 600;\n\t\tdisplay: inline-block;\n\t\tmargin-bottom: 0.5rem;\n\t}\n\n\t.attribution-preview__body {\n\t\tpadding: 6px 8px;\n\t\tmargin-bottom: 1em;\n\t\tbox-shadow: 0 0 0 transparent;\n\t\ttransition: box-shadow 0.1s linear;\n\t\tborder: 1px solid #e2e4e7;\n\t\tmin-height: 18px;\n\t}\n\n\t.attribution-preview__notice {\n\t\tmargin: 0;\n\n\t\t.components-button {\n\t\t\tdisplay: block;\n\t\t\tmargin-top: 4px;\n\t\t}\n\t}\n\n\t.attribution-plugin {\n\t\tbackground-color: #e2e4e7;\n\t\tpadding: 6px 8px;\n\t}\n}\n\n.component-attributions-list {\n\tli > div {\n\t\tdisplay: flex;\n\t\talign-items: center;\n\t\tjustify-content: space-between;\n\t}\n\n\t.components-toolbar {\n\t\tborder: none;\n\t}\n}\n\n.flexible-modal {\n\tposition: fixed !important;\n\tborder: 1px solid #ddd !important;\n\tz-index: 99999 !important;\n\tbox-shadow: 0 6px 30px rgba(0,0,0,.2);\n\ttransform: translateX(-50%);\n\tmax-width: 100%;\n\n\t@media(max-width: 991px) {\n\t\ttop: 172px !important;\n\t\theight: 100% !important;\n\t}\n\n\t&-drag-area {\n\t\theight: 60px !important;\n\t\tleft: 0;\n\t\tcursor: move;\n\t\tbackground: #fff !important;\n\t\tborder-bottom: 1px solid #ddd;\n\t\tcolor: #000;\n\t\tz-index: 2;\n\t\tmax-width: 100%;\n\n\t\t&-left,\n\t\t&-right,\n\t\t&-bottom {\n\t\t\tdisplay: none;\n\t\t\theight: 0 !important;\n\t\t}\n\t}\n\n\t.header {\n\t\tdisplay: flex;\n\t\tflex-flow: row wrap;\n\t\talign-items: center;\n\t\tjustify-content: space-between;\n\t\theight: 60px;\n\t\tpadding: 0 32px;\n\t\tz-index: 2;\n\n\t\th3,\n\t\tbutton {\n\t\t\tposition: relative;\n\t\t\tz-index: 3;\n\t\t}\n\n\t\th3 {\n\t\t\tmargin: 0;\n\t\t\tfont-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Oxygen-Sans, Ubuntu, Cantarell, \"Helvetica Neue\", sans-serif;\n\t\t\tfont-size: 1rem;\n\t\t\tfont-weight: 600;\n\t\t\tline-height: 1;\n\t\t\tcolor: #1d2327;\n\t\t}\n\n\t\tbutton {\n\t\t\tposition: relative;\n\t\t\tpadding: 6px;\n\t\t\tmin-width: 36px;\n\t\t\tjustify-content: center;\n\t\t\tbackground-color: transparent;\n\t\t\tborder: 0;\n\t\t\tpadding: 0;\n\t\t\tcolor: #1e1e1e;\n\t\t\tcursor: pointer;\n\t\t}\n\t}\n\n\t&-resizer {\n\t\tdisplay: none;\n\t}\n\n\t.body {\n\t\tpadding: 32px;\n\t\tbackground-color: #fff;\n\t\theight: 536px;\n\t\toverflow-y: auto;\n\t\toverflow-x: hidden;\n\n\t\t@media(max-width: 991px) {\n\t\t\theight: calc(100% - 60px - 172px);\n\t\t}\n\t}\n}\n\n#adaptedFromHeading {\n\tmargin-top: 0;\n\tdisplay: flex;\n\tflex-flow: row wrap;\n\talign-items: center;\n\tline-height: 1;\n\n\t&:hover {\n\t\tcursor: pointer;\n\t}\n}\n"],"names":[],"sourceRoot":""} \ No newline at end of file +{"version":3,"file":"css/editor.css","mappings":"AAAA,WAEC,mBACA,yBAFA,WAGA,gBACA,cACA,kBACD,CAEA,yCAGC,oCAFA,+BACA,iCAEA,SACD,CAEA,wCAGC,oCAFA,8BACA,iCAEA,UACD,CAGC,wCACC,aACA,eAGA,mBADA,iBADA,iBAEF,CAEE,6CAKC,sBAJA,cACA,eAEA,iBADA,iBAEH,CAEG,kDACC,kBAAJ,CAGG,+CACC,cADJ,CAMC,0CACC,aACA,cACA,sBACA,eACA,kBAJF,CAME,gDAGC,mBADA,oBADA,gBAGA,mBAJH,CASE,4CACC,gBACA,mBAPH,CAUE,4CACC,UARH,CAYC,4CACC,cAEA,eACA,gBACA,gBAHA,eAPF,CAYE,qDACC,qBACA,4BAVH,CAcC,oDACC,WAZF,CAeC,kDAEC,eADA,UAZF,CAgBC,qDACC,cACA,iBAdF,CAiBC,kDACC,cACA,eACA,gBAEA,gBADA,cAdF,CAkBC,uDAOC,mBADA,gBAJA,gCADA,sBAEA,aACA,mBAIA,YAHA,yBAIA,oBACA,cAhBF,CAkBE,gEACC,gBAhBH,CAoBC,0DAEC,qBADA,gBAEA,mBAlBF,CAqBC,yDAKC,yBAFA,6BADA,kBAIA,gBALA,gBAGA,gCAjBF,CAsBC,2DACC,QApBF,CAsBE,8EACC,cACA,cApBH,CAwBC,kDACC,yBACA,eAtBF,CA2BC,oCAEC,mBADA,aAEA,6BAxBF,CA2BC,iDACC,WAzBF,CA6BA,gBAEC,gCAEA,qCAEA,eALA,yBAIA,2BAFA,uBAvBD,CA4BC,yBARD,gBAUE,sBADA,mBAxBA,CACF,CA2BC,0BAIC,0BACA,6BACA,WAHA,YAFA,sBACA,OAMA,eADA,SAxBF,CA2BE,gGAGC,aACA,kBA3BH,CA+BC,wBAGC,mBAFA,aACA,mBAGA,YADA,8BAEA,eACA,SA7BF,CA+BE,0DAEC,kBACA,SA7BH,CAgCE,2BAMC,cAJA,oHACA,eACA,gBACA,cAJA,QAzBH,CAiCE,+BAKC,6BACA,SAEA,cACA,eALA,uBADA,eAIA,UANA,iBAvBH,CAmCC,wBACC,YAjCF,CAoCC,sBAEC,sBACA,aAEA,kBADA,gBAHA,YA9BF,CAoCE,yBAPD,sBAQE,yBAjCD,CACF,CAqCA,oBAIC,mBAFA,aACA,mBAEA,cAJA,YA9BD,CAoCC,0BACC,cAlCF,C","sources":["webpack://openlab-attributions/./editor.scss"],"sourcesContent":[".tippy-box {\n\tcolor: #333;\n\tbackground: #e2e4e7;\n\tborder: 2px solid #0073aa;\n\tfont-size: 0.9rem;\n\tpadding: 0.5rem;\n\ttext-align: initial;\n}\n\n.tippy-box[x-placement^=\"right\"] [x-arrow] {\n\tborder-right: 9px solid #0073aa;\n\tborder-top: 9px solid transparent;\n\tborder-bottom: 9px solid transparent;\n\tleft: -9px;\n}\n\n.tippy-box[x-placement^=\"left\"] [x-arrow] {\n\tborder-left: 9px solid #0073aa;\n\tborder-top: 9px solid transparent;\n\tborder-bottom: 9px solid transparent;\n\tright: -9px;\n}\n\n.component-attributions-modal {\n\t.form-row {\n\t\tdisplay: flex;\n\t\tflex-wrap: wrap;\n\t\tmargin-right: -5px;\n\t\tmargin-left: -5px;\n\t\tmargin-bottom: 15px;\n\n\t\t> .col {\n\t\t\tflex: 0 0 100%;\n\t\t\tmax-width: 100%;\n\t\t\tpadding-right: 5px;\n\t\t\tpadding-left: 5px;\n\t\t\tbox-sizing: border-box;\n\n\t\t\t&.mb15 {\n\t\t\t\tmargin-bottom: 15px;\n\t\t\t}\n\n\t\t\tp {\n\t\t\t\tmargin: 0 0 5px 0;\n\t\t\t}\n\t\t}\n\t}\n\n\t.form-group {\n\t\tdisplay: flex;\n\t\tflex: 0 0 auto;\n\t\tflex-direction: column;\n\t\tflex-wrap: wrap;\n\t\tmargin-bottom: 1rem;\n\n\t\tlabel {\n\t\t\tfont-weight: 400;\n\t\t\tdisplay: inline-flex;\n\t\t\talign-items: center;\n\t\t\tmargin-bottom: 0.5rem;\n\t\t}\n\t}\n\n\t.inline {\n\t\tlabel {\n\t\t\tfont-weight: 400;\n\t\t\tmargin-bottom: 0.5rem;\n\t\t}\n\n\t\tinput {\n\t\t\twidth: 100%;\n\t\t}\n\t}\n\n\t.form-control {\n\t\tdisplay: block;\n\t\tpadding: 3px 5px;\n\t\tfont-size: 1rem;\n\t\tfont-weight: 400;\n\t\tline-height: 1.5;\n\n\t\t&:required {\n\t\t\tborder-color: #cc1818;\n\t\t\tbox-shadow: 0 0 0 1px #cc1818;\n\t\t}\n\t}\n\n\ttextarea.form-control {\n\t\theight: auto;\n\t}\n\n\tselect.form-control {\n\t\twidth: 100%;\n\t\tmax-width: 100%;\n\t}\n\n\t.component-help-button {\n\t\tcolor: #0073aa;\n\t\tpadding: 0 0 0 5px;\n\t}\n\n\t.form-control__help {\n\t\tcolor: #cc1818;\n\t\tfont-size: 12px;\n\t\tfont-weight: normal;\n\t\tmargin-top: 4px;\n\t\tmargin-bottom: 0;\n\t}\n\n\t.component-modal__footer {\n\t\tbox-sizing: border-box;\n\t\tborder-bottom: 1px solid #e2e4e7;\n\t\tdisplay: flex;\n\t\tflex-direction: row;\n\t\tjustify-content: flex-end;\n\t\tbackground: #fff;\n\t\talign-items: center;\n\t\theight: 56px;\n\t\tmargin: 0 -24px 12px;\n\t\tpadding: 0 24px;\n\n\t\t.is-link {\n\t\t\tmargin-right: 6px;\n\t\t}\n\t}\n\n\t.attribution-preview__title {\n\t\tfont-weight: 600;\n\t\tdisplay: inline-block;\n\t\tmargin-bottom: 0.5rem;\n\t}\n\n\t.attribution-preview__body {\n\t\tpadding: 6px 8px;\n\t\tmargin-bottom: 1em;\n\t\tbox-shadow: 0 0 0 transparent;\n\t\ttransition: box-shadow 0.1s linear;\n\t\tborder: 1px solid #e2e4e7;\n\t\tmin-height: 18px;\n\t}\n\n\t.attribution-preview__notice {\n\t\tmargin: 0;\n\n\t\t.components-button {\n\t\t\tdisplay: block;\n\t\t\tmargin-top: 4px;\n\t\t}\n\t}\n\n\t.attribution-plugin {\n\t\tbackground-color: #f6f7f7;\n\t\tpadding: 6px 8px;\n\t}\n}\n\n.component-attributions-list {\n\tli > div {\n\t\tdisplay: flex;\n\t\talign-items: center;\n\t\tjustify-content: space-between;\n\t}\n\n\t.components-toolbar {\n\t\tborder: none;\n\t}\n}\n\n.flexible-modal {\n\tposition: fixed !important;\n\tborder: 1px solid #ddd !important;\n\tz-index: 99999 !important;\n\tbox-shadow: 0 6px 30px rgba(0,0,0,.2);\n\ttransform: translateX(-50%);\n\tmax-width: 100%;\n\n\t@media(max-width: 991px) {\n\t\ttop: 172px !important;\n\t\theight: 100% !important;\n\t}\n\n\t&-drag-area {\n\t\theight: 60px !important;\n\t\tleft: 0;\n\t\tcursor: move;\n\t\tbackground: #fff !important;\n\t\tborder-bottom: 1px solid #ddd;\n\t\tcolor: #000;\n\t\tz-index: 2;\n\t\tmax-width: 100%;\n\n\t\t&-left,\n\t\t&-right,\n\t\t&-bottom {\n\t\t\tdisplay: none;\n\t\t\theight: 0 !important;\n\t\t}\n\t}\n\n\t.header {\n\t\tdisplay: flex;\n\t\tflex-flow: row wrap;\n\t\talign-items: center;\n\t\tjustify-content: space-between;\n\t\theight: 60px;\n\t\tpadding: 0 32px;\n\t\tz-index: 2;\n\n\t\th3,\n\t\tbutton {\n\t\t\tposition: relative;\n\t\t\tz-index: 3;\n\t\t}\n\n\t\th3 {\n\t\t\tmargin: 0;\n\t\t\tfont-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Oxygen-Sans, Ubuntu, Cantarell, \"Helvetica Neue\", sans-serif;\n\t\t\tfont-size: 1rem;\n\t\t\tfont-weight: 600;\n\t\t\tline-height: 1;\n\t\t\tcolor: #1d2327;\n\t\t}\n\n\t\tbutton {\n\t\t\tposition: relative;\n\t\t\tpadding: 6px;\n\t\t\tmin-width: 36px;\n\t\t\tjustify-content: center;\n\t\t\tbackground-color: transparent;\n\t\t\tborder: 0;\n\t\t\tpadding: 0;\n\t\t\tcolor: #1e1e1e;\n\t\t\tcursor: pointer;\n\t\t}\n\t}\n\n\t&-resizer {\n\t\tdisplay: none;\n\t}\n\n\t.body {\n\t\tpadding: 32px;\n\t\tbackground-color: #fff;\n\t\theight: 536px;\n\t\toverflow-y: auto;\n\t\toverflow-x: hidden;\n\n\t\t@media(max-width: 991px) {\n\t\t\theight: calc(100% - 60px - 172px);\n\t\t}\n\t}\n}\n\n#adaptedFromHeading {\n\tmargin-top: 0;\n\tdisplay: flex;\n\tflex-flow: row wrap;\n\talign-items: center;\n\tline-height: 1;\n\n\t&:hover {\n\t\tcursor: pointer;\n\t}\n}\n"],"names":[],"sourceRoot":""} \ No newline at end of file diff --git a/wp-content/plugins/openlab-attributions/build/css/style.css.map b/wp-content/plugins/openlab-attributions/build/css/style.css.map index 4441088ece..b6075450ba 100644 --- a/wp-content/plugins/openlab-attributions/build/css/style.css.map +++ b/wp-content/plugins/openlab-attributions/build/css/style.css.map @@ -1 +1 @@ -{"version":3,"file":"css/style.css","mappings":"AACA,YAEC,0BAAD,CAGA,0BAMC,cAJA,sCADA,+BAIA,kBAFA,gBACA,oBAED,CAGA,mBAEC,kBADA,cACD,CAEC,sBAEC,kBADA,eAEA,UAAF,CAGC,yBACC,cADF,CAKA,cACC,gBACA,iBAFD,C","sources":["webpack://openlab-attributions/./dist/scss/style.scss"],"sourcesContent":["// Ideally, this should be the post wrapper element. So `.post` or similar.\nbody,\n.entry {\n\tcounter-reset: attributions;\n}\n\n.attribution-anchor::after {\n\tcounter-increment: attributions;\n\tcontent: \"[\" counter(attributions) \"]\";\n\tmargin-left: 2px;\n\tvertical-align: super;\n\tfont-size: smaller;\n\tcolor: #ad0000;\n}\n\n#attributions-list {\n\tmargin-top: 3em;\n\tmargin-bottom: 3em;\n\n\thr {\n\t\tmargin-top: 1em;\n\t\tmargin-bottom: 1em;\n\t\twidth: 100%;\n\t}\n\n\tol li {\n\t\tfont-size: 0.8em;\n\t}\n}\n\n#attributions {\n\tfont-weight: 600;\n\tmargin-bottom: 1em;\n}\n"],"names":[],"sourceRoot":""} \ No newline at end of file +{"version":3,"file":"css/style.css","mappings":"AACA,YAEC,0BAAD,CAGA,0BAMC,cAJA,sCADA,+BAIA,kBAFA,gBACA,oBAED,CAGA,mBAEC,kBADA,cACD,CAEC,sBAEC,kBADA,eAEA,UAAF,CAGC,yBACC,cADF,CAKA,cACC,gBACA,iBAFD,C","sources":["webpack://openlab-attributions/./style.scss"],"sourcesContent":["// Ideally, this should be the post wrapper element. So `.post` or similar.\nbody,\n.entry {\n\tcounter-reset: attributions;\n}\n\n.attribution-anchor::after {\n\tcounter-increment: attributions;\n\tcontent: \"[\" counter(attributions) \"]\";\n\tmargin-left: 2px;\n\tvertical-align: super;\n\tfont-size: smaller;\n\tcolor: #ad0000;\n}\n\n#attributions-list {\n\tmargin-top: 3em;\n\tmargin-bottom: 3em;\n\n\thr {\n\t\tmargin-top: 1em;\n\t\tmargin-bottom: 1em;\n\t\twidth: 100%;\n\t}\n\n\tol li {\n\t\tfont-size: 0.8em;\n\t}\n}\n\n#attributions {\n\tfont-weight: 600;\n\tmargin-bottom: 1em;\n}\n"],"names":[],"sourceRoot":""} \ No newline at end of file diff --git a/wp-content/plugins/openlab-attributions/build/js/block-editor.asset.php b/wp-content/plugins/openlab-attributions/build/js/block-editor.asset.php index ba51e4df1d..ea74401bdd 100644 --- a/wp-content/plugins/openlab-attributions/build/js/block-editor.asset.php +++ b/wp-content/plugins/openlab-attributions/build/js/block-editor.asset.php @@ -1 +1 @@ - array('react', 'react-dom', 'wp-block-editor', 'wp-components', 'wp-compose', 'wp-data', 'wp-dom-ready', 'wp-element', 'wp-i18n', 'wp-rich-text'), 'version' => 'd217b1a75aabd340'); \ No newline at end of file + array('react', 'react-dom', 'wp-block-editor', 'wp-components', 'wp-compose', 'wp-data', 'wp-dom-ready', 'wp-element', 'wp-i18n', 'wp-rich-text'), 'version' => 'f7770d2774785c8d'); \ No newline at end of file diff --git a/wp-content/plugins/openlab-attributions/build/js/block-editor.deps.json b/wp-content/plugins/openlab-attributions/build/js/block-editor.deps.json new file mode 100644 index 0000000000..95d10542aa --- /dev/null +++ b/wp-content/plugins/openlab-attributions/build/js/block-editor.deps.json @@ -0,0 +1 @@ +["wp-block-editor","wp-components","wp-element","wp-rich-text"] \ No newline at end of file diff --git a/wp-content/plugins/openlab-attributions/build/js/classic-editor.asset.php b/wp-content/plugins/openlab-attributions/build/js/classic-editor.asset.php index 46f5947f53..29caa4e746 100644 --- a/wp-content/plugins/openlab-attributions/build/js/classic-editor.asset.php +++ b/wp-content/plugins/openlab-attributions/build/js/classic-editor.asset.php @@ -1 +1 @@ - array('react', 'react-dom', 'wp-components', 'wp-compose', 'wp-data', 'wp-dom-ready', 'wp-element', 'wp-i18n'), 'version' => '2778d90e76514908'); \ No newline at end of file + array('react', 'react-dom', 'wp-components', 'wp-compose', 'wp-data', 'wp-dom-ready', 'wp-element', 'wp-i18n'), 'version' => '72715dd5b391ce7a'); \ No newline at end of file diff --git a/wp-content/plugins/openlab-attributions/build/js/classic-editor.deps.json b/wp-content/plugins/openlab-attributions/build/js/classic-editor.deps.json new file mode 100644 index 0000000000..0637a088a0 --- /dev/null +++ b/wp-content/plugins/openlab-attributions/build/js/classic-editor.deps.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/wp-content/plugins/openlab-attributions/build/mix-manifest.json b/wp-content/plugins/openlab-attributions/build/mix-manifest.json new file mode 100644 index 0000000000..2eda216290 --- /dev/null +++ b/wp-content/plugins/openlab-attributions/build/mix-manifest.json @@ -0,0 +1,7 @@ +{ + "/js/classic-editor.js": "/js/classic-editor.js", + "/js/block-editor.js": "/js/block-editor.js", + "/css/style.css": "/css/style.css", + "/css/editor.css": "/css/editor.css", + "/js/plugin.js": "/js/plugin.js" +} diff --git a/wp-content/plugins/openlab-attributions/dist/scss/editor.scss b/wp-content/plugins/openlab-attributions/dist/scss/editor.scss index 5776340322..15c8487978 100644 --- a/wp-content/plugins/openlab-attributions/dist/scss/editor.scss +++ b/wp-content/plugins/openlab-attributions/dist/scss/editor.scss @@ -149,7 +149,7 @@ } .attribution-plugin { - background-color: #e2e4e7; + background-color: #f6f7f7; padding: 6px 8px; } } diff --git a/wp-content/plugins/openlab-attributions/package-lock.json b/wp-content/plugins/openlab-attributions/package-lock.json index 3a8e889a3b..0d23902df9 100644 --- a/wp-content/plugins/openlab-attributions/package-lock.json +++ b/wp-content/plugins/openlab-attributions/package-lock.json @@ -24,9 +24,9 @@ "@wordpress/eslint-plugin": "^8.0.2", "cross-env": "^7.0.3", "eslint": "^7.20.0", - "laravel-mix": "^6.0.49", + "laravel-mix": "^6.0.11", "postcss": "^8.2.6", - "resolve-url-loader": "^5.0.0", + "resolve-url-loader": "^3.1.2", "sass": "^1.32.8", "sass-loader": "^8.0.2" } @@ -2989,9 +2989,9 @@ } }, "node_modules/adjust-sourcemap-loader": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/adjust-sourcemap-loader/-/adjust-sourcemap-loader-4.0.0.tgz", - "integrity": "sha512-OXwN5b9pCUXNQHJpwwD2qP40byEmSgzj8B4ydSN0uMNYWiFmJ6x6KwUllMmfk8Rwu/HJDFR7U8ubsWBoN0Xp0A==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/adjust-sourcemap-loader/-/adjust-sourcemap-loader-3.0.0.tgz", + "integrity": "sha512-YBrGyT2/uVQ/c6Rr+t6ZJXniY03YtHGMJQYal368burRGYKqhx9qGTWqcBU5s1CwYY9E/ri63RYyG1IacMZtqw==", "dev": true, "dependencies": { "loader-utils": "^2.0.0", @@ -3201,6 +3201,12 @@ "node": ">=6.0" } }, + "node_modules/arity-n": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/arity-n/-/arity-n-1.0.4.tgz", + "integrity": "sha512-fExL2kFDC1Q2DUOx3whE/9KoN66IzkY4b4zUHUBFM1ojEYjZZYDcUW3bek/ufGionX9giIKDC5redH2IlGqcQQ==", + "dev": true + }, "node_modules/array-flatten": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-2.1.2.tgz", @@ -3328,6 +3334,18 @@ "node": ">=8" } }, + "node_modules/atob": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz", + "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==", + "dev": true, + "bin": { + "atob": "bin/atob.js" + }, + "engines": { + "node": ">= 4.5.0" + } + }, "node_modules/autoprefixer": { "version": "10.4.16", "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.16.tgz", @@ -3850,6 +3868,15 @@ "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==", "dev": true }, + "node_modules/camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", + "dev": true, + "engines": { + "node": ">=6" + } + }, "node_modules/caniuse-api": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz", @@ -4117,6 +4144,15 @@ "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==", "dev": true }, + "node_modules/compose-function": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/compose-function/-/compose-function-3.0.3.tgz", + "integrity": "sha512-xzhzTJ5eC+gmIzvZq+C3kCJHsp9os6tJkrigDRZclyGtOKINbZtE8n1Tzmeh32jW+BUDPbvZpibwvJHBLGMVwg==", + "dev": true, + "dependencies": { + "arity-n": "^1.0.4" + } + }, "node_modules/compressible": { "version": "2.0.18", "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz", @@ -4455,6 +4491,18 @@ "node": "*" } }, + "node_modules/css": { + "version": "2.2.4", + "resolved": "https://registry.npmjs.org/css/-/css-2.2.4.tgz", + "integrity": "sha512-oUnjmWpy0niI3x/mPL8dVEI1l7MnG3+HHyRPHf+YFSbK+svOhXpmSOcDURUh2aOCgl2grzrOPt1nHLuCVFULLw==", + "dev": true, + "dependencies": { + "inherits": "^2.0.3", + "source-map": "^0.6.1", + "source-map-resolve": "^0.5.2", + "urix": "^0.1.0" + } + }, "node_modules/css-color-names": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/css-color-names/-/css-color-names-1.0.1.tgz", @@ -4722,6 +4770,16 @@ "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.0.6.tgz", "integrity": "sha512-+ZAmfyWMT7TiIlzdqJgjMb7S4f1beorDbWbsocyK4RaiqA5RTX3K14bnBWmmA9QEM0gRdsjyyrEmcyga8Zsxmw==" }, + "node_modules/d": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/d/-/d-1.0.1.tgz", + "integrity": "sha512-m62ShEObQ39CfralilEQRjH6oAMtNCV1xJyEx5LpRYUVN+EviphDgUc/F3hnYbADmkiNs67Y+3ylmlG7Lnu+FA==", + "dev": true, + "dependencies": { + "es5-ext": "^0.10.50", + "type": "^1.0.1" + } + }, "node_modules/damerau-levenshtein": { "version": "1.0.6", "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.6.tgz", @@ -4745,6 +4803,15 @@ } } }, + "node_modules/decode-uri-component": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.1.tgz", + "integrity": "sha512-XZHyaFJ6QMWhYmlz+UcmtaLeecNiXwkTGzCqG5WByt+1P1HnU6Siwf0TeP3OsZmlnGqQRSEMIxue0LLCaGY3dw==", + "dev": true, + "engines": { + "node": ">=0.10" + } + }, "node_modules/deep-is": { "version": "0.1.3", "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.3.tgz", @@ -5166,6 +5233,42 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/es5-ext": { + "version": "0.10.62", + "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.62.tgz", + "integrity": "sha512-BHLqn0klhEpnOKSrzn/Xsz2UIW8j+cGmo9JLzr8BiUapV8hPL9+FliFqjwr9ngW7jWdnxv6eO+/LqyhJVqgrjA==", + "dev": true, + "hasInstallScript": true, + "dependencies": { + "es6-iterator": "^2.0.3", + "es6-symbol": "^3.1.3", + "next-tick": "^1.1.0" + }, + "engines": { + "node": ">=0.10" + } + }, + "node_modules/es6-iterator": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.3.tgz", + "integrity": "sha512-zw4SRzoUkd+cl+ZoE15A9o1oQd920Bb0iOJMQkQhl3jNc03YqVjAhG7scf9C5KWRU/R13Orf588uCC6525o02g==", + "dev": true, + "dependencies": { + "d": "1", + "es5-ext": "^0.10.35", + "es6-symbol": "^3.1.1" + } + }, + "node_modules/es6-symbol": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.3.tgz", + "integrity": "sha512-NJ6Yn3FuDinBaBRWl/q5X/s4koRHBrgKAu+yGI6JCBeiu3qrcbJhwT2GeR/EXVfylRk8dpQVJoLEFhK+Mu31NA==", + "dev": true, + "dependencies": { + "d": "^1.0.1", + "ext": "^1.1.2" + } + }, "node_modules/escalade": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", @@ -5897,6 +6000,21 @@ } ] }, + "node_modules/ext": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/ext/-/ext-1.7.0.tgz", + "integrity": "sha512-6hxeJYaL110a9b5TEJSj0gojyHQAmA2ch5Os+ySCiA1QGdS697XWY1pzsrSjqA9LDEEgdB/KypIlR59RcLuHYw==", + "dev": true, + "dependencies": { + "type": "^2.7.2" + } + }, + "node_modules/ext/node_modules/type": { + "version": "2.7.2", + "resolved": "https://registry.npmjs.org/type/-/type-2.7.2.tgz", + "integrity": "sha512-dzlvlNlt6AXU7EBSfpAscydQ7gXB+pPGsPnfJnZpiNJBDj7IaJzQlBZYGdEi4R9HmPdBv2XmWJ6YUtoTa7lmCw==", + "dev": true + }, "node_modules/fast-deep-equal": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", @@ -8280,6 +8398,12 @@ "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", "dev": true }, + "node_modules/next-tick": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/next-tick/-/next-tick-1.1.0.tgz", + "integrity": "sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==", + "dev": true + }, "node_modules/no-case": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz", @@ -10181,46 +10305,62 @@ "node": ">=4" } }, + "node_modules/resolve-url": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz", + "integrity": "sha512-ZuF55hVUQaaczgOIwqWzkEcEidmlD/xl44x1UZnhOXcYuFN2S6+rcxpG+C1N3So0wvNI3DmJICUFfu2SxhBmvg==", + "deprecated": "https://github.com/lydell/resolve-url#deprecated", + "dev": true + }, "node_modules/resolve-url-loader": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/resolve-url-loader/-/resolve-url-loader-5.0.0.tgz", - "integrity": "sha512-uZtduh8/8srhBoMx//5bwqjQ+rfYOUq8zC9NrMUGtjBiGTtFJM42s58/36+hTqeqINcnYe08Nj3LkK9lW4N8Xg==", + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/resolve-url-loader/-/resolve-url-loader-3.1.5.tgz", + "integrity": "sha512-mgFMCmrV/tA4738EsFmPFE5/MaqSgUMe8LK971kVEKA/RrNVb7+VqFsg/qmKyythf34eyq476qIobP/gfFBGSQ==", "dev": true, "dependencies": { - "adjust-sourcemap-loader": "^4.0.0", - "convert-source-map": "^1.7.0", - "loader-utils": "^2.0.0", - "postcss": "^8.2.14", + "adjust-sourcemap-loader": "3.0.0", + "camelcase": "5.3.1", + "compose-function": "3.0.3", + "convert-source-map": "1.7.0", + "es6-iterator": "2.0.3", + "loader-utils": "^1.2.3", + "postcss": "7.0.36", + "rework": "1.0.1", + "rework-visit": "1.0.0", "source-map": "0.6.1" }, "engines": { - "node": ">=12" + "node": ">=6.0.0" } }, - "node_modules/resolve-url-loader/node_modules/json5": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", - "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", + "node_modules/resolve-url-loader/node_modules/postcss": { + "version": "7.0.36", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz", + "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==", "dev": true, - "bin": { - "json5": "lib/cli.js" + "dependencies": { + "chalk": "^2.4.2", + "source-map": "^0.6.1", + "supports-color": "^6.1.0" }, "engines": { - "node": ">=6" + "node": ">=6.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" } }, - "node_modules/resolve-url-loader/node_modules/loader-utils": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz", - "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==", + "node_modules/resolve-url-loader/node_modules/supports-color": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", + "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", "dev": true, "dependencies": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^2.1.2" + "has-flag": "^3.0.0" }, "engines": { - "node": ">=8.9.0" + "node": ">=6" } }, "node_modules/retry": { @@ -10242,6 +10382,28 @@ "node": ">=0.10.0" } }, + "node_modules/rework": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/rework/-/rework-1.0.1.tgz", + "integrity": "sha512-eEjL8FdkdsxApd0yWVZgBGzfCQiT8yqSc2H1p4jpZpQdtz7ohETiDMoje5PlM8I9WgkqkreVxFUKYOiJdVWDXw==", + "dev": true, + "dependencies": { + "convert-source-map": "^0.3.3", + "css": "^2.0.0" + } + }, + "node_modules/rework-visit": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/rework-visit/-/rework-visit-1.0.0.tgz", + "integrity": "sha512-W6V2fix7nCLUYX1v6eGPrBOZlc03/faqzP4sUxMAJMBMOPYhfV/RyLegTufn5gJKaOITyi+gvf0LXDZ9NzkHnQ==", + "dev": true + }, + "node_modules/rework/node_modules/convert-source-map": { + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-0.3.5.tgz", + "integrity": "sha512-+4nRk0k3oEpwUB7/CalD7xE2z4VmtEnnq0GO2IPTkrooTrAhEsWvuLF5iWP1dXrwluki/azwXV1ve7gtYuPldg==", + "dev": true + }, "node_modules/rimraf": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", @@ -10749,6 +10911,20 @@ "node": ">=0.10.0" } }, + "node_modules/source-map-resolve": { + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz", + "integrity": "sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==", + "deprecated": "See https://github.com/lydell/source-map-resolve#deprecated", + "dev": true, + "dependencies": { + "atob": "^2.1.2", + "decode-uri-component": "^0.2.0", + "resolve-url": "^0.2.1", + "source-map-url": "^0.4.0", + "urix": "^0.1.0" + } + }, "node_modules/source-map-support": { "version": "0.5.20", "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.20.tgz", @@ -10759,6 +10935,13 @@ "source-map": "^0.6.0" } }, + "node_modules/source-map-url": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.1.tgz", + "integrity": "sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw==", + "deprecated": "See https://github.com/lydell/source-map-url#deprecated", + "dev": true + }, "node_modules/spdx-correct": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.1.tgz", @@ -11380,6 +11563,12 @@ "integrity": "sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY=", "dev": true }, + "node_modules/type": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/type/-/type-1.2.0.tgz", + "integrity": "sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg==", + "dev": true + }, "node_modules/type-check": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", @@ -11531,6 +11720,13 @@ "punycode": "^2.1.0" } }, + "node_modules/urix": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz", + "integrity": "sha512-Am1ousAhSLBeB9cG/7k7r2R0zj50uDRlZHPGbazid5s9rlF1F/QKYObEKSIunSjIOkJZqwRRLpvewjEkM7pSqg==", + "deprecated": "Please see https://github.com/lydell/urix#deprecated", + "dev": true + }, "node_modules/url": { "version": "0.11.0", "resolved": "https://registry.npmjs.org/url/-/url-0.11.0.tgz", @@ -14543,9 +14739,9 @@ "requires": {} }, "adjust-sourcemap-loader": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/adjust-sourcemap-loader/-/adjust-sourcemap-loader-4.0.0.tgz", - "integrity": "sha512-OXwN5b9pCUXNQHJpwwD2qP40byEmSgzj8B4ydSN0uMNYWiFmJ6x6KwUllMmfk8Rwu/HJDFR7U8ubsWBoN0Xp0A==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/adjust-sourcemap-loader/-/adjust-sourcemap-loader-3.0.0.tgz", + "integrity": "sha512-YBrGyT2/uVQ/c6Rr+t6ZJXniY03YtHGMJQYal368burRGYKqhx9qGTWqcBU5s1CwYY9E/ri63RYyG1IacMZtqw==", "dev": true, "requires": { "loader-utils": "^2.0.0", @@ -14698,6 +14894,12 @@ "@babel/runtime-corejs3": "^7.10.2" } }, + "arity-n": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/arity-n/-/arity-n-1.0.4.tgz", + "integrity": "sha512-fExL2kFDC1Q2DUOx3whE/9KoN66IzkY4b4zUHUBFM1ojEYjZZYDcUW3bek/ufGionX9giIKDC5redH2IlGqcQQ==", + "dev": true + }, "array-flatten": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-2.1.2.tgz", @@ -14805,6 +15007,12 @@ "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==", "dev": true }, + "atob": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz", + "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==", + "dev": true + }, "autoprefixer": { "version": "10.4.16", "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.16.tgz", @@ -15203,6 +15411,12 @@ } } }, + "camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", + "dev": true + }, "caniuse-api": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz", @@ -15405,6 +15619,15 @@ "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==", "dev": true }, + "compose-function": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/compose-function/-/compose-function-3.0.3.tgz", + "integrity": "sha512-xzhzTJ5eC+gmIzvZq+C3kCJHsp9os6tJkrigDRZclyGtOKINbZtE8n1Tzmeh32jW+BUDPbvZpibwvJHBLGMVwg==", + "dev": true, + "requires": { + "arity-n": "^1.0.4" + } + }, "compressible": { "version": "2.0.18", "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz", @@ -15673,6 +15896,18 @@ "randomfill": "^1.0.3" } }, + "css": { + "version": "2.2.4", + "resolved": "https://registry.npmjs.org/css/-/css-2.2.4.tgz", + "integrity": "sha512-oUnjmWpy0niI3x/mPL8dVEI1l7MnG3+HHyRPHf+YFSbK+svOhXpmSOcDURUh2aOCgl2grzrOPt1nHLuCVFULLw==", + "dev": true, + "requires": { + "inherits": "^2.0.3", + "source-map": "^0.6.1", + "source-map-resolve": "^0.5.2", + "urix": "^0.1.0" + } + }, "css-color-names": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/css-color-names/-/css-color-names-1.0.1.tgz", @@ -15858,6 +16093,16 @@ "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.0.6.tgz", "integrity": "sha512-+ZAmfyWMT7TiIlzdqJgjMb7S4f1beorDbWbsocyK4RaiqA5RTX3K14bnBWmmA9QEM0gRdsjyyrEmcyga8Zsxmw==" }, + "d": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/d/-/d-1.0.1.tgz", + "integrity": "sha512-m62ShEObQ39CfralilEQRjH6oAMtNCV1xJyEx5LpRYUVN+EviphDgUc/F3hnYbADmkiNs67Y+3ylmlG7Lnu+FA==", + "dev": true, + "requires": { + "es5-ext": "^0.10.50", + "type": "^1.0.1" + } + }, "damerau-levenshtein": { "version": "1.0.6", "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.6.tgz", @@ -15873,6 +16118,12 @@ "ms": "2.1.2" } }, + "decode-uri-component": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.1.tgz", + "integrity": "sha512-XZHyaFJ6QMWhYmlz+UcmtaLeecNiXwkTGzCqG5WByt+1P1HnU6Siwf0TeP3OsZmlnGqQRSEMIxue0LLCaGY3dw==", + "dev": true + }, "deep-is": { "version": "0.1.3", "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.3.tgz", @@ -16216,6 +16467,38 @@ "is-symbol": "^1.0.2" } }, + "es5-ext": { + "version": "0.10.62", + "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.62.tgz", + "integrity": "sha512-BHLqn0klhEpnOKSrzn/Xsz2UIW8j+cGmo9JLzr8BiUapV8hPL9+FliFqjwr9ngW7jWdnxv6eO+/LqyhJVqgrjA==", + "dev": true, + "requires": { + "es6-iterator": "^2.0.3", + "es6-symbol": "^3.1.3", + "next-tick": "^1.1.0" + } + }, + "es6-iterator": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.3.tgz", + "integrity": "sha512-zw4SRzoUkd+cl+ZoE15A9o1oQd920Bb0iOJMQkQhl3jNc03YqVjAhG7scf9C5KWRU/R13Orf588uCC6525o02g==", + "dev": true, + "requires": { + "d": "1", + "es5-ext": "^0.10.35", + "es6-symbol": "^3.1.1" + } + }, + "es6-symbol": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.3.tgz", + "integrity": "sha512-NJ6Yn3FuDinBaBRWl/q5X/s4koRHBrgKAu+yGI6JCBeiu3qrcbJhwT2GeR/EXVfylRk8dpQVJoLEFhK+Mu31NA==", + "dev": true, + "requires": { + "d": "^1.0.1", + "ext": "^1.1.2" + } + }, "escalade": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", @@ -16777,6 +17060,23 @@ } } }, + "ext": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/ext/-/ext-1.7.0.tgz", + "integrity": "sha512-6hxeJYaL110a9b5TEJSj0gojyHQAmA2ch5Os+ySCiA1QGdS697XWY1pzsrSjqA9LDEEgdB/KypIlR59RcLuHYw==", + "dev": true, + "requires": { + "type": "^2.7.2" + }, + "dependencies": { + "type": { + "version": "2.7.2", + "resolved": "https://registry.npmjs.org/type/-/type-2.7.2.tgz", + "integrity": "sha512-dzlvlNlt6AXU7EBSfpAscydQ7gXB+pPGsPnfJnZpiNJBDj7IaJzQlBZYGdEi4R9HmPdBv2XmWJ6YUtoTa7lmCw==", + "dev": true + } + } + }, "fast-deep-equal": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", @@ -18552,6 +18852,12 @@ "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", "dev": true }, + "next-tick": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/next-tick/-/next-tick-1.1.0.tgz", + "integrity": "sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==", + "dev": true + }, "no-case": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz", @@ -19945,34 +20251,48 @@ "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", "dev": true }, + "resolve-url": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz", + "integrity": "sha512-ZuF55hVUQaaczgOIwqWzkEcEidmlD/xl44x1UZnhOXcYuFN2S6+rcxpG+C1N3So0wvNI3DmJICUFfu2SxhBmvg==", + "dev": true + }, "resolve-url-loader": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/resolve-url-loader/-/resolve-url-loader-5.0.0.tgz", - "integrity": "sha512-uZtduh8/8srhBoMx//5bwqjQ+rfYOUq8zC9NrMUGtjBiGTtFJM42s58/36+hTqeqINcnYe08Nj3LkK9lW4N8Xg==", + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/resolve-url-loader/-/resolve-url-loader-3.1.5.tgz", + "integrity": "sha512-mgFMCmrV/tA4738EsFmPFE5/MaqSgUMe8LK971kVEKA/RrNVb7+VqFsg/qmKyythf34eyq476qIobP/gfFBGSQ==", "dev": true, "requires": { - "adjust-sourcemap-loader": "^4.0.0", - "convert-source-map": "^1.7.0", - "loader-utils": "^2.0.0", - "postcss": "^8.2.14", + "adjust-sourcemap-loader": "3.0.0", + "camelcase": "5.3.1", + "compose-function": "3.0.3", + "convert-source-map": "1.7.0", + "es6-iterator": "2.0.3", + "loader-utils": "^1.2.3", + "postcss": "7.0.36", + "rework": "1.0.1", + "rework-visit": "1.0.0", "source-map": "0.6.1" }, "dependencies": { - "json5": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", - "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", - "dev": true + "postcss": { + "version": "7.0.36", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.36.tgz", + "integrity": "sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==", + "dev": true, + "requires": { + "chalk": "^2.4.2", + "source-map": "^0.6.1", + "supports-color": "^6.1.0" + } }, - "loader-utils": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz", - "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==", + "supports-color": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz", + "integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==", "dev": true, "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^2.1.2" + "has-flag": "^3.0.0" } } } @@ -19989,6 +20309,30 @@ "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", "dev": true }, + "rework": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/rework/-/rework-1.0.1.tgz", + "integrity": "sha512-eEjL8FdkdsxApd0yWVZgBGzfCQiT8yqSc2H1p4jpZpQdtz7ohETiDMoje5PlM8I9WgkqkreVxFUKYOiJdVWDXw==", + "dev": true, + "requires": { + "convert-source-map": "^0.3.3", + "css": "^2.0.0" + }, + "dependencies": { + "convert-source-map": { + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-0.3.5.tgz", + "integrity": "sha512-+4nRk0k3oEpwUB7/CalD7xE2z4VmtEnnq0GO2IPTkrooTrAhEsWvuLF5iWP1dXrwluki/azwXV1ve7gtYuPldg==", + "dev": true + } + } + }, + "rework-visit": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/rework-visit/-/rework-visit-1.0.0.tgz", + "integrity": "sha512-W6V2fix7nCLUYX1v6eGPrBOZlc03/faqzP4sUxMAJMBMOPYhfV/RyLegTufn5gJKaOITyi+gvf0LXDZ9NzkHnQ==", + "dev": true + }, "rimraf": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", @@ -20380,6 +20724,19 @@ "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==", "dev": true }, + "source-map-resolve": { + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz", + "integrity": "sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==", + "dev": true, + "requires": { + "atob": "^2.1.2", + "decode-uri-component": "^0.2.0", + "resolve-url": "^0.2.1", + "source-map-url": "^0.4.0", + "urix": "^0.1.0" + } + }, "source-map-support": { "version": "0.5.20", "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.20.tgz", @@ -20390,6 +20747,12 @@ "source-map": "^0.6.0" } }, + "source-map-url": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.1.tgz", + "integrity": "sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw==", + "dev": true + }, "spdx-correct": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.1.tgz", @@ -20871,6 +21234,12 @@ "integrity": "sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY=", "dev": true }, + "type": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/type/-/type-1.2.0.tgz", + "integrity": "sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg==", + "dev": true + }, "type-check": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", @@ -20968,6 +21337,12 @@ "punycode": "^2.1.0" } }, + "urix": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz", + "integrity": "sha512-Am1ousAhSLBeB9cG/7k7r2R0zj50uDRlZHPGbazid5s9rlF1F/QKYObEKSIunSjIOkJZqwRRLpvewjEkM7pSqg==", + "dev": true + }, "url": { "version": "0.11.0", "resolved": "https://registry.npmjs.org/url/-/url-0.11.0.tgz", diff --git a/wp-content/plugins/openlab-attributions/package.json b/wp-content/plugins/openlab-attributions/package.json index 887e0ee98e..3d004f2fb3 100644 --- a/wp-content/plugins/openlab-attributions/package.json +++ b/wp-content/plugins/openlab-attributions/package.json @@ -7,36 +7,36 @@ "license": "GPL-2.0+", "main": "dist/js/block-editor.js", "scripts": { - "build": "mix --production", - "dev": "mix", - "start": "mix watch", - "watch-poll": "mix watch -- --watch-options-poll=1000", - "hot": "mix watch --hot", - "lint": "npm run lint:styles && npm run lint:scripts", - "lint:styles": "cross-env stylelint './dist/scss/**/*.scss' --syntax scss", - "lint:scripts": "cross-env eslint './dist/js/**/*.js'", - "format:scripts": "cross-env eslint './dist/js/**/*.js' --fix" + "build": "mix --production", + "dev": "mix", + "start": "mix watch", + "watch-poll": "mix watch -- --watch-options-poll=1000", + "hot": "mix watch --hot", + "lint": "npm run lint:styles && npm run lint:scripts", + "lint:styles": "cross-env stylelint './dist/scss/**/*.scss' --syntax scss", + "lint:scripts": "cross-env eslint './dist/js/**/*.js'", + "format:scripts": "cross-env eslint './dist/js/**/*.js' --fix" }, "dependencies": { - "@tippyjs/react": "^4.2.6", - "@wordpress/i18n": "^4.2.0", - "classnames": "^2.2.6", - "nanoid": "^2.1.1", - "react-contenteditable": "^3.3.5", - "react-modal-resizable-draggable": "^0.1.6" + "@tippyjs/react": "^4.2.6", + "@wordpress/i18n": "^4.2.0", + "classnames": "^2.2.6", + "nanoid": "^2.1.1", + "react-contenteditable": "^3.3.5", + "react-modal-resizable-draggable": "^0.1.6" }, "devDependencies": { "@babel/plugin-proposal-object-rest-spread": "^7.15.6", - "@babel/preset-react": "^7.12.13", - "@wordpress/babel-preset-default": "^5.0.1", - "@wordpress/dependency-extraction-webpack-plugin": "^3.0.1", - "@wordpress/eslint-plugin": "^8.0.2", - "cross-env": "^7.0.3", - "eslint": "^7.20.0", - "laravel-mix": "^6.0.49", - "postcss": "^8.2.6", - "resolve-url-loader": "^5.0.0", - "sass": "^1.32.8", - "sass-loader": "^8.0.2" + "@babel/preset-react": "^7.12.13", + "@wordpress/babel-preset-default": "^5.0.1", + "@wordpress/dependency-extraction-webpack-plugin": "^3.0.1", + "@wordpress/eslint-plugin": "^8.0.2", + "cross-env": "^7.0.3", + "eslint": "^7.20.0", + "laravel-mix": "^6.0.11", + "postcss": "^8.2.6", + "resolve-url-loader": "^3.1.2", + "sass": "^1.32.8", + "sass-loader": "^8.0.2" } }