uikit-react-public 0.29.2 → 0.29.3
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.js
CHANGED
|
@@ -21889,7 +21889,7 @@ const si = "ucl-uikit-header__menu-container", ww = ({
|
|
|
21889
21889
|
font-feature-settings: ${l.typography.heading.lg.md.fontSettings};
|
|
21890
21890
|
font-size: ${l.typography.heading.xs.md.fontSize}px;
|
|
21891
21891
|
font-weight: ${l.typography.heading.xs.md.fontWeight};
|
|
21892
|
-
line-height: ${l.typography.heading.xs.md.lineHeight}
|
|
21892
|
+
line-height: ${l.typography.heading.xs.md.lineHeight}%;
|
|
21893
21893
|
white-space: nowrap;
|
|
21894
21894
|
overflow: hidden;
|
|
21895
21895
|
text-overflow: ellipsis;
|
|
@@ -21898,7 +21898,7 @@ const si = "ucl-uikit-header__menu-container", ww = ({
|
|
|
21898
21898
|
margin: 0 ${l.margin.m20};
|
|
21899
21899
|
font-size: ${l.typography.heading.lg.md.fontSize}px;
|
|
21900
21900
|
font-weight: ${l.typography.heading.lg.md.fontWeight};
|
|
21901
|
-
line-height: ${l.typography.heading.lg.md.lineHeight}
|
|
21901
|
+
line-height: ${l.typography.heading.lg.md.lineHeight}%;
|
|
21902
21902
|
}
|
|
21903
21903
|
`, c = k(di, a, r);
|
|
21904
21904
|
return /* @__PURE__ */ n(
|
|
@@ -29,7 +29,7 @@ const HeaderTitle = ({
|
|
|
29
29
|
font-feature-settings: ${theme.typography.heading.lg.md.fontSettings};
|
|
30
30
|
font-size: ${theme.typography.heading.xs.md.fontSize}px;
|
|
31
31
|
font-weight: ${theme.typography.heading.xs.md.fontWeight};
|
|
32
|
-
line-height: ${theme.typography.heading.xs.md.lineHeight}
|
|
32
|
+
line-height: ${theme.typography.heading.xs.md.lineHeight}%;
|
|
33
33
|
white-space: nowrap;
|
|
34
34
|
overflow: hidden;
|
|
35
35
|
text-overflow: ellipsis;
|
|
@@ -38,7 +38,7 @@ const HeaderTitle = ({
|
|
|
38
38
|
margin: 0 ${theme.margin.m20};
|
|
39
39
|
font-size: ${theme.typography.heading.lg.md.fontSize}px;
|
|
40
40
|
font-weight: ${theme.typography.heading.lg.md.fontWeight};
|
|
41
|
-
line-height: ${theme.typography.heading.lg.md.lineHeight}
|
|
41
|
+
line-height: ${theme.typography.heading.lg.md.lineHeight}%;
|
|
42
42
|
}
|
|
43
43
|
`;
|
|
44
44
|
|
|
@@ -31,7 +31,7 @@ exports[`Header > snapshot: variant=avatar 1`] = `
|
|
|
31
31
|
/>
|
|
32
32
|
</svg>
|
|
33
33
|
<div
|
|
34
|
-
class="ucl-uikit-header__title css-
|
|
34
|
+
class="ucl-uikit-header__title css-559ctg"
|
|
35
35
|
data-test="ucl-uikit-header__title"
|
|
36
36
|
>
|
|
37
37
|
LIDS
|
|
@@ -70,7 +70,7 @@ exports[`Header > snapshot: variant=breadcrumbs 1`] = `
|
|
|
70
70
|
/>
|
|
71
71
|
</svg>
|
|
72
72
|
<div
|
|
73
|
-
class="ucl-uikit-header__title css-
|
|
73
|
+
class="ucl-uikit-header__title css-559ctg"
|
|
74
74
|
data-test="ucl-uikit-header__title"
|
|
75
75
|
>
|
|
76
76
|
LIDS
|