-
Notifications
You must be signed in to change notification settings - Fork 31
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(components): add searchbar and refactor input #153
Conversation
affects: @gio-design/components, website
affects: @gio-design/components
affects: @gio-design/components, website
affects: @gio-design/components
affects: @gio-design/components, website, icon
affects: @gio-design/components
affects: @gio-design/components, @gio-design/icon, @gio-design/themes, @gio-design/tokens, website
affects: website
# Conflicts: # packages/website/src/components/basic/toast/index.zh-CN.md
# Conflicts: # packages/components/src/index.ts
affects: @gio-design/components, @gio-design/icons, website
affects: @gio-design/components
affects: @gio-design/components
affects: @gio-design/components
# Conflicts: # packages/icons/src/index.tsx
affects: @gio-design/components, @gio-design/icons, @gio-design/tokens, website
Deploy preview for gio-design failed. |
affects: @gio-design/components, @gio-design/icons
Codecov Report
@@ Coverage Diff @@
## master #153 +/- ##
==========================================
+ Coverage 65.78% 70.68% +4.89%
==========================================
Files 78 77 -1
Lines 2040 1968 -72
Branches 542 514 -28
==========================================
+ Hits 1342 1391 +49
+ Misses 693 572 -121
Partials 5 5
Continue to review full report at Codecov.
|
Deploy preview for ready! ✅ https://deploy-preview-153--gio-design.surge.sh |
affects: @gio-design/components, @gio-design/icons, @gio-design/tokens, website
Deploy preview for gio-design failed. |
affects: @gio-design/components, @gio-design/tokens, website
Deploy preview for ready! ✅ https://deploy-preview-153--gio-design.surge.sh |
|
||
export { InputNumber, InputHidden, Password, TextArea }; | ||
export { InputProps } from './types'; | ||
export { InputNumber, Password, TextArea }; | ||
|
||
export default class extends React.Component<InputProps> { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个定义还是放在 Input 里吧,这样 index.tsx 只用来 import 和 export,这样 index.tsx 不需要单测覆盖。
Deploy preview for ready! ✅ https://deploy-preview-153--gio-design.surge.sh |
Deploy preview for ready! ✅ https://deploy-preview-153--gio-design.surge.sh |
Deploy preview for ready! ✅ https://deploy-preview-153--gio-design.surge.sh |
Deploy preview for ready! ✅ https://deploy-preview-153--gio-design.surge.sh |
No description provided.