diff --git a/src/octuple.ts b/src/octuple.ts index f9b45f9ac..257c64f08 100644 --- a/src/octuple.ts +++ b/src/octuple.ts @@ -4,7 +4,7 @@ import { AccordionSize, } from './components/Accordion'; -import { Avatar } from './components/Avatar'; +import { AVATAR_THEME_SET, Avatar, AvatarGroup } from './components/Avatar'; import { Badge } from './components/Badge'; @@ -86,7 +86,7 @@ import { TextInputWidth, } from './components/Inputs'; -import Progress from './components/Progress'; +import Progress, { ProgressSize } from './components/Progress'; import { InfoBar, InfoBarType } from './components/InfoBar'; @@ -157,7 +157,9 @@ export { Accordion, AccordionShape, AccordionSize, + AVATAR_THEME_SET, Avatar, + AvatarGroup, Badge, ButtonIconAlign, ButtonShape, @@ -230,6 +232,7 @@ export { Portal, PrimaryButton, Progress, + ProgressSize, RadioButton, RadioGroup, RangePickerProps,