@wistia/ui 0.8.4-beta.c9491fa8.a12ae5b → 0.8.4
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 +2 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +2 -6
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
/*
|
|
3
|
-
* @license @wistia/ui v0.8.4
|
|
3
|
+
* @license @wistia/ui v0.8.4
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
|
|
6
6
|
*
|
|
@@ -12665,15 +12665,11 @@ var StyledThumbnail = import_styled_components89.default.div`
|
|
|
12665
12665
|
background-position: center center;
|
|
12666
12666
|
background-size: cover;
|
|
12667
12667
|
aspect-ratio: 16 / 9;
|
|
12668
|
+
border-radius: var(--wui-border-radius-01);
|
|
12668
12669
|
display: flex;
|
|
12669
12670
|
overflow: hidden;
|
|
12670
12671
|
position: relative;
|
|
12671
12672
|
width: ${({ $width }) => $width};
|
|
12672
|
-
|
|
12673
|
-
&,
|
|
12674
|
-
img {
|
|
12675
|
-
border-radius: calc(8% * (9 / 16)) / 8%;
|
|
12676
|
-
}
|
|
12677
12673
|
`;
|
|
12678
12674
|
var Thumbnail = (0, import_react66.forwardRef)(
|
|
12679
12675
|
({
|