-
-
Notifications
You must be signed in to change notification settings - Fork 357
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add style-forge.* w/ npm auto-update (#1857)
Add Style-Forge libraries
- Loading branch information
Showing
7 changed files
with
336 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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": "[email protected]" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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": "[email protected]" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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": "[email protected]" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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": "[email protected]" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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": "[email protected]" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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": "[email protected]" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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": "[email protected]" | ||
} | ||
] | ||
} |