From 95826c12e6df25a985426d3f8f0651281c1b2438 Mon Sep 17 00:00:00 2001 From: Sarmaged <3858245+Sarmaged@users.noreply.github.com> Date: Mon, 6 Jan 2025 22:47:07 +0300 Subject: [PATCH] release: version 2025.1.6 --- package.json | 5 +++-- themes.css | 2 +- yarn.lock | 33 +++++++++++++++++++-------------- 3 files changed, 23 insertions(+), 17 deletions(-) diff --git a/package.json b/package.json index d02fca1..57ce171 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "style-forge.themes", - "version": "2025.1.4", + "version": "2025.1.6", "description": "Style-Forge.Themes: powerful tool for managing and applying customizable themes in web applications.", "type": "module", "main": "themes.css", @@ -33,7 +33,8 @@ "build": "node builder.js" }, "devDependencies": { - "postcss": "^8.4.39", + "caniuse-lite": "^1.0.30001690", + "postcss": "^8.4.49", "postcss-import": "^16.1.0", "postcss-minify": "^1.1.0" }, diff --git a/themes.css b/themes.css index 3da4931..016633c 100644 --- a/themes.css +++ b/themes.css @@ -1,3 +1,3 @@ -/*! style-forge.themes 2025.1.4 | MIT License | https://github.com/Style-Forge/themes */ +/*! style-forge.themes 2025.1.6 | MIT License | https://github.com/Style-Forge/themes */ :root{--sf-c-link:225 73% 57%;--sf-c-txt:0 0% 10%;--sf-c-bg:0 0% 100%;--sf-c-bd:0 0% 75%;--sf-c-shape-bg:0 0% 90%;--sf-dark-c-link:225 73% 57%;--sf-dark-c-txt:0 0% 90%;--sf-dark-c-bg:0 0% 10%;--sf-dark-c-bd:0 0% 50%;--sf-dark-c-shape-bg:0 0% 20%}::backdrop{--sf-c-backdrop:0 0% 10%;--sf-dark-c-backdrop:0 0% 100%}html{color-scheme:light;transition:background-color 0.2s ease-out}html[data-theme='auto'],html.auto{color-scheme:light dark}html[data-theme='dark'],html.dark{color-scheme:dark;--sf-c-link:var(--sf-dark-c-link);--sf-c-bd:var(--sf-dark-c-bd);--sf-c-bg:var(--sf-dark-c-bg);--sf-c-shape-bg:var(--sf-dark-c-shape-bg);--sf-c-txt:var(--sf-dark-c-txt)}html[data-theme='dark'] ::backdrop,html.dark ::backdrop{--sf-c-backdrop:var(--sf-dark-c-backdrop)}@media (prefers-color-scheme:dark){html[data-theme='auto'],html.auto{color-scheme:dark;--sf-c-link:var(--sf-dark-c-link);--sf-c-bd:var(--sf-dark-c-bd);--sf-c-bg:var(--sf-dark-c-bg);--sf-c-shape-bg:var(--sf-dark-c-shape-bg);--sf-c-txt:var(--sf-dark-c-txt)}html[data-theme='auto'] ::backdrop,html.auto ::backdrop{--sf-c-backdrop:var(--sf-dark-c-backdrop)}}html.var{color:hsl(0,0%,10%);background:hsl(0,0%,100%)}html.var a{color:hsl(225,73%,57%)}html.var pre{background:hsl(0,0%,90%)}html.var[data-theme='dark'],html.var.dark{color:hsl(0,0%,90%);background:hsl(0,0%,10%)}html.var[data-theme='dark'] pre,html.var.dark pre{background:hsl(0,0%,20%)}html.var[data-theme='dark'] ::backdrop,html.var.dark ::backdrop{--sf-c-backdrop:hsla(0,0%,100%,0.2)}@media (prefers-color-scheme:dark){html.var[data-theme='auto'],html.var.auto{color:hsl(0,0%,90%);background:hsl(0,0%,10%)}html.var[data-theme='auto'] pre,html.var.auto pre{background:hsl(0,0%,20%)}html.var[data-theme='auto'] ::backdrop,html.var.auto ::backdrop{--sf-c-backdrop:hsla(0,0%,100%,0.2)}} diff --git a/yarn.lock b/yarn.lock index e20f583..1361b81 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,6 +2,11 @@ # yarn lockfile v1 +caniuse-lite@^1.0.30001690: + version "1.0.30001690" + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001690.tgz#f2d15e3aaf8e18f76b2b8c1481abde063b8104c8" + integrity sha512-5ExiE3qQN6oF8Clf8ifIDcMRCRE/dMGcETG/XGMD8/XiXm6HXQgQTh1yZYLXXpSOsEUlJm1Xr7kGULZTuGtP/w== + cssesc@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-3.0.0.tgz#37741919903b868565e1c09ea747445cd18983ee" @@ -36,10 +41,10 @@ path-parse@^1.0.7: resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735" integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw== -picocolors@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.1.tgz#a8ad579b571952f0e5d25892de5445bcfe25aaa1" - integrity sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew== +picocolors@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b" + integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA== pify@^2.3.0: version "2.3.0" @@ -76,14 +81,14 @@ postcss-value-parser@^4.0.0, postcss-value-parser@^4.1: resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514" integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ== -postcss@^8.4.39: - version "8.4.39" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.39.tgz#aa3c94998b61d3a9c259efa51db4b392e1bde0e3" - integrity sha512-0vzE+lAiG7hZl1/9I8yzKLx3aR9Xbof3fBHKunvMfOCYAtMhrsnccJY2iTURb9EZd5+pLuiNV9/c/GZJOHsgIw== +postcss@^8.4.49: + version "8.4.49" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.49.tgz#4ea479048ab059ab3ae61d082190fabfd994fe19" + integrity sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA== dependencies: nanoid "^3.3.7" - picocolors "^1.0.1" - source-map-js "^1.2.0" + picocolors "^1.1.1" + source-map-js "^1.2.1" read-cache@^1.0.0: version "1.0.0" @@ -101,10 +106,10 @@ resolve@^1.1.7: path-parse "^1.0.7" supports-preserve-symlinks-flag "^1.0.0" -source-map-js@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.0.tgz#16b809c162517b5b8c3e7dcd315a2a5c2612b2af" - integrity sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg== +source-map-js@^1.2.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.1.tgz#1ce5650fddd87abc099eda37dcff024c2667ae46" + integrity sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA== supports-preserve-symlinks-flag@^1.0.0: version "1.0.0"