Skip to content

Commit 9059e70

Browse files
authored
Fix source links in docs (#577)
1 parent f8d95d9 commit 9059e70

File tree

6 files changed

+6
-4
lines changed

6 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2121

2222
### Fixed
2323

24+
- Corrected links to source in documentation
2425
- `Select` styling issues when `GlobalStyle` is not used, missing down caret icon in documentation
2526
- `usePopover`, when the toggle was a mousedown event, would open just before the "click outside" listener was able to close any prior popovers. If both popovers were inside a `Modal`, the closing popover would re-enable the parent scroll lock, and the one that just opened would be un-scrollable. This especially affected multiple `Select`s inside a `Modal`.
2627

packages/www/src/documentation/components/actions/button-group.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: ButtonGroup & ButtonToggle
33
figma: file/Ut0DDG4hiuRG1HiZrC5Zyf/Dashboards-Next-Components?node-id=529%3A776
4-
github: Button/ButtonGroup.mdx
4+
github: Button/ButtonGroup.tsx
55
---
66

77
## ButtonGroup

packages/www/src/documentation/components/actions/button.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Button
33
status: stable
4-
github: Button/Button.mdx
4+
github: Button/Button.tsx
55
propsOf: Button
66
figma: file/Dirjx0RKbOOrLacqHq61By/Button-%26-Links?node-id=914%3A981&viewport=1741%2C951%2C1
77
---

packages/www/src/documentation/components/content/inline-input-text.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: InlineInputText
33
propsOf: InlineInputText
4+
github: InlineInputText/InlineInputText.tsx
45
---
56

67
## InlineInputText

packages/www/src/documentation/components/forms/input-date.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: InputDate
33
propsOf: InputDate
4-
github: Form/Inputs/InputDate.tsx
4+
github: Form/Inputs/InputDate/InputDate.tsx
55
---
66

77
import { InputDateLocales } from './demos'

packages/www/src/documentation/components/text/paragraph.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Paragraph
33
propsOf: Paragraph
44
figma: file/SmIM3VUQUgo8xb4o7UUxflkT/Typography
5-
github: Text/Paragaph.tsx
5+
github: Text/Paragraph.tsx
66
---
77

88
Renders a block level `<Paragraph />` element on the page.

0 commit comments

Comments
 (0)