@wistia/ui 0.10.16 → 0.10.17
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 +5 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +5 -1
- 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.10.
|
|
3
|
+
* @license @wistia/ui v0.10.17
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
|
|
6
6
|
*
|
|
@@ -7616,6 +7616,10 @@ var AvatarWrapper = styled9.div`
|
|
|
7616
7616
|
grid-area: 1 / 1;
|
|
7617
7617
|
}
|
|
7618
7618
|
|
|
7619
|
+
> img {
|
|
7620
|
+
aspect-ratio: 1 / 1;
|
|
7621
|
+
}
|
|
7622
|
+
|
|
7619
7623
|
--wui-avatar-inset-opacity: 10%;
|
|
7620
7624
|
|
|
7621
7625
|
outline: 2px solid rgb(0 0 0 / var(--wui-avatar-inset-opacity));
|