-
Notifications
You must be signed in to change notification settings - Fork 12
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(text-field): add scale attribute with condensed (VIV-1813) #1899
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1899 +/- ##
===========================================
Coverage 100.00% 100.00%
===========================================
Files 123 342 +219
Lines 1562 6263 +4701
Branches 108 790 +682
===========================================
+ Hits 1562 6263 +4701
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
added some comments.
- I'm not sure about the font size of the icon in condensed. In my suggested changes it renders as 16px.
- in other components - when the block size is 32px the border-radius is 4 px and not 8px. @AyalaBu is it true?
@YonatanKra if this need to be changed - we can do this together :)
other then that all is OK 👍
@@ -122,6 +122,17 @@ Use the `icon` attribute to add an icon. | |||
<vwc-text-field icon="search-line" label="Search..."></vwc-text-field> | |||
``` | |||
|
|||
### Scale | |||
|
|||
Use the `scale` attribute to change the text field's size. |
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.
I wonder if we need to write something about not using the size property. WDYT?
Co-authored-by: Rachel Bratt Tannenbaum <rachelbt@users.noreply.github.com>
…/Vonage/vivid-3 into VIV-1813-add-textfield-condensed
32px the border-radius is 4 px - Correct |
14a9eae
to
883a351
Compare
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.
LGTM
No description provided.