@sylphx/flow 2.28.8 → 2.28.9
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.9 (2026-01-05)
|
|
4
|
+
|
|
5
|
+
Specify @iconify-icon/react for icons
|
|
6
|
+
|
|
7
|
+
### 📚 Documentation
|
|
8
|
+
|
|
9
|
+
- specify @iconify-icon/react for icons ([8602e04](https://github.com/SylphxAI/flow/commit/8602e040ac8fdc338c51a88c06b39a66f96be0c1))
|
|
10
|
+
|
|
3
11
|
## 2.28.8 (2026-01-05)
|
|
4
12
|
|
|
5
13
|
Switch back to Tailwind CSS, require Turbopack, use Iconify Icon web component
|
|
@@ -10,7 +10,7 @@ description: UI/UX - design system, accessibility. Use when building interfaces.
|
|
|
10
10
|
* **Framework**: Next.js (with Turbopack)
|
|
11
11
|
* **Components**: Radix UI
|
|
12
12
|
* **Styling**: Tailwind CSS
|
|
13
|
-
* **Icons**:
|
|
13
|
+
* **Icons**: @iconify-icon/react
|
|
14
14
|
|
|
15
15
|
## Radix UI Everywhere
|
|
16
16
|
|
|
@@ -36,14 +36,14 @@ When similar UI problems arise, solve once with Radix, then reuse.
|
|
|
36
36
|
* WCAG AA accessibility compliance
|
|
37
37
|
* Radix UI for all interactive components
|
|
38
38
|
* Tailwind CSS for styling
|
|
39
|
-
*
|
|
39
|
+
* @iconify-icon/react for all icons
|
|
40
40
|
* Responsive design for all viewports
|
|
41
41
|
|
|
42
42
|
## Context
|
|
43
43
|
|
|
44
44
|
UI/UX determines how users perceive and interact with the product. A great UI isn't just "correct" — it's delightful, intuitive, and makes complex tasks feel simple.
|
|
45
45
|
|
|
46
|
-
Radix provides accessible, unstyled primitives. Tailwind provides utility-first styling.
|
|
46
|
+
Radix provides accessible, unstyled primitives. Tailwind provides utility-first styling. @iconify-icon/react provides unified icon access. Together they enable consistent, accessible UI without reinventing components.
|
|
47
47
|
|
|
48
48
|
## Driving Questions
|
|
49
49
|
|
|
@@ -120,7 +120,7 @@ tRPC, Next.js (with Turbopack), Radix UI, next-intl, Drizzle,
|
|
|
120
120
|
Better Auth, Stripe, Upstash, Neon, Vercel,
|
|
121
121
|
Resend (email), Vercel Blob (storage),
|
|
122
122
|
AI SDK with OpenRouter provider,
|
|
123
|
-
Tailwind CSS (styling),
|
|
123
|
+
Tailwind CSS (styling), @iconify-icon/react (icons),
|
|
124
124
|
Bun, Biome, Bun test,
|
|
125
125
|
Responsive Web Design.
|
|
126
126
|
|
package/package.json
CHANGED