@wistia/ui 0.18.9 → 0.18.10

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.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /*
3
- * @license @wistia/ui v0.18.9
3
+ * @license @wistia/ui v0.18.10
4
4
  *
5
5
  * Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
6
6
  *
@@ -17803,7 +17803,7 @@ var StyledThumbnailBadge = styled105.div`
17803
17803
  align-items: center;
17804
17804
  background-color: rgb(0 0 0 / 50%);
17805
17805
  border-radius: var(--wui-border-radius-01);
17806
- bottom: var(--wui-thumbnail-badge-offset);
17806
+ bottom: var(--wui-thumbnail-badge-offset, var(--wui-space-01));
17807
17807
  color: var(--wui-color-text-on-fill);
17808
17808
  display: flex;
17809
17809
  font-size: var(--wui-typography-body-4-size);
@@ -17811,7 +17811,7 @@ var StyledThumbnailBadge = styled105.div`
17811
17811
  gap: var(--wui-space-01);
17812
17812
  padding: 0 var(--wui-space-01);
17813
17813
  position: absolute;
17814
- right: var(--wui-thumbnail-badge-offset);
17814
+ right: var(--wui-thumbnail-badge-offset, var(--wui-space-01));
17815
17815
  z-index: 1;
17816
17816
 
17817
17817
  svg {
@@ -18173,7 +18173,11 @@ var StyledThumbnail = styled107.div`
18173
18173
  width: 100%;
18174
18174
  overflow: hidden;
18175
18175
  position: relative;
18176
- border-radius: clamp(var(--wui-border-radius-01), 8cqh, var(--wui-border-radius-05));
18176
+
18177
+ &,
18178
+ img {
18179
+ border-radius: clamp(var(--wui-border-radius-01), 8cqh, var(--wui-border-radius-05));
18180
+ }
18177
18181
 
18178
18182
  @container (min-width: 200px) {
18179
18183
  --wui-thumbnail-badge-offset: var(--wui-space-02);