@wistia/ui 0.18.14-beta.6abe6061.9b94192 → 0.18.14-beta.7f8dcba7.4f6efd8
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 +2 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +2 -4
- 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.7f8dcba7.4f6efd8
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
|
|
6
6
|
*
|
|
@@ -208,8 +208,6 @@ var import_styled_components13 = require("styled-components");
|
|
|
208
208
|
// src/css/globalStyleAdjustmentsCss.tsx
|
|
209
209
|
var import_styled_components = require("styled-components");
|
|
210
210
|
var globalStyleAdjustmentsCss = import_styled_components.css`
|
|
211
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
212
|
-
|
|
213
211
|
/**
|
|
214
212
|
* 1. Change from 'content-box' so that 'width' calculations are unaffected by 'padding' or 'border'
|
|
215
213
|
See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
|
|
@@ -14816,7 +14814,7 @@ var StyledEditableTextDisplay = import_styled_components85.styled.div`
|
|
|
14816
14814
|
${({ $minLines }) => (0, import_type_guards46.isNotNil)($minLines) && import_styled_components85.css`
|
|
14817
14815
|
min-height: calc(${$minLines}lh + calc(var(--wui-editable-text-padding) * 2));
|
|
14818
14816
|
`}
|
|
14819
|
-
|
|
14817
|
+
overflow-wrap: break-word;
|
|
14820
14818
|
|
|
14821
14819
|
&[data-wui-editable-text-display='placeholder'] {
|
|
14822
14820
|
color: var(--wui-color-text-secondary);
|