Skip to content

Commit

Permalink
fix(VisuallyHidden): export in components barrel file (#4350)
Browse files Browse the repository at this point in the history
* fix(VisuallyHidden): export in components barrel file

Also re-sorted the list alphabetically to fix some minor sorting issues.

* add changeset file

---------

Co-authored-by: Brendan Timmons <[email protected]>
  • Loading branch information
BrendanTimmons and BrendanTimmons authored Nov 23, 2023
1 parent fe86789 commit ffd96ac
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/bright-deers-design.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@kaizen/components": minor
---

export VisuallyHidden component
7 changes: 4 additions & 3 deletions packages/components/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,14 @@ export * from "./Table"
export * from "./Tabs"
export * from "./Tag"
export * from "./Text"
export * from "./TextField"
export * from "./TextArea"
export * from "./TextAreaField"
export * from "./TextField"
export * from "./Tile"
export * from "./TimeField"
export * from "./TitleBlockZen"
export * from "./ToggleSwitch"
export * from "./Tooltip"
export * from "./TitleBlockZen"
export * from "./Workflow"
export * from "./VisuallyHidden"
export * from "./Well"
export * from "./Workflow"

0 comments on commit ffd96ac

Please sign in to comment.