X Tutup
Skip to content

Latest commit

 

History

History

README.md

GUI Tooltips

This repo is part of the Westpac GUI and is setup as a submodule. Please submit any issues with this or any other module in our GUI-source repo

BOM | BSA | STG | WBC | WBG | BT

Tool tips display when a hover event is triggered. On small devices the information is displayed inline.


Release History

  • v2.0.4 - LESS/CSS HTML JS
    • Migrate to relative CSS units (a11y) #456
  • v2.0.3 - LESS/CSS HTML JS
    • Removed icon sizing classes; icon sizing maintained by Icons module
    • Styled inline tooltip text; now italic and lighter (muted) colour
    • Disabled inline tooltip text for buttons and icons at XS; providing suitable positioning was too unreliable
    • Nb. Tooltips attached to Direct embedded SVG icons are currently not supported #384
  • v2.0.2 - LESS/CSS HTML JS
    • Ensuring when Tooltip abbr title values are shown (for mobile) they don’t butt up against the abbr text.
  • v2.0.1 - LESS/CSS HTML JS
    • When attaching tooltips to a button element the tooltip got cut off. We explained to buttons that interrupting a well articulated tooltip is rude. Now tooltips won’t stop in the middle of #220
    • Fanfare, Drum roll … We’ve added another brand. Yay! 👏
  • v2.0.0 - LESS/CSS HTML JS
    • To make it easier to switch brands with Less we’ve added a brand variable. Building multibrand sites has never been this easy! #203
  • v1.0.1 - LESS/CSS JS HTML
    • We got word that using our JavaScript in dynamic DOM application was a bit... clunky. Clunky wasn't good enough for us so we refactored all Javascript modules to unclunk all the things. Beware though, some JavaScript classes had to be injected to keep the modules clunk-free. #140
  • v1.0.0 - Initial port

⬆ back to top


License

Copyright (c) 2019 Westpac. Licensed under the GNU GPLv2.

⬆ back to top

};

X Tutup