Mikhail Potomin
Mikhail Potomin
The items on the 4th level of nesting are not aligned vertically with the parent's label. See example for the tree "With freeze": http://operational-ui.netlify.com/#/Components/Tree
As a library user, I would like to have an access to `expandColor` function located in `@operational/components/lib/utils/constants` therefore it would be nice to have it exported as a part of...
If used with the keyboard controls, the ActionMenu's action is triggered instead of opening the action menu. Repro: 1. Navigate to the action menu button with Tab 1. Click Enter...
## Problem It is hard to use the `Card` component with all the possible props types it gets: `CardPropsWithChildrenOrData`, `CardPropsWithSections`, `CardPropsWithTabs` since too many of the parameters of those types...
Since we might need to make the steps of the stepper narrower than the actual step content, consider adding `stepsWidth: string` to the API of the `` for that purpose....
Since this [pull request](https://github.com/contiamo/operational-ui/pull/951) Node version for Travis CI was locked to "11.10.1" toi make builds pass. https://github.com/contiamo/operational-ui/blob/7efc7ee76972ee7772d311f64d7a9c7d6ee991bc/.travis.yml#L3 It should be set back to `- stable ` as soon as...
### Rewrite current `ControlledModal` in order to: 1. Stop requiring component consumers to use `` from the neighbour `Confirm.tsx` component, since `ControlledModal` already wraps its children into the `Content` container...