hensei-web/src/lib/components/ui
Justin Edmund a4b9e0e30a fix: bits-ui component type mismatches with exactOptionalPropertyTypes
- Select.svelte: Use conditional spreading for optional `disabled` prop and `value` prop
- Switch.svelte: Conditionally spread `name` and `value` props
- Segment/RepSegment: Remove HTMLButtonAttributes extension and handle disabled prop properly
- Replace inline `import('svelte').Snippet` with proper import statements

Fixes type errors where bits-ui prop types don't include explicit `undefined` for optional properties, which conflicts with `exactOptionalPropertyTypes: true`.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-28 18:05:27 -08:00
..
checkbox fix: type errors in svelte-main branch (219 -> 191 errors) 2025-11-28 21:06:05 +00:00
dropdown fix: type errors cleanup (161 -> 130 errors) 2025-11-28 21:58:11 +00:00
menu fix: type errors in svelte-main branch (372 -> 217 errors) 2025-11-28 20:32:38 +00:00
segmented-control fix: bits-ui component type mismatches with exactOptionalPropertyTypes 2025-11-28 18:05:27 -08:00
switch fix: bits-ui component type mismatches with exactOptionalPropertyTypes 2025-11-28 18:05:27 -08:00
Button.svelte fix: type errors in svelte-main branch (219 -> 191 errors) 2025-11-28 21:06:05 +00:00
ContextMenu.svelte add context menu ui components and i18n 2025-09-30 03:42:14 -07:00
DetailItem.svelte fix: more type errors (191 -> 181 errors) 2025-11-28 21:08:56 +00:00
DetailsContainer.svelte add detail UI components and uncap utility 2025-09-17 13:39:28 -07:00
DetailsHeader.svelte added details components for database section 2025-09-17 22:14:19 -07:00
Dialog.svelte refactor: migrate UI components to inline styles 2025-09-17 10:44:52 -07:00
DropdownMenu.svelte add context menu ui components and i18n 2025-09-30 03:42:14 -07:00
Input.svelte fix: type errors in svelte-main branch (372 -> 217 errors) 2025-11-28 20:32:38 +00:00
Select.svelte fix: bits-ui component type mismatches with exactOptionalPropertyTypes 2025-11-28 18:05:27 -08:00
Sidebar.svelte update ui components 2025-09-29 23:48:02 -07:00
SidebarHeader.svelte update ui components 2025-09-29 23:48:02 -07:00
Tooltip.svelte refactor: migrate UI components to inline styles 2025-09-17 10:44:52 -07:00