Skip to content

Commit

Permalink
fix: upgrade omi to fix icon repeated rendering (#110)
Browse files Browse the repository at this point in the history
* feat(web-components): web components icon complete🎉

* feat(web-components): web components icon complete🎉

* feat(icon): add tdesign-icons-web-components

* feat(icon): add tdesign-icons-web-components

* feat(icon): add tdesign-icons-web-components

* chore: fix typo

* feat(icon): add tdesign-icons-web-components

* feat(web-components): fix README.md

* fix(web-components): 修复svg fill-rule 属性问题

* fix(web components): 修复icon显示不居中和class重复设置问题

* fix: 升级omi解决icon重复渲染问题

---------

Co-authored-by: wū yāng <[email protected]>
  • Loading branch information
duenyang and uyarn authored Sep 18, 2024
1 parent b1b6ace commit b9e52f0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions packages/web-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"build:tsc-lib": " tsc --emitDeclarationOnly -d --outDir lib/"
},
"peerDependencies": {
"omi": ">=7.6.7"
"omi": ">=7.6.17"
},
"devDependencies": {
"@babel/core": "^7.16.0",
Expand Down Expand Up @@ -71,7 +71,7 @@
"dependencies": {
"@babel/runtime": "^7.16.5",
"clsx": "^2.1.1",
"omi": "^7.6.7",
"omi": "^7.6.17",
"tailwind-merge": "^2.3.0"
}
}
30 changes: 15 additions & 15 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b9e52f0

Please sign in to comment.