@@ -32,7 +32,7 @@ exports[`renders ./components/collapse/demo/basic.md correctly 1`] = `
3232 <div role = " button" tabindex = " 0" aria-expanded = " true" class = " ant-collapse-header" ><i class = " arrow anticon anticon-right" ><svg viewBox = " 64 64 896 896" data-icon = " right" width = " 1em" height = " 1em" fill = " currentColor" aria-hidden = " true" class = " " >
3333 <path d = " M765.7 486.8L314.9 134.7A7.97 7.97 0 0 0 302 141v77.3c0 4.9 2.3 9.6 6.1 12.6l360 281.1-360 281.1c-3.9 3-6.1 7.7-6.1 12.6V883c0 6.7 7.7 10.4 12.9 6.3l450.8-352.1a31.96 31.96 0 0 0 0-50.4z" ></path >
3434 </svg ></i >This is panel header 1</div >
35- <div class = " ant-collapse-content ant-collapse-content-active ant-motion-collapse" style = " height: 0px; opacity: 0; " >
35+ <div class = " ant-collapse-content ant-collapse-content-active ant-motion-collapse" >
3636 <div class = " ant-collapse-content-box" >
3737 <p >A dog is a type of domesticated animal.Known for its loyalty and faithfulness,it can be found as a welcome guest in many households across the world.</p >
3838 </div >
@@ -61,7 +61,7 @@ exports[`renders ./components/collapse/demo/borderless.md correctly 1`] = `
6161 <div role = " button" tabindex = " 0" aria-expanded = " true" class = " ant-collapse-header" ><i class = " arrow anticon anticon-right" ><svg viewBox = " 64 64 896 896" data-icon = " right" width = " 1em" height = " 1em" fill = " currentColor" aria-hidden = " true" class = " " >
6262 <path d = " M765.7 486.8L314.9 134.7A7.97 7.97 0 0 0 302 141v77.3c0 4.9 2.3 9.6 6.1 12.6l360 281.1-360 281.1c-3.9 3-6.1 7.7-6.1 12.6V883c0 6.7 7.7 10.4 12.9 6.3l450.8-352.1a31.96 31.96 0 0 0 0-50.4z" ></path >
6363 </svg ></i >This is panel header 1</div >
64- <div class = " ant-collapse-content ant-collapse-content-active ant-motion-collapse" style = " height: 0px; opacity: 0; " >
64+ <div class = " ant-collapse-content ant-collapse-content-active ant-motion-collapse" >
6565 <div class = " ant-collapse-content-box" >
6666 <p >A dog is a type of domesticated animal.Known for its loyalty and faithfulness,it can be found as a welcome guest in many households across the world.</p >
6767 </div >
@@ -94,7 +94,7 @@ exports[`renders ./components/collapse/demo/custom.md correctly 1`] = `
9494 <path d = " M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z" ></path >
9595 <path d = " M623.6 316.7C593.6 290.4 554 276 512 276s-81.6 14.5-111.6 40.7C369.2 344 352 380.7 352 420v7.6c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V420c0-44.1 43.1-80 96-80s96 35.9 96 80c0 31.1-22 59.6-56.1 72.7-21.2 8.1-39.2 22.3-52.1 40.9-13.1 19-19.9 41.8-19.9 64.9V620c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-22.7a48.3 48.3 0 0 1 30.9-44.8c59-22.7 97.1-74.7 97.1-132.5.1-39.3-17.1-76-48.3-103.3zM472 732a40 40 0 1 0 80 0 40 40 0 1 0-80 0z" ></path >
9696 </svg ></i ></div >
97- <div class = " ant-collapse-content ant-collapse-content-active ant-motion-collapse" style = " height: 0px; opacity: 0; " >
97+ <div class = " ant-collapse-content ant-collapse-content-active ant-motion-collapse" >
9898 <div class = " ant-collapse-content-box" >
9999 <p >A dog is a type of domesticated animal.Known for its loyalty and faithfulness,it can be found as a welcome guest in many households across the world.</p >
100100 </div >
@@ -148,7 +148,7 @@ exports[`renders ./components/collapse/demo/noarrow.md correctly 1`] = `
148148 <div role = " button" tabindex = " 0" aria-expanded = " true" class = " ant-collapse-header" ><i class = " arrow anticon anticon-right" ><svg viewBox = " 64 64 896 896" data-icon = " right" width = " 1em" height = " 1em" fill = " currentColor" aria-hidden = " true" class = " " >
149149 <path d = " M765.7 486.8L314.9 134.7A7.97 7.97 0 0 0 302 141v77.3c0 4.9 2.3 9.6 6.1 12.6l360 281.1-360 281.1c-3.9 3-6.1 7.7-6.1 12.6V883c0 6.7 7.7 10.4 12.9 6.3l450.8-352.1a31.96 31.96 0 0 0 0-50.4z" ></path >
150150 </svg ></i >This is panel header with arrow icon</div >
151- <div class = " ant-collapse-content ant-collapse-content-active ant-motion-collapse" style = " height: 0px; opacity: 0; " >
151+ <div class = " ant-collapse-content ant-collapse-content-active ant-motion-collapse" >
152152 <div class = " ant-collapse-content-box" >
153153 <p >A dog is a type of domesticated animal.Known for its loyalty and faithfulness,it can be found as a welcome guest in many households across the world.</p >
154154 </div >
0 commit comments