Skip to content

Commit 44f7016

Browse files
isArlekinAlekseiArgeare5
authored
feat: static icon components generation (#47)
* feat: rework dynamic icons component * fix: added icon/[iconSymbol] page to make sure that icons loaded separately * fix: added page to test single icon * fix: change icon size * fix: used <GithubSVGIcon /> in <StaticIcon />. Get rid of useEffect * fix: refactor components generation flow * feat: added script to generate components * fix: use generated components in docs * fix: removed 'use client' directive * fix: moved helper functions out for capitalize.ts * fix: transform all numbers to words * fix: added icons in tsup configuration * fix: get rid of react-inlinesvg * feat: added tailwind support * fix: shared symbolToComponentName function between main package and web3-icons * fix: update documentation * fix: minify index.css using nanocss * fix: aliases generation (#49) * fix: pool symbols for `updateAliasesWithAddressBook` --------- Co-authored-by: Aleksei <[email protected]> Co-authored-by: Oleksandr <[email protected]>
1 parent cf5798b commit 44f7016

File tree

805 files changed

+18275
-6806
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

805 files changed

+18275
-6806
lines changed

apps/docs/package.json

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
{
1515
"name": "Oleksandr Tkach",
1616
"url": "https://github.com/Argeare5"
17+
},
18+
{
19+
"name": "Aleksey Gorbunov",
20+
"url": "https://github.com/isArlekin"
1721
}
1822
],
1923
"repository": {
@@ -33,23 +37,23 @@
3337
"dependencies": {
3438
"@bgd-labs/react-web3-icons": "workspace:^",
3539
"clsx": "^2.1.1",
36-
"framer-motion": "^11.3.2",
40+
"framer-motion": "^11.11.10",
3741
"fuse.js": "^7.0.0",
3842
"next": "^14.2.5",
3943
"next-themes": "^0.3.0",
4044
"react": "18.3.1",
4145
"react-dom": "18.3.1",
42-
"react-inlinesvg": "^4.1.3",
43-
"tailwind-merge": "^2.4.0",
44-
"use-debounce": "^10.0.1"
46+
"react-inlinesvg": "^4.1.4",
47+
"tailwind-merge": "^2.5.4",
48+
"use-debounce": "^10.0.4"
4549
},
4650
"devDependencies": {
47-
"@types/node": "^20.14.10",
51+
"@types/node": "^22.8.4",
4852
"@types/react": "^18.3.3",
4953
"@types/react-dom": "^18.3.0",
50-
"postcss": "^8.4.39",
51-
"prettier-plugin-tailwindcss": "^0.6.5",
52-
"tailwindcss": "^3.4.4",
54+
"postcss": "^8.4.47",
55+
"prettier-plugin-tailwindcss": "^0.6.8",
56+
"tailwindcss": "^3.4.14",
5357
"tailwindcss-animate": "^1.0.7"
5458
},
5559
"packageManager": "[email protected]"

0 commit comments

Comments
 (0)