Skip to content

Commit

Permalink
Merge branch 'issue-0304' into theme-helper
Browse files Browse the repository at this point in the history
  • Loading branch information
Adammatthiesen authored Nov 17, 2024
2 parents d97c884 + f3c234a commit 3be0749
Show file tree
Hide file tree
Showing 14 changed files with 1,138 additions and 291 deletions.
5 changes: 5 additions & 0 deletions .changeset/mean-apples-joke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@studiocms/ui": patch
---

Added a new searchable select component and improved accessibility for normal selects
1 change: 1 addition & 0 deletions packages/studiocms_ui/src/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export { Toaster, toast } from './components/index';
export { Card } from './components/index';
export { Modal, ModalHelper } from './components/index';
export { Select } from './components/index';
export { SearchSelect } from './components/index';
export { Dropdown, DropdownHelper } from './components/index';
export { User } from './components/index';
export { ThemeToggle } from './components/index';
Expand Down
1 change: 1 addition & 0 deletions packages/studiocms_ui/src/components/Button.astro
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ const {
]}
disabled={disabled}
{...props}
tabindex={0}
>
<slot name="start-content" />
<slot />
Expand Down
Loading

0 comments on commit 3be0749

Please sign in to comment.