Skip to content

Commit

Permalink
docs(react): update Tile, ContentSwitcher to exclude light prop (#11263)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
joshblack and kodiakhq[bot] authored Apr 25, 2022
1 parent 52e4888 commit 46ee71b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ export default {
subcomponents: {
Switch,
},
argTypes: {
light: {
table: {
disable: true,
},
},
},
parameters: {
docs: {
page: mdx,
Expand Down
7 changes: 7 additions & 0 deletions packages/react/src/components/Tile/next/Tile.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ export default {
TileAboveTheFoldContent,
TileBelowTheFoldContent,
},
argTypes: {
light: {
table: {
disable: true,
},
},
},
parameters: {
docs: {
page: mdx,
Expand Down

0 comments on commit 46ee71b

Please sign in to comment.