Skip to content

Commit 33a08d5

Browse files
chore: sync wind-ui from upstream 1.1.2, bump to v1.3.52
1 parent 6f39716 commit 33a08d5

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/claude-code-marketplace.json",
33
"name": "fluttersdk-marketplace",
4-
"version": "1.3.51",
4+
"version": "1.3.52",
55
"description": "FlutterSDK community AI skills for Flutter development — Wind UI styling, Magic Framework architecture, and more",
66
"owner": {
77
"name": "Anilcan Cakir",
@@ -12,7 +12,7 @@
1212
"name": "fluttersdk",
1313
"description": "FlutterSDK AI skills — Wind UI utility-first styling and Magic Framework Laravel-inspired architecture for Flutter",
1414
"source": "./",
15-
"version": "1.3.51",
15+
"version": "1.3.52",
1616
"author": {
1717
"name": "Anilcan Cakir",
1818
"email": "anilcan.cakir@gmail.com"

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
33
"name": "fluttersdk",
4-
"version": "1.3.51",
4+
"version": "1.3.52",
55
"description": "FlutterSDK AI skills, commands, and MCP for Flutter — Wind UI, Magic Framework, Dusk, Telescope, Artisan",
66
"homepage": "https://fluttersdk.github.io/ai/",
77
"repository": "https://github.com/fluttersdk/ai",

skills/wind-ui/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Inline this catalog as your default reach-for set. For the full per-parser regex
164164

165165
**Spacing**: `p-N` `px-N` `py-N` `pt-N` `pr-N` `pb-N` `pl-N` (no `ps-`/`pe-`). `m-N` and axes (no negative margin, no `ms-`/`me-`, `mx-auto` for horizontal centering). `gap-N` `gap-x-N` `gap-y-N` `space-x-N` `space-y-N`. Arbitrary `p-[18px]`, `gap-[3.5]` (no `%` for spacing). Default unit: 4 px per step. `p-4` = 16 px.
166166

167-
**Sizing**: `w-N` `h-N` (theme scale). `w-1/2` `w-1/3` `w-2/3` `w-1/4` `w-3/4` `w-full` `w-screen`. `h-full` `h-screen`. Arbitrary `w-[300px]` `h-[50%]`. `min-w-0` `min-w-full` `min-h-screen`. `max-w-xs` through `max-w-7xl`, `max-w-prose`, `max-w-full`. No `w-auto` / `h-auto` (silently skipped).
167+
**Sizing**: `w-N` `h-N` (theme scale). `w-1/2` `w-1/3` `w-2/3` `w-1/4` `w-3/4` `w-full` `w-screen`. `h-full` `h-screen`. `size-N` sets BOTH width and height (`size-2`, `size-full`, `size-1/2`, `size-[20px]`); works on a childless `WDiv` (status dot). Arbitrary `w-[300px]` `h-[50%]`. `min-w-0` `min-w-full` `min-h-screen`. `max-w-xs` through `max-w-7xl`, `max-w-prose`, `max-w-full`. No `w-auto` / `h-auto` (silently skipped).
168168

169169
**Position**: `relative` `absolute`. `top-N` `right-N` `bottom-N` `left-N` `inset-N` `inset-x-N` `inset-y-N`, negative `-top-N` `-inset-N`, arbitrary `top-[24px]` (no `%` for offsets). `fixed` / `sticky` are recognised by the parser but produce no visual effect.
170170

skills/wind-ui/references/tokens.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ NOT supported (silently no-op):
122122
| Token | Effect |
123123
|---|---|
124124
| `w-N` / `h-N` | Theme scale (4 px per unit) |
125+
| `size-N` / `size-full` / `size-1/2` / `size-screen` / `size-[20px]` / `size-[50%]` | Sets BOTH width and height in one token (Tailwind v3.4+). Works on a childless `WDiv` (e.g. a `size-2 rounded-full` status dot). A later same-mode `w-*` / `h-*` overrides the matching axis (`size-2 w-8` -> width 32, height 8); mixing an absolute and a fractional value on one axis retains both, exactly as `w-*` / `h-*` already do. |
125126
| `w-1/2` / `w-1/3` / `w-2/3` / `w-1/4` / `w-3/4` | Fractional (any numerator/denominator) |
126127
| `w-full` / `h-full` | `widthFactor: 1.0` / `heightFactor: 1.0` |
127128
| `w-screen` / `h-screen` | Viewport dimensions |

0 commit comments

Comments
 (0)