@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/elements.cjs +5 -5
- package/build/elements.cjs.map +1 -1
- package/build/elements.js +5 -5
- package/build/elements.js.map +1 -1
- package/build/index.cjs +5 -5
- package/build/index.cjs.map +1 -1
- package/build/index.js +5 -5
- package/build/index.js.map +1 -1
- package/build/react.cjs +3 -2
- package/build/react.cjs.map +1 -1
- package/build/react.js +3 -2
- package/build/react.js.map +1 -1
- package/build/register.cjs +5 -5
- package/build/register.cjs.map +1 -1
- package/build/register.js +5 -5
- package/build/register.js.map +1 -1
- package/package.json +1 -1
package/build/register.js
CHANGED
|
@@ -9273,7 +9273,6 @@ var _initProto10;
|
|
|
9273
9273
|
var _Folder;
|
|
9274
9274
|
_dec30 = Component({
|
|
9275
9275
|
tag: "ease-folder",
|
|
9276
|
-
shadowMode: "open",
|
|
9277
9276
|
styles: `
|
|
9278
9277
|
@property --top-fade {
|
|
9279
9278
|
syntax: "<length>";
|
|
@@ -9463,8 +9462,8 @@ var Folder = class extends (_HTMLElement12 = HTMLElement) {
|
|
|
9463
9462
|
<ease-icon-chevron state=${this.open ? "up" : "down"}></ease-icon-chevron>
|
|
9464
9463
|
</span>
|
|
9465
9464
|
</div>
|
|
9466
|
-
<div part="content"
|
|
9467
|
-
<div part="body">
|
|
9465
|
+
<div part="content">
|
|
9466
|
+
<div part="body" style=${this.maxHeight ? `max-height: ${this.maxHeight}` : ""}>
|
|
9468
9467
|
<slot></slot>
|
|
9469
9468
|
</div>
|
|
9470
9469
|
</div>
|
|
@@ -23861,13 +23860,13 @@ _dec81 = Component({
|
|
|
23861
23860
|
tag: "ease-panel",
|
|
23862
23861
|
shadowMode: "open",
|
|
23863
23862
|
styles: `
|
|
23864
|
-
@property --top-fade {
|
|
23863
|
+
@property --ease-panel-top-fade {
|
|
23865
23864
|
syntax: "<length>";
|
|
23866
23865
|
inherits: false;
|
|
23867
23866
|
initial-value: 0px;
|
|
23868
23867
|
}
|
|
23869
23868
|
|
|
23870
|
-
@property --bottom-fade {
|
|
23869
|
+
@property --ease-panel-bottom-fade {
|
|
23871
23870
|
syntax: "<length>";
|
|
23872
23871
|
inherits: false;
|
|
23873
23872
|
initial-value: 0px;
|
|
@@ -24030,6 +24029,7 @@ _dec81 = Component({
|
|
|
24030
24029
|
animation-timeline: scroll(self y);
|
|
24031
24030
|
scroll-snap-type: y mandatory;
|
|
24032
24031
|
scrollbar-width: none;
|
|
24032
|
+
max-height: calc(100dvh - 32px - var(--ease-panel-padding));
|
|
24033
24033
|
|
|
24034
24034
|
&::-webkit-scrollbar {
|
|
24035
24035
|
display: none;
|