@ankhorage/templates 1.1.9 → 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 +8 -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 +2 -1
@@ -0,0 +1,100 @@
1
+ export const photoVideoContent = {
2
+ capture: {
3
+ eyebrow: 'Capture',
4
+ title: 'Start a new capture',
5
+ description: 'Seed the capture screen with modes, presets, and quick actions.',
6
+ sections: [
7
+ {
8
+ title: 'Capture modes',
9
+ description: 'Model capture modes without implementing camera engines.',
10
+ cards: [
11
+ {
12
+ eyebrow: 'Mode',
13
+ title: 'Photo',
14
+ description: 'A placeholder for photo mode with timer and grid toggles.',
15
+ },
16
+ {
17
+ eyebrow: 'Mode',
18
+ title: 'Video',
19
+ description: 'Reserve for recording presets and stabilization options.',
20
+ },
21
+ ],
22
+ },
23
+ ],
24
+ },
25
+ library: {
26
+ eyebrow: 'Library',
27
+ title: 'Recent captures',
28
+ description: 'Organize recent media into collections and projects.',
29
+ sections: [
30
+ {
31
+ title: 'Collections',
32
+ description: 'Model albums and projects before wiring storage and sync.',
33
+ cards: [
34
+ {
35
+ eyebrow: 'Album',
36
+ title: 'Recent',
37
+ description: 'A placeholder for the most recent captures and edits.',
38
+ },
39
+ {
40
+ eyebrow: 'Album',
41
+ title: 'Favorites',
42
+ description: 'Reserve for saved shots, highlights, and pinned projects.',
43
+ },
44
+ ],
45
+ },
46
+ ],
47
+ },
48
+ edit: {
49
+ eyebrow: 'Edit',
50
+ title: 'Adjust and refine',
51
+ description: 'Seed an editing surface with presets, history, and export placeholders.',
52
+ sections: [
53
+ {
54
+ title: 'Editing tools',
55
+ description: 'Model edits without implementing the full editor.',
56
+ cards: [
57
+ {
58
+ eyebrow: 'Preset',
59
+ title: 'Color grade',
60
+ description: 'A placeholder for presets, intensity, and before/after toggles.',
61
+ },
62
+ {
63
+ eyebrow: 'Tool',
64
+ title: 'Crop & rotate',
65
+ description: 'Reserve for framing, aspect ratios, and guides.',
66
+ },
67
+ ],
68
+ },
69
+ ],
70
+ },
71
+ share: {
72
+ eyebrow: 'Share',
73
+ title: 'Publish and export',
74
+ description: 'Model destinations and export formats without implementing network flows.',
75
+ sections: [
76
+ {
77
+ title: 'Share targets',
78
+ description: 'Seed share destinations and export presets.',
79
+ cards: [
80
+ {
81
+ eyebrow: 'Export',
82
+ title: 'High quality',
83
+ description: 'A placeholder export preset with format and size options.',
84
+ },
85
+ {
86
+ eyebrow: 'Destination',
87
+ title: 'Social',
88
+ description: 'Reserve for publish queues and caption tooling.',
89
+ },
90
+ ],
91
+ },
92
+ ],
93
+ },
94
+ profile: {
95
+ eyebrow: 'Creator profile',
96
+ title: 'Preferences and defaults',
97
+ description: 'Model quality, storage, and publishing defaults.',
98
+ },
99
+ };
100
+ //# sourceMappingURL=content.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"content.js","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/photo-video/content.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,iBAAiB,GAAG;IAC/B,OAAO,EAAE;QACP,OAAO,EAAE,SAAS;QAClB,KAAK,EAAE,qBAAqB;QAC5B,WAAW,EAAE,iEAAiE;QAC9E,QAAQ,EAAE;YACR;gBACE,KAAK,EAAE,eAAe;gBACtB,WAAW,EAAE,0DAA0D;gBACvE,KAAK,EAAE;oBACL;wBACE,OAAO,EAAE,MAAM;wBACf,KAAK,EAAE,OAAO;wBACd,WAAW,EAAE,2DAA2D;qBACzE;oBACD;wBACE,OAAO,EAAE,MAAM;wBACf,KAAK,EAAE,OAAO;wBACd,WAAW,EAAE,0DAA0D;qBACxE;iBACF;aACF;SACF;KACF;IACD,OAAO,EAAE;QACP,OAAO,EAAE,SAAS;QAClB,KAAK,EAAE,iBAAiB;QACxB,WAAW,EAAE,sDAAsD;QACnE,QAAQ,EAAE;YACR;gBACE,KAAK,EAAE,aAAa;gBACpB,WAAW,EAAE,2DAA2D;gBACxE,KAAK,EAAE;oBACL;wBACE,OAAO,EAAE,OAAO;wBAChB,KAAK,EAAE,QAAQ;wBACf,WAAW,EAAE,uDAAuD;qBACrE;oBACD;wBACE,OAAO,EAAE,OAAO;wBAChB,KAAK,EAAE,WAAW;wBAClB,WAAW,EAAE,2DAA2D;qBACzE;iBACF;aACF;SACF;KACF;IACD,IAAI,EAAE;QACJ,OAAO,EAAE,MAAM;QACf,KAAK,EAAE,mBAAmB;QAC1B,WAAW,EAAE,yEAAyE;QACtF,QAAQ,EAAE;YACR;gBACE,KAAK,EAAE,eAAe;gBACtB,WAAW,EAAE,mDAAmD;gBAChE,KAAK,EAAE;oBACL;wBACE,OAAO,EAAE,QAAQ;wBACjB,KAAK,EAAE,aAAa;wBACpB,WAAW,EAAE,iEAAiE;qBAC/E;oBACD;wBACE,OAAO,EAAE,MAAM;wBACf,KAAK,EAAE,eAAe;wBACtB,WAAW,EAAE,iDAAiD;qBAC/D;iBACF;aACF;SACF;KACF;IACD,KAAK,EAAE;QACL,OAAO,EAAE,OAAO;QAChB,KAAK,EAAE,oBAAoB;QAC3B,WAAW,EAAE,2EAA2E;QACxF,QAAQ,EAAE;YACR;gBACE,KAAK,EAAE,eAAe;gBACtB,WAAW,EAAE,6CAA6C;gBAC1D,KAAK,EAAE;oBACL;wBACE,OAAO,EAAE,QAAQ;wBACjB,KAAK,EAAE,cAAc;wBACrB,WAAW,EAAE,2DAA2D;qBACzE;oBACD;wBACE,OAAO,EAAE,aAAa;wBACtB,KAAK,EAAE,QAAQ;wBACf,WAAW,EAAE,iDAAiD;qBAC/D;iBACF;aACF;SACF;KACF;IACD,OAAO,EAAE;QACP,OAAO,EAAE,iBAAiB;QAC1B,KAAK,EAAE,0BAA0B;QACjC,WAAW,EAAE,kDAAkD;KAChE;CACO,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { AppManifest } from '@ankhorage/contracts';
2
+ import type { TemplateSeed } from '../../starter.types';
3
+ export declare function createPhotoVideoStarterTemplate(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/photo-video/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 { createPhotoVideoNavigator, createPhotoVideoScreenIds } from './routes';
4
+ import { createPhotoVideoScreens } from './screens';
5
+ export function createPhotoVideoStarterTemplate(seed) {
6
+ const idPrefix = `${seed.category}-starter`;
7
+ const theme = createTheme(seed);
8
+ const screenIds = createPhotoVideoScreenIds(idPrefix);
9
+ return createManifestShell({
10
+ seed,
11
+ theme,
12
+ version: seed.version ?? DEFAULT_TEMPLATE_VERSION,
13
+ navigator: createPhotoVideoNavigator(screenIds),
14
+ screens: createPhotoVideoScreens(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/photo-video/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 { createPhotoVideoStarterTemplate } from './default.template';
2
+ export { createPhotoVideoStarterTemplate } from './default.template';
3
+ export declare const photoVideoStarterTemplates: {
4
+ id: string;
5
+ label: string;
6
+ description: string;
7
+ create: typeof createPhotoVideoStarterTemplate;
8
+ }[];
9
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/photo-video/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;;;;;GAOiB,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { createPhotoVideoStarterTemplate } from './default.template';
2
+ export { createPhotoVideoStarterTemplate } from './default.template';
3
+ export const photoVideoStarterTemplates = [
4
+ {
5
+ id: 'default',
6
+ label: 'Capture studio',
7
+ description: 'A capture, library, edit, share, and profile starter for photo/video apps.',
8
+ create: createPhotoVideoStarterTemplate,
9
+ },
10
+ ];
11
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/photo-video/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,gBAAgB;QACvB,WAAW,EAAE,4EAA4E;QACzF,MAAM,EAAE,+BAA+B;KACxC;CACqD,CAAC"}
@@ -0,0 +1,11 @@
1
+ import type { AppManifest } from '@ankhorage/contracts';
2
+ export interface PhotoVideoScreenIds {
3
+ capture: string;
4
+ library: string;
5
+ edit: string;
6
+ share: string;
7
+ profile: string;
8
+ }
9
+ export declare function createPhotoVideoScreenIds(idPrefix: string): PhotoVideoScreenIds;
10
+ export declare function createPhotoVideoNavigator(screenIds: PhotoVideoScreenIds): AppManifest['navigator'];
11
+ //# sourceMappingURL=routes.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"routes.d.ts","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/photo-video/routes.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAIxD,MAAM,WAAW,mBAAmB;IAClC,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,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 createPhotoVideoScreenIds(idPrefix) {
3
+ return {
4
+ capture: `${idPrefix}-capture`,
5
+ library: `${idPrefix}-library`,
6
+ edit: `${idPrefix}-edit`,
7
+ share: `${idPrefix}-share`,
8
+ profile: `${idPrefix}-profile`,
9
+ };
10
+ }
11
+ export function createPhotoVideoNavigator(screenIds) {
12
+ return {
13
+ type: 'tabs',
14
+ initialRouteName: 'index',
15
+ routes: [
16
+ createRoute({
17
+ name: 'index',
18
+ screenId: screenIds.capture,
19
+ label: 'Capture',
20
+ icon: { provider: 'material-community', name: 'camera-outline' },
21
+ }),
22
+ createRoute({
23
+ name: 'library',
24
+ screenId: screenIds.library,
25
+ label: 'Library',
26
+ icon: { provider: 'material-community', name: 'image-multiple-outline' },
27
+ }),
28
+ createRoute({
29
+ name: 'edit',
30
+ screenId: screenIds.edit,
31
+ label: 'Edit',
32
+ icon: { provider: 'material-community', name: 'movie-edit-outline' },
33
+ }),
34
+ createRoute({
35
+ name: 'share',
36
+ screenId: screenIds.share,
37
+ label: 'Share',
38
+ icon: { provider: 'material-community', name: 'share-variant-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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"routes.js","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/photo-video/routes.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAU9C,MAAM,UAAU,yBAAyB,CAAC,QAAgB;IACxD,OAAO;QACL,OAAO,EAAE,GAAG,QAAQ,UAAU;QAC9B,OAAO,EAAE,GAAG,QAAQ,UAAU;QAC9B,IAAI,EAAE,GAAG,QAAQ,OAAO;QACxB,KAAK,EAAE,GAAG,QAAQ,QAAQ;QAC1B,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,OAAO;gBAC3B,KAAK,EAAE,SAAS;gBAChB,IAAI,EAAE,EAAE,QAAQ,EAAE,oBAAoB,EAAE,IAAI,EAAE,gBAAgB,EAAE;aACjE,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;YACF,WAAW,CAAC;gBACV,IAAI,EAAE,MAAM;gBACZ,QAAQ,EAAE,SAAS,CAAC,IAAI;gBACxB,KAAK,EAAE,MAAM;gBACb,IAAI,EAAE,EAAE,QAAQ,EAAE,oBAAoB,EAAE,IAAI,EAAE,oBAAoB,EAAE;aACrE,CAAC;YACF,WAAW,CAAC;gBACV,IAAI,EAAE,OAAO;gBACb,QAAQ,EAAE,SAAS,CAAC,KAAK;gBACzB,KAAK,EAAE,OAAO;gBACd,IAAI,EAAE,EAAE,QAAQ,EAAE,oBAAoB,EAAE,IAAI,EAAE,uBAAuB,EAAE;aACxE,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 { PhotoVideoScreenIds } from './routes';
4
+ export declare function createPhotoVideoScreens(seed: TemplateSeed, idPrefix: string, screenIds: PhotoVideoScreenIds): AppManifest['screens'];
5
+ //# sourceMappingURL=screens.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"screens.d.ts","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/photo-video/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 { photoVideoContent } from './content';
3
+ export function createPhotoVideoScreens(seed, idPrefix, screenIds) {
4
+ return {
5
+ [screenIds.capture]: createStarterContentScreen({
6
+ idPrefix,
7
+ screenId: screenIds.capture,
8
+ name: 'Capture',
9
+ content: photoVideoContent.capture,
10
+ }),
11
+ [screenIds.library]: createStarterContentScreen({
12
+ idPrefix,
13
+ screenId: screenIds.library,
14
+ name: 'Library',
15
+ content: photoVideoContent.library,
16
+ }),
17
+ [screenIds.edit]: createStarterContentScreen({
18
+ idPrefix,
19
+ screenId: screenIds.edit,
20
+ name: 'Edit',
21
+ content: photoVideoContent.edit,
22
+ }),
23
+ [screenIds.share]: createStarterContentScreen({
24
+ idPrefix,
25
+ screenId: screenIds.share,
26
+ name: 'Share',
27
+ content: photoVideoContent.share,
28
+ }),
29
+ [screenIds.profile]: createStarterSettingsScreen({
30
+ idPrefix,
31
+ screenId: screenIds.profile,
32
+ name: 'Profile',
33
+ header: photoVideoContent.profile,
34
+ section: {
35
+ title: 'Studio defaults',
36
+ description: 'Seed export, storage, and publishing preferences.',
37
+ rows: [
38
+ {
39
+ id: 'quality-row',
40
+ title: 'Default export',
41
+ description: 'Exports default to high quality.',
42
+ meta: 'hq',
43
+ },
44
+ {
45
+ id: 'storage-row',
46
+ title: 'Storage',
47
+ description: 'Keep originals locally until cloud sync is configured.',
48
+ meta: 'local',
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/photo-video/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,OAAO,CAAC,EAAE,0BAA0B,CAAC;YAC9C,QAAQ;YACR,QAAQ,EAAE,SAAS,CAAC,OAAO;YAC3B,IAAI,EAAE,SAAS;YACf,OAAO,EAAE,iBAAiB,CAAC,OAAO;SACnC,CAAC;QACF,CAAC,SAAS,CAAC,OAAO,CAAC,EAAE,0BAA0B,CAAC;YAC9C,QAAQ;YACR,QAAQ,EAAE,SAAS,CAAC,OAAO;YAC3B,IAAI,EAAE,SAAS;YACf,OAAO,EAAE,iBAAiB,CAAC,OAAO;SACnC,CAAC;QACF,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,KAAK,CAAC,EAAE,0BAA0B,CAAC;YAC5C,QAAQ;YACR,QAAQ,EAAE,SAAS,CAAC,KAAK;YACzB,IAAI,EAAE,OAAO;YACb,OAAO,EAAE,iBAAiB,CAAC,KAAK;SACjC,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,iBAAiB;gBACxB,WAAW,EAAE,mDAAmD;gBAChE,IAAI,EAAE;oBACJ;wBACE,EAAE,EAAE,aAAa;wBACjB,KAAK,EAAE,gBAAgB;wBACvB,WAAW,EAAE,kCAAkC;wBAC/C,IAAI,EAAE,IAAI;qBACX;oBACD;wBACE,EAAE,EAAE,aAAa;wBACjB,KAAK,EAAE,SAAS;wBAChB,WAAW,EAAE,wDAAwD;wBACrE,IAAI,EAAE,OAAO;qBACd;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,85 @@
1
+ export declare const referenceContent: {
2
+ readonly browse: {
3
+ readonly eyebrow: "Browse";
4
+ readonly title: "Explore reference sets";
5
+ readonly description: "Seed browsing with featured collections, quick links, and popular entries.";
6
+ readonly sections: readonly [{
7
+ readonly title: "Featured sets";
8
+ readonly description: "Model curated sets and entrypoints before adding a full taxonomy engine.";
9
+ readonly cards: readonly [{
10
+ readonly eyebrow: "Set";
11
+ readonly title: "Quick lookup";
12
+ readonly description: "A placeholder for common lookups and favorite shortcuts.";
13
+ }, {
14
+ readonly eyebrow: "Set";
15
+ readonly title: "Top entries";
16
+ readonly description: "Reserve for trending queries and editorial highlights.";
17
+ }];
18
+ }];
19
+ };
20
+ readonly search: {
21
+ readonly eyebrow: "Search";
22
+ readonly title: "Search the knowledge base";
23
+ readonly description: "Provide a query input and scope hints before wiring the search index.";
24
+ };
25
+ readonly categories: {
26
+ readonly eyebrow: "Categories";
27
+ readonly title: "Browse by topic";
28
+ readonly description: "Seed taxonomy cards and navigation hints for structured reference content.";
29
+ readonly sections: readonly [{
30
+ readonly title: "Topic groups";
31
+ readonly description: "Model category groupings that scale as content grows.";
32
+ readonly cards: readonly [{
33
+ readonly eyebrow: "Category";
34
+ readonly title: "Basics";
35
+ readonly description: "A placeholder category with subtopics and entry count.";
36
+ }, {
37
+ readonly eyebrow: "Category";
38
+ readonly title: "Advanced";
39
+ readonly description: "Reserve for deep dives, glossaries, and best practices.";
40
+ }];
41
+ }];
42
+ };
43
+ readonly saved: {
44
+ readonly eyebrow: "Saved";
45
+ readonly title: "Bookmarks and notes";
46
+ readonly description: "Keep saved entries, reading lists, and reference notes visible.";
47
+ readonly sections: readonly [{
48
+ readonly title: "Saved items";
49
+ readonly description: "Model bookmarks without implementing persistence or sync.";
50
+ readonly cards: readonly [{
51
+ readonly eyebrow: "Bookmark";
52
+ readonly title: "Pinned entry";
53
+ readonly description: "A placeholder saved entry with tag and last accessed time.";
54
+ }, {
55
+ readonly eyebrow: "List";
56
+ readonly title: "Study set";
57
+ readonly description: "Reserve for saved collections and review sessions.";
58
+ }];
59
+ }];
60
+ };
61
+ readonly history: {
62
+ readonly eyebrow: "History";
63
+ readonly title: "Recent lookups";
64
+ readonly description: "Model recent entries and revisit states for reference usage.";
65
+ readonly sections: readonly [{
66
+ readonly title: "Recently viewed";
67
+ readonly description: "Seed history cards with timestamps and quick actions.";
68
+ readonly cards: readonly [{
69
+ readonly eyebrow: "Recent";
70
+ readonly title: "Last lookup";
71
+ readonly description: "A placeholder for revisiting an entry and saving it.";
72
+ }, {
73
+ readonly eyebrow: "Recent";
74
+ readonly title: "Related entries";
75
+ readonly description: "Reserve for suggested follow-ups and cross links.";
76
+ }];
77
+ }];
78
+ };
79
+ readonly settings: {
80
+ readonly eyebrow: "Settings";
81
+ readonly title: "Reference settings";
82
+ readonly description: "Model search, language, and offline preferences for reference apps.";
83
+ };
84
+ };
85
+ //# sourceMappingURL=content.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"content.d.ts","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/reference/content.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuGnB,CAAC"}
@@ -0,0 +1,105 @@
1
+ export const referenceContent = {
2
+ browse: {
3
+ eyebrow: 'Browse',
4
+ title: 'Explore reference sets',
5
+ description: 'Seed browsing with featured collections, quick links, and popular entries.',
6
+ sections: [
7
+ {
8
+ title: 'Featured sets',
9
+ description: 'Model curated sets and entrypoints before adding a full taxonomy engine.',
10
+ cards: [
11
+ {
12
+ eyebrow: 'Set',
13
+ title: 'Quick lookup',
14
+ description: 'A placeholder for common lookups and favorite shortcuts.',
15
+ },
16
+ {
17
+ eyebrow: 'Set',
18
+ title: 'Top entries',
19
+ description: 'Reserve for trending queries and editorial highlights.',
20
+ },
21
+ ],
22
+ },
23
+ ],
24
+ },
25
+ search: {
26
+ eyebrow: 'Search',
27
+ title: 'Search the knowledge base',
28
+ description: 'Provide a query input and scope hints before wiring the search index.',
29
+ },
30
+ categories: {
31
+ eyebrow: 'Categories',
32
+ title: 'Browse by topic',
33
+ description: 'Seed taxonomy cards and navigation hints for structured reference content.',
34
+ sections: [
35
+ {
36
+ title: 'Topic groups',
37
+ description: 'Model category groupings that scale as content grows.',
38
+ cards: [
39
+ {
40
+ eyebrow: 'Category',
41
+ title: 'Basics',
42
+ description: 'A placeholder category with subtopics and entry count.',
43
+ },
44
+ {
45
+ eyebrow: 'Category',
46
+ title: 'Advanced',
47
+ description: 'Reserve for deep dives, glossaries, and best practices.',
48
+ },
49
+ ],
50
+ },
51
+ ],
52
+ },
53
+ saved: {
54
+ eyebrow: 'Saved',
55
+ title: 'Bookmarks and notes',
56
+ description: 'Keep saved entries, reading lists, and reference notes visible.',
57
+ sections: [
58
+ {
59
+ title: 'Saved items',
60
+ description: 'Model bookmarks without implementing persistence or sync.',
61
+ cards: [
62
+ {
63
+ eyebrow: 'Bookmark',
64
+ title: 'Pinned entry',
65
+ description: 'A placeholder saved entry with tag and last accessed time.',
66
+ },
67
+ {
68
+ eyebrow: 'List',
69
+ title: 'Study set',
70
+ description: 'Reserve for saved collections and review sessions.',
71
+ },
72
+ ],
73
+ },
74
+ ],
75
+ },
76
+ history: {
77
+ eyebrow: 'History',
78
+ title: 'Recent lookups',
79
+ description: 'Model recent entries and revisit states for reference usage.',
80
+ sections: [
81
+ {
82
+ title: 'Recently viewed',
83
+ description: 'Seed history cards with timestamps and quick actions.',
84
+ cards: [
85
+ {
86
+ eyebrow: 'Recent',
87
+ title: 'Last lookup',
88
+ description: 'A placeholder for revisiting an entry and saving it.',
89
+ },
90
+ {
91
+ eyebrow: 'Recent',
92
+ title: 'Related entries',
93
+ description: 'Reserve for suggested follow-ups and cross links.',
94
+ },
95
+ ],
96
+ },
97
+ ],
98
+ },
99
+ settings: {
100
+ eyebrow: 'Settings',
101
+ title: 'Reference settings',
102
+ description: 'Model search, language, and offline preferences for reference apps.',
103
+ },
104
+ };
105
+ //# sourceMappingURL=content.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"content.js","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/reference/content.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,gBAAgB,GAAG;IAC9B,MAAM,EAAE;QACN,OAAO,EAAE,QAAQ;QACjB,KAAK,EAAE,wBAAwB;QAC/B,WAAW,EAAE,4EAA4E;QACzF,QAAQ,EAAE;YACR;gBACE,KAAK,EAAE,eAAe;gBACtB,WAAW,EAAE,0EAA0E;gBACvF,KAAK,EAAE;oBACL;wBACE,OAAO,EAAE,KAAK;wBACd,KAAK,EAAE,cAAc;wBACrB,WAAW,EAAE,0DAA0D;qBACxE;oBACD;wBACE,OAAO,EAAE,KAAK;wBACd,KAAK,EAAE,aAAa;wBACpB,WAAW,EAAE,wDAAwD;qBACtE;iBACF;aACF;SACF;KACF;IACD,MAAM,EAAE;QACN,OAAO,EAAE,QAAQ;QACjB,KAAK,EAAE,2BAA2B;QAClC,WAAW,EAAE,uEAAuE;KACrF;IACD,UAAU,EAAE;QACV,OAAO,EAAE,YAAY;QACrB,KAAK,EAAE,iBAAiB;QACxB,WAAW,EAAE,4EAA4E;QACzF,QAAQ,EAAE;YACR;gBACE,KAAK,EAAE,cAAc;gBACrB,WAAW,EAAE,uDAAuD;gBACpE,KAAK,EAAE;oBACL;wBACE,OAAO,EAAE,UAAU;wBACnB,KAAK,EAAE,QAAQ;wBACf,WAAW,EAAE,wDAAwD;qBACtE;oBACD;wBACE,OAAO,EAAE,UAAU;wBACnB,KAAK,EAAE,UAAU;wBACjB,WAAW,EAAE,yDAAyD;qBACvE;iBACF;aACF;SACF;KACF;IACD,KAAK,EAAE;QACL,OAAO,EAAE,OAAO;QAChB,KAAK,EAAE,qBAAqB;QAC5B,WAAW,EAAE,iEAAiE;QAC9E,QAAQ,EAAE;YACR;gBACE,KAAK,EAAE,aAAa;gBACpB,WAAW,EAAE,2DAA2D;gBACxE,KAAK,EAAE;oBACL;wBACE,OAAO,EAAE,UAAU;wBACnB,KAAK,EAAE,cAAc;wBACrB,WAAW,EAAE,4DAA4D;qBAC1E;oBACD;wBACE,OAAO,EAAE,MAAM;wBACf,KAAK,EAAE,WAAW;wBAClB,WAAW,EAAE,oDAAoD;qBAClE;iBACF;aACF;SACF;KACF;IACD,OAAO,EAAE;QACP,OAAO,EAAE,SAAS;QAClB,KAAK,EAAE,gBAAgB;QACvB,WAAW,EAAE,8DAA8D;QAC3E,QAAQ,EAAE;YACR;gBACE,KAAK,EAAE,iBAAiB;gBACxB,WAAW,EAAE,uDAAuD;gBACpE,KAAK,EAAE;oBACL;wBACE,OAAO,EAAE,QAAQ;wBACjB,KAAK,EAAE,aAAa;wBACpB,WAAW,EAAE,sDAAsD;qBACpE;oBACD;wBACE,OAAO,EAAE,QAAQ;wBACjB,KAAK,EAAE,iBAAiB;wBACxB,WAAW,EAAE,mDAAmD;qBACjE;iBACF;aACF;SACF;KACF;IACD,QAAQ,EAAE;QACR,OAAO,EAAE,UAAU;QACnB,KAAK,EAAE,oBAAoB;QAC3B,WAAW,EAAE,qEAAqE;KACnF;CACO,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { AppManifest } from '@ankhorage/contracts';
2
+ import type { TemplateSeed } from '../../starter.types';
3
+ export declare function createReferenceStarterTemplate(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/reference/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 { createReferenceNavigator, createReferenceScreenIds } from './routes';
4
+ import { createReferenceScreens } from './screens';
5
+ export function createReferenceStarterTemplate(seed) {
6
+ const idPrefix = `${seed.category}-starter`;
7
+ const theme = createTheme(seed);
8
+ const screenIds = createReferenceScreenIds(idPrefix);
9
+ return createManifestShell({
10
+ seed,
11
+ theme,
12
+ version: seed.version ?? DEFAULT_TEMPLATE_VERSION,
13
+ navigator: createReferenceNavigator(screenIds),
14
+ screens: createReferenceScreens(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/reference/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 { createReferenceStarterTemplate } from './default.template';
2
+ export { createReferenceStarterTemplate } from './default.template';
3
+ export declare const referenceStarterTemplates: {
4
+ id: string;
5
+ label: string;
6
+ description: string;
7
+ create: typeof createReferenceStarterTemplate;
8
+ }[];
9
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/reference/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 { createReferenceStarterTemplate } from './default.template';
2
+ export { createReferenceStarterTemplate } from './default.template';
3
+ export const referenceStarterTemplates = [
4
+ {
5
+ id: 'default',
6
+ label: 'Knowledge base',
7
+ description: 'A browse, search, categories, saved, history, and settings starter for reference apps.',
8
+ create: createReferenceStarterTemplate,
9
+ },
10
+ ];
11
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/reference/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,gBAAgB;QACvB,WAAW,EACT,wFAAwF;QAC1F,MAAM,EAAE,8BAA8B;KACvC;CACqD,CAAC"}
@@ -0,0 +1,12 @@
1
+ import type { AppManifest } from '@ankhorage/contracts';
2
+ export interface ReferenceScreenIds {
3
+ browse: string;
4
+ search: string;
5
+ categories: string;
6
+ saved: string;
7
+ history: string;
8
+ settings: string;
9
+ }
10
+ export declare function createReferenceScreenIds(idPrefix: string): ReferenceScreenIds;
11
+ export declare function createReferenceNavigator(screenIds: ReferenceScreenIds): AppManifest['navigator'];
12
+ //# sourceMappingURL=routes.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"routes.d.ts","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/reference/routes.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAIxD,MAAM,WAAW,kBAAkB;IACjC,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,wBAAgB,wBAAwB,CAAC,QAAQ,EAAE,MAAM,GAAG,kBAAkB,CAS7E;AAED,wBAAgB,wBAAwB,CAAC,SAAS,EAAE,kBAAkB,GAAG,WAAW,CAAC,WAAW,CAAC,CA2ChG"}