File tree 3 files changed +11
-5
lines changed
website/src/content/overview/panda
3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 4
4
5
5
- Added new ` enclosed ` variant to the ` Tabs ` component.
6
6
7
+ ### Fixed
8
+
9
+ - Resolved an issue with the ` Card ` component where the content would overflow the card.
10
+
7
11
## [ 0.29.0] - 2024-01-19
8
12
9
13
We are excited to announce that in this release, we have revised several components to feature a closed Component API:
Original file line number Diff line number Diff line change @@ -76,14 +76,12 @@ export const tabs = defineSlotRecipe({
76
76
enclosed : {
77
77
list : {
78
78
borderRadius : 'l3' ,
79
+ borderWidth : '1px' ,
80
+ borderColor : 'border.subtle' ,
79
81
backgroundColor : {
80
- base : 'gray.3 ' ,
82
+ base : 'gray.a2 ' ,
81
83
_dark : 'bg.canvas' ,
82
84
} ,
83
- _dark : {
84
- borderWidth : '1px' ,
85
- borderColor : 'border.subtle' ,
86
- } ,
87
85
} ,
88
86
indicator : {
89
87
backgroundColor : 'bg.default' ,
Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ description: All notable changes to this project will be documented in this file
10
10
11
11
- Added new ` enclosed ` variant to the ` Tabs ` component.
12
12
13
+ ### Fixed
14
+
15
+ - Resolved an issue with the ` Card ` component where the content would overflow the card.
16
+
13
17
## [ 0.29.0] - 2024-01-19
14
18
15
19
We are excited to announce that in this release, we have revised several components to feature a closed Component API:
You can’t perform that action at this time.
0 commit comments