- Main title
+ Main title
Body text should be Red Hat Text at 1rem(16px). It should have leading of 1.5rem(24px) because
of it’s relative line height of 1.5.
diff --git a/packages/react-core/src/demos/examples/Masthead/MastheadWithHorizontalNav.tsx b/packages/react-core/src/demos/examples/Masthead/MastheadWithHorizontalNav.tsx
index 17e783f7ed5..a12e4d27ffd 100644
--- a/packages/react-core/src/demos/examples/Masthead/MastheadWithHorizontalNav.tsx
+++ b/packages/react-core/src/demos/examples/Masthead/MastheadWithHorizontalNav.tsx
@@ -308,15 +308,17 @@ export const MastheadWithHorizontalNav: React.FunctionComponent = () => {
isBreadcrumbWidthLimited
isBreadcrumbGrouped
additionalGroupedContent={
-
+
- Main title
+
+ Main title
+
This is a full page demo.
}
>
-
+
{Array.from({ length: 10 }).map((_value, index) => (
diff --git a/packages/react-core/src/demos/examples/Masthead/MastheadWithUtilitiesAndUserDropdownMenu.tsx b/packages/react-core/src/demos/examples/Masthead/MastheadWithUtilitiesAndUserDropdownMenu.tsx
index b1a705abf0a..48bb3b42bab 100644
--- a/packages/react-core/src/demos/examples/Masthead/MastheadWithUtilitiesAndUserDropdownMenu.tsx
+++ b/packages/react-core/src/demos/examples/Masthead/MastheadWithUtilitiesAndUserDropdownMenu.tsx
@@ -544,15 +544,15 @@ export const MastheadWithUtilitiesAndUserDropdownMenu: React.FunctionComponent =
isBreadcrumbWidthLimited
isBreadcrumbGrouped
additionalGroupedContent={
-
+
- Main title
+ Main title
This is a full page demo.
}
>
-
+
{Array.from({ length: 10 }).map((_value, index) => (
diff --git a/packages/react-core/src/demos/examples/Nav/NavDefault.tsx b/packages/react-core/src/demos/examples/Nav/NavDefault.tsx
index 5817f9e1bff..3b33823db4c 100644
--- a/packages/react-core/src/demos/examples/Nav/NavDefault.tsx
+++ b/packages/react-core/src/demos/examples/Nav/NavDefault.tsx
@@ -84,16 +84,16 @@ export const NavDefault: React.FunctionComponent = () => {
breadcrumb={DashboardBreadcrumb}
mainContainerId={pageId}
>
-
+
- Main title
+ Main title
Body text should be Red Hat Text at 1rem(16px). It should have leading of 1.5rem(24px) because
of its relative line height of 1.5.
-
+
{Array.from({ length: 10 }).map((_value, index) => (
diff --git a/packages/react-core/src/demos/examples/Nav/NavDrilldown.tsx b/packages/react-core/src/demos/examples/Nav/NavDrilldown.tsx
index e9000dfc679..af1f2c5a4b1 100644
--- a/packages/react-core/src/demos/examples/Nav/NavDrilldown.tsx
+++ b/packages/react-core/src/demos/examples/Nav/NavDrilldown.tsx
@@ -129,7 +129,7 @@ export const NavDrilldown: React.FunctionComponent = () => {
return (
} sidebar={sidebar}>
-
+
Nav Layer:
{navLayer}
diff --git a/packages/react-core/src/demos/examples/Nav/NavExpandable.tsx b/packages/react-core/src/demos/examples/Nav/NavExpandable.tsx
index 6bad93ef126..9f4ebfb8702 100644
--- a/packages/react-core/src/demos/examples/Nav/NavExpandable.tsx
+++ b/packages/react-core/src/demos/examples/Nav/NavExpandable.tsx
@@ -110,16 +110,16 @@ export const NavExpandableDemo: React.FunctionComponent = () => {
breadcrumb={DashboardBreadcrumb}
mainContainerId={pageId}
>
-
+
- Main title
+ Main title
Body text should be Red Hat Text at 1rem(16px). It should have leading of 1.5rem(24px) because
of its relative line height of 1.5.
-
+
{Array.from({ length: 10 }).map((_value, index) => (
diff --git a/packages/react-core/src/demos/examples/Nav/NavFlyout.tsx b/packages/react-core/src/demos/examples/Nav/NavFlyout.tsx
index d15b479163d..2c10bf99193 100644
--- a/packages/react-core/src/demos/examples/Nav/NavFlyout.tsx
+++ b/packages/react-core/src/demos/examples/Nav/NavFlyout.tsx
@@ -284,9 +284,15 @@ export const NavFlyout: React.FunctionComponent = () => {
skipToContent={PageSkipToContent}
mainContainerId={pageId}
>
- Section 1
- Section 2
- Section 3
+
+ Section 1
+
+
+ Section 2
+
+
+ Section 3
+
);
};
diff --git a/packages/react-core/src/demos/examples/Nav/NavGrouped.tsx b/packages/react-core/src/demos/examples/Nav/NavGrouped.tsx
index c2e23680e18..186f81e5bde 100644
--- a/packages/react-core/src/demos/examples/Nav/NavGrouped.tsx
+++ b/packages/react-core/src/demos/examples/Nav/NavGrouped.tsx
@@ -92,19 +92,27 @@ export const NavGrouped: React.FunctionComponent = () => {
skipToContent={PageSkipToContent}
mainContainerId={pageId}
>
-
+
- Main title
+ Main title
Body text should be Red Hat Text at 1rem(16px). It should have leading of 1.5rem(24px) because
of its relative line height of 1.5.
- Section 1
- Section 2
- Section 3
- Content
+
+ Section 1
+
+
+ Section 2
+
+
+ Section 3
+
+
+ Content
+
>
);
diff --git a/packages/react-core/src/demos/examples/Nav/NavHorizontal.tsx b/packages/react-core/src/demos/examples/Nav/NavHorizontal.tsx
index ff4e71e9714..7240dca718b 100644
--- a/packages/react-core/src/demos/examples/Nav/NavHorizontal.tsx
+++ b/packages/react-core/src/demos/examples/Nav/NavHorizontal.tsx
@@ -229,16 +229,16 @@ export const NavHorizontal: React.FunctionComponent = () => {
breadcrumb={DashboardBreadcrumb}
mainContainerId={pageId}
>
-
+
- Main title
+ Main title
Body text should be Red Hat Text at 1rem(16px). It should have leading of 1.5rem(24px) because
of its relative line height of 1.5.
-
+
{Array.from({ length: 10 }).map((_value, index) => (
diff --git a/packages/react-core/src/demos/examples/Nav/NavHorizontalWithSubnav.tsx b/packages/react-core/src/demos/examples/Nav/NavHorizontalWithSubnav.tsx
index 5cdfab5b77a..2f967182330 100644
--- a/packages/react-core/src/demos/examples/Nav/NavHorizontalWithSubnav.tsx
+++ b/packages/react-core/src/demos/examples/Nav/NavHorizontalWithSubnav.tsx
@@ -278,22 +278,22 @@ export const NavHorizontalWithSubnav: React.FunctionComponent = () => {
return (
-
+
{SubNav}
-
+
{DashboardBreadcrumb}
-
+
- Main title
+ Main title
Body text should be Red Hat Text at 1rem(16px). It should have leading of 1.5rem(24px) because
of it’s relative line height of 1.5.
-
+
{Array.from({ length: 10 }).map((_value, index) => (
diff --git a/packages/react-core/src/demos/examples/Nav/NavManual.tsx b/packages/react-core/src/demos/examples/Nav/NavManual.tsx
index f6b5aba16d4..1a8297823fe 100644
--- a/packages/react-core/src/demos/examples/Nav/NavManual.tsx
+++ b/packages/react-core/src/demos/examples/Nav/NavManual.tsx
@@ -260,16 +260,16 @@ export const NavManual: React.FunctionComponent = () => {
skipToContent={PageSkipToContent}
mainContainerId={pageId}
>
-
+
- Main title
+ Main title
Body text should be Red Hat Text at 1rem(16px). It should have leading of 1.5rem(24px) because
of its relative line height of 1.5.
-
+
{Array.from({ length: 10 }).map((_value, index) => (
diff --git a/packages/react-core/src/demos/examples/Nav/NavWithSubnav.tsx b/packages/react-core/src/demos/examples/Nav/NavWithSubnav.tsx
index c4ec34cdf8e..aaad6d9388d 100644
--- a/packages/react-core/src/demos/examples/Nav/NavWithSubnav.tsx
+++ b/packages/react-core/src/demos/examples/Nav/NavWithSubnav.tsx
@@ -122,22 +122,22 @@ export const NavWithSubnav: React.FunctionComponent = () => {
skipToContent={PageSkipToContent}
mainContainerId={pageId}
>
-
+
{SubNav}
-
+
{DashboardBreadcrumb}
-
+
- Main title
+ Main title
Body text should be Red Hat Text at 1rem(16px). It should have leading of 1.5rem(24px) because
of it’s relative line height of 1.5.
-
+
{Array.from({ length: 10 }).map((_value, index) => (
diff --git a/packages/react-core/src/demos/examples/Tabs/ModalTabs.tsx b/packages/react-core/src/demos/examples/Tabs/ModalTabs.tsx
index e6060a85566..7295fca94b8 100644
--- a/packages/react-core/src/demos/examples/Tabs/ModalTabs.tsx
+++ b/packages/react-core/src/demos/examples/Tabs/ModalTabs.tsx
@@ -73,13 +73,13 @@ export const ModalTabs: React.FunctionComponent = () => {
return (
-
+
- Projects
+ Projects
Click any project card to view tabs within modals.
-
+
{products.map((product) => (
{
return (
-
+
handleTabClick(Number(tabIndex))}
@@ -144,7 +144,7 @@ export const NestedTabs: React.FunctionComponent = () => {
Cluster 2} tabContentId={`tabContent${1}`} />
-
+
{tabContent}
diff --git a/packages/react-core/src/demos/examples/Tabs/NestedUnindentedTabs.tsx b/packages/react-core/src/demos/examples/Tabs/NestedUnindentedTabs.tsx
index c38caab0cd7..45d7d6121bd 100644
--- a/packages/react-core/src/demos/examples/Tabs/NestedUnindentedTabs.tsx
+++ b/packages/react-core/src/demos/examples/Tabs/NestedUnindentedTabs.tsx
@@ -124,7 +124,7 @@ export const NestedUnindentedTabs: React.FunctionComponent = () => {
return (
-
+
handleTabClick(Number(tabIndex))}
@@ -137,7 +137,7 @@ export const NestedUnindentedTabs: React.FunctionComponent = () => {
Support} tabContentId={`tabContent${3}`} />
-
+
What's new panel
diff --git a/packages/react-core/src/demos/examples/Tabs/TabsAndTable.tsx b/packages/react-core/src/demos/examples/Tabs/TabsAndTable.tsx
index 36edd58e7ff..ff61ad82ead 100644
--- a/packages/react-core/src/demos/examples/Tabs/TabsAndTable.tsx
+++ b/packages/react-core/src/demos/examples/Tabs/TabsAndTable.tsx
@@ -385,12 +385,12 @@ export const TablesAndTabs = () => {
return (
-
-
+
+
Nodes
-
+
{toolbar}
{tabContent}