Skip to content

Commit

Permalink
Remove dialog and formgroup components
Browse files Browse the repository at this point in the history
  • Loading branch information
pksjce committed Feb 24, 2022
1 parent 8dfc010 commit ecda708
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 27 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"npm": ">=7"
},
"dependencies": {
"@primer/behaviors": "1.0.3",
"@primer/behaviors": "1.1.0",
"@primer/octicons-react": "16.1.1",
"@primer/primitives": "7.1.1",
"@radix-ui/react-polymorphic": "0.0.14",
Expand Down
19 changes: 14 additions & 5 deletions src/deprecated/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ export {default as Grid} from '../Grid'
export type {GridProps} from '../Grid'
export {default as Position, Absolute, Fixed, Relative, Sticky} from '../Position'
export type {PositionProps, AbsoluteProps, FixedProps, RelativeProps, StickyProps} from '../Position'
export {default as Dialog} from '../Dialog'
export type {DialogProps, DialogHeaderProps} from '../Dialog'
export {ConfirmationDialog} from '../Dialog/ConfirmationDialog'
export {default as Dropdown} from '../Dropdown'
export type {
DropdownProps,
Expand All @@ -25,6 +22,18 @@ export type {
DropdownItemProps,
DropdownMenuProps
} from '../Dropdown'
export {default as FormGroup} from '../FormGroup'
export type {FormGroupProps, FormGroupLabelProps} from '../FormGroup'
export {default as SelectMenu} from '../SelectMenu'
export type {
SelectMenuProps,
SelectMenuDividerProps,
SelectMenuFilterProps,
SelectMenuFooterProps,
SelectMenuItemProps,
SelectMenuListProps,
SelectMenuModalProps,
SelectMenuTabsProps,
SelectMenuHeaderProps,
SelectMenuTabProps,
SelectMenuTabPanelProps,
SelectMenuLoadingAnimationProps
} from '../SelectMenu'
14 changes: 0 additions & 14 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,20 +106,6 @@ export type {PopoverProps, PopoverContentProps} from './Popover'
export {default as ProgressBar} from './ProgressBar'
export type {ProgressBarProps} from './ProgressBar'
export {default as Select} from './Select'
export type {
SelectMenuProps,
SelectMenuDividerProps,
SelectMenuFilterProps,
SelectMenuFooterProps,
SelectMenuItemProps,
SelectMenuListProps,
SelectMenuModalProps,
SelectMenuTabsProps,
SelectMenuHeaderProps,
SelectMenuTabProps,
SelectMenuTabPanelProps,
SelectMenuLoadingAnimationProps
} from './SelectMenu'
export {SelectPanel} from './SelectPanel'
export type {SelectPanelProps} from './SelectPanel'
export {default as SideNav} from './SideNav'
Expand Down

0 comments on commit ecda708

Please sign in to comment.