-
Notifications
You must be signed in to change notification settings - Fork 70
feat: Elevation #4659
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: Elevation #4659
Conversation
We have a new design for the color gradient drag handle, where we use the default shadow from our elevation system. So there is no need to customize the elevation color. |
LGTM |
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've identified a couple of deleted variables - there's probably more. This should not be done in a minor release such as this one.
For such cases, consider keeping the old variables, but re-assigning their values to some of the newly introduced APIs (such as elevation()
).
8a75748
to
487a857
Compare
e22d25e
to
1e4b53e
Compare
1ae7903
to
766cfa1
Compare
d78fac3
to
713db3f
Compare
5162a3d
to
1f62b09
Compare
chore(default): implement core elevation system
chore(fluent): implement core elevation system chore(utils): implement core elevation system chore(core): use k- meta functions chore: normalize comments
chore(fluent): explicit forward to utils feat: implemnet elevation system chore(bootstrap): implement global elevation system chore(classic): implement global elevation system chore: regen docs chore: update core elevation system variable chore(fluent): use css variables of global shadow system chore: regen docs chore(core): improve visibility of core elevations chore: regen docs chore: regen docs chore(material): implement global elevation system chore: regen docs chore: review elevation steps in widgets chore: unify elevations with design guidelines chore(colorgradient): update draghandle styles chore: regen docs chore: clear temporary comments chore(core): simplify the elevation function chore(default): fix contrast of the colorgradient draghandle chore: support multi-shadow filter chore(bootstrap): floating point precision shadows chore(default): do not rename variables based on implementation chore(bootstrap): deprecate box-shadow variables chore(fluent): deprecate box-shadow variables chore(default): deprecate box-shadow variables chore(material): deprecate box-shadow variables chore(classic): deprecate box-shadow variables docs: generate API chore(bootstrap): remove obsolete comments chore(core): enable css vars chore: refactor elevation styles loading chore(fluent): enable elevation customization chore(core): merge elevation map chore(core): prefix elevation getter function chore(default): org-chart focus elevations docs: generate API
Continuation of https://github.com/telerik/kendo-themes/pull/4653/files
Target: https://github.com/telerik/kendo-themes-private/issues/102
Introduces common module for elevation (box-shadows which are used as a focus indicator are not part of this PR).
Utils classNames are defined as
k-elevation-*
(ranging from 1 to 9) and are contextual based on the currently loaded theme.TODO: replace remaining standalone
box-shadow
styles (used for elevation only) in the following themes;Also: