@wistia/ui 0.9.7-beta.ff3f113b.61fafc0 → 0.9.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 +4 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +4 -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.9.7
|
|
3
|
+
* @license @wistia/ui v0.9.7
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
|
|
6
6
|
*
|
|
@@ -2659,7 +2659,6 @@ var ellipsisStyle = import_styled_components14.css`
|
|
|
2659
2659
|
text-overflow: ellipsis;
|
|
2660
2660
|
white-space: nowrap;
|
|
2661
2661
|
display: block;
|
|
2662
|
-
word-break: break-all;
|
|
2663
2662
|
|
|
2664
2663
|
/*
|
|
2665
2664
|
Using feature detection (i.e., -webkit-named-image) we only target Safari browsers
|
|
@@ -2679,6 +2678,9 @@ var ellipsisStyle = import_styled_components14.css`
|
|
|
2679
2678
|
}
|
|
2680
2679
|
}
|
|
2681
2680
|
`;
|
|
2681
|
+
var ellipsisFlexParentStyle = import_styled_components14.css`
|
|
2682
|
+
min-width: 0;
|
|
2683
|
+
`;
|
|
2682
2684
|
var EllipsisComponent = import_styled_components14.default.span`
|
|
2683
2685
|
${ellipsisStyle};
|
|
2684
2686
|
${({ $lines }) => {
|