feat: Add support for placeholder tokens in PromptField (#10438)
* Store the full selected range in TokenFieldValue
* Improve token announcement and selection behavior
* Add support for placeholder tokens in PromptField
* fix lint
* Fix showing autocomplete when clicking placeholder token
* Only expand range around token when not collapsed
* Collapse selection on blur but don't lose the position
fixes inserting objects via plus menu
* fix firefox and safari styling issues
* useKeyboard
* show menu on all tokens, not just placeholders
* fix popover positioning when token is the first element
* Add PromptField browser tests
* back compat
* raise resource class for browser tests
* lint
* try keyboard?
* run tests in jsdom instead of browser
* only set selection when it has changed
* tab through all tokens