From aa3d3dd0347a099f6a1b124e35b1f2abb6e00e6f Mon Sep 17 00:00:00 2001 From: Tyler Jones Date: Fri, 20 Dec 2024 12:07:08 -0500 Subject: [PATCH] Fix `tooltipv2` docs Storybook iframe by adding "v2" to id --- packages/react/src/TooltipV2/Tooltip.docs.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/react/src/TooltipV2/Tooltip.docs.json b/packages/react/src/TooltipV2/Tooltip.docs.json index d8b04275e00..45d4bae1dd5 100644 --- a/packages/react/src/TooltipV2/Tooltip.docs.json +++ b/packages/react/src/TooltipV2/Tooltip.docs.json @@ -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": [