@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.
- package/BFRS_AGENTIC_COMPONENTS.md +1 -0
- package/dist/custom-elements.js +338 -333
- package/dist/custom-elements.js.map +1 -1
- package/dist/index.js +149 -144
- package/dist/index.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -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
|