@wistia/ui 0.18.14-beta.765a7c90.412f086 → 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 CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /*
3
- * @license @wistia/ui v0.18.14-beta.765a7c90.412f086
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
  *
@@ -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/
@@ -8242,7 +8240,7 @@ var StyledActionButton = (0, import_styled_components24.styled)(Button)`
8242
8240
  min-width: 96px;
8243
8241
  padding: var(--wui-space-03);
8244
8242
  background: var(--wui-color-bg-surface-secondary);
8245
- grid-row-gap: var(--wui-space-02);
8243
+ row-gap: var(--wui-space-02);
8246
8244
  border-radius: var(--wui-border-radius-03);
8247
8245
  flex: 0 0 auto;
8248
8246
  transition: background-color var(--wui-motion-duration-02) var(--wui-motion-ease);
@@ -14816,7 +14814,8 @@ 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
- word-break: break-word;
14817
+ word-break: normal;
14818
+ overflow-wrap: anywhere;
14820
14819
 
14821
14820
  &[data-wui-editable-text-display='placeholder'] {
14822
14821
  color: var(--wui-color-text-secondary);