@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/decorators.cjs.map +1 -1
- package/build/decorators.js.map +1 -1
- 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/build/utils.cjs.map +1 -1
- package/build/utils.js.map +1 -1
- package/package.json +1 -1
package/build/elements.js
CHANGED
|
@@ -9288,7 +9288,6 @@ var _initProto10;
|
|
|
9288
9288
|
var _Folder;
|
|
9289
9289
|
_dec30 = Component({
|
|
9290
9290
|
tag: "ease-folder",
|
|
9291
|
-
shadowMode: "open",
|
|
9292
9291
|
styles: `
|
|
9293
9292
|
@property --top-fade {
|
|
9294
9293
|
syntax: "<length>";
|
|
@@ -9478,8 +9477,8 @@ var Folder = class extends (_HTMLElement12 = HTMLElement) {
|
|
|
9478
9477
|
<ease-icon-chevron state=${this.open ? "up" : "down"}></ease-icon-chevron>
|
|
9479
9478
|
</span>
|
|
9480
9479
|
</div>
|
|
9481
|
-
<div part="content"
|
|
9482
|
-
<div part="body">
|
|
9480
|
+
<div part="content">
|
|
9481
|
+
<div part="body" style=${this.maxHeight ? `max-height: ${this.maxHeight}` : ""}>
|
|
9483
9482
|
<slot></slot>
|
|
9484
9483
|
</div>
|
|
9485
9484
|
</div>
|
|
@@ -23876,13 +23875,13 @@ _dec81 = Component({
|
|
|
23876
23875
|
tag: "ease-panel",
|
|
23877
23876
|
shadowMode: "open",
|
|
23878
23877
|
styles: `
|
|
23879
|
-
@property --top-fade {
|
|
23878
|
+
@property --ease-panel-top-fade {
|
|
23880
23879
|
syntax: "<length>";
|
|
23881
23880
|
inherits: false;
|
|
23882
23881
|
initial-value: 0px;
|
|
23883
23882
|
}
|
|
23884
23883
|
|
|
23885
|
-
@property --bottom-fade {
|
|
23884
|
+
@property --ease-panel-bottom-fade {
|
|
23886
23885
|
syntax: "<length>";
|
|
23887
23886
|
inherits: false;
|
|
23888
23887
|
initial-value: 0px;
|
|
@@ -24045,6 +24044,7 @@ _dec81 = Component({
|
|
|
24045
24044
|
animation-timeline: scroll(self y);
|
|
24046
24045
|
scroll-snap-type: y mandatory;
|
|
24047
24046
|
scrollbar-width: none;
|
|
24047
|
+
max-height: calc(100dvh - 32px - var(--ease-panel-padding));
|
|
24048
24048
|
|
|
24049
24049
|
&::-webkit-scrollbar {
|
|
24050
24050
|
display: none;
|