@take-out/docs 0.0.52 → 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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@take-out/docs",
3
- "version": "0.0.52",
3
+ "version": "0.0.57",
4
4
  "description": "Documentation files for Takeout starter kit",
5
5
  "type": "module",
6
6
  "files": [
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 ButtonSimple component
168
+ ⚠️ Decision needed: Upstream updated Button component
169
169
 
170
170
  Upstream changes:
171
171
  - Added new 'variant' prop
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 `ButtonSimple` instead of Tamagui's `Button`
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