refactor(*): bundle styles with components - #15125
Open
simeonoff wants to merge 415 commits into
Open
Conversation
# Conflicts: # package-lock.json # src/app/app.component.html
…put-group - Fix styling issues - Wrapper components (combo, select, date-picker, time-picker,date-range-picker) now forward their @ContentChildren hints to the inner igx-input-group, matching the existing pattern for prefixes and suffixes. This ensures @if (hasHints) works correctly when hints are dynamically added or removed through wrapper components.
…t styles and add active state theming
…height for bundled components
…ton themes - Add `--size` variable for `igx-icon` within buttons for consistent sizing. - Apply `aspect-ratio` to FAB buttons for proper circular appearance.
- fix issues in Material, Indigo, Fluent, and Bootstrap themes for the date-range-picker. - Refactored date-range-picker grid layout for better alignment and flexibility. - Adjusted input group size variables and spacings for consistency across themes.
- Change `box-shadow` to `inset` for consistency in Material, Fluent, Bootstrap, and Indigo themes. - Refactor date-range-picker sample to use dynamic labels and hints. - Update theme variables to use Material palette/schema. - Adjust grid-row layout for better alignment in date-range-picker.
…omponent in favor of global one, update layout styles for samples app. use igx-navbar.
…yles # Conflicts: # projects/igniteui-angular/core/src/core/styles/components/grid/_grid-theme.scss
- Updated Divider, DropDown, and Properties Panel samples to use new layout configurations. - Improved color sample functionality with hex copying and dynamic palette updates. - Refactored Color sample to simplify structure and enhance usability. - Applied scoped styles and updated component themes for consistency. - Resolved layout inconsistencies in Divider and DropDown demos.
The '.igx-drop-down' panel had no intrinsic width, so once it lost the container width constraint it previously inherited from the global theme, it stretched to fill its nearest block ancestor. 'position: absolute' also restores shrink-to-fit sizing but pulls the panel out of normal flow, which stops it from contributing its height to '.igx-overlay__content' (whose height is otherwise never set explicitly). That broke vertical-flip/positioning math in overlay positioning strategies (regressed IgxAutocomplete top-direction positioning and IgxSimpleCombo's open-upward-when-no-room behavior). 'width: max-content' gives the same shrink-to-fit sizing while keeping the panel in normal flow, so it still drives the overlay content wrapper's auto height correctly.
…i-angular into simeonoff/scoped-styles
This file contains hidden or 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
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.
Closes #13770, #16794
Additional information (check all that apply):
Checklist:
feature/README.MDupdates for the feature docsREADME.MDCHANGELOG.MDupdates for newly added functionalityng updatemigrations for the breaking changes (migrations guidelines)