Skip to content

Commit 99baef6

Browse files
refactor(popover): update styles and add new story (#9965)
* chore: check-in work * chore: check-in work * test(react): update tests for Popover * chore(test): update snapshots * chore(carbon-react): remove popover stories * chore(react): update story to not use max-width with ch * refactor(styles,react): update popover styles and API * docs(react): update popover story styles * chore(react): update story to use Checkbox16 * test(react): update public api snapshot Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent 5288a8b commit 99baef6

16 files changed

Lines changed: 508 additions & 1265 deletions

File tree

packages/carbon-react/__tests__/index-test.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ Array [
9898
"PaginationNav",
9999
"PaginationSkeleton",
100100
"PasswordInput",
101+
"Popover",
102+
"PopoverContent",
101103
"PrimaryButton",
102104
"ProgressIndicator",
103105
"ProgressIndicatorSkeleton",

packages/carbon-react/src/components/Popover/Popover.stories.js

Lines changed: 0 additions & 98 deletions
This file was deleted.

packages/carbon-react/src/components/Popover/index.js

Lines changed: 0 additions & 147 deletions
This file was deleted.

packages/carbon-react/src/components/Popover/story.scss

Lines changed: 0 additions & 59 deletions
This file was deleted.

packages/carbon-react/src/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,8 @@ export {
199199
unstable_HStack as HStack,
200200
unstable_Stack as Stack,
201201
unstable_VStack as VStack,
202+
unstable_Popover as Popover,
203+
unstable_PopoverContent as PopoverContent,
202204
} from 'carbon-components-react';
203205

204206
export {

0 commit comments

Comments
 (0)