> For the complete documentation index, see [llms.txt](https://valence.isaacshea.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://valence.isaacshea.com/update-notes/2.7.0.md).

# 2.7.0

Released 16/06/2024

* Added two new fill variants, `outlined` and `paper`. All components that accept the `variant` prop should now include support for these variants.
* Added the `getBorderHex()` method to the `useColors` hook, which is used to calculate ideal border colors for components using their color and variant. Effectively the same as the `getBgHex()` and `getFgHex()` methods also from the `useColors` hook.
