Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions apps/chrome-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @web3icons/chrome-extension

## 1.0.1

### Patch Changes

- Updated dependencies [98733c9]
- @web3icons/common@0.11.46
- @web3icons/core@4.0.51
6 changes: 3 additions & 3 deletions apps/chrome-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3icons/chrome-extension",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"description": "Browse and copy 2,500+ crypto icons from any tab. Tokens, networks, wallets, and exchanges in branded, mono, and background variants.",
"author": "AK <hey@akml.io>",
Expand All @@ -11,8 +11,8 @@
"build:js": "bun run scripts/build.ts"
},
"dependencies": {
"@web3icons/core": "4.0.50",
"@web3icons/common": "0.11.45"
"@web3icons/core": "4.0.51",
"@web3icons/common": "0.11.46"
},
"devDependencies": {
"tailwindcss": "^4.1.11",
Expand Down
4 changes: 2 additions & 2 deletions apps/figma-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"@create-figma-plugin/ui": "^3.1.0",
"@create-figma-plugin/utilities": "^3.1.0",
"preact": ">=10",
"@web3icons/core": "4.0.50",
"@web3icons/common": "0.11.45"
"@web3icons/core": "4.0.51",
"@web3icons/common": "0.11.46"
},
"devDependencies": {
"@create-figma-plugin/build": "^3.1.0",
Expand Down
47 changes: 0 additions & 47 deletions apps/figma-plugin/src/css/output.css
Original file line number Diff line number Diff line change
Expand Up @@ -619,18 +619,10 @@ video {
margin-right: -1rem;
}

.mb-2 {
margin-bottom: 0.5rem;
}

.mr-2 {
margin-right: 0.5rem;
}

.mt-1 {
margin-top: 0.25rem;
}

.mt-2 {
margin-top: 0.5rem;
}
Expand Down Expand Up @@ -661,11 +653,6 @@ video {
height: 1rem;
}

.size-8 {
width: 2rem;
height: 2rem;
}

.h-8 {
height: 2rem;
}
Expand All @@ -674,11 +661,6 @@ video {
height: 100%;
}

.w-fit {
width: -moz-fit-content;
width: fit-content;
}

.w-full {
width: 100%;
}
Expand Down Expand Up @@ -776,16 +758,6 @@ video {
border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.bg-blue-500 {
--tw-bg-opacity: 1;
background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.bg-blue-600 {
--tw-bg-opacity: 1;
background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.bg-gray {
--tw-bg-opacity: 1;
background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
Expand Down Expand Up @@ -875,20 +847,6 @@ video {
line-height: 1rem;
}

.uppercase {
text-transform: uppercase;
}

.text-gray-light {
--tw-text-opacity: 1;
color: rgb(19 19 19 / var(--tw-text-opacity, 1));
}

.text-red-400 {
--tw-text-opacity: 1;
color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.text-white {
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
Expand Down Expand Up @@ -962,11 +920,6 @@ body {
outline-color: #222222;
}

.hover\:bg-blue-600:hover {
--tw-bg-opacity: 1;
background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-dark:hover {
--tw-bg-opacity: 1;
background-color: rgb(15 15 15 / var(--tw-bg-opacity, 1));
Expand Down
6 changes: 3 additions & 3 deletions apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"@types/react-dom": "^18.2.22",
"@vercel/analytics": "^1.2.2",
"@vercel/og": "^0.8.5",
"@web3icons/common": "0.11.45",
"@web3icons/core": "4.0.50",
"@web3icons/react": "^4.1.16",
"@web3icons/common": "0.11.46",
"@web3icons/core": "4.0.51",
"@web3icons/react": "^4.1.17",
"autoprefixer": "10.4.18",
"eslint": "8.57.0",
"eslint-config-next": "14.1.3",
Expand Down
5 changes: 4 additions & 1 deletion apps/website/src/app/blog/[slug]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,10 @@ export default async function BlogPost({
})

return (
<div key={slug} className="mx-auto flex max-w-3xl flex-col gap-8 px-4 py-12 sm:py-20">
<div
key={slug}
className="mx-auto flex max-w-3xl flex-col gap-8 px-4 py-12 sm:py-20"
>
<div className="flex flex-col gap-6">
<Link
href="/blog"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ function TopTokens() {
{
label: 'branded',
preview: <TokenBTC variant="branded" size={48} />,
content: `import { TokenBTC } from '@web3icons/react'\n\n<TokenBTC variant="branded" size={48} />`
content: `import { TokenBTC } from '@web3icons/react'\n\n<TokenBTC variant="branded" size={48} />`,
},
{
label: 'mono',
preview: <TokenBTC variant="mono" size={48} />,
content: `import { TokenBTC } from '@web3icons/react'\n\n<TokenBTC variant="mono" size={48} />`
content: `import { TokenBTC } from '@web3icons/react'\n\n<TokenBTC variant="mono" size={48} />`,
},
]}
/>
Expand Down Expand Up @@ -139,12 +139,12 @@ Dynamic icons accept a `symbol` (for tokens) or an identifier prop instead of be
{
label: 'by symbol',
preview: <TokenETH variant="branded" size={48} />,
content: `import { TokenIcon } from '@web3icons/react/dynamic'\n\n<TokenIcon symbol="ETH" size={48} variant="branded" />`
content: `import { TokenIcon } from '@web3icons/react/dynamic'\n\n<TokenIcon symbol="ETH" size={48} variant="branded" />`,
},
{
label: 'by network',
preview: <NetworkEthereum variant="branded" size={48} />,
content: `import { NetworkIcon } from '@web3icons/react/dynamic'\n\n<NetworkIcon network="ethereum" size={48} variant="branded" />`
content: `import { NetworkIcon } from '@web3icons/react/dynamic'\n\n<NetworkIcon network="ethereum" size={48} variant="branded" />`,
},
]}
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,17 +156,17 @@ Icons with a circular colored background. Use these in:
{
label: 'mono',
preview: <TokenBTC variant="mono" size={48} />,
content: `import { TokenBTC } from '@web3icons/react'\n\n<TokenBTC variant="mono" size={48} />`
content: `import { TokenBTC } from '@web3icons/react'\n\n<TokenBTC variant="mono" size={48} />`,
},
{
label: 'branded',
preview: <TokenBTC variant="branded" size={48} />,
content: `import { TokenBTC } from '@web3icons/react'\n\n<TokenBTC variant="branded" size={48} />`
content: `import { TokenBTC } from '@web3icons/react'\n\n<TokenBTC variant="branded" size={48} />`,
},
{
label: 'background',
preview: <TokenBTC variant="background" size={48} />,
content: `import { TokenBTC } from '@web3icons/react'\n\n<TokenBTC variant="background" size={48} />`
content: `import { TokenBTC } from '@web3icons/react'\n\n<TokenBTC variant="background" size={48} />`,
},
]}
/>
Expand Down
4 changes: 2 additions & 2 deletions apps/website/src/app/blog/content/dark-mode-crypto-icons.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,12 @@ Here's what it looks like with web3icons:
{
label: 'branded',
preview: <TokenBTC variant="branded" size={48} />,
content: `import { TokenBTC } from '@web3icons/react'\n\n// Full brand colors for light mode\n<TokenBTC size={48} variant="branded" />`
content: `import { TokenBTC } from '@web3icons/react'\n\n// Full brand colors for light mode\n<TokenBTC size={48} variant="branded" />`,
},
{
label: 'mono',
preview: <TokenBTC variant="mono" size={48} />,
content: `import { TokenBTC } from '@web3icons/react'\n\n// Clean, consistent mono for dark mode\n<TokenBTC size={48} variant="mono" />`
content: `import { TokenBTC } from '@web3icons/react'\n\n// Clean, consistent mono for dark mode\n<TokenBTC size={48} variant="mono" />`,
},
]}
/>
Expand Down
6 changes: 3 additions & 3 deletions apps/website/src/app/privacy/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ import { Metadata } from 'next'

export const metadata: Metadata = {
title: 'Privacy Policy | Web3 Icons',
description: 'Privacy policy for Web3 Icons and the Web3 Icons Chrome extension.',
description:
'Privacy policy for Web3 Icons and the Web3 Icons Chrome extension.',
}

export default function PrivacyPage() {
Expand Down Expand Up @@ -59,8 +60,7 @@ export default function PrivacyPage() {

<h2>Contact</h2>
<p>
Questions? Reach out at{' '}
<a href="mailto:hey@akml.io">hey@akml.io</a>.
Questions? Reach out at <a href="mailto:hey@akml.io">hey@akml.io</a>.
</p>
</div>
)
Expand Down
7 changes: 7 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @web3icons/common

## 0.11.46

### Patch Changes

- 98733c9: token: replace current `POL` icon in favor of Polyon's rebranded `MATIC` icon.
token: add `branded`, `background` variants for `XLM`

## 0.11.45

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"svg crypto icons",
"coin icons"
],
"version": "0.11.45",
"version": "0.11.46",
"private": false,
"author": "0xa3k5",
"license": "MIT",
Expand Down
8 changes: 4 additions & 4 deletions packages/common/src/metadata/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21431,22 +21431,22 @@ export const tokens: ITokenMetadata[] = [
},
{
id: 'CBTC',
name: 'cBTC',
variants: ['background', 'branded', 'mono'],
filePath: 'token:CBTC',
symbol: 'CBTC',
name: 'cBTC',
marketCapRank: 0,
addresses: {},
variants: ['background', 'branded', 'mono'],
},
{
id: 'USDE',
name: 'USDe',
variants: ['background', 'branded', 'mono'],
filePath: 'token:USDE',
symbol: 'USDE',
name: 'USDe',
marketCapRank: 0,
addresses: {
ethereum: '0x4c9EDD5852cd905f086C759E8383e09bff1E68B3',
},
variants: ['background', 'branded', 'mono'],
},
]
9 changes: 9 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @web3icons/core

## 4.0.51

### Patch Changes

- 98733c9: token: replace current `POL` icon in favor of Polyon's rebranded `MATIC` icon.
token: add `branded`, `background` variants for `XLM`
- Updated dependencies [98733c9]
- @web3icons/common@0.11.46

## 4.0.50

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"svg crypto icons",
"coin icons"
],
"version": "4.0.50",
"version": "4.0.51",
"private": false,
"author": "0xa3k5",
"license": "MIT",
Expand Down Expand Up @@ -47,7 +47,7 @@
"format": "prettier --write \"**/*.{ts,js,md,json}\" --log-level error"
},
"dependencies": {
"@web3icons/common": "0.11.45"
"@web3icons/common": "0.11.46"
},
"devDependencies": {
"bun-types": "latest",
Expand Down
4 changes: 4 additions & 0 deletions packages/core/src/svg-module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4168,7 +4168,9 @@ import * as TBackgroundSTEEM from './svgs/tokens/background/STEEM.svg'
import * as TBrandedSBD from './svgs/tokens/branded/SBD.svg'
import * as TMonoSBD from './svgs/tokens/mono/SBD.svg'
import * as TBackgroundSBD from './svgs/tokens/background/SBD.svg'
import * as TBrandedXLM from './svgs/tokens/branded/XLM.svg'
import * as TMonoXLM from './svgs/tokens/mono/XLM.svg'
import * as TBackgroundXLM from './svgs/tokens/background/XLM.svg'
import * as TBrandedSTELLA from './svgs/tokens/branded/STELLA.svg'
import * as TBackgroundSTELLA from './svgs/tokens/background/STELLA.svg'
import * as TBrandedFITFI from './svgs/tokens/branded/FITFI.svg'
Expand Down Expand Up @@ -7563,6 +7565,7 @@ export const svgs = {
snt: TBrandedSNT,
steem: TBrandedSTEEM,
sbd: TBrandedSBD,
xlm: TBrandedXLM,
stella: TBrandedSTELLA,
fitfi: TBrandedFITFI,
step: TBrandedSTEP,
Expand Down Expand Up @@ -10914,6 +10917,7 @@ export const svgs = {
snt: TBackgroundSNT,
steem: TBackgroundSTEEM,
sbd: TBackgroundSBD,
xlm: TBackgroundXLM,
stella: TBackgroundSTELLA,
fitfi: TBackgroundFITFI,
step: TBackgroundSTEP,
Expand Down
2 changes: 2 additions & 0 deletions packages/core/src/svgs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4167,7 +4167,9 @@ export * as TokenBackgroundSTEEM from './tokens/background/STEEM.svg'
export * as TokenBrandedSBD from './tokens/branded/SBD.svg'
export * as TokenMonoSBD from './tokens/mono/SBD.svg'
export * as TokenBackgroundSBD from './tokens/background/SBD.svg'
export * as TokenBrandedXLM from './tokens/branded/XLM.svg'
export * as TokenMonoXLM from './tokens/mono/XLM.svg'
export * as TokenBackgroundXLM from './tokens/background/XLM.svg'
export * as TokenBrandedSTELLA from './tokens/branded/STELLA.svg'
export * as TokenBackgroundSTELLA from './tokens/background/STELLA.svg'
export * as TokenBrandedFITFI from './tokens/branded/FITFI.svg'
Expand Down
8 changes: 6 additions & 2 deletions packages/core/src/svgs/tokens/background/POL.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions packages/core/src/svgs/tokens/background/XLM.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading