Skip to content

Commit d1fd2c4

Browse files
sarahbrnggithub-actions[bot]michaelmkrausnmergetmfranzke
authored
fix(button): enhance multi-line text support and update button styles (#5003)
* fix(button): enhance multi-line text support and update button styles * auto update snapshots (#5004) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update packages/components/src/components/button/button.scss Co-authored-by: Michael Kraus <[email protected]> * auto update snapshots (#5052) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update packages/components/src/components/button/button.scss Co-authored-by: Nicolas Merget <[email protected]> * auto update snapshots (#5074) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * feat: improve button styles for multiline support * auto update snapshots (#5079) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * chore: add changeset * auto update snapshots (#5156) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * auto update snapshots (#5169) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * auto update snapshots (#5196) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * fix: angular and stencil issue with blank spaces * auto update snapshots (#5244) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * fix: issue with burger-button for stencil * Update .changeset/tricky-regions-agree.md Co-authored-by: Maximilian Franzke <[email protected]> * fix: issue with small button * auto update snapshots (#5264) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update packages/components/src/components/button/button.scss Co-authored-by: Maximilian Franzke <[email protected]> * auto update snapshots (#5299) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Michael Kraus <[email protected]> Co-authored-by: Nicolas Merget <[email protected]> Co-authored-by: Nicolas Merget <[email protected]> Co-authored-by: Maximilian Franzke <[email protected]>
1 parent cb83f96 commit d1fd2c4

File tree

28 files changed

+79
-14
lines changed

28 files changed

+79
-14
lines changed

.changeset/tricky-regions-agree.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
"@db-ux/core-components": patch
3+
"@db-ux/ngx-core-components": patch
4+
"@db-ux/react-core-components": patch
5+
"@db-ux/v-core-components": patch
6+
"@db-ux/wc-core-components": patch
7+
---
8+
9+
fix(button): Replace fixed height with min-height for buttons to allow dynamic height adjustment when text wraps
19.4 KB
Loading

__snapshots__/button/showcase/chromium-highContrast/should-have-same-aria-snapshot/DBButton-should-have-same-aria-snapshot.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,8 @@
2626
- button "True"
2727
- link "Width"
2828
- button "(Default) Auto"
29-
- button "Width"
29+
- button "Width"
30+
- link "Multi-line Text With Line Breaks"
31+
- button "Multi-line Text With Automatic Line Breaks"
32+
- button "Multi-line Text With Automatic Line Breaks and Icon"
33+
- button "Button Small Multi-line Text With Automatic Line Breaks"
21.8 KB
Loading

__snapshots__/button/showcase/chromium/should-have-same-aria-snapshot/DBButton-should-have-same-aria-snapshot.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,8 @@
2626
- button "True"
2727
- link "Width"
2828
- button "(Default) Auto"
29-
- button "Width"
29+
- button "Width"
30+
- link "Multi-line Text With Line Breaks"
31+
- button "Multi-line Text With Automatic Line Breaks"
32+
- button "Multi-line Text With Automatic Line Breaks and Icon"
33+
- button "Button Small Multi-line Text With Automatic Line Breaks"
34.2 KB
Loading

__snapshots__/button/showcase/firefox/should-have-same-aria-snapshot/DBButton-should-have-same-aria-snapshot.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,8 @@
2626
- button "True"
2727
- link "Width"
2828
- button "(Default) Auto"
29-
- button "Width"
29+
- button "Width"
30+
- link "Multi-line Text With Line Breaks"
31+
- button "Multi-line Text With Automatic Line Breaks"
32+
- button "Multi-line Text With Automatic Line Breaks and Icon"
33+
- button "Button Small Multi-line Text With Automatic Line Breaks"
16.7 KB
Loading

__snapshots__/button/showcase/mobile-chrome/should-have-same-aria-snapshot/DBButton-should-have-same-aria-snapshot.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,8 @@
2626
- button "True"
2727
- link "Width"
2828
- button "(Default) Auto"
29-
- button "Width"
29+
- button "Width"
30+
- link "Multi-line Text With Line Breaks"
31+
- button "Multi-line Text With Automatic Line Breaks"
32+
- button "Multi-line Text With Automatic Line Breaks and Icon"
33+
- button "Button Small Multi-line Text With Automatic Line Breaks"
26.9 KB
Loading

0 commit comments

Comments
 (0)