@proprioo/salatim 23.5.8 → 23.5.9

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/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  ## Changelog
2
2
 
3
+ **23.5.9**
4
+
5
+ * Fix: remove overflow on Item
6
+
3
7
  **23.5.8**
4
8
 
5
9
  * Fix: update preExpanded state if props has changed
package/lib/index.js CHANGED
@@ -872,7 +872,6 @@ function _w(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,
872
872
  `}
873
873
  `,dD=c.default.div`
874
874
  border-bottom: ${oe(1)} solid ${ne.grey.base20};
875
- overflow: hidden;
876
875
 
877
876
  ${({color:e})=>e===exports.AccordionItemColors.GREEN?n.css`
878
877
  border-color: ${ne.green.base};