@laerdal/life-react-components 2.0.1-dev.6.full → 2.0.1-dev.7.full

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.
@@ -1387,7 +1387,7 @@ export var Document = function Document(_ref58) {
1387
1387
  tooltipId: label + '_tooltip',
1388
1388
  children: /*#__PURE__*/_jsx(SVG, {
1389
1389
  src: SystemIcons.Document,
1390
- "aria-describedBy": label + '_tooltip',
1390
+ "aria-describedby": label + '_tooltip',
1391
1391
  height: getSize(size),
1392
1392
  width: getSize(size),
1393
1393
  className: className,