Skip to content

Commit

Permalink
feat(react): export PaginationSkeleton (#5714)
Browse files Browse the repository at this point in the history
* fix(react): export PaginationSkeleton

* Update index.js

* chore(react): update public api and snapshots

* test(react): update public API snapshop

Co-authored-by: Josh Black <josh@josh.black>
Co-authored-by: Logan McCaul <loganmccaul@us.ibm.com>
  • Loading branch information
3 people committed Mar 26, 2020
1 parent f68edea commit 1c61f6b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/react/__tests__/__snapshots__/PublicAPI-test.js.snap
Expand Up @@ -5978,6 +5978,13 @@ Map {
},
},
},
"PaginationSkeleton" => Object {
"propTypes": Object {
"className": Object {
"type": "string",
},
},
},
"ProgressIndicatorSkeleton" => Object {
"propTypes": Object {
"className": Object {
Expand Down
1 change: 1 addition & 0 deletions packages/react/src/__tests__/index-test.js
Expand Up @@ -90,6 +90,7 @@ describe('Carbon Components React', () => {
"OverflowMenu",
"OverflowMenuItem",
"Pagination",
"PaginationSkeleton",
"PrimaryButton",
"ProgressIndicator",
"ProgressIndicatorSkeleton",
Expand Down
1 change: 1 addition & 0 deletions packages/react/src/index.js
Expand Up @@ -148,6 +148,7 @@ export CodeSnippetSkeleton from './components/CodeSnippet/CodeSnippet.Skeleton';
export DropdownSkeleton from './components/Dropdown/Dropdown.Skeleton';
export FileUploaderSkeleton from './components/FileUploader/FileUploader.Skeleton';
export NumberInputSkeleton from './components/NumberInput/NumberInput.Skeleton';
export PaginationSkeleton from './components/Pagination/Pagination.Skeleton';
export ProgressIndicatorSkeleton from './components/ProgressIndicator/ProgressIndicator.Skeleton';
export RadioButtonSkeleton from './components/RadioButton/RadioButton.Skeleton';
export SearchSkeleton from './components/Search/Search.Skeleton';
Expand Down

0 comments on commit 1c61f6b

Please sign in to comment.