@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/index.cjs CHANGED
@@ -34147,13 +34147,13 @@ var init_panel = __esm({
34147
34147
  tag: "ease-panel",
34148
34148
  shadowMode: "open",
34149
34149
  styles: `
34150
- @property --top-fade {
34150
+ @property --ease-panel-top-fade {
34151
34151
  syntax: "<length>";
34152
34152
  inherits: false;
34153
34153
  initial-value: 0px;
34154
34154
  }
34155
34155
 
34156
- @property --bottom-fade {
34156
+ @property --ease-panel-bottom-fade {
34157
34157
  syntax: "<length>";
34158
34158
  inherits: false;
34159
34159
  initial-value: 0px;
@@ -34316,6 +34316,7 @@ var init_panel = __esm({
34316
34316
  animation-timeline: scroll(self y);
34317
34317
  scroll-snap-type: y mandatory;
34318
34318
  scrollbar-width: none;
34319
+ max-height: calc(100dvh - 32px - var(--ease-panel-padding));
34319
34320
 
34320
34321
  &::-webkit-scrollbar {
34321
34322
  display: none;
@@ -40742,7 +40743,6 @@ var _initProto20;
40742
40743
  var _Folder;
40743
40744
  _dec78 = Component({
40744
40745
  tag: "ease-folder",
40745
- shadowMode: "open",
40746
40746
  styles: `
40747
40747
  @property --top-fade {
40748
40748
  syntax: "<length>";
@@ -40932,8 +40932,8 @@ var Folder = class extends (_HTMLElement24 = HTMLElement) {
40932
40932
  <ease-icon-chevron state=${this.open ? "up" : "down"}></ease-icon-chevron>
40933
40933
  </span>
40934
40934
  </div>
40935
- <div part="content" style=${this.maxHeight ? `max-height: ${this.maxHeight}` : ""}>
40936
- <div part="body">
40935
+ <div part="content">
40936
+ <div part="body" style=${this.maxHeight ? `max-height: ${this.maxHeight}` : ""}>
40937
40937
  <slot></slot>
40938
40938
  </div>
40939
40939
  </div>