Skip to content

Commit aa3d3dd

Browse files
committed
Fix tooltipv2 docs Storybook iframe by adding "v2" to id
1 parent 6d70d1b commit aa3d3dd

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

packages/react/src/TooltipV2/Tooltip.docs.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,31 +7,31 @@
77
"importPath": "@primer/react/next",
88
"stories": [
99
{
10-
"id": "components-tooltip--default"
10+
"id": "components-tooltipv2--default"
1111
},
1212
{
13-
"id": "components-tooltip-features--anchor-has-margin"
13+
"id": "components-tooltipv2-features--anchor-has-margin"
1414
},
1515
{
16-
"id": "components-tooltip-features--label-type"
16+
"id": "components-tooltipv2-features--label-type"
1717
},
1818
{
19-
"id": "components-tooltip-features--description-type"
19+
"id": "components-tooltipv2-features--description-type"
2020
},
2121
{
22-
"id": "components-tooltip-features--icon-button-with-description"
22+
"id": "components-tooltipv2-features--icon-button-with-description"
2323
},
2424
{
25-
"id": "components-tooltip-features--all-directions"
25+
"id": "components-tooltipv2-features--all-directions"
2626
},
2727
{
28-
"id": "components-tooltip-features--multiline-text"
28+
"id": "components-tooltipv2-features--multiline-text"
2929
},
3030
{
31-
"id": "components-tooltip-features--calculated-direction"
31+
"id": "components-tooltipv2-features--calculated-direction"
3232
},
3333
{
34-
"id": "components-tooltip-features--on-action-menu-anchor"
34+
"id": "components-tooltipv2-features--on-action-menu-anchor"
3535
}
3636
],
3737
"props": [

0 commit comments

Comments
 (0)