From 93e9d68b4e3dcd70ceb5e370f90406356b245ac4 Mon Sep 17 00:00:00 2001 From: wires Date: Mon, 11 May 2026 22:48:20 -0400 Subject: [PATCH] Better ResponsiveGraphic utility. --- .../FeaturePhoto/FeaturePhoto.svelte | 3 +- src/pages/stories/one/index.astro | 5 ++-- src/pages/stories/one/story.aml | 2 +- src/utils/graphics/ResponsiveGraphic.ts | 2 +- src/utils/propValidators/index.ts | 30 +++++++++++++++++-- 5 files changed, 34 insertions(+), 8 deletions(-) diff --git a/src/components/FeaturePhoto/FeaturePhoto.svelte b/src/components/FeaturePhoto/FeaturePhoto.svelte index df229fe..1b4a5d7 100644 --- a/src/components/FeaturePhoto/FeaturePhoto.svelte +++ b/src/components/FeaturePhoto/FeaturePhoto.svelte @@ -2,6 +2,7 @@