@wistia/vhs 4.0.0-beta.d8f9ac3a.4f6efd8 → 4.0.0-beta.d9e3dd7c.d6acc83
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 +5 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +5 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
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.d9e3dd7c.d6acc83
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2021-2025, Wistia, Inc. and its affiliates.
|
|
6
6
|
*
|
|
@@ -6622,7 +6622,9 @@ var disabledStyle3 = css13`
|
|
|
6622
6622
|
var errorHoverStyle = css13`
|
|
6623
6623
|
border-color: transparent;
|
|
6624
6624
|
`;
|
|
6625
|
-
var errorFocusedStyle = css13
|
|
6625
|
+
var errorFocusedStyle = css13`
|
|
6626
|
+
outline: none;
|
|
6627
|
+
`;
|
|
6626
6628
|
var errorStyle = css13`
|
|
6627
6629
|
background-color: ${({ theme: theme2 }) => theme2.color.error100};
|
|
6628
6630
|
border: 1px solid ${({ theme: theme2 }) => theme2.color.error500};
|
|
@@ -9231,7 +9233,7 @@ import { useSelected, useFocused } from "slate-react";
|
|
|
9231
9233
|
import { styled as styled39, css as css21 } from "styled-components";
|
|
9232
9234
|
import { jsx as jsx170, jsxs as jsxs28 } from "react/jsx-runtime";
|
|
9233
9235
|
var Wrapper = styled39.span`
|
|
9234
|
-
display:
|
|
9236
|
+
display: inline-block;
|
|
9235
9237
|
user-select: none;
|
|
9236
9238
|
`;
|
|
9237
9239
|
var Image = styled39.img`
|