@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/elements.cjs
CHANGED
|
@@ -9365,7 +9365,6 @@ var _initProto10;
|
|
|
9365
9365
|
var _Folder;
|
|
9366
9366
|
_dec30 = Component({
|
|
9367
9367
|
tag: "ease-folder",
|
|
9368
|
-
shadowMode: "open",
|
|
9369
9368
|
styles: `
|
|
9370
9369
|
@property --top-fade {
|
|
9371
9370
|
syntax: "<length>";
|
|
@@ -9555,8 +9554,8 @@ var Folder = class extends (_HTMLElement12 = HTMLElement) {
|
|
|
9555
9554
|
<ease-icon-chevron state=${this.open ? "up" : "down"}></ease-icon-chevron>
|
|
9556
9555
|
</span>
|
|
9557
9556
|
</div>
|
|
9558
|
-
<div part="content"
|
|
9559
|
-
<div part="body">
|
|
9557
|
+
<div part="content">
|
|
9558
|
+
<div part="body" style=${this.maxHeight ? `max-height: ${this.maxHeight}` : ""}>
|
|
9560
9559
|
<slot></slot>
|
|
9561
9560
|
</div>
|
|
9562
9561
|
</div>
|
|
@@ -23953,13 +23952,13 @@ _dec81 = Component({
|
|
|
23953
23952
|
tag: "ease-panel",
|
|
23954
23953
|
shadowMode: "open",
|
|
23955
23954
|
styles: `
|
|
23956
|
-
@property --top-fade {
|
|
23955
|
+
@property --ease-panel-top-fade {
|
|
23957
23956
|
syntax: "<length>";
|
|
23958
23957
|
inherits: false;
|
|
23959
23958
|
initial-value: 0px;
|
|
23960
23959
|
}
|
|
23961
23960
|
|
|
23962
|
-
@property --bottom-fade {
|
|
23961
|
+
@property --ease-panel-bottom-fade {
|
|
23963
23962
|
syntax: "<length>";
|
|
23964
23963
|
inherits: false;
|
|
23965
23964
|
initial-value: 0px;
|
|
@@ -24122,6 +24121,7 @@ _dec81 = Component({
|
|
|
24122
24121
|
animation-timeline: scroll(self y);
|
|
24123
24122
|
scroll-snap-type: y mandatory;
|
|
24124
24123
|
scrollbar-width: none;
|
|
24124
|
+
max-height: calc(100dvh - 32px - var(--ease-panel-padding));
|
|
24125
24125
|
|
|
24126
24126
|
&::-webkit-scrollbar {
|
|
24127
24127
|
display: none;
|