web: add missing exports from the `wildcard` package
Created by: valerybugakov
Context
Apparently, we don't export all React components from the Wildcard package and product teams cannot use them in an expected way.
Changes
- Added
NavBar
,Tab
,TextArea
andInput
components to the Wildcard top-level exports.