feat: initial Pezkuwi Apps rebrand from polkadot-apps

Rebranded terminology:
- Polkadot → Pezkuwi
- Kusama → Dicle
- Westend → Zagros
- Rococo → PezkuwiChain
- Substrate → Bizinikiwi
- parachain → teyrchain

Custom logos with Kurdistan brand colors (#e6007a → #86e62a):
- bizinikiwi-hexagon.svg
- sora-bizinikiwi.svg
- hezscanner.svg
- heztreasury.svg
- pezkuwiscan.svg
- pezkuwistats.svg
- pezkuwiassembly.svg
- pezkuwiholic.svg
This commit is contained in:
2026-01-07 13:05:27 +03:00
commit d21bfb1320
5867 changed files with 329019 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
// Copyright 2017-2025 @pezkuwi/react-query authors & contributors
// SPDX-License-Identifier: Apache-2.0
export { default as Available } from './Available.js';
export { default as BalanceFree } from './BalanceFree.js';
export { default as BalanceVoting } from './BalanceVoting.js';
export { default as BestFinalized } from './BestFinalized.js';
export { default as BestNumber } from './BestNumber.js';
export { default as BlockToTime } from './BlockToTime.js';
export { default as Bonded } from './Bonded.js';
export { default as Chain } from './Chain.js';
export { default as Elapsed } from './Elapsed.js';
export { default as FormatBalance } from './FormatBalance.js';
export { default as LockedVote } from './LockedVote.js';
export { default as NodeName } from './NodeName.js';
export { default as NodeVersion } from './NodeVersion.js';
export { default as Nonce } from './Nonce.js';
export { default as PoolSize } from './PoolSize.js';
export { default as SessionToTime } from './SessionToTime.js';
export { default as TimeNow } from './TimeNow.js';
export { default as TotalInactive } from './TotalInactive.js';
export { default as TotalIssuance } from './TotalIssuance.js';