-
Notifications
You must be signed in to change notification settings - Fork 4
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
refactor(components): size components using CSS vars #502
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
simeonoff
approved these changes
Sep 16, 2022
simeonoff
added a commit
that referenced
this pull request
Sep 29, 2022
* refactor(avatar): use CSS for sizing * Adding sizing (#498) * refactor(button): to use sizing * refactor(icon-button): to use sizing * refactor(calendar): to use sizing Co-authored-by: Simeon Simeonoff <sim.simeonoff@gmail.com> * refactor(components): size components using CSS vars (#502) * refactor(components): size components using CSS vars * refactor(input): size component using CSS vars * fix(calendar): border-radius issue * feat(spacing): customizable spacing using pad functions * refactor(themes): remove igc-spacing variables * npm(theming): bump to latest beta * fix(checkbox): size changes in tree component Co-authored-by: Marin Popov <desig9stein@users.noreply.github.com> Co-authored-by: Silvia Ivanova <59446295+SisIvanova@users.noreply.github.com> Co-authored-by: sivanova <sivanova@infragistics.com>
simeonoff
added a commit
that referenced
this pull request
Oct 13, 2022
…#454) * refactor(themes): use theming package for global themes * refactor(themes): replace type-category with type-style * refactor(themes): revert color usage * build(styles): use compile function for scss files * refactor(themes): remove utils * build(themes): use compile to build scss files * build(styles): refactor build and watcher * npm(package.json): update styles watcher script * refactor(themes): optimize imports * refactor(themes): update components themes from accordion to dropdown (#455) * refactor(themes): forward all igniteui-theming modules * refactor(*): update prefix (#457) * refactor(watchers): do not rebuild stories on CSS changes * deps(theming): bump to beta 5 * update theme vars for typography and elevations (#458) * deps(theming): bump version * npm(igniteui-theming): bump to latest beta * npm(theming): bump version * npm(theming): bump version * npm(theming): bump to latest version * refactor(select): replace type-category with type-style * npm(theming): bump version * feat(themes): add grid dark themes * refactor(themes): remove grid dg prefix * npm(theming): bump to latest beta * refactor(dialog): migrate to theming package typography mixins * refactor(themes): size component using CSS vars (#484) * refactor(avatar): use CSS for sizing * Adding sizing (#498) * refactor(button): to use sizing * refactor(icon-button): to use sizing * refactor(calendar): to use sizing Co-authored-by: Simeon Simeonoff <sim.simeonoff@gmail.com> * refactor(components): size components using CSS vars (#502) * refactor(components): size components using CSS vars * refactor(input): size component using CSS vars * fix(calendar): border-radius issue * feat(spacing): customizable spacing using pad functions * refactor(themes): remove igc-spacing variables * npm(theming): bump to latest beta * fix(checkbox): size changes in tree component Co-authored-by: Marin Popov <desig9stein@users.noreply.github.com> Co-authored-by: Silvia Ivanova <59446295+SisIvanova@users.noreply.github.com> Co-authored-by: sivanova <sivanova@infragistics.com> * lint(styles): fix errors * refactor(themes): update dark grid selector * build(theming): bump version * refactor(scrollbar): class igc-scrollbar to ig-scrollbar * refactor(themes): rename igc-theme to ig-theme * refactor(themes): rename igc-scrollbar to ig-scrollbar Co-authored-by: Dilyana Yarabanova <45598235+didimmova@users.noreply.github.com> Co-authored-by: Silvia Ivanova <59446295+SisIvanova@users.noreply.github.com> Co-authored-by: Marin Popov <desig9stein@users.noreply.github.com> Co-authored-by: sivanova <sivanova@infragistics.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related to #115
Related to #506