@wistia/ui 0.18.14-beta.7f8dcba7.4f6efd8 → 0.18.14-beta.96eaae8a.95c7760

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.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /*
3
- * @license @wistia/ui v0.18.14-beta.7f8dcba7.4f6efd8
3
+ * @license @wistia/ui v0.18.14-beta.96eaae8a.95c7760
4
4
  *
5
5
  * Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
6
6
  *
@@ -14663,7 +14663,8 @@ var StyledEditableTextDisplay = styled66.div`
14663
14663
  ${({ $minLines }) => isNotNil26($minLines) && css35`
14664
14664
  min-height: calc(${$minLines}lh + calc(var(--wui-editable-text-padding) * 2));
14665
14665
  `}
14666
- overflow-wrap: break-word;
14666
+ word-break: normal;
14667
+ overflow-wrap: anywhere;
14667
14668
 
14668
14669
  &[data-wui-editable-text-display='placeholder'] {
14669
14670
  color: var(--wui-color-text-secondary);