Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [16.0.0](v15.1.1...v16.0.0) (2023-11-01) ### ⚠ BREAKING CHANGES * **font:** Changed the font. Include the following link tag. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> <link href="https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;600;700;800;900&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Merriweather:wght@400;600&family=Open+Sans:wght@400;700&display=swap" rel="stylesheet" /> * **Text:** Removed the `strong` and `weak` props and replaced with `weight`. `weight="x1" === weak && weight="x2" === strong` * **Button:** Removed 'size' prop. Size is now the text size prop. Use this and paddings to size ### Features * **Box:** Added some more border radius values ([1360321](1360321)) * **Button:** removed 'size' prop ([df34291](df34291)) * **font:** Replaced Open Sans (400/600) font with Noto Sans (400/600/700/800/900) ([5f53015](5f53015)) * **Icon:** Removed Icons component, use icons from lucide-react ([3bd5891](3bd5891)) * **Text:** Replaced 'strong' and 'weak' props with 'weight' prop ([7ddadfe](7ddadfe)) ### Style Changes * **Button:** Removed default uppercasing ([ec01578](ec01578)) ### Fixes * **Box:** Added missing x5 from paddings/margins ([d8b477b](d8b477b)) * **Button:** Fixed component so 'padding' prop can be used ([4f12caa](4f12caa)) * **colors:** Theme text colours ([9ecae81](9ecae81))
- Loading branch information