@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,123 @@
1
+ export const developerToolsContent = {
2
+ dashboard: {
3
+ eyebrow: 'Engineering ops',
4
+ title: 'Reliability at a glance',
5
+ description: 'Combine builds, incidents, and environment health into a single surface.',
6
+ sections: [
7
+ {
8
+ title: 'Status overview',
9
+ description: 'Keep the current state visible and easy to scan.',
10
+ cards: [
11
+ {
12
+ eyebrow: 'Build',
13
+ title: 'Main pipeline green',
14
+ description: 'A placeholder for the last successful build and queued runs.',
15
+ },
16
+ {
17
+ eyebrow: 'Incident',
18
+ title: 'No active incidents',
19
+ description: 'Reserve this for incident severity, ownership, and next update time.',
20
+ },
21
+ ],
22
+ },
23
+ ],
24
+ },
25
+ builds: {
26
+ eyebrow: 'CI/CD',
27
+ title: 'Build pipelines and releases',
28
+ description: 'Model the build history, stage status, and artifact readiness.',
29
+ sections: [
30
+ {
31
+ title: 'Recent builds',
32
+ description: 'Use cards to represent builds, checks, and ownership.',
33
+ cards: [
34
+ {
35
+ eyebrow: 'Release',
36
+ title: 'v1.0.0 candidate',
37
+ description: 'A placeholder for checks, duration, and artifact signing.',
38
+ },
39
+ {
40
+ eyebrow: 'PR',
41
+ title: 'Feature branch build',
42
+ description: 'Reserve this for preview builds and review state.',
43
+ },
44
+ ],
45
+ },
46
+ ],
47
+ },
48
+ incidents: {
49
+ eyebrow: 'Response',
50
+ title: 'Incidents and on-call',
51
+ description: 'Prepare a queue for triage, ownership, and comms updates.',
52
+ sections: [
53
+ {
54
+ title: 'Active queue',
55
+ description: 'Model severity, impact, and the communication timeline.',
56
+ cards: [
57
+ {
58
+ eyebrow: 'SEV2',
59
+ title: 'Elevated error rate',
60
+ description: 'A placeholder incident card with status, owner, and next update.',
61
+ },
62
+ {
63
+ eyebrow: 'SEV3',
64
+ title: 'Latency regression',
65
+ description: 'Reserve for postmortem links, mitigations, and tags.',
66
+ },
67
+ ],
68
+ },
69
+ ],
70
+ },
71
+ environments: {
72
+ eyebrow: 'Environments',
73
+ title: 'Runtime surfaces',
74
+ description: 'Track where deployments live and how each environment behaves.',
75
+ sections: [
76
+ {
77
+ title: 'Environment health',
78
+ description: 'Keep status, versions, and uptime placeholders visible.',
79
+ cards: [
80
+ {
81
+ eyebrow: 'Production',
82
+ title: 'Stable',
83
+ description: 'A placeholder environment status card with version and region.',
84
+ },
85
+ {
86
+ eyebrow: 'Staging',
87
+ title: 'Preview ready',
88
+ description: 'Reserve this for feature flags, migrations, and drift checks.',
89
+ },
90
+ ],
91
+ },
92
+ ],
93
+ },
94
+ deployments: {
95
+ eyebrow: 'Deployments',
96
+ title: 'Release delivery',
97
+ description: 'Create space for rollout steps, approvals, and deployment history.',
98
+ sections: [
99
+ {
100
+ title: 'Rollout actions',
101
+ description: 'Model the steps a release needs without implementing the engine.',
102
+ cards: [
103
+ {
104
+ eyebrow: 'Step',
105
+ title: 'Canary rollout',
106
+ description: 'A placeholder for a staged rollout, pause, and health verification.',
107
+ },
108
+ {
109
+ eyebrow: 'Approval',
110
+ title: 'Change window',
111
+ description: 'Reserve this for approval gates and scheduling context.',
112
+ },
113
+ ],
114
+ },
115
+ ],
116
+ },
117
+ settings: {
118
+ eyebrow: 'Operations',
119
+ title: 'Tooling settings',
120
+ description: 'Model alert routing, environments, and on-call defaults.',
121
+ },
122
+ };
123
+ //# sourceMappingURL=content.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"content.js","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/developer-tools/content.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,qBAAqB,GAAG;IACnC,SAAS,EAAE;QACT,OAAO,EAAE,iBAAiB;QAC1B,KAAK,EAAE,yBAAyB;QAChC,WAAW,EAAE,0EAA0E;QACvF,QAAQ,EAAE;YACR;gBACE,KAAK,EAAE,iBAAiB;gBACxB,WAAW,EAAE,kDAAkD;gBAC/D,KAAK,EAAE;oBACL;wBACE,OAAO,EAAE,OAAO;wBAChB,KAAK,EAAE,qBAAqB;wBAC5B,WAAW,EAAE,8DAA8D;qBAC5E;oBACD;wBACE,OAAO,EAAE,UAAU;wBACnB,KAAK,EAAE,qBAAqB;wBAC5B,WAAW,EAAE,sEAAsE;qBACpF;iBACF;aACF;SACF;KACF;IACD,MAAM,EAAE;QACN,OAAO,EAAE,OAAO;QAChB,KAAK,EAAE,8BAA8B;QACrC,WAAW,EAAE,gEAAgE;QAC7E,QAAQ,EAAE;YACR;gBACE,KAAK,EAAE,eAAe;gBACtB,WAAW,EAAE,uDAAuD;gBACpE,KAAK,EAAE;oBACL;wBACE,OAAO,EAAE,SAAS;wBAClB,KAAK,EAAE,kBAAkB;wBACzB,WAAW,EAAE,2DAA2D;qBACzE;oBACD;wBACE,OAAO,EAAE,IAAI;wBACb,KAAK,EAAE,sBAAsB;wBAC7B,WAAW,EAAE,mDAAmD;qBACjE;iBACF;aACF;SACF;KACF;IACD,SAAS,EAAE;QACT,OAAO,EAAE,UAAU;QACnB,KAAK,EAAE,uBAAuB;QAC9B,WAAW,EAAE,2DAA2D;QACxE,QAAQ,EAAE;YACR;gBACE,KAAK,EAAE,cAAc;gBACrB,WAAW,EAAE,yDAAyD;gBACtE,KAAK,EAAE;oBACL;wBACE,OAAO,EAAE,MAAM;wBACf,KAAK,EAAE,qBAAqB;wBAC5B,WAAW,EAAE,kEAAkE;qBAChF;oBACD;wBACE,OAAO,EAAE,MAAM;wBACf,KAAK,EAAE,oBAAoB;wBAC3B,WAAW,EAAE,sDAAsD;qBACpE;iBACF;aACF;SACF;KACF;IACD,YAAY,EAAE;QACZ,OAAO,EAAE,cAAc;QACvB,KAAK,EAAE,kBAAkB;QACzB,WAAW,EAAE,gEAAgE;QAC7E,QAAQ,EAAE;YACR;gBACE,KAAK,EAAE,oBAAoB;gBAC3B,WAAW,EAAE,yDAAyD;gBACtE,KAAK,EAAE;oBACL;wBACE,OAAO,EAAE,YAAY;wBACrB,KAAK,EAAE,QAAQ;wBACf,WAAW,EAAE,gEAAgE;qBAC9E;oBACD;wBACE,OAAO,EAAE,SAAS;wBAClB,KAAK,EAAE,eAAe;wBACtB,WAAW,EAAE,+DAA+D;qBAC7E;iBACF;aACF;SACF;KACF;IACD,WAAW,EAAE;QACX,OAAO,EAAE,aAAa;QACtB,KAAK,EAAE,kBAAkB;QACzB,WAAW,EAAE,oEAAoE;QACjF,QAAQ,EAAE;YACR;gBACE,KAAK,EAAE,iBAAiB;gBACxB,WAAW,EAAE,kEAAkE;gBAC/E,KAAK,EAAE;oBACL;wBACE,OAAO,EAAE,MAAM;wBACf,KAAK,EAAE,gBAAgB;wBACvB,WAAW,EAAE,qEAAqE;qBACnF;oBACD;wBACE,OAAO,EAAE,UAAU;wBACnB,KAAK,EAAE,eAAe;wBACtB,WAAW,EAAE,yDAAyD;qBACvE;iBACF;aACF;SACF;KACF;IACD,QAAQ,EAAE;QACR,OAAO,EAAE,YAAY;QACrB,KAAK,EAAE,kBAAkB;QACzB,WAAW,EAAE,0DAA0D;KACxE;CACO,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { AppManifest } from '@ankhorage/contracts';
2
+ import type { TemplateSeed } from '../../starter.types';
3
+ export declare function createDeveloperToolsStarterTemplate(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/developer-tools/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,mCAAmC,CAAC,IAAI,EAAE,YAAY,GAAG,WAAW,CAYnF"}
@@ -0,0 +1,17 @@
1
+ import { DEFAULT_TEMPLATE_VERSION } from '../../../../internal/defaults';
2
+ import { createManifestShell, createTheme } from '../../../shared';
3
+ import { createDeveloperToolsNavigator, createDeveloperToolsScreenIds } from './routes';
4
+ import { createDeveloperToolsScreens } from './screens';
5
+ export function createDeveloperToolsStarterTemplate(seed) {
6
+ const idPrefix = `${seed.category}-starter`;
7
+ const theme = createTheme(seed);
8
+ const screenIds = createDeveloperToolsScreenIds(idPrefix);
9
+ return createManifestShell({
10
+ seed,
11
+ theme,
12
+ version: seed.version ?? DEFAULT_TEMPLATE_VERSION,
13
+ navigator: createDeveloperToolsNavigator(screenIds),
14
+ screens: createDeveloperToolsScreens(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/developer-tools/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,6BAA6B,EAAE,6BAA6B,EAAE,MAAM,UAAU,CAAC;AACxF,OAAO,EAAE,2BAA2B,EAAE,MAAM,WAAW,CAAC;AAExD,MAAM,UAAU,mCAAmC,CAAC,IAAkB;IACpE,MAAM,QAAQ,GAAG,GAAG,IAAI,CAAC,QAAQ,UAAU,CAAC;IAC5C,MAAM,KAAK,GAAG,WAAW,CAAC,IAAI,CAAC,CAAC;IAChC,MAAM,SAAS,GAAG,6BAA6B,CAAC,QAAQ,CAAC,CAAC;IAE1D,OAAO,mBAAmB,CAAC;QACzB,IAAI;QACJ,KAAK;QACL,OAAO,EAAE,IAAI,CAAC,OAAO,IAAI,wBAAwB;QACjD,SAAS,EAAE,6BAA6B,CAAC,SAAS,CAAC;QACnD,OAAO,EAAE,2BAA2B,CAAC,IAAI,EAAE,QAAQ,EAAE,SAAS,CAAC;KAChE,CAAC,CAAC;AACL,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { createDeveloperToolsStarterTemplate } from './default.template';
2
+ export { createDeveloperToolsStarterTemplate } from './default.template';
3
+ export declare const developerToolsStarterTemplates: {
4
+ id: string;
5
+ label: string;
6
+ description: string;
7
+ create: typeof createDeveloperToolsStarterTemplate;
8
+ }[];
9
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/developer-tools/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,mCAAmC,EAAE,MAAM,oBAAoB,CAAC;AAEzE,OAAO,EAAE,mCAAmC,EAAE,MAAM,oBAAoB,CAAC;AAEzE,eAAO,MAAM,8BAA8B;;;;;GAQa,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { createDeveloperToolsStarterTemplate } from './default.template';
2
+ export { createDeveloperToolsStarterTemplate } from './default.template';
3
+ export const developerToolsStarterTemplates = [
4
+ {
5
+ id: 'default',
6
+ label: 'Engineering console',
7
+ description: 'A dashboard, builds, incidents, environments, deployments, and settings starter for developer tooling.',
8
+ create: createDeveloperToolsStarterTemplate,
9
+ },
10
+ ];
11
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/developer-tools/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,mCAAmC,EAAE,MAAM,oBAAoB,CAAC;AAEzE,OAAO,EAAE,mCAAmC,EAAE,MAAM,oBAAoB,CAAC;AAEzE,MAAM,CAAC,MAAM,8BAA8B,GAAG;IAC5C;QACE,EAAE,EAAE,SAAS;QACb,KAAK,EAAE,qBAAqB;QAC5B,WAAW,EACT,wGAAwG;QAC1G,MAAM,EAAE,mCAAmC;KAC5C;CACqD,CAAC"}
@@ -0,0 +1,12 @@
1
+ import type { AppManifest } from '@ankhorage/contracts';
2
+ export interface DeveloperToolsScreenIds {
3
+ dashboard: string;
4
+ builds: string;
5
+ incidents: string;
6
+ environments: string;
7
+ deployments: string;
8
+ settings: string;
9
+ }
10
+ export declare function createDeveloperToolsScreenIds(idPrefix: string): DeveloperToolsScreenIds;
11
+ export declare function createDeveloperToolsNavigator(screenIds: DeveloperToolsScreenIds): AppManifest['navigator'];
12
+ //# sourceMappingURL=routes.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"routes.d.ts","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/developer-tools/routes.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAIxD,MAAM,WAAW,uBAAuB;IACtC,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,wBAAgB,6BAA6B,CAAC,QAAQ,EAAE,MAAM,GAAG,uBAAuB,CASvF;AAED,wBAAgB,6BAA6B,CAC3C,SAAS,EAAE,uBAAuB,GACjC,WAAW,CAAC,WAAW,CAAC,CA2C1B"}
@@ -0,0 +1,56 @@
1
+ import { createRoute } from '../../../shared';
2
+ export function createDeveloperToolsScreenIds(idPrefix) {
3
+ return {
4
+ dashboard: `${idPrefix}-dashboard`,
5
+ builds: `${idPrefix}-builds`,
6
+ incidents: `${idPrefix}-incidents`,
7
+ environments: `${idPrefix}-environments`,
8
+ deployments: `${idPrefix}-deployments`,
9
+ settings: `${idPrefix}-settings`,
10
+ };
11
+ }
12
+ export function createDeveloperToolsNavigator(screenIds) {
13
+ return {
14
+ type: 'drawer',
15
+ initialRouteName: 'index',
16
+ routes: [
17
+ createRoute({
18
+ name: 'index',
19
+ screenId: screenIds.dashboard,
20
+ label: 'Dashboard',
21
+ icon: { provider: 'material-community', name: 'view-dashboard-outline' },
22
+ }),
23
+ createRoute({
24
+ name: 'builds',
25
+ screenId: screenIds.builds,
26
+ label: 'Builds',
27
+ icon: { provider: 'material-community', name: 'hammer-wrench' },
28
+ }),
29
+ createRoute({
30
+ name: 'incidents',
31
+ screenId: screenIds.incidents,
32
+ label: 'Incidents',
33
+ icon: { provider: 'material-community', name: 'alert-circle-outline' },
34
+ }),
35
+ createRoute({
36
+ name: 'environments',
37
+ screenId: screenIds.environments,
38
+ label: 'Environments',
39
+ icon: { provider: 'material-community', name: 'server-network' },
40
+ }),
41
+ createRoute({
42
+ name: 'deployments',
43
+ screenId: screenIds.deployments,
44
+ label: 'Deployments',
45
+ icon: { provider: 'material-community', name: 'rocket-launch-outline' },
46
+ }),
47
+ createRoute({
48
+ name: 'settings',
49
+ screenId: screenIds.settings,
50
+ label: 'Settings',
51
+ icon: { provider: 'material-community', name: 'cog-outline' },
52
+ }),
53
+ ],
54
+ };
55
+ }
56
+ //# sourceMappingURL=routes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"routes.js","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/developer-tools/routes.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAW9C,MAAM,UAAU,6BAA6B,CAAC,QAAgB;IAC5D,OAAO;QACL,SAAS,EAAE,GAAG,QAAQ,YAAY;QAClC,MAAM,EAAE,GAAG,QAAQ,SAAS;QAC5B,SAAS,EAAE,GAAG,QAAQ,YAAY;QAClC,YAAY,EAAE,GAAG,QAAQ,eAAe;QACxC,WAAW,EAAE,GAAG,QAAQ,cAAc;QACtC,QAAQ,EAAE,GAAG,QAAQ,WAAW;KACjC,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,6BAA6B,CAC3C,SAAkC;IAElC,OAAO;QACL,IAAI,EAAE,QAAQ;QACd,gBAAgB,EAAE,OAAO;QACzB,MAAM,EAAE;YACN,WAAW,CAAC;gBACV,IAAI,EAAE,OAAO;gBACb,QAAQ,EAAE,SAAS,CAAC,SAAS;gBAC7B,KAAK,EAAE,WAAW;gBAClB,IAAI,EAAE,EAAE,QAAQ,EAAE,oBAAoB,EAAE,IAAI,EAAE,wBAAwB,EAAE;aACzE,CAAC;YACF,WAAW,CAAC;gBACV,IAAI,EAAE,QAAQ;gBACd,QAAQ,EAAE,SAAS,CAAC,MAAM;gBAC1B,KAAK,EAAE,QAAQ;gBACf,IAAI,EAAE,EAAE,QAAQ,EAAE,oBAAoB,EAAE,IAAI,EAAE,eAAe,EAAE;aAChE,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,sBAAsB,EAAE;aACvE,CAAC;YACF,WAAW,CAAC;gBACV,IAAI,EAAE,cAAc;gBACpB,QAAQ,EAAE,SAAS,CAAC,YAAY;gBAChC,KAAK,EAAE,cAAc;gBACrB,IAAI,EAAE,EAAE,QAAQ,EAAE,oBAAoB,EAAE,IAAI,EAAE,gBAAgB,EAAE;aACjE,CAAC;YACF,WAAW,CAAC;gBACV,IAAI,EAAE,aAAa;gBACnB,QAAQ,EAAE,SAAS,CAAC,WAAW;gBAC/B,KAAK,EAAE,aAAa;gBACpB,IAAI,EAAE,EAAE,QAAQ,EAAE,oBAAoB,EAAE,IAAI,EAAE,uBAAuB,EAAE;aACxE,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,aAAa,EAAE;aAC9D,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 { DeveloperToolsScreenIds } from './routes';
4
+ export declare function createDeveloperToolsScreens(seed: TemplateSeed, idPrefix: string, screenIds: DeveloperToolsScreenIds): AppManifest['screens'];
5
+ //# sourceMappingURL=screens.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"screens.d.ts","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/developer-tools/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,uBAAuB,EAAE,MAAM,UAAU,CAAC;AAExD,wBAAgB,2BAA2B,CACzC,IAAI,EAAE,YAAY,EAClB,QAAQ,EAAE,MAAM,EAChB,SAAS,EAAE,uBAAuB,GACjC,WAAW,CAAC,SAAS,CAAC,CA+DxB"}
@@ -0,0 +1,67 @@
1
+ import { createStarterContentScreen, createStarterSettingsScreen } from '../../../shared';
2
+ import { developerToolsContent } from './content';
3
+ export function createDeveloperToolsScreens(seed, idPrefix, screenIds) {
4
+ return {
5
+ [screenIds.dashboard]: createStarterContentScreen({
6
+ idPrefix,
7
+ screenId: screenIds.dashboard,
8
+ name: 'Dashboard',
9
+ content: developerToolsContent.dashboard,
10
+ }),
11
+ [screenIds.builds]: createStarterContentScreen({
12
+ idPrefix,
13
+ screenId: screenIds.builds,
14
+ name: 'Builds',
15
+ content: developerToolsContent.builds,
16
+ }),
17
+ [screenIds.incidents]: createStarterContentScreen({
18
+ idPrefix,
19
+ screenId: screenIds.incidents,
20
+ name: 'Incidents',
21
+ content: developerToolsContent.incidents,
22
+ }),
23
+ [screenIds.environments]: createStarterContentScreen({
24
+ idPrefix,
25
+ screenId: screenIds.environments,
26
+ name: 'Environments',
27
+ content: developerToolsContent.environments,
28
+ }),
29
+ [screenIds.deployments]: createStarterContentScreen({
30
+ idPrefix,
31
+ screenId: screenIds.deployments,
32
+ name: 'Deployments',
33
+ content: developerToolsContent.deployments,
34
+ }),
35
+ [screenIds.settings]: createStarterSettingsScreen({
36
+ idPrefix,
37
+ screenId: screenIds.settings,
38
+ name: 'Settings',
39
+ header: developerToolsContent.settings,
40
+ section: {
41
+ title: 'On-call defaults',
42
+ description: 'Keep routing deterministic until runtime preferences are wired.',
43
+ rows: [
44
+ {
45
+ id: 'alerts-row',
46
+ title: 'Alert routing',
47
+ description: 'Incidents page is the default landing for critical alerts.',
48
+ meta: 'incidents',
49
+ },
50
+ {
51
+ id: 'environments-row',
52
+ title: 'Environment naming',
53
+ description: 'Seed production/staging/development labels for dashboards.',
54
+ meta: 'stable',
55
+ },
56
+ {
57
+ id: 'auth-row',
58
+ title: 'Auth scope',
59
+ description: `${seed.categoryLabel} inherits the manifest infra auth setting.`,
60
+ meta: 'global',
61
+ },
62
+ ],
63
+ },
64
+ }),
65
+ };
66
+ }
67
+ //# sourceMappingURL=screens.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"screens.js","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/developer-tools/screens.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,0BAA0B,EAAE,2BAA2B,EAAE,MAAM,iBAAiB,CAAC;AAE1F,OAAO,EAAE,qBAAqB,EAAE,MAAM,WAAW,CAAC;AAGlD,MAAM,UAAU,2BAA2B,CACzC,IAAkB,EAClB,QAAgB,EAChB,SAAkC;IAElC,OAAO;QACL,CAAC,SAAS,CAAC,SAAS,CAAC,EAAE,0BAA0B,CAAC;YAChD,QAAQ;YACR,QAAQ,EAAE,SAAS,CAAC,SAAS;YAC7B,IAAI,EAAE,WAAW;YACjB,OAAO,EAAE,qBAAqB,CAAC,SAAS;SACzC,CAAC;QACF,CAAC,SAAS,CAAC,MAAM,CAAC,EAAE,0BAA0B,CAAC;YAC7C,QAAQ;YACR,QAAQ,EAAE,SAAS,CAAC,MAAM;YAC1B,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE,qBAAqB,CAAC,MAAM;SACtC,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,qBAAqB,CAAC,SAAS;SACzC,CAAC;QACF,CAAC,SAAS,CAAC,YAAY,CAAC,EAAE,0BAA0B,CAAC;YACnD,QAAQ;YACR,QAAQ,EAAE,SAAS,CAAC,YAAY;YAChC,IAAI,EAAE,cAAc;YACpB,OAAO,EAAE,qBAAqB,CAAC,YAAY;SAC5C,CAAC;QACF,CAAC,SAAS,CAAC,WAAW,CAAC,EAAE,0BAA0B,CAAC;YAClD,QAAQ;YACR,QAAQ,EAAE,SAAS,CAAC,WAAW;YAC/B,IAAI,EAAE,aAAa;YACnB,OAAO,EAAE,qBAAqB,CAAC,WAAW;SAC3C,CAAC;QACF,CAAC,SAAS,CAAC,QAAQ,CAAC,EAAE,2BAA2B,CAAC;YAChD,QAAQ;YACR,QAAQ,EAAE,SAAS,CAAC,QAAQ;YAC5B,IAAI,EAAE,UAAU;YAChB,MAAM,EAAE,qBAAqB,CAAC,QAAQ;YACtC,OAAO,EAAE;gBACP,KAAK,EAAE,kBAAkB;gBACzB,WAAW,EAAE,iEAAiE;gBAC9E,IAAI,EAAE;oBACJ;wBACE,EAAE,EAAE,YAAY;wBAChB,KAAK,EAAE,eAAe;wBACtB,WAAW,EAAE,4DAA4D;wBACzE,IAAI,EAAE,WAAW;qBAClB;oBACD;wBACE,EAAE,EAAE,kBAAkB;wBACtB,KAAK,EAAE,oBAAoB;wBAC3B,WAAW,EAAE,4DAA4D;wBACzE,IAAI,EAAE,QAAQ;qBACf;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 educationLearningContent: {
2
+ readonly courses: {
3
+ readonly eyebrow: "Course library";
4
+ readonly title: "Choose your next course";
5
+ readonly description: "Seed the catalog with curated learning paths and recommended modules.";
6
+ readonly sections: readonly [{
7
+ readonly title: "Learning paths";
8
+ readonly description: "Model paths and prerequisites before implementing a curriculum engine.";
9
+ readonly cards: readonly [{
10
+ readonly eyebrow: "Path";
11
+ readonly title: "Foundations";
12
+ readonly description: "A starter path with milestone lessons and a completion target.";
13
+ }, {
14
+ readonly eyebrow: "Path";
15
+ readonly title: "Advanced track";
16
+ readonly description: "Reserve for deeper content with projects and assessments.";
17
+ }];
18
+ }];
19
+ };
20
+ readonly study: {
21
+ readonly eyebrow: "Study session";
22
+ readonly title: "Pick up where you left off";
23
+ readonly description: "Provide a current lesson surface with objectives and next actions.";
24
+ readonly sections: readonly [{
25
+ readonly title: "Current lesson";
26
+ readonly description: "Model lesson metadata so the UI structure stays meaningful.";
27
+ readonly cards: readonly [{
28
+ readonly eyebrow: "Lesson";
29
+ readonly title: "Key concept";
30
+ readonly description: "A placeholder lesson card with duration, difficulty, and notes.";
31
+ }, {
32
+ readonly eyebrow: "Next";
33
+ readonly title: "Practice prompts";
34
+ readonly description: "Reserve for quizzes, flashcards, and interactive exercises.";
35
+ }];
36
+ }];
37
+ };
38
+ readonly practice: {
39
+ readonly eyebrow: "Practice";
40
+ readonly title: "Reinforce with repetition";
41
+ readonly description: "Keep drills, quizzes, and review loops visible between lessons.";
42
+ readonly sections: readonly [{
43
+ readonly title: "Practice plan";
44
+ readonly description: "Model practice modules without overbuilding the domain engine.";
45
+ readonly cards: readonly [{
46
+ readonly eyebrow: "Quiz";
47
+ readonly title: "Quick check";
48
+ readonly description: "A placeholder for short quizzes with score and retries.";
49
+ }, {
50
+ readonly eyebrow: "Flashcards";
51
+ readonly title: "Daily review";
52
+ readonly description: "Reserve for spaced repetition and streak tracking.";
53
+ }];
54
+ }];
55
+ };
56
+ readonly progress: {
57
+ readonly eyebrow: "Progress";
58
+ readonly title: "Track milestones";
59
+ readonly description: "Model course completion, skill growth, and streak continuity.";
60
+ readonly sections: readonly [{
61
+ readonly title: "Milestones";
62
+ readonly description: "Use cards to represent level-ups, badges, and completion states.";
63
+ readonly cards: readonly [{
64
+ readonly eyebrow: "Milestone";
65
+ readonly title: "Module complete";
66
+ readonly description: "A completion card with score, time spent, and next recommendation.";
67
+ }, {
68
+ readonly eyebrow: "Streak";
69
+ readonly title: "7-day practice";
70
+ readonly description: "Reserve for streaks, reminders, and encouragement.";
71
+ }];
72
+ }];
73
+ };
74
+ readonly profile: {
75
+ readonly eyebrow: "Learner profile";
76
+ readonly title: "Learning preferences";
77
+ readonly description: "Model pacing, reminders, and study settings for a learner.";
78
+ };
79
+ };
80
+ //# sourceMappingURL=content.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"content.d.ts","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/education-learning/content.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkG3B,CAAC"}
@@ -0,0 +1,100 @@
1
+ export const educationLearningContent = {
2
+ courses: {
3
+ eyebrow: 'Course library',
4
+ title: 'Choose your next course',
5
+ description: 'Seed the catalog with curated learning paths and recommended modules.',
6
+ sections: [
7
+ {
8
+ title: 'Learning paths',
9
+ description: 'Model paths and prerequisites before implementing a curriculum engine.',
10
+ cards: [
11
+ {
12
+ eyebrow: 'Path',
13
+ title: 'Foundations',
14
+ description: 'A starter path with milestone lessons and a completion target.',
15
+ },
16
+ {
17
+ eyebrow: 'Path',
18
+ title: 'Advanced track',
19
+ description: 'Reserve for deeper content with projects and assessments.',
20
+ },
21
+ ],
22
+ },
23
+ ],
24
+ },
25
+ study: {
26
+ eyebrow: 'Study session',
27
+ title: 'Pick up where you left off',
28
+ description: 'Provide a current lesson surface with objectives and next actions.',
29
+ sections: [
30
+ {
31
+ title: 'Current lesson',
32
+ description: 'Model lesson metadata so the UI structure stays meaningful.',
33
+ cards: [
34
+ {
35
+ eyebrow: 'Lesson',
36
+ title: 'Key concept',
37
+ description: 'A placeholder lesson card with duration, difficulty, and notes.',
38
+ },
39
+ {
40
+ eyebrow: 'Next',
41
+ title: 'Practice prompts',
42
+ description: 'Reserve for quizzes, flashcards, and interactive exercises.',
43
+ },
44
+ ],
45
+ },
46
+ ],
47
+ },
48
+ practice: {
49
+ eyebrow: 'Practice',
50
+ title: 'Reinforce with repetition',
51
+ description: 'Keep drills, quizzes, and review loops visible between lessons.',
52
+ sections: [
53
+ {
54
+ title: 'Practice plan',
55
+ description: 'Model practice modules without overbuilding the domain engine.',
56
+ cards: [
57
+ {
58
+ eyebrow: 'Quiz',
59
+ title: 'Quick check',
60
+ description: 'A placeholder for short quizzes with score and retries.',
61
+ },
62
+ {
63
+ eyebrow: 'Flashcards',
64
+ title: 'Daily review',
65
+ description: 'Reserve for spaced repetition and streak tracking.',
66
+ },
67
+ ],
68
+ },
69
+ ],
70
+ },
71
+ progress: {
72
+ eyebrow: 'Progress',
73
+ title: 'Track milestones',
74
+ description: 'Model course completion, skill growth, and streak continuity.',
75
+ sections: [
76
+ {
77
+ title: 'Milestones',
78
+ description: 'Use cards to represent level-ups, badges, and completion states.',
79
+ cards: [
80
+ {
81
+ eyebrow: 'Milestone',
82
+ title: 'Module complete',
83
+ description: 'A completion card with score, time spent, and next recommendation.',
84
+ },
85
+ {
86
+ eyebrow: 'Streak',
87
+ title: '7-day practice',
88
+ description: 'Reserve for streaks, reminders, and encouragement.',
89
+ },
90
+ ],
91
+ },
92
+ ],
93
+ },
94
+ profile: {
95
+ eyebrow: 'Learner profile',
96
+ title: 'Learning preferences',
97
+ description: 'Model pacing, reminders, and study settings for a learner.',
98
+ },
99
+ };
100
+ //# sourceMappingURL=content.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"content.js","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/education-learning/content.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,wBAAwB,GAAG;IACtC,OAAO,EAAE;QACP,OAAO,EAAE,gBAAgB;QACzB,KAAK,EAAE,yBAAyB;QAChC,WAAW,EAAE,uEAAuE;QACpF,QAAQ,EAAE;YACR;gBACE,KAAK,EAAE,gBAAgB;gBACvB,WAAW,EAAE,wEAAwE;gBACrF,KAAK,EAAE;oBACL;wBACE,OAAO,EAAE,MAAM;wBACf,KAAK,EAAE,aAAa;wBACpB,WAAW,EAAE,gEAAgE;qBAC9E;oBACD;wBACE,OAAO,EAAE,MAAM;wBACf,KAAK,EAAE,gBAAgB;wBACvB,WAAW,EAAE,2DAA2D;qBACzE;iBACF;aACF;SACF;KACF;IACD,KAAK,EAAE;QACL,OAAO,EAAE,eAAe;QACxB,KAAK,EAAE,4BAA4B;QACnC,WAAW,EAAE,oEAAoE;QACjF,QAAQ,EAAE;YACR;gBACE,KAAK,EAAE,gBAAgB;gBACvB,WAAW,EAAE,6DAA6D;gBAC1E,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,kBAAkB;wBACzB,WAAW,EAAE,6DAA6D;qBAC3E;iBACF;aACF;SACF;KACF;IACD,QAAQ,EAAE;QACR,OAAO,EAAE,UAAU;QACnB,KAAK,EAAE,2BAA2B;QAClC,WAAW,EAAE,iEAAiE;QAC9E,QAAQ,EAAE;YACR;gBACE,KAAK,EAAE,eAAe;gBACtB,WAAW,EAAE,gEAAgE;gBAC7E,KAAK,EAAE;oBACL;wBACE,OAAO,EAAE,MAAM;wBACf,KAAK,EAAE,aAAa;wBACpB,WAAW,EAAE,yDAAyD;qBACvE;oBACD;wBACE,OAAO,EAAE,YAAY;wBACrB,KAAK,EAAE,cAAc;wBACrB,WAAW,EAAE,oDAAoD;qBAClE;iBACF;aACF;SACF;KACF;IACD,QAAQ,EAAE;QACR,OAAO,EAAE,UAAU;QACnB,KAAK,EAAE,kBAAkB;QACzB,WAAW,EAAE,+DAA+D;QAC5E,QAAQ,EAAE;YACR;gBACE,KAAK,EAAE,YAAY;gBACnB,WAAW,EAAE,kEAAkE;gBAC/E,KAAK,EAAE;oBACL;wBACE,OAAO,EAAE,WAAW;wBACpB,KAAK,EAAE,iBAAiB;wBACxB,WAAW,EAAE,oEAAoE;qBAClF;oBACD;wBACE,OAAO,EAAE,QAAQ;wBACjB,KAAK,EAAE,gBAAgB;wBACvB,WAAW,EAAE,oDAAoD;qBAClE;iBACF;aACF;SACF;KACF;IACD,OAAO,EAAE;QACP,OAAO,EAAE,iBAAiB;QAC1B,KAAK,EAAE,sBAAsB;QAC7B,WAAW,EAAE,4DAA4D;KAC1E;CACO,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { AppManifest } from '@ankhorage/contracts';
2
+ import type { TemplateSeed } from '../../starter.types';
3
+ export declare function createEducationLearningStarterTemplate(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/education-learning/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,sCAAsC,CAAC,IAAI,EAAE,YAAY,GAAG,WAAW,CAYtF"}
@@ -0,0 +1,17 @@
1
+ import { DEFAULT_TEMPLATE_VERSION } from '../../../../internal/defaults';
2
+ import { createManifestShell, createTheme } from '../../../shared';
3
+ import { createEducationLearningNavigator, createEducationLearningScreenIds } from './routes';
4
+ import { createEducationLearningScreens } from './screens';
5
+ export function createEducationLearningStarterTemplate(seed) {
6
+ const idPrefix = `${seed.category}-starter`;
7
+ const theme = createTheme(seed);
8
+ const screenIds = createEducationLearningScreenIds(idPrefix);
9
+ return createManifestShell({
10
+ seed,
11
+ theme,
12
+ version: seed.version ?? DEFAULT_TEMPLATE_VERSION,
13
+ navigator: createEducationLearningNavigator(screenIds),
14
+ screens: createEducationLearningScreens(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/education-learning/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,gCAAgC,EAAE,gCAAgC,EAAE,MAAM,UAAU,CAAC;AAC9F,OAAO,EAAE,8BAA8B,EAAE,MAAM,WAAW,CAAC;AAE3D,MAAM,UAAU,sCAAsC,CAAC,IAAkB;IACvE,MAAM,QAAQ,GAAG,GAAG,IAAI,CAAC,QAAQ,UAAU,CAAC;IAC5C,MAAM,KAAK,GAAG,WAAW,CAAC,IAAI,CAAC,CAAC;IAChC,MAAM,SAAS,GAAG,gCAAgC,CAAC,QAAQ,CAAC,CAAC;IAE7D,OAAO,mBAAmB,CAAC;QACzB,IAAI;QACJ,KAAK;QACL,OAAO,EAAE,IAAI,CAAC,OAAO,IAAI,wBAAwB;QACjD,SAAS,EAAE,gCAAgC,CAAC,SAAS,CAAC;QACtD,OAAO,EAAE,8BAA8B,CAAC,IAAI,EAAE,QAAQ,EAAE,SAAS,CAAC;KACnE,CAAC,CAAC;AACL,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { createEducationLearningStarterTemplate } from './default.template';
2
+ export { createEducationLearningStarterTemplate } from './default.template';
3
+ export declare const educationLearningStarterTemplates: {
4
+ id: string;
5
+ label: string;
6
+ description: string;
7
+ create: typeof createEducationLearningStarterTemplate;
8
+ }[];
9
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/education-learning/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,sCAAsC,EAAE,MAAM,oBAAoB,CAAC;AAE5E,OAAO,EAAE,sCAAsC,EAAE,MAAM,oBAAoB,CAAC;AAE5E,eAAO,MAAM,iCAAiC;;;;;GAOU,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { createEducationLearningStarterTemplate } from './default.template';
2
+ export { createEducationLearningStarterTemplate } from './default.template';
3
+ export const educationLearningStarterTemplates = [
4
+ {
5
+ id: 'default',
6
+ label: 'Learning journey',
7
+ description: 'A courses, study, practice, progress, and profile starter for learning apps.',
8
+ create: createEducationLearningStarterTemplate,
9
+ },
10
+ ];
11
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/education-learning/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,sCAAsC,EAAE,MAAM,oBAAoB,CAAC;AAE5E,OAAO,EAAE,sCAAsC,EAAE,MAAM,oBAAoB,CAAC;AAE5E,MAAM,CAAC,MAAM,iCAAiC,GAAG;IAC/C;QACE,EAAE,EAAE,SAAS;QACb,KAAK,EAAE,kBAAkB;QACzB,WAAW,EAAE,8EAA8E;QAC3F,MAAM,EAAE,sCAAsC;KAC/C;CACqD,CAAC"}
@@ -0,0 +1,11 @@
1
+ import type { AppManifest } from '@ankhorage/contracts';
2
+ export interface EducationLearningScreenIds {
3
+ courses: string;
4
+ study: string;
5
+ practice: string;
6
+ progress: string;
7
+ profile: string;
8
+ }
9
+ export declare function createEducationLearningScreenIds(idPrefix: string): EducationLearningScreenIds;
10
+ export declare function createEducationLearningNavigator(screenIds: EducationLearningScreenIds): AppManifest['navigator'];
11
+ //# sourceMappingURL=routes.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"routes.d.ts","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/education-learning/routes.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAIxD,MAAM,WAAW,0BAA0B;IACzC,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,wBAAgB,gCAAgC,CAAC,QAAQ,EAAE,MAAM,GAAG,0BAA0B,CAQ7F;AAED,wBAAgB,gCAAgC,CAC9C,SAAS,EAAE,0BAA0B,GACpC,WAAW,CAAC,WAAW,CAAC,CAqC1B"}