Leonardo

Results 11 comments of Leonardo

Provide semantic colors also as props and not just inside styled-components functions. Internal discussion: [message](https://mytaxi.slack.com/archives/CLM50RECU/p1650447486148809)

Merged blocked until TS issues are solved (in a different PR)

@snapsnapturtle that is true, most of the components we use are controlled components. But what @duranmla was pointing out is a step further. The idea is to have a component...

@duranmla this is what happens if I don't use the `whiteSpace: normal` ![gczdg6zv8c](https://user-images.githubusercontent.com/12762609/119511469-b9705400-bd72-11eb-8be3-ae673c478ada.gif) If I use it then it looks right Tbh, I'm not even using fixed width, it auto...

https://css-tricks.com/accessible-svgs/ info about SVG aria props

@arturmiglio I don't think we have a DropdownMenu component in Wave

IMO what we should do is an abstraction of the Popover component adding the items and logic already out of the box. [Here](https://www.figma.com/file/dTefUItBx5bfbxcCcMzMXm/Wave-DS?node-id=4625%3A395893) you can see that we have a...

Those icons are auto-generated, I don't remember if the generate command deletes and replace the old icons when we add the new ones. But in general, I see this possibly...

@arturmiglio can you reproduce this in a Sandbox so we can further investigate the source of the issue?

To keep it simple I'd add a single component that replaces any state mobile/desktop and empty/uploaded, and it will look something like this: ```jsx ``` The logic for empty/uploaded can...