@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 +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
/*
|
|
3
|
-
* @license @wistia/ui v0.14.
|
|
3
|
+
* @license @wistia/ui v0.14.16
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
|
|
6
6
|
*
|
|
@@ -2744,11 +2744,11 @@ var getColorScheme = (colorScheme) => {
|
|
|
2744
2744
|
// src/private/components/Toast/Toast.tsx
|
|
2745
2745
|
import { jsx as jsx5, jsxs as jsxs2 } from "react/jsx-runtime";
|
|
2746
2746
|
var Message = styled2(Ellipsis)`
|
|
2747
|
-
line-height:
|
|
2747
|
+
line-height: 1.3;
|
|
2748
2748
|
font-size: var(--wui-typography-label-3-size);
|
|
2749
2749
|
font-weight: var(--wui-typography-label-3-weight);
|
|
2750
|
-
|
|
2751
2750
|
${lineClampCss(3)}
|
|
2751
|
+
word-break: normal;
|
|
2752
2752
|
`;
|
|
2753
2753
|
var MessageWrapper = styled2.div`
|
|
2754
2754
|
display: flex;
|