Skip to content

Commit

Permalink
fix: exports: adds progress size and avatar group to exports (#425)
Browse files Browse the repository at this point in the history
* fix: exports: adds progress size and avatar group to exports

* chore: exports: adds avatar theme set const to exports
  • Loading branch information
dkilgore-eightfold authored Oct 19, 2022
1 parent 535cfe6 commit 5028ace
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/octuple.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down Expand Up @@ -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';

Expand Down Expand Up @@ -157,7 +157,9 @@ export {
Accordion,
AccordionShape,
AccordionSize,
AVATAR_THEME_SET,
Avatar,
AvatarGroup,
Badge,
ButtonIconAlign,
ButtonShape,
Expand Down Expand Up @@ -230,6 +232,7 @@ export {
Portal,
PrimaryButton,
Progress,
ProgressSize,
RadioButton,
RadioGroup,
RangePickerProps,
Expand Down

0 comments on commit 5028ace

Please sign in to comment.