refactor: rename polkadotIcon to pezkuwiIcon and update identicon themes

- Rename polkadot.ts to pezkuwi.ts in ui-shared
- Rename polkadotIcon function to pezkuwiIcon
- Rename Polkadot.tsx to Pezkuwi.tsx in all identicon packages
- Update Components mapping to use pezkuwi theme
- Add bizinikiwi theme as substrate replacement
- Update IconTheme type definitions
- Update Ledger app text to Pezkuwi
This commit is contained in:
2026-01-09 00:15:30 +03:00
parent ca1f34c46c
commit 03e7cc4736
16 changed files with 92 additions and 99 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ export const LEDGER_APP_DEFAULT = 'generic';
export const LEDGER_APP: Option[] = [
{
info: 'generic',
text: 'Use the Ledger Polkadot Generic App',
text: 'Use the Ledger Pezkuwi Generic App',
value: 'generic'
},
{
+1 -1
View File
@@ -4,5 +4,5 @@
// matches https://pezkuwichain.io & https://*.pezkuwichain.io
export const isPezkuwi = typeof window !== 'undefined' && window.location.host.includes('pezkuwi');
// Backward compatibility alias
// Alias for compatibility with code using old variable name
export const isPolkadot = isPezkuwi;