Commit d45f466
feat(Tile): add optional expand/collapse labels for chevron (#7199)
* feat(Tile): add optional expand/collapse labels for chevron
* Update packages/react/src/components/Tile/Tile.js
Co-authored-by: emyarod <emyarod@users.noreply.github.com>
* fix(Tile): remove default props
* style(Tile): adjust positioning of chevron
* test(Tile): update PublicAPI snapshot
* style(Tile): remove flex-direction property
Co-authored-by: emyarod <emyarod@users.noreply.github.com>
Co-authored-by: Andrea N. Cardona <andreancardona@gmail.com>1 parent da821e3 commit d45f466
File tree
4 files changed
+28
-4
lines changed- packages
- components/src/components/tile
- react
- __tests__/__snapshots__
- src/components/Tile
4 files changed
+28
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
109 | | - | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
110 | 112 | | |
111 | 113 | | |
112 | 114 | | |
| 115 | + | |
113 | 116 | | |
114 | 117 | | |
115 | 118 | | |
| |||
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5748 | 5748 | | |
5749 | 5749 | | |
5750 | 5750 | | |
| 5751 | + | |
| 5752 | + | |
| 5753 | + | |
5751 | 5754 | | |
5752 | 5755 | | |
5753 | 5756 | | |
| 5757 | + | |
| 5758 | + | |
| 5759 | + | |
5754 | 5760 | | |
5755 | 5761 | | |
5756 | 5762 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
| 77 | + | |
76 | 78 | | |
77 | 79 | | |
78 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
428 | 428 | | |
429 | 429 | | |
430 | 430 | | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
431 | 436 | | |
432 | 437 | | |
433 | 438 | | |
434 | 439 | | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
435 | 445 | | |
436 | 446 | | |
437 | 447 | | |
| |||
546 | 556 | | |
547 | 557 | | |
548 | 558 | | |
549 | | - | |
550 | | - | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
551 | 563 | | |
552 | 564 | | |
553 | 565 | | |
| |||
599 | 611 | | |
600 | 612 | | |
601 | 613 | | |
| 614 | + | |
602 | 615 | | |
603 | 616 | | |
604 | 617 | | |
| |||
0 commit comments