Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: various demo fixes #1678

Merged
merged 29 commits into from
Jul 15, 2024
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
a168c93
docs: fix card heading sizes
bennypowers Jun 27, 2024
8162846
docs: juggle selectors
bennypowers Jun 27, 2024
b16760e
docs: more selector juggling
bennypowers Jun 27, 2024
903ed4f
docs: a different approach
bennypowers Jun 27, 2024
d1fc393
fix: context demo height
bennypowers Jun 27, 2024
16a4546
docs: reorder demo DOM
bennypowers Jun 27, 2024
6baca56
docs: icons from node_modules
bennypowers Jun 27, 2024
ecde53b
docs: icon import map
bennypowers Jun 27, 2024
6b21265
docs: accordion demo height
bennypowers Jun 27, 2024
29a2428
docs(accordion): accents
bennypowers Jun 27, 2024
55a60ab
docs(accordion): accents demos
bennypowers Jun 27, 2024
13f09d9
docs: import map for icon in demos?
bennypowers Jun 27, 2024
2897a3a
docs(status-page): Fixing status table padding (#1674)
markcaron Jun 27, 2024
b798008
fix(card): slightly more specific selectors
bennypowers Jun 28, 2024
3bc5964
docs: hide demos tab when there are none (#1684)
bennypowers Jul 1, 2024
603182e
docs(tile): fix light theme selected state image (#1683)
marionnegp Jul 2, 2024
e6a3668
docs: fix base "View Fullscreen" link URL on element Demos pages (#1688)
adamjohnson Jul 3, 2024
c355d86
docs: Added alt text to Typography page image (#1691)
hellogreg Jul 3, 2024
77291af
docs: added coming soon section to popover docs (#1695)
hellogreg Jul 3, 2024
a5b51e6
docs: add aria-labels to sample icons on status page (#1697)
hellogreg Jul 3, 2024
203f3d4
docs: elements > code > accordion + table layout tweaks (#1613)
adamjohnson Jul 9, 2024
95c2d55
docs: added alt text to kitten image on card pattern page (#1699)
hellogreg Jul 9, 2024
feb39dd
docs: redirect from /components/get-started (#1707)
bennypowers Jul 12, 2024
0874a85
docs(progress steps): adding coming soon messaging (#1712)
markcaron Jul 12, 2024
66b8ef9
chore: revert card css changes
bennypowers Jul 15, 2024
3f68b4c
Merge branch 'main' into docs/card-headings
bennypowers Jul 15, 2024
db92ecf
docs(site-status): minor demo refactors
bennypowers Jul 15, 2024
c714f36
docs: demo layout changes
bennypowers Jul 15, 2024
b9e3ed7
Merge branch 'staging/charmander' into docs/card-headings
bennypowers Jul 15, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
docs: add aria-labels to sample icons on status page (#1697)
Added aria-labels to sample icons on status page

Co-authored-by: Mark Caron <markcaron@users.noreply.github.com>
  • Loading branch information
hellogreg and markcaron authored Jul 3, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit a5b51e6f8e772fbb8fe08216ad6bde0f89f30adb
24 changes: 12 additions & 12 deletions docs/design-code-status/index.md
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
layout: layouts/pages/basic.njk
title: Design/code status
hasToc: true
importElements:
importElements:
- rh-table
- rh-tag
---
@@ -11,9 +11,9 @@ importElements:

<section aria-labelledby="overview">

## Overview
A detailed synopsis of our web components and their implementation status.
## Overview

A detailed synopsis of our web components and their implementation status.

<rh-table class="component-status-table">
<table>
@@ -33,7 +33,7 @@ importElements:
<span>
<rh-tag variant="filled" color="gray">
Planned
<svg slot="icon" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16" role="img">
<svg slot="icon" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16" role="img" aria-label="planned icon">
<style type="text/css">
.planned{fill:#707070;}
</style>
@@ -56,7 +56,7 @@ importElements:
<span>
<rh-tag variant="outline" color="green">
In progress
<svg slot="icon" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16" fill="none" role="img">
<svg slot="icon" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16" fill="none" role="img" aria-label="in progress icon">
<style type="text/css">
.inprogress{fill:#63993D;}
</style>
@@ -73,7 +73,7 @@ importElements:
<span>
<rh-tag variant="filled" color="green">
Ready
<svg slot="icon" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 14 15" fill="none" role="img">
<svg slot="icon" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 14 15" fill="none" role="img" aria-label="ready icon">
<path d="M7 14.5C10.866 14.5 14 11.366 14 7.5C14 3.63401 10.866 0.5 7 0.5C3.13401 0.5 0 3.63401 0 7.5C0 11.366 3.13401 14.5 7 14.5Z" fill="#63993D"/>
<path d="M4 7.5L6 9.5L10 5.5" stroke="#E9F7DF" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
@@ -87,7 +87,7 @@ importElements:
<span>
<rh-tag variant="filled" color="orange">
Deprecated
<svg slot="icon" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 14 15" fill="none" role="img">
<svg slot="icon" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 14 15" fill="none" role="img" aria-label="deprecated icon">
<path d="M7 14.5C10.866 14.5 14 11.366 14 7.5C14 3.63401 10.866 0.5 7 0.5C3.13401 0.5 0 3.63401 0 7.5C0 11.366 3.13401 14.5 7 14.5Z" fill="#F0561D"/>
<path d="M5 9.5L9 5.5" stroke="#FFE3D9" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M9 9.5L5 5.5" stroke="#FFE3D9" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
@@ -102,7 +102,7 @@ importElements:
<span>
<rh-tag variant="outline" color="gray">
N/A
<svg slot="icon" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16" role="img">
<svg slot="icon" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16" role="img" aria-label="not applicable icon">
<style type="text/css">
.na{fill:#707070;}
</style>
@@ -121,11 +121,11 @@ importElements:

<section aria-labelledby="web-component-status">

## Web component status
## Web component status

{% repoStatusTable %}
{% repoStatusTable %}

</section>
</section>

<uxdot-feedback>
<h2>Release notes</h2>