@bbl-digital/snorre 2.2.163 → 2.2.164
Sign up to get free protection for your applications and to get access to all the features.
package/dist/bundle.js
CHANGED
@@ -26512,7 +26512,7 @@
|
|
26512
26512
|
const Tag = withTabs ? WithTabsWrapper : React.Fragment;
|
26513
26513
|
|
26514
26514
|
const SkipToMainContentLink = jsxRuntime$1.jsx("a", {
|
26515
|
-
css: theme =>
|
26515
|
+
css: theme => skipLinkStyle(theme),
|
26516
26516
|
href: "#main",
|
26517
26517
|
"data-tracking-name": "Felles",
|
26518
26518
|
"data-tracking-event": "Klikk: G\xE5 til hovedinnhold",
|
@@ -26520,11 +26520,11 @@
|
|
26520
26520
|
});
|
26521
26521
|
|
26522
26522
|
const SkipToNavLink = jsxRuntime$1.jsx("a", {
|
26523
|
-
css: theme =>
|
26523
|
+
css: theme => skipLinkStyle(theme),
|
26524
26524
|
href: "#nav",
|
26525
26525
|
"data-tracking-name": "Felles",
|
26526
|
-
"data-tracking-event": "Klikk: G\xE5 til
|
26527
|
-
children: "G\xE5 til
|
26526
|
+
"data-tracking-event": "Klikk: G\xE5 til undermeny",
|
26527
|
+
children: "G\xE5 til undermeny"
|
26528
26528
|
});
|
26529
26529
|
|
26530
26530
|
if (sideBar) {
|
@@ -17,7 +17,7 @@ const LayoutShell = ({
|
|
17
17
|
const Tag = withTabs ? WithTabsWrapper : Fragment;
|
18
18
|
|
19
19
|
const SkipToMainContentLink = _jsx("a", {
|
20
|
-
css: theme =>
|
20
|
+
css: theme => skipLinkStyle(theme),
|
21
21
|
href: "#main",
|
22
22
|
"data-tracking-name": "Felles",
|
23
23
|
"data-tracking-event": "Klikk: G\xE5 til hovedinnhold",
|
@@ -25,11 +25,11 @@ const LayoutShell = ({
|
|
25
25
|
});
|
26
26
|
|
27
27
|
const SkipToNavLink = _jsx("a", {
|
28
|
-
css: theme =>
|
28
|
+
css: theme => skipLinkStyle(theme),
|
29
29
|
href: "#nav",
|
30
30
|
"data-tracking-name": "Felles",
|
31
|
-
"data-tracking-event": "Klikk: G\xE5 til
|
32
|
-
children: "G\xE5 til
|
31
|
+
"data-tracking-event": "Klikk: G\xE5 til undermeny",
|
32
|
+
children: "G\xE5 til undermeny"
|
33
33
|
});
|
34
34
|
|
35
35
|
if (sideBar) {
|
@@ -17,7 +17,7 @@ const LayoutShell = ({
|
|
17
17
|
const Tag = withTabs ? WithTabsWrapper : Fragment;
|
18
18
|
|
19
19
|
const SkipToMainContentLink = _jsx("a", {
|
20
|
-
css: theme =>
|
20
|
+
css: theme => skipLinkStyle(theme),
|
21
21
|
href: "#main",
|
22
22
|
"data-tracking-name": "Felles",
|
23
23
|
"data-tracking-event": "Klikk: G\xE5 til hovedinnhold",
|
@@ -25,11 +25,11 @@ const LayoutShell = ({
|
|
25
25
|
});
|
26
26
|
|
27
27
|
const SkipToNavLink = _jsx("a", {
|
28
|
-
css: theme =>
|
28
|
+
css: theme => skipLinkStyle(theme),
|
29
29
|
href: "#nav",
|
30
30
|
"data-tracking-name": "Felles",
|
31
|
-
"data-tracking-event": "Klikk: G\xE5 til
|
32
|
-
children: "G\xE5 til
|
31
|
+
"data-tracking-event": "Klikk: G\xE5 til undermeny",
|
32
|
+
children: "G\xE5 til undermeny"
|
33
33
|
});
|
34
34
|
|
35
35
|
if (sideBar) {
|