@wistia/ui 0.18.5-beta.52a3d522.c295011 → 0.18.5-beta.9ab561d6.6f99781
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.5-beta.
|
|
3
|
+
* @license @wistia/ui v0.18.5-beta.9ab561d6.6f99781
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
|
|
6
6
|
*
|
|
@@ -18225,7 +18225,7 @@ var ThumbnailCollageContainer = styled108.div`
|
|
|
18225
18225
|
display: flex;
|
|
18226
18226
|
`;
|
|
18227
18227
|
var StyledThumbnailCollage = styled108.div`
|
|
18228
|
-
--wui-thumbnail-collage-border-color: rgba(0, 0, 0, 0.
|
|
18228
|
+
--wui-thumbnail-collage-border-color: rgba(0, 0, 0, 0.05);
|
|
18229
18229
|
--wui-thumbnail-collage-padding: var(--wui-space-01);
|
|
18230
18230
|
padding: var(--wui-thumbnail-collage-padding);
|
|
18231
18231
|
background-color: var(--wui-color-bg-surface-tertiary);
|