@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.cjs
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
|
*
|
|
@@ -18167,11 +18167,7 @@ var StyledThumbnail = import_styled_components127.styled.div`
|
|
|
18167
18167
|
width: 100%;
|
|
18168
18168
|
overflow: hidden;
|
|
18169
18169
|
position: relative;
|
|
18170
|
-
|
|
18171
|
-
&,
|
|
18172
|
-
img {
|
|
18173
|
-
border-radius: clamp(var(--wui-border-radius-01), 8cqh, var(--wui-border-radius-05));
|
|
18174
|
-
}
|
|
18170
|
+
border-radius: clamp(var(--wui-border-radius-01), 8cqh, var(--wui-border-radius-05));
|
|
18175
18171
|
|
|
18176
18172
|
@container (min-width: 200px) {
|
|
18177
18173
|
--wui-thumbnail-badge-offset: var(--wui-space-02);
|