@take-out/docs 0.0.45 → 0.0.47

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.md CHANGED
@@ -108,7 +108,7 @@ project-specific metadata for onboarding script etc:
108
108
  2. **modifying env-server.ts directly** - always use `env` section +
109
109
  `bun env:update`
110
110
 
111
- 3. **using full paths when tko works** - prefer `tko check/types` over
111
+ 3. **using full paths when tko works** - prefer `tko check types` over
112
112
  `bun ./scripts/check/types.ts`
113
113
 
114
114
  4. **forgetting workspace:\* for internal packages** - always use `workspace:*`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@take-out/docs",
3
- "version": "0.0.45",
3
+ "version": "0.0.47",
4
4
  "description": "Documentation files for Takeout starter kit",
5
5
  "type": "module",
6
6
  "files": [
package/scripts.md CHANGED
@@ -21,10 +21,7 @@ bun tko ensure-port 8081
21
21
  bun tko clean
22
22
 
23
23
  # run scripts in a category
24
- bun tko web/build
25
- bun tko aws/health
26
-
27
- # alternate category syntax
24
+ bun tko web build
28
25
  bun tko aws health
29
26
  ```
30
27
 
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