@bbl-digital/snorre 4.1.32 → 4.1.33

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/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": `Menuitem: ${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": `Menuitem: ${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": `Menuitem: ${label}`,
21
+ "aria-label": `Menu item: ${label}`,
22
22
  nostyle: true,
23
23
  small: small,
24
24
  theme: theme,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bbl-digital/snorre",
3
- "version": "4.1.32",
3
+ "version": "4.1.33",
4
4
  "description": "Design library for BBL Digital",
5
5
  "license": "MIT",
6
6
  "main": "./lib/index.js",