@sylphx/flow 2.28.9 → 2.28.10

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/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @sylphx/flow
2
2
 
3
+ ## 2.28.10 (2026-01-05)
4
+
5
+ Make Radix UI mandatory - if Radix has it, you MUST use it
6
+
7
+ ### 📚 Documentation
8
+
9
+ - make Radix UI mandatory - if Radix has it, MUST use it ([a270d90](https://github.com/SylphxAI/flow/commit/a270d90c3a8c5ccc0caa970ab741281ea37e23f8))
10
+
3
11
  ## 2.28.9 (2026-01-05)
4
12
 
5
13
  Specify @iconify-icon/react for icons
@@ -12,24 +12,29 @@ description: UI/UX - design system, accessibility. Use when building interfaces.
12
12
  * **Styling**: Tailwind CSS
13
13
  * **Icons**: @iconify-icon/react
14
14
 
15
- ## Radix UI Everywhere
15
+ ## Radix UI Everywhere (Mandatory)
16
16
 
17
- Use Radix UI comprehensively. If Radix has a primitive for it, use it.
18
- No custom implementations of solved problems.
19
- No alternative component libraries.
17
+ Radix UI is mandatory. If Radix has a primitive for it, you MUST use it.
18
+ No exceptions. No custom implementations. No alternative libraries.
19
+
20
+ Before building any interactive component, check Radix first.
21
+ If Radix provides it, use Radix. Period.
20
22
 
21
23
  Radix primitives are the SSOT for:
22
- - Dialogs, modals, sheets
24
+ - Dialogs, modals, sheets, drawers
23
25
  - Dropdowns, menus, context menus
24
26
  - Popovers, tooltips, hover cards
25
27
  - Tabs, accordions, collapsibles
26
- - Select, combobox, radio, checkbox, switch
28
+ - Select, combobox, radio, checkbox, switch, toggle
27
29
  - Sliders, progress, scroll areas
28
- - Navigation, breadcrumbs
29
- - Toasts, alerts
30
+ - Navigation menus, breadcrumbs
31
+ - Toasts, alerts, alert dialogs
30
32
  - Avatar, aspect ratio, separator
33
+ - Forms, labels, toolbar
34
+ - Toggle groups, toggle buttons
31
35
 
32
- When similar UI problems arise, solve once with Radix, then reuse.
36
+ Any custom implementation of something Radix already provides is a bug.
37
+ When similar UI problems arise, solve once with Radix, reuse everywhere.
33
38
 
34
39
  ## Non-Negotiables
35
40
 
@@ -52,25 +52,29 @@ The system must remain:
52
52
  - Testable
53
53
  - Observable
54
54
 
55
- ## UI: Radix UI Everywhere
55
+ ## UI: Radix UI Everywhere (Mandatory)
56
56
 
57
- Use Radix UI comprehensively. If Radix has a primitive for it, use it.
58
- No custom implementations of solved problems.
59
- No alternative component libraries for what Radix already provides.
57
+ Radix UI is mandatory. If Radix has a primitive for it, you MUST use it.
58
+ No exceptions. No custom implementations. No alternative libraries.
59
+
60
+ Before building any interactive component, check Radix first.
61
+ If Radix provides it, use Radix. Period.
60
62
 
61
63
  Radix primitives are the SSOT for:
62
- - Dialogs, modals, sheets
64
+ - Dialogs, modals, sheets, drawers
63
65
  - Dropdowns, menus, context menus
64
66
  - Popovers, tooltips, hover cards
65
67
  - Tabs, accordions, collapsibles
66
- - Select, combobox, radio, checkbox, switch
68
+ - Select, combobox, radio, checkbox, switch, toggle
67
69
  - Sliders, progress, scroll areas
68
- - Navigation, breadcrumbs
69
- - Toasts, alerts
70
+ - Navigation menus, breadcrumbs
71
+ - Toasts, alerts, alert dialogs
70
72
  - Avatar, aspect ratio, separator
73
+ - Forms, labels, toolbar
74
+ - Toggle groups, toggle buttons
71
75
 
72
- When similar UI problems arise across the system,
73
- solve them once with Radix, then reuse everywhere.
76
+ Any custom implementation of something Radix already provides is a bug.
77
+ When similar UI problems arise, solve once with Radix, reuse everywhere.
74
78
 
75
79
  ## Bootstrap: Super Admin
76
80
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sylphx/flow",
3
- "version": "2.28.9",
3
+ "version": "2.28.10",
4
4
  "description": "One CLI to rule them all. Unified orchestration layer for AI coding assistants. Auto-detection, auto-installation, auto-upgrade.",
5
5
  "type": "module",
6
6
  "bin": {