@ankhorage/templates 1.1.8 → 1.2.0

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 (394) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/README.md +36 -7
  3. package/dist/templates/shared/index.d.ts +1 -0
  4. package/dist/templates/shared/index.d.ts.map +1 -1
  5. package/dist/templates/shared/index.js +1 -0
  6. package/dist/templates/shared/index.js.map +1 -1
  7. package/dist/templates/shared/starter-screens.d.ts +45 -0
  8. package/dist/templates/shared/starter-screens.d.ts.map +1 -0
  9. package/dist/templates/shared/starter-screens.js +53 -0
  10. package/dist/templates/shared/starter-screens.js.map +1 -0
  11. package/dist/templates/starter/categories/books-reading/content.d.ts +80 -0
  12. package/dist/templates/starter/categories/books-reading/content.d.ts.map +1 -0
  13. package/dist/templates/starter/categories/books-reading/content.js +100 -0
  14. package/dist/templates/starter/categories/books-reading/content.js.map +1 -0
  15. package/dist/templates/starter/categories/books-reading/default.template.d.ts +4 -0
  16. package/dist/templates/starter/categories/books-reading/default.template.d.ts.map +1 -0
  17. package/dist/templates/starter/categories/books-reading/default.template.js +17 -0
  18. package/dist/templates/starter/categories/books-reading/default.template.js.map +1 -0
  19. package/dist/templates/starter/categories/books-reading/index.d.ts +9 -0
  20. package/dist/templates/starter/categories/books-reading/index.d.ts.map +1 -0
  21. package/dist/templates/starter/categories/books-reading/index.js +11 -0
  22. package/dist/templates/starter/categories/books-reading/index.js.map +1 -0
  23. package/dist/templates/starter/categories/books-reading/routes.d.ts +11 -0
  24. package/dist/templates/starter/categories/books-reading/routes.d.ts.map +1 -0
  25. package/dist/templates/starter/categories/books-reading/routes.js +49 -0
  26. package/dist/templates/starter/categories/books-reading/routes.js.map +1 -0
  27. package/dist/templates/starter/categories/books-reading/screens.d.ts +5 -0
  28. package/dist/templates/starter/categories/books-reading/screens.d.ts.map +1 -0
  29. package/dist/templates/starter/categories/books-reading/screens.js +61 -0
  30. package/dist/templates/starter/categories/books-reading/screens.js.map +1 -0
  31. package/dist/templates/starter/categories/business-productivity/content.d.ts +98 -0
  32. package/dist/templates/starter/categories/business-productivity/content.d.ts.map +1 -0
  33. package/dist/templates/starter/categories/business-productivity/content.js +123 -0
  34. package/dist/templates/starter/categories/business-productivity/content.js.map +1 -0
  35. package/dist/templates/starter/categories/business-productivity/default.template.d.ts +4 -0
  36. package/dist/templates/starter/categories/business-productivity/default.template.d.ts.map +1 -0
  37. package/dist/templates/starter/categories/business-productivity/default.template.js +17 -0
  38. package/dist/templates/starter/categories/business-productivity/default.template.js.map +1 -0
  39. package/dist/templates/starter/categories/business-productivity/index.d.ts +9 -0
  40. package/dist/templates/starter/categories/business-productivity/index.d.ts.map +1 -0
  41. package/dist/templates/starter/categories/business-productivity/index.js +11 -0
  42. package/dist/templates/starter/categories/business-productivity/index.js.map +1 -0
  43. package/dist/templates/starter/categories/business-productivity/routes.d.ts +12 -0
  44. package/dist/templates/starter/categories/business-productivity/routes.d.ts.map +1 -0
  45. package/dist/templates/starter/categories/business-productivity/routes.js +56 -0
  46. package/dist/templates/starter/categories/business-productivity/routes.js.map +1 -0
  47. package/dist/templates/starter/categories/business-productivity/screens.d.ts +5 -0
  48. package/dist/templates/starter/categories/business-productivity/screens.d.ts.map +1 -0
  49. package/dist/templates/starter/categories/business-productivity/screens.js +67 -0
  50. package/dist/templates/starter/categories/business-productivity/screens.js.map +1 -0
  51. package/dist/templates/starter/categories/developer-tools/content.d.ts +98 -0
  52. package/dist/templates/starter/categories/developer-tools/content.d.ts.map +1 -0
  53. package/dist/templates/starter/categories/developer-tools/content.js +123 -0
  54. package/dist/templates/starter/categories/developer-tools/content.js.map +1 -0
  55. package/dist/templates/starter/categories/developer-tools/default.template.d.ts +4 -0
  56. package/dist/templates/starter/categories/developer-tools/default.template.d.ts.map +1 -0
  57. package/dist/templates/starter/categories/developer-tools/default.template.js +17 -0
  58. package/dist/templates/starter/categories/developer-tools/default.template.js.map +1 -0
  59. package/dist/templates/starter/categories/developer-tools/index.d.ts +9 -0
  60. package/dist/templates/starter/categories/developer-tools/index.d.ts.map +1 -0
  61. package/dist/templates/starter/categories/developer-tools/index.js +11 -0
  62. package/dist/templates/starter/categories/developer-tools/index.js.map +1 -0
  63. package/dist/templates/starter/categories/developer-tools/routes.d.ts +12 -0
  64. package/dist/templates/starter/categories/developer-tools/routes.d.ts.map +1 -0
  65. package/dist/templates/starter/categories/developer-tools/routes.js +56 -0
  66. package/dist/templates/starter/categories/developer-tools/routes.js.map +1 -0
  67. package/dist/templates/starter/categories/developer-tools/screens.d.ts +5 -0
  68. package/dist/templates/starter/categories/developer-tools/screens.d.ts.map +1 -0
  69. package/dist/templates/starter/categories/developer-tools/screens.js +67 -0
  70. package/dist/templates/starter/categories/developer-tools/screens.js.map +1 -0
  71. package/dist/templates/starter/categories/education-learning/content.d.ts +80 -0
  72. package/dist/templates/starter/categories/education-learning/content.d.ts.map +1 -0
  73. package/dist/templates/starter/categories/education-learning/content.js +100 -0
  74. package/dist/templates/starter/categories/education-learning/content.js.map +1 -0
  75. package/dist/templates/starter/categories/education-learning/default.template.d.ts +4 -0
  76. package/dist/templates/starter/categories/education-learning/default.template.d.ts.map +1 -0
  77. package/dist/templates/starter/categories/education-learning/default.template.js +17 -0
  78. package/dist/templates/starter/categories/education-learning/default.template.js.map +1 -0
  79. package/dist/templates/starter/categories/education-learning/index.d.ts +9 -0
  80. package/dist/templates/starter/categories/education-learning/index.d.ts.map +1 -0
  81. package/dist/templates/starter/categories/education-learning/index.js +11 -0
  82. package/dist/templates/starter/categories/education-learning/index.js.map +1 -0
  83. package/dist/templates/starter/categories/education-learning/routes.d.ts +11 -0
  84. package/dist/templates/starter/categories/education-learning/routes.d.ts.map +1 -0
  85. package/dist/templates/starter/categories/education-learning/routes.js +49 -0
  86. package/dist/templates/starter/categories/education-learning/routes.js.map +1 -0
  87. package/dist/templates/starter/categories/education-learning/screens.d.ts +5 -0
  88. package/dist/templates/starter/categories/education-learning/screens.d.ts.map +1 -0
  89. package/dist/templates/starter/categories/education-learning/screens.js +61 -0
  90. package/dist/templates/starter/categories/education-learning/screens.js.map +1 -0
  91. package/dist/templates/starter/categories/entertainment-media/content.d.ts +80 -0
  92. package/dist/templates/starter/categories/entertainment-media/content.d.ts.map +1 -0
  93. package/dist/templates/starter/categories/entertainment-media/content.js +100 -0
  94. package/dist/templates/starter/categories/entertainment-media/content.js.map +1 -0
  95. package/dist/templates/starter/categories/entertainment-media/default.template.d.ts +4 -0
  96. package/dist/templates/starter/categories/entertainment-media/default.template.d.ts.map +1 -0
  97. package/dist/templates/starter/categories/entertainment-media/default.template.js +17 -0
  98. package/dist/templates/starter/categories/entertainment-media/default.template.js.map +1 -0
  99. package/dist/templates/starter/categories/entertainment-media/index.d.ts +9 -0
  100. package/dist/templates/starter/categories/entertainment-media/index.d.ts.map +1 -0
  101. package/dist/templates/starter/categories/entertainment-media/index.js +11 -0
  102. package/dist/templates/starter/categories/entertainment-media/index.js.map +1 -0
  103. package/dist/templates/starter/categories/entertainment-media/routes.d.ts +11 -0
  104. package/dist/templates/starter/categories/entertainment-media/routes.d.ts.map +1 -0
  105. package/dist/templates/starter/categories/entertainment-media/routes.js +49 -0
  106. package/dist/templates/starter/categories/entertainment-media/routes.js.map +1 -0
  107. package/dist/templates/starter/categories/entertainment-media/screens.d.ts +5 -0
  108. package/dist/templates/starter/categories/entertainment-media/screens.d.ts.map +1 -0
  109. package/dist/templates/starter/categories/entertainment-media/screens.js +61 -0
  110. package/dist/templates/starter/categories/entertainment-media/screens.js.map +1 -0
  111. package/dist/templates/starter/categories/finance-money/content.d.ts +93 -0
  112. package/dist/templates/starter/categories/finance-money/content.d.ts.map +1 -0
  113. package/dist/templates/starter/categories/finance-money/content.js +118 -0
  114. package/dist/templates/starter/categories/finance-money/content.js.map +1 -0
  115. package/dist/templates/starter/categories/finance-money/default.template.d.ts +4 -0
  116. package/dist/templates/starter/categories/finance-money/default.template.d.ts.map +1 -0
  117. package/dist/templates/starter/categories/finance-money/default.template.js +17 -0
  118. package/dist/templates/starter/categories/finance-money/default.template.js.map +1 -0
  119. package/dist/templates/starter/categories/finance-money/index.d.ts +9 -0
  120. package/dist/templates/starter/categories/finance-money/index.d.ts.map +1 -0
  121. package/dist/templates/starter/categories/finance-money/index.js +11 -0
  122. package/dist/templates/starter/categories/finance-money/index.js.map +1 -0
  123. package/dist/templates/starter/categories/finance-money/routes.d.ts +11 -0
  124. package/dist/templates/starter/categories/finance-money/routes.d.ts.map +1 -0
  125. package/dist/templates/starter/categories/finance-money/routes.js +49 -0
  126. package/dist/templates/starter/categories/finance-money/routes.js.map +1 -0
  127. package/dist/templates/starter/categories/finance-money/screens.d.ts +5 -0
  128. package/dist/templates/starter/categories/finance-money/screens.d.ts.map +1 -0
  129. package/dist/templates/starter/categories/finance-money/screens.js +37 -0
  130. package/dist/templates/starter/categories/finance-money/screens.js.map +1 -0
  131. package/dist/templates/starter/categories/games/content.d.ts +80 -0
  132. package/dist/templates/starter/categories/games/content.d.ts.map +1 -0
  133. package/dist/templates/starter/categories/games/content.js +100 -0
  134. package/dist/templates/starter/categories/games/content.js.map +1 -0
  135. package/dist/templates/starter/categories/games/default.template.d.ts +4 -0
  136. package/dist/templates/starter/categories/games/default.template.d.ts.map +1 -0
  137. package/dist/templates/starter/categories/games/default.template.js +17 -0
  138. package/dist/templates/starter/categories/games/default.template.js.map +1 -0
  139. package/dist/templates/starter/categories/games/index.d.ts +9 -0
  140. package/dist/templates/starter/categories/games/index.d.ts.map +1 -0
  141. package/dist/templates/starter/categories/games/index.js +11 -0
  142. package/dist/templates/starter/categories/games/index.js.map +1 -0
  143. package/dist/templates/starter/categories/games/routes.d.ts +11 -0
  144. package/dist/templates/starter/categories/games/routes.d.ts.map +1 -0
  145. package/dist/templates/starter/categories/games/routes.js +49 -0
  146. package/dist/templates/starter/categories/games/routes.js.map +1 -0
  147. package/dist/templates/starter/categories/games/screens.d.ts +5 -0
  148. package/dist/templates/starter/categories/games/screens.d.ts.map +1 -0
  149. package/dist/templates/starter/categories/games/screens.js +61 -0
  150. package/dist/templates/starter/categories/games/screens.js.map +1 -0
  151. package/dist/templates/starter/categories/graphics-design/content.d.ts +98 -0
  152. package/dist/templates/starter/categories/graphics-design/content.d.ts.map +1 -0
  153. package/dist/templates/starter/categories/graphics-design/content.js +123 -0
  154. package/dist/templates/starter/categories/graphics-design/content.js.map +1 -0
  155. package/dist/templates/starter/categories/graphics-design/default.template.d.ts +4 -0
  156. package/dist/templates/starter/categories/graphics-design/default.template.d.ts.map +1 -0
  157. package/dist/templates/starter/categories/graphics-design/default.template.js +17 -0
  158. package/dist/templates/starter/categories/graphics-design/default.template.js.map +1 -0
  159. package/dist/templates/starter/categories/graphics-design/index.d.ts +9 -0
  160. package/dist/templates/starter/categories/graphics-design/index.d.ts.map +1 -0
  161. package/dist/templates/starter/categories/graphics-design/index.js +11 -0
  162. package/dist/templates/starter/categories/graphics-design/index.js.map +1 -0
  163. package/dist/templates/starter/categories/graphics-design/routes.d.ts +12 -0
  164. package/dist/templates/starter/categories/graphics-design/routes.d.ts.map +1 -0
  165. package/dist/templates/starter/categories/graphics-design/routes.js +56 -0
  166. package/dist/templates/starter/categories/graphics-design/routes.js.map +1 -0
  167. package/dist/templates/starter/categories/graphics-design/screens.d.ts +5 -0
  168. package/dist/templates/starter/categories/graphics-design/screens.d.ts.map +1 -0
  169. package/dist/templates/starter/categories/graphics-design/screens.js +67 -0
  170. package/dist/templates/starter/categories/graphics-design/screens.js.map +1 -0
  171. package/dist/templates/starter/categories/kids-family/content.d.ts +80 -0
  172. package/dist/templates/starter/categories/kids-family/content.d.ts.map +1 -0
  173. package/dist/templates/starter/categories/kids-family/content.js +100 -0
  174. package/dist/templates/starter/categories/kids-family/content.js.map +1 -0
  175. package/dist/templates/starter/categories/kids-family/default.template.d.ts +4 -0
  176. package/dist/templates/starter/categories/kids-family/default.template.d.ts.map +1 -0
  177. package/dist/templates/starter/categories/kids-family/default.template.js +17 -0
  178. package/dist/templates/starter/categories/kids-family/default.template.js.map +1 -0
  179. package/dist/templates/starter/categories/kids-family/index.d.ts +9 -0
  180. package/dist/templates/starter/categories/kids-family/index.d.ts.map +1 -0
  181. package/dist/templates/starter/categories/kids-family/index.js +11 -0
  182. package/dist/templates/starter/categories/kids-family/index.js.map +1 -0
  183. package/dist/templates/starter/categories/kids-family/routes.d.ts +11 -0
  184. package/dist/templates/starter/categories/kids-family/routes.d.ts.map +1 -0
  185. package/dist/templates/starter/categories/kids-family/routes.js +49 -0
  186. package/dist/templates/starter/categories/kids-family/routes.js.map +1 -0
  187. package/dist/templates/starter/categories/kids-family/screens.d.ts +5 -0
  188. package/dist/templates/starter/categories/kids-family/screens.d.ts.map +1 -0
  189. package/dist/templates/starter/categories/kids-family/screens.js +61 -0
  190. package/dist/templates/starter/categories/kids-family/screens.js.map +1 -0
  191. package/dist/templates/starter/categories/lifestyle/content.d.ts +80 -0
  192. package/dist/templates/starter/categories/lifestyle/content.d.ts.map +1 -0
  193. package/dist/templates/starter/categories/lifestyle/content.js +100 -0
  194. package/dist/templates/starter/categories/lifestyle/content.js.map +1 -0
  195. package/dist/templates/starter/categories/lifestyle/default.template.d.ts +4 -0
  196. package/dist/templates/starter/categories/lifestyle/default.template.d.ts.map +1 -0
  197. package/dist/templates/starter/categories/lifestyle/default.template.js +17 -0
  198. package/dist/templates/starter/categories/lifestyle/default.template.js.map +1 -0
  199. package/dist/templates/starter/categories/lifestyle/index.d.ts +9 -0
  200. package/dist/templates/starter/categories/lifestyle/index.d.ts.map +1 -0
  201. package/dist/templates/starter/categories/lifestyle/index.js +11 -0
  202. package/dist/templates/starter/categories/lifestyle/index.js.map +1 -0
  203. package/dist/templates/starter/categories/lifestyle/routes.d.ts +11 -0
  204. package/dist/templates/starter/categories/lifestyle/routes.d.ts.map +1 -0
  205. package/dist/templates/starter/categories/lifestyle/routes.js +49 -0
  206. package/dist/templates/starter/categories/lifestyle/routes.js.map +1 -0
  207. package/dist/templates/starter/categories/lifestyle/screens.d.ts +5 -0
  208. package/dist/templates/starter/categories/lifestyle/screens.d.ts.map +1 -0
  209. package/dist/templates/starter/categories/lifestyle/screens.js +61 -0
  210. package/dist/templates/starter/categories/lifestyle/screens.js.map +1 -0
  211. package/dist/templates/starter/categories/medical/content.d.ts +80 -0
  212. package/dist/templates/starter/categories/medical/content.d.ts.map +1 -0
  213. package/dist/templates/starter/categories/medical/content.js +100 -0
  214. package/dist/templates/starter/categories/medical/content.js.map +1 -0
  215. package/dist/templates/starter/categories/medical/default.template.d.ts +4 -0
  216. package/dist/templates/starter/categories/medical/default.template.d.ts.map +1 -0
  217. package/dist/templates/starter/categories/medical/default.template.js +17 -0
  218. package/dist/templates/starter/categories/medical/default.template.js.map +1 -0
  219. package/dist/templates/starter/categories/medical/index.d.ts +9 -0
  220. package/dist/templates/starter/categories/medical/index.d.ts.map +1 -0
  221. package/dist/templates/starter/categories/medical/index.js +11 -0
  222. package/dist/templates/starter/categories/medical/index.js.map +1 -0
  223. package/dist/templates/starter/categories/medical/routes.d.ts +11 -0
  224. package/dist/templates/starter/categories/medical/routes.d.ts.map +1 -0
  225. package/dist/templates/starter/categories/medical/routes.js +49 -0
  226. package/dist/templates/starter/categories/medical/routes.js.map +1 -0
  227. package/dist/templates/starter/categories/medical/screens.d.ts +5 -0
  228. package/dist/templates/starter/categories/medical/screens.d.ts.map +1 -0
  229. package/dist/templates/starter/categories/medical/screens.js +61 -0
  230. package/dist/templates/starter/categories/medical/screens.js.map +1 -0
  231. package/dist/templates/starter/categories/music-audio/content.d.ts +67 -0
  232. package/dist/templates/starter/categories/music-audio/content.d.ts.map +1 -0
  233. package/dist/templates/starter/categories/music-audio/content.js +82 -0
  234. package/dist/templates/starter/categories/music-audio/content.js.map +1 -0
  235. package/dist/templates/starter/categories/music-audio/default.template.d.ts +4 -0
  236. package/dist/templates/starter/categories/music-audio/default.template.d.ts.map +1 -0
  237. package/dist/templates/starter/categories/music-audio/default.template.js +17 -0
  238. package/dist/templates/starter/categories/music-audio/default.template.js.map +1 -0
  239. package/dist/templates/starter/categories/music-audio/index.d.ts +9 -0
  240. package/dist/templates/starter/categories/music-audio/index.d.ts.map +1 -0
  241. package/dist/templates/starter/categories/music-audio/index.js +11 -0
  242. package/dist/templates/starter/categories/music-audio/index.js.map +1 -0
  243. package/dist/templates/starter/categories/music-audio/routes.d.ts +11 -0
  244. package/dist/templates/starter/categories/music-audio/routes.d.ts.map +1 -0
  245. package/dist/templates/starter/categories/music-audio/routes.js +49 -0
  246. package/dist/templates/starter/categories/music-audio/routes.js.map +1 -0
  247. package/dist/templates/starter/categories/music-audio/screens.d.ts +5 -0
  248. package/dist/templates/starter/categories/music-audio/screens.d.ts.map +1 -0
  249. package/dist/templates/starter/categories/music-audio/screens.js +100 -0
  250. package/dist/templates/starter/categories/music-audio/screens.js.map +1 -0
  251. package/dist/templates/starter/categories/navigation-travel/content.d.ts +80 -0
  252. package/dist/templates/starter/categories/navigation-travel/content.d.ts.map +1 -0
  253. package/dist/templates/starter/categories/navigation-travel/content.js +100 -0
  254. package/dist/templates/starter/categories/navigation-travel/content.js.map +1 -0
  255. package/dist/templates/starter/categories/navigation-travel/default.template.d.ts +4 -0
  256. package/dist/templates/starter/categories/navigation-travel/default.template.d.ts.map +1 -0
  257. package/dist/templates/starter/categories/navigation-travel/default.template.js +17 -0
  258. package/dist/templates/starter/categories/navigation-travel/default.template.js.map +1 -0
  259. package/dist/templates/starter/categories/navigation-travel/index.d.ts +9 -0
  260. package/dist/templates/starter/categories/navigation-travel/index.d.ts.map +1 -0
  261. package/dist/templates/starter/categories/navigation-travel/index.js +11 -0
  262. package/dist/templates/starter/categories/navigation-travel/index.js.map +1 -0
  263. package/dist/templates/starter/categories/navigation-travel/routes.d.ts +11 -0
  264. package/dist/templates/starter/categories/navigation-travel/routes.d.ts.map +1 -0
  265. package/dist/templates/starter/categories/navigation-travel/routes.js +49 -0
  266. package/dist/templates/starter/categories/navigation-travel/routes.js.map +1 -0
  267. package/dist/templates/starter/categories/navigation-travel/screens.d.ts +5 -0
  268. package/dist/templates/starter/categories/navigation-travel/screens.d.ts.map +1 -0
  269. package/dist/templates/starter/categories/navigation-travel/screens.js +61 -0
  270. package/dist/templates/starter/categories/navigation-travel/screens.js.map +1 -0
  271. package/dist/templates/starter/categories/news-magazines/content.d.ts +67 -0
  272. package/dist/templates/starter/categories/news-magazines/content.d.ts.map +1 -0
  273. package/dist/templates/starter/categories/news-magazines/content.js +82 -0
  274. package/dist/templates/starter/categories/news-magazines/content.js.map +1 -0
  275. package/dist/templates/starter/categories/news-magazines/default.template.d.ts +4 -0
  276. package/dist/templates/starter/categories/news-magazines/default.template.d.ts.map +1 -0
  277. package/dist/templates/starter/categories/news-magazines/default.template.js +17 -0
  278. package/dist/templates/starter/categories/news-magazines/default.template.js.map +1 -0
  279. package/dist/templates/starter/categories/news-magazines/index.d.ts +9 -0
  280. package/dist/templates/starter/categories/news-magazines/index.d.ts.map +1 -0
  281. package/dist/templates/starter/categories/news-magazines/index.js +11 -0
  282. package/dist/templates/starter/categories/news-magazines/index.js.map +1 -0
  283. package/dist/templates/starter/categories/news-magazines/routes.d.ts +11 -0
  284. package/dist/templates/starter/categories/news-magazines/routes.d.ts.map +1 -0
  285. package/dist/templates/starter/categories/news-magazines/routes.js +49 -0
  286. package/dist/templates/starter/categories/news-magazines/routes.js.map +1 -0
  287. package/dist/templates/starter/categories/news-magazines/screens.d.ts +5 -0
  288. package/dist/templates/starter/categories/news-magazines/screens.d.ts.map +1 -0
  289. package/dist/templates/starter/categories/news-magazines/screens.js +88 -0
  290. package/dist/templates/starter/categories/news-magazines/screens.js.map +1 -0
  291. package/dist/templates/starter/categories/photo-video/content.d.ts +80 -0
  292. package/dist/templates/starter/categories/photo-video/content.d.ts.map +1 -0
  293. package/dist/templates/starter/categories/photo-video/content.js +100 -0
  294. package/dist/templates/starter/categories/photo-video/content.js.map +1 -0
  295. package/dist/templates/starter/categories/photo-video/default.template.d.ts +4 -0
  296. package/dist/templates/starter/categories/photo-video/default.template.d.ts.map +1 -0
  297. package/dist/templates/starter/categories/photo-video/default.template.js +17 -0
  298. package/dist/templates/starter/categories/photo-video/default.template.js.map +1 -0
  299. package/dist/templates/starter/categories/photo-video/index.d.ts +9 -0
  300. package/dist/templates/starter/categories/photo-video/index.d.ts.map +1 -0
  301. package/dist/templates/starter/categories/photo-video/index.js +11 -0
  302. package/dist/templates/starter/categories/photo-video/index.js.map +1 -0
  303. package/dist/templates/starter/categories/photo-video/routes.d.ts +11 -0
  304. package/dist/templates/starter/categories/photo-video/routes.d.ts.map +1 -0
  305. package/dist/templates/starter/categories/photo-video/routes.js +49 -0
  306. package/dist/templates/starter/categories/photo-video/routes.js.map +1 -0
  307. package/dist/templates/starter/categories/photo-video/screens.d.ts +5 -0
  308. package/dist/templates/starter/categories/photo-video/screens.d.ts.map +1 -0
  309. package/dist/templates/starter/categories/photo-video/screens.js +61 -0
  310. package/dist/templates/starter/categories/photo-video/screens.js.map +1 -0
  311. package/dist/templates/starter/categories/reference/content.d.ts +85 -0
  312. package/dist/templates/starter/categories/reference/content.d.ts.map +1 -0
  313. package/dist/templates/starter/categories/reference/content.js +105 -0
  314. package/dist/templates/starter/categories/reference/content.js.map +1 -0
  315. package/dist/templates/starter/categories/reference/default.template.d.ts +4 -0
  316. package/dist/templates/starter/categories/reference/default.template.d.ts.map +1 -0
  317. package/dist/templates/starter/categories/reference/default.template.js +17 -0
  318. package/dist/templates/starter/categories/reference/default.template.js.map +1 -0
  319. package/dist/templates/starter/categories/reference/index.d.ts +9 -0
  320. package/dist/templates/starter/categories/reference/index.d.ts.map +1 -0
  321. package/dist/templates/starter/categories/reference/index.js +11 -0
  322. package/dist/templates/starter/categories/reference/index.js.map +1 -0
  323. package/dist/templates/starter/categories/reference/routes.d.ts +12 -0
  324. package/dist/templates/starter/categories/reference/routes.d.ts.map +1 -0
  325. package/dist/templates/starter/categories/reference/routes.js +56 -0
  326. package/dist/templates/starter/categories/reference/routes.js.map +1 -0
  327. package/dist/templates/starter/categories/reference/screens.d.ts +5 -0
  328. package/dist/templates/starter/categories/reference/screens.d.ts.map +1 -0
  329. package/dist/templates/starter/categories/reference/screens.js +94 -0
  330. package/dist/templates/starter/categories/reference/screens.js.map +1 -0
  331. package/dist/templates/starter/categories/sports/content.d.ts +80 -0
  332. package/dist/templates/starter/categories/sports/content.d.ts.map +1 -0
  333. package/dist/templates/starter/categories/sports/content.js +100 -0
  334. package/dist/templates/starter/categories/sports/content.js.map +1 -0
  335. package/dist/templates/starter/categories/sports/default.template.d.ts +4 -0
  336. package/dist/templates/starter/categories/sports/default.template.d.ts.map +1 -0
  337. package/dist/templates/starter/categories/sports/default.template.js +17 -0
  338. package/dist/templates/starter/categories/sports/default.template.js.map +1 -0
  339. package/dist/templates/starter/categories/sports/index.d.ts +9 -0
  340. package/dist/templates/starter/categories/sports/index.d.ts.map +1 -0
  341. package/dist/templates/starter/categories/sports/index.js +11 -0
  342. package/dist/templates/starter/categories/sports/index.js.map +1 -0
  343. package/dist/templates/starter/categories/sports/routes.d.ts +11 -0
  344. package/dist/templates/starter/categories/sports/routes.d.ts.map +1 -0
  345. package/dist/templates/starter/categories/sports/routes.js +49 -0
  346. package/dist/templates/starter/categories/sports/routes.js.map +1 -0
  347. package/dist/templates/starter/categories/sports/screens.d.ts +5 -0
  348. package/dist/templates/starter/categories/sports/screens.d.ts.map +1 -0
  349. package/dist/templates/starter/categories/sports/screens.js +61 -0
  350. package/dist/templates/starter/categories/sports/screens.js.map +1 -0
  351. package/dist/templates/starter/categories/utilities-tools/content.d.ts +98 -0
  352. package/dist/templates/starter/categories/utilities-tools/content.d.ts.map +1 -0
  353. package/dist/templates/starter/categories/utilities-tools/content.js +123 -0
  354. package/dist/templates/starter/categories/utilities-tools/content.js.map +1 -0
  355. package/dist/templates/starter/categories/utilities-tools/default.template.d.ts +4 -0
  356. package/dist/templates/starter/categories/utilities-tools/default.template.d.ts.map +1 -0
  357. package/dist/templates/starter/categories/utilities-tools/default.template.js +17 -0
  358. package/dist/templates/starter/categories/utilities-tools/default.template.js.map +1 -0
  359. package/dist/templates/starter/categories/utilities-tools/index.d.ts +9 -0
  360. package/dist/templates/starter/categories/utilities-tools/index.d.ts.map +1 -0
  361. package/dist/templates/starter/categories/utilities-tools/index.js +11 -0
  362. package/dist/templates/starter/categories/utilities-tools/index.js.map +1 -0
  363. package/dist/templates/starter/categories/utilities-tools/routes.d.ts +12 -0
  364. package/dist/templates/starter/categories/utilities-tools/routes.d.ts.map +1 -0
  365. package/dist/templates/starter/categories/utilities-tools/routes.js +56 -0
  366. package/dist/templates/starter/categories/utilities-tools/routes.js.map +1 -0
  367. package/dist/templates/starter/categories/utilities-tools/screens.d.ts +5 -0
  368. package/dist/templates/starter/categories/utilities-tools/screens.d.ts.map +1 -0
  369. package/dist/templates/starter/categories/utilities-tools/screens.js +67 -0
  370. package/dist/templates/starter/categories/utilities-tools/screens.js.map +1 -0
  371. package/dist/templates/starter/categories/weather/content.d.ts +75 -0
  372. package/dist/templates/starter/categories/weather/content.d.ts.map +1 -0
  373. package/dist/templates/starter/categories/weather/content.js +95 -0
  374. package/dist/templates/starter/categories/weather/content.js.map +1 -0
  375. package/dist/templates/starter/categories/weather/default.template.d.ts +4 -0
  376. package/dist/templates/starter/categories/weather/default.template.d.ts.map +1 -0
  377. package/dist/templates/starter/categories/weather/default.template.js +17 -0
  378. package/dist/templates/starter/categories/weather/default.template.js.map +1 -0
  379. package/dist/templates/starter/categories/weather/index.d.ts +9 -0
  380. package/dist/templates/starter/categories/weather/index.d.ts.map +1 -0
  381. package/dist/templates/starter/categories/weather/index.js +11 -0
  382. package/dist/templates/starter/categories/weather/index.js.map +1 -0
  383. package/dist/templates/starter/categories/weather/routes.d.ts +10 -0
  384. package/dist/templates/starter/categories/weather/routes.d.ts.map +1 -0
  385. package/dist/templates/starter/categories/weather/routes.js +42 -0
  386. package/dist/templates/starter/categories/weather/routes.js.map +1 -0
  387. package/dist/templates/starter/categories/weather/screens.d.ts +5 -0
  388. package/dist/templates/starter/categories/weather/screens.d.ts.map +1 -0
  389. package/dist/templates/starter/categories/weather/screens.js +31 -0
  390. package/dist/templates/starter/categories/weather/screens.js.map +1 -0
  391. package/dist/templates/starter/starter.registry.d.ts.map +1 -1
  392. package/dist/templates/starter/starter.registry.js +38 -0
  393. package/dist/templates/starter/starter.registry.js.map +1 -1
  394. package/package.json +4 -3
