@wistia/ui 0.18.9-beta.1a9d3a8c.f773a5a → 0.18.9-beta.75073b24.7ff6cc0
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.cjs
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.75073b24.7ff6cc0
|
|
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);
|