@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.min.js
CHANGED
|
@@ -4988,14 +4988,13 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
4988
4988
|
.accordion-content{
|
|
4989
4989
|
//padding: 24px;
|
|
4990
4990
|
background: #ffffff;
|
|
4991
|
-
|
|
4991
|
+
height: 0;
|
|
4992
4992
|
overflow:hidden;
|
|
4993
4993
|
}
|
|
4994
4994
|
|
|
4995
4995
|
.accordion-content.expanded{
|
|
4996
4996
|
border-top: 1px solid ${n["neutral-200"]};
|
|
4997
|
-
|
|
4998
|
-
transition: max-height 2s ease-in-out;
|
|
4997
|
+
height: auto;
|
|
4999
4998
|
}
|
|
5000
4999
|
|
|
5001
5000
|
.accordion-content div{
|