@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.cjs
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
|
*
|
|
@@ -7755,6 +7755,10 @@ var AvatarWrapper = import_styled_components25.default.div`
|
|
|
7755
7755
|
grid-area: 1 / 1;
|
|
7756
7756
|
}
|
|
7757
7757
|
|
|
7758
|
+
> img {
|
|
7759
|
+
aspect-ratio: 1 / 1;
|
|
7760
|
+
}
|
|
7761
|
+
|
|
7758
7762
|
--wui-avatar-inset-opacity: 10%;
|
|
7759
7763
|
|
|
7760
7764
|
outline: 2px solid rgb(0 0 0 / var(--wui-avatar-inset-opacity));
|