From 9b0ae9b94959aa2c1bdaefcdf2dc5632c0398e3c Mon Sep 17 00:00:00 2001 From: basher Date: Thu, 28 Mar 2024 17:00:06 +0000 Subject: [PATCH] fix mdx paths --- ui/npm-shrinkwrap.json | 4 ++-- ui/stories/5. Components/Accordion/Accordion.mdx | 2 +- ui/stories/5. Components/Navigation/Navigation.mdx | 4 ++-- ui/stories/5. Components/Share/Share.mdx | 2 +- .../WebDisclosure/WebDisclosure.mdx | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ui/npm-shrinkwrap.json b/ui/npm-shrinkwrap.json index b677815..995cc9c 100644 --- a/ui/npm-shrinkwrap.json +++ b/ui/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "web-ui-boilerplate", - "version": "2.0.0", + "version": "2.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "web-ui-boilerplate", - "version": "2.0.0", + "version": "2.1.0", "license": "ISC", "dependencies": { "dialog-polyfill": "^0.5.6" diff --git a/ui/stories/5. Components/Accordion/Accordion.mdx b/ui/stories/5. Components/Accordion/Accordion.mdx index c35a5af..adb9c6d 100644 --- a/ui/stories/5. Components/Accordion/Accordion.mdx +++ b/ui/stories/5. Components/Accordion/Accordion.mdx @@ -10,7 +10,7 @@ import * as Accordion from './Accordion.stories'; - There are several articles cautioning against using `
`|`` for accordions. For example: - [Scott O'Hara](https://www.scottohara.me//blog/2022/09/12/details-summary.html). - [Dave Rupert](https://daverupert.com/2019/12/why-details-is-not-an-accordion/). -- An alternative approach is to use the [disclosure](/story/components-disclosure--disclosure) component. +- An alternative approach is to use the [disclosure](/story/components-disclosure-or-show-hide--disclosure) component. diff --git a/ui/stories/5. Components/Navigation/Navigation.mdx b/ui/stories/5. Components/Navigation/Navigation.mdx index b4cb73e..cf4a9d8 100644 --- a/ui/stories/5. Components/Navigation/Navigation.mdx +++ b/ui/stories/5. Components/Navigation/Navigation.mdx @@ -21,14 +21,14 @@ import * as Navigation from './Navigation.stories'; ## Hamburger (with simple navigation) -- Uses the [disclosure](/story/components-disclosure--disclosure) pattern to show/hide the navigation. +- Uses the [disclosure](/story/components-disclosure-or-show-hide--disclosure) pattern to show/hide the navigation. - The `ESC` key and clicking outside the navigation both close the hamburger navigation. - The disclosure button is placed **inside** the navigation region, allowing screen reader users who move to the `