@secondstaxorg/sscomp 1.7.25 → 1.7.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.es.js +2 -3
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +2 -3
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +2 -3
- package/dist/index.min.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -30604,14 +30604,13 @@ const AccordionItem = styled.div`
|
|
|
30604
30604
|
.accordion-content{
|
|
30605
30605
|
//padding: 24px;
|
|
30606
30606
|
background: #ffffff;
|
|
30607
|
-
|
|
30607
|
+
height: 0;
|
|
30608
30608
|
overflow:hidden;
|
|
30609
30609
|
}
|
|
30610
30610
|
|
|
30611
30611
|
.accordion-content.expanded{
|
|
30612
30612
|
border-top: 1px solid ${theme.colors["neutral-200"]};
|
|
30613
|
-
|
|
30614
|
-
transition: max-height 2s ease-in-out;
|
|
30613
|
+
height: auto;
|
|
30615
30614
|
}
|
|
30616
30615
|
|
|
30617
30616
|
.accordion-content div{
|