@wistia/vhs 2.48.3-beta.49da6fe8.acc3946 → 2.48.3-beta.4e8c1d7d.e6e3c78
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.mjs +3 -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 VHS v2.48.3-beta.
|
|
3
|
+
* @license VHS v2.48.3-beta.4e8c1d7d.e6e3c78
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2021-2024, Wistia, Inc. and its affiliates.
|
|
6
6
|
*
|
|
@@ -293,7 +293,7 @@ var dE=Object.create;var tf=Object.defineProperty;var pE=Object.getOwnPropertyDe
|
|
|
293
293
|
width: 100%;
|
|
294
294
|
`,Kf=je`
|
|
295
295
|
${un}
|
|
296
|
-
border-radius:
|
|
296
|
+
border-radius: 4px;
|
|
297
297
|
border-style: solid;
|
|
298
298
|
border-width: 1px;
|
|
299
299
|
cursor: pointer;
|
|
@@ -2223,7 +2223,7 @@ var dE=Object.create;var tf=Object.defineProperty;var pE=Object.getOwnPropertyDe
|
|
|
2223
2223
|
box-shadow: ${({theme:e})=>e.shadow.elevation2};
|
|
2224
2224
|
max-height: var(--radix-dropdown-menu-content-available-height);
|
|
2225
2225
|
max-width: 100vw;
|
|
2226
|
-
overflow:
|
|
2226
|
+
overflow: auto;
|
|
2227
2227
|
padding: ${Mc} ${Mc} ${({theme:e})=>e.spacing.space04} ${Mc};
|
|
2228
2228
|
transform-origin: var(--radix-dropdown-menu-content-transform-origin);
|
|
2229
2229
|
z-index: ${({theme:e})=>e.zIndex.MenuComponent};
|