diff --git a/.changeset/pre.json b/.changeset/pre.json index 0cd694cc8..d8c1d66ed 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -6,7 +6,8 @@ "@obosbbl/grunnmuren-icons-svg": "1.0.0", "@obosbbl/grunnmuren-tailwind": "1.0.0", "@obosbbl/grunnmuren-react": "1.0.0", - "form-demo": "0.0.0" + "form-demo": "0.0.0", + "@obosbbl/grunnmuren-docs": "0.0.1" }, "changesets": [ "afraid-rings-search", @@ -14,6 +15,7 @@ "bright-singers-roll", "calm-hounds-draw", "clever-frogs-breathe", + "clever-geckos-press", "curly-radios-jam", "cyan-kangaroos-poke", "cyan-rings-dance", @@ -60,12 +62,15 @@ "orange-stingrays-retire", "pink-olives-look", "polite-keys-remain", + "popular-jobs-drum", "pretty-geckos-rush", "quiet-bees-battle", "quiet-insects-tickle", "rude-eyes-occur", + "selfish-kids-greet", "serious-doors-build", "shaggy-adults-vanish", + "shaggy-rings-explain", "sharp-suns-swim", "shy-crews-admire", "silly-ghosts-dress", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index cd50e83e0..80f3a47a4 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,24 @@ # @obosbbl/grunnmuren-react +## 2.0.0-canary.40 + +### Minor Changes + +- 3cb2008: Button: deprecate isLoading in favor of isPending + + - change prop name to align with React Aria and the useActionState hook in React. + - improved accessibility for pending state by [utilizing React aria](https://react-spectrum.adobe.com/react-aria/Button.html#pending) + - button events are now disabled when the button is in a pending state. + - refactor to CSS instead of useLayoutEffect when button is in a pending state. + +### Patch Changes + +- bcd1ad3: Fixes line-height on `` so that underline on hover aligns better with the text. +- 87da523: Fixes focus styles on all components using either `` or `