uikit-react-public 0.24.1 → 0.24.2
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
|
@@ -21066,6 +21066,7 @@ const Ur = "ucl-uikit-header__menu-container", Rv = ({
|
|
|
21066
21066
|
|
|
21067
21067
|
@media (min-width: ${r.breakpoints.desktop}px) {
|
|
21068
21068
|
left: 0;
|
|
21069
|
+
height: calc(100% + 1px);
|
|
21069
21070
|
}
|
|
21070
21071
|
`, i = k(Qr, l, t), a = f`
|
|
21071
21072
|
position: absolute;
|
|
@@ -21113,11 +21114,11 @@ const Ur = "ucl-uikit-header__menu-container", Rv = ({
|
|
|
21113
21114
|
height: ${Pv}px;
|
|
21114
21115
|
box-sizing: border-box;
|
|
21115
21116
|
padding: 0 ${p.padding.p16} 0 ${p.padding.p40};
|
|
21116
|
-
border-bottom: ${p.colour.border.subtle};
|
|
21117
21117
|
|
|
21118
21118
|
@media (min-width: ${p.breakpoints.desktop}px) {
|
|
21119
21119
|
height: ${Zv}px;
|
|
21120
|
-
padding: 0 ${p.padding.p64};
|
|
21120
|
+
padding: 0 ${p.padding.p48} 0 ${p.padding.p64};
|
|
21121
|
+
border-bottom: 1px solid ${p.colour.border.default};
|
|
21121
21122
|
}
|
|
21122
21123
|
`, h = k(Gr, u, d);
|
|
21123
21124
|
return /* @__PURE__ */ g(
|
|
@@ -48,11 +48,11 @@ const Header = ({
|
|
|
48
48
|
height: ${HEADER_MOBILE_HEIGHT_PX}px;
|
|
49
49
|
box-sizing: border-box;
|
|
50
50
|
padding: 0 ${theme.padding.p16} 0 ${theme.padding.p40};
|
|
51
|
-
border-bottom: ${theme.colour.border.subtle};
|
|
52
51
|
|
|
53
52
|
@media (min-width: ${theme.breakpoints.desktop}px) {
|
|
54
53
|
height: ${HEADER_TABLET_HEIGHT_PX}px;
|
|
55
|
-
padding: 0 ${theme.padding.p64};
|
|
54
|
+
padding: 0 ${theme.padding.p48} 0 ${theme.padding.p64};
|
|
55
|
+
border-bottom: 1px solid ${theme.colour.border.default};
|
|
56
56
|
}
|
|
57
57
|
`;
|
|
58
58
|
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
exports[`Header > snapshot: variant=avatar 1`] = `
|
|
4
4
|
<header
|
|
5
|
-
class="ucl-uikit-header css-
|
|
5
|
+
class="ucl-uikit-header css-13623bd"
|
|
6
6
|
data-testid="ucl-uikit-header"
|
|
7
7
|
>
|
|
8
8
|
<div
|
|
9
|
-
class="ucl-uikit-header__border css-
|
|
9
|
+
class="ucl-uikit-header__border css-5jjnsi"
|
|
10
10
|
data-test="ucl-uikit-header__border"
|
|
11
11
|
>
|
|
12
12
|
<div
|
|
@@ -41,11 +41,11 @@ exports[`Header > snapshot: variant=avatar 1`] = `
|
|
|
41
41
|
|
|
42
42
|
exports[`Header > snapshot: variant=breadcrumbs 1`] = `
|
|
43
43
|
<header
|
|
44
|
-
class="ucl-uikit-header css-
|
|
44
|
+
class="ucl-uikit-header css-13623bd"
|
|
45
45
|
data-testid="ucl-uikit-header"
|
|
46
46
|
>
|
|
47
47
|
<div
|
|
48
|
-
class="ucl-uikit-header__border css-
|
|
48
|
+
class="ucl-uikit-header__border css-5jjnsi"
|
|
49
49
|
data-test="ucl-uikit-header__border"
|
|
50
50
|
>
|
|
51
51
|
<div
|