Use size?: ComboboxSize directly in five combobox primitives (#64)
* Replace per-file size prop types with canonical ComboboxSize inline
Five combobox primitives each declared ComboboxVariantProps and
ComboboxStyleProps types to thread the size prop. This deletes the
local types and imports size?: ComboboxSize from root.js directly.
item.tsx had inlined size?: 'small' | 'medium', which had already drifted
from the canonical type. That is fixed.
* Fix formatting in combobox primitives
authored by