diff --git a/src/Avatar/README.md b/src/Avatar/README.md
index 667360becb..b2262509bb 100644
--- a/src/Avatar/README.md
+++ b/src/Avatar/README.md
@@ -5,7 +5,6 @@ components:
- Avatar
categories:
- Imagery & Iconography
-- Content
status: 'New'
designStatus: 'Done'
devStatus: 'Done'
diff --git a/src/CheckBox/README.md b/src/CheckBox/README.md
index f1181eff34..f225fe431c 100644
--- a/src/CheckBox/README.md
+++ b/src/CheckBox/README.md
@@ -7,7 +7,7 @@ categories:
- Forms (deprecated)
status: 'Deprecate Soon'
designStatus: 'TBD'
-devStatus: 'To Do'
+devStatus: 'Done'
notes: |
Replaced by Form.Checkbox
---
diff --git a/src/Image/README.md b/src/Image/README.md
index f98c79a5c0..4fc65aab20 100644
--- a/src/Image/README.md
+++ b/src/Image/README.md
@@ -3,7 +3,6 @@ title: 'Image'
type: 'component'
categories:
- Imagery & Iconography
-- Content
components:
- Image
status: 'Stable'
diff --git a/src/SearchField/README.md b/src/SearchField/README.md
index aa07a1505e..a5bc9f381b 100644
--- a/src/SearchField/README.md
+++ b/src/SearchField/README.md
@@ -10,7 +10,6 @@ components:
- SearchFieldSubmitButton
categories:
- Forms
-- Navigation
status: 'Stable'
designStatus: 'Needs Review'
devStatus: 'Done'
diff --git a/src/SelectableBox/README.md b/src/SelectableBox/README.md
index 4ab1f417da..c1c82d2f5d 100644
--- a/src/SelectableBox/README.md
+++ b/src/SelectableBox/README.md
@@ -6,7 +6,6 @@ components:
- SelectableBoxSet
categories:
- Forms
-- Content
status: 'New'
designStatus: 'Done'
devStatus: 'In progress'
diff --git a/src/Spinner/README.md b/src/Spinner/README.md
index 1c5c50ac06..3187de4b2e 100644
--- a/src/Spinner/README.md
+++ b/src/Spinner/README.md
@@ -6,7 +6,6 @@ components:
- Spinner
categories:
- Status & metadata
-- Choreography
designStatus: 'Done'
devStatus: 'Done'
notes: |
diff --git a/src/Stepper/README.md b/src/Stepper/README.md
index b8600e6c58..ba2e9df47f 100644
--- a/src/Stepper/README.md
+++ b/src/Stepper/README.md
@@ -10,7 +10,6 @@ components:
- StepperHeaderStep
categories:
- Navigation
-- Content
designStatus: 'Done'
devStatus: 'Done'
notes: |
diff --git a/src/Table/README.md b/src/Table/README.md
index 8f63cdf2f7..6976156db0 100644
--- a/src/Table/README.md
+++ b/src/Table/README.md
@@ -1,5 +1,5 @@
---
-title: 'Table (Deprecated)'
+title: 'Table'
type: 'component'
components:
- TableDeprecated
diff --git a/src/Truncate/README.md b/src/Truncate/README.md
index cf8553120c..2e36a562cc 100644
--- a/src/Truncate/README.md
+++ b/src/Truncate/README.md
@@ -3,6 +3,8 @@ title: 'Truncate'
type: 'component'
components:
- Truncate
+categories:
+- Content
status: 'New'
designStatus: 'Done'
devStatus: 'Done'
diff --git a/src/hooks/useIndexOfLastVisibleChild.mdx b/src/hooks/useIndexOfLastVisibleChild.mdx
index 48eb98726f..59a9fc417c 100644
--- a/src/hooks/useIndexOfLastVisibleChild.mdx
+++ b/src/hooks/useIndexOfLastVisibleChild.mdx
@@ -3,7 +3,6 @@ title: 'useIndexOfLastVisibleChild'
type: 'hook'
categories:
- Hooks
-- Layout
components:
- useIndexOfLastVisibleChild
status: 'New'
diff --git a/src/hooks/useIsVisible.mdx b/src/hooks/useIsVisible.mdx
index 80f61a389d..dd933e399c 100644
--- a/src/hooks/useIsVisible.mdx
+++ b/src/hooks/useIsVisible.mdx
@@ -3,7 +3,6 @@ title: 'useIsVisible'
type: 'hook'
categories:
- Hooks
-- Layout
components:
- useIsVisible
status: 'Stable'
diff --git a/src/hooks/useWindowSize.mdx b/src/hooks/useWindowSize.mdx
index 4bbd1c92be..c7e4807701 100644
--- a/src/hooks/useWindowSize.mdx
+++ b/src/hooks/useWindowSize.mdx
@@ -3,7 +3,6 @@ title: 'useWindowSize'
type: 'hook'
categories:
- Hooks
-- Layout
components:
- useWindowSize
status: 'New'
diff --git a/www/src/components/Menu.scss b/www/src/components/Menu.scss
index 1b7830e834..3b3af48bc2 100644
--- a/www/src/components/Menu.scss
+++ b/www/src/components/Menu.scss
@@ -6,14 +6,14 @@
padding: $spacer .625rem 2rem;
border-right: $border-width solid $light-400;
- &-title {
+ .pgn-doc__menu-title {
font-size: $h4-font-size;
line-height: $line-height-base;
font-weight: $font-weight-normal;
color: $gray-700;
}
- &-btn--group {
+ .pgn-doc__menu-btn--group {
padding-bottom: $spacer;
border-bottom: $border-width solid $light-400;
margin-bottom: $spacer;
@@ -33,13 +33,13 @@
}
}
- &-component--list-category {
+ .pgn-doc__menu-component--list-category {
-webkit-column-break-inside: avoid;
page-break-inside: avoid;
break-inside: avoid;
}
- &-items {
+ .pgn-doc__menu-items {
margin-bottom: $spacer;
.pgn_collapsible {
@@ -68,8 +68,13 @@
font-weight: $font-weight-normal;
color: $gray-700;
+ &.active {
+ font-weight: $font-weight-bold;
+ text-decoration: $inline-link-decoration;
+ }
+
&:hover {
- text-decoration: underline;
+ text-decoration: $inline-link-decoration;
}
}
}
@@ -103,8 +108,8 @@
}
}
- &-playground {
- &--title {
+ .pgn-doc__menu-playground {
+ .pgn-doc__menu-playground--title {
font-size: $font-size-base;
line-height: $line-height-base;
font-weight: $font-weight-bold;
@@ -120,7 +125,7 @@
.pgn__hyperlink {
color: $info-500;
- text-decoration: underline;
+ text-decoration: $inline-link-decoration;
margin-left: .125rem;
}
}
diff --git a/www/src/components/Menu.tsx b/www/src/components/Menu.tsx
index 1a31287ae6..74afa7a0b3 100644
--- a/www/src/components/Menu.tsx
+++ b/www/src/components/Menu.tsx
@@ -1,4 +1,5 @@
import React, { useContext } from 'react';
+import { useLocation } from '@reach/router';
import PropTypes from 'prop-types';
import { Link, graphql, useStaticQuery } from 'gatsby';
import {
@@ -9,10 +10,13 @@ import {
Collapsible,
Hyperlink,
ButtonGroup,
+ Image,
} from '~paragon-react';
+import classNames from 'classnames';
import Search from './Search';
import { SettingsContext } from '../context/SettingsContext';
import { THEMES } from '../../theme-config';
+import { FOUNDATION_PAGES } from '../config';
// MDX transforms markdown generated by gatsby-transformer-react-docgen
// This query filters out all of those markdown nodes and assumes all others
@@ -66,10 +70,11 @@ export interface IComponentNavItem {
type: string,
status?: string,
},
+ isActive: boolean,
}
export function ComponentNavItem({
- id, fields, frontmatter, ...props
+ id, fields, frontmatter, isActive, ...props
}: IComponentNavItem) {
const isDeprecated = frontmatter?.status?.toLowerCase().includes('deprecate') || false;
const linkNode = isDeprecated ? (
@@ -77,10 +82,20 @@ export function ComponentNavItem({
placement="right"
overlay={Deprecated}
>
- {frontmatter.title}
+
+ {frontmatter.title}
+
) : (
- {frontmatter.title}
+
+ {frontmatter.title}
+
);
return (
@@ -99,6 +114,7 @@ ComponentNavItem.propTypes = {
title: PropTypes.string.isRequired,
status: PropTypes.string,
}).isRequired,
+ isActive: PropTypes.bool.isRequired,
};
export type MenuComponentListTypes = {
@@ -150,15 +166,12 @@ interface IMenuQueryComponents {
all: Array
}
-const foundationLinks = [
- 'Colors', 'Elevation', 'Typography', 'Layout', 'Spacing', 'Icons', 'CSS-Utilities', 'Responsive', 'Brand-icons',
-];
-
function Menu() {
const {
settings,
handleSettingsChange,
} = useContext(SettingsContext);
+ const { pathname } = useLocation();
const { components } = useStaticQuery(menuQuery);
const { categories }: IMenuQueryComponents = components;
@@ -185,32 +198,41 @@ function Menu() {
- {foundationLinks.map(link => (
- -
- {link.replace(/-/g, ' ')}
+ {FOUNDATION_PAGES.map(({ label, path }) => (
+
-
+
+ {label}
+
))}
@@ -218,10 +240,16 @@ function Menu() {
-
- Usage Insights
+
+ Usage Insights
+
-
@@ -230,7 +258,12 @@ function Menu() {
-
- Component Generator
+
+ Component Generator
+
-
fields.slug === pathname)}
>
- {nodes.map((node) => )}
+ {nodes.map((node) => (
+
+ ))}
))}
@@ -266,8 +306,8 @@ function Menu() {
externalLinkTitle="Paragon npm"
target="_blank"
>
-