Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tooltip v2: Update tooltip draft id and add to the primer.style/react navigation #3810

Merged
merged 3 commits into from
Oct 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions docs/content/drafts/Tooltip.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
componentId: tooltip
title: Tooltip
status: Alpha
componentId: tooltip_v2
title: Tooltip v2
status: Draft
source: https://github.com/primer/react/blob/main/src/drafts/Tooltip.tsx
---

import data from '../../../src/drafts/Tooltip/Tooltip.docs.json'
Expand Down
6 changes: 4 additions & 2 deletions docs/src/@primer/gatsby-theme-doctocat/nav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@
children:
- title: Dialog v2
url: /drafts/Dialog
- title: Hidden
url: /drafts/Hidden
- title: InlineAutocomplete
url: /drafts/InlineAutocomplete
- title: MarkdownEditor
Expand All @@ -170,8 +172,8 @@
url: /drafts/UnderlineNav2
- title: PageHeader
url: /drafts/PageHeader
- title: Hidden
url: /drafts/Hidden
- title: Tooltip v2
url: /drafts/Tooltip
- title: Deprecated
children:
- title: ActionList (legacy)
Expand Down
2 changes: 1 addition & 1 deletion src/drafts/Tooltip/Tooltip.docs.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"id": "tooltip",
"id": "tooltip_v2",
"name": "Tooltip",
"status": "draft",
"a11yReviewed": false,
Expand Down
Loading