@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.cjs +3 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +3 -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.18.14-beta.
|
|
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
|
*
|
|
@@ -14814,7 +14814,8 @@ var StyledEditableTextDisplay = import_styled_components85.styled.div`
|
|
|
14814
14814
|
${({ $minLines }) => (0, import_type_guards46.isNotNil)($minLines) && import_styled_components85.css`
|
|
14815
14815
|
min-height: calc(${$minLines}lh + calc(var(--wui-editable-text-padding) * 2));
|
|
14816
14816
|
`}
|
|
14817
|
-
|
|
14817
|
+
word-break: normal;
|
|
14818
|
+
overflow-wrap: anywhere;
|
|
14818
14819
|
|
|
14819
14820
|
&[data-wui-editable-text-display='placeholder'] {
|
|
14820
14821
|
color: var(--wui-color-text-secondary);
|