@@ -0,0 +1,100 @@
1
+ export const kidsFamilyContent = {
2
+ home: {
3
+ eyebrow: 'Family home',
4
+ title: 'Today for the family',
5
+ description: 'Seed a safe home surface with routines, reminders, and shared highlights.',
6
+ sections: [
7
+ {
8
+ title: 'Daily highlights',
9
+ description: 'Model the blocks a parent and child might see first.',
10
+ cards: [
11
+ {
12
+ eyebrow: 'Routine',
13
+ title: 'Morning checklist',
14
+ description: 'A placeholder for routine steps and completion progress.',
15
+ },
16
+ {
17
+ eyebrow: 'Reminder',
18
+ title: 'After school',
19
+ description: 'Reserve for pickup, activities, and family messages.',
20
+ },
21
+ ],
22
+ },
23
+ ],
24
+ },
25
+ routines: {
26
+ eyebrow: 'Routines',
27
+ title: 'Schedules and checklists',
28
+ description: 'Keep predictable routines visible and easy to update.',
29
+ sections: [
30
+ {
31
+ title: 'Routine templates',
32
+ description: 'Model routines without implementing calendar engines.',
33
+ cards: [
34
+ {
35
+ eyebrow: 'Routine',
36
+ title: 'Bedtime',
37
+ description: 'A placeholder checklist with steps, rewards, and reminders.',
38
+ },
39
+ {
40
+ eyebrow: 'Routine',
41
+ title: 'Chores',
42
+ description: 'Reserve for rotating tasks and allowance tracking.',
43
+ },
44
+ ],
45
+ },
46
+ ],
47
+ },
48
+ discover: {
49
+ eyebrow: 'Discovery',
50
+ title: 'Safe exploration',
51
+ description: 'Seed curated activities, stories, and kid-friendly modules.',
52
+ sections: [
53
+ {
54
+ title: 'Curated picks',
55
+ description: 'Model discovery content with safety and age cues.',
56
+ cards: [
57
+ {
58
+ eyebrow: 'Activity',
59
+ title: 'Craft ideas',
60
+ description: 'A placeholder for guided activities and supplies lists.',
61
+ },
62
+ {
63
+ eyebrow: 'Story',
64
+ title: 'Read together',
65
+ description: 'Reserve for family reading, audio stories, and favorites.',
66
+ },
67
+ ],
68
+ },
69
+ ],
70
+ },
71
+ favorites: {
72
+ eyebrow: 'Favorites',
73
+ title: 'Saved activities',
74
+ description: 'Keep saved content easy to revisit across the family.',
75
+ sections: [
76
+ {
77
+ title: 'Saved lists',
78
+ description: 'Model favorites and shared collections.',
79
+ cards: [
80
+ {
81
+ eyebrow: 'Saved',
82
+ title: 'Weekend ideas',
83
+ description: 'A placeholder list for saved activities and places.',
84
+ },
85
+ {
86
+ eyebrow: 'Saved',
87
+ title: 'Meal helpers',
88
+ description: 'Reserve for family meal planning and grocery checklists.',
89
+ },
90
+ ],
91
+ },
92
+ ],
93
+ },
94
+ parents: {
95
+ eyebrow: 'Parent controls',
96
+ title: 'Safety and account controls',
97
+ description: 'Model guardian settings and safety defaults before integrating auth/profile wiring.',
98
+ },
99
+ };
100
+ //# sourceMappingURL=content.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"content.js","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/kids-family/content.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,iBAAiB,GAAG;IAC/B,IAAI,EAAE;QACJ,OAAO,EAAE,aAAa;QACtB,KAAK,EAAE,sBAAsB;QAC7B,WAAW,EAAE,2EAA2E;QACxF,QAAQ,EAAE;YACR;gBACE,KAAK,EAAE,kBAAkB;gBACzB,WAAW,EAAE,sDAAsD;gBACnE,KAAK,EAAE;oBACL;wBACE,OAAO,EAAE,SAAS;wBAClB,KAAK,EAAE,mBAAmB;wBAC1B,WAAW,EAAE,0DAA0D;qBACxE;oBACD;wBACE,OAAO,EAAE,UAAU;wBACnB,KAAK,EAAE,cAAc;wBACrB,WAAW,EAAE,sDAAsD;qBACpE;iBACF;aACF;SACF;KACF;IACD,QAAQ,EAAE;QACR,OAAO,EAAE,UAAU;QACnB,KAAK,EAAE,0BAA0B;QACjC,WAAW,EAAE,uDAAuD;QACpE,QAAQ,EAAE;YACR;gBACE,KAAK,EAAE,mBAAmB;gBAC1B,WAAW,EAAE,uDAAuD;gBACpE,KAAK,EAAE;oBACL;wBACE,OAAO,EAAE,SAAS;wBAClB,KAAK,EAAE,SAAS;wBAChB,WAAW,EAAE,6DAA6D;qBAC3E;oBACD;wBACE,OAAO,EAAE,SAAS;wBAClB,KAAK,EAAE,QAAQ;wBACf,WAAW,EAAE,oDAAoD;qBAClE;iBACF;aACF;SACF;KACF;IACD,QAAQ,EAAE;QACR,OAAO,EAAE,WAAW;QACpB,KAAK,EAAE,kBAAkB;QACzB,WAAW,EAAE,6DAA6D;QAC1E,QAAQ,EAAE;YACR;gBACE,KAAK,EAAE,eAAe;gBACtB,WAAW,EAAE,mDAAmD;gBAChE,KAAK,EAAE;oBACL;wBACE,OAAO,EAAE,UAAU;wBACnB,KAAK,EAAE,aAAa;wBACpB,WAAW,EAAE,yDAAyD;qBACvE;oBACD;wBACE,OAAO,EAAE,OAAO;wBAChB,KAAK,EAAE,eAAe;wBACtB,WAAW,EAAE,2DAA2D;qBACzE;iBACF;aACF;SACF;KACF;IACD,SAAS,EAAE;QACT,OAAO,EAAE,WAAW;QACpB,KAAK,EAAE,kBAAkB;QACzB,WAAW,EAAE,uDAAuD;QACpE,QAAQ,EAAE;YACR;gBACE,KAAK,EAAE,aAAa;gBACpB,WAAW,EAAE,yCAAyC;gBACtD,KAAK,EAAE;oBACL;wBACE,OAAO,EAAE,OAAO;wBAChB,KAAK,EAAE,eAAe;wBACtB,WAAW,EAAE,qDAAqD;qBACnE;oBACD;wBACE,OAAO,EAAE,OAAO;wBAChB,KAAK,EAAE,cAAc;wBACrB,WAAW,EAAE,0DAA0D;qBACxE;iBACF;aACF;SACF;KACF;IACD,OAAO,EAAE;QACP,OAAO,EAAE,iBAAiB;QAC1B,KAAK,EAAE,6BAA6B;QACpC,WAAW,EACT,qFAAqF;KACxF;CACO,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { AppManifest } from '@ankhorage/contracts';
2
+ import type { TemplateSeed } from '../../starter.types';
3
+ export declare function createKidsFamilyStarterTemplate(seed: TemplateSeed): AppManifest;
4
+ //# sourceMappingURL=default.template.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"default.template.d.ts","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/kids-family/default.template.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAIxD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAIxD,wBAAgB,+BAA+B,CAAC,IAAI,EAAE,YAAY,GAAG,WAAW,CAY/E"}
@@ -0,0 +1,17 @@
1
+ import { DEFAULT_TEMPLATE_VERSION } from '../../../../internal/defaults';
2
+ import { createManifestShell, createTheme } from '../../../shared';
3
+ import { createKidsFamilyNavigator, createKidsFamilyScreenIds } from './routes';
4
+ import { createKidsFamilyScreens } from './screens';
5
+ export function createKidsFamilyStarterTemplate(seed) {
6
+ const idPrefix = `${seed.category}-starter`;
7
+ const theme = createTheme(seed);
8
+ const screenIds = createKidsFamilyScreenIds(idPrefix);
9
+ return createManifestShell({
10
+ seed,
11
+ theme,
12
+ version: seed.version ?? DEFAULT_TEMPLATE_VERSION,
13
+ navigator: createKidsFamilyNavigator(screenIds),
14
+ screens: createKidsFamilyScreens(seed, idPrefix, screenIds),
15
+ });
16
+ }
17
+ //# sourceMappingURL=default.template.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"default.template.js","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/kids-family/default.template.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,mBAAmB,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAEnE,OAAO,EAAE,yBAAyB,EAAE,yBAAyB,EAAE,MAAM,UAAU,CAAC;AAChF,OAAO,EAAE,uBAAuB,EAAE,MAAM,WAAW,CAAC;AAEpD,MAAM,UAAU,+BAA+B,CAAC,IAAkB;IAChE,MAAM,QAAQ,GAAG,GAAG,IAAI,CAAC,QAAQ,UAAU,CAAC;IAC5C,MAAM,KAAK,GAAG,WAAW,CAAC,IAAI,CAAC,CAAC;IAChC,MAAM,SAAS,GAAG,yBAAyB,CAAC,QAAQ,CAAC,CAAC;IAEtD,OAAO,mBAAmB,CAAC;QACzB,IAAI;QACJ,KAAK;QACL,OAAO,EAAE,IAAI,CAAC,OAAO,IAAI,wBAAwB;QACjD,SAAS,EAAE,yBAAyB,CAAC,SAAS,CAAC;QAC/C,OAAO,EAAE,uBAAuB,CAAC,IAAI,EAAE,QAAQ,EAAE,SAAS,CAAC;KAC5D,CAAC,CAAC;AACL,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { createKidsFamilyStarterTemplate } from './default.template';
2
+ export { createKidsFamilyStarterTemplate } from './default.template';
3
+ export declare const kidsFamilyStarterTemplates: {
4
+ id: string;
5
+ label: string;
6
+ description: string;
7
+ create: typeof createKidsFamilyStarterTemplate;
8
+ }[];
9
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/kids-family/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,+BAA+B,EAAE,MAAM,oBAAoB,CAAC;AAErE,OAAO,EAAE,+BAA+B,EAAE,MAAM,oBAAoB,CAAC;AAErE,eAAO,MAAM,0BAA0B;;;;;GAQiB,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { createKidsFamilyStarterTemplate } from './default.template';
2
+ export { createKidsFamilyStarterTemplate } from './default.template';
3
+ export const kidsFamilyStarterTemplates = [
4
+ {
5
+ id: 'default',
6
+ label: 'Family hub',
7
+ description: 'A home, routines, discovery, favorites, and parent controls starter for family apps.',
8
+ create: createKidsFamilyStarterTemplate,
9
+ },
10
+ ];
11
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/kids-family/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,+BAA+B,EAAE,MAAM,oBAAoB,CAAC;AAErE,OAAO,EAAE,+BAA+B,EAAE,MAAM,oBAAoB,CAAC;AAErE,MAAM,CAAC,MAAM,0BAA0B,GAAG;IACxC;QACE,EAAE,EAAE,SAAS;QACb,KAAK,EAAE,YAAY;QACnB,WAAW,EACT,sFAAsF;QACxF,MAAM,EAAE,+BAA+B;KACxC;CACqD,CAAC"}
@@ -0,0 +1,11 @@
1
+ import type { AppManifest } from '@ankhorage/contracts';
2
+ export interface KidsFamilyScreenIds {
3
+ home: string;
4
+ routines: string;
5
+ discover: string;
6
+ favorites: string;
7
+ parents: string;
8
+ }
9
+ export declare function createKidsFamilyScreenIds(idPrefix: string): KidsFamilyScreenIds;
10
+ export declare function createKidsFamilyNavigator(screenIds: KidsFamilyScreenIds): AppManifest['navigator'];
11
+ //# sourceMappingURL=routes.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"routes.d.ts","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/kids-family/routes.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAIxD,MAAM,WAAW,mBAAmB;IAClC,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,wBAAgB,yBAAyB,CAAC,QAAQ,EAAE,MAAM,GAAG,mBAAmB,CAQ/E;AAED,wBAAgB,yBAAyB,CACvC,SAAS,EAAE,mBAAmB,GAC7B,WAAW,CAAC,WAAW,CAAC,CAqC1B"}
@@ -0,0 +1,49 @@
1
+ import { createRoute } from '../../../shared';
2
+ export function createKidsFamilyScreenIds(idPrefix) {
3
+ return {
4
+ home: `${idPrefix}-home`,
5
+ routines: `${idPrefix}-routines`,
6
+ discover: `${idPrefix}-discover`,
7
+ favorites: `${idPrefix}-favorites`,
8
+ parents: `${idPrefix}-parents`,
9
+ };
10
+ }
11
+ export function createKidsFamilyNavigator(screenIds) {
12
+ return {
13
+ type: 'tabs',
14
+ initialRouteName: 'index',
15
+ routes: [
16
+ createRoute({
17
+ name: 'index',
18
+ screenId: screenIds.home,
19
+ label: 'Home',
20
+ icon: { provider: 'material-community', name: 'home-outline' },
21
+ }),
22
+ createRoute({
23
+ name: 'routines',
24
+ screenId: screenIds.routines,
25
+ label: 'Routines',
26
+ icon: { provider: 'material-community', name: 'calendar-check-outline' },
27
+ }),
28
+ createRoute({
29
+ name: 'discover',
30
+ screenId: screenIds.discover,
31
+ label: 'Discover',
32
+ icon: { provider: 'material-community', name: 'compass-outline' },
33
+ }),
34
+ createRoute({
35
+ name: 'favorites',
36
+ screenId: screenIds.favorites,
37
+ label: 'Favorites',
38
+ icon: { provider: 'material-community', name: 'heart-outline' },
39
+ }),
40
+ createRoute({
41
+ name: 'parents',
42
+ screenId: screenIds.parents,
43
+ label: 'Parents',
44
+ icon: { provider: 'material-community', name: 'shield-account-outline' },
45
+ }),
46
+ ],
47
+ };
48
+ }
49
+ //# sourceMappingURL=routes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"routes.js","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/kids-family/routes.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAU9C,MAAM,UAAU,yBAAyB,CAAC,QAAgB;IACxD,OAAO;QACL,IAAI,EAAE,GAAG,QAAQ,OAAO;QACxB,QAAQ,EAAE,GAAG,QAAQ,WAAW;QAChC,QAAQ,EAAE,GAAG,QAAQ,WAAW;QAChC,SAAS,EAAE,GAAG,QAAQ,YAAY;QAClC,OAAO,EAAE,GAAG,QAAQ,UAAU;KAC/B,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,yBAAyB,CACvC,SAA8B;IAE9B,OAAO;QACL,IAAI,EAAE,MAAM;QACZ,gBAAgB,EAAE,OAAO;QACzB,MAAM,EAAE;YACN,WAAW,CAAC;gBACV,IAAI,EAAE,OAAO;gBACb,QAAQ,EAAE,SAAS,CAAC,IAAI;gBACxB,KAAK,EAAE,MAAM;gBACb,IAAI,EAAE,EAAE,QAAQ,EAAE,oBAAoB,EAAE,IAAI,EAAE,cAAc,EAAE;aAC/D,CAAC;YACF,WAAW,CAAC;gBACV,IAAI,EAAE,UAAU;gBAChB,QAAQ,EAAE,SAAS,CAAC,QAAQ;gBAC5B,KAAK,EAAE,UAAU;gBACjB,IAAI,EAAE,EAAE,QAAQ,EAAE,oBAAoB,EAAE,IAAI,EAAE,wBAAwB,EAAE;aACzE,CAAC;YACF,WAAW,CAAC;gBACV,IAAI,EAAE,UAAU;gBAChB,QAAQ,EAAE,SAAS,CAAC,QAAQ;gBAC5B,KAAK,EAAE,UAAU;gBACjB,IAAI,EAAE,EAAE,QAAQ,EAAE,oBAAoB,EAAE,IAAI,EAAE,iBAAiB,EAAE;aAClE,CAAC;YACF,WAAW,CAAC;gBACV,IAAI,EAAE,WAAW;gBACjB,QAAQ,EAAE,SAAS,CAAC,SAAS;gBAC7B,KAAK,EAAE,WAAW;gBAClB,IAAI,EAAE,EAAE,QAAQ,EAAE,oBAAoB,EAAE,IAAI,EAAE,eAAe,EAAE;aAChE,CAAC;YACF,WAAW,CAAC;gBACV,IAAI,EAAE,SAAS;gBACf,QAAQ,EAAE,SAAS,CAAC,OAAO;gBAC3B,KAAK,EAAE,SAAS;gBAChB,IAAI,EAAE,EAAE,QAAQ,EAAE,oBAAoB,EAAE,IAAI,EAAE,wBAAwB,EAAE;aACzE,CAAC;SACH;KACF,CAAC;AACJ,CAAC"}
@@ -0,0 +1,5 @@
1
+ import type { AppManifest } from '@ankhorage/contracts';
2
+ import type { TemplateSeed } from '../../starter.types';
3
+ import type { KidsFamilyScreenIds } from './routes';
4
+ export declare function createKidsFamilyScreens(seed: TemplateSeed, idPrefix: string, screenIds: KidsFamilyScreenIds): AppManifest['screens'];
5
+ //# sourceMappingURL=screens.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"screens.d.ts","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/kids-family/screens.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAGxD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAExD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAEpD,wBAAgB,uBAAuB,CACrC,IAAI,EAAE,YAAY,EAClB,QAAQ,EAAE,MAAM,EAChB,SAAS,EAAE,mBAAmB,GAC7B,WAAW,CAAC,SAAS,CAAC,CAyDxB"}
@@ -0,0 +1,61 @@
1
+ import { createStarterContentScreen, createStarterSettingsScreen } from '../../../shared';
2
+ import { kidsFamilyContent } from './content';
3
+ export function createKidsFamilyScreens(seed, idPrefix, screenIds) {
4
+ return {
5
+ [screenIds.home]: createStarterContentScreen({
6
+ idPrefix,
7
+ screenId: screenIds.home,
8
+ name: 'Home',
9
+ content: kidsFamilyContent.home,
10
+ }),
11
+ [screenIds.routines]: createStarterContentScreen({
12
+ idPrefix,
13
+ screenId: screenIds.routines,
14
+ name: 'Routines',
15
+ content: kidsFamilyContent.routines,
16
+ }),
17
+ [screenIds.discover]: createStarterContentScreen({
18
+ idPrefix,
19
+ screenId: screenIds.discover,
20
+ name: 'Discover',
21
+ content: kidsFamilyContent.discover,
22
+ }),
23
+ [screenIds.favorites]: createStarterContentScreen({
24
+ idPrefix,
25
+ screenId: screenIds.favorites,
26
+ name: 'Favorites',
27
+ content: kidsFamilyContent.favorites,
28
+ }),
29
+ [screenIds.parents]: createStarterSettingsScreen({
30
+ idPrefix,
31
+ screenId: screenIds.parents,
32
+ name: 'Parents',
33
+ header: kidsFamilyContent.parents,
34
+ section: {
35
+ title: 'Guardian defaults',
36
+ description: 'Seed safety and visibility controls for a family experience.',
37
+ rows: [
38
+ {
39
+ id: 'time-row',
40
+ title: 'Time limits',
41
+ description: 'Session limits start enabled with a family-friendly default.',
42
+ meta: 'starter',
43
+ },
44
+ {
45
+ id: 'content-row',
46
+ title: 'Content filters',
47
+ description: 'Curated content only until categories are configured.',
48
+ meta: 'safe',
49
+ },
50
+ {
51
+ id: 'auth-row',
52
+ title: 'Auth scope',
53
+ description: `${seed.categoryLabel} inherits the manifest infra auth setting.`,
54
+ meta: 'global',
55
+ },
56
+ ],
57
+ },
58
+ }),
59
+ };
60
+ }
61
+ //# sourceMappingURL=screens.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"screens.js","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/kids-family/screens.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,0BAA0B,EAAE,2BAA2B,EAAE,MAAM,iBAAiB,CAAC;AAE1F,OAAO,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAC;AAG9C,MAAM,UAAU,uBAAuB,CACrC,IAAkB,EAClB,QAAgB,EAChB,SAA8B;IAE9B,OAAO;QACL,CAAC,SAAS,CAAC,IAAI,CAAC,EAAE,0BAA0B,CAAC;YAC3C,QAAQ;YACR,QAAQ,EAAE,SAAS,CAAC,IAAI;YACxB,IAAI,EAAE,MAAM;YACZ,OAAO,EAAE,iBAAiB,CAAC,IAAI;SAChC,CAAC;QACF,CAAC,SAAS,CAAC,QAAQ,CAAC,EAAE,0BAA0B,CAAC;YAC/C,QAAQ;YACR,QAAQ,EAAE,SAAS,CAAC,QAAQ;YAC5B,IAAI,EAAE,UAAU;YAChB,OAAO,EAAE,iBAAiB,CAAC,QAAQ;SACpC,CAAC;QACF,CAAC,SAAS,CAAC,QAAQ,CAAC,EAAE,0BAA0B,CAAC;YAC/C,QAAQ;YACR,QAAQ,EAAE,SAAS,CAAC,QAAQ;YAC5B,IAAI,EAAE,UAAU;YAChB,OAAO,EAAE,iBAAiB,CAAC,QAAQ;SACpC,CAAC;QACF,CAAC,SAAS,CAAC,SAAS,CAAC,EAAE,0BAA0B,CAAC;YAChD,QAAQ;YACR,QAAQ,EAAE,SAAS,CAAC,SAAS;YAC7B,IAAI,EAAE,WAAW;YACjB,OAAO,EAAE,iBAAiB,CAAC,SAAS;SACrC,CAAC;QACF,CAAC,SAAS,CAAC,OAAO,CAAC,EAAE,2BAA2B,CAAC;YAC/C,QAAQ;YACR,QAAQ,EAAE,SAAS,CAAC,OAAO;YAC3B,IAAI,EAAE,SAAS;YACf,MAAM,EAAE,iBAAiB,CAAC,OAAO;YACjC,OAAO,EAAE;gBACP,KAAK,EAAE,mBAAmB;gBAC1B,WAAW,EAAE,8DAA8D;gBAC3E,IAAI,EAAE;oBACJ;wBACE,EAAE,EAAE,UAAU;wBACd,KAAK,EAAE,aAAa;wBACpB,WAAW,EAAE,8DAA8D;wBAC3E,IAAI,EAAE,SAAS;qBAChB;oBACD;wBACE,EAAE,EAAE,aAAa;wBACjB,KAAK,EAAE,iBAAiB;wBACxB,WAAW,EAAE,uDAAuD;wBACpE,IAAI,EAAE,MAAM;qBACb;oBACD;wBACE,EAAE,EAAE,UAAU;wBACd,KAAK,EAAE,YAAY;wBACnB,WAAW,EAAE,GAAG,IAAI,CAAC,aAAa,4CAA4C;wBAC9E,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF,CAAC;KACH,CAAC;AACJ,CAAC"}
@@ -0,0 +1,80 @@
1
+ export declare const lifestyleContent: {
2
+ readonly dashboard: {
3
+ readonly eyebrow: "Lifestyle";
4
+ readonly title: "Your week at a glance";
5
+ readonly description: "Seed the dashboard with routines, memberships, and upcoming plans.";
6
+ readonly sections: readonly [{
7
+ readonly title: "Upcoming";
8
+ readonly description: "Model upcoming plans and reminders without a full scheduling engine.";
9
+ readonly cards: readonly [{
10
+ readonly eyebrow: "Plan";
11
+ readonly title: "Weekend activity";
12
+ readonly description: "A placeholder for reservations, tickets, and calendar integration.";
13
+ }, {
14
+ readonly eyebrow: "Reminder";
15
+ readonly title: "Routine check-in";
16
+ readonly description: "Reserve for habit streaks, goals, and coaching prompts.";
17
+ }];
18
+ }];
19
+ };
20
+ readonly collections: {
21
+ readonly eyebrow: "Collections";
22
+ readonly title: "Saved lists and boards";
23
+ readonly description: "Keep curated lists, saved items, and inspiration boards visible.";
24
+ readonly sections: readonly [{
25
+ readonly title: "Saved sets";
26
+ readonly description: "Model collections for experiences, products, or routines.";
27
+ readonly cards: readonly [{
28
+ readonly eyebrow: "Board";
29
+ readonly title: "Favorites";
30
+ readonly description: "A placeholder board for saved items and quick reordering.";
31
+ }, {
32
+ readonly eyebrow: "Board";
33
+ readonly title: "Wish list";
34
+ readonly description: "Reserve for future plans, recommendations, and gifts.";
35
+ }];
36
+ }];
37
+ };
38
+ readonly plans: {
39
+ readonly eyebrow: "Plans";
40
+ readonly title: "Memberships and schedules";
41
+ readonly description: "Seed the planning surface with upcoming events and subscriptions.";
42
+ readonly sections: readonly [{
43
+ readonly title: "Plan types";
44
+ readonly description: "Model plan cards for membership, sessions, and bookings.";
45
+ readonly cards: readonly [{
46
+ readonly eyebrow: "Membership";
47
+ readonly title: "Studio subscription";
48
+ readonly description: "A placeholder membership card with renew date and perks.";
49
+ }, {
50
+ readonly eyebrow: "Booking";
51
+ readonly title: "Upcoming class";
52
+ readonly description: "Reserve for bookings, cancellations, and reminders.";
53
+ }];
54
+ }];
55
+ };
56
+ readonly explore: {
57
+ readonly eyebrow: "Explore";
58
+ readonly title: "Find new recommendations";
59
+ readonly description: "Seed the explore feed with curated picks and nearby suggestions.";
60
+ readonly sections: readonly [{
61
+ readonly title: "Recommended";
62
+ readonly description: "Model discovery cards with tags, distance, and why-it-matches.";
63
+ readonly cards: readonly [{
64
+ readonly eyebrow: "Nearby";
65
+ readonly title: "New spot";
66
+ readonly description: "A placeholder for location-aware recommendations and filters.";
67
+ }, {
68
+ readonly eyebrow: "Curated";
69
+ readonly title: "Editor list";
70
+ readonly description: "Reserve for seasonal lists and trend stories.";
71
+ }];
72
+ }];
73
+ };
74
+ readonly profile: {
75
+ readonly eyebrow: "Profile";
76
+ readonly title: "Preferences and defaults";
77
+ readonly description: "Model notification, membership, and privacy defaults for a lifestyle app.";
78
+ };
79
+ };
80
+ //# sourceMappingURL=content.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"content.d.ts","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/lifestyle/content.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkGnB,CAAC"}
@@ -0,0 +1,100 @@
1
+ export const lifestyleContent = {
2
+ dashboard: {
3
+ eyebrow: 'Lifestyle',
4
+ title: 'Your week at a glance',
5
+ description: 'Seed the dashboard with routines, memberships, and upcoming plans.',
6
+ sections: [
7
+ {
8
+ title: 'Upcoming',
9
+ description: 'Model upcoming plans and reminders without a full scheduling engine.',
10
+ cards: [
11
+ {
12
+ eyebrow: 'Plan',
13
+ title: 'Weekend activity',
14
+ description: 'A placeholder for reservations, tickets, and calendar integration.',
15
+ },
16
+ {
17
+ eyebrow: 'Reminder',
18
+ title: 'Routine check-in',
19
+ description: 'Reserve for habit streaks, goals, and coaching prompts.',
20
+ },
21
+ ],
22
+ },
23
+ ],
24
+ },
25
+ collections: {
26
+ eyebrow: 'Collections',
27
+ title: 'Saved lists and boards',
28
+ description: 'Keep curated lists, saved items, and inspiration boards visible.',
29
+ sections: [
30
+ {
31
+ title: 'Saved sets',
32
+ description: 'Model collections for experiences, products, or routines.',
33
+ cards: [
34
+ {
35
+ eyebrow: 'Board',
36
+ title: 'Favorites',
37
+ description: 'A placeholder board for saved items and quick reordering.',
38
+ },
39
+ {
40
+ eyebrow: 'Board',
41
+ title: 'Wish list',
42
+ description: 'Reserve for future plans, recommendations, and gifts.',
43
+ },
44
+ ],
45
+ },
46
+ ],
47
+ },
48
+ plans: {
49
+ eyebrow: 'Plans',
50
+ title: 'Memberships and schedules',
51
+ description: 'Seed the planning surface with upcoming events and subscriptions.',
52
+ sections: [
53
+ {
54
+ title: 'Plan types',
55
+ description: 'Model plan cards for membership, sessions, and bookings.',
56
+ cards: [
57
+ {
58
+ eyebrow: 'Membership',
59
+ title: 'Studio subscription',
60
+ description: 'A placeholder membership card with renew date and perks.',
61
+ },
62
+ {
63
+ eyebrow: 'Booking',
64
+ title: 'Upcoming class',
65
+ description: 'Reserve for bookings, cancellations, and reminders.',
66
+ },
67
+ ],
68
+ },
69
+ ],
70
+ },
71
+ explore: {
72
+ eyebrow: 'Explore',
73
+ title: 'Find new recommendations',
74
+ description: 'Seed the explore feed with curated picks and nearby suggestions.',
75
+ sections: [
76
+ {
77
+ title: 'Recommended',
78
+ description: 'Model discovery cards with tags, distance, and why-it-matches.',
79
+ cards: [
80
+ {
81
+ eyebrow: 'Nearby',
82
+ title: 'New spot',
83
+ description: 'A placeholder for location-aware recommendations and filters.',
84
+ },
85
+ {
86
+ eyebrow: 'Curated',
87
+ title: 'Editor list',
88
+ description: 'Reserve for seasonal lists and trend stories.',
89
+ },
90
+ ],
91
+ },
92
+ ],
93
+ },
94
+ profile: {
95
+ eyebrow: 'Profile',
96
+ title: 'Preferences and defaults',
97
+ description: 'Model notification, membership, and privacy defaults for a lifestyle app.',
98
+ },
99
+ };
100
+ //# sourceMappingURL=content.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"content.js","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/lifestyle/content.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,gBAAgB,GAAG;IAC9B,SAAS,EAAE;QACT,OAAO,EAAE,WAAW;QACpB,KAAK,EAAE,uBAAuB;QAC9B,WAAW,EAAE,oEAAoE;QACjF,QAAQ,EAAE;YACR;gBACE,KAAK,EAAE,UAAU;gBACjB,WAAW,EAAE,sEAAsE;gBACnF,KAAK,EAAE;oBACL;wBACE,OAAO,EAAE,MAAM;wBACf,KAAK,EAAE,kBAAkB;wBACzB,WAAW,EAAE,oEAAoE;qBAClF;oBACD;wBACE,OAAO,EAAE,UAAU;wBACnB,KAAK,EAAE,kBAAkB;wBACzB,WAAW,EAAE,yDAAyD;qBACvE;iBACF;aACF;SACF;KACF;IACD,WAAW,EAAE;QACX,OAAO,EAAE,aAAa;QACtB,KAAK,EAAE,wBAAwB;QAC/B,WAAW,EAAE,kEAAkE;QAC/E,QAAQ,EAAE;YACR;gBACE,KAAK,EAAE,YAAY;gBACnB,WAAW,EAAE,2DAA2D;gBACxE,KAAK,EAAE;oBACL;wBACE,OAAO,EAAE,OAAO;wBAChB,KAAK,EAAE,WAAW;wBAClB,WAAW,EAAE,2DAA2D;qBACzE;oBACD;wBACE,OAAO,EAAE,OAAO;wBAChB,KAAK,EAAE,WAAW;wBAClB,WAAW,EAAE,uDAAuD;qBACrE;iBACF;aACF;SACF;KACF;IACD,KAAK,EAAE;QACL,OAAO,EAAE,OAAO;QAChB,KAAK,EAAE,2BAA2B;QAClC,WAAW,EAAE,mEAAmE;QAChF,QAAQ,EAAE;YACR;gBACE,KAAK,EAAE,YAAY;gBACnB,WAAW,EAAE,0DAA0D;gBACvE,KAAK,EAAE;oBACL;wBACE,OAAO,EAAE,YAAY;wBACrB,KAAK,EAAE,qBAAqB;wBAC5B,WAAW,EAAE,0DAA0D;qBACxE;oBACD;wBACE,OAAO,EAAE,SAAS;wBAClB,KAAK,EAAE,gBAAgB;wBACvB,WAAW,EAAE,qDAAqD;qBACnE;iBACF;aACF;SACF;KACF;IACD,OAAO,EAAE;QACP,OAAO,EAAE,SAAS;QAClB,KAAK,EAAE,0BAA0B;QACjC,WAAW,EAAE,kEAAkE;QAC/E,QAAQ,EAAE;YACR;gBACE,KAAK,EAAE,aAAa;gBACpB,WAAW,EAAE,gEAAgE;gBAC7E,KAAK,EAAE;oBACL;wBACE,OAAO,EAAE,QAAQ;wBACjB,KAAK,EAAE,UAAU;wBACjB,WAAW,EAAE,+DAA+D;qBAC7E;oBACD;wBACE,OAAO,EAAE,SAAS;wBAClB,KAAK,EAAE,aAAa;wBACpB,WAAW,EAAE,+CAA+C;qBAC7D;iBACF;aACF;SACF;KACF;IACD,OAAO,EAAE;QACP,OAAO,EAAE,SAAS;QAClB,KAAK,EAAE,0BAA0B;QACjC,WAAW,EAAE,2EAA2E;KACzF;CACO,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { AppManifest } from '@ankhorage/contracts';
2
+ import type { TemplateSeed } from '../../starter.types';
3
+ export declare function createLifestyleStarterTemplate(seed: TemplateSeed): AppManifest;
4
+ //# sourceMappingURL=default.template.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"default.template.d.ts","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/lifestyle/default.template.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAIxD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAIxD,wBAAgB,8BAA8B,CAAC,IAAI,EAAE,YAAY,GAAG,WAAW,CAY9E"}
@@ -0,0 +1,17 @@
1
+ import { DEFAULT_TEMPLATE_VERSION } from '../../../../internal/defaults';
2
+ import { createManifestShell, createTheme } from '../../../shared';
3
+ import { createLifestyleNavigator, createLifestyleScreenIds } from './routes';
4
+ import { createLifestyleScreens } from './screens';
5
+ export function createLifestyleStarterTemplate(seed) {
6
+ const idPrefix = `${seed.category}-starter`;
7
+ const theme = createTheme(seed);
8
+ const screenIds = createLifestyleScreenIds(idPrefix);
9
+ return createManifestShell({
10
+ seed,
11
+ theme,
12
+ version: seed.version ?? DEFAULT_TEMPLATE_VERSION,
13
+ navigator: createLifestyleNavigator(screenIds),
14
+ screens: createLifestyleScreens(seed, idPrefix, screenIds),
15
+ });
16
+ }
17
+ //# sourceMappingURL=default.template.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"default.template.js","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/lifestyle/default.template.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,mBAAmB,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAEnE,OAAO,EAAE,wBAAwB,EAAE,wBAAwB,EAAE,MAAM,UAAU,CAAC;AAC9E,OAAO,EAAE,sBAAsB,EAAE,MAAM,WAAW,CAAC;AAEnD,MAAM,UAAU,8BAA8B,CAAC,IAAkB;IAC/D,MAAM,QAAQ,GAAG,GAAG,IAAI,CAAC,QAAQ,UAAU,CAAC;IAC5C,MAAM,KAAK,GAAG,WAAW,CAAC,IAAI,CAAC,CAAC;IAChC,MAAM,SAAS,GAAG,wBAAwB,CAAC,QAAQ,CAAC,CAAC;IAErD,OAAO,mBAAmB,CAAC;QACzB,IAAI;QACJ,KAAK;QACL,OAAO,EAAE,IAAI,CAAC,OAAO,IAAI,wBAAwB;QACjD,SAAS,EAAE,wBAAwB,CAAC,SAAS,CAAC;QAC9C,OAAO,EAAE,sBAAsB,CAAC,IAAI,EAAE,QAAQ,EAAE,SAAS,CAAC;KAC3D,CAAC,CAAC;AACL,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { createLifestyleStarterTemplate } from './default.template';
2
+ export { createLifestyleStarterTemplate } from './default.template';
3
+ export declare const lifestyleStarterTemplates: {
4
+ id: string;
5
+ label: string;
6
+ description: string;
7
+ create: typeof createLifestyleStarterTemplate;
8
+ }[];
9
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/lifestyle/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,8BAA8B,EAAE,MAAM,oBAAoB,CAAC;AAEpE,OAAO,EAAE,8BAA8B,EAAE,MAAM,oBAAoB,CAAC;AAEpE,eAAO,MAAM,yBAAyB;;;;;GAQkB,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { createLifestyleStarterTemplate } from './default.template';
2
+ export { createLifestyleStarterTemplate } from './default.template';
3
+ export const lifestyleStarterTemplates = [
4
+ {
5
+ id: 'default',
6
+ label: 'Lifestyle dashboard',
7
+ description: 'A dashboard, collections, plans, explore, and profile starter for lifestyle apps.',
8
+ create: createLifestyleStarterTemplate,
9
+ },
10
+ ];
11
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/lifestyle/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,8BAA8B,EAAE,MAAM,oBAAoB,CAAC;AAEpE,OAAO,EAAE,8BAA8B,EAAE,MAAM,oBAAoB,CAAC;AAEpE,MAAM,CAAC,MAAM,yBAAyB,GAAG;IACvC;QACE,EAAE,EAAE,SAAS;QACb,KAAK,EAAE,qBAAqB;QAC5B,WAAW,EACT,mFAAmF;QACrF,MAAM,EAAE,8BAA8B;KACvC;CACqD,CAAC"}
@@ -0,0 +1,11 @@
1
+ import type { AppManifest } from '@ankhorage/contracts';
2
+ export interface LifestyleScreenIds {
3
+ dashboard: string;
4
+ collections: string;
5
+ plans: string;
6
+ explore: string;
7
+ profile: string;
8
+ }
9
+ export declare function createLifestyleScreenIds(idPrefix: string): LifestyleScreenIds;
10
+ export declare function createLifestyleNavigator(screenIds: LifestyleScreenIds): AppManifest['navigator'];
11
+ //# sourceMappingURL=routes.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"routes.d.ts","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/lifestyle/routes.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAIxD,MAAM,WAAW,kBAAkB;IACjC,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,wBAAgB,wBAAwB,CAAC,QAAQ,EAAE,MAAM,GAAG,kBAAkB,CAQ7E;AAED,wBAAgB,wBAAwB,CAAC,SAAS,EAAE,kBAAkB,GAAG,WAAW,CAAC,WAAW,CAAC,CAqChG"}
@@ -0,0 +1,49 @@
1
+ import { createRoute } from '../../../shared';
2
+ export function createLifestyleScreenIds(idPrefix) {
3
+ return {
4
+ dashboard: `${idPrefix}-dashboard`,
5
+ collections: `${idPrefix}-collections`,
6
+ plans: `${idPrefix}-plans`,
7
+ explore: `${idPrefix}-explore`,
8
+ profile: `${idPrefix}-profile`,
9
+ };
10
+ }
11
+ export function createLifestyleNavigator(screenIds) {
12
+ return {
13
+ type: 'tabs',
14
+ initialRouteName: 'index',
15
+ routes: [
16
+ createRoute({
17
+ name: 'index',
18
+ screenId: screenIds.dashboard,
19
+ label: 'Dashboard',
20
+ icon: { provider: 'material-community', name: 'view-dashboard-outline' },
21
+ }),
22
+ createRoute({
23
+ name: 'collections',
24
+ screenId: screenIds.collections,
25
+ label: 'Collections',
26
+ icon: { provider: 'material-community', name: 'bookmark-multiple-outline' },
27
+ }),
28
+ createRoute({
29
+ name: 'plans',
30
+ screenId: screenIds.plans,
31
+ label: 'Plans',
32
+ icon: { provider: 'material-community', name: 'calendar-star' },
33
+ }),
34
+ createRoute({
35
+ name: 'explore',
36
+ screenId: screenIds.explore,
37
+ label: 'Explore',
38
+ icon: { provider: 'material-community', name: 'compass-outline' },
39
+ }),
40
+ createRoute({
41
+ name: 'profile',
42
+ screenId: screenIds.profile,
43
+ label: 'Profile',
44
+ icon: { provider: 'material-community', name: 'account-circle-outline' },
45
+ }),
46
+ ],
47
+ };
48
+ }
49
+ //# sourceMappingURL=routes.js.map