@wistia/ui 0.6.7-beta.fccb1df0.c252c99 → 0.6.7
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 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +2 -3
- 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.6.7
|
|
3
|
+
* @license @wistia/ui v0.6.7
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
|
|
6
6
|
*
|
|
@@ -10485,8 +10485,7 @@ var StyledContent3 = (0, import_styled_components71.default)(import_react_select
|
|
|
10485
10485
|
border: 1px solid var(--wui-select-content-border);
|
|
10486
10486
|
border-radius: var(--wui-select-content-border-radius);
|
|
10487
10487
|
padding: var(--wui-select-option-padding);
|
|
10488
|
-
min-width:
|
|
10489
|
-
max-height: var(--radix-select-content-available-height);
|
|
10488
|
+
min-width: 200px;
|
|
10490
10489
|
z-index: var(--wui-zindex-menu);
|
|
10491
10490
|
`;
|
|
10492
10491
|
var Select = (0, import_react55.forwardRef)(
|