* docs: prepare Vendoo 1.41.2 git-ignore boundary hotfix * fix: track native source modules with root-anchored runtime ignores
31 lines
652 B
JSON
31 lines
652 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "vendoo.themes",
|
|
"name": "Themes & Design System",
|
|
"version": "1.1.0",
|
|
"type": "feature",
|
|
"status": "native",
|
|
"description": "Natives Theme- und Design-System-Modul mit sicherem Token-Editor, Benutzerpräferenzen und Accessibility-Prüfungen.",
|
|
"requires": [
|
|
"vendoo.system"
|
|
],
|
|
"permissions": [
|
|
"settings.manage",
|
|
"themes.use"
|
|
],
|
|
"provides": [
|
|
"themes.tokens",
|
|
"themes.runtime",
|
|
"themes.profiles",
|
|
"themes.accessibility"
|
|
],
|
|
"consumes": [
|
|
"platform.events"
|
|
],
|
|
"owns": [
|
|
"themes.definitions",
|
|
"themes.user-preferences",
|
|
"themes.system-default"
|
|
]
|
|
}
|