@wistia/ui 0.9.6-beta.9330568b.24e82eb → 0.9.6
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 +1 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1 -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.6
|
|
3
|
+
* @license @wistia/ui v0.9.6
|
|
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-word;
|
|
2663
2662
|
|
|
2664
2663
|
/*
|
|
2665
2664
|
Using feature detection (i.e., -webkit-named-image) we only target Safari browsers
|