feat: update ui-settings to use dark/light theme values

- Change UITHEME_DEFAULT from 'polkadot'/'substrate' to 'light'
- Update UITHEMES options to use 'dark'/'light' values
- Update ICONS to use 'pezkuwi'/'bizinikiwi' branding
- Add isPezkuwi check for domain detection
- Bump ui-settings version to 3.16.9
This commit is contained in:
2026-01-07 19:22:05 +03:00
parent 3c1a94af4f
commit 7afaaafd56
11 changed files with 4485 additions and 3996 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "3.16.8",
"version": "3.16.9",
"main": "index.js",
"dependencies": {
"@pezkuwi/networks": "^14.0.5",