@jsenv/navi 0.29.33 → 0.29.34
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/dist/jsenv_navi.js +0 -8
- package/dist/jsenv_navi.js.map +2 -2
- package/package.json +2 -2
package/dist/jsenv_navi.js
CHANGED
|
@@ -47814,12 +47814,6 @@ const css$A = /* css */`
|
|
|
47814
47814
|
&[data-travel-by-drag="xy"] {
|
|
47815
47815
|
touch-action: none;
|
|
47816
47816
|
}
|
|
47817
|
-
/* A drag is not a selection: without this a mouse pulling a slide paints
|
|
47818
|
-
the text it passes over blue. */
|
|
47819
|
-
&[data-slide-dragging] {
|
|
47820
|
-
user-select: none;
|
|
47821
|
-
}
|
|
47822
|
-
|
|
47823
47817
|
/* Outside the box, which is where an outline is drawn by default: nothing
|
|
47824
47818
|
inside can paint over it (the slides are all within), and this box's own
|
|
47825
47819
|
overflow does not clip it either — an element's outline is not its own
|
|
@@ -49412,7 +49406,6 @@ const SlideContainer = ({
|
|
|
49412
49406
|
};
|
|
49413
49407
|
drag.progress = slack / size;
|
|
49414
49408
|
stageDrag(drag);
|
|
49415
|
-
containerRef.current.toggleAttribute("data-slide-dragging", true);
|
|
49416
49409
|
// From here the box is busy, whichever input asked: a wheel gesture and
|
|
49417
49410
|
// a press must not both be moving the same track.
|
|
49418
49411
|
dragRef.current = drag;
|
|
@@ -49443,7 +49436,6 @@ const SlideContainer = ({
|
|
|
49443
49436
|
event
|
|
49444
49437
|
}) => {
|
|
49445
49438
|
dragRef.current = null;
|
|
49446
|
-
containerRef.current?.removeAttribute("data-slide-dragging");
|
|
49447
49439
|
if (!travels) {
|
|
49448
49440
|
returnToRest(drag);
|
|
49449
49441
|
return;
|