diff --git a/package.json b/package.json index 1fbf6997..ab679a33 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "accessible-astro-starter", "description": "An Accessible Starter Theme for Astro including several accessibility features and tools to help you build faster.", - "version": "3.4.0", + "version": "3.4.1", "author": "Incluud", "license": "MIT", "homepage": "https://accessible-astro.netlify.app/", @@ -54,6 +54,6 @@ "tailwindcss": "^3.4.15" }, "dependencies": { - "accessible-astro-components": "^4.0.2" + "accessible-astro-components": "^4.1.0" } } diff --git a/src/pages/accessible-components.astro b/src/pages/accessible-components.astro index b45ea08f..6cfedfb1 100644 --- a/src/pages/accessible-components.astro +++ b/src/pages/accessible-components.astro @@ -4,9 +4,13 @@ import { Icon } from 'astro-icon/components' import { Accordion, AccordionItem, + Avatar, + AvatarGroup, + Badge, Breadcrumbs, BreadcrumbsItem, Card, + DarkMode, Media, Modal, Notification, @@ -116,6 +120,35 @@ import { +
+

Avatar

+
+ + + +
+ + + + + + + + +
+
+

Badge

+
+ Default + Info + Success + Warning + Error +
+

Breadcrumbs

@@ -161,7 +194,7 @@ import {

Cards

@@ -176,13 +209,19 @@ import {

DarkMode Toggle

-

This component can be viewed in the top right corner besides the main navigation.

+
+ + + + + +

Media

@@ -232,8 +271,11 @@ import {
-

SkipLinks

-

This component can be viewed by shift+tabbing until they show up.

+

SkipLink

+

+ The SkipLink component becomes visible when you shift+tab to navigate backward through the page, it's the + first focusable element on the page. +

@@ -261,11 +303,11 @@ import {