-
Notifications
You must be signed in to change notification settings - Fork 486
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
Updates Sidebar and related components to Lexicon V2 #432
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
…up-flush-vertical` for better Sass extends New: List Group added `.list-group-subtitle` and option to configure Sass maps `$list-group-subtitle`, `$list-group-subtitle-link`
…s variables or Sass maps (easier to spot)
… to `clay-link` to configure `clay-link` mixin so we don't need two variables (e.g. `$title` and `$title-link`)
…d removed `.sidebar-list-item` use `.list-group-item-*` instead Breaking: Sidebar removed `$sidebar-list-item-border-bottom-width`, `$sidebar-list-item-border-left-width`, `$sidebar-list-item-border-right-width`, `$sidebar-list-item-border-top-width` and renamed `$sidebar-list-font-size` to `$sidebar-list-group-font-size` Breaking: Sidebar rename `$sidebar-list-item-flex-col-padding-x`, `$sidebar-list-item-flex-col-padding-y` to `$sidebar-list-group-autofit-col-padding-x`, `$sidebar-list-group-autofit-col-padding-y` New: Sidebar added option to configure `$sidebar-list-group-item-padding`, `$sidebar-list-group-sticker-size`, `$sidebar-list-group-type` Breaking: Mixin `clay-sidebar-variant` renamed `list-item-border-color` to `sidebar-list-group-item-border-color` and add options to configure `sidebar-list-group-item-bg`, `sidebar-list-group-item-border-color`, `sidebar-list-group-title`, `sidebar-list-group-subtitle`, `sidebar-list-group-text`, `sidebar-list-group-subtext` Breaking: Sidebar removed `$sidebar-title-font-size`, `$sidebar-title-font-weight` and added `$sidebar-title` Sass map Breaking: Sidebar removed `$sidebar-subtitle-font-size`, `$sidebar-subtitle-font-weight`, `$sidebar-subtitle-text-transform` and added `$sidebar-subtitle` Sass map Breaking: Sidebar removed `.sidebar-caption` and variables `$sidebar-caption-font-size`, `$sidebar-caption-font-weight`, `$sidebar-caption-text-transform` Breaking: Sidebar removed `$sidebar-dt-font-size`, `$sidebar-dt-font-weight`, `$sidebar-dt-margin-bottom`, `$sidebar-dt-text-transform` and replaced with `$sidebar-dt` Sass map Breaking: Sidebar removed `$sidebar-dd-font-size`, `$sidebar-dd-font-weight`, `$sidebar-dd-margin-bottom`, `$sidebar-dd-text-transform` and replaced with `$sidebar-dd` Sass map
…idebar-light-navigation-bar` Sass map
…-caption`, `.sidebar-actions .sidebar-link` and remove config options `caption-color`, `actions-link-color`, `actions-link-hover-color`
…default, should be set explicitly
…itle` to `.sidebar-header .component-title` and `$sidebar-title` to `$sidebar-header-component-title` Breaking: Sidebar use `.component-subtitle` pattern, renamed `.sidebar-subtitle` to `.sidebar-header .component-subtitle` and `$sidebar-subtitle` to `$sidebar-header-component-subtitle` Breaking: Sidebar use `.component-link` pattern, renamed `.sidebar-link` to `.sidebar .component-link` Breaking: Sidebar mixin `clay-sidebar-variant` removed config options `link-color`, `link-hover-color`, `header-title-color`, `header-title-hover-color`, `subtitle-color`, `dt-color`, `dd-color` and added options (must be Sass maps) `component-link`, `component-header-title`, `component-header-subtitle`, `dt`, `dd`
…ar`, `$component-tbar` and made styles a little more generic
…tive-border-color`, `active-color`, `disabled-cursor`, `disabled-opacity`, `disabled-pointer-events`, `disabled-hover-bg`, `disabled-hover-border-color`, `disabled-hover-color`
…nent-action`, and move `.link-monospaced` styles to placeholder `%link-monospaced` for easier extends
…and move `border-radius` on `.component-action` to Clay Base
…ed-hover-border-color`, `disabled-hover-color` to `disabled-bg`, `disabled-border-color`, `disabled-color`
…riant` and set a shadow on Atlas `.sidebar-light`
…oup-title` sizes
…ems and `.sidebar-list-group`
… Bootstrap 4 JS or Popper JS `.clay-tooltip-bottom`, `.clay-tooltip-bottom-left`, `.clay-tooltip-bottom-right`, `.clay-tooltip-left`, `.clay-tooltip-left-bottom`, `.clay-tooltip-left-top`, `.clay-tooltip-right`, `.clay-tooltip-right-bottom`, `.clay-tooltip-right-top`, `.clay-tooltip-top`, `.clay-tooltip-top-left`, `.clay-tooltip-top-right` New: Popover added options to configure `$popover-bottom-left-arrow-color`, `$popover-bottom-right-arrow-color`, `$popover-left-bottom-arrow-color`, `$popover-left-top-arrow-color`, `$popover-right-bottom-arrow-color`, `$popover-right-top-arrow-color`, `$popover-top-left-arrow-color`, `$popover-top-right-arrow-color`
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.
Also updates Popover and Tooltips