@take-out/docs 0.0.44 → 0.0.46

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/tamagui.md +0 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@take-out/docs",
3
- "version": "0.0.44",
3
+ "version": "0.0.46",
4
4
  "description": "Documentation files for Takeout starter kit",
5
5
  "type": "module",
6
6
  "files": [
package/tamagui.md CHANGED
@@ -464,10 +464,6 @@ When building UI components, prefer these project-specific implementations over
464
464
  - **Tabs:** Use the custom `Tabs` component
465
465
  - **Popover:** Use the custom `Popover` component
466
466
 
467
- ### Image Handling
468
-
469
- - Use `@tamagui/image-next` for Next.js compatibility
470
-
471
467
  ### Component Hierarchy
472
468
 
473
469
  1. Check if a project-specific component exists in `src/interface` first