Skip to content

Commit

Permalink
fix: export ColorInput (#2682)
Browse files Browse the repository at this point in the history
Co-authored-by: Connor Bär <[email protected]>
  • Loading branch information
matoous and connor-baer authored Sep 9, 2024
1 parent 7b5c21d commit 032b696
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/curvy-wombats-exist.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@sumup/circuit-ui": patch
---

Added the missing exports for the experimental ColorInput component.
2 changes: 2 additions & 0 deletions packages/circuit-ui/experimental.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ export { Calendar, type CalendarProps } from './components/Calendar/index.js';
export { type PlainDateRange } from './util/date.js';
export { PhoneNumberInput } from './components/PhoneNumberInput/index.js';
export type { PhoneNumberInputProps } from './components/PhoneNumberInput/index.js';
export { ColorInput } from './components/ColorInput/index.js';
export type { ColorInputProps } from './components/ColorInput/index.js';

0 comments on commit 032b696

Please sign in to comment.