diff --git a/.changeset/yellow-moose-push.md b/.changeset/yellow-moose-push.md index 4f5baba0cc..1f1ee31c3d 100644 --- a/.changeset/yellow-moose-push.md +++ b/.changeset/yellow-moose-push.md @@ -1,5 +1,5 @@ --- -"@sumup-oss/eslint-plugin-circuit-ui": major +"@sumup-oss/circuit-ui": major --- Added a semibold weight option to the Body and the Compact components. Added the `weight` prop to the Display component. Removed the `weight` prop from the Numeral component and changed its default font weight to semibold. diff --git a/packages/circuit-ui/components/Body/Body.mdx b/packages/circuit-ui/components/Body/Body.mdx index a50c1faaf5..f4b135454c 100644 --- a/packages/circuit-ui/components/Body/Body.mdx +++ b/packages/circuit-ui/components/Body/Body.mdx @@ -28,11 +28,11 @@ The Body component comes in three weights. Use the default `regular` weight in m -### Weights +### Decorations The Body component comes in two styles. Use the `as` prop to render the component as the `em` or `del` HTML elements if appropriate. - + ### Colors