fix: Dice So Nice import v14 compat, override Foundry text colors for readability
Release Creation / build (release) Failing after 1m28s

- hooks.mjs: replace static dice-so-nice import with dynamic import
  using game.modules.get('dice-so-nice').id (path removed in v14)
- hooks.mjs: fix permission condition (|| -> &&), jQuery -> vanilla JS
- less/base.less: override --color-text-* and --button-text-color
  for both .themed.theme-dark (AppV2) and body.theme-dark (legacy apps)
- target #settings-config buttons + labels + hints for dark grays
This commit is contained in:
2026-07-12 22:05:45 +02:00
parent dcc24b47ec
commit 90de66d668
44 changed files with 516 additions and 4305 deletions
+5 -1
View File
@@ -31,12 +31,16 @@ jobs:
- name: Install Dependencies
run: npm ci
# Build CSS from LESS
- name: Build CSS
run: npm run build:less
# Pull YAML to LDB packs
- name: Build Packs
run: npm run pullYAMLtoLDB
# Create a zip file with all files required by the module to add to the release
- run: zip -r ./system.zip system.json template.json assets/ css/ lang/ module/ templates/ packs/
- run: zip -r ./system.zip system.json assets/ css/ lang/ module/ templates/ packs/
# Create a release for this specific version
- name: Update Release with Files