From 065fa7a42c522edb8e0bcc3af819e09cfd61601e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 17:51:10 +0000 Subject: [PATCH 1/2] Bump postcss from 8.4.47 to 8.5.14 Bumps [postcss](https://github.com/postcss/postcss) from 8.4.47 to 8.5.14. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.47...8.5.14) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.14 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b49fc5f41..e78cc8a36 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12947,9 +12947,9 @@ } }, "node_modules/postcss": { - "version": "8.4.47", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.47.tgz", - "integrity": "sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==", + "version": "8.5.14", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.14.tgz", + "integrity": "sha512-SoSL4+OSEtR99LHFZQiJLkT59C5B1amGO1NzTwj7TT1qCUgUO6hxOvzkOYxD+vMrXBM3XJIKzokoERdqQq/Zmg==", "dev": true, "funding": [ { @@ -12967,8 +12967,8 @@ ], "license": "MIT", "dependencies": { - "nanoid": "^3.3.7", - "picocolors": "^1.1.0", + "nanoid": "^3.3.11", + "picocolors": "^1.1.1", "source-map-js": "^1.2.1" }, "engines": { From f69ae2afbc67ceb0d44de6e2e376fd88e796b37b Mon Sep 17 00:00:00 2001 From: lynnfaraday Date: Thu, 7 May 2026 15:09:01 -0400 Subject: [PATCH 2/2] Adding test reference page. --- src/stories/foundation/testReference.mdx | 25 ++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/stories/foundation/testReference.mdx diff --git a/src/stories/foundation/testReference.mdx b/src/stories/foundation/testReference.mdx new file mode 100644 index 000000000..df81527f3 --- /dev/null +++ b/src/stories/foundation/testReference.mdx @@ -0,0 +1,25 @@ +import { Meta } from '@storybook/blocks'; + + + +# Test Reference + +When performing regression or localization testing, be sure to review the critical components in the appropriate section. + +## Regression Testing + +* [BasicPointsForBadges](/story/container-basicpointsforbadges--with-goals-and-badges) - Icons and Progress Bar +* [GlucoseChart](/docs/container-glucosechart--docs) - Multi-modal chart. +* [PDFPreview](/docs/container-pdfpreview--docs) - PDF output. +* [SeverityCalendar](/story/container-severitycalendar--default) - Calendar view. + +## Localization Testing + +When testing a new locale, be sure to check the following components: + +* [AppDownload](/docs/container-appdownload--docs) - App store badges. +* [DailyDataChart](/docs/container-dailydatachart--docs) - Days of week. +* [DeviceDataMonthCharts](/docs/container-devicedatamonthcharts--docs) - Decimal separator (on miles chart). +* [GlucoseChart](/docs/container-glucosechart--docs) - Times of day & thousands separator (on step count). +* [MealEditor](/docs/container-mealeditor--docs) - Long date format. +* [RelativeActivity](/docs/container-relativeactivity--docs) - Short date format. \ No newline at end of file