@take-out/docs 0.0.51 → 0.0.57
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/package.json +1 -1
- package/sync-prompt.md +2 -2
- package/tamagui.md +1 -1
- package/zero.md +154 -489
- package/aggregates.md +0 -584
- package/cloudflare-dev-tunnel.md +0 -41
- package/database.md +0 -229
- package/docs.md +0 -8
- package/emitters.md +0 -562
- package/hot-updater.md +0 -223
- package/native-hot-update.md +0 -252
- package/one-components.md +0 -234
- package/one-hooks.md +0 -570
- package/one-routes.md +0 -660
- package/package-json.md +0 -115
- package/react-native-navigation-flow.md +0 -184
- package/scripts.md +0 -144
- package/testing-integration.md +0 -564
- package/triggers.md +0 -450
- package/xcodebuild-mcp.md +0 -127
package/package.json
CHANGED
package/sync-prompt.md
CHANGED
|
@@ -165,7 +165,7 @@ After processing all commits:
|
|
|
165
165
|
|
|
166
166
|
**Example 1: Upstream updates a component the user has heavily customized**
|
|
167
167
|
```
|
|
168
|
-
⚠️ Decision needed: Upstream updated
|
|
168
|
+
⚠️ Decision needed: Upstream updated Button component
|
|
169
169
|
|
|
170
170
|
Upstream changes:
|
|
171
171
|
- Added new 'variant' prop
|
|
@@ -202,7 +202,7 @@ What would you like to do? [a/b]
|
|
|
202
202
|
|
|
203
203
|
## Final Notes
|
|
204
204
|
|
|
205
|
-
- This is
|
|
205
|
+
- This is an **intelligent sync**, not a blind merge
|
|
206
206
|
- The goal is to **keep you up-to-date** while **respecting your customizations**
|
|
207
207
|
- When uncertain, **always ask** before making changes
|
|
208
208
|
- Keep a **detailed log** of all changes for review
|
package/tamagui.md
CHANGED
|
@@ -459,7 +459,7 @@ When building UI components, prefer these project-specific implementations over
|
|
|
459
459
|
|
|
460
460
|
### Custom Components (in `src/interface`)
|
|
461
461
|
|
|
462
|
-
- **Buttons:** Use `
|
|
462
|
+
- **Buttons:** Use `Button` from `~/interface/buttons/Button` instead of Tamagui's `Button`
|
|
463
463
|
- **Select/Dropdown:** Use the custom `Select` component
|
|
464
464
|
- **Tabs:** Use the custom `Tabs` component
|
|
465
465
|
- **Popover:** Use the custom `Popover` component
|