@papyrus-ui/styles 0.1.0 → 0.1.1

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,11 @@
1
1
  # @papyrus-ui/styles
2
2
 
3
+ ## 0.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 3d5d4dc: Fixed Collapse styles
8
+
3
9
  ## 0.1.0
4
10
 
5
11
  ### Minor Changes
package/css/styles.css CHANGED
@@ -25575,12 +25575,12 @@ img {
25575
25575
  opacity: 1;
25576
25576
  }
25577
25577
  ._34wo8i5 {
25578
- min-height: 0;
25578
+ max-height: 0;
25579
25579
  transition: var(--_11v98u33r);
25580
25580
  overflow-y: hidden;
25581
25581
  }
25582
25582
  ._34wo8i6 {
25583
- min-height: max-content;
25583
+ max-height: 24rem;
25584
25584
  }
25585
25585
  ._34wo8i7 {
25586
25586
  cursor: pointer;