@wistia/ui 0.14.15 → 0.14.16

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.14.15
3
+ * @license @wistia/ui v0.14.16
4
4
  *
5
5
  * Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
6
6
  *
@@ -2909,11 +2909,11 @@ var getColorScheme = (colorScheme) => {
2909
2909
  // src/private/components/Toast/Toast.tsx
2910
2910
  var import_jsx_runtime5 = require("react/jsx-runtime");
2911
2911
  var Message = (0, import_styled_components16.default)(Ellipsis)`
2912
- line-height: var(--wui-typography-label-3-line-height);
2912
+ line-height: 1.3;
2913
2913
  font-size: var(--wui-typography-label-3-size);
2914
2914
  font-weight: var(--wui-typography-label-3-weight);
2915
-
2916
2915
  ${lineClampCss(3)}
2916
+ word-break: normal;
2917
2917
  `;
2918
2918
  var MessageWrapper = import_styled_components16.default.div`
2919
2919
  display: flex;