From 1d46f692e103cc59d611fa0a8842b119e09a687e Mon Sep 17 00:00:00 2001 From: Elijah Duffy Date: Tue, 16 Sep 2025 10:55:33 -0700 Subject: [PATCH] expose timezone list & details --- src/lib/TimezoneInput.svelte | 71 ++++++++++++++++++++++++------------ src/lib/index.ts | 7 +++- 2 files changed, 53 insertions(+), 25 deletions(-) diff --git a/src/lib/TimezoneInput.svelte b/src/lib/TimezoneInput.svelte index 122fa9a..ffc3ea5 100644 --- a/src/lib/TimezoneInput.svelte +++ b/src/lib/TimezoneInput.svelte @@ -15,32 +15,21 @@ const wbr = (str: string): string => { return str.replace(/\//g, '/'); }; - - + +