@bbl-digital/snorre 4.1.32 → 4.1.33
Sign up to get free protection for your applications and to get access to all the features.
package/dist/bundle.js
CHANGED
@@ -28534,7 +28534,7 @@
|
|
28534
28534
|
children: /*#__PURE__*/jsxRuntime$1.jsx(Wrapper$m, {
|
28535
28535
|
role: "menuitem",
|
28536
28536
|
"aria-current": active ? 'page' : undefined,
|
28537
|
-
"aria-label": `
|
28537
|
+
"aria-label": `Menu item: ${label}`,
|
28538
28538
|
nostyle: true,
|
28539
28539
|
small: small,
|
28540
28540
|
theme: theme,
|
@@ -18,7 +18,7 @@ const MenuItem = ({
|
|
18
18
|
children: /*#__PURE__*/_jsx(Wrapper, {
|
19
19
|
role: "menuitem",
|
20
20
|
"aria-current": active ? 'page' : undefined,
|
21
|
-
"aria-label": `
|
21
|
+
"aria-label": `Menu item: ${label}`,
|
22
22
|
nostyle: true,
|
23
23
|
small: small,
|
24
24
|
theme: theme,
|
@@ -18,7 +18,7 @@ const MenuItem = ({
|
|
18
18
|
children: /*#__PURE__*/_jsx(Wrapper, {
|
19
19
|
role: "menuitem",
|
20
20
|
"aria-current": active ? 'page' : undefined,
|
21
|
-
"aria-label": `
|
21
|
+
"aria-label": `Menu item: ${label}`,
|
22
22
|
nostyle: true,
|
23
23
|
small: small,
|
24
24
|
theme: theme,
|