File tree Expand file tree Collapse file tree 4 files changed +19
-13
lines changed Expand file tree Collapse file tree 4 files changed +19
-13
lines changed Original file line number Diff line number Diff line change 36
36
" prettier --write"
37
37
]
38
38
},
39
- "version" : " 3.4.2 " ,
39
+ "version" : " 3.4.3 " ,
40
40
"license" : " MIT" ,
41
41
"private" : false ,
42
42
"main" : " lib/commonjs/index" ,
Original file line number Diff line number Diff line change @@ -173,12 +173,6 @@ function filledStyle(props: Record<string, any>) {
173
173
function unstyledStyle ( ) {
174
174
return {
175
175
borderWidth : '0' ,
176
- _light : {
177
- _focus : { placeholderTextColor : 'text.900' } ,
178
- } ,
179
- _dark : {
180
- _focus : { placeholderTextColor : 'text.50' } ,
181
- } ,
182
176
_focus : {
183
177
bg : 'transparent' ,
184
178
} ,
Original file line number Diff line number Diff line change @@ -70,16 +70,26 @@ export const MenuItem = {
70
70
color : 'text.400' ,
71
71
} ,
72
72
} ,
73
- _focus : {
73
+ _hover : {
74
74
bg : 'muted.200' ,
75
75
} ,
76
- _pressed : {
76
+ _focus : {
77
77
bg : 'muted.300' ,
78
78
} ,
79
+ _pressed : {
80
+ bg : 'muted.400' ,
81
+ } ,
79
82
80
83
_icon : {
81
84
color : 'muted.500' ,
82
85
} ,
86
+ _focusVisible : {
87
+ _web : {
88
+ outlineWidth : '0' ,
89
+ style : { boxShadow : `none` } ,
90
+ bg : 'muted.300' ,
91
+ } ,
92
+ } ,
83
93
} ,
84
94
_dark : {
85
95
_text : {
@@ -90,12 +100,15 @@ export const MenuItem = {
90
100
color : 'text.600' ,
91
101
} ,
92
102
} ,
93
- _focus : {
103
+ _hover : {
94
104
bg : 'muted.700' ,
95
105
} ,
96
- _pressed : {
106
+ _focus : {
97
107
bg : 'muted.600' ,
98
108
} ,
109
+ _pressed : {
110
+ bg : 'muted.500' ,
111
+ } ,
99
112
100
113
_icon : {
101
114
color : 'muted.400' ,
@@ -105,7 +118,7 @@ export const MenuItem = {
105
118
_web : {
106
119
outlineWidth : '0' ,
107
120
style : { boxShadow : `none` } ,
108
- bg : 'muted.300 ' ,
121
+ bg : 'muted.600 ' ,
109
122
} ,
110
123
} ,
111
124
_checked : {
Original file line number Diff line number Diff line change @@ -82,7 +82,6 @@ export const PopoverContent = {
82
82
83
83
export const PopoverHeader = {
84
84
baseStyle : ( ) => ( {
85
- shadow : '6' ,
86
85
_web : {
87
86
accessibilityRole : 'header' ,
88
87
} ,
You can’t perform that action at this time.
0 commit comments