#####Problem
The QuantityInput component was implemented in WiKit to fulfill the Query builder use case. This input type is quite specific to Wikibase, so Codex won't include it as a core element available for all projects.
#####Solution
In order to unblock the migration to Codex and the deprecation of WiKit, we'll port the WiKit QuantityInput component to the Query Builder repository. We'll apply all necessary changes to make the element compatible with the new version of the tool.
#####Considerations
- Styles: In order to unblock WiKit's deprecation, we should also replace all WiKit tokens used currently to style the QuantityInput. Due to the fact that this ported component is not intended to be reused (it should be replaced by a Codex composition) we can use discrete values instead.
- Responsiveness: DateInQuantityInputput is a responsive component. In order to achieve consistency with the surrounding Codex elements (which do not adjust for touch), we should remove all responsive behavior from this element.
#####Acceptance criteria
[] The WiKit QuantityInput is ported to Query builder and made compatible with the migrated version of the tool
[] Any WiKit building blocks, dependencies or styles are replaced