9dc202053c
- Added category 'Audio/Video' to module.json to fix 'Non répertorié' issue - Created styles/tokens/_spacing.less with spacing tokens (xxs, xs, sm, md, lg, xl, 2xl) - Added legacy aliases (--sp-space-xs, --sp-space-sm, --sp-space-m, etc.) for preset-import-export.less - Added --sp-bg and --sp-surface-elevated tokens to _base.less - Fixed _player-privacy-panel.less to use CSS custom properties instead of LESS variables - Added background: var(--sp-surface) to all dialog root elements: - PlayerPrivacyPanel - PresetSaveDialog - PresetLoadDialog - DirectorsBoard - PresetImport/Export dialogs - Added _spacing.less import to scrying-pool.less - Rebuilt CSS (dist/styles/scrying-pool.css) This fixes: 1. Transparent dialogs (now have proper background colors) 2. Missing spacing tokens (caused build errors) 3. Module category (now shows as 'Audio/Video' instead of 'Uncategorized') All 900 unit tests passing. Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
31 lines
595 B
JSON
31 lines
595 B
JSON
{
|
|
"id": "video-view-manager",
|
|
"title": "Video View Manager (Scrying Pool)",
|
|
"version": "0.1.0",
|
|
"description": "GM camera visibility control for FoundryVTT v14 — hide, show, and manage participant feeds in real time.",
|
|
"authors": [
|
|
{
|
|
"name": "Morr"
|
|
}
|
|
],
|
|
"category": "Audio/Video",
|
|
"compatibility": {
|
|
"minimum": "14",
|
|
"verified": "14"
|
|
},
|
|
"esmodules": [
|
|
"module.js"
|
|
],
|
|
"styles": [
|
|
"dist/styles/scrying-pool.css"
|
|
],
|
|
"languages": [
|
|
{
|
|
"lang": "en",
|
|
"name": "English",
|
|
"path": "lang/en.json"
|
|
}
|
|
],
|
|
"flags": {}
|
|
}
|