Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(icon): update zenticons version to 3.7.6 #2058

Merged
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
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
registry=https://registry.npmjs.org
1 change: 1 addition & 0 deletions packages/zent/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
registry=https://registry.npmjs.org
2 changes: 1 addition & 1 deletion packages/zent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"tslib": "^2.3.0",
"utility-types": "^3.4.1",
"warning": "^4.0.3",
"zenticons": "3.7.4"
"zenticons": "3.7.6"
},
"peerDependencies": {
"react": "^17.0.0",
Expand Down
16 changes: 16 additions & 0 deletions packages/zent/src/icon/Icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,17 @@ export type IconType =
| 'brush'
| 'brush-o'
| 'business'
| 'business-manage'
| 'business-manage-o'
| 'business-o'
| 'calendar'
| 'calendar-o'
| 'canvas'
| 'canvas-o'
| 'capital'
| 'capital-o'
| 'care'
| 'care-o'
| 'caret-down'
| 'caret-up'
| 'casher'
Expand Down Expand Up @@ -52,6 +58,8 @@ export type IconType =
| 'course'
| 'course-o'
| 'customer'
| 'customer-manage'
| 'customer-manage-o'
| 'customer-o'
| 'customer-service'
| 'customer-service-o'
Expand Down Expand Up @@ -120,6 +128,8 @@ export type IconType =
| 'mini-apps'
| 'mini-apps-o'
| 'more'
| 'nameplate'
| 'nameplate-o'
| 'nav-grid'
| 'nav-line'
| 'open-folder-o'
Expand All @@ -137,6 +147,8 @@ export type IconType =
| 'present-o'
| 'procurement'
| 'procurement-o'
| 'purchase'
| 'purchase-o'
| 'qa-o'
| 'qrcode'
| 'refresh'
Expand All @@ -155,6 +167,8 @@ export type IconType =
| 'save'
| 'save-o'
| 'scan-code-o'
| 'scrm-smile'
| 'scrm-smile-o'
| 'search'
| 'settings'
| 'settings-o'
Expand All @@ -176,6 +190,8 @@ export type IconType =
| 'summary-o'
| 'table-compact'
| 'table-loose'
| 'target'
| 'target-o'
| 'tendency-o'
| 'text-guide-o'
| 'thumbnail'
Expand Down
Loading
Loading