@wistia/ui 0.18.9-beta.1a9d3a8c.f773a5a → 0.18.9-beta.f2b4a087.fe9725c

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.9-beta.1a9d3a8c.f773a5a
3
+ * @license @wistia/ui v0.18.9-beta.f2b4a087.fe9725c
4
4
  *
5
5
  * Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
6
6
  *
@@ -17940,7 +17940,7 @@ var StyledThumbnailBadge = import_styled_components124.styled.div`
17940
17940
  align-items: center;
17941
17941
  background-color: rgb(0 0 0 / 50%);
17942
17942
  border-radius: var(--wui-border-radius-01);
17943
- bottom: var(--wui-thumbnail-badge-offset);
17943
+ bottom: var(--wui-thumbnail-badge-offset, var(--wui-space-01));
17944
17944
  color: var(--wui-color-text-on-fill);
17945
17945
  display: flex;
17946
17946
  font-size: var(--wui-typography-body-4-size);