Dominika Podgórska
Dominika Podgórska
This branch includes checkbox animation
Add it to chromatic so we can detect if something went wrong during build process
Do not use `svgSymbolCleanUp()` for subject icons within `scripts/tasks/svgs-generate.js`
Overlay displays over its whole docs page, making docs not readable https://style-guide.brainly.com/?path=/docs/components-overlay--default
Dialog on Safari (iOS) is not sticking to the bottom of the screen when tab bar (address bar) is collapsed. URL: https://brainly.test/textbook-solutions/q-solve-following-equation-x-2-7. This issue is caused by applying `position: fixed;`...
Currently there is no way to use other `option` attributes than `value` and `text`. We need to allow passing other attributes (`disabled` and `selected`) to allow adding placeholders options to...
Codegen is using cached Logos urls set instead of creating new ones on storybook build. Temporary solution: delete `.cache` folder from `node_modules` and build storybook
We need to be able to trigger hover state on the Checkbox and Radio with external component. There is a way of doing that without js. We could use CSS...