From 4819a3c034e3614cf3845e5230f0fa4be7757e2d Mon Sep 17 00:00:00 2001
From: Sarmaged <3858245+Sarmaged@users.noreply.github.com>
Date: Fri, 31 Jan 2025 19:45:08 +0300
Subject: [PATCH 1/2] release: version 2025.1.31
---
README.md | 41 +++++++++++++++++++++++++++++------------
package.json | 2 +-
themes.css | 2 +-
3 files changed, 31 insertions(+), 14 deletions(-)
diff --git a/README.md b/README.md
index adef810..e952e67 100644
--- a/README.md
+++ b/README.md
@@ -23,49 +23,66 @@ If you feel awesome and want to support us in a small way, please consider starr
| Module |
+ Links |
Version |
Description |
- | hub |
+ hub |
+ GitHub |
+ NPM |
 |
Central repository that integrates all project modules. |
- | base |
+ base |
+ GitHub |
+ NPM |
 |
Basic styles and foundational components of the project. |
- | helpers |
+ helpers |
+ GitHub |
+ NPM |
 |
Utility functions and helpers for the project. |
- | form |
+ └ media |
+ GitHub |
+ NPM |
+  |
+ Comprehensive CSS media query helpers for responsive web design. |
+
+
+ | form |
+ GitHub |
+ NPM |
 |
Styles and components for creating forms. |
- | themes |
+ themes |
+ GitHub |
+ NPM |
 |
Themes and styling options for the project. |
- | patterns |
+ patterns |
+ GitHub |
+ NPM |
 |
Reusable patterns and templates for the project. |
- | colors |
+ colors |
+ GitHub |
+ NPM |
 |
Color palettes and styles for the project. |
-
- | media |
-  |
- Comprehensive CSS media query helpers for responsive web design. |
-
## Contributing
diff --git a/package.json b/package.json
index 6e7ece2..62d368f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "style-forge.themes",
- "version": "2025.1.18",
+ "version": "2025.1.31",
"description": "Style-Forge.Themes: powerful tool for managing and applying customizable themes in web applications.",
"type": "module",
"main": "themes.css",
diff --git a/themes.css b/themes.css
index 2a8cf2f..39a2dba 100644
--- a/themes.css
+++ b/themes.css
@@ -1,3 +1,3 @@
-/*! style-forge.themes 2025.1.18 | MIT License | https://github.com/Style-Forge/themes */
+/*! style-forge.themes 2025.1.31 | 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)}}
From db60dfa8834f72579ba6933f400de40170fe6d01 Mon Sep 17 00:00:00 2001
From: Sarmaged <3858245+Sarmaged@users.noreply.github.com>
Date: Fri, 31 Jan 2025 19:46:35 +0300
Subject: [PATCH 2/2] fix:
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index e952e67..2a92de2 100644
--- a/README.md
+++ b/README.md
@@ -49,7 +49,7 @@ If you feel awesome and want to support us in a small way, please consider starr
Utility functions and helpers for the project. |
- | └ media |
+ └ media |
GitHub |
NPM |
 |