22
33exports [` expandable > renders correctly opened 1` ] = `
44<DocumentFragment >
5- .emotion-0 {
6- height : auto ;
7- }
8-
9- .emotion-0[data-is-animated="true"] {
10- - webkit - transition : max - height 300ms ease - out ,opacity 300ms ease - out ;
11- transition : max - height 300ms ease - out ,opacity 300ms ease - out ;
12- }
13-
14- <div
5+ <div
156 data-testid = " testing"
167 >
178 <div
18- class = " emotion-0 emotion-1 "
9+ class = " styles__mlltm91 "
1910 data-is-animated = " false"
11+ style = " --mlltm90: 300ms;"
2012 >
2113 Sample Expandable
2214 </div >
@@ -26,22 +18,13 @@ exports[`expandable > renders correctly opened 1`] = `
2618
2719exports [` expandable > renders correctly with animationDuration 1` ] = `
2820<DocumentFragment >
29- .emotion-0 {
30- height : auto ;
31- }
32-
33- .emotion-0[data-is-animated="true"] {
34- - webkit - transition : max - height 500ms ease - out ,opacity 500ms ease - out ;
35- transition : max - height 500ms ease - out ,opacity 500ms ease - out ;
36- }
37-
38- <div
21+ <div
3922 data-testid = " testing"
4023 >
4124 <div
42- class = " emotion-0 emotion-1 "
25+ class = " styles__mlltm91 "
4326 data-is-animated = " false"
44- style = " max-height: 0px; overflow: hidden;"
27+ style = " --mlltm90: 500ms; max-height: 0px; overflow: hidden;"
4528 >
4629 Sample Expandable
4730 </div >
@@ -65,22 +48,13 @@ exports[`expandable > renders correctly with animationDuration set to 0 1`] = `
6548
6649exports [` expandable > renders correctly with className 1` ] = `
6750<DocumentFragment >
68- .emotion-0 {
69- height : auto ;
70- }
71-
72- .emotion-0[data-is-animated="true"] {
73- - webkit - transition : max - height 300ms ease - out ,opacity 300ms ease - out ;
74- transition : max - height 300ms ease - out ,opacity 300ms ease - out ;
75- }
76-
77- <div
51+ <div
7852 data-testid = " testing"
7953 >
8054 <div
81- class = " test emotion-0 emotion-1 "
55+ class = " test styles__mlltm91 "
8256 data-is-animated = " false"
83- style = " max-height: 0px; overflow: hidden;"
57+ style = " --mlltm90: 300ms; max-height: 0px; overflow: hidden;"
8458 >
8559 Sample Expandable
8660 </div >
@@ -90,22 +64,13 @@ exports[`expandable > renders correctly with className 1`] = `
9064
9165exports [` expandable > renders correctly with default values 1` ] = `
9266<DocumentFragment >
93- .emotion-0 {
94- height : auto ;
95- }
96-
97- .emotion-0[data-is-animated="true"] {
98- - webkit - transition : max - height 300ms ease - out ,opacity 300ms ease - out ;
99- transition : max - height 300ms ease - out ,opacity 300ms ease - out ;
100- }
101-
102- <div
67+ <div
10368 data-testid = " testing"
10469 >
10570 <div
106- class = " emotion-0 emotion-1 "
71+ class = " styles__mlltm91 "
10772 data-is-animated = " false"
108- style = " max-height: 0px; overflow: hidden;"
73+ style = " --mlltm90: 300ms; max-height: 0px; overflow: hidden;"
10974 >
11075 Sample Expandable
11176 </div >
@@ -115,22 +80,13 @@ exports[`expandable > renders correctly with default values 1`] = `
11580
11681exports [` expandable > renders correctly with minHeight 1` ] = `
11782<DocumentFragment >
118- .emotion-0 {
119- height : auto ;
120- }
121-
122- .emotion-0[data-is-animated="true"] {
123- - webkit - transition : max - height 300ms ease - out ,opacity 300ms ease - out ;
124- transition : max - height 300ms ease - out ,opacity 300ms ease - out ;
125- }
126-
127- <div
83+ <div
12884 data-testid = " testing"
12985 >
13086 <div
131- class = " emotion-0 emotion-1 "
87+ class = " styles__mlltm91 "
13288 data-is-animated = " false"
133- style = " max-height: 5px; overflow: hidden;"
89+ style = " --mlltm90: 300ms; max-height: 5px; overflow: hidden;"
13490 >
13591 Sample Expandable
13692 </div >
0 commit comments