File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
packages/paste-core/components/alert/__tests__/__snapshots__ Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -304,6 +304,8 @@ exports[`Alert Variant error Should render an error alert with dismiss button 1`
304304 fontFamily = " fontFamilyText"
305305 fontWeight = " fontWeightSemibold"
306306 onClick = { [MockFunction ]}
307+ onMouseEnter = { [Function ]}
308+ onMouseLeave = { [Function ]}
307309 textDecoration = " none"
308310 type = " button"
309311 width = " auto"
@@ -653,6 +655,8 @@ exports[`Alert Variant neutral Should render a neutral alert with dismiss button
653655 fontFamily = " fontFamilyText"
654656 fontWeight = " fontWeightSemibold"
655657 onClick = { [MockFunction ]}
658+ onMouseEnter = { [Function ]}
659+ onMouseLeave = { [Function ]}
656660 textDecoration = " none"
657661 type = " button"
658662 width = " auto"
@@ -1002,6 +1006,8 @@ exports[`Alert Variant warning Should render an warning alert with dismiss butto
10021006 fontFamily = " fontFamilyText"
10031007 fontWeight = " fontWeightSemibold"
10041008 onClick = { [MockFunction ]}
1009+ onMouseEnter = { [Function ]}
1010+ onMouseLeave = { [Function ]}
10051011 textDecoration = " none"
10061012 type = " button"
10071013 width = " auto"
You can’t perform that action at this time.
0 commit comments