* For https://github.com/mozilla-mobile/fenix/issues/3633 - Adds SearchStore * For https://github.com/mozilla-mobile/fenix/issues/3633 - Refactors AwesomeBarUIView * For https://github.com/mozilla-mobile/fenix/issues/3633 - Refactors ToolbarUIView to use lib-state * For https://github.com/mozilla-mobile/fenix/issues/3633 - Fixes a couple of state bugs * For https://github.com/mozilla-mobile/fenix/issues/3633 - Moves all user interaction to SearchInteractor * For https://github.com/mozilla-mobile/fenix/issues/3633 - Adds kdocs to SearchStore and SearchInteractor * For https://github.com/mozilla-mobile/fenix/issues/3633 - Adds documentation for the properties on SearchState Also removes uneccessary property * For https://github.com/mozilla-mobile/fenix/issues/3633 - Creates `StateViewModel` to handle state restoration * For https://github.com/mozilla-mobile/fenix/issues/3633 - Adds a test for onTextChanged * For https://github.com/mozilla-mobile/fenix/issues/3633 - Adds tests for SearchInteractor * For https://github.com/mozilla-mobile/fenix/issues/3633 - Fixes bugs and adds documentation