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