@wistia/vhs 4.0.0-beta.fc5971c4.1e31df4 → 4.0.0-beta.ff654bba.d5f2f6c
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/index.cjs +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +16 -16
package/dist/index.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
/*
|
|
3
|
-
* @license @wistia/vhs v4.0.0-beta.
|
|
3
|
+
* @license @wistia/vhs v4.0.0-beta.ff654bba.d5f2f6c
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2021-2025, Wistia, Inc. and its affiliates.
|
|
6
6
|
*
|
|
@@ -9365,7 +9365,7 @@ var import_slate_react = require("slate-react");
|
|
|
9365
9365
|
var import_styled_components48 = require("styled-components");
|
|
9366
9366
|
var import_jsx_runtime169 = require("react/jsx-runtime");
|
|
9367
9367
|
var Wrapper = import_styled_components48.styled.span`
|
|
9368
|
-
display:
|
|
9368
|
+
display: inline-block;
|
|
9369
9369
|
user-select: none;
|
|
9370
9370
|
`;
|
|
9371
9371
|
var Image = import_styled_components48.styled.img`
|
|
@@ -12728,7 +12728,7 @@ var setCursorPosition = (ref, start, end) => {
|
|
|
12728
12728
|
var getSelectionFromMove = (selection, move, positions) => {
|
|
12729
12729
|
const currentIndex = positions.findIndex((pos) => pos.start === selection[0]);
|
|
12730
12730
|
let nextPosition = positions[currentIndex + move];
|
|
12731
|
-
if (nextPosition
|
|
12731
|
+
if (nextPosition?.type === "skip") {
|
|
12732
12732
|
nextPosition = positions[currentIndex + move * 2];
|
|
12733
12733
|
}
|
|
12734
12734
|
if (nextPosition) {
|