@@ -87,7 +87,7 @@ exports[`renders ./components/collapse/demo/custom.md correctly 1`] = `
87
87
<div >
88
88
<div class = " ant-collapse ant-collapse-borderless" >
89
89
<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 );" >
91
91
<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 >
92
92
</svg ></i >This is panel header 1</div >
93
93
<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`] = `
97
97
</div >
98
98
</div >
99
99
<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 = " " >
101
101
<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 >
102
102
</svg ></i >This is panel header 2</div >
103
103
<!---->
104
104
</div >
105
105
<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 = " " >
107
107
<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 >
108
108
</svg ></i >This is panel header 3</div >
109
109
<!---->
0 commit comments