@easemate/web-kit 0.5.1 → 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.js CHANGED
@@ -34134,13 +34134,13 @@ var init_panel = __esm({
34134
34134
  tag: "ease-panel",
34135
34135
  shadowMode: "open",
34136
34136
  styles: `
34137
- @property --top-fade {
34137
+ @property --ease-panel-top-fade {
34138
34138
  syntax: "<length>";
34139
34139
  inherits: false;
34140
34140
  initial-value: 0px;
34141
34141
  }
34142
34142
 
34143
- @property --bottom-fade {
34143
+ @property --ease-panel-bottom-fade {
34144
34144
  syntax: "<length>";
34145
34145
  inherits: false;
34146
34146
  initial-value: 0px;
@@ -34303,6 +34303,7 @@ var init_panel = __esm({
34303
34303
  animation-timeline: scroll(self y);
34304
34304
  scroll-snap-type: y mandatory;
34305
34305
  scrollbar-width: none;
34306
+ max-height: calc(100dvh - 32px - var(--ease-panel-padding));
34306
34307
 
34307
34308
  &::-webkit-scrollbar {
34308
34309
  display: none;
@@ -40623,7 +40624,6 @@ var _initProto20;
40623
40624
  var _Folder;
40624
40625
  _dec78 = Component({
40625
40626
  tag: "ease-folder",
40626
- shadowMode: "open",
40627
40627
  styles: `
40628
40628
  @property --top-fade {
40629
40629
  syntax: "<length>";
@@ -40813,8 +40813,8 @@ var Folder = class extends (_HTMLElement24 = HTMLElement) {
40813
40813
  <ease-icon-chevron state=${this.open ? "up" : "down"}></ease-icon-chevron>
40814
40814
  </span>
40815
40815
  </div>
40816
- <div part="content" style=${this.maxHeight ? `max-height: ${this.maxHeight}` : ""}>
40817
- <div part="body">
40816
+ <div part="content">
40817
+ <div part="body" style=${this.maxHeight ? `max-height: ${this.maxHeight}` : ""}>
40818
40818
  <slot></slot>
40819
40819
  </div>
40820
40820
  </div>