Skip to content

Commit

Permalink
Merge branch 'main' into feat/link-component
Browse files Browse the repository at this point in the history
  • Loading branch information
hamza14khan authored Aug 30, 2024
2 parents 7b8244f + 131cbee commit 2d96c60
Show file tree
Hide file tree
Showing 52 changed files with 694 additions and 13 deletions.
4 changes: 4 additions & 0 deletions apps/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

## [0.21.20](https://github.com/ogcio/govie-ds/compare/@govie-ds/docs-0.21.19...@govie-ds/docs-0.21.20) (2024-08-30)



## [0.21.19](https://github.com/ogcio/govie-ds/compare/@govie-ds/docs-0.21.18...@govie-ds/docs-0.21.19) (2024-08-28)


Expand Down
4 changes: 4 additions & 0 deletions apps/docs/content/3-components/0-index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ status: in-development
Components are the reusable building blocks used to create consistent and efficient user interfaces. Each component encapsulates a specific piece of functionality or design, such as buttons, forms, or navigation elements. By using predefined components, user interfaces can be quickly assembled that adhere to the design system standards and ensure a uniform look and feel across all digital products.

Components are designed to be versatile and flexible, allowing them to be combined in various ways to meet the needs of different projects. With accessibility built into each component, they promote inclusivity and usability for all users.

# Component Status

<ComponentStatusTable />
File renamed without changes.
File renamed without changes.
10 changes: 0 additions & 10 deletions apps/docs/content/3-components/1-status.mdx

This file was deleted.

14 changes: 14 additions & 0 deletions apps/docs/content/3-components/2-library/1-accordion.mdx
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 apps/docs/content/3-components/2-library/10-date-input.mdx
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
14 changes: 14 additions & 0 deletions apps/docs/content/3-components/2-library/11-details.mdx
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 apps/docs/content/3-components/2-library/12-error-summary.mdx
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 apps/docs/content/3-components/2-library/13-file-upload.mdx
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
14 changes: 14 additions & 0 deletions apps/docs/content/3-components/2-library/14-footer.mdx
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
14 changes: 14 additions & 0 deletions apps/docs/content/3-components/2-library/15-header.mdx
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
14 changes: 14 additions & 0 deletions apps/docs/content/3-components/2-library/16-heading.mdx
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
14 changes: 14 additions & 0 deletions apps/docs/content/3-components/2-library/17-icon.mdx
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 apps/docs/content/3-components/2-library/18-icon-button.mdx
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 apps/docs/content/3-components/2-library/19-inset-text.mdx
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
14 changes: 14 additions & 0 deletions apps/docs/content/3-components/2-library/2-actions.mdx
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
14 changes: 14 additions & 0 deletions apps/docs/content/3-components/2-library/20-label.mdx
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
14 changes: 14 additions & 0 deletions apps/docs/content/3-components/2-library/21-link.mdx
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
14 changes: 14 additions & 0 deletions apps/docs/content/3-components/2-library/22-list.mdx
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
14 changes: 14 additions & 0 deletions apps/docs/content/3-components/2-library/23-modal.mdx
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 apps/docs/content/3-components/2-library/24-notification-panel.mdx
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 apps/docs/content/3-components/2-library/25-pagination.mdx
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
14 changes: 14 additions & 0 deletions apps/docs/content/3-components/2-library/26-panel.mdx
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
14 changes: 14 additions & 0 deletions apps/docs/content/3-components/2-library/27-paragraph.mdx
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 apps/docs/content/3-components/2-library/28-phase-banner.mdx
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 apps/docs/content/3-components/2-library/29-progress-stepper.mdx
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
14 changes: 14 additions & 0 deletions apps/docs/content/3-components/2-library/3-back-link.mdx
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 apps/docs/content/3-components/2-library/30-radio-button.mdx
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
Loading

0 comments on commit 2d96c60

Please sign in to comment.