From 81d6d9d555234c0117b349120491a01833550fde Mon Sep 17 00:00:00 2001 From: Jon Laing Date: Fri, 13 Mar 2026 10:49:40 -0400 Subject: [PATCH] remove primitives from initial release --- .changeset/initial-release.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.changeset/initial-release.md b/.changeset/initial-release.md index 3007edcd..fa9e570c 100644 --- a/.changeset/initial-release.md +++ b/.changeset/initial-release.md @@ -3,7 +3,6 @@ "@effex/dom": minor "@effex/router": minor "@effex/form": minor -"@effex/primitives": minor --- Initial public release of Effex - a reactive UI framework built on Effect. @@ -34,9 +33,3 @@ Initial public release of Effex - a reactive UI framework built on Effect. - Field-level state (value, errors, touched, dirty) - Configurable validation timing - Async validators support - -**@effex/primitives** -- Headless, accessible UI components (Dialog, Menu, Select, Tabs, etc.) -- WAI-ARIA compliant -- Keyboard navigation built-in -- Works with any styling solution