Skip to content

Commit b4c46ea

Browse files
authored
export TierIndicator (#2979)
1 parent 4945bdc commit b4c46ea

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.changeset/forty-carrots-grow.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@sumup-oss/circuit-ui": patch
3+
---
4+
5+
Add missing export of the TierIndicator component.

packages/circuit-ui/index.ts

+6
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,12 @@ export {
214214
type ToggletipProps,
215215
} from './components/Toggletip/index.js';
216216

217+
// Brand
218+
export {
219+
TierIndicator,
220+
type TierIndicatorProps,
221+
} from './components/TierIndicator/TierIndicator.js';
222+
217223
// Hooks
218224
export { useClickOutside } from './hooks/useClickOutside/index.js';
219225
export { useEscapeKey } from './hooks/useEscapeKey/index.js';

0 commit comments

Comments
 (0)