@@ -87,7 +87,7 @@ exports[`renders ./components/collapse/demo/custom.md correctly 1`] = `
8787<div >
8888 <div class = " ant-collapse ant-collapse-borderless" >
8989 <div role = " tablist" class = " ant-collapse-item ant-collapse-item-active" style = " background: rgb(247, 247, 247); border-radius: 4px; margin-bottom: 24px; border: 0px; overflow: hidden;" >
90- <div role = " button" tabindex = " 0" aria-expanded = " true" class = " ant-collapse-header" ><i aria-label = " icon: caret-right" class = " anticon anticon-caret-right ant-collapse-arrow" ><svg viewBox = " 0 0 1024 1024" data-icon = " caret-right" width = " 1em" height = " 1em" fill = " currentColor" aria-hidden = " true" class = " " style = " transform: rotate({isActive ? 90 : 0}deg );" >
90+ <div role = " button" tabindex = " 0" aria-expanded = " true" class = " ant-collapse-header" ><i aria-label = " icon: caret-right" class = " anticon anticon-caret-right ant-collapse-arrow" ><svg viewBox = " 0 0 1024 1024" data-icon = " caret-right" width = " 1em" height = " 1em" fill = " currentColor" aria-hidden = " true" class = " " style = " transform: rotate(90deg );" >
9191 <path d = " M715.8 493.5L335 165.1c-14.2-12.2-35-1.2-35 18.5v656.8c0 19.7 20.8 30.7 35 18.5l380.8-328.4c10.9-9.4 10.9-27.6 0-37z" ></path >
9292 </svg ></i >This is panel header 1</div >
9393 <div class = " ant-collapse-content ant-collapse-content-active ant-motion-collapse" >
@@ -97,13 +97,13 @@ exports[`renders ./components/collapse/demo/custom.md correctly 1`] = `
9797 </div >
9898 </div >
9999 <div role = " tablist" class = " ant-collapse-item" style = " background: rgb(247, 247, 247); border-radius: 4px; margin-bottom: 24px; border: 0px; overflow: hidden;" >
100- <div role = " button" tabindex = " 0" class = " ant-collapse-header" ><i aria-label = " icon: caret-right" class = " anticon anticon-caret-right ant-collapse-arrow" ><svg viewBox = " 0 0 1024 1024" data-icon = " caret-right" width = " 1em" height = " 1em" fill = " currentColor" aria-hidden = " true" class = " " style = " transform: rotate({isActive ? 90 : 0}deg); " >
100+ <div role = " button" tabindex = " 0" class = " ant-collapse-header" ><i aria-label = " icon: caret-right" class = " anticon anticon-caret-right ant-collapse-arrow" ><svg viewBox = " 0 0 1024 1024" data-icon = " caret-right" width = " 1em" height = " 1em" fill = " currentColor" aria-hidden = " true" class = " " >
101101 <path d = " M715.8 493.5L335 165.1c-14.2-12.2-35-1.2-35 18.5v656.8c0 19.7 20.8 30.7 35 18.5l380.8-328.4c10.9-9.4 10.9-27.6 0-37z" ></path >
102102 </svg ></i >This is panel header 2</div >
103103 <!---->
104104 </div >
105105 <div role = " tablist" class = " ant-collapse-item" style = " background: rgb(247, 247, 247); border-radius: 4px; margin-bottom: 24px; border: 0px; overflow: hidden;" >
106- <div role = " button" tabindex = " 0" class = " ant-collapse-header" ><i aria-label = " icon: caret-right" class = " anticon anticon-caret-right ant-collapse-arrow" ><svg viewBox = " 0 0 1024 1024" data-icon = " caret-right" width = " 1em" height = " 1em" fill = " currentColor" aria-hidden = " true" class = " " style = " transform: rotate({isActive ? 90 : 0}deg); " >
106+ <div role = " button" tabindex = " 0" class = " ant-collapse-header" ><i aria-label = " icon: caret-right" class = " anticon anticon-caret-right ant-collapse-arrow" ><svg viewBox = " 0 0 1024 1024" data-icon = " caret-right" width = " 1em" height = " 1em" fill = " currentColor" aria-hidden = " true" class = " " >
107107 <path d = " M715.8 493.5L335 165.1c-14.2-12.2-35-1.2-35 18.5v656.8c0 19.7 20.8 30.7 35 18.5l380.8-328.4c10.9-9.4 10.9-27.6 0-37z" ></path >
108108 </svg ></i >This is panel header 3</div >
109109 <!---->
0 commit comments