eglador-ui-react 1.0.0-alpha.3 → 1.0.0-alpha.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -12,7 +12,7 @@
12
12
 
13
13
  Eglador UI for React — headless, accessible component library. Compound subcomponents, **Tailwind CSS v4**, zero runtime dependencies.
14
14
 
15
- > **Status:** Pre-alpha21/55 components shipped. Tier 1 (Display complete) and most of Tier 2 are done.
15
+ > **Status:** Alpha55/55 components shipped.
16
16
 
17
17
  ## Installation
18
18
 
@@ -46,25 +46,23 @@ All components share the same vocabulary:
46
46
  - **Palette**: zinc-only (no color schemes; theming handled separately)
47
47
  - **A11y**: native HTML inputs, `aria-*` attributes, focus-visible rings, RTL-safe Tailwind logical properties
48
48
 
49
- ## Components (21/55)
49
+ ## Components (55/55)
50
50
 
51
- **✓ = shipped ·= planned**
51
+ **Layout & Structure (7/7)** Accordion · ✓ AspectRatio · ✓ Collapsible · ✓ Resizable · ✓ ScrollArea · ✓ Separator · ✓ Sidebar
52
52
 
53
- **Layout & Structure (2/7)** — Accordion · ✓ AspectRatio · Collapsible · Resizable · ScrollArea · ✓ Separator · Sidebar
53
+ **Display (7/7)** — Avatar · ✓ Badge · Empty · Kbd · Skeleton · ✓ Spinner · Typography
54
54
 
55
- **Display (7/7) — COMPLETE** — ✓ Avatar · ✓ Badge · ✓ Empty · ✓ Kbd · ✓ Skeleton · ✓ Spinner · ✓ Typography
55
+ **Navigation (7/7)** — ✓ Breadcrumb · ✓ Menubar · ✓ NavigationMenu · ✓ Pagination · ✓ Stepper · ✓ Tabs · ✓ TreeView
56
56
 
57
- **Navigation (0/7)** — Breadcrumb · Menubar · NavigationMenu · Pagination · Stepper · Tabs · TreeView
57
+ **Forms (15/15)** — Button · ButtonGroup · Checkbox · CheckboxGroup · Input · InputGroup · InputOTP · ✓ Label · ✓ MultiSelect · ✓ NativeSelect · ✓ Radio · ✓ RadioGroup · ✓ Select · ✓ Switch · ✓ Textarea
58
58
 
59
- **Forms (11/15)** — ✓ Button · ✓ ButtonGroup · ✓ Checkbox · ✓ CheckboxGroup · ✓ Input · ✓ InputGroup · — InputOTP · ✓ Label · — MultiSelect · — NativeSelect · ✓ Radio · ✓ RadioGroup · — Select · ✓ Switch · ✓ Textarea
59
+ **Date & Time (3/3)** — ✓ Calendar · ✓ DatePicker · ✓ DateTimePicker
60
60
 
61
- **Date & Time (0/3)** — Calendar · DatePicker · DateTimePicker
61
+ **Overlays (10/10)** — Alert · AlertDialog · ContextMenu · ✓ Dialog · ✓ Drawer · ✓ Dropdown · ✓ HoverCard · ✓ Notification · ✓ Popover · ✓ Tooltip
62
62
 
63
- **Overlays (0/10)** — Alert · — AlertDialog · — ContextMenu · — Dialog · — Drawer · — Dropdown · — HoverCard · — Notification · — Popover · — Tooltip
63
+ **Data (1/1)** — Table
64
64
 
65
- **Data (0/1)** — Table
66
-
67
- **Misc (1/5)** — — Command · — ImageCropper · ✓ Link · — SpeedDial · — Progress
65
+ **Misc (5/5)** — Command · ✓ ImageCropper · ✓ Link · ✓ Progress · ✓ SpeedDial
68
66
 
69
67
  ## Compatibility
70
68