From 9c46c16bbe820067e3126729a0a6dedba141227d Mon Sep 17 00:00:00 2001 From: Sean Morley Date: Sun, 14 Apr 2024 14:03:06 +0000 Subject: [PATCH] Update AdventureCard component to include regionId and visited properties, and add country flag support --- src/lib/components/maps/us.svelte | 876 ++++++++++++++++++++++++++++++ 1 file changed, 876 insertions(+) create mode 100644 src/lib/components/maps/us.svelte diff --git a/src/lib/components/maps/us.svelte b/src/lib/components/maps/us.svelte new file mode 100644 index 0000000..c1dd7bc --- /dev/null +++ b/src/lib/components/maps/us.svelte @@ -0,0 +1,876 @@ + + + + + + + + + handleStateClick("US-AL")} + > + + + + handleStateClick("US-AK")} + > + + + + handleStateClick("US-AZ")} + > + + + + handleStateClick("US-AR")} + > + + + + handleStateClick("US-CA")} + > + + + + handleStateClick("US-CO")} + > + + + + handleStateClick("US-CT")} + > + + + + + + handleStateClick("US-DE")} + > + + + + + + handleStateClick("US-FL")} + > + + + + handleStateClick("US-GA")} + > + + + + handleStateClick("US-HI")} + > + + + + handleStateClick("US-ID")} + > + + + + handleStateClick("US-IL")} + > + + + + handleStateClick("US-IN")} + > + + + + handleStateClick("US-IA")} + > + + + + handleStateClick("US-KS")} + > + + + + handleStateClick("US-KY")} + > + + + + handleStateClick("US-LA")} + > + + + + handleStateClick("US-ME")} + > + + + + handleStateClick("US-MD")} + > + + + + + + handleStateClick("US-MA")} + > + + + + + + handleStateClick("US-MI")} + > + + + + + handleStateClick("US-MN")} + > + + + + handleStateClick("US-MS")} + > + + + + handleStateClick("US-MO")} + > + + + + handleStateClick("US-MT")} + > + + + + handleStateClick("US-NE")} + > + + + + handleStateClick("US-NV")} + > + + + + handleStateClick("US-NH")} + > + + + + + + handleStateClick("US-NJ")} + > + + + + + + handleStateClick("US-NM")} + > + + + + handleStateClick("US-NY")} + > + + + + handleStateClick("US-NC")} + > + + + + handleStateClick("US-ND")} + > + + + + handleStateClick("US-OH")} + > + + + + handleStateClick("US-OK")} + > + + + + handleStateClick("US-OR")} + > + + + + handleStateClick("US-PA")} + > + + + + handleStateClick("US-RI")} + > + + + + + + handleStateClick("US-SC")} + > + + + + handleStateClick("US-SD")} + > + + + + handleStateClick("US-TN")} + > + + + + handleStateClick("US-TX")} + > + + + + handleStateClick("US-UT")} + > + + + + handleStateClick("US-VT")} + > + + + + + + handleStateClick("US-VA")} + > + + + + handleStateClick("US-WA")} + > + + + + handleStateClick("US-WV")} + > + + + + handleStateClick("US-WI")} + > + + + + handleStateClick("US-WY")} + > + + + + + + +