Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(list): ensure the menu is always on the far right
Sometimes, `primaryComponent`s in list items need to get `order: 2;` to be placed after the text. But since the default `order` of all lit item children is `0`, we need to push the menu to the far right by giving it a bigger order number. Also, by making this into a variable we can handle other edge-cases in consuming components.
- Loading branch information