From 243100053e451cf3876c94a94ef4a30aa2d6c14d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Mar 2023 06:02:14 +0000 Subject: [PATCH 01/20] =?UTF-8?q?=F0=9F=91=B7=20Bump=20actions/deploy-page?= =?UTF-8?q?s=20from=201=20to=202?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 1 to 2. - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](https://github.com/actions/deploy-pages/compare/v1...v2) --- updated-dependencies: - dependency-name: actions/deploy-pages dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 497c969a..0248266f 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -65,4 +65,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v1 + uses: actions/deploy-pages@v2 From 75ea2736adabc54eda4e5f2ecae5587781db363f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Mar 2023 06:02:20 +0000 Subject: [PATCH 02/20] =?UTF-8?q?=F0=9F=91=B7=20Bump=20actions/stale=20fro?= =?UTF-8?q?m=207=20to=208?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [actions/stale](https://github.com/actions/stale) from 7 to 8. - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/stale/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/stale dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 5bdc2b12..16bba40e 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -18,7 +18,7 @@ jobs: pull-requests: write steps: - - uses: actions/stale@v7 + - uses: actions/stale@v8 with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: 'This issue will be closed since it has been stale for 60 days.' From d038fd0b33e5337c2d220c127f6647f7297bd1fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 06:08:30 +0000 Subject: [PATCH 03/20] =?UTF-8?q?=F0=9F=93=8C=20Bump=20prettier=20from=202?= =?UTF-8?q?.8.6=20to=202.8.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [prettier](https://github.com/prettier/prettier) from 2.8.6 to 2.8.7. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/2.8.6...2.8.7) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 73f06b47..fd7656ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hugo-blowfish-theme", - "version": "2.31.2", + "version": "2.31.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "hugo-blowfish-theme", - "version": "2.31.2", + "version": "2.31.3", "hasInstallScript": true, "license": "MIT", "dependencies": { @@ -22,7 +22,7 @@ "jquery": "^3.6.4", "katex": "^0.16.4", "packery": "^2.1.2", - "prettier": "^2.8.6", + "prettier": "^2.8.7", "prettier-plugin-go-template": "^0.0.13", "prettier-plugin-tailwindcss": "^0.2.5", "rimraf": "^4.4.1", @@ -968,9 +968,9 @@ "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==" }, "node_modules/prettier": { - "version": "2.8.6", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.6.tgz", - "integrity": "sha512-mtuzdiBbHwPEgl7NxWlqOkithPyp4VN93V7VeHVWBF+ad3I5avc0RVDT4oImXQy9H/AqxA2NSQH8pSxHW6FYbQ==", + "version": "2.8.7", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.7.tgz", + "integrity": "sha512-yPngTo3aXUUmyuTjeTUT75txrf+aMh9FiD7q9ZE/i6r0bPb22g4FsE6Y338PQX1bmfy08i9QQCB7/rcUAVntfw==", "dev": true, "bin": { "prettier": "bin-prettier.js" @@ -2109,9 +2109,9 @@ "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==" }, "prettier": { - "version": "2.8.6", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.6.tgz", - "integrity": "sha512-mtuzdiBbHwPEgl7NxWlqOkithPyp4VN93V7VeHVWBF+ad3I5avc0RVDT4oImXQy9H/AqxA2NSQH8pSxHW6FYbQ==", + "version": "2.8.7", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.7.tgz", + "integrity": "sha512-yPngTo3aXUUmyuTjeTUT75txrf+aMh9FiD7q9ZE/i6r0bPb22g4FsE6Y338PQX1bmfy08i9QQCB7/rcUAVntfw==", "dev": true }, "prettier-plugin-go-template": { diff --git a/package.json b/package.json index 399252fd..daa8a07d 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "jquery": "^3.6.4", "katex": "^0.16.4", "packery": "^2.1.2", - "prettier": "^2.8.6", + "prettier": "^2.8.7", "prettier-plugin-go-template": "^0.0.13", "prettier-plugin-tailwindcss": "^0.2.5", "rimraf": "^4.4.1", From 36b59471eb7f55e61a4ece158502572eef79603c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Mar 2023 06:03:08 +0000 Subject: [PATCH 04/20] =?UTF-8?q?=F0=9F=93=8C=20Bump=20tailwindcss=20from?= =?UTF-8?q?=203.2.7=20to=203.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.2.7 to 3.3.0. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.2.7...v3.3.0) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 382 ++++++++++++++++++++++++++++++++++++++++++---- package.json | 2 +- 2 files changed, 357 insertions(+), 27 deletions(-) diff --git a/package-lock.json b/package-lock.json index fd7656ff..95fdc5b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "prettier-plugin-go-template": "^0.0.13", "prettier-plugin-tailwindcss": "^0.2.5", "rimraf": "^4.4.1", - "tailwindcss": "^3.2.7", + "tailwindcss": "^3.3.0", "tw-elements": "1.0.0-beta1", "typeit": "^8.7.1", "vendor-copy": "^3.0.1" @@ -133,6 +133,7 @@ "version": "7.4.1", "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==", + "dev": true, "bin": { "acorn": "bin/acorn" }, @@ -144,6 +145,7 @@ "version": "1.8.2", "resolved": "https://registry.npmjs.org/acorn-node/-/acorn-node-1.8.2.tgz", "integrity": "sha512-8mt+fslDufLYntIoPAaIMUe/lrbrehIiwmR3t2k9LljIzoigEPF27eLk2hy8zSGzmR/ogr7zbRKINMo1u0yh5A==", + "dev": true, "dependencies": { "acorn": "^7.0.0", "acorn-walk": "^7.0.0", @@ -154,10 +156,16 @@ "version": "7.2.0", "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz", "integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==", + "dev": true, "engines": { "node": ">=0.4.0" } }, + "node_modules/any-promise": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz", + "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==" + }, "node_modules/anymatch": { "version": "3.1.2", "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz", @@ -178,8 +186,7 @@ "node_modules/balanced-match": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", - "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", - "dev": true + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" }, "node_modules/binary-extensions": { "version": "2.2.0", @@ -318,6 +325,11 @@ "node": ">=14" } }, + "node_modules/concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" + }, "node_modules/cssesc": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", @@ -347,7 +359,8 @@ "node_modules/defined": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/defined/-/defined-1.0.0.tgz", - "integrity": "sha512-Y2caI5+ZwS5c3RiNDJ6u53VhQHv+hHKwhkI1iHvceKUHw9Df6EK2zRLfjejRgMuCuxK7PfSWIMwWecceVvThjQ==" + "integrity": "sha512-Y2caI5+ZwS5c3RiNDJ6u53VhQHv+hHKwhkI1iHvceKUHw9Df6EK2zRLfjejRgMuCuxK7PfSWIMwWecceVvThjQ==", + "dev": true }, "node_modules/desandro-matches-selector": { "version": "2.0.2", @@ -368,6 +381,7 @@ "version": "5.2.1", "resolved": "https://registry.npmjs.org/detective/-/detective-5.2.1.tgz", "integrity": "sha512-v9XE1zRnz1wRtgurGu0Bs8uHKFSTdteYZNbIPFVhUZ39L/S79ppMpdmVOZAnoz1jfEFodc48n6MX483Xo3t1yw==", + "dev": true, "dependencies": { "acorn-node": "^1.8.2", "defined": "^1.0.0", @@ -453,8 +467,7 @@ "node_modules/fs.realpath": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", - "dev": true + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" }, "node_modules/fsevents": { "version": "2.3.2", @@ -529,6 +542,20 @@ "node": ">= 0.4.0" } }, + "node_modules/inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", + "dependencies": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "node_modules/inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + }, "node_modules/is-binary-path": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", @@ -578,6 +605,14 @@ "node": ">=0.12.0" } }, + "node_modules/jiti": { + "version": "1.18.2", + "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.18.2.tgz", + "integrity": "sha512-QAdOptna2NYiSSpv0O/BwoHBSmz4YhpzJHyi+fnMRTXFjp7B8i/YG5Z8IfusxB1ufjcD2Sre1F3R+nX3fvy7gg==", + "bin": { + "jiti": "bin/jiti.js" + } + }, "node_modules/jquery": { "version": "3.6.4", "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.4.tgz", @@ -623,6 +658,11 @@ "node": ">=10" } }, + "node_modules/lines-and-columns": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", + "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" + }, "node_modules/lodash.castarray": { "version": "4.4.0", "resolved": "https://registry.npmjs.org/lodash.castarray/-/lodash.castarray-4.4.0.tgz", @@ -708,7 +748,8 @@ "node_modules/minimist": { "version": "1.2.6", "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", - "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==" + "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==", + "dev": true }, "node_modules/minipass": { "version": "4.2.4", @@ -728,6 +769,16 @@ "node": "*" } }, + "node_modules/mz": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz", + "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==", + "dependencies": { + "any-promise": "^1.0.0", + "object-assign": "^4.0.1", + "thenify-all": "^1.0.0" + } + }, "node_modules/nanoid": { "version": "3.3.4", "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.4.tgz", @@ -756,6 +807,14 @@ "node": ">=0.10.0" } }, + "node_modules/object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/object-hash": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz", @@ -764,6 +823,14 @@ "node": ">= 6" } }, + "node_modules/once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", + "dependencies": { + "wrappy": "1" + } + }, "node_modules/outlayer": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/outlayer/-/outlayer-2.1.1.tgz", @@ -785,6 +852,14 @@ "outlayer": "^2.0.0" } }, + "node_modules/path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/path-parse": { "version": "1.0.7", "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", @@ -836,6 +911,14 @@ "node": ">=0.10.0" } }, + "node_modules/pirates": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.5.tgz", + "integrity": "sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ==", + "engines": { + "node": ">= 6" + } + }, "node_modules/popper.js": { "version": "1.16.1", "resolved": "https://registry.npmjs.org/popper.js/-/popper.js-1.16.1.tgz", @@ -1227,6 +1310,73 @@ "node": ">=0.10.0" } }, + "node_modules/sucrase": { + "version": "3.31.0", + "resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.31.0.tgz", + "integrity": "sha512-6QsHnkqyVEzYcaiHsOKkzOtOgdJcb8i54x6AV2hDwyZcY9ZyykGZVw6L/YN98xC0evwTP6utsWWrKRaa8QlfEQ==", + "dependencies": { + "commander": "^4.0.0", + "glob": "7.1.6", + "lines-and-columns": "^1.1.6", + "mz": "^2.7.0", + "pirates": "^4.0.1", + "ts-interface-checker": "^0.1.9" + }, + "bin": { + "sucrase": "bin/sucrase", + "sucrase-node": "bin/sucrase-node" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/sucrase/node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/sucrase/node_modules/commander": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz", + "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==", + "engines": { + "node": ">= 6" + } + }, + "node_modules/sucrase/node_modules/glob": { + "version": "7.1.6", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz", + "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==", + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/sucrase/node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, "node_modules/supports-preserve-symlinks-flag": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", @@ -1239,19 +1389,19 @@ } }, "node_modules/tailwindcss": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.2.7.tgz", - "integrity": "sha512-B6DLqJzc21x7wntlH/GsZwEXTBttVSl1FtCzC8WP4oBc/NKef7kaax5jeihkkCEWc831/5NDJ9gRNDK6NEioQQ==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.0.tgz", + "integrity": "sha512-hOXlFx+YcklJ8kXiCAfk/FMyr4Pm9ck477G0m/us2344Vuj355IpoEDB5UmGAsSpTBmr+4ZhjzW04JuFXkb/fw==", "dependencies": { "arg": "^5.0.2", "chokidar": "^3.5.3", "color-name": "^1.1.4", - "detective": "^5.2.1", "didyoumean": "^1.2.2", "dlv": "^1.1.3", "fast-glob": "^3.2.12", "glob-parent": "^6.0.2", "is-glob": "^4.0.3", + "jiti": "^1.17.2", "lilconfig": "^2.0.6", "micromatch": "^4.0.5", "normalize-path": "^3.0.0", @@ -1265,7 +1415,8 @@ "postcss-selector-parser": "^6.0.11", "postcss-value-parser": "^4.2.0", "quick-lru": "^5.1.1", - "resolve": "^1.22.1" + "resolve": "^1.22.1", + "sucrase": "^3.29.0" }, "bin": { "tailwind": "lib/cli.js", @@ -1290,6 +1441,25 @@ "node": ">=4" } }, + "node_modules/thenify": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz", + "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==", + "dependencies": { + "any-promise": "^1.0.0" + } + }, + "node_modules/thenify-all": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz", + "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==", + "dependencies": { + "thenify": ">= 3.1.0 < 4" + }, + "engines": { + "node": ">=0.8" + } + }, "node_modules/to-regex-range": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", @@ -1301,6 +1471,11 @@ "node": ">=8.0" } }, + "node_modules/ts-interface-checker": { + "version": "0.1.13", + "resolved": "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz", + "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==" + }, "node_modules/tw-elements": { "version": "1.0.0-beta1", "resolved": "https://registry.npmjs.org/tw-elements/-/tw-elements-1.0.0-beta1.tgz", @@ -1413,10 +1588,16 @@ "node": ">=12" } }, + "node_modules/wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" + }, "node_modules/xtend": { "version": "4.0.2", "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", + "dev": true, "engines": { "node": ">=0.4" } @@ -1503,12 +1684,14 @@ "acorn": { "version": "7.4.1", "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", - "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==" + "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==", + "dev": true }, "acorn-node": { "version": "1.8.2", "resolved": "https://registry.npmjs.org/acorn-node/-/acorn-node-1.8.2.tgz", "integrity": "sha512-8mt+fslDufLYntIoPAaIMUe/lrbrehIiwmR3t2k9LljIzoigEPF27eLk2hy8zSGzmR/ogr7zbRKINMo1u0yh5A==", + "dev": true, "requires": { "acorn": "^7.0.0", "acorn-walk": "^7.0.0", @@ -1518,7 +1701,13 @@ "acorn-walk": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz", - "integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==" + "integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==", + "dev": true + }, + "any-promise": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz", + "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==" }, "anymatch": { "version": "3.1.2", @@ -1537,8 +1726,7 @@ "balanced-match": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", - "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", - "dev": true + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" }, "binary-extensions": { "version": "2.2.0", @@ -1652,6 +1840,11 @@ "resolved": "https://registry.npmjs.org/commander/-/commander-10.0.0.tgz", "integrity": "sha512-zS5PnTI22FIRM6ylNW8G4Ap0IEOyk62fhLSD0+uHRT9McRCLGpkVNvao4bjimpK/GShynyQkFFxHhwMcETmduA==" }, + "concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" + }, "cssesc": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", @@ -1672,7 +1865,8 @@ "defined": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/defined/-/defined-1.0.0.tgz", - "integrity": "sha512-Y2caI5+ZwS5c3RiNDJ6u53VhQHv+hHKwhkI1iHvceKUHw9Df6EK2zRLfjejRgMuCuxK7PfSWIMwWecceVvThjQ==" + "integrity": "sha512-Y2caI5+ZwS5c3RiNDJ6u53VhQHv+hHKwhkI1iHvceKUHw9Df6EK2zRLfjejRgMuCuxK7PfSWIMwWecceVvThjQ==", + "dev": true }, "desandro-matches-selector": { "version": "2.0.2", @@ -1693,6 +1887,7 @@ "version": "5.2.1", "resolved": "https://registry.npmjs.org/detective/-/detective-5.2.1.tgz", "integrity": "sha512-v9XE1zRnz1wRtgurGu0Bs8uHKFSTdteYZNbIPFVhUZ39L/S79ppMpdmVOZAnoz1jfEFodc48n6MX483Xo3t1yw==", + "dev": true, "requires": { "acorn-node": "^1.8.2", "defined": "^1.0.0", @@ -1765,8 +1960,7 @@ "fs.realpath": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", - "dev": true + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" }, "fsevents": { "version": "2.3.2", @@ -1819,6 +2013,20 @@ "function-bind": "^1.1.1" } }, + "inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", + "requires": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + }, "is-binary-path": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", @@ -1853,6 +2061,11 @@ "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" }, + "jiti": { + "version": "1.18.2", + "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.18.2.tgz", + "integrity": "sha512-QAdOptna2NYiSSpv0O/BwoHBSmz4YhpzJHyi+fnMRTXFjp7B8i/YG5Z8IfusxB1ufjcD2Sre1F3R+nX3fvy7gg==" + }, "jquery": { "version": "3.6.4", "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.4.tgz", @@ -1887,6 +2100,11 @@ "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.0.6.tgz", "integrity": "sha512-9JROoBW7pobfsx+Sq2JsASvCo6Pfo6WWoUW79HuB1BCoBXD4PLWJPqDF6fNj67pqBYTbAHkE57M1kS/+L1neOg==" }, + "lines-and-columns": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", + "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" + }, "lodash.castarray": { "version": "4.4.0", "resolved": "https://registry.npmjs.org/lodash.castarray/-/lodash.castarray-4.4.0.tgz", @@ -1951,7 +2169,8 @@ "minimist": { "version": "1.2.6", "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", - "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==" + "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==", + "dev": true }, "minipass": { "version": "4.2.4", @@ -1965,6 +2184,16 @@ "integrity": "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==", "dev": true }, + "mz": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz", + "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==", + "requires": { + "any-promise": "^1.0.0", + "object-assign": "^4.0.1", + "thenify-all": "^1.0.0" + } + }, "nanoid": { "version": "3.3.4", "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.4.tgz", @@ -1981,11 +2210,24 @@ "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" }, + "object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==" + }, "object-hash": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz", "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==" }, + "once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", + "requires": { + "wrappy": "1" + } + }, "outlayer": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/outlayer/-/outlayer-2.1.1.tgz", @@ -2007,6 +2249,11 @@ "outlayer": "^2.0.0" } }, + "path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==" + }, "path-parse": { "version": "1.0.7", "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", @@ -2043,6 +2290,11 @@ "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==" }, + "pirates": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.5.tgz", + "integrity": "sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ==" + }, "popper.js": { "version": "1.16.1", "resolved": "https://registry.npmjs.org/popper.js/-/popper.js-1.16.1.tgz", @@ -2221,25 +2473,75 @@ "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==" }, + "sucrase": { + "version": "3.31.0", + "resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.31.0.tgz", + "integrity": "sha512-6QsHnkqyVEzYcaiHsOKkzOtOgdJcb8i54x6AV2hDwyZcY9ZyykGZVw6L/YN98xC0evwTP6utsWWrKRaa8QlfEQ==", + "requires": { + "commander": "^4.0.0", + "glob": "7.1.6", + "lines-and-columns": "^1.1.6", + "mz": "^2.7.0", + "pirates": "^4.0.1", + "ts-interface-checker": "^0.1.9" + }, + "dependencies": { + "brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "requires": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "commander": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz", + "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==" + }, + "glob": { + "version": "7.1.6", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz", + "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==", + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "requires": { + "brace-expansion": "^1.1.7" + } + } + } + }, "supports-preserve-symlinks-flag": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==" }, "tailwindcss": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.2.7.tgz", - "integrity": "sha512-B6DLqJzc21x7wntlH/GsZwEXTBttVSl1FtCzC8WP4oBc/NKef7kaax5jeihkkCEWc831/5NDJ9gRNDK6NEioQQ==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.0.tgz", + "integrity": "sha512-hOXlFx+YcklJ8kXiCAfk/FMyr4Pm9ck477G0m/us2344Vuj355IpoEDB5UmGAsSpTBmr+4ZhjzW04JuFXkb/fw==", "requires": { "arg": "^5.0.2", "chokidar": "^3.5.3", "color-name": "^1.1.4", - "detective": "^5.2.1", "didyoumean": "^1.2.2", "dlv": "^1.1.3", "fast-glob": "^3.2.12", "glob-parent": "^6.0.2", "is-glob": "^4.0.3", + "jiti": "^1.17.2", "lilconfig": "^2.0.6", "micromatch": "^4.0.5", "normalize-path": "^3.0.0", @@ -2253,7 +2555,8 @@ "postcss-selector-parser": "^6.0.11", "postcss-value-parser": "^4.2.0", "quick-lru": "^5.1.1", - "resolve": "^1.22.1" + "resolve": "^1.22.1", + "sucrase": "^3.29.0" }, "dependencies": { "postcss-selector-parser": { @@ -2267,6 +2570,22 @@ } } }, + "thenify": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz", + "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==", + "requires": { + "any-promise": "^1.0.0" + } + }, + "thenify-all": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz", + "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==", + "requires": { + "thenify": ">= 3.1.0 < 4" + } + }, "to-regex-range": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", @@ -2275,6 +2594,11 @@ "is-number": "^7.0.0" } }, + "ts-interface-checker": { + "version": "0.1.13", + "resolved": "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz", + "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==" + }, "tw-elements": { "version": "1.0.0-beta1", "resolved": "https://registry.npmjs.org/tw-elements/-/tw-elements-1.0.0-beta1.tgz", @@ -2367,10 +2691,16 @@ "ncp": "^2.0.0" } }, + "wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" + }, "xtend": { "version": "4.0.2", "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", - "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==" + "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", + "dev": true }, "yaml": { "version": "1.10.2", diff --git a/package.json b/package.json index daa8a07d..81a1f822 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "prettier-plugin-go-template": "^0.0.13", "prettier-plugin-tailwindcss": "^0.2.5", "rimraf": "^4.4.1", - "tailwindcss": "^3.2.7", + "tailwindcss": "^3.3.0", "tw-elements": "1.0.0-beta1", "typeit": "^8.7.1", "vendor-copy": "^3.0.1" From 74c105c1fdaf38220041d12ba7e4fd3b65aa3138 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 29 Mar 2023 06:03:33 +0000 Subject: [PATCH 05/20] =?UTF-8?q?=F0=9F=92=84=20Rebuild=20CSS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/compiled/main.css | 406 ++++++++++++++++++----------------- 1 file changed, 212 insertions(+), 194 deletions(-) diff --git a/assets/css/compiled/main.css b/assets/css/compiled/main.css index 7de5f92a..64750231 100644 --- a/assets/css/compiled/main.css +++ b/assets/css/compiled/main.css @@ -1,6 +1,6 @@ /*! Blowfish | MIT License | https://github.com/nunocoracao/blowfish */ -/*! tailwindcss v3.2.7 | MIT License | https://tailwindcss.com */ +/*! tailwindcss v3.3.0 | MIT License | https://tailwindcss.com */ /* 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4) @@ -31,6 +31,7 @@ 3. Use a more readable tab size. 4. Use the user's configured `sans` font-family by default. 5. Use the user's configured `sans` font-feature-settings by default. +6. Use the user's configured `sans` font-variation-settings by default. */ html { @@ -47,6 +48,8 @@ html { /* 4 */ font-feature-settings: normal; /* 5 */ + font-variation-settings: normal; + /* 6 */ } /* @@ -1287,10 +1290,7 @@ select { } .inset-0 { - top: 0px; - right: 0px; - bottom: 0px; - left: 0px; + inset: 0px; } .inset-x-0 { @@ -2807,31 +2807,39 @@ select { } .from-neutral { - --tw-gradient-from: rgba(var(--color-neutral), 1); - --tw-gradient-to: rgba(var(--color-neutral), 0); + --tw-gradient-from: rgba(var(--color-neutral), 1) var(--tw-gradient-from-position); + --tw-gradient-from-position: ; + --tw-gradient-to: rgba(var(--color-neutral), 0) var(--tw-gradient-from-position); + --tw-gradient-to-position: ; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-primary-500 { - --tw-gradient-from: rgba(var(--color-primary-500), 1); - --tw-gradient-to: rgba(var(--color-primary-500), 0); + --tw-gradient-from: rgba(var(--color-primary-500), 1) var(--tw-gradient-from-position); + --tw-gradient-from-position: ; + --tw-gradient-to: rgba(var(--color-primary-500), 0) var(--tw-gradient-from-position); + --tw-gradient-to-position: ; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .to-neutral { - --tw-gradient-to: rgba(var(--color-neutral), 1); + --tw-gradient-to: rgba(var(--color-neutral), 1) var(--tw-gradient-to-position); + --tw-gradient-to-position: ; } .to-neutral-100 { - --tw-gradient-to: rgba(var(--color-neutral-100), 1); + --tw-gradient-to: rgba(var(--color-neutral-100), 1) var(--tw-gradient-to-position); + --tw-gradient-to-position: ; } .to-secondary-700 { - --tw-gradient-to: rgba(var(--color-secondary-700), 1); + --tw-gradient-to: rgba(var(--color-secondary-700), 1) var(--tw-gradient-to-position); + --tw-gradient-to-position: ; } .to-transparent { - --tw-gradient-to: transparent; + --tw-gradient-to: transparent var(--tw-gradient-to-position); + --tw-gradient-to-position: ; } .bg-contain { @@ -3798,32 +3806,32 @@ body:has(#menu-controller:checked) { /* RTL support */ -[dir="rtl"] .prose blockquote { +:is([dir="rtl"] .prose blockquote) { border-left-width: 0px; border-right-width: 4px; padding-right: 1rem; } -[dir="rtl"] .prose ul>li,[dir="rtl"] -.prose ol>li { +:is([dir="rtl"] .prose ul>li),:is([dir="rtl"] +.prose ol>li) { margin-right: 1.75rem; padding-left: 0px; padding-right: 0.5rem; } -[dir="rtl"] .prose ol>li:before,[dir="rtl"] -.prose ul>li:before { +:is([dir="rtl"] .prose ol>li:before),:is([dir="rtl"] +.prose ul>li:before) { left: auto; right: 0.25rem; } -[dir="rtl"] .prose thead td:first-child,[dir="rtl"] -.prose thead th:first-child { +:is([dir="rtl"] .prose thead td:first-child),:is([dir="rtl"] +.prose thead th:first-child) { padding-right: 0px; } -[dir="rtl"] .prose thead td:last-child,[dir="rtl"] -.prose thead th:last-child { +:is([dir="rtl"] .prose thead td:last-child),:is([dir="rtl"] +.prose thead th:last-child) { padding-left: 0px; } @@ -3843,11 +3851,11 @@ body:has(#menu-controller:checked) { line-height: 1.375; } -[dir="ltr"] .toc ul ul { +:is([dir="ltr"] .toc ul ul) { padding-left: 1rem; } -[dir="rtl"] .toc ul ul { +:is([dir="rtl"] .toc ul ul) { padding-right: 1rem; } @@ -3857,12 +3865,12 @@ body:has(#menu-controller:checked) { color: rgba(var(--color-neutral-700), var(--tw-text-opacity)); } -.dark .toc a { +:is(.dark .toc a) { --tw-text-opacity: 1; color: rgba(var(--color-neutral-400), var(--tw-text-opacity)); } -[dir="rtl"] .toc ul>li { +:is([dir="rtl"] .toc ul>li) { margin-right: 0px; } @@ -3904,7 +3912,7 @@ body:has(#menu-controller:checked) { opacity: 0.9; } -.dark .copy-button { +:is(.dark .copy-button) { --tw-bg-opacity: 1; background-color: rgba(var(--color-neutral-600), var(--tw-bg-opacity)); --tw-text-opacity: 1; @@ -3919,10 +3927,10 @@ body:has(#menu-controller:checked) { background-color: rgba(var(--color-primary-100), var(--tw-bg-opacity)); } -.dark .copy-button:hover,.dark -.copy-button:focus,.dark -.copy-button:active,.dark -.copy-button:active:hover { +:is(.dark .copy-button:hover),:is(.dark +.copy-button:focus),:is(.dark +.copy-button:active),:is(.dark +.copy-button:active:hover) { --tw-bg-opacity: 1; background-color: rgba(var(--color-primary-600), var(--tw-bg-opacity)); } @@ -3946,7 +3954,7 @@ body:has(#menu-controller:checked) { color: rgba(var(--color-neutral-700), var(--tw-text-opacity)); } -.dark .prose .chroma { +:is(.dark .prose .chroma) { --tw-bg-opacity: 1; background-color: rgba(var(--color-neutral-700), var(--tw-bg-opacity)); --tw-text-opacity: 1; @@ -3991,7 +3999,7 @@ body:has(#menu-controller:checked) { padding-right: 1rem; } -.dark .chroma .hl { +:is(.dark .chroma .hl) { --tw-bg-opacity: 1; background-color: rgba(var(--color-primary-900), var(--tw-bg-opacity)); } @@ -4016,8 +4024,8 @@ body:has(#menu-controller:checked) { color: rgba(var(--color-neutral-600), var(--tw-text-opacity)); } -.dark .chroma .lnt,.dark -.chroma .ln { +:is(.dark .chroma .lnt),:is(.dark +.chroma .ln) { --tw-text-opacity: 1; color: rgba(var(--color-neutral-300), var(--tw-text-opacity)); } @@ -4056,16 +4064,16 @@ body:has(#menu-controller:checked) { color: rgba(var(--color-primary-600), var(--tw-text-opacity)); } -.dark .chroma .k,.dark -.chroma .kd,.dark -.chroma .kn,.dark -.chroma .kp,.dark -.chroma .kr,.dark -.chroma .nc,.dark -.chroma .fm,.dark -.chroma .nn,.dark -.chroma .vc,.dark -.chroma .o { +:is(.dark .chroma .k),:is(.dark +.chroma .kd),:is(.dark +.chroma .kn),:is(.dark +.chroma .kp),:is(.dark +.chroma .kr),:is(.dark +.chroma .nc),:is(.dark +.chroma .fm),:is(.dark +.chroma .nn),:is(.dark +.chroma .vc),:is(.dark +.chroma .o) { --tw-text-opacity: 1; color: rgba(var(--color-primary-300), var(--tw-text-opacity)); } @@ -4078,7 +4086,7 @@ body:has(#menu-controller:checked) { color: rgba(var(--color-secondary-400), var(--tw-text-opacity)); } -.dark .chroma .kc { +:is(.dark .chroma .kc) { --tw-text-opacity: 1; color: rgba(var(--color-secondary-500), var(--tw-text-opacity)); } @@ -4120,17 +4128,17 @@ body:has(#menu-controller:checked) { color: rgba(var(--color-secondary-400), var(--tw-text-opacity)); } -.dark .chroma .kt,.dark -.chroma .nv,.dark -.chroma .vi,.dark -.chroma .vm,.dark -.chroma .m,.dark -.chroma .mb,.dark -.chroma .mf,.dark -.chroma .mh,.dark -.chroma .mi,.dark -.chroma .il,.dark -.chroma .mo { +:is(.dark .chroma .kt),:is(.dark +.chroma .nv),:is(.dark +.chroma .vi),:is(.dark +.chroma .vm),:is(.dark +.chroma .m),:is(.dark +.chroma .mb),:is(.dark +.chroma .mf),:is(.dark +.chroma .mh),:is(.dark +.chroma .mi),:is(.dark +.chroma .il),:is(.dark +.chroma .mo) { --tw-text-opacity: 1; color: rgba(var(--color-secondary-600), var(--tw-text-opacity)); } @@ -4151,10 +4159,10 @@ body:has(#menu-controller:checked) { color: rgba(var(--color-secondary-900), var(--tw-text-opacity)); } -.dark .chroma .n,.dark -.chroma .nd,.dark -.chroma .ni,.dark -.chroma .nl { +:is(.dark .chroma .n),:is(.dark +.chroma .nd),:is(.dark +.chroma .ni),:is(.dark +.chroma .nl) { --tw-text-opacity: 1; color: rgba(var(--color-secondary-200), var(--tw-text-opacity)); } @@ -4181,12 +4189,12 @@ body:has(#menu-controller:checked) { color: rgba(var(--color-secondary-800), var(--tw-text-opacity)); } -.dark .chroma .na,.dark -.chroma .nb,.dark -.chroma .bp,.dark -.chroma .nx,.dark -.chroma .py,.dark -.chroma .nt { +:is(.dark .chroma .na),:is(.dark +.chroma .nb),:is(.dark +.chroma .bp),:is(.dark +.chroma .nx),:is(.dark +.chroma .py),:is(.dark +.chroma .nt) { --tw-text-opacity: 1; color: rgba(var(--color-secondary-300), var(--tw-text-opacity)); } @@ -4205,9 +4213,9 @@ body:has(#menu-controller:checked) { color: rgba(var(--color-secondary-400), var(--tw-text-opacity)); } -.dark .chroma .no,.dark -.chroma .ne,.dark -.chroma .vg { +:is(.dark .chroma .no),:is(.dark +.chroma .ne),:is(.dark +.chroma .vg) { --tw-text-opacity: 1; color: rgba(var(--color-secondary-500), var(--tw-text-opacity)); } @@ -4219,7 +4227,7 @@ body:has(#menu-controller:checked) { color: rgba(var(--color-secondary-600), var(--tw-text-opacity)); } -.dark .chroma .nf { +:is(.dark .chroma .nf) { --tw-text-opacity: 1; color: rgba(var(--color-secondary-500), var(--tw-text-opacity)); } @@ -4276,22 +4284,22 @@ body:has(#menu-controller:checked) { color: rgba(var(--color-primary-800), var(--tw-text-opacity)); } -.dark .chroma .l,.dark -.chroma .ld,.dark -.chroma .s,.dark -.chroma .sa,.dark -.chroma .sb,.dark -.chroma .sc,.dark -.chroma .dl,.dark -.chroma .sd,.dark -.chroma .s2,.dark -.chroma .sh,.dark -.chroma .si,.dark -.chroma .sx,.dark -.chroma .s1,.dark -.chroma .gi,.dark -.chroma .go,.dark -.chroma .gp { +:is(.dark .chroma .l),:is(.dark +.chroma .ld),:is(.dark +.chroma .s),:is(.dark +.chroma .sa),:is(.dark +.chroma .sb),:is(.dark +.chroma .sc),:is(.dark +.chroma .dl),:is(.dark +.chroma .sd),:is(.dark +.chroma .s2),:is(.dark +.chroma .sh),:is(.dark +.chroma .si),:is(.dark +.chroma .sx),:is(.dark +.chroma .s1),:is(.dark +.chroma .gi),:is(.dark +.chroma .go),:is(.dark +.chroma .gp) { --tw-text-opacity: 1; color: rgba(var(--color-primary-400), var(--tw-text-opacity)); } @@ -4304,7 +4312,7 @@ body:has(#menu-controller:checked) { color: rgba(var(--color-secondary-400), var(--tw-text-opacity)); } -.dark .chroma .se { +:is(.dark .chroma .se) { --tw-text-opacity: 1; color: rgba(var(--color-secondary-500), var(--tw-text-opacity)); } @@ -4320,8 +4328,8 @@ body:has(#menu-controller:checked) { color: rgba(var(--color-primary-800), var(--tw-text-opacity)); } -.dark .chroma .sr,.dark -.chroma .ss { +:is(.dark .chroma .sr),:is(.dark +.chroma .ss) { --tw-text-opacity: 1; color: rgba(var(--color-primary-400), var(--tw-text-opacity)); } @@ -4334,7 +4342,7 @@ body:has(#menu-controller:checked) { color: rgba(var(--color-primary-400), var(--tw-text-opacity)); } -.dark .chroma .ow { +:is(.dark .chroma .ow) { --tw-text-opacity: 1; color: rgba(var(--color-primary-600), var(--tw-text-opacity)); } @@ -4362,12 +4370,12 @@ body:has(#menu-controller:checked) { color: rgba(var(--color-neutral-500), var(--tw-text-opacity)); } -.dark .chroma .c,.dark -.chroma .cm,.dark -.chroma .c1,.dark -.chroma .cs,.dark -.chroma .cp,.dark -.chroma .cpf { +:is(.dark .chroma .c),:is(.dark +.chroma .cm),:is(.dark +.chroma .c1),:is(.dark +.chroma .cs),:is(.dark +.chroma .cp),:is(.dark +.chroma .cpf) { --tw-text-opacity: 1; color: rgba(var(--color-neutral-400), var(--tw-text-opacity)); } @@ -4381,7 +4389,7 @@ body:has(#menu-controller:checked) { color: rgba(var(--color-neutral-500), var(--tw-text-opacity)); } -.dark .chroma .ch { +:is(.dark .chroma .ch) { --tw-text-opacity: 1; color: rgba(var(--color-neutral-400), var(--tw-text-opacity)); } @@ -5298,7 +5306,7 @@ body:has(#menu-controller:checked) { /* 32:9 Aspect Ratio */ } -.dark .dark\:prose-invert { +:is(.dark .dark\:prose-invert) { --tw-prose-body: var(--tw-prose-invert-body); --tw-prose-headings: var(--tw-prose-invert-headings); --tw-prose-lead: var(--tw-prose-invert-lead); @@ -5317,28 +5325,28 @@ body:has(#menu-controller:checked) { --tw-prose-td-borders: var(--tw-prose-invert-td-borders); } -.dark .dark\:prose-invert :where(a):not(:where([class~="not-prose"] *)) { +:is(.dark .dark\:prose-invert) :where(a):not(:where([class~="not-prose"] *)) { text-decoration-color: rgba(var(--color-neutral-600), 1); } -.dark .dark\:prose-invert :where(kbd):not(:where([class~="not-prose"] *)) { +:is(.dark .dark\:prose-invert) :where(kbd):not(:where([class~="not-prose"] *)) { color: rgba(var(--color-neutral-200), 1); background-color: rgba(var(--color-neutral-700), 1); } -.dark .dark\:prose-invert :where(mark):not(:where([class~="not-prose"] *)) { +:is(.dark .dark\:prose-invert) :where(mark):not(:where([class~="not-prose"] *)) { background-color: rgba(var(--color-primary-400), 1); } -.dark .dark\:prose-invert :where(code):not(:where([class~="not-prose"] *)) { +:is(.dark .dark\:prose-invert) :where(code):not(:where([class~="not-prose"] *)) { background-color: rgba(var(--color-neutral-700), 1); } -.dark .dark\:prose-invert :where(a.active):not(:where([class~="not-prose"] *)) { +:is(.dark .dark\:prose-invert) :where(a.active):not(:where([class~="not-prose"] *)) { text-decoration-color: rgba(var(--color-primary-400), 1); } -.dark .dark\:prose-invert :where(p.active):not(:where([class~="not-prose"] *)) { +:is(.dark .dark\:prose-invert) :where(p.active):not(:where([class~="not-prose"] *)) { text-decoration-color: rgba(var(--color-primary-400), 1); } @@ -5906,6 +5914,10 @@ body:has(#menu-controller:checked) { opacity: 1; } +.data-\[te-carousel-fade\]\:duration-0[data-te-carousel-fade] { + transition-duration: 0s; +} + .data-\[te-input-state-active\]\:placeholder\:opacity-100[data-te-input-state-active]::-moz-placeholder { opacity: 1; } @@ -6050,127 +6062,127 @@ body:has(#menu-controller:checked) { transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); } -[dir="ltr"] .ltr\:-left-6 { +:is([dir="ltr"] .ltr\:-left-6) { left: -1.5rem; } -[dir="ltr"] .ltr\:right-0 { +:is([dir="ltr"] .ltr\:right-0) { right: 0px; } -[dir="ltr"] .ltr\:-ml-5 { +:is([dir="ltr"] .ltr\:-ml-5) { margin-left: -1.25rem; } -[dir="ltr"] .ltr\:ml-2 { +:is([dir="ltr"] .ltr\:ml-2) { margin-left: 0.5rem; } -[dir="ltr"] .ltr\:mr-14 { +:is([dir="ltr"] .ltr\:mr-14) { margin-right: 3.5rem; } -[dir="ltr"] .ltr\:mr-4 { +:is([dir="ltr"] .ltr\:mr-4) { margin-right: 1rem; } -[dir="ltr"] .ltr\:block { +:is([dir="ltr"] .ltr\:block) { display: block; } -[dir="ltr"] .ltr\:inline { +:is([dir="ltr"] .ltr\:inline) { display: inline; } -[dir="ltr"] .ltr\:hidden { +:is([dir="ltr"] .ltr\:hidden) { display: none; } -[dir="ltr"] .ltr\:border-l { +:is([dir="ltr"] .ltr\:border-l) { border-left-width: 1px; } -[dir="ltr"] .ltr\:pl-5 { +:is([dir="ltr"] .ltr\:pl-5) { padding-left: 1.25rem; } -[dir="ltr"] .ltr\:pr-2 { +:is([dir="ltr"] .ltr\:pr-2) { padding-right: 0.5rem; } -[dir="ltr"] .ltr\:pr-3 { +:is([dir="ltr"] .ltr\:pr-3) { padding-right: 0.75rem; } -[dir="ltr"] .ltr\:text-right { +:is([dir="ltr"] .ltr\:text-right) { text-align: right; } -[dir="rtl"] .rtl\:\!left-auto { +:is([dir="rtl"] .rtl\:\!left-auto) { left: auto !important; } -[dir="rtl"] .rtl\:-right-6 { +:is([dir="rtl"] .rtl\:-right-6) { right: -1.5rem; } -[dir="rtl"] .rtl\:left-0 { +:is([dir="rtl"] .rtl\:left-0) { left: 0px; } -[dir="rtl"] .rtl\:-mr-5 { +:is([dir="rtl"] .rtl\:-mr-5) { margin-right: -1.25rem; } -[dir="rtl"] .rtl\:ml-14 { +:is([dir="rtl"] .rtl\:ml-14) { margin-left: 3.5rem; } -[dir="rtl"] .rtl\:ml-4 { +:is([dir="rtl"] .rtl\:ml-4) { margin-left: 1rem; } -[dir="rtl"] .rtl\:mr-2 { +:is([dir="rtl"] .rtl\:mr-2) { margin-right: 0.5rem; } -[dir="rtl"] .rtl\:block { +:is([dir="rtl"] .rtl\:block) { display: block; } -[dir="rtl"] .rtl\:inline { +:is([dir="rtl"] .rtl\:inline) { display: inline; } -[dir="rtl"] .rtl\:hidden { +:is([dir="rtl"] .rtl\:hidden) { display: none; } -[dir="rtl"] .rtl\:\!origin-\[50\%_50\%_0\] { +:is([dir="rtl"] .rtl\:\!origin-\[50\%_50\%_0\]) { transform-origin: 50% 50% 0 !important; } -[dir="rtl"] .rtl\:border-r { +:is([dir="rtl"] .rtl\:border-r) { border-right-width: 1px; } -[dir="rtl"] .rtl\:pl-2 { +:is([dir="rtl"] .rtl\:pl-2) { padding-left: 0.5rem; } -[dir="rtl"] .rtl\:pl-3 { +:is([dir="rtl"] .rtl\:pl-3) { padding-left: 0.75rem; } -[dir="rtl"] .rtl\:pr-5 { +:is([dir="rtl"] .rtl\:pr-5) { padding-right: 1.25rem; } -[dir="rtl"] .rtl\:text-left { +:is([dir="rtl"] .rtl\:text-left) { text-align: left; } -[dir="rtl"] .rtl\:\[direction\:rtl\] { +:is([dir="rtl"] .rtl\:\[direction\:rtl\]) { direction: rtl; } @@ -6184,225 +6196,231 @@ body:has(#menu-controller:checked) { } } -.dark .dark\:flex { +:is(.dark .dark\:flex) { display: flex; } -.dark .dark\:hidden { +:is(.dark .dark\:hidden) { display: none; } -.dark .dark\:border-0 { +:is(.dark .dark\:border-0) { border-width: 0px; } -.dark .dark\:border-neutral-500 { +:is(.dark .dark\:border-neutral-500) { --tw-border-opacity: 1; border-color: rgba(var(--color-neutral-500), var(--tw-border-opacity)); } -.dark .dark\:border-neutral-600 { +:is(.dark .dark\:border-neutral-600) { --tw-border-opacity: 1; border-color: rgba(var(--color-neutral-600), var(--tw-border-opacity)); } -.dark .dark\:border-neutral-700 { +:is(.dark .dark\:border-neutral-700) { --tw-border-opacity: 1; border-color: rgba(var(--color-neutral-700), var(--tw-border-opacity)); } -.dark .dark\:border-primary-300 { +:is(.dark .dark\:border-primary-300) { --tw-border-opacity: 1; border-color: rgba(var(--color-primary-300), var(--tw-border-opacity)); } -.dark .dark\:border-primary-400 { +:is(.dark .dark\:border-primary-400) { --tw-border-opacity: 1; border-color: rgba(var(--color-primary-400), var(--tw-border-opacity)); } -.dark .dark\:border-primary-600 { +:is(.dark .dark\:border-primary-600) { --tw-border-opacity: 1; border-color: rgba(var(--color-primary-600), var(--tw-border-opacity)); } -.dark .dark\:bg-neutral-600 { +:is(.dark .dark\:bg-neutral-600) { --tw-bg-opacity: 1; background-color: rgba(var(--color-neutral-600), var(--tw-bg-opacity)); } -.dark .dark\:bg-neutral-700 { +:is(.dark .dark\:bg-neutral-700) { --tw-bg-opacity: 1; background-color: rgba(var(--color-neutral-700), var(--tw-bg-opacity)); } -.dark .dark\:bg-neutral-800 { +:is(.dark .dark\:bg-neutral-800) { --tw-bg-opacity: 1; background-color: rgba(var(--color-neutral-800), var(--tw-bg-opacity)); } -.dark .dark\:bg-neutral-800\/50 { +:is(.dark .dark\:bg-neutral-800\/50) { background-color: rgba(var(--color-neutral-800), 0.5); } -.dark .dark\:bg-neutral-900\/50 { +:is(.dark .dark\:bg-neutral-900\/50) { background-color: rgba(var(--color-neutral-900), 0.5); } -.dark .dark\:bg-primary-300 { +:is(.dark .dark\:bg-primary-300) { --tw-bg-opacity: 1; background-color: rgba(var(--color-primary-300), var(--tw-bg-opacity)); } -.dark .dark\:bg-primary-400 { +:is(.dark .dark\:bg-primary-400) { --tw-bg-opacity: 1; background-color: rgba(var(--color-primary-400), var(--tw-bg-opacity)); } -.dark .dark\:bg-primary-800 { +:is(.dark .dark\:bg-primary-800) { --tw-bg-opacity: 1; background-color: rgba(var(--color-primary-800), var(--tw-bg-opacity)); } -.dark .dark\:bg-primary-900 { +:is(.dark .dark\:bg-primary-900) { --tw-bg-opacity: 1; background-color: rgba(var(--color-primary-900), var(--tw-bg-opacity)); } -.dark .dark\:bg-transparent { +:is(.dark .dark\:bg-transparent) { background-color: transparent; } -.dark .dark\:from-neutral-800 { - --tw-gradient-from: rgba(var(--color-neutral-800), 1); - --tw-gradient-to: rgba(var(--color-neutral-800), 0); +:is(.dark .dark\:from-neutral-800) { + --tw-gradient-from: rgba(var(--color-neutral-800), 1) var(--tw-gradient-from-position); + --tw-gradient-from-position: ; + --tw-gradient-to: rgba(var(--color-neutral-800), 0) var(--tw-gradient-from-position); + --tw-gradient-to-position: ; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } -.dark .dark\:from-primary-600 { - --tw-gradient-from: rgba(var(--color-primary-600), 1); - --tw-gradient-to: rgba(var(--color-primary-600), 0); +:is(.dark .dark\:from-primary-600) { + --tw-gradient-from: rgba(var(--color-primary-600), 1) var(--tw-gradient-from-position); + --tw-gradient-from-position: ; + --tw-gradient-to: rgba(var(--color-primary-600), 0) var(--tw-gradient-from-position); + --tw-gradient-to-position: ; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } -.dark .dark\:to-neutral-800 { - --tw-gradient-to: rgba(var(--color-neutral-800), 1); +:is(.dark .dark\:to-neutral-800) { + --tw-gradient-to: rgba(var(--color-neutral-800), 1) var(--tw-gradient-to-position); + --tw-gradient-to-position: ; } -.dark .dark\:to-secondary-800 { - --tw-gradient-to: rgba(var(--color-secondary-800), 1); +:is(.dark .dark\:to-secondary-800) { + --tw-gradient-to: rgba(var(--color-secondary-800), 1) var(--tw-gradient-to-position); + --tw-gradient-to-position: ; } -.dark .dark\:\!text-primary-400 { +:is(.dark .dark\:\!text-primary-400) { --tw-text-opacity: 1 !important; color: rgba(var(--color-primary-400), var(--tw-text-opacity)) !important; } -.dark .dark\:text-neutral { +:is(.dark .dark\:text-neutral) { --tw-text-opacity: 1; color: rgba(var(--color-neutral), var(--tw-text-opacity)); } -.dark .dark\:text-neutral-100 { +:is(.dark .dark\:text-neutral-100) { --tw-text-opacity: 1; color: rgba(var(--color-neutral-100), var(--tw-text-opacity)); } -.dark .dark\:text-neutral-200 { +:is(.dark .dark\:text-neutral-200) { --tw-text-opacity: 1; color: rgba(var(--color-neutral-200), var(--tw-text-opacity)); } -.dark .dark\:text-neutral-300 { +:is(.dark .dark\:text-neutral-300) { --tw-text-opacity: 1; color: rgba(var(--color-neutral-300), var(--tw-text-opacity)); } -.dark .dark\:text-neutral-400 { +:is(.dark .dark\:text-neutral-400) { --tw-text-opacity: 1; color: rgba(var(--color-neutral-400), var(--tw-text-opacity)); } -.dark .dark\:text-neutral-500 { +:is(.dark .dark\:text-neutral-500) { --tw-text-opacity: 1; color: rgba(var(--color-neutral-500), var(--tw-text-opacity)); } -.dark .dark\:text-neutral-700 { +:is(.dark .dark\:text-neutral-700) { --tw-text-opacity: 1; color: rgba(var(--color-neutral-700), var(--tw-text-opacity)); } -.dark .dark\:text-neutral-800 { +:is(.dark .dark\:text-neutral-800) { --tw-text-opacity: 1; color: rgba(var(--color-neutral-800), var(--tw-text-opacity)); } -.dark .dark\:text-primary-200 { +:is(.dark .dark\:text-primary-200) { --tw-text-opacity: 1; color: rgba(var(--color-primary-200), var(--tw-text-opacity)); } -.dark .dark\:text-primary-400 { +:is(.dark .dark\:text-primary-400) { --tw-text-opacity: 1; color: rgba(var(--color-primary-400), var(--tw-text-opacity)); } -.dark .dark\:opacity-60 { +:is(.dark .dark\:opacity-60) { opacity: 0.6; } -.dark .dark\:hover\:\!bg-primary-700:hover { +:is(.dark .dark\:hover\:\!bg-primary-700:hover) { --tw-bg-opacity: 1 !important; background-color: rgba(var(--color-primary-700), var(--tw-bg-opacity)) !important; } -.dark .dark\:hover\:bg-primary-400:hover { +:is(.dark .dark\:hover\:bg-primary-400:hover) { --tw-bg-opacity: 1; background-color: rgba(var(--color-primary-400), var(--tw-bg-opacity)); } -.dark .dark\:hover\:bg-primary-900:hover { +:is(.dark .dark\:hover\:bg-primary-900:hover) { --tw-bg-opacity: 1; background-color: rgba(var(--color-primary-900), var(--tw-bg-opacity)); } -.dark .dark\:hover\:text-\[\#3b71ca\]:hover { +:is(.dark .dark\:hover\:text-\[\#3b71ca\]:hover) { --tw-text-opacity: 1; color: rgb(59 113 202 / var(--tw-text-opacity)); } -.dark .dark\:hover\:text-neutral-800:hover { +:is(.dark .dark\:hover\:text-neutral-800:hover) { --tw-text-opacity: 1; color: rgba(var(--color-neutral-800), var(--tw-text-opacity)); } -.dark .dark\:hover\:text-primary-400:hover { +:is(.dark .dark\:hover\:text-primary-400:hover) { --tw-text-opacity: 1; color: rgba(var(--color-primary-400), var(--tw-text-opacity)); } -.dark .dark\:focus\:bg-primary-900:focus { +:is(.dark .dark\:focus\:bg-primary-900:focus) { --tw-bg-opacity: 1; background-color: rgba(var(--color-primary-900), var(--tw-bg-opacity)); } -.dark .dark\:focus\:text-\[\#3b71ca\]:focus { +:is(.dark .dark\:focus\:text-\[\#3b71ca\]:focus) { --tw-text-opacity: 1; color: rgb(59 113 202 / var(--tw-text-opacity)); } -.dark .dark\:focus\:text-primary-400:focus { +:is(.dark .dark\:focus\:text-primary-400:focus) { --tw-text-opacity: 1; color: rgba(var(--color-primary-400), var(--tw-text-opacity)); } -.dark .group:hover .dark\:group-hover\:text-neutral-700 { +:is(.dark .group:hover .dark\:group-hover\:text-neutral-700) { --tw-text-opacity: 1; color: rgba(var(--color-neutral-700), var(--tw-text-opacity)); } -.dark .group:hover .dark\:group-hover\:text-primary-400 { +:is(.dark .group:hover .dark\:group-hover\:text-primary-400) { --tw-text-opacity: 1; color: rgba(var(--color-primary-400), var(--tw-text-opacity)); } @@ -6466,19 +6484,19 @@ body:has(#menu-controller:checked) { line-height: 1.75rem; } - [dir="ltr"] .ltr\:sm\:mr-7 { + :is([dir="ltr"] .ltr\:sm\:mr-7) { margin-right: 1.75rem; } - [dir="ltr"] .ltr\:sm\:last\:mr-0:last-child { + :is([dir="ltr"] .ltr\:sm\:last\:mr-0:last-child) { margin-right: 0px; } - [dir="rtl"] .rtl\:sm\:ml-7 { + :is([dir="rtl"] .rtl\:sm\:ml-7) { margin-left: 1.75rem; } - [dir="rtl"] .rtl\:sm\:last\:ml-0:last-child { + :is([dir="rtl"] .rtl\:sm\:last\:ml-0:last-child) { margin-left: 0px; } } @@ -6678,11 +6696,11 @@ body:has(#menu-controller:checked) { padding-bottom: 8rem; } - [dir="ltr"] .ltr\:lg\:pl-8 { + :is([dir="ltr"] .ltr\:lg\:pl-8) { padding-left: 2rem; } - [dir="rtl"] .rtl\:lg\:pr-8 { + :is([dir="rtl"] .rtl\:lg\:pr-8) { padding-right: 2rem; } } From 242789f6d2073264c9f0b2699e1869a7ef42e180 Mon Sep 17 00:00:00 2001 From: DioDuPiMa Date: Wed, 29 Mar 2023 19:54:43 +0100 Subject: [PATCH 06/20] [add] PoC implementation of gitlab shortcut --- layouts/shortcodes/gitlab.html | 40 ++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 layouts/shortcodes/gitlab.html diff --git a/layouts/shortcodes/gitlab.html b/layouts/shortcodes/gitlab.html new file mode 100644 index 00000000..196727db --- /dev/null +++ b/layouts/shortcodes/gitlab.html @@ -0,0 +1,40 @@ +{{- $githubData := getJSON (print "https://gitlab.com/api/v4/projects/" (.Get "repo_id")) -}} +{{- $githubColors := .Site.Data.githubColors -}} +{{- with $githubData -}} + + +
+ +
+ + {{ partial "icon.html" "gitlab" }} + +
+ {{ .name_with_namespace | markdownify | emojify }} +
+
+ +

+ {{ .description | markdownify | emojify }} +

+ +
+ + {{ partial "icon.html" "star" }} + +
+ {{ .star_count }} +
+ + + {{ partial "icon.html" "fork" }} + +
+ {{ .forks_count }} +
+ +
+ +
+
+{{- end -}} From 3d9978c225bf15eeba98f4c97758869b22d03537 Mon Sep 17 00:00:00 2001 From: Diogo Macedo <43378713+DiogoM1@users.noreply.github.com> Date: Wed, 29 Mar 2023 22:32:46 +0100 Subject: [PATCH 07/20] [FIX] Replace github naming --- layouts/shortcodes/gitlab.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/layouts/shortcodes/gitlab.html b/layouts/shortcodes/gitlab.html index 196727db..4364ce86 100644 --- a/layouts/shortcodes/gitlab.html +++ b/layouts/shortcodes/gitlab.html @@ -1,6 +1,5 @@ -{{- $githubData := getJSON (print "https://gitlab.com/api/v4/projects/" (.Get "repo_id")) -}} -{{- $githubColors := .Site.Data.githubColors -}} -{{- with $githubData -}} +{{- $gitlabData := getJSON (print "https://gitlab.com/api/v4/projects/" (.Get "repo_id")) -}} +{{- with $gitlabData -}}
From c5570a2e9397e588ba13ea169ddadec6f3f046d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Mar 2023 06:02:37 +0000 Subject: [PATCH 08/20] =?UTF-8?q?=F0=9F=93=8C=20Bump=20prettier-plugin-tai?= =?UTF-8?q?lwindcss=20from=200.2.5=20to=200.2.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) from 0.2.5 to 0.2.6. - [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.2.5...v0.2.6) --- updated-dependencies: - dependency-name: prettier-plugin-tailwindcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index fd7656ff..a9fcd119 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "packery": "^2.1.2", "prettier": "^2.8.7", "prettier-plugin-go-template": "^0.0.13", - "prettier-plugin-tailwindcss": "^0.2.5", + "prettier-plugin-tailwindcss": "^0.2.6", "rimraf": "^4.4.1", "tailwindcss": "^3.2.7", "tw-elements": "1.0.0-beta1", @@ -998,9 +998,9 @@ } }, "node_modules/prettier-plugin-tailwindcss": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.2.5.tgz", - "integrity": "sha512-vZ/iKieyCx0WTxHbkf5E1rBlv/ybFk8WTT4hL5W2jlVxum2Zbe0jMUpuQdDrpa4z2vnPiJ5KIWCqL/kd16fKYg==", + "version": "0.2.6", + "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.2.6.tgz", + "integrity": "sha512-F+7XCl9RLF/LPrGdUMHWpsT6TM31JraonAUyE6eBmpqymFvDwyl0ETHsKFHP1NG+sEfv8bmKqnTxEbWQbHPlBA==", "dev": true, "engines": { "node": ">=12.17.0" @@ -2124,9 +2124,9 @@ } }, "prettier-plugin-tailwindcss": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.2.5.tgz", - "integrity": "sha512-vZ/iKieyCx0WTxHbkf5E1rBlv/ybFk8WTT4hL5W2jlVxum2Zbe0jMUpuQdDrpa4z2vnPiJ5KIWCqL/kd16fKYg==", + "version": "0.2.6", + "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.2.6.tgz", + "integrity": "sha512-F+7XCl9RLF/LPrGdUMHWpsT6TM31JraonAUyE6eBmpqymFvDwyl0ETHsKFHP1NG+sEfv8bmKqnTxEbWQbHPlBA==", "dev": true, "requires": {} }, diff --git a/package.json b/package.json index daa8a07d..f8dc5565 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "packery": "^2.1.2", "prettier": "^2.8.7", "prettier-plugin-go-template": "^0.0.13", - "prettier-plugin-tailwindcss": "^0.2.5", + "prettier-plugin-tailwindcss": "^0.2.6", "rimraf": "^4.4.1", "tailwindcss": "^3.2.7", "tw-elements": "1.0.0-beta1", From c45cf9b65d51138ee064f919d1f29ffcb4ef0b16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 06:01:51 +0000 Subject: [PATCH 09/20] =?UTF-8?q?=F0=9F=93=8C=20Bump=20@heroicons/react=20?= =?UTF-8?q?from=202.0.16=20to=202.0.17?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [@heroicons/react](https://github.com/tailwindlabs/heroicons) from 2.0.16 to 2.0.17. - [Release notes](https://github.com/tailwindlabs/heroicons/releases) - [Changelog](https://github.com/tailwindlabs/heroicons/blob/master/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/heroicons/compare/v2.0.16...v2.0.17) --- updated-dependencies: - dependency-name: "@heroicons/react" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index fd7656ff..d98b0b8d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "license": "MIT", "dependencies": { "@headlessui/react": "^1.7.13", - "@heroicons/react": "^2.0.16", + "@heroicons/react": "^2.0.17", "@tailwindcss/forms": "^0.5.3", "commander": "^10.0.0" }, @@ -48,9 +48,9 @@ } }, "node_modules/@heroicons/react": { - "version": "2.0.16", - "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.0.16.tgz", - "integrity": "sha512-x89rFxH3SRdYaA+JCXwfe+RkE1SFTo9GcOkZettHer71Y3T7V+ogKmfw5CjTazgS3d0ClJ7p1NA+SP7VQLQcLw==", + "version": "2.0.17", + "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.0.17.tgz", + "integrity": "sha512-90GMZktkA53YbNzHp6asVEDevUQCMtxWH+2UK2S8OpnLEu7qckTJPhNxNQG52xIR1WFTwFqtH6bt7a60ZNcLLA==", "peerDependencies": { "react": ">= 16" } @@ -1440,9 +1440,9 @@ } }, "@heroicons/react": { - "version": "2.0.16", - "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.0.16.tgz", - "integrity": "sha512-x89rFxH3SRdYaA+JCXwfe+RkE1SFTo9GcOkZettHer71Y3T7V+ogKmfw5CjTazgS3d0ClJ7p1NA+SP7VQLQcLw==", + "version": "2.0.17", + "resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.0.17.tgz", + "integrity": "sha512-90GMZktkA53YbNzHp6asVEDevUQCMtxWH+2UK2S8OpnLEu7qckTJPhNxNQG52xIR1WFTwFqtH6bt7a60ZNcLLA==", "requires": {} }, "@kurkle/color": { diff --git a/package.json b/package.json index daa8a07d..0784d96d 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ ], "dependencies": { "@headlessui/react": "^1.7.13", - "@heroicons/react": "^2.0.16", + "@heroicons/react": "^2.0.17", "@tailwindcss/forms": "^0.5.3", "commander": "^10.0.0" } From 2189a0c99761d09614a5a71b2abc17b9867279a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 09:11:06 +0000 Subject: [PATCH 10/20] =?UTF-8?q?=F0=9F=93=8C=20Bump=20tailwindcss=20from?= =?UTF-8?q?=203.3.0=20to=203.3.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.3.0 to 3.3.1. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.3.1/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.3.0...v3.3.1) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 95fdc5b3..3c3e695c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "prettier-plugin-go-template": "^0.0.13", "prettier-plugin-tailwindcss": "^0.2.5", "rimraf": "^4.4.1", - "tailwindcss": "^3.3.0", + "tailwindcss": "^3.3.1", "tw-elements": "1.0.0-beta1", "typeit": "^8.7.1", "vendor-copy": "^3.0.1" @@ -1389,9 +1389,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.0.tgz", - "integrity": "sha512-hOXlFx+YcklJ8kXiCAfk/FMyr4Pm9ck477G0m/us2344Vuj355IpoEDB5UmGAsSpTBmr+4ZhjzW04JuFXkb/fw==", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.1.tgz", + "integrity": "sha512-Vkiouc41d4CEq0ujXl6oiGFQ7bA3WEhUZdTgXAhtKxSy49OmKs8rEfQmupsfF0IGW8fv2iQkp1EVUuapCFrZ9g==", "dependencies": { "arg": "^5.0.2", "chokidar": "^3.5.3", @@ -2529,9 +2529,9 @@ "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==" }, "tailwindcss": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.0.tgz", - "integrity": "sha512-hOXlFx+YcklJ8kXiCAfk/FMyr4Pm9ck477G0m/us2344Vuj355IpoEDB5UmGAsSpTBmr+4ZhjzW04JuFXkb/fw==", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.1.tgz", + "integrity": "sha512-Vkiouc41d4CEq0ujXl6oiGFQ7bA3WEhUZdTgXAhtKxSy49OmKs8rEfQmupsfF0IGW8fv2iQkp1EVUuapCFrZ9g==", "requires": { "arg": "^5.0.2", "chokidar": "^3.5.3", diff --git a/package.json b/package.json index 81a1f822..9451ed2c 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "prettier-plugin-go-template": "^0.0.13", "prettier-plugin-tailwindcss": "^0.2.5", "rimraf": "^4.4.1", - "tailwindcss": "^3.3.0", + "tailwindcss": "^3.3.1", "tw-elements": "1.0.0-beta1", "typeit": "^8.7.1", "vendor-copy": "^3.0.1" From 347a58a504038115f9a11aa4b0a999626a39d313 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 31 Mar 2023 09:11:31 +0000 Subject: [PATCH 11/20] =?UTF-8?q?=F0=9F=92=84=20Rebuild=20CSS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/compiled/main.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/css/compiled/main.css b/assets/css/compiled/main.css index 64750231..797f2da8 100644 --- a/assets/css/compiled/main.css +++ b/assets/css/compiled/main.css @@ -1,6 +1,6 @@ /*! Blowfish | MIT License | https://github.com/nunocoracao/blowfish */ -/*! tailwindcss v3.3.0 | MIT License | https://tailwindcss.com */ +/*! tailwindcss v3.3.1 | MIT License | https://tailwindcss.com */ /* 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4) @@ -3819,8 +3819,8 @@ body:has(#menu-controller:checked) { padding-right: 0.5rem; } -:is([dir="rtl"] .prose ol>li:before),:is([dir="rtl"] -.prose ul>li:before) { +:is([dir="rtl"] .prose ol>li):before,:is([dir="rtl"] +.prose ul>li):before { left: auto; right: 0.25rem; } From c1aca647c7f1013b68d28308f01cb7d76931133c Mon Sep 17 00:00:00 2001 From: DioDuPiMa Date: Wed, 5 Apr 2023 00:47:46 +0100 Subject: [PATCH 12/20] [ADD] Base URL option for short code and an appropriate default for gitlab's public instance --- layouts/shortcodes/gitlab.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/shortcodes/gitlab.html b/layouts/shortcodes/gitlab.html index 4364ce86..ce210dac 100644 --- a/layouts/shortcodes/gitlab.html +++ b/layouts/shortcodes/gitlab.html @@ -1,5 +1,5 @@ -{{- $gitlabData := getJSON (print "https://gitlab.com/api/v4/projects/" (.Get "repo_id")) -}} -{{- with $gitlabData -}} +{{- $gitLabData := getJSON (print (default "https://gitlab.com/" (.Get "baseURL")) "api/v4/projects/" (.Get "projectID")) -}} +{{- with $gitLabData -}}
From d335c7dc714590117c1fcfd50dd31789bc22f2ef Mon Sep 17 00:00:00 2001 From: DioDuPiMa Date: Wed, 5 Apr 2023 01:02:03 +0100 Subject: [PATCH 13/20] [ADD] Gitlab shortcut documentation --- exampleSite/content/docs/shortcodes/index.md | 26 +++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/exampleSite/content/docs/shortcodes/index.md b/exampleSite/content/docs/shortcodes/index.md index d005a16e..9199925a 100644 --- a/exampleSite/content/docs/shortcodes/index.md +++ b/exampleSite/content/docs/shortcodes/index.md @@ -296,7 +296,7 @@ In order to add images to the gallery, use `img` tags for each image and add `cl | Parameter | Description | -| --------- | ----------------------------------------------------- | +|-----------|-------------------------------------------------------| | `repo` | [String] github repo in the format of `username/repo` | @@ -310,6 +310,30 @@ In order to add images to the gallery, use `img` tags for each image and add `cl


+## GitLab Card + +`gitlab` allows you to quickly link a GitLab Project (GitLab's jargon for repo). +It displays realtime stats about it, such as the number of stars and forks it has. +Unlike `github` it can't display the main programming language of a project. +Finaly custom GitLab instace URL can be provided, as long as the `api/v4/projects/` endpoint is available, making this shortcode compatible with most self-hosted / entreprise deployments. + + +| Parameter | Description | +|-------------|------------------------------------------------------------------------| +| `projectID` | [String] gitlab numeric ProjectID | +| `baseURL` | [String] optional gitlab instace URL, default is `https://gitlab.com/` | + + +**Example 1:** + +```md +{{}} +``` + +{{< gitlab projectID="278964" >}} + +


+ ## Icon `icon` outputs an SVG icon and takes the icon name as its only parameter. The icon is scaled to match the current text size. From 8a892cfb68317e92976a00e7c5e36560dc60c3f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Opali=C5=84ski?= Date: Wed, 5 Apr 2023 22:22:43 +0200 Subject: [PATCH 14/20] fix: Remove heading anchor content --- layouts/_default/_markup/render-heading.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/_default/_markup/render-heading.html b/layouts/_default/_markup/render-heading.html index df37a1c4..cb1514e6 100644 --- a/layouts/_default/_markup/render-heading.html +++ b/layouts/_default/_markup/render-heading.html @@ -1,8 +1,8 @@ -
{{ .Text | safeHTML }}>
+
{{ .Text | safeHTML }} {{ if.Page.Params.showHeadingAnchors | default (.Page.Site.Params.article.showHeadingAnchors | default true) }}
# {{ end }} - \ No newline at end of file + From 9024af82bf5b18232d825f4aae542f6b0033e053 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 06:08:34 +0000 Subject: [PATCH 15/20] =?UTF-8?q?=F0=9F=93=8C=20Bump=20rimraf=20from=204.4?= =?UTF-8?q?.1=20to=205.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [rimraf](https://github.com/isaacs/rimraf) from 4.4.1 to 5.0.0. - [Release notes](https://github.com/isaacs/rimraf/releases) - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/rimraf/compare/v4.4.1...v5.0.0) --- updated-dependencies: - dependency-name: rimraf dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 104 +++++++++++++++++++++++----------------------- package.json | 2 +- 2 files changed, 53 insertions(+), 53 deletions(-) diff --git a/package-lock.json b/package-lock.json index 479d0989..d571f2b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "prettier": "^2.8.7", "prettier-plugin-go-template": "^0.0.13", "prettier-plugin-tailwindcss": "^0.2.6", - "rimraf": "^4.4.1", + "rimraf": "^5.0.0", "tailwindcss": "^3.3.1", "tw-elements": "1.0.0-beta1", "typeit": "^8.7.1", @@ -503,15 +503,15 @@ "dev": true }, "node_modules/glob": { - "version": "9.2.1", - "resolved": "https://registry.npmjs.org/glob/-/glob-9.2.1.tgz", - "integrity": "sha512-Pxxgq3W0HyA3XUvSXcFhRSs+43Jsx0ddxcFrbjxNGkL2Ak5BAUBxLqI5G6ADDeCHLfzzXFhe0b1yYcctGmytMA==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.0.0.tgz", + "integrity": "sha512-zmp9ZDC6NpDNLujV2W2n+3lH+BafIVZ4/ct+Yj3BMZTH/+bgm/eVjHzeFLwxJrrIGgjjS2eiQLlpurHsNlEAtQ==", "dev": true, "dependencies": { "fs.realpath": "^1.0.0", - "minimatch": "^7.4.1", - "minipass": "^4.2.4", - "path-scurry": "^1.6.1" + "minimatch": "^9.0.0", + "minipass": "^5.0.0", + "path-scurry": "^1.6.4" }, "engines": { "node": ">=16 || 14 >=14.17" @@ -694,12 +694,12 @@ } }, "node_modules/lru-cache": { - "version": "7.18.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.1.tgz", - "integrity": "sha512-8/HcIENyQnfUTCDizRu9rrDyG6XG/21M4X7/YEGZeD76ZJilFPAUVb/2zysFf7VVO1LEjCDFyHp8pMMvozIrvg==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-9.0.0.tgz", + "integrity": "sha512-9AEKXzvOZc4BMacFnYiTOlDH/197LNnQIK9wZ6iMB5NXPzuv4bWR/Msv7iUMplkiMQ1qQL+KSv/JF1mZAB5Lrg==", "dev": true, "engines": { - "node": ">=12" + "node": ">=16.14" } }, "node_modules/merge2": { @@ -731,15 +731,15 @@ } }, "node_modules/minimatch": { - "version": "7.4.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.4.2.tgz", - "integrity": "sha512-xy4q7wou3vUoC9k1xGTXc+awNdGaGVHtFUaey8tiX4H1QRc04DZ/rmDFwNm2EBsuYEhAZ6SgMmYf3InGY6OauA==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.0.tgz", + "integrity": "sha512-0jJj8AvgKqWN05mrwuqi8QYKx1WmYSUoKSxu5Qhs9prezTz10sxAHGNZe9J9cqIJzta8DWsleh2KaVaLl6Ru2w==", "dev": true, "dependencies": { "brace-expansion": "^2.0.1" }, "engines": { - "node": ">=10" + "node": ">=16 || 14 >=14.17" }, "funding": { "url": "https://github.com/sponsors/isaacs" @@ -752,9 +752,9 @@ "dev": true }, "node_modules/minipass": { - "version": "4.2.4", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-4.2.4.tgz", - "integrity": "sha512-lwycX3cBMTvcejsHITUgYj6Gy6A7Nh4Q6h9NP4sTHY1ccJlC7yKzDmiShEHsJ16Jf1nKGDEaiHxiltsJEvk0nQ==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz", + "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==", "dev": true, "engines": { "node": ">=8" @@ -866,16 +866,16 @@ "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" }, "node_modules/path-scurry": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.6.1.tgz", - "integrity": "sha512-OW+5s+7cw6253Q4E+8qQ/u1fVvcJQCJo/VFD8pje+dbJCF1n5ZRMV2AEHbGp+5Q7jxQIYJxkHopnj6nzdGeZLA==", + "version": "1.6.4", + "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.6.4.tgz", + "integrity": "sha512-Qp/9IHkdNiXJ3/Kon++At2nVpnhRiPq/aSvQN+H3U1WZbvNRK0RIQK/o4HMqPoXjpuGJUEWpHSs6Mnjxqh3TQg==", "dev": true, "dependencies": { - "lru-cache": "^7.14.1", - "minipass": "^4.0.2" + "lru-cache": "^9.0.0", + "minipass": "^5.0.0" }, "engines": { - "node": ">=14" + "node": ">=16 || 14 >=14.17" }, "funding": { "url": "https://github.com/sponsors/isaacs" @@ -1254,12 +1254,12 @@ } }, "node_modules/rimraf": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-4.4.1.tgz", - "integrity": "sha512-Gk8NlF062+T9CqNGn6h4tls3k6T1+/nXdOcSZVikNVtlRdYpA7wRJJMoXmuvOnLW844rPjdQ7JgXCYM6PPC/og==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-5.0.0.tgz", + "integrity": "sha512-Jf9llaP+RvaEVS5nPShYFhtXIrb3LRKP281ib3So0KkeZKo2wIKyq0Re7TOSwanasA423PSr6CCIL4bP6T040g==", "dev": true, "dependencies": { - "glob": "^9.2.0" + "glob": "^10.0.0" }, "bin": { "rimraf": "dist/cjs/src/bin.js" @@ -1986,15 +1986,15 @@ "dev": true }, "glob": { - "version": "9.2.1", - "resolved": "https://registry.npmjs.org/glob/-/glob-9.2.1.tgz", - "integrity": "sha512-Pxxgq3W0HyA3XUvSXcFhRSs+43Jsx0ddxcFrbjxNGkL2Ak5BAUBxLqI5G6ADDeCHLfzzXFhe0b1yYcctGmytMA==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.0.0.tgz", + "integrity": "sha512-zmp9ZDC6NpDNLujV2W2n+3lH+BafIVZ4/ct+Yj3BMZTH/+bgm/eVjHzeFLwxJrrIGgjjS2eiQLlpurHsNlEAtQ==", "dev": true, "requires": { "fs.realpath": "^1.0.0", - "minimatch": "^7.4.1", - "minipass": "^4.2.4", - "path-scurry": "^1.6.1" + "minimatch": "^9.0.0", + "minipass": "^5.0.0", + "path-scurry": "^1.6.4" } }, "glob-parent": { @@ -2133,9 +2133,9 @@ } }, "lru-cache": { - "version": "7.18.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.1.tgz", - "integrity": "sha512-8/HcIENyQnfUTCDizRu9rrDyG6XG/21M4X7/YEGZeD76ZJilFPAUVb/2zysFf7VVO1LEjCDFyHp8pMMvozIrvg==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-9.0.0.tgz", + "integrity": "sha512-9AEKXzvOZc4BMacFnYiTOlDH/197LNnQIK9wZ6iMB5NXPzuv4bWR/Msv7iUMplkiMQ1qQL+KSv/JF1mZAB5Lrg==", "dev": true }, "merge2": { @@ -2158,9 +2158,9 @@ "integrity": "sha512-r9deDe9p5FJUPZAk3A59wGH7Ii9YrjjWw0jmw/liSbHl2CHiyXj6FcDXDu2K3TjVAXqiJdaw3xxwlZZr9E6nHg==" }, "minimatch": { - "version": "7.4.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.4.2.tgz", - "integrity": "sha512-xy4q7wou3vUoC9k1xGTXc+awNdGaGVHtFUaey8tiX4H1QRc04DZ/rmDFwNm2EBsuYEhAZ6SgMmYf3InGY6OauA==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.0.tgz", + "integrity": "sha512-0jJj8AvgKqWN05mrwuqi8QYKx1WmYSUoKSxu5Qhs9prezTz10sxAHGNZe9J9cqIJzta8DWsleh2KaVaLl6Ru2w==", "dev": true, "requires": { "brace-expansion": "^2.0.1" @@ -2173,9 +2173,9 @@ "dev": true }, "minipass": { - "version": "4.2.4", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-4.2.4.tgz", - "integrity": "sha512-lwycX3cBMTvcejsHITUgYj6Gy6A7Nh4Q6h9NP4sTHY1ccJlC7yKzDmiShEHsJ16Jf1nKGDEaiHxiltsJEvk0nQ==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz", + "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==", "dev": true }, "moment": { @@ -2260,13 +2260,13 @@ "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" }, "path-scurry": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.6.1.tgz", - "integrity": "sha512-OW+5s+7cw6253Q4E+8qQ/u1fVvcJQCJo/VFD8pje+dbJCF1n5ZRMV2AEHbGp+5Q7jxQIYJxkHopnj6nzdGeZLA==", + "version": "1.6.4", + "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.6.4.tgz", + "integrity": "sha512-Qp/9IHkdNiXJ3/Kon++At2nVpnhRiPq/aSvQN+H3U1WZbvNRK0RIQK/o4HMqPoXjpuGJUEWpHSs6Mnjxqh3TQg==", "dev": true, "requires": { - "lru-cache": "^7.14.1", - "minipass": "^4.0.2" + "lru-cache": "^9.0.0", + "minipass": "^5.0.0" } }, "perfect-scrollbar": { @@ -2443,12 +2443,12 @@ "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==" }, "rimraf": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-4.4.1.tgz", - "integrity": "sha512-Gk8NlF062+T9CqNGn6h4tls3k6T1+/nXdOcSZVikNVtlRdYpA7wRJJMoXmuvOnLW844rPjdQ7JgXCYM6PPC/og==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-5.0.0.tgz", + "integrity": "sha512-Jf9llaP+RvaEVS5nPShYFhtXIrb3LRKP281ib3So0KkeZKo2wIKyq0Re7TOSwanasA423PSr6CCIL4bP6T040g==", "dev": true, "requires": { - "glob": "^9.2.0" + "glob": "^10.0.0" } }, "run-parallel": { diff --git a/package.json b/package.json index 4fa32afa..53e74065 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "prettier": "^2.8.7", "prettier-plugin-go-template": "^0.0.13", "prettier-plugin-tailwindcss": "^0.2.6", - "rimraf": "^4.4.1", + "rimraf": "^5.0.0", "tailwindcss": "^3.3.1", "tw-elements": "1.0.0-beta1", "typeit": "^8.7.1", From 56f6ee08c61fb3ba1a2a117068f30ef5c2c45449 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 20:12:45 +0000 Subject: [PATCH 16/20] =?UTF-8?q?=F0=9F=93=8C=20Bump=20prettier-plugin-tai?= =?UTF-8?q?lwindcss=20from=200.2.6=20to=200.2.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) from 0.2.6 to 0.2.7. - [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.2.6...v0.2.7) --- updated-dependencies: - dependency-name: prettier-plugin-tailwindcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index d571f2b7..0bacaa94 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "packery": "^2.1.2", "prettier": "^2.8.7", "prettier-plugin-go-template": "^0.0.13", - "prettier-plugin-tailwindcss": "^0.2.6", + "prettier-plugin-tailwindcss": "^0.2.7", "rimraf": "^5.0.0", "tailwindcss": "^3.3.1", "tw-elements": "1.0.0-beta1", @@ -1081,9 +1081,9 @@ } }, "node_modules/prettier-plugin-tailwindcss": { - "version": "0.2.6", - "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.2.6.tgz", - "integrity": "sha512-F+7XCl9RLF/LPrGdUMHWpsT6TM31JraonAUyE6eBmpqymFvDwyl0ETHsKFHP1NG+sEfv8bmKqnTxEbWQbHPlBA==", + "version": "0.2.7", + "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.2.7.tgz", + "integrity": "sha512-jQopIOgjLpX+y8HeD56XZw7onupRTC0cw7eKKUimI7vhjkPF5/1ltW5LyqaPtSyc8HvEpvNZsvvsGFa2qpa59w==", "dev": true, "engines": { "node": ">=12.17.0" @@ -2376,9 +2376,9 @@ } }, "prettier-plugin-tailwindcss": { - "version": "0.2.6", - "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.2.6.tgz", - "integrity": "sha512-F+7XCl9RLF/LPrGdUMHWpsT6TM31JraonAUyE6eBmpqymFvDwyl0ETHsKFHP1NG+sEfv8bmKqnTxEbWQbHPlBA==", + "version": "0.2.7", + "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.2.7.tgz", + "integrity": "sha512-jQopIOgjLpX+y8HeD56XZw7onupRTC0cw7eKKUimI7vhjkPF5/1ltW5LyqaPtSyc8HvEpvNZsvvsGFa2qpa59w==", "dev": true, "requires": {} }, diff --git a/package.json b/package.json index 53e74065..3c2da175 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "packery": "^2.1.2", "prettier": "^2.8.7", "prettier-plugin-go-template": "^0.0.13", - "prettier-plugin-tailwindcss": "^0.2.6", + "prettier-plugin-tailwindcss": "^0.2.7", "rimraf": "^5.0.0", "tailwindcss": "^3.3.1", "tw-elements": "1.0.0-beta1", From 088050c06f34465f5a709dea7e6cf4455c8e6b72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Mon, 10 Apr 2023 21:46:53 +0100 Subject: [PATCH 17/20] =?UTF-8?q?=E2=9C=A8=20Add=20telegram=20and=20whatsa?= =?UTF-8?q?pp=20share=20icons?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/compiled/main.css | 420 ++++++++++-------- config/_default/params.toml | 2 +- data/sharing.json | 10 + exampleSite/config/_default/params.toml | 2 +- .../content/docs/configuration/index.md | 2 +- 5 files changed, 239 insertions(+), 197 deletions(-) diff --git a/assets/css/compiled/main.css b/assets/css/compiled/main.css index 7de5f92a..9a567b43 100644 --- a/assets/css/compiled/main.css +++ b/assets/css/compiled/main.css @@ -1,6 +1,6 @@ /*! Blowfish | MIT License | https://github.com/nunocoracao/blowfish */ -/*! tailwindcss v3.2.7 | MIT License | https://tailwindcss.com */ +/*! tailwindcss v3.3.1 | MIT License | https://tailwindcss.com */ /* 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4) @@ -31,6 +31,7 @@ 3. Use a more readable tab size. 4. Use the user's configured `sans` font-family by default. 5. Use the user's configured `sans` font-feature-settings by default. +6. Use the user's configured `sans` font-variation-settings by default. */ html { @@ -47,6 +48,8 @@ html { /* 4 */ font-feature-settings: normal; /* 5 */ + font-variation-settings: normal; + /* 6 */ } /* @@ -1287,10 +1290,7 @@ select { } .inset-0 { - top: 0px; - right: 0px; - bottom: 0px; - left: 0px; + inset: 0px; } .inset-x-0 { @@ -1928,6 +1928,11 @@ select { height: 100%; } +.h-max { + height: -moz-max-content; + height: max-content; +} + .h-screen { height: 100vh; } @@ -1960,6 +1965,15 @@ select { min-height: auto; } +.min-h-full { + min-height: 100%; +} + +.min-h-fit { + min-height: -moz-fit-content; + min-height: fit-content; +} + .\!w-px { width: 1px !important; } @@ -2807,31 +2821,39 @@ select { } .from-neutral { - --tw-gradient-from: rgba(var(--color-neutral), 1); - --tw-gradient-to: rgba(var(--color-neutral), 0); + --tw-gradient-from: rgba(var(--color-neutral), 1) var(--tw-gradient-from-position); + --tw-gradient-from-position: ; + --tw-gradient-to: rgba(var(--color-neutral), 0) var(--tw-gradient-from-position); + --tw-gradient-to-position: ; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .from-primary-500 { - --tw-gradient-from: rgba(var(--color-primary-500), 1); - --tw-gradient-to: rgba(var(--color-primary-500), 0); + --tw-gradient-from: rgba(var(--color-primary-500), 1) var(--tw-gradient-from-position); + --tw-gradient-from-position: ; + --tw-gradient-to: rgba(var(--color-primary-500), 0) var(--tw-gradient-from-position); + --tw-gradient-to-position: ; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .to-neutral { - --tw-gradient-to: rgba(var(--color-neutral), 1); + --tw-gradient-to: rgba(var(--color-neutral), 1) var(--tw-gradient-to-position); + --tw-gradient-to-position: ; } .to-neutral-100 { - --tw-gradient-to: rgba(var(--color-neutral-100), 1); + --tw-gradient-to: rgba(var(--color-neutral-100), 1) var(--tw-gradient-to-position); + --tw-gradient-to-position: ; } .to-secondary-700 { - --tw-gradient-to: rgba(var(--color-secondary-700), 1); + --tw-gradient-to: rgba(var(--color-secondary-700), 1) var(--tw-gradient-to-position); + --tw-gradient-to-position: ; } .to-transparent { - --tw-gradient-to: transparent; + --tw-gradient-to: transparent var(--tw-gradient-to-position); + --tw-gradient-to-position: ; } .bg-contain { @@ -3798,32 +3820,32 @@ body:has(#menu-controller:checked) { /* RTL support */ -[dir="rtl"] .prose blockquote { +:is([dir="rtl"] .prose blockquote) { border-left-width: 0px; border-right-width: 4px; padding-right: 1rem; } -[dir="rtl"] .prose ul>li,[dir="rtl"] -.prose ol>li { +:is([dir="rtl"] .prose ul>li),:is([dir="rtl"] +.prose ol>li) { margin-right: 1.75rem; padding-left: 0px; padding-right: 0.5rem; } -[dir="rtl"] .prose ol>li:before,[dir="rtl"] -.prose ul>li:before { +:is([dir="rtl"] .prose ol>li):before,:is([dir="rtl"] +.prose ul>li):before { left: auto; right: 0.25rem; } -[dir="rtl"] .prose thead td:first-child,[dir="rtl"] -.prose thead th:first-child { +:is([dir="rtl"] .prose thead td:first-child),:is([dir="rtl"] +.prose thead th:first-child) { padding-right: 0px; } -[dir="rtl"] .prose thead td:last-child,[dir="rtl"] -.prose thead th:last-child { +:is([dir="rtl"] .prose thead td:last-child),:is([dir="rtl"] +.prose thead th:last-child) { padding-left: 0px; } @@ -3843,11 +3865,11 @@ body:has(#menu-controller:checked) { line-height: 1.375; } -[dir="ltr"] .toc ul ul { +:is([dir="ltr"] .toc ul ul) { padding-left: 1rem; } -[dir="rtl"] .toc ul ul { +:is([dir="rtl"] .toc ul ul) { padding-right: 1rem; } @@ -3857,12 +3879,12 @@ body:has(#menu-controller:checked) { color: rgba(var(--color-neutral-700), var(--tw-text-opacity)); } -.dark .toc a { +:is(.dark .toc a) { --tw-text-opacity: 1; color: rgba(var(--color-neutral-400), var(--tw-text-opacity)); } -[dir="rtl"] .toc ul>li { +:is([dir="rtl"] .toc ul>li) { margin-right: 0px; } @@ -3904,7 +3926,7 @@ body:has(#menu-controller:checked) { opacity: 0.9; } -.dark .copy-button { +:is(.dark .copy-button) { --tw-bg-opacity: 1; background-color: rgba(var(--color-neutral-600), var(--tw-bg-opacity)); --tw-text-opacity: 1; @@ -3919,10 +3941,10 @@ body:has(#menu-controller:checked) { background-color: rgba(var(--color-primary-100), var(--tw-bg-opacity)); } -.dark .copy-button:hover,.dark -.copy-button:focus,.dark -.copy-button:active,.dark -.copy-button:active:hover { +:is(.dark .copy-button:hover),:is(.dark +.copy-button:focus),:is(.dark +.copy-button:active),:is(.dark +.copy-button:active:hover) { --tw-bg-opacity: 1; background-color: rgba(var(--color-primary-600), var(--tw-bg-opacity)); } @@ -3946,7 +3968,7 @@ body:has(#menu-controller:checked) { color: rgba(var(--color-neutral-700), var(--tw-text-opacity)); } -.dark .prose .chroma { +:is(.dark .prose .chroma) { --tw-bg-opacity: 1; background-color: rgba(var(--color-neutral-700), var(--tw-bg-opacity)); --tw-text-opacity: 1; @@ -3991,7 +4013,7 @@ body:has(#menu-controller:checked) { padding-right: 1rem; } -.dark .chroma .hl { +:is(.dark .chroma .hl) { --tw-bg-opacity: 1; background-color: rgba(var(--color-primary-900), var(--tw-bg-opacity)); } @@ -4016,8 +4038,8 @@ body:has(#menu-controller:checked) { color: rgba(var(--color-neutral-600), var(--tw-text-opacity)); } -.dark .chroma .lnt,.dark -.chroma .ln { +:is(.dark .chroma .lnt),:is(.dark +.chroma .ln) { --tw-text-opacity: 1; color: rgba(var(--color-neutral-300), var(--tw-text-opacity)); } @@ -4056,16 +4078,16 @@ body:has(#menu-controller:checked) { color: rgba(var(--color-primary-600), var(--tw-text-opacity)); } -.dark .chroma .k,.dark -.chroma .kd,.dark -.chroma .kn,.dark -.chroma .kp,.dark -.chroma .kr,.dark -.chroma .nc,.dark -.chroma .fm,.dark -.chroma .nn,.dark -.chroma .vc,.dark -.chroma .o { +:is(.dark .chroma .k),:is(.dark +.chroma .kd),:is(.dark +.chroma .kn),:is(.dark +.chroma .kp),:is(.dark +.chroma .kr),:is(.dark +.chroma .nc),:is(.dark +.chroma .fm),:is(.dark +.chroma .nn),:is(.dark +.chroma .vc),:is(.dark +.chroma .o) { --tw-text-opacity: 1; color: rgba(var(--color-primary-300), var(--tw-text-opacity)); } @@ -4078,7 +4100,7 @@ body:has(#menu-controller:checked) { color: rgba(var(--color-secondary-400), var(--tw-text-opacity)); } -.dark .chroma .kc { +:is(.dark .chroma .kc) { --tw-text-opacity: 1; color: rgba(var(--color-secondary-500), var(--tw-text-opacity)); } @@ -4120,17 +4142,17 @@ body:has(#menu-controller:checked) { color: rgba(var(--color-secondary-400), var(--tw-text-opacity)); } -.dark .chroma .kt,.dark -.chroma .nv,.dark -.chroma .vi,.dark -.chroma .vm,.dark -.chroma .m,.dark -.chroma .mb,.dark -.chroma .mf,.dark -.chroma .mh,.dark -.chroma .mi,.dark -.chroma .il,.dark -.chroma .mo { +:is(.dark .chroma .kt),:is(.dark +.chroma .nv),:is(.dark +.chroma .vi),:is(.dark +.chroma .vm),:is(.dark +.chroma .m),:is(.dark +.chroma .mb),:is(.dark +.chroma .mf),:is(.dark +.chroma .mh),:is(.dark +.chroma .mi),:is(.dark +.chroma .il),:is(.dark +.chroma .mo) { --tw-text-opacity: 1; color: rgba(var(--color-secondary-600), var(--tw-text-opacity)); } @@ -4151,10 +4173,10 @@ body:has(#menu-controller:checked) { color: rgba(var(--color-secondary-900), var(--tw-text-opacity)); } -.dark .chroma .n,.dark -.chroma .nd,.dark -.chroma .ni,.dark -.chroma .nl { +:is(.dark .chroma .n),:is(.dark +.chroma .nd),:is(.dark +.chroma .ni),:is(.dark +.chroma .nl) { --tw-text-opacity: 1; color: rgba(var(--color-secondary-200), var(--tw-text-opacity)); } @@ -4181,12 +4203,12 @@ body:has(#menu-controller:checked) { color: rgba(var(--color-secondary-800), var(--tw-text-opacity)); } -.dark .chroma .na,.dark -.chroma .nb,.dark -.chroma .bp,.dark -.chroma .nx,.dark -.chroma .py,.dark -.chroma .nt { +:is(.dark .chroma .na),:is(.dark +.chroma .nb),:is(.dark +.chroma .bp),:is(.dark +.chroma .nx),:is(.dark +.chroma .py),:is(.dark +.chroma .nt) { --tw-text-opacity: 1; color: rgba(var(--color-secondary-300), var(--tw-text-opacity)); } @@ -4205,9 +4227,9 @@ body:has(#menu-controller:checked) { color: rgba(var(--color-secondary-400), var(--tw-text-opacity)); } -.dark .chroma .no,.dark -.chroma .ne,.dark -.chroma .vg { +:is(.dark .chroma .no),:is(.dark +.chroma .ne),:is(.dark +.chroma .vg) { --tw-text-opacity: 1; color: rgba(var(--color-secondary-500), var(--tw-text-opacity)); } @@ -4219,7 +4241,7 @@ body:has(#menu-controller:checked) { color: rgba(var(--color-secondary-600), var(--tw-text-opacity)); } -.dark .chroma .nf { +:is(.dark .chroma .nf) { --tw-text-opacity: 1; color: rgba(var(--color-secondary-500), var(--tw-text-opacity)); } @@ -4276,22 +4298,22 @@ body:has(#menu-controller:checked) { color: rgba(var(--color-primary-800), var(--tw-text-opacity)); } -.dark .chroma .l,.dark -.chroma .ld,.dark -.chroma .s,.dark -.chroma .sa,.dark -.chroma .sb,.dark -.chroma .sc,.dark -.chroma .dl,.dark -.chroma .sd,.dark -.chroma .s2,.dark -.chroma .sh,.dark -.chroma .si,.dark -.chroma .sx,.dark -.chroma .s1,.dark -.chroma .gi,.dark -.chroma .go,.dark -.chroma .gp { +:is(.dark .chroma .l),:is(.dark +.chroma .ld),:is(.dark +.chroma .s),:is(.dark +.chroma .sa),:is(.dark +.chroma .sb),:is(.dark +.chroma .sc),:is(.dark +.chroma .dl),:is(.dark +.chroma .sd),:is(.dark +.chroma .s2),:is(.dark +.chroma .sh),:is(.dark +.chroma .si),:is(.dark +.chroma .sx),:is(.dark +.chroma .s1),:is(.dark +.chroma .gi),:is(.dark +.chroma .go),:is(.dark +.chroma .gp) { --tw-text-opacity: 1; color: rgba(var(--color-primary-400), var(--tw-text-opacity)); } @@ -4304,7 +4326,7 @@ body:has(#menu-controller:checked) { color: rgba(var(--color-secondary-400), var(--tw-text-opacity)); } -.dark .chroma .se { +:is(.dark .chroma .se) { --tw-text-opacity: 1; color: rgba(var(--color-secondary-500), var(--tw-text-opacity)); } @@ -4320,8 +4342,8 @@ body:has(#menu-controller:checked) { color: rgba(var(--color-primary-800), var(--tw-text-opacity)); } -.dark .chroma .sr,.dark -.chroma .ss { +:is(.dark .chroma .sr),:is(.dark +.chroma .ss) { --tw-text-opacity: 1; color: rgba(var(--color-primary-400), var(--tw-text-opacity)); } @@ -4334,7 +4356,7 @@ body:has(#menu-controller:checked) { color: rgba(var(--color-primary-400), var(--tw-text-opacity)); } -.dark .chroma .ow { +:is(.dark .chroma .ow) { --tw-text-opacity: 1; color: rgba(var(--color-primary-600), var(--tw-text-opacity)); } @@ -4362,12 +4384,12 @@ body:has(#menu-controller:checked) { color: rgba(var(--color-neutral-500), var(--tw-text-opacity)); } -.dark .chroma .c,.dark -.chroma .cm,.dark -.chroma .c1,.dark -.chroma .cs,.dark -.chroma .cp,.dark -.chroma .cpf { +:is(.dark .chroma .c),:is(.dark +.chroma .cm),:is(.dark +.chroma .c1),:is(.dark +.chroma .cs),:is(.dark +.chroma .cp),:is(.dark +.chroma .cpf) { --tw-text-opacity: 1; color: rgba(var(--color-neutral-400), var(--tw-text-opacity)); } @@ -4381,7 +4403,7 @@ body:has(#menu-controller:checked) { color: rgba(var(--color-neutral-500), var(--tw-text-opacity)); } -.dark .chroma .ch { +:is(.dark .chroma .ch) { --tw-text-opacity: 1; color: rgba(var(--color-neutral-400), var(--tw-text-opacity)); } @@ -5298,7 +5320,7 @@ body:has(#menu-controller:checked) { /* 32:9 Aspect Ratio */ } -.dark .dark\:prose-invert { +:is(.dark .dark\:prose-invert) { --tw-prose-body: var(--tw-prose-invert-body); --tw-prose-headings: var(--tw-prose-invert-headings); --tw-prose-lead: var(--tw-prose-invert-lead); @@ -5317,28 +5339,28 @@ body:has(#menu-controller:checked) { --tw-prose-td-borders: var(--tw-prose-invert-td-borders); } -.dark .dark\:prose-invert :where(a):not(:where([class~="not-prose"] *)) { +:is(.dark .dark\:prose-invert) :where(a):not(:where([class~="not-prose"] *)) { text-decoration-color: rgba(var(--color-neutral-600), 1); } -.dark .dark\:prose-invert :where(kbd):not(:where([class~="not-prose"] *)) { +:is(.dark .dark\:prose-invert) :where(kbd):not(:where([class~="not-prose"] *)) { color: rgba(var(--color-neutral-200), 1); background-color: rgba(var(--color-neutral-700), 1); } -.dark .dark\:prose-invert :where(mark):not(:where([class~="not-prose"] *)) { +:is(.dark .dark\:prose-invert) :where(mark):not(:where([class~="not-prose"] *)) { background-color: rgba(var(--color-primary-400), 1); } -.dark .dark\:prose-invert :where(code):not(:where([class~="not-prose"] *)) { +:is(.dark .dark\:prose-invert) :where(code):not(:where([class~="not-prose"] *)) { background-color: rgba(var(--color-neutral-700), 1); } -.dark .dark\:prose-invert :where(a.active):not(:where([class~="not-prose"] *)) { +:is(.dark .dark\:prose-invert) :where(a.active):not(:where([class~="not-prose"] *)) { text-decoration-color: rgba(var(--color-primary-400), 1); } -.dark .dark\:prose-invert :where(p.active):not(:where([class~="not-prose"] *)) { +:is(.dark .dark\:prose-invert) :where(p.active):not(:where([class~="not-prose"] *)) { text-decoration-color: rgba(var(--color-primary-400), 1); } @@ -5906,6 +5928,10 @@ body:has(#menu-controller:checked) { opacity: 1; } +.data-\[te-carousel-fade\]\:duration-0[data-te-carousel-fade] { + transition-duration: 0s; +} + .data-\[te-input-state-active\]\:placeholder\:opacity-100[data-te-input-state-active]::-moz-placeholder { opacity: 1; } @@ -6050,127 +6076,127 @@ body:has(#menu-controller:checked) { transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); } -[dir="ltr"] .ltr\:-left-6 { +:is([dir="ltr"] .ltr\:-left-6) { left: -1.5rem; } -[dir="ltr"] .ltr\:right-0 { +:is([dir="ltr"] .ltr\:right-0) { right: 0px; } -[dir="ltr"] .ltr\:-ml-5 { +:is([dir="ltr"] .ltr\:-ml-5) { margin-left: -1.25rem; } -[dir="ltr"] .ltr\:ml-2 { +:is([dir="ltr"] .ltr\:ml-2) { margin-left: 0.5rem; } -[dir="ltr"] .ltr\:mr-14 { +:is([dir="ltr"] .ltr\:mr-14) { margin-right: 3.5rem; } -[dir="ltr"] .ltr\:mr-4 { +:is([dir="ltr"] .ltr\:mr-4) { margin-right: 1rem; } -[dir="ltr"] .ltr\:block { +:is([dir="ltr"] .ltr\:block) { display: block; } -[dir="ltr"] .ltr\:inline { +:is([dir="ltr"] .ltr\:inline) { display: inline; } -[dir="ltr"] .ltr\:hidden { +:is([dir="ltr"] .ltr\:hidden) { display: none; } -[dir="ltr"] .ltr\:border-l { +:is([dir="ltr"] .ltr\:border-l) { border-left-width: 1px; } -[dir="ltr"] .ltr\:pl-5 { +:is([dir="ltr"] .ltr\:pl-5) { padding-left: 1.25rem; } -[dir="ltr"] .ltr\:pr-2 { +:is([dir="ltr"] .ltr\:pr-2) { padding-right: 0.5rem; } -[dir="ltr"] .ltr\:pr-3 { +:is([dir="ltr"] .ltr\:pr-3) { padding-right: 0.75rem; } -[dir="ltr"] .ltr\:text-right { +:is([dir="ltr"] .ltr\:text-right) { text-align: right; } -[dir="rtl"] .rtl\:\!left-auto { +:is([dir="rtl"] .rtl\:\!left-auto) { left: auto !important; } -[dir="rtl"] .rtl\:-right-6 { +:is([dir="rtl"] .rtl\:-right-6) { right: -1.5rem; } -[dir="rtl"] .rtl\:left-0 { +:is([dir="rtl"] .rtl\:left-0) { left: 0px; } -[dir="rtl"] .rtl\:-mr-5 { +:is([dir="rtl"] .rtl\:-mr-5) { margin-right: -1.25rem; } -[dir="rtl"] .rtl\:ml-14 { +:is([dir="rtl"] .rtl\:ml-14) { margin-left: 3.5rem; } -[dir="rtl"] .rtl\:ml-4 { +:is([dir="rtl"] .rtl\:ml-4) { margin-left: 1rem; } -[dir="rtl"] .rtl\:mr-2 { +:is([dir="rtl"] .rtl\:mr-2) { margin-right: 0.5rem; } -[dir="rtl"] .rtl\:block { +:is([dir="rtl"] .rtl\:block) { display: block; } -[dir="rtl"] .rtl\:inline { +:is([dir="rtl"] .rtl\:inline) { display: inline; } -[dir="rtl"] .rtl\:hidden { +:is([dir="rtl"] .rtl\:hidden) { display: none; } -[dir="rtl"] .rtl\:\!origin-\[50\%_50\%_0\] { +:is([dir="rtl"] .rtl\:\!origin-\[50\%_50\%_0\]) { transform-origin: 50% 50% 0 !important; } -[dir="rtl"] .rtl\:border-r { +:is([dir="rtl"] .rtl\:border-r) { border-right-width: 1px; } -[dir="rtl"] .rtl\:pl-2 { +:is([dir="rtl"] .rtl\:pl-2) { padding-left: 0.5rem; } -[dir="rtl"] .rtl\:pl-3 { +:is([dir="rtl"] .rtl\:pl-3) { padding-left: 0.75rem; } -[dir="rtl"] .rtl\:pr-5 { +:is([dir="rtl"] .rtl\:pr-5) { padding-right: 1.25rem; } -[dir="rtl"] .rtl\:text-left { +:is([dir="rtl"] .rtl\:text-left) { text-align: left; } -[dir="rtl"] .rtl\:\[direction\:rtl\] { +:is([dir="rtl"] .rtl\:\[direction\:rtl\]) { direction: rtl; } @@ -6184,225 +6210,231 @@ body:has(#menu-controller:checked) { } } -.dark .dark\:flex { +:is(.dark .dark\:flex) { display: flex; } -.dark .dark\:hidden { +:is(.dark .dark\:hidden) { display: none; } -.dark .dark\:border-0 { +:is(.dark .dark\:border-0) { border-width: 0px; } -.dark .dark\:border-neutral-500 { +:is(.dark .dark\:border-neutral-500) { --tw-border-opacity: 1; border-color: rgba(var(--color-neutral-500), var(--tw-border-opacity)); } -.dark .dark\:border-neutral-600 { +:is(.dark .dark\:border-neutral-600) { --tw-border-opacity: 1; border-color: rgba(var(--color-neutral-600), var(--tw-border-opacity)); } -.dark .dark\:border-neutral-700 { +:is(.dark .dark\:border-neutral-700) { --tw-border-opacity: 1; border-color: rgba(var(--color-neutral-700), var(--tw-border-opacity)); } -.dark .dark\:border-primary-300 { +:is(.dark .dark\:border-primary-300) { --tw-border-opacity: 1; border-color: rgba(var(--color-primary-300), var(--tw-border-opacity)); } -.dark .dark\:border-primary-400 { +:is(.dark .dark\:border-primary-400) { --tw-border-opacity: 1; border-color: rgba(var(--color-primary-400), var(--tw-border-opacity)); } -.dark .dark\:border-primary-600 { +:is(.dark .dark\:border-primary-600) { --tw-border-opacity: 1; border-color: rgba(var(--color-primary-600), var(--tw-border-opacity)); } -.dark .dark\:bg-neutral-600 { +:is(.dark .dark\:bg-neutral-600) { --tw-bg-opacity: 1; background-color: rgba(var(--color-neutral-600), var(--tw-bg-opacity)); } -.dark .dark\:bg-neutral-700 { +:is(.dark .dark\:bg-neutral-700) { --tw-bg-opacity: 1; background-color: rgba(var(--color-neutral-700), var(--tw-bg-opacity)); } -.dark .dark\:bg-neutral-800 { +:is(.dark .dark\:bg-neutral-800) { --tw-bg-opacity: 1; background-color: rgba(var(--color-neutral-800), var(--tw-bg-opacity)); } -.dark .dark\:bg-neutral-800\/50 { +:is(.dark .dark\:bg-neutral-800\/50) { background-color: rgba(var(--color-neutral-800), 0.5); } -.dark .dark\:bg-neutral-900\/50 { +:is(.dark .dark\:bg-neutral-900\/50) { background-color: rgba(var(--color-neutral-900), 0.5); } -.dark .dark\:bg-primary-300 { +:is(.dark .dark\:bg-primary-300) { --tw-bg-opacity: 1; background-color: rgba(var(--color-primary-300), var(--tw-bg-opacity)); } -.dark .dark\:bg-primary-400 { +:is(.dark .dark\:bg-primary-400) { --tw-bg-opacity: 1; background-color: rgba(var(--color-primary-400), var(--tw-bg-opacity)); } -.dark .dark\:bg-primary-800 { +:is(.dark .dark\:bg-primary-800) { --tw-bg-opacity: 1; background-color: rgba(var(--color-primary-800), var(--tw-bg-opacity)); } -.dark .dark\:bg-primary-900 { +:is(.dark .dark\:bg-primary-900) { --tw-bg-opacity: 1; background-color: rgba(var(--color-primary-900), var(--tw-bg-opacity)); } -.dark .dark\:bg-transparent { +:is(.dark .dark\:bg-transparent) { background-color: transparent; } -.dark .dark\:from-neutral-800 { - --tw-gradient-from: rgba(var(--color-neutral-800), 1); - --tw-gradient-to: rgba(var(--color-neutral-800), 0); +:is(.dark .dark\:from-neutral-800) { + --tw-gradient-from: rgba(var(--color-neutral-800), 1) var(--tw-gradient-from-position); + --tw-gradient-from-position: ; + --tw-gradient-to: rgba(var(--color-neutral-800), 0) var(--tw-gradient-from-position); + --tw-gradient-to-position: ; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } -.dark .dark\:from-primary-600 { - --tw-gradient-from: rgba(var(--color-primary-600), 1); - --tw-gradient-to: rgba(var(--color-primary-600), 0); +:is(.dark .dark\:from-primary-600) { + --tw-gradient-from: rgba(var(--color-primary-600), 1) var(--tw-gradient-from-position); + --tw-gradient-from-position: ; + --tw-gradient-to: rgba(var(--color-primary-600), 0) var(--tw-gradient-from-position); + --tw-gradient-to-position: ; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } -.dark .dark\:to-neutral-800 { - --tw-gradient-to: rgba(var(--color-neutral-800), 1); +:is(.dark .dark\:to-neutral-800) { + --tw-gradient-to: rgba(var(--color-neutral-800), 1) var(--tw-gradient-to-position); + --tw-gradient-to-position: ; } -.dark .dark\:to-secondary-800 { - --tw-gradient-to: rgba(var(--color-secondary-800), 1); +:is(.dark .dark\:to-secondary-800) { + --tw-gradient-to: rgba(var(--color-secondary-800), 1) var(--tw-gradient-to-position); + --tw-gradient-to-position: ; } -.dark .dark\:\!text-primary-400 { +:is(.dark .dark\:\!text-primary-400) { --tw-text-opacity: 1 !important; color: rgba(var(--color-primary-400), var(--tw-text-opacity)) !important; } -.dark .dark\:text-neutral { +:is(.dark .dark\:text-neutral) { --tw-text-opacity: 1; color: rgba(var(--color-neutral), var(--tw-text-opacity)); } -.dark .dark\:text-neutral-100 { +:is(.dark .dark\:text-neutral-100) { --tw-text-opacity: 1; color: rgba(var(--color-neutral-100), var(--tw-text-opacity)); } -.dark .dark\:text-neutral-200 { +:is(.dark .dark\:text-neutral-200) { --tw-text-opacity: 1; color: rgba(var(--color-neutral-200), var(--tw-text-opacity)); } -.dark .dark\:text-neutral-300 { +:is(.dark .dark\:text-neutral-300) { --tw-text-opacity: 1; color: rgba(var(--color-neutral-300), var(--tw-text-opacity)); } -.dark .dark\:text-neutral-400 { +:is(.dark .dark\:text-neutral-400) { --tw-text-opacity: 1; color: rgba(var(--color-neutral-400), var(--tw-text-opacity)); } -.dark .dark\:text-neutral-500 { +:is(.dark .dark\:text-neutral-500) { --tw-text-opacity: 1; color: rgba(var(--color-neutral-500), var(--tw-text-opacity)); } -.dark .dark\:text-neutral-700 { +:is(.dark .dark\:text-neutral-700) { --tw-text-opacity: 1; color: rgba(var(--color-neutral-700), var(--tw-text-opacity)); } -.dark .dark\:text-neutral-800 { +:is(.dark .dark\:text-neutral-800) { --tw-text-opacity: 1; color: rgba(var(--color-neutral-800), var(--tw-text-opacity)); } -.dark .dark\:text-primary-200 { +:is(.dark .dark\:text-primary-200) { --tw-text-opacity: 1; color: rgba(var(--color-primary-200), var(--tw-text-opacity)); } -.dark .dark\:text-primary-400 { +:is(.dark .dark\:text-primary-400) { --tw-text-opacity: 1; color: rgba(var(--color-primary-400), var(--tw-text-opacity)); } -.dark .dark\:opacity-60 { +:is(.dark .dark\:opacity-60) { opacity: 0.6; } -.dark .dark\:hover\:\!bg-primary-700:hover { +:is(.dark .dark\:hover\:\!bg-primary-700:hover) { --tw-bg-opacity: 1 !important; background-color: rgba(var(--color-primary-700), var(--tw-bg-opacity)) !important; } -.dark .dark\:hover\:bg-primary-400:hover { +:is(.dark .dark\:hover\:bg-primary-400:hover) { --tw-bg-opacity: 1; background-color: rgba(var(--color-primary-400), var(--tw-bg-opacity)); } -.dark .dark\:hover\:bg-primary-900:hover { +:is(.dark .dark\:hover\:bg-primary-900:hover) { --tw-bg-opacity: 1; background-color: rgba(var(--color-primary-900), var(--tw-bg-opacity)); } -.dark .dark\:hover\:text-\[\#3b71ca\]:hover { +:is(.dark .dark\:hover\:text-\[\#3b71ca\]:hover) { --tw-text-opacity: 1; color: rgb(59 113 202 / var(--tw-text-opacity)); } -.dark .dark\:hover\:text-neutral-800:hover { +:is(.dark .dark\:hover\:text-neutral-800:hover) { --tw-text-opacity: 1; color: rgba(var(--color-neutral-800), var(--tw-text-opacity)); } -.dark .dark\:hover\:text-primary-400:hover { +:is(.dark .dark\:hover\:text-primary-400:hover) { --tw-text-opacity: 1; color: rgba(var(--color-primary-400), var(--tw-text-opacity)); } -.dark .dark\:focus\:bg-primary-900:focus { +:is(.dark .dark\:focus\:bg-primary-900:focus) { --tw-bg-opacity: 1; background-color: rgba(var(--color-primary-900), var(--tw-bg-opacity)); } -.dark .dark\:focus\:text-\[\#3b71ca\]:focus { +:is(.dark .dark\:focus\:text-\[\#3b71ca\]:focus) { --tw-text-opacity: 1; color: rgb(59 113 202 / var(--tw-text-opacity)); } -.dark .dark\:focus\:text-primary-400:focus { +:is(.dark .dark\:focus\:text-primary-400:focus) { --tw-text-opacity: 1; color: rgba(var(--color-primary-400), var(--tw-text-opacity)); } -.dark .group:hover .dark\:group-hover\:text-neutral-700 { +:is(.dark .group:hover .dark\:group-hover\:text-neutral-700) { --tw-text-opacity: 1; color: rgba(var(--color-neutral-700), var(--tw-text-opacity)); } -.dark .group:hover .dark\:group-hover\:text-primary-400 { +:is(.dark .group:hover .dark\:group-hover\:text-primary-400) { --tw-text-opacity: 1; color: rgba(var(--color-primary-400), var(--tw-text-opacity)); } @@ -6466,19 +6498,19 @@ body:has(#menu-controller:checked) { line-height: 1.75rem; } - [dir="ltr"] .ltr\:sm\:mr-7 { + :is([dir="ltr"] .ltr\:sm\:mr-7) { margin-right: 1.75rem; } - [dir="ltr"] .ltr\:sm\:last\:mr-0:last-child { + :is([dir="ltr"] .ltr\:sm\:last\:mr-0:last-child) { margin-right: 0px; } - [dir="rtl"] .rtl\:sm\:ml-7 { + :is([dir="rtl"] .rtl\:sm\:ml-7) { margin-left: 1.75rem; } - [dir="rtl"] .rtl\:sm\:last\:ml-0:last-child { + :is([dir="rtl"] .rtl\:sm\:last\:ml-0:last-child) { margin-left: 0px; } } @@ -6678,11 +6710,11 @@ body:has(#menu-controller:checked) { padding-bottom: 8rem; } - [dir="ltr"] .ltr\:lg\:pl-8 { + :is([dir="ltr"] .ltr\:lg\:pl-8) { padding-left: 2rem; } - [dir="rtl"] .rtl\:lg\:pr-8 { + :is([dir="rtl"] .rtl\:lg\:pr-8) { padding-right: 2rem; } } diff --git a/config/_default/params.toml b/config/_default/params.toml index 5d5f35ce..852c18d8 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -69,7 +69,7 @@ disableImageOptimization = false showAuthorsBadges = false showWordCount = true showSummary = true - # sharingLinks = [ "linkedin", "twitter", "reddit", "pinterest", "facebook", "email"] + # sharingLinks = [ "linkedin", "twitter", "reddit", "pinterest", "facebook", "email", "whatsapp", "telegram"] [list] showHero = false diff --git a/data/sharing.json b/data/sharing.json index 5c89852b..b43eb3fe 100644 --- a/data/sharing.json +++ b/data/sharing.json @@ -28,5 +28,15 @@ "icon": "twitter", "title": "sharing.twitter", "url": "https://twitter.com/intent/tweet/?url=%s&text=%s" + }, + "whatsapp": { + "icon": "whatsapp", + "title": "sharing.whatsapp", + "url": "https://api.whatsapp.com/send?text=%s&resubmit=true&title=%s" + }, + "telegram": { + "icon": "telegram", + "title": "sharing.telegram", + "url": "https://t.me/share/url?url=%s&resubmit=true&title=%s" } } \ No newline at end of file diff --git a/exampleSite/config/_default/params.toml b/exampleSite/config/_default/params.toml index 406813f3..2f1f1a83 100644 --- a/exampleSite/config/_default/params.toml +++ b/exampleSite/config/_default/params.toml @@ -68,7 +68,7 @@ smartTOCHideUnfocusedChildren = true showAuthorsBadges = true showWordCount = false showSummary = true - sharingLinks = [ "linkedin", "twitter", "reddit", "pinterest", "facebook", "email"] + sharingLinks = [ "linkedin", "twitter", "reddit", "whatsapp", "telegram", "pinterest", "facebook", "email"] [list] showHero = true diff --git a/exampleSite/content/docs/configuration/index.md b/exampleSite/content/docs/configuration/index.md index ebf15705..da01b965 100644 --- a/exampleSite/content/docs/configuration/index.md +++ b/exampleSite/content/docs/configuration/index.md @@ -207,7 +207,7 @@ Many of the article defaults here can be overridden on a per article basis by sp | `article.showWordCount` | `false` | Whether or not article word counts are displayed. | | `article.showComments` | `false` | Whether or not the [comments partial]({{< ref "partials#comments" >}}) is included after the article footer. | | `article.showSummary` | `false` | Whether or not article summaries are displayed on list pages. If a summary is not provided in the [front matter]({{< ref "front-matter" >}}), one will be auto generated using the `summaryLength` parameter in the [site configuration](#site-configuration). | -| `article.sharingLinks` | _Not set_ | Which sharing links to display at the end of each article. When not provided, or set to `false` no links will be displayed. | +| `article.sharingLinks` | _Not set_ | Which sharing links to display at the end of each article. When not provided, or set to `false` no links will be displayed. Available values are: "linkedin", "twitter", "reddit", "pinterest", "facebook", "email", "whatsapp", and "telegram" | ### List From b2849743d69a64b567a4029454e964413dd3b9f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Mon, 10 Apr 2023 21:56:12 +0100 Subject: [PATCH 18/20] =?UTF-8?q?=F0=9F=90=9B=20fix=20card=20height=20in?= =?UTF-8?q?=20lists?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/compiled/main.css | 13 ++++--------- layouts/partials/article-link/card.html | 2 +- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/assets/css/compiled/main.css b/assets/css/compiled/main.css index 9a567b43..aa7f9d2f 100644 --- a/assets/css/compiled/main.css +++ b/assets/css/compiled/main.css @@ -1928,11 +1928,6 @@ select { height: 100%; } -.h-max { - height: -moz-max-content; - height: max-content; -} - .h-screen { height: 100vh; } @@ -1965,15 +1960,15 @@ select { min-height: auto; } -.min-h-full { - min-height: 100%; -} - .min-h-fit { min-height: -moz-fit-content; min-height: fit-content; } +.min-h-full { + min-height: 100%; +} + .\!w-px { width: 1px !important; } diff --git a/layouts/partials/article-link/card.html b/layouts/partials/article-link/card.html index cbe02471..54eef472 100644 --- a/layouts/partials/article-link/card.html +++ b/layouts/partials/article-link/card.html @@ -4,7 +4,7 @@ {{ else }} {{ end }} -
+
{{- with $.Params.images -}} {{- range first 6 . }} From e770bc974ab375674be79705d7fe3395f78c1919 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Mon, 10 Apr 2023 22:12:31 +0100 Subject: [PATCH 19/20] =?UTF-8?q?=F0=9F=90=9B=20External=20posts=20should?= =?UTF-8?q?=20not=20display=20likes=20and=20views?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/compiled/main.css | 5 ----- exampleSite/content/samples/external.md | 2 -- layouts/partials/article-meta/basic.html | 6 +++--- 3 files changed, 3 insertions(+), 10 deletions(-) diff --git a/assets/css/compiled/main.css b/assets/css/compiled/main.css index aa7f9d2f..592b69de 100644 --- a/assets/css/compiled/main.css +++ b/assets/css/compiled/main.css @@ -1960,11 +1960,6 @@ select { min-height: auto; } -.min-h-fit { - min-height: -moz-fit-content; - min-height: fit-content; -} - .min-h-full { min-height: 100%; } diff --git a/exampleSite/content/samples/external.md b/exampleSite/content/samples/external.md index 693924d3..b61030ac 100755 --- a/exampleSite/content/samples/external.md +++ b/exampleSite/content/samples/external.md @@ -4,8 +4,6 @@ date: 2019-01-24 externalUrl: "https://nunocoracao.com/projects/" summary: "The `externalUrl` front matter parameter can link to any URL." showReadingTime: true -showLikes: false -showViews: false _build: render: "false" list: "local" diff --git a/layouts/partials/article-meta/basic.html b/layouts/partials/article-meta/basic.html index 456220f2..c2f983cd 100644 --- a/layouts/partials/article-meta/basic.html +++ b/layouts/partials/article-meta/basic.html @@ -30,15 +30,15 @@ {{ $meta.Add "partials" (slice (partial "meta/reading-time.html" .)) }} {{ end }} -{{ if (.Params.showViews | default (.Site.Params.article.showViews | default false)) }} +{{ if and (not .Params.externalURL) (.Params.showViews | default (.Site.Params.article.showViews | default false)) }} {{ $meta.Add "partials" (slice (partial "meta/views.html" .)) }} {{ end }} -{{ if (.Params.showLikes | default (.Site.Params.article.showLikes | default false)) }} +{{ if and (not .Params.externalURL) (.Params.showLikes | default (.Site.Params.article.showLikes | default false)) }} {{ $meta.Add "partials" (slice (partial "meta/likes.html" .)) }} {{ end }} -{{ if and (eq $scope "single") (.Params.showLikes | default (.Site.Params.article.showLikes | default false)) }} +{{ if and (eq $scope "single") (not .Params.externalURL) (.Params.showLikes | default (.Site.Params.article.showLikes | default false)) }} {{ $meta.Add "partials" (slice (partial "meta/likes_button.html" .)) }} {{ end }} From 9c91fc30831110cc12143f7520245fd1069eb6e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Mon, 10 Apr 2023 22:16:03 +0100 Subject: [PATCH 20/20] bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3c2da175..0ac4e92a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hugo-blowfish-theme", - "version": "2.31.3", + "version": "2.32.0", "description": "Blowfish theme for Hugo", "scripts": { "fullinstall": "npm run preinstall && npm install && npm run postinstall",