[mod] webawesome 3.1

This commit is contained in:
Andy Bunce 2025-12-31 23:11:55 +00:00
parent db961ba5b2
commit c54fbf045e
5 changed files with 180 additions and 179 deletions

View file

@ -16,7 +16,7 @@ import '../../webawesome/dist-cdn/components/tree/tree.js';
setBasePath('/static/webawesome/dist-cdn');
registerIconLibrary('tabler', {
resolver: name => `https://cdn.jsdelivr.net/npm/@tabler/icons@3.35.0/icons/outline/${name}.svg`,
resolver: name => `https://cdn.jsdelivr.net/npm/@tabler/icons@3.36.0/icons/outline/${name}.svg`,
mutator: svg => {
svg.style.fill = 'none';
svg.setAttribute('stroke', 'currentColor');