-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(platform): Indexed content audit (#12988)
* feat(platform): index some missing docs * chore(platform): index fluids as variants Co-authored-by: Andrea Cardona <Andrea.Cardona@ibm.com> * chore(platform): index fluids as variants Co-authored-by: Andrea Cardona <Andrea.Cardona@ibm.com> * chore(platform): remove section from react index as is a sub-component * chore(platform): index some missing assets and add storybookDemo * fix(platform): add missing thumbnails and tags * chore(carbon-plaform): adjust indexing errors * chore(carbon-plaform): adjust indexing errors * chore(carbon-plaform): adjust indexing errors * chore(carbon-platform): comment out invalid thumbnail paths for now * fix(carbon-platform): move some svgs to react package from styles * fix(carbon-platform): correct context-menu tag * chore(carbon-platform): add storybookdemo for unstable_pagination * chore(carbon-platform): make unstable_pagination storybookDemo wide * chore(carbon-platform): add missing thumbnails --------- Co-authored-by: Andrea Cardona <Andrea.Cardona@ibm.com> Co-authored-by: Taylor Jones <tay1orjones@users.noreply.github.com>
- Loading branch information
1 parent
84d1a95
commit 83b06d2
Showing
47 changed files
with
1,051 additions
and
170 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
12 changes: 12 additions & 0 deletions
12
packages/react/src/components/ClassPrefix/docs/overview.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
## Live demo | ||
|
||
<StorybookDemo | ||
themeSelector | ||
url="https://react.carbondesignsystem.com" | ||
variants={[ | ||
{ | ||
label: 'Default', | ||
variant: 'components-classprefix--default' | ||
} | ||
]} | ||
/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
packages/react/src/components/ContextMenu/docs/overview.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
## Live demo | ||
|
||
<StorybookDemo | ||
themeSelector | ||
tall | ||
url="https://react.carbondesignsystem.com" | ||
variants={[ | ||
{ | ||
label: 'Default', | ||
variant: 'experimental-unstable-menu-contextmenu--context-menu' | ||
}, | ||
{ | ||
label: 'Multiple Groups', | ||
variant: 'experimental-unstable-menu-contextmenu--multiple-groups' | ||
} | ||
]} | ||
/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
## Live demo | ||
|
||
<StorybookDemo | ||
themeSelector | ||
url="https://react.carbondesignsystem.com" | ||
variants={[ | ||
{ | ||
label: 'Default', | ||
variant: 'components-formlabel--default' | ||
} | ||
]} | ||
/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
## Live demo | ||
|
||
<StorybookDemo | ||
themeSelector | ||
url="https://react.carbondesignsystem.com" | ||
variants={[ | ||
{ | ||
label: 'Default', | ||
variant: 'components-idprefix--default' | ||
} | ||
]} | ||
/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
packages/react/src/components/Layer/docs/use-layer-overview.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
## Live demo | ||
|
||
<StorybookDemo | ||
themeSelector | ||
url="https://react.carbondesignsystem.com" | ||
variants={[ | ||
{ | ||
label: 'Default', | ||
variant: 'components-layer--use-layer' | ||
} | ||
]} | ||
/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
## Live demo | ||
|
||
<StorybookDemo | ||
themeSelector | ||
url="https://react.carbondesignsystem.com" | ||
variants={[ | ||
{ | ||
label: 'Default', | ||
variant: 'experimental-unstable-text--layout-and-text#layout-direction' | ||
} | ||
]} | ||
/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
packages/react/src/components/OverflowMenuV2/docs/overview.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
## Live demo | ||
|
||
<StorybookDemo | ||
themeSelector | ||
tall | ||
url="https://react.carbondesignsystem.com" | ||
variants={[ | ||
{ | ||
label: 'Custom Icon', | ||
variant: 'experimental-unstable-menu-overflowmenuv2--custom-icon' | ||
}, | ||
{ | ||
label: 'Nested', | ||
variant: 'experimental-unstable-menu-overflowmenuv2--nested' | ||
}, | ||
{ | ||
label: 'Overflow Menu V2', | ||
variant: 'experimental-unstable-menu-overflowmenuv2--overflow-menu-v-2' | ||
} | ||
]} | ||
/> |
17 changes: 17 additions & 0 deletions
17
packages/react/src/components/Pagination/experimental/docs/overview.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
## Live demo | ||
|
||
<StorybookDemo | ||
themeSelector | ||
wide | ||
url="https://react.carbondesignsystem.com" | ||
variants={[ | ||
{ | ||
label: 'With a Page Selector', | ||
variant: 'experimental-unstable-pagination--with-a-page-selector' | ||
}, | ||
{ | ||
label: 'With no Sizer, Child Input, or Child Selector', | ||
variant: 'experimental-unstable-pagination--with-no-sizer-child-input-or-child-selector' | ||
} | ||
]} | ||
/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.