Our form elements needs to be usable with react-hook-form
In order to prevent a pill with a long text to stack below the actions div we decided to introduce the concept of max-width for pills.
Adding this new variant makes necessary to reorganize the files to keep a clear separations of concerns. As of now Select/index.tsx is just an entrypoint to render either the mono or multi variant of the select.