From 5ef860095364b408847ffd82acbac7834c40fc76 Mon Sep 17 00:00:00 2001 From: Sarmaged <3858245+Sarmaged@users.noreply.github.com> Date: Sat, 27 Jul 2024 00:31:38 +0300 Subject: [PATCH] Add Style-Forge libraries --- packages/s/style-forge.base.json | 47 +++++++++++++++++++++++++ packages/s/style-forge.colors.json | 46 ++++++++++++++++++++++++ packages/s/style-forge.form.json | 46 ++++++++++++++++++++++++ packages/s/style-forge.helpers.json | 46 ++++++++++++++++++++++++ packages/s/style-forge.json | 52 ++++++++++++++++++++++++++++ packages/s/style-forge.patterns.json | 51 +++++++++++++++++++++++++++ packages/s/style-forge.themes.json | 48 +++++++++++++++++++++++++ 7 files changed, 336 insertions(+) create mode 100644 packages/s/style-forge.base.json create mode 100644 packages/s/style-forge.colors.json create mode 100644 packages/s/style-forge.form.json create mode 100644 packages/s/style-forge.helpers.json create mode 100644 packages/s/style-forge.json create mode 100644 packages/s/style-forge.patterns.json create mode 100644 packages/s/style-forge.themes.json diff --git a/packages/s/style-forge.base.json b/packages/s/style-forge.base.json new file mode 100644 index 000000000..62b52f244 --- /dev/null +++ b/packages/s/style-forge.base.json @@ -0,0 +1,47 @@ +{ + "name": "style-forge.base", + "homepage": "https://style-forge.dev/base/", + "description": "Style-Forge.Base: foundational CSS variables, base styles, typography, colors, utilities for consistent design.", + "filename": "base.css", + "repository": { + "type": "git", + "url": "git+https://github.com/Style-Forge/base.git" + }, + "license": "MIT", + "keywords": [ + "style-forge", + "base", + "CSS", + "variables", + "styles", + "design", + "web development", + "frontend", + "responsive", + "typography", + "colors", + "system-ui", + "HSL", + "lightweight", + "performance", + "consistent" + ], + "autoupdate": { + "source": "npm", + "target": "style-forge.base", + "fileMap": [ + { + "basePath": "", + "files": [ + "base.css" + ] + } + ] + }, + "authors": [ + { + "name": "Dmitrii Sagalov", + "email": "sarmaged@gmail.com" + } + ] +} diff --git a/packages/s/style-forge.colors.json b/packages/s/style-forge.colors.json new file mode 100644 index 000000000..2e98dbcc9 --- /dev/null +++ b/packages/s/style-forge.colors.json @@ -0,0 +1,46 @@ +{ + "name": "style-forge.colors", + "homepage": "https://style-forge.dev/colors/", + "description": "Style-Forge.Colors: customizable color palettes for consistent, visually appealing web designs.", + "filename": "colors.css", + "repository": { + "type": "git", + "url": "git+https://github.com/Style-Forge/colors.git" + }, + "license": "MIT", + "keywords": [ + "style-forge", + "colors", + "color palettes", + "theme", + "CSS-in-JS", + "color schemes", + "design", + "UI", + "web development", + "frontend", + "JavaScript", + "react", + "custom colors", + "color management", + "web design" + ], + "autoupdate": { + "source": "npm", + "target": "style-forge.colors", + "fileMap": [ + { + "basePath": "", + "files": [ + "colors.css" + ] + } + ] + }, + "authors": [ + { + "name": "Dmitrii Sagalov", + "email": "sarmaged@gmail.com" + } + ] +} diff --git a/packages/s/style-forge.form.json b/packages/s/style-forge.form.json new file mode 100644 index 000000000..2efe38c07 --- /dev/null +++ b/packages/s/style-forge.form.json @@ -0,0 +1,46 @@ +{ + "name": "style-forge.form", + "homepage": "https://style-forge.dev/form/", + "description": "Style-Forge.Form: versatile library for easy form creation, validation, styling, and submission in web apps.", + "filename": "form.css", + "repository": { + "type": "git", + "url": "git+https://github.com/Style-Forge/form.git" + }, + "license": "MIT", + "keywords": [ + "style-forge", + "form", + "input", + "select", + "switch", + "textarea", + "validate", + "html", + "css", + "styling", + "web development", + "frontend", + "form elements", + "form styles", + "responsive" + ], + "autoupdate": { + "source": "npm", + "target": "style-forge.form", + "fileMap": [ + { + "basePath": "", + "files": [ + "form.css" + ] + } + ] + }, + "authors": [ + { + "name": "Dmitrii Sagalov", + "email": "sarmaged@gmail.com" + } + ] +} diff --git a/packages/s/style-forge.helpers.json b/packages/s/style-forge.helpers.json new file mode 100644 index 000000000..2da74c40c --- /dev/null +++ b/packages/s/style-forge.helpers.json @@ -0,0 +1,46 @@ +{ + "name": "style-forge.helpers", + "homepage": "https://style-forge.dev/helpers/", + "description": "Style-Forge.Helpers: essential CSS helper classes for spacing, alignment, visibility, and more in web development.", + "filename": "helpers.css", + "repository": { + "type": "git", + "url": "git+https://github.com/Style-Forge/helpers.git" + }, + "license": "MIT", + "keywords": [ + "style-forge", + "helpers", + "CSS", + "HTML", + "utilities", + "styles", + "web development", + "frontend", + "styling", + "design", + "responsive", + "lightweight", + "performance", + "modular", + "consistent" + ], + "autoupdate": { + "source": "npm", + "target": "style-forge.helpers", + "fileMap": [ + { + "basePath": "", + "files": [ + "helpers.css" + ] + } + ] + }, + "authors": [ + { + "name": "Dmitrii Sagalov", + "email": "sarmaged@gmail.com" + } + ] +} diff --git a/packages/s/style-forge.json b/packages/s/style-forge.json new file mode 100644 index 000000000..57eb90530 --- /dev/null +++ b/packages/s/style-forge.json @@ -0,0 +1,52 @@ +{ + "name": "style-forge", + "homepage": "https://style-forge.dev/", + "description": "Style-Forge: CSS framework with themes, utilities, flexbox, and grid for creating responsive websites.", + "filename": "style-forge.css", + "repository": { + "type": "git", + "url": "git+https://github.com/Style-Forge/hub.git" + }, + "license": "MIT", + "keywords": [ + "style-forge", + "CSS framework", + "modern design", + "responsive design", + "utilities", + "web development", + "frontend", + "UI components", + "CSS grid", + "CSS flexbox", + "themes", + "form validation", + "custom themes", + "grid", + "flex", + "input", + "select", + "switch", + "textarea", + "helpers", + "colors" + ], + "autoupdate": { + "source": "npm", + "target": "style-forge", + "fileMap": [ + { + "basePath": "", + "files": [ + "style-forge.css" + ] + } + ] + }, + "authors": [ + { + "name": "Dmitrii Sagalov", + "email": "sarmaged@gmail.com" + } + ] +} diff --git a/packages/s/style-forge.patterns.json b/packages/s/style-forge.patterns.json new file mode 100644 index 000000000..af104c339 --- /dev/null +++ b/packages/s/style-forge.patterns.json @@ -0,0 +1,51 @@ +{ + "name": "style-forge.patterns", + "homepage": "https://style-forge.dev/patterns/", + "description": "Style-Forge.Patterns - versatile CSS library with pre-defined classes for responsive, consistent user interfaces.", + "filename": "patterns.css", + "repository": { + "type": "git", + "url": "git+https://github.com/Style-Forge/patterns.git" + }, + "license": "MIT", + "keywords": [ + "style-forge", + "CSS", + "patterns", + "utility", + "library", + "responsive", + "design", + "grid", + "flexbox", + "spacing", + "typography", + "styles", + "framework", + "frontend", + "web development", + "styling", + "performance", + "mobile-first", + "customizable", + "pre-defined classes" + ], + "autoupdate": { + "source": "npm", + "target": "style-forge.patterns", + "fileMap": [ + { + "basePath": "", + "files": [ + "patterns.css" + ] + } + ] + }, + "authors": [ + { + "name": "Dmitrii Sagalov", + "email": "sarmaged@gmail.com" + } + ] +} diff --git a/packages/s/style-forge.themes.json b/packages/s/style-forge.themes.json new file mode 100644 index 000000000..e9a384403 --- /dev/null +++ b/packages/s/style-forge.themes.json @@ -0,0 +1,48 @@ +{ + "name": "style-forge.themes", + "homepage": "https://style-forge.dev/themes/", + "description": "Style-Forge.Themes: powerful tool for managing and applying customizable themes in web applications.", + "filename": "themes.css", + "repository": { + "type": "git", + "url": "git+https://github.com/Style-Forge/themes.git" + }, + "license": "MIT", + "keywords": [ + "style-forge", + "themes", + "theming", + "CSS", + "CSS-in-JS", + "theme management", + "theme switching", + "customizable themes", + "dynamic themes", + "web development", + "frontend", + "UI", + "design", + "style", + "JavaScript", + "react", + "vue" + ], + "autoupdate": { + "source": "npm", + "target": "style-forge.themes", + "fileMap": [ + { + "basePath": "", + "files": [ + "themes.css" + ] + } + ] + }, + "authors": [ + { + "name": "Dmitrii Sagalov", + "email": "sarmaged@gmail.com" + } + ] +}