@easemate/web-kit 0.5.0 → 0.5.2

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/build/react.js CHANGED
@@ -15299,13 +15299,13 @@ var init_panel = __esm({
15299
15299
  tag: "ease-panel",
15300
15300
  shadowMode: "open",
15301
15301
  styles: `
15302
- @property --top-fade {
15302
+ @property --ease-panel-top-fade {
15303
15303
  syntax: "<length>";
15304
15304
  inherits: false;
15305
15305
  initial-value: 0px;
15306
15306
  }
15307
15307
 
15308
- @property --bottom-fade {
15308
+ @property --ease-panel-bottom-fade {
15309
15309
  syntax: "<length>";
15310
15310
  inherits: false;
15311
15311
  initial-value: 0px;
@@ -15468,6 +15468,7 @@ var init_panel = __esm({
15468
15468
  animation-timeline: scroll(self y);
15469
15469
  scroll-snap-type: y mandatory;
15470
15470
  scrollbar-width: none;
15471
+ max-height: calc(100dvh - 32px - var(--ease-panel-padding));
15471
15472
 
15472
15473
  &::-webkit-scrollbar {
15473
15474
  display: none;