@parrot-co/parrot-ui 1.0.0-beta.2 → 1.0.0-beta.3

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/styles.css CHANGED
@@ -1795,6 +1795,7 @@
1795
1795
  }
1796
1796
  &[data-layout="drawer"] {
1797
1797
  justify-self: end;
1798
+ align-self: stretch;
1798
1799
  }
1799
1800
  }
1800
1801
  .prt-modal-content {
@@ -1806,6 +1807,9 @@
1806
1807
  box-shadow: var(--shadow-xl);
1807
1808
  max-height: calc(100vh - 24px);
1808
1809
  }
1810
+ .prt-modal-container[data-layout="drawer"] .prt-modal-content {
1811
+ height: 100%;
1812
+ }
1809
1813
  .prt-modal-head {
1810
1814
  padding: 1rem;
1811
1815
  border-bottom: 1px solid var(--color-border);
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "components",
11
11
  "parrot"
12
12
  ],
13
- "version": "1.0.0-beta.2",
13
+ "version": "1.0.0-beta.3",
14
14
  "source": "src/index.ts",
15
15
  "publishConfig": {
16
16
  "access": "public",