From 8f720c98659c338c93251446082a1e78c4b89873 Mon Sep 17 00:00:00 2001 From: Ajay Ghanwat Date: Sat, 16 Aug 2025 13:58:25 +0530 Subject: [PATCH] Removed Custom Icon Component and Added Iconify icons --- README.md | 9 +- astro.config.mjs | 4 +- package-lock.json | 1067 +++++++++- package.json | 3 + pnpm-lock.yaml | 3273 ------------------------------ scripts/make-dist.mjs | 2 - src/components/Button.astro | 2 +- src/components/Field.astro | 2 +- src/components/MultiSelect.astro | 2 +- src/index.ts | 1 - src/pages/icons.astro | 2 +- 11 files changed, 1063 insertions(+), 3304 deletions(-) delete mode 100644 pnpm-lock.yaml diff --git a/README.md b/README.md index 6365b14..525aac2 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Form + field components for **Astro** with Tailwind utilities and Zod-ready vali - ✅ `
` — submit handling + client validation plumbing - ✅ `` — text/email/password/number/textarea/select/date/time/file/checkbox/radio/switch - ✅ `` — searchable, checkbox-driven multi select dropdown -- ✅ `