@wistia/ui 0.18.4-beta.a529e874.9a0f097 → 0.18.5

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 CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /*
3
- * @license @wistia/ui v0.18.4-beta.a529e874.9a0f097
3
+ * @license @wistia/ui v0.18.5
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);