-
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
v2.0.0-beta.7 #477
Merged
v2.0.0-beta.7 #477
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`
Claycss general adjustment
…edState Add disabled state to ClayManagementToolbar | Fixes #439
…$menubar-vertical-transparent-md` New: (#453) Menubar added `.menubar-vertical-expand-lg`, `.menubar-transparent.menubar-vertical-expand-lg` and option to configure `$menubar-vertical-expand-lg` and `$menubar-vertical-transparent-lg`
…re `margin-left-mobile`, `margin-right-mobile`, `margin-top-mobile` and adjust margins in mobile for `.menubar-vertical-expand-md`, `.menubar-vertical-expand-lg`
…ific padding at different Bootstrap breakpoints New: Grid added `.container-form-lg` and option to configure `$container-form-lg` Sass map Breaking: (Fixes #453) Grid removed `.container-form` and variables `$container-form-padding-bottom`, `$container-form-padding-left`, `$container-form-padding-right`, `$container-form-padding-top`, `$container-form-padding-bottom-mobile`, `$container-form-padding-left-mobile`, `$container-form-padding-right-mobile`, `$container-form-padding-top-mobile` New: Grid added exception for `.menubar-vertical-expand-lg` inside `.container-form-lg` Breaking: Grid replaced `$container-view-padding-bottom`, `$container-view-padding-left`, `$container-view-padding-right`, `$container-view-padding-top`, `$container-view-padding-bottom-mobile`, `$container-view-padding-left-mobile`, `$container-view-padding-right-mobile`, `$container-view-padding-top-mobile` with `$container-view` Sass map
… no margin-bottom
Update yarn.lock
Update icons url
#453 Added `.container-form-lg`, `.menubar-vertical-expand-lg`, and demos to break at lg breakpoint
…ically aligned to text
…nel-header-line-height`, `$panel-header-collapse-icon-bottom`, `$panel-header-collapse-icon-left`, `$panel-header-collapse-icon-right`, `$panel-header-collapse-icon-top`, `$panel-header-collapse-icon-padding-left`, `$panel-header-collapse-icon-padding-right` Update: Panel Header Collapse Icon should be vertically aligned to first line of text Breaking: Panel rename `$panel-collapse-icon-font-size` to `$panel-header-collapse-icon-font-size`
Update: (#439) Input Group Inset should have `:disabled` styles
Update: (#450) Dropdown `.dropdown-menu > .list-unstyled` should have…
Update more icons url
Vertically center collapse-icon to first line of text for components that use it
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.
No description provided.