@wistia/ui 0.18.4-beta.a529e874.9a0f097 → 0.18.5-beta.14857308.2486ee1
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 +2 -1
package/dist/index.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
/*
|
|
3
|
-
* @license @wistia/ui v0.18.
|
|
3
|
+
* @license @wistia/ui v0.18.5-beta.14857308.2486ee1
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
|
|
6
6
|
*
|
|
@@ -18037,11 +18037,7 @@ var StyledThumbnail = styled107.div`
|
|
|
18037
18037
|
width: 100%;
|
|
18038
18038
|
overflow: hidden;
|
|
18039
18039
|
position: relative;
|
|
18040
|
-
|
|
18041
|
-
&,
|
|
18042
|
-
img {
|
|
18043
|
-
border-radius: clamp(var(--wui-border-radius-01), 8cqh, var(--wui-border-radius-05));
|
|
18044
|
-
}
|
|
18040
|
+
border-radius: clamp(var(--wui-border-radius-01), 8cqh, var(--wui-border-radius-05));
|
|
18045
18041
|
|
|
18046
18042
|
@container (min-width: 200px) {
|
|
18047
18043
|
--wui-thumbnail-badge-offset: var(--wui-space-02);
|