@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/react.cjs
CHANGED
|
@@ -15312,13 +15312,13 @@ var init_panel = __esm({
|
|
|
15312
15312
|
tag: "ease-panel",
|
|
15313
15313
|
shadowMode: "open",
|
|
15314
15314
|
styles: `
|
|
15315
|
-
@property --top-fade {
|
|
15315
|
+
@property --ease-panel-top-fade {
|
|
15316
15316
|
syntax: "<length>";
|
|
15317
15317
|
inherits: false;
|
|
15318
15318
|
initial-value: 0px;
|
|
15319
15319
|
}
|
|
15320
15320
|
|
|
15321
|
-
@property --bottom-fade {
|
|
15321
|
+
@property --ease-panel-bottom-fade {
|
|
15322
15322
|
syntax: "<length>";
|
|
15323
15323
|
inherits: false;
|
|
15324
15324
|
initial-value: 0px;
|
|
@@ -15481,6 +15481,7 @@ var init_panel = __esm({
|
|
|
15481
15481
|
animation-timeline: scroll(self y);
|
|
15482
15482
|
scroll-snap-type: y mandatory;
|
|
15483
15483
|
scrollbar-width: none;
|
|
15484
|
+
max-height: calc(100dvh - 32px - var(--ease-panel-padding));
|
|
15484
15485
|
|
|
15485
15486
|
&::-webkit-scrollbar {
|
|
15486
15487
|
display: none;
|