@linzjs/windows 5.4.1 → 5.4.3

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.
@@ -55,7 +55,7 @@ export const PanelHeader = ({
55
55
  <div className={'WindowPanel-buttons'}>
56
56
  {extraRight}
57
57
  {(helpUrl || onHelpClick) && (
58
- <PanelHeaderButton aria-label={'Help'} href={helpUrl} onClick={onHelpClick} icon={'ic_help_outline'} />
58
+ <PanelHeaderButton aria-label={'Get help'} href={helpUrl} onClick={onHelpClick} icon={'ic_help_outline'} />
59
59
  )}
60
60
  </div>
61
61
  {(dockTo || !disablePopout || !disableClose) && <div className={'WindowPanel-divider-right'} />}
@@ -16,6 +16,7 @@ export const PanelHeaderButton = ({ 'aria-label': ariaLabel, href, icon, onClick
16
16
  href={href}
17
17
  onClick={onClick}
18
18
  openInNewTab={!!href}
19
+ title={ariaLabel}
19
20
  buttonProps={{
20
21
  onTouchStart: onClick,
21
22
  }}
package/package.json CHANGED
@@ -13,7 +13,7 @@
13
13
  "popout"
14
14
  ],
15
15
  "main": "./dist/index.ts",
16
- "version": "5.4.1",
16
+ "version": "5.4.3",
17
17
  "peerDependencies": {
18
18
  "@linzjs/lui": ">=21",
19
19
  "lodash-es": ">=4",