Refactor code structure for improved readability and maintainability
Publish to npm / check-and-publish (push) Failing after 13s

This commit is contained in:
2026-06-23 12:59:53 +02:00
parent cd75e773f6
commit ca983468f0
3 changed files with 1008 additions and 2228 deletions
+16 -1655
View File
File diff suppressed because it is too large Load Diff
+2 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "@unkn0wndo3s/nova-design-system", "name": "@unkn0wndo3s/nova-design-system",
"type": "module", "type": "module",
"version": "1.00.1", "version": "1.00.2",
"main": "./src/index.ts", "main": "./src/index.ts",
"description": "Nova Design System — Astro component library", "description": "Nova Design System — Astro component library",
"engines": { "engines": {
@@ -21,6 +21,7 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"@lucide/astro": "^1.21.0",
"astro": "^7.0.0" "astro": "^7.0.0"
}, },
"devDependencies": { "devDependencies": {
+990 -572
View File
File diff suppressed because it is too large Load Diff