@wistia/ui 0.6.7-beta.fccb1df0.c252c99 → 0.6.8

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 CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /*
3
- * @license @wistia/ui v0.6.7-beta.fccb1df0.c252c99
3
+ * @license @wistia/ui v0.6.8
4
4
  *
5
5
  * Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
6
6
  *
@@ -10454,8 +10454,15 @@ var StyledTrigger = (0, import_styled_components71.default)(import_react_select.
10454
10454
  display: inline-flex;
10455
10455
  align-items: center;
10456
10456
  justify-content: space-between;
10457
+ max-width: 100%;
10457
10458
  width: ${({ $fullWidth = false }) => $fullWidth ? "100%" : "auto"};
10458
10459
 
10460
+ > span {
10461
+ white-space: nowrap;
10462
+ text-overflow: ellipsis;
10463
+ overflow: hidden;
10464
+ }
10465
+
10459
10466
  &[aria-expanded='true'],
10460
10467
  &:focus {
10461
10468
  outline: 2px solid var(--wui-color-focus-ring);