styleguide icon indicating copy to clipboard operation
styleguide copied to clipboard

[DEPRECATED] moved to https://github.com/republik/plattform A living style guide exporting React components for typography, forms and various article elements.

Results 22 styleguide issues
Sort by recently updated
recently updated
newest added

using getCSSColor in a ts file throws a typescript error because it expects two arguments, even though mappingName is optional.

bug

- there is a padding right on every line chart and therefore, the last xTick get a text-align middl e

- the code handling padding on the TimeBars is not very clear. PADDING_TOP adds also padding on bottom https://github.com/orbiting/styleguide/blob/master/src/components/Chart/TimeBars.context.js#L36-L39

Currently an issue with column titles in time bars. See attached example screenshot. Might be an issue with column titles in other chart types. Also fix other text elements being...

On Desktop, in Firefox, in [Meine Haut fängt Feuer](https://www.republik.ch/2021/06/09/meine-haut-faengt-feuer), a video player with audio-only-flag renders jump forward and backward icons neither in align nor do they stick to their position....

## Bug Report Invalid email input renders a glowing red border in addition to timid red bottom-border. Seen in Firefox for input fields with type "email". **Steps to Reproduce** 1....

When clicking on load-more-button in a comment tree ("n more comments"), user receives no indication click resulted in pending API request and causes confusion.

Ideas: Wrap Dynamic Component in ColorContext, with default "light"

Currently we display `node.identifier` if someone uses `[]` in a way that triggers a `linkReference`, `imageReference` or `definition`. Example in `schema.js`: https://github.com/orbiting/styleguide/blob/879e7f6be808bb37eff471386325f3ff746ad697/src/templates/Comment/schema.js#L81-L99 Here an example mdast: https://runkit.com/5f67c1f326b183001bb387e6/5f67c1f4be0951001a02898b Newer version of...