-
Notifications
You must be signed in to change notification settings - Fork 7
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
fix(ui): spacing between units and input updated #630
Conversation
ade788f
to
d99247b
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.
I couldn't open the component in the storyBook.
packages/ui-library/src/components/forms/number-input/index.css.ts
Outdated
Show resolved
Hide resolved
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.
On line 34 of index.ts NumberInput we need to remove the question mark for the size to resolve the eslint issue
I'm not sure if this is within the scope of the ticket, but I don't the readonly styles are getting applied. Could we double check this? |
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.
On line 159 of index.css.ts (in number-input), we're getting an eslint error because it needs to be ${UserInput.Error.Focused};
d99247b
to
ba3b246
Compare
…into fix/number-input-spacing # Conflicts: # packages/ui-library/src/components/forms/number-input/index.css.ts
* draft * feat(tokens): adds Forms.NumberInput.Input.TextContainer.ItemSpacing.[scale] * feat(tokens): adds prefixSuffix colors * fix(ui-library): fixing number input test by including missing size prop * fix(ui-library): removing 'sm' parameter from text input to fix failing unit test * fix(ui-library): making number input size property optional * fix(ui-library): removing layout prop from radio input group story --------- Co-authored-by: larserbach <[email protected]> Co-authored-by: David Kennedy <[email protected]>
* fix(tokens): radio control tokens renamed * fix(tokens): radio control tokens renaming. Mostly colors * feat(tokens): adds radio borderwidth * fix(tokens): border token * radio control border tokens * fix(tokens): adds error for active state * fix(tokens): radio bordercolor * radio control border tokens color * fix(tokens): renames radio contentCol tokens * fix(tokens): renames contentRow tokens * fix(ui): spacing between units and input updated (#630) * draft * feat(tokens): adds Forms.NumberInput.Input.TextContainer.ItemSpacing.[scale] * feat(tokens): adds prefixSuffix colors * fix(ui-library): fixing number input test by including missing size prop * fix(ui-library): removing 'sm' parameter from text input to fix failing unit test * fix(ui-library): making number input size property optional * fix(ui-library): removing layout prop from radio input group story --------- Co-authored-by: larserbach <[email protected]> Co-authored-by: David Kennedy <[email protected]> * feat(ui-library): create buttonDisplay prop and type (#628) * feat(ui-library): create buttonDisplay prop and type * feat(ui-library): correct display none to default * faet(ui-library): show block, inline-block and inline * add block as display block * feat(ui-library): add div for icon * feat(ui-library): add vertical-align to center icons * feart(ui-library): add a wrapper div * feat(ui-library): add flex container * feat(ui-library): add tests * feat(ui-library): add gap * feat(ui-library): fix loading state with new flex container * fix(ui-library): add icon classes to iconMap * fix(ui-library): unit tests are testing if css display attribute is really applied * fix(ui-library): cleanup * fix(ui-library): button display optional and better default --------- Co-authored-by: christian.b.hoffmann <[email protected]> * Switch to yarn pnp (#651) * prepared yarn 4 pipeline * yarn 4 with corepack * renamed jobs and removed push-trigger * removed unused yml files * updated read.me * fix(tokens): radioGroup tokens * fix: radio inactive hover and pressed adjusted icon sizes * fix(tokens): apply new tokens 0001 * fix: radio - css nesting * fix: updates comments on radio * fix: radio comment * adds: prefixsuffix colors * ignore yarn stuff * removed unused files * deleted checkbox file --------- Co-authored-by: larserbach <[email protected]> Co-authored-by: RubirajAccenture <[email protected]> Co-authored-by: David Kennedy <[email protected]> Co-authored-by: DenizSaganak <[email protected]>
No description provided.