-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into feat/link-component
- Loading branch information
Showing
52 changed files
with
694 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: Accordion | ||
description: Accordion HTML Component | ||
draft: false | ||
status: in-development | ||
--- | ||
|
||
# Accordion | ||
|
||
<ComponentStatusBlock componentId="accordion" /> | ||
|
||
## When to use this component | ||
|
||
## When not to use this component |
14 changes: 14 additions & 0 deletions
14
apps/docs/content/3-components/2-library/10-date-input.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: Date Input | ||
description: Date Input HTML Component | ||
draft: false | ||
status: in-development | ||
--- | ||
|
||
# Date Input | ||
|
||
<ComponentStatusBlock componentId="date-input" /> | ||
|
||
## When to use this component | ||
|
||
## When not to use this component |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: Details | ||
description: Details HTML Component | ||
draft: false | ||
status: in-development | ||
--- | ||
|
||
# Details | ||
|
||
<ComponentStatusBlock componentId="details" /> | ||
|
||
## When to use this component | ||
|
||
## When not to use this component |
14 changes: 14 additions & 0 deletions
14
apps/docs/content/3-components/2-library/12-error-summary.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: Error Summary | ||
description: Error Summary HTML Component | ||
draft: false | ||
status: in-development | ||
--- | ||
|
||
# Error Summary | ||
|
||
<ComponentStatusBlock componentId="error-summary" /> | ||
|
||
## When to use this component | ||
|
||
## When not to use this component |
14 changes: 14 additions & 0 deletions
14
apps/docs/content/3-components/2-library/13-file-upload.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: File Upload | ||
description: File Upload HTML Component | ||
draft: false | ||
status: in-development | ||
--- | ||
|
||
# File Upload | ||
|
||
<ComponentStatusBlock componentId="file-upload" /> | ||
|
||
## When to use this component | ||
|
||
## When not to use this component |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: Footer | ||
description: Footer HTML Component | ||
draft: false | ||
status: in-development | ||
--- | ||
|
||
# Footer | ||
|
||
<ComponentStatusBlock componentId="footer" /> | ||
|
||
## When to use this component | ||
|
||
## When not to use this component |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: Header | ||
description: Header HTML Component | ||
draft: false | ||
status: in-development | ||
--- | ||
|
||
# Header | ||
|
||
<ComponentStatusBlock componentId="header" /> | ||
|
||
## When to use this component | ||
|
||
## When not to use this component |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: Heading | ||
description: Heading HTML Component | ||
draft: false | ||
status: in-development | ||
--- | ||
|
||
# Heading | ||
|
||
<ComponentStatusBlock componentId="heading" /> | ||
|
||
## When to use this component | ||
|
||
## When not to use this component |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: Icon | ||
description: Icon HTML Component | ||
draft: false | ||
status: in-development | ||
--- | ||
|
||
# Icon | ||
|
||
<ComponentStatusBlock componentId="icon" /> | ||
|
||
## When to use this component | ||
|
||
## When not to use this component |
14 changes: 14 additions & 0 deletions
14
apps/docs/content/3-components/2-library/18-icon-button.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: Icon Button | ||
description: Icon Button HTML Component | ||
draft: false | ||
status: in-development | ||
--- | ||
|
||
# Icon Button | ||
|
||
<ComponentStatusBlock componentId="icon-button" /> | ||
|
||
## When to use this component | ||
|
||
## When not to use this component |
14 changes: 14 additions & 0 deletions
14
apps/docs/content/3-components/2-library/19-inset-text.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: Inset Text | ||
description: Inset Text HTML Component | ||
draft: false | ||
status: in-development | ||
--- | ||
|
||
# Inset Text | ||
|
||
<ComponentStatusBlock componentId="inset-text" /> | ||
|
||
## When to use this component | ||
|
||
## When not to use this component |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: Actions | ||
description: Actions HTML Component | ||
draft: false | ||
status: in-development | ||
--- | ||
|
||
# Actions | ||
|
||
<ComponentStatusBlock componentId="actions" /> | ||
|
||
## When to use this component | ||
|
||
## When not to use this component |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: Label | ||
description: Label HTML Component | ||
draft: false | ||
status: in-development | ||
--- | ||
|
||
# Label | ||
|
||
<ComponentStatusBlock componentId="label" /> | ||
|
||
## When to use this component | ||
|
||
## When not to use this component |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: Link | ||
description: Link HTML Component | ||
draft: false | ||
status: in-development | ||
--- | ||
|
||
# Link | ||
|
||
<ComponentStatusBlock componentId="link" /> | ||
|
||
## When to use this component | ||
|
||
## When not to use this component |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: List | ||
description: List HTML Component | ||
draft: false | ||
status: in-development | ||
--- | ||
|
||
# List | ||
|
||
<ComponentStatusBlock componentId="list" /> | ||
|
||
## When to use this component | ||
|
||
## When not to use this component |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: Modal | ||
description: Modal HTML Component | ||
draft: false | ||
status: in-development | ||
--- | ||
|
||
# Modal | ||
|
||
<ComponentStatusBlock componentId="modal" /> | ||
|
||
## When to use this component | ||
|
||
## When not to use this component |
14 changes: 14 additions & 0 deletions
14
apps/docs/content/3-components/2-library/24-notification-panel.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: Notification Panel | ||
description: Notification Panel HTML Component | ||
draft: false | ||
status: in-development | ||
--- | ||
|
||
# Notification Panel | ||
|
||
<ComponentStatusBlock componentId="notification-panel" /> | ||
|
||
## When to use this component | ||
|
||
## When not to use this component |
14 changes: 14 additions & 0 deletions
14
apps/docs/content/3-components/2-library/25-pagination.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: Pagination | ||
description: Pagination HTML Component | ||
draft: false | ||
status: in-development | ||
--- | ||
|
||
# Pagination | ||
|
||
<ComponentStatusBlock componentId="pagination" /> | ||
|
||
## When to use this component | ||
|
||
## When not to use this component |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: Panel | ||
description: Panel HTML Component | ||
draft: false | ||
status: in-development | ||
--- | ||
|
||
# Panel | ||
|
||
<ComponentStatusBlock componentId="panel" /> | ||
|
||
## When to use this component | ||
|
||
## When not to use this component |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: Paragraph | ||
description: Paragraph HTML Component | ||
draft: false | ||
status: in-development | ||
--- | ||
|
||
# Paragraph | ||
|
||
<ComponentStatusBlock componentId="paragraph" /> | ||
|
||
## When to use this component | ||
|
||
## When not to use this component |
14 changes: 14 additions & 0 deletions
14
apps/docs/content/3-components/2-library/28-phase-banner.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: Phase Banner | ||
description: Phase Banner HTML Component | ||
draft: false | ||
status: in-development | ||
--- | ||
|
||
# Phase Banner | ||
|
||
<ComponentStatusBlock componentId="phase-banner" /> | ||
|
||
## When to use this component | ||
|
||
## When not to use this component |
14 changes: 14 additions & 0 deletions
14
apps/docs/content/3-components/2-library/29-progress-stepper.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: Progress Stepper | ||
description: Progress Stepper HTML Component | ||
draft: false | ||
status: in-development | ||
--- | ||
|
||
# Progress Stepper | ||
|
||
<ComponentStatusBlock componentId="progress-stepper" /> | ||
|
||
## When to use this component | ||
|
||
## When not to use this component |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: Back Link | ||
description: Back Link HTML Component | ||
draft: false | ||
status: in-development | ||
--- | ||
|
||
# Back Link | ||
|
||
<ComponentStatusBlock componentId="back-link" /> | ||
|
||
## When to use this component | ||
|
||
## When not to use this component |
14 changes: 14 additions & 0 deletions
14
apps/docs/content/3-components/2-library/30-radio-button.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: Radio Button | ||
description: Radio Button HTML Component | ||
draft: false | ||
status: in-development | ||
--- | ||
|
||
# Radio Button | ||
|
||
<ComponentStatusBlock componentId="radio-button" /> | ||
|
||
## When to use this component | ||
|
||
## When not to use this component |
Oops, something went wrong.