eglador-ui-react 1.0.0-alpha.2 → 1.0.0-alpha.4

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-alpha10/55 bileşen hazır (Tier 1). Tier 2 (form bileşenleri) sürüyor.
15
+ > **Status:** Alpha55/55 components shipped.
16
16
 
17
17
  ## Installation
18
18
 
@@ -36,25 +36,33 @@ npm install eglador-ui-react
36
36
  | Next.js (`src/`) | `src/app/globals.css` | `../../node_modules/eglador-ui-react` |
37
37
  | Vite | `src/index.css` | `../node_modules/eglador-ui-react` |
38
38
 
39
- ## Bileşenler (10/55)
39
+ ## Conventions
40
40
 
41
- **✓ = hazır · = planlı**
41
+ All components share the same vocabulary:
42
42
 
43
- **Layout & Structure (2/7)** — Accordion · AspectRatio · Collapsible · Resizable · — ScrollArea · ✓ Separator · — Sidebar
43
+ - **Variants** (visual hierarchy): `solid` · `soft` · `outline` · `ghost` · `link`
44
+ - **Sizes**: `xs` · `sm` · `md` · `lg` · `xl`
45
+ - **Shapes**: `square` · `rounded` · `pill` · `circle`
46
+ - **Palette**: zinc-only (no color schemes; theming handled separately)
47
+ - **A11y**: native HTML inputs, `aria-*` attributes, focus-visible rings, RTL-safe Tailwind logical properties
44
48
 
45
- **Display (7/7) — TAMAM** — ✓ Avatar · ✓ Badge · ✓ Empty · ✓ Kbd · ✓ Skeleton · ✓ Spinner · ✓ Typography
49
+ ## Components (55/55)
46
50
 
47
- **Navigation (0/7)** — Breadcrumb · Menubar · NavigationMenu · Pagination · Stepper · Tabs · TreeView
51
+ **Layout & Structure (7/7)** — Accordion · AspectRatio · Collapsible · Resizable · ScrollArea · Separator · Sidebar
48
52
 
49
- **Forms (1/15)** — Button · ButtonGroup · Checkbox · CheckboxGroup · Input · InputGroup · — InputOTP · Label · — MultiSelect · — NativeSelect · — Radio · — RadioGroup · — Select · — Switch · — Textarea
53
+ **Display (7/7)** — Avatar · Badge · Empty · Kbd · Skeleton · Spinner · ✓ Typography
50
54
 
51
- **Date & Time (0/3)** — Calendar · DatePicker · DateTimePicker
55
+ **Navigation (7/7)** — Breadcrumb · Menubar · NavigationMenu · ✓ Pagination · ✓ Stepper · ✓ Tabs · ✓ TreeView
52
56
 
53
- **Overlays (0/10)** — Alert · AlertDialog · ContextMenu · Dialog · Drawer · Dropdown · HoverCard · Notification · Popover · Tooltip
57
+ **Forms (15/15)** — Button · ButtonGroup · Checkbox · CheckboxGroup · Input · InputGroup · InputOTP · Label · MultiSelect · NativeSelect · ✓ Radio · ✓ RadioGroup · ✓ Select · ✓ Switch · ✓ Textarea
54
58
 
55
- **Data (0/1)** — Table
59
+ **Date & Time (3/3)** — Calendar · ✓ DatePicker · ✓ DateTimePicker
56
60
 
57
- **Misc (0/5)** — Command · ImageCropper · Link · SpeedDial · Progress
61
+ **Overlays (10/10)** — Alert · AlertDialog · ContextMenu · Dialog · Drawer · ✓ Dropdown · ✓ HoverCard · ✓ Notification · ✓ Popover · ✓ Tooltip
62
+
63
+ **Data (1/1)** — ✓ Table
64
+
65
+ **Misc (5/5)** — ✓ Command · ✓ ImageCropper · ✓ Link · ✓ Progress · ✓ SpeedDial
58
66
 
59
67
  ## Compatibility
60
68