fix(panel, flow-item): fix header padding regression#9936
Merged
Conversation
driskull
reviewed
Aug 1, 2024
Member
driskull
left a comment
There was a problem hiding this comment.
I noticed that the original padding styles are coming from the include here: @import "../../assets/styles/header";
I wonder if we should just remove importing this and handle the padding all in one file?
Member
Author
|
@driskull Possibly. We could look at refactoring that this year. |
benelan
pushed a commit
that referenced
this pull request
Aug 2, 2024
**Related Issue:** #9921 ## Summary Fix unintentional header padding adjustment for medium/default scale.
benelan
pushed a commit
that referenced
this pull request
Aug 2, 2024
**Related Issue:** #9921 ## Summary Fix unintentional header padding adjustment for medium/default scale.
Merged
benelan
pushed a commit
that referenced
this pull request
Aug 2, 2024
🤖 I have created a release *beep* *boop* --- <details><summary>@esri/calcite-components: 2.11.1</summary> ## [2.11.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.11.0...@esri/calcite-components@2.11.1) (2024-08-02) ### Bug Fixes * **block:** Display correct header spacing when heading or description are present ([#9924](#9924)) ([d8f1077](d8f1077)) * **panel, flow-item:** Fix header padding regression ([#9936](#9936)) ([90e9368](90e9368)) </details> <details><summary>@esri/calcite-components-angular: 2.11.1</summary> ## [2.11.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.11.0...@esri/calcite-components-angular@2.11.1) (2024-08-02) ### Miscellaneous Chores * **@esri/calcite-components-angular:** Synchronize components versions ### Dependencies * The following workspace dependencies were updated * dependencies * @esri/calcite-components bumped from ^2.11.0 to ^2.11.1 </details> <details><summary>@esri/calcite-components-react: 2.11.1</summary> ## [2.11.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.11.0...@esri/calcite-components-react@2.11.1) (2024-08-02) ### Miscellaneous Chores * **@esri/calcite-components-react:** Synchronize components versions ### Dependencies * The following workspace dependencies were updated * dependencies * @esri/calcite-components bumped from ^2.11.0 to ^2.11.1 </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
benelan
pushed a commit
that referenced
this pull request
Aug 2, 2024
🤖 I have created a release *beep* *boop* --- <details><summary>@esri/calcite-components: 2.11.1</summary> [2.11.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.11.0...@esri/calcite-components@2.11.1) (2024-08-02) * **block:** Display correct header spacing when heading or description are present ([#9924](#9924)) ([d8f1077](d8f1077)) * **panel, flow-item:** Fix header padding regression ([#9936](#9936)) ([90e9368](90e9368)) </details> <details><summary>@esri/calcite-components-angular: 2.11.1</summary> [2.11.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.11.0...@esri/calcite-components-angular@2.11.1) (2024-08-02) * **@esri/calcite-components-angular:** Synchronize components versions * The following workspace dependencies were updated * dependencies * @esri/calcite-components bumped from ^2.11.0 to ^2.11.1 </details> <details><summary>@esri/calcite-components-react: 2.11.1</summary> [2.11.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.11.0...@esri/calcite-components-react@2.11.1) (2024-08-02) * **@esri/calcite-components-react:** Synchronize components versions * The following workspace dependencies were updated * dependencies * @esri/calcite-components bumped from ^2.11.0 to ^2.11.1 </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
benelan
added a commit
that referenced
this pull request
Aug 2, 2024
**Related Issue:** #9952 ## Summary Cherry-pick the release commit from `main`. --- <details><summary>@esri/calcite-components: 2.11.1</summary> [2.11.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components@2.11.0...@esri/calcite-components@2.11.1) (2024-08-02) * **block:** Display correct header spacing when heading or description are present ([#9924](#9924)) ([d8f1077](d8f1077)) * **panel, flow-item:** Fix header padding regression ([#9936](#9936)) ([90e9368](90e9368)) </details> <details><summary>@esri/calcite-components-angular: 2.11.1</summary> [2.11.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-angular@2.11.0...@esri/calcite-components-angular@2.11.1) (2024-08-02) * **@esri/calcite-components-angular:** Synchronize components versions * The following workspace dependencies were updated * dependencies * @esri/calcite-components bumped from ^2.11.0 to ^2.11.1 </details> <details><summary>@esri/calcite-components-react: 2.11.1</summary> [2.11.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-components-react@2.11.0...@esri/calcite-components-react@2.11.1) (2024-08-02) * **@esri/calcite-components-react:** Synchronize components versions * The following workspace dependencies were updated * dependencies * @esri/calcite-components bumped from ^2.11.0 to ^2.11.1 </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: Calcite Admin <calcite-admin@esri.com>
Merged
Merged
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.
Related Issue: #9921
Summary
Fix unintentional header padding adjustment for medium/default scale.