@wistia/ui 0.11.7 → 0.12.0-beta.035c7b11.ef98e9b
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 +3 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +3 -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.
|
|
3
|
+
* @license @wistia/ui v0.12.0-beta.035c7b11.ef98e9b
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
|
|
6
6
|
*
|
|
@@ -12130,6 +12130,7 @@ var FilterMenu = (0, import_react56.forwardRef)(
|
|
|
12130
12130
|
{
|
|
12131
12131
|
onClick: () => onChange([]),
|
|
12132
12132
|
size: "sm",
|
|
12133
|
+
variant: "soft",
|
|
12133
12134
|
children: "Clear"
|
|
12134
12135
|
}
|
|
12135
12136
|
)
|
|
@@ -14293,7 +14294,7 @@ var getRelativeMousePosition = (elem, mouseEvent) => {
|
|
|
14293
14294
|
var Thumbnail = (0, import_react73.forwardRef)(
|
|
14294
14295
|
({
|
|
14295
14296
|
gradientBackground = "defaultMidOne",
|
|
14296
|
-
thumbnailImageType = "
|
|
14297
|
+
thumbnailImageType = "wide",
|
|
14297
14298
|
thumbnailUrl,
|
|
14298
14299
|
width = "100%",
|
|
14299
14300
|
children,
|