Archived
feat: port el-ui vessels — rename crates→vessels, add El source + manifests
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
// el-style — The el-ui design system.
|
||||
//
|
||||
// Platform-agnostic, theme-driven style representation. Every value is a
|
||||
// semantic token — the theme maps tokens to actual colors, sizes, and shadows.
|
||||
// Components never hardcode visual values.
|
||||
|
||||
vessel "el-style" {
|
||||
version "0.1.0"
|
||||
description "Design tokens, themes, and the StyleModifier fluent API"
|
||||
authors ["Will Anderson <will@neurontechnologies.ai>"]
|
||||
edition "2026"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
el-platform "1.0"
|
||||
}
|
||||
|
||||
build {
|
||||
entry "src/main.el"
|
||||
output "dist/"
|
||||
}
|
||||
Reference in New Issue
Block a user