📦 deps(thirdparty): update snapshots
This commit is contained in:
@@ -131,12 +131,12 @@ python3 skills/ui-ux-pro-max/scripts/search.py "<keyword>" --domain <domain> [-n
|
||||
| App interface a11y | `web` | `--domain web "accessibilityLabel touch safe-areas"` |
|
||||
| AI prompt / CSS keywords | `prompt` | `--domain prompt "minimalism"` |
|
||||
|
||||
### Step 4: Stack Guidelines (React Native)
|
||||
### Step 4: Stack Guidelines
|
||||
|
||||
Get React Native implementation-specific best practices:
|
||||
Get implementation-specific best practices for the user's stack:
|
||||
|
||||
```bash
|
||||
python3 skills/ui-ux-pro-max/scripts/search.py "<keyword>" --stack react-native
|
||||
python3 skills/ui-ux-pro-max/scripts/search.py "<keyword>" --stack <stack>
|
||||
```
|
||||
|
||||
---
|
||||
@@ -163,6 +163,14 @@ python3 skills/ui-ux-pro-max/scripts/search.py "<keyword>" --stack react-native
|
||||
| Stack | Focus |
|
||||
|-------|-------|
|
||||
| `react-native` | Components, Navigation, Lists |
|
||||
| `javafx` | Enterprise desktop apps, AtlantaFX themes, FXML, CSS, Controls, Binding, Threading, Packaging |
|
||||
|
||||
**JavaFX enterprise examples:**
|
||||
|
||||
```bash
|
||||
python3 skills/ui-ux-pro-max/scripts/search.py "atlantafx primer enterprise theme" --stack javafx
|
||||
python3 skills/ui-ux-pro-max/scripts/search.py "enterprise tableview density permission" --stack javafx
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
@@ -225,7 +233,7 @@ python3 skills/ui-ux-pro-max/scripts/search.py "fintech crypto" --design-system
|
||||
- Use **multi-dimensional keywords** — combine product + industry + tone + density: `"entertainment social vibrant content-dense"` not just `"app"`
|
||||
- Try different keywords for the same need: `"playful neon"` → `"vibrant dark"` → `"content-first minimal"`
|
||||
- Use `--design-system` first for full recommendations, then `--domain` to deep-dive any dimension you're unsure about
|
||||
- Always add `--stack react-native` for implementation-specific guidance
|
||||
- Add `--stack <stack>` for implementation-specific guidance when the target stack is known
|
||||
|
||||
### Common Sticking Points
|
||||
|
||||
@@ -350,4 +358,4 @@ Scope notice: This checklist is for App UI (iOS/Android/React Native/Flutter).
|
||||
- [ ] Form fields have labels, hints, and clear error messages
|
||||
- [ ] Color is not the only indicator
|
||||
- [ ] Reduced motion and dynamic text size are supported without layout breakage
|
||||
- [ ] Accessibility traits/roles/states (selected, disabled, expanded) are announced correctly
|
||||
- [ ] Accessibility traits/roles/states (selected, disabled, expanded) are announced correctly
|
||||
|
||||
Reference in New Issue
Block a user