chore: bump deps; make text toggle overlay less intrusive

This commit is contained in:
Cory Dransfeldt 2024-07-30 14:26:25 -07:00
parent 00258f3e86
commit 228bd1b681
No known key found for this signature in database
3 changed files with 19 additions and 19 deletions

26
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "20.13.3", "version": "20.13.4",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "coryd.dev", "name": "coryd.dev",
"version": "20.13.3", "version": "20.13.4",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@cdransf/api-text": "^1.4.0", "@cdransf/api-text": "^1.4.0",
@ -16,7 +16,7 @@
"youtube-video-element": "^1.1.6" "youtube-video-element": "^1.1.6"
}, },
"devDependencies": { "devDependencies": {
"@11ty/eleventy": "3.0.0-alpha.17", "@11ty/eleventy": "3.0.0-alpha.18",
"@11ty/eleventy-fetch": "^4.0.1", "@11ty/eleventy-fetch": "^4.0.1",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0", "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@11tyrocks/eleventy-plugin-lightningcss": "^1.4.0", "@11tyrocks/eleventy-plugin-lightningcss": "^1.4.0",
@ -68,15 +68,15 @@
} }
}, },
"node_modules/@11ty/eleventy": { "node_modules/@11ty/eleventy": {
"version": "3.0.0-alpha.17", "version": "3.0.0-alpha.18",
"resolved": "https://registry.npmjs.org/@11ty/eleventy/-/eleventy-3.0.0-alpha.17.tgz", "resolved": "https://registry.npmjs.org/@11ty/eleventy/-/eleventy-3.0.0-alpha.18.tgz",
"integrity": "sha512-CSRdniC1360qBYJ2ddohkIG/iMxGiYHvX62hRcz+l3vQg/71PBXsMmKiD3LoAs8zorSh/UR7dW26pcIrLaVKPw==", "integrity": "sha512-CQu4HOtYJySEexVRT/tFtLtqtI4+winun0NFmFIUp0SvxRpP46+ZxBvBc9ezSFLo1nN0zJkwoG8GTkhMPOThtg==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@11ty/dependency-tree": "^3.0.1", "@11ty/dependency-tree": "^3.0.1",
"@11ty/dependency-tree-esm": "^1.0.0", "@11ty/dependency-tree-esm": "^1.0.0",
"@11ty/eleventy-dev-server": "^2.0.1", "@11ty/eleventy-dev-server": "^2.0.2",
"@11ty/eleventy-plugin-bundle": "^2.0.2", "@11ty/eleventy-plugin-bundle": "^2.0.2",
"@11ty/eleventy-utils": "^1.0.3", "@11ty/eleventy-utils": "^1.0.3",
"@11ty/lodash-custom": "^4.17.21", "@11ty/lodash-custom": "^4.17.21",
@ -87,7 +87,7 @@
"chardet": "^2.0.0", "chardet": "^2.0.0",
"chokidar": "^3.6.0", "chokidar": "^3.6.0",
"cross-spawn": "^7.0.3", "cross-spawn": "^7.0.3",
"debug": "^4.3.5", "debug": "^4.3.6",
"dependency-graph": "^1.0.0", "dependency-graph": "^1.0.0",
"fast-glob": "^3.3.2", "fast-glob": "^3.3.2",
"filesize": "^10.1.4", "filesize": "^10.1.4",
@ -97,7 +97,7 @@
"iso-639-1": "^3.1.2", "iso-639-1": "^3.1.2",
"js-yaml": "^4.1.0", "js-yaml": "^4.1.0",
"kleur": "^4.1.5", "kleur": "^4.1.5",
"liquidjs": "^10.15.0", "liquidjs": "^10.16.1",
"luxon": "^3.4.4", "luxon": "^3.4.4",
"markdown-it": "^14.1.0", "markdown-it": "^14.1.0",
"micromatch": "^4.0.7", "micromatch": "^4.0.7",
@ -109,7 +109,7 @@
"please-upgrade-node": "^3.2.0", "please-upgrade-node": "^3.2.0",
"posthtml": "^0.16.6", "posthtml": "^0.16.6",
"posthtml-match-helper": "^2.0.2", "posthtml-match-helper": "^2.0.2",
"semver": "^7.6.2", "semver": "^7.6.3",
"slugify": "^1.6.6" "slugify": "^1.6.6"
}, },
"bin": { "bin": {
@ -124,9 +124,9 @@
} }
}, },
"node_modules/@11ty/eleventy-dev-server": { "node_modules/@11ty/eleventy-dev-server": {
"version": "2.0.1", "version": "2.0.2",
"resolved": "https://registry.npmjs.org/@11ty/eleventy-dev-server/-/eleventy-dev-server-2.0.1.tgz", "resolved": "https://registry.npmjs.org/@11ty/eleventy-dev-server/-/eleventy-dev-server-2.0.2.tgz",
"integrity": "sha512-G92KbOx5vg2G3mlQQ1B0+L+Ni7pcn1yeMgQdnT8b2G20ZnbGNtuGYEPehbQV4Xqr2iAtoBfbihNskbLDoVtNOg==", "integrity": "sha512-OupvJ36G+iY+AKmO3veUR7MEZUL2p9tQmodSPf05en0p8LnJltHqK11S+XQ0iGUA96qcyeTLcKQpD+/ctekgmw==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {

View file

@ -1,6 +1,6 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "20.13.3", "version": "20.13.4",
"description": "The source for my personal site. Built using 11ty (and other tools).", "description": "The source for my personal site. Built using 11ty (and other tools).",
"type": "module", "type": "module",
"scripts": { "scripts": {
@ -31,7 +31,7 @@
"youtube-video-element": "^1.1.6" "youtube-video-element": "^1.1.6"
}, },
"devDependencies": { "devDependencies": {
"@11ty/eleventy": "3.0.0-alpha.17", "@11ty/eleventy": "3.0.0-alpha.18",
"@11ty/eleventy-fetch": "^4.0.1", "@11ty/eleventy-fetch": "^4.0.1",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0", "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@11tyrocks/eleventy-plugin-lightningcss": "^1.4.0", "@11tyrocks/eleventy-plugin-lightningcss": "^1.4.0",

View file

@ -12,11 +12,11 @@
position: absolute; position: absolute;
z-index: 1; z-index: 1;
content: ''; content: '';
top: 0; box-shadow: inset 0 -120px 80px -60px var(--background-color);
left: 0;
box-shadow: inset 0 -120px 50px -60px var(--background-color);
width: 100%; width: 100%;
height: 100%; height: 20%;
bottom: 0;
left: 0;
} }
} }