Skip to content

Commit 85b0390

Browse files
authored
Merge branch 'main' into mp/dialog-scroll-fix
2 parents 6b9541f + 6c9c3df commit 85b0390

27 files changed

+27
-15
lines changed

docs/content/Checkbox.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Checkbox
33
description: Use checkboxes to toggle between checked and unchecked states in a list or as a standalone form field
44
status: Alpha
5-
source: https://github.com/primer/react/blob/main/src/Checkbox.tsx
5+
source: https://github.com/primer/react/blob/main/src/Checkbox
66
storybook: '/react/storybook?path=/story/components-forms-checkbox'
77
componentId: checkbox
88
---

docs/content/CircleBadge.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
componentId: circle_badge
33
title: CircleBadge
44
status: Alpha
5-
source: https://github.com/primer/react/blob/main/src/CircleBadge.tsx
5+
source: https://github.com/primer/react/blob/main/src/CircleBadge
66
---
77

88
import data from '../../src/CircleBadge/CircleBadge.docs.json'

docs/content/CircleOcticon.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
componentId: circle_octicon
33
title: CircleOcticon
44
status: Alpha
5+
source: https://github.com/primer/react/blob/main/src/CircleOcticon
56
---
67

78
import data from '../../src/CircleOcticon/CircleOcticon.docs.json'

docs/content/Dialog.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Dialog
33
status: Alpha
4+
source: https://github.com/primer/react/blob/main/src/Dialog
45
---
56

67
import data from '../../src/Dialog.docs.json'

docs/content/FilterList.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
componentId: filter_list
33
title: FilterList
44
status: Alpha
5+
source: https://github.com/primer/react/blob/main/src/FilterList
56
---
67

78
import data from '../../src/FilterList/FilterList.docs.json'

docs/content/FilteredSearch.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
componentId: filtered_search
33
title: FilteredSearch
44
status: Alpha
5+
source: https://github.com/primer/react/blob/main/src/FilteredSearch
56
---
67

78
import data from '../../src/FilteredSearch/FilteredSearch.docs.json'

docs/content/Heading.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Heading
33
description: Use Heading to structure your content and provide an accessible experience for users of assistive technologies.
4-
source: https://github.com/primer/react/blob/main/src/Heading.tsx
4+
source: https://github.com/primer/react/blob/main/src/Heading
55
storybook: '/react/storybook?path=/story/components-heading--default'
66
status: Alpha
77
componentId: heading

docs/content/LabelGroup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: LabelGroup
33
description: Use LabelGroup components to add commonly used margins and other layout constraints to groups of Labels
4-
source: https://github.com/primer/react/blob/main/src/LabelGroup.tsx
4+
source: https://github.com/primer/react/blob/main/src/LabelGroup
55
status: Alpha
66
componentId: label_group
77
---

docs/content/Overlay.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Overlay
33
description: Use Overlay to provide a flexible floating surface for displaying transient content such as menus, selection options, dialogs, and more.
44
componentId: overlay
55
status: Alpha
6-
source: https://github.com/primer/react/blob/main/src/Overlay.tsx
6+
source: https://github.com/primer/react/blob/main/src/Overlay
77
storybook: '/react/storybook?path=/story/private-components-overlay--dropdown-overlay'
88
---
99

docs/content/Pagehead.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
componentId: pagehead
33
title: Pagehead
44
description: Use Pagehead to provide a clear, separated page title.
5-
source: https://github.com/primer/react/blob/main/src/Pagehead.tsx
5+
source: https://github.com/primer/react/blob/main/src/Pagehead
66
status: Alpha
77
---
88

0 commit comments

Comments
 (0)