Skip to content

Commit

Permalink
update Filter exports to include the FilterButtonBase primitive (#5523)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcwinter07 authored Feb 13, 2025
1 parent 704ba46 commit d66876a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/friendly-mangos-deny.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@kaizen/components': patch
---

Expose the FilterButtonBase primitive for tier 3 usages
1 change: 1 addition & 0 deletions packages/components/src/Filter/FilterButton/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export * from './subcomponents/FilterButtonBase'
export * from './FilterButton'
export * from './FilterButtonRemovable'

0 comments on commit d66876a

Please sign in to comment.