From 2f108ca76faaad060f3ca1d986162dedaca0e520 Mon Sep 17 00:00:00 2001 From: Keenan Jaenicke Date: Wed, 1 Nov 2017 11:57:43 -0400 Subject: [PATCH] renames PopoverContent to PopoverBody and PopoverTitle to PopoverHeader --- types/reactstrap/index.d.ts | 4 ++-- .../reactstrap/lib/{PopoverContent.d.ts => PopoverBody.d.ts} | 0 .../reactstrap/lib/{PopoverTitle.d.ts => PopoverHeader.d.ts} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename types/reactstrap/lib/{PopoverContent.d.ts => PopoverBody.d.ts} (100%) rename types/reactstrap/lib/{PopoverTitle.d.ts => PopoverHeader.d.ts} (100%) diff --git a/types/reactstrap/index.d.ts b/types/reactstrap/index.d.ts index f484e15c25..4ec3a641e6 100644 --- a/types/reactstrap/index.d.ts +++ b/types/reactstrap/index.d.ts @@ -68,8 +68,8 @@ export { default as Pagination } from './lib/Pagination'; export { default as PaginationItem } from './lib/PaginationItem'; export { default as PaginationLink } from './lib/PaginationLink'; export { default as Popover } from './lib/Popover'; -export { default as PopoverContent } from './lib/PopoverContent'; -export { default as PopoverTitle } from './lib/PopoverTitle'; +export { default as PopoverBody } from './lib/PopoverBody'; +export { default as PopoverHeader } from './lib/PopoverHeader'; export { default as Progress } from './lib/Progress'; export { default as Row } from './lib/Row'; export { default as TabContent } from './lib/TabContent'; diff --git a/types/reactstrap/lib/PopoverContent.d.ts b/types/reactstrap/lib/PopoverBody.d.ts similarity index 100% rename from types/reactstrap/lib/PopoverContent.d.ts rename to types/reactstrap/lib/PopoverBody.d.ts diff --git a/types/reactstrap/lib/PopoverTitle.d.ts b/types/reactstrap/lib/PopoverHeader.d.ts similarity index 100% rename from types/reactstrap/lib/PopoverTitle.d.ts rename to types/reactstrap/lib/PopoverHeader.d.ts