Skip to content

Commit

Permalink
Fix tooltipv2 docs Storybook iframe by adding "v2" to id
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerJDev committed Dec 20, 2024
1 parent 6d70d1b commit aa3d3dd
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions packages/react/src/TooltipV2/Tooltip.docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,31 +7,31 @@
"importPath": "@primer/react/next",
"stories": [
{
"id": "components-tooltip--default"
"id": "components-tooltipv2--default"
},
{
"id": "components-tooltip-features--anchor-has-margin"
"id": "components-tooltipv2-features--anchor-has-margin"
},
{
"id": "components-tooltip-features--label-type"
"id": "components-tooltipv2-features--label-type"
},
{
"id": "components-tooltip-features--description-type"
"id": "components-tooltipv2-features--description-type"
},
{
"id": "components-tooltip-features--icon-button-with-description"
"id": "components-tooltipv2-features--icon-button-with-description"
},
{
"id": "components-tooltip-features--all-directions"
"id": "components-tooltipv2-features--all-directions"
},
{
"id": "components-tooltip-features--multiline-text"
"id": "components-tooltipv2-features--multiline-text"
},
{
"id": "components-tooltip-features--calculated-direction"
"id": "components-tooltipv2-features--calculated-direction"
},
{
"id": "components-tooltip-features--on-action-menu-anchor"
"id": "components-tooltipv2-features--on-action-menu-anchor"
}
],
"props": [
Expand Down

0 comments on commit aa3d3dd

Please sign in to comment.