@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 +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
/*
|
|
3
|
-
* @license @wistia/ui v0.18.9-beta.
|
|
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
|
*
|
|
@@ -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);
|