@bfrs/agentic-components 0.4.5 → 0.4.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -558,6 +558,7 @@ Single-value dropdown. Options are `{ value: string; label: string }`.
558
558
 
559
559
  The Figma trigger style is the only select size: 28px high with 12.5px text, 7px radius, and a 10px chevron.
560
560
  The trigger chevron rotates 180deg while open. This open/close motion and focused/open border treatment is shared by `Select`, `SearchableSelect`, and `MultiSelect`.
561
+ Selected option rows render with bold text across select-style listboxes: `Select`, `SearchableSelect`, `MultiSelect`, and `SuggestInput`.
561
562
 
562
563
  ```tsx
563
564
  <Select