We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4945bdc commit b4c46eaCopy full SHA for b4c46ea
.changeset/forty-carrots-grow.md
@@ -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
@@ -214,6 +214,12 @@ export {
214
type ToggletipProps,
215
} from './components/Toggletip/index.js';
216
217
+// Brand
218
+export {
219
+ TierIndicator,
220
+ type TierIndicatorProps,
221
+} from './components/TierIndicator/TierIndicator.js';
222
223
// Hooks
224
export { useClickOutside } from './hooks/useClickOutside/index.js';
225
export { useEscapeKey } from './hooks/useEscapeKey/index.js';
0 commit comments