* fix(dropdown): add check for empty option array
* test(Dropdown): add UT for empty option
* refactor(Dropdown): show no results found message on empty data
* refactor: update empty data message
* reverted previous revert
* standardised widget sizes
* Text changes
* changed default input label style to match default text style
* more messaging tweaks
* minor fix
* Removed dot from the text
* minor fix for form widget
* fixed tests
* minor fixes