@ankhorage/templates 9.1.2 → 9.1.3

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 (729) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/dist/authoring/compose-category-manifest.js +1 -1
  3. package/dist/authoring/compose-category-manifest.js.map +1 -1
  4. package/dist/authoring/create-manifest-shell.d.ts.map +1 -0
  5. package/dist/{templates/shared → authoring}/create-manifest-shell.js +1 -1
  6. package/dist/authoring/create-manifest-shell.js.map +1 -0
  7. package/dist/authoring/splash-screen.d.ts.map +1 -0
  8. package/dist/authoring/splash-screen.js.map +1 -0
  9. package/dist/catalog.d.ts +3 -4
  10. package/dist/catalog.d.ts.map +1 -1
  11. package/dist/catalog.js +11 -41
  12. package/dist/catalog.js.map +1 -1
  13. package/dist/commands.d.ts +4 -5
  14. package/dist/commands.d.ts.map +1 -1
  15. package/dist/commands.js +41 -68
  16. package/dist/commands.js.map +1 -1
  17. package/dist/fixtures/oauth.d.ts +1 -9
  18. package/dist/fixtures/oauth.d.ts.map +1 -1
  19. package/dist/fixtures/oauth.js +0 -13
  20. package/dist/fixtures/oauth.js.map +1 -1
  21. package/dist/index.d.ts +2 -3
  22. package/dist/index.d.ts.map +1 -1
  23. package/dist/index.js +2 -3
  24. package/dist/index.js.map +1 -1
  25. package/dist/internal/defaults.d.ts +0 -2
  26. package/dist/internal/defaults.d.ts.map +1 -1
  27. package/dist/internal/defaults.js +0 -2
  28. package/dist/internal/defaults.js.map +1 -1
  29. package/dist/projectSeed.d.ts +4 -4
  30. package/dist/projectSeed.d.ts.map +1 -1
  31. package/dist/projectSeed.js +16 -31
  32. package/dist/projectSeed.js.map +1 -1
  33. package/dist/templateSelector.d.ts +2 -2
  34. package/dist/templateSelector.d.ts.map +1 -1
  35. package/dist/templateSelector.js +13 -17
  36. package/dist/templateSelector.js.map +1 -1
  37. package/dist/templates/catalog.d.ts +33 -0
  38. package/dist/templates/catalog.d.ts.map +1 -0
  39. package/dist/templates/catalog.generated.d.ts +3 -0
  40. package/dist/templates/catalog.generated.d.ts.map +1 -0
  41. package/dist/templates/catalog.generated.js +2 -0
  42. package/dist/templates/catalog.generated.js.map +1 -0
  43. package/dist/templates/catalog.js +68 -0
  44. package/dist/templates/catalog.js.map +1 -0
  45. package/package.json +6 -6
  46. package/assets/templates/capability-proof/checker.svg +0 -1
  47. package/dist/generators/create-category-app.d.ts +0 -5
  48. package/dist/generators/create-category-app.d.ts.map +0 -1
  49. package/dist/generators/create-category-app.js +0 -51
  50. package/dist/generators/create-category-app.js.map +0 -1
  51. package/dist/internal/merge.d.ts +0 -4
  52. package/dist/internal/merge.d.ts.map +0 -1
  53. package/dist/internal/merge.js +0 -24
  54. package/dist/internal/merge.js.map +0 -1
  55. package/dist/internal/overrides.d.ts +0 -7
  56. package/dist/internal/overrides.d.ts.map +0 -1
  57. package/dist/internal/overrides.js +0 -2
  58. package/dist/internal/overrides.js.map +0 -1
  59. package/dist/internal/zora-nodes.d.ts +0 -135
  60. package/dist/internal/zora-nodes.d.ts.map +0 -1
  61. package/dist/internal/zora-nodes.js +0 -9
  62. package/dist/internal/zora-nodes.js.map +0 -1
  63. package/dist/templates/shared/create-manifest-shell.d.ts.map +0 -1
  64. package/dist/templates/shared/create-manifest-shell.js.map +0 -1
  65. package/dist/templates/shared/create-theme.d.ts +0 -11
  66. package/dist/templates/shared/create-theme.d.ts.map +0 -1
  67. package/dist/templates/shared/create-theme.js +0 -19
  68. package/dist/templates/shared/create-theme.js.map +0 -1
  69. package/dist/templates/shared/index.d.ts +0 -7
  70. package/dist/templates/shared/index.d.ts.map +0 -1
  71. package/dist/templates/shared/index.js +0 -7
  72. package/dist/templates/shared/index.js.map +0 -1
  73. package/dist/templates/shared/route.d.ts +0 -13
  74. package/dist/templates/shared/route.d.ts.map +0 -1
  75. package/dist/templates/shared/route.js +0 -14
  76. package/dist/templates/shared/route.js.map +0 -1
  77. package/dist/templates/shared/screen.d.ts +0 -11
  78. package/dist/templates/shared/screen.d.ts.map +0 -1
  79. package/dist/templates/shared/screen.js +0 -12
  80. package/dist/templates/shared/screen.js.map +0 -1
  81. package/dist/templates/shared/splash-screen.d.ts.map +0 -1
  82. package/dist/templates/shared/splash-screen.js.map +0 -1
  83. package/dist/templates/shared/starter-screens.d.ts +0 -46
  84. package/dist/templates/shared/starter-screens.d.ts.map +0 -1
  85. package/dist/templates/shared/starter-screens.js +0 -53
  86. package/dist/templates/shared/starter-screens.js.map +0 -1
  87. package/dist/templates/shared/zora-node-helpers.d.ts +0 -12
  88. package/dist/templates/shared/zora-node-helpers.d.ts.map +0 -1
  89. package/dist/templates/shared/zora-node-helpers.js +0 -33
  90. package/dist/templates/shared/zora-node-helpers.js.map +0 -1
  91. package/dist/templates/starter/categories/books-reading/content.d.ts +0 -80
  92. package/dist/templates/starter/categories/books-reading/content.d.ts.map +0 -1
  93. package/dist/templates/starter/categories/books-reading/content.js +0 -100
  94. package/dist/templates/starter/categories/books-reading/content.js.map +0 -1
  95. package/dist/templates/starter/categories/books-reading/default.template.d.ts +0 -4
  96. package/dist/templates/starter/categories/books-reading/default.template.d.ts.map +0 -1
  97. package/dist/templates/starter/categories/books-reading/default.template.js +0 -17
  98. package/dist/templates/starter/categories/books-reading/default.template.js.map +0 -1
  99. package/dist/templates/starter/categories/books-reading/index.d.ts +0 -8
  100. package/dist/templates/starter/categories/books-reading/index.d.ts.map +0 -1
  101. package/dist/templates/starter/categories/books-reading/index.js +0 -10
  102. package/dist/templates/starter/categories/books-reading/index.js.map +0 -1
  103. package/dist/templates/starter/categories/books-reading/routes.d.ts +0 -11
  104. package/dist/templates/starter/categories/books-reading/routes.d.ts.map +0 -1
  105. package/dist/templates/starter/categories/books-reading/routes.js +0 -49
  106. package/dist/templates/starter/categories/books-reading/routes.js.map +0 -1
  107. package/dist/templates/starter/categories/books-reading/screens.d.ts +0 -5
  108. package/dist/templates/starter/categories/books-reading/screens.d.ts.map +0 -1
  109. package/dist/templates/starter/categories/books-reading/screens.js +0 -61
  110. package/dist/templates/starter/categories/books-reading/screens.js.map +0 -1
  111. package/dist/templates/starter/categories/business-productivity/content.d.ts +0 -98
  112. package/dist/templates/starter/categories/business-productivity/content.d.ts.map +0 -1
  113. package/dist/templates/starter/categories/business-productivity/content.js +0 -123
  114. package/dist/templates/starter/categories/business-productivity/content.js.map +0 -1
  115. package/dist/templates/starter/categories/business-productivity/default.template.d.ts +0 -4
  116. package/dist/templates/starter/categories/business-productivity/default.template.d.ts.map +0 -1
  117. package/dist/templates/starter/categories/business-productivity/default.template.js +0 -17
  118. package/dist/templates/starter/categories/business-productivity/default.template.js.map +0 -1
  119. package/dist/templates/starter/categories/business-productivity/index.d.ts +0 -8
  120. package/dist/templates/starter/categories/business-productivity/index.d.ts.map +0 -1
  121. package/dist/templates/starter/categories/business-productivity/index.js +0 -17
  122. package/dist/templates/starter/categories/business-productivity/index.js.map +0 -1
  123. package/dist/templates/starter/categories/business-productivity/routes.d.ts +0 -12
  124. package/dist/templates/starter/categories/business-productivity/routes.d.ts.map +0 -1
  125. package/dist/templates/starter/categories/business-productivity/routes.js +0 -56
  126. package/dist/templates/starter/categories/business-productivity/routes.js.map +0 -1
  127. package/dist/templates/starter/categories/business-productivity/screens.d.ts +0 -5
  128. package/dist/templates/starter/categories/business-productivity/screens.d.ts.map +0 -1
  129. package/dist/templates/starter/categories/business-productivity/screens.js +0 -67
  130. package/dist/templates/starter/categories/business-productivity/screens.js.map +0 -1
  131. package/dist/templates/starter/categories/business-productivity/urban-water-monitor/content.d.ts +0 -190
  132. package/dist/templates/starter/categories/business-productivity/urban-water-monitor/content.d.ts.map +0 -1
  133. package/dist/templates/starter/categories/business-productivity/urban-water-monitor/content.js +0 -236
  134. package/dist/templates/starter/categories/business-productivity/urban-water-monitor/content.js.map +0 -1
  135. package/dist/templates/starter/categories/business-productivity/urban-water-monitor/index.d.ts +0 -2
  136. package/dist/templates/starter/categories/business-productivity/urban-water-monitor/index.d.ts.map +0 -1
  137. package/dist/templates/starter/categories/business-productivity/urban-water-monitor/index.js +0 -2
  138. package/dist/templates/starter/categories/business-productivity/urban-water-monitor/index.js.map +0 -1
  139. package/dist/templates/starter/categories/business-productivity/urban-water-monitor/routes.d.ts +0 -7
  140. package/dist/templates/starter/categories/business-productivity/urban-water-monitor/routes.d.ts.map +0 -1
  141. package/dist/templates/starter/categories/business-productivity/urban-water-monitor/routes.js +0 -21
  142. package/dist/templates/starter/categories/business-productivity/urban-water-monitor/routes.js.map +0 -1
  143. package/dist/templates/starter/categories/business-productivity/urban-water-monitor/screens.d.ts +0 -4
  144. package/dist/templates/starter/categories/business-productivity/urban-water-monitor/screens.d.ts.map +0 -1
  145. package/dist/templates/starter/categories/business-productivity/urban-water-monitor/screens.js +0 -42
  146. package/dist/templates/starter/categories/business-productivity/urban-water-monitor/screens.js.map +0 -1
  147. package/dist/templates/starter/categories/business-productivity/urban-water-monitor/template.d.ts +0 -4
  148. package/dist/templates/starter/categories/business-productivity/urban-water-monitor/template.d.ts.map +0 -1
  149. package/dist/templates/starter/categories/business-productivity/urban-water-monitor/template.js +0 -35
  150. package/dist/templates/starter/categories/business-productivity/urban-water-monitor/template.js.map +0 -1
  151. package/dist/templates/starter/categories/developer-tools/content.d.ts +0 -98
  152. package/dist/templates/starter/categories/developer-tools/content.d.ts.map +0 -1
  153. package/dist/templates/starter/categories/developer-tools/content.js +0 -123
  154. package/dist/templates/starter/categories/developer-tools/content.js.map +0 -1
  155. package/dist/templates/starter/categories/developer-tools/default.template.d.ts +0 -4
  156. package/dist/templates/starter/categories/developer-tools/default.template.d.ts.map +0 -1
  157. package/dist/templates/starter/categories/developer-tools/default.template.js +0 -17
  158. package/dist/templates/starter/categories/developer-tools/default.template.js.map +0 -1
  159. package/dist/templates/starter/categories/developer-tools/index.d.ts +0 -8
  160. package/dist/templates/starter/categories/developer-tools/index.d.ts.map +0 -1
  161. package/dist/templates/starter/categories/developer-tools/index.js +0 -10
  162. package/dist/templates/starter/categories/developer-tools/index.js.map +0 -1
  163. package/dist/templates/starter/categories/developer-tools/routes.d.ts +0 -12
  164. package/dist/templates/starter/categories/developer-tools/routes.d.ts.map +0 -1
  165. package/dist/templates/starter/categories/developer-tools/routes.js +0 -56
  166. package/dist/templates/starter/categories/developer-tools/routes.js.map +0 -1
  167. package/dist/templates/starter/categories/developer-tools/screens.d.ts +0 -5
  168. package/dist/templates/starter/categories/developer-tools/screens.d.ts.map +0 -1
  169. package/dist/templates/starter/categories/developer-tools/screens.js +0 -67
  170. package/dist/templates/starter/categories/developer-tools/screens.js.map +0 -1
  171. package/dist/templates/starter/categories/education-learning/content.d.ts +0 -80
  172. package/dist/templates/starter/categories/education-learning/content.d.ts.map +0 -1
  173. package/dist/templates/starter/categories/education-learning/content.js +0 -100
  174. package/dist/templates/starter/categories/education-learning/content.js.map +0 -1
  175. package/dist/templates/starter/categories/education-learning/default.template.d.ts +0 -4
  176. package/dist/templates/starter/categories/education-learning/default.template.d.ts.map +0 -1
  177. package/dist/templates/starter/categories/education-learning/default.template.js +0 -17
  178. package/dist/templates/starter/categories/education-learning/default.template.js.map +0 -1
  179. package/dist/templates/starter/categories/education-learning/index.d.ts +0 -8
  180. package/dist/templates/starter/categories/education-learning/index.d.ts.map +0 -1
  181. package/dist/templates/starter/categories/education-learning/index.js +0 -10
  182. package/dist/templates/starter/categories/education-learning/index.js.map +0 -1
  183. package/dist/templates/starter/categories/education-learning/routes.d.ts +0 -11
  184. package/dist/templates/starter/categories/education-learning/routes.d.ts.map +0 -1
  185. package/dist/templates/starter/categories/education-learning/routes.js +0 -49
  186. package/dist/templates/starter/categories/education-learning/routes.js.map +0 -1
  187. package/dist/templates/starter/categories/education-learning/screens.d.ts +0 -5
  188. package/dist/templates/starter/categories/education-learning/screens.d.ts.map +0 -1
  189. package/dist/templates/starter/categories/education-learning/screens.js +0 -61
  190. package/dist/templates/starter/categories/education-learning/screens.js.map +0 -1
  191. package/dist/templates/starter/categories/entertainment-media/content.d.ts +0 -80
  192. package/dist/templates/starter/categories/entertainment-media/content.d.ts.map +0 -1
  193. package/dist/templates/starter/categories/entertainment-media/content.js +0 -100
  194. package/dist/templates/starter/categories/entertainment-media/content.js.map +0 -1
  195. package/dist/templates/starter/categories/entertainment-media/default.template.d.ts +0 -4
  196. package/dist/templates/starter/categories/entertainment-media/default.template.d.ts.map +0 -1
  197. package/dist/templates/starter/categories/entertainment-media/default.template.js +0 -17
  198. package/dist/templates/starter/categories/entertainment-media/default.template.js.map +0 -1
  199. package/dist/templates/starter/categories/entertainment-media/index.d.ts +0 -8
  200. package/dist/templates/starter/categories/entertainment-media/index.d.ts.map +0 -1
  201. package/dist/templates/starter/categories/entertainment-media/index.js +0 -10
  202. package/dist/templates/starter/categories/entertainment-media/index.js.map +0 -1
  203. package/dist/templates/starter/categories/entertainment-media/routes.d.ts +0 -11
  204. package/dist/templates/starter/categories/entertainment-media/routes.d.ts.map +0 -1
  205. package/dist/templates/starter/categories/entertainment-media/routes.js +0 -49
  206. package/dist/templates/starter/categories/entertainment-media/routes.js.map +0 -1
  207. package/dist/templates/starter/categories/entertainment-media/screens.d.ts +0 -5
  208. package/dist/templates/starter/categories/entertainment-media/screens.d.ts.map +0 -1
  209. package/dist/templates/starter/categories/entertainment-media/screens.js +0 -61
  210. package/dist/templates/starter/categories/entertainment-media/screens.js.map +0 -1
  211. package/dist/templates/starter/categories/finance-money/content.d.ts +0 -93
  212. package/dist/templates/starter/categories/finance-money/content.d.ts.map +0 -1
  213. package/dist/templates/starter/categories/finance-money/content.js +0 -118
  214. package/dist/templates/starter/categories/finance-money/content.js.map +0 -1
  215. package/dist/templates/starter/categories/finance-money/default.template.d.ts +0 -4
  216. package/dist/templates/starter/categories/finance-money/default.template.d.ts.map +0 -1
  217. package/dist/templates/starter/categories/finance-money/default.template.js +0 -17
  218. package/dist/templates/starter/categories/finance-money/default.template.js.map +0 -1
  219. package/dist/templates/starter/categories/finance-money/ebanking-mobile/index.d.ts +0 -2
  220. package/dist/templates/starter/categories/finance-money/ebanking-mobile/index.d.ts.map +0 -1
  221. package/dist/templates/starter/categories/finance-money/ebanking-mobile/index.js +0 -2
  222. package/dist/templates/starter/categories/finance-money/ebanking-mobile/index.js.map +0 -1
  223. package/dist/templates/starter/categories/finance-money/ebanking-mobile/routes.d.ts +0 -11
  224. package/dist/templates/starter/categories/finance-money/ebanking-mobile/routes.d.ts.map +0 -1
  225. package/dist/templates/starter/categories/finance-money/ebanking-mobile/routes.js +0 -49
  226. package/dist/templates/starter/categories/finance-money/ebanking-mobile/routes.js.map +0 -1
  227. package/dist/templates/starter/categories/finance-money/ebanking-mobile/screens.d.ts +0 -4
  228. package/dist/templates/starter/categories/finance-money/ebanking-mobile/screens.d.ts.map +0 -1
  229. package/dist/templates/starter/categories/finance-money/ebanking-mobile/screens.js +0 -299
  230. package/dist/templates/starter/categories/finance-money/ebanking-mobile/screens.js.map +0 -1
  231. package/dist/templates/starter/categories/finance-money/ebanking-mobile/template.d.ts +0 -4
  232. package/dist/templates/starter/categories/finance-money/ebanking-mobile/template.d.ts.map +0 -1
  233. package/dist/templates/starter/categories/finance-money/ebanking-mobile/template.js +0 -35
  234. package/dist/templates/starter/categories/finance-money/ebanking-mobile/template.js.map +0 -1
  235. package/dist/templates/starter/categories/finance-money/index.d.ts +0 -8
  236. package/dist/templates/starter/categories/finance-money/index.d.ts.map +0 -1
  237. package/dist/templates/starter/categories/finance-money/index.js +0 -17
  238. package/dist/templates/starter/categories/finance-money/index.js.map +0 -1
  239. package/dist/templates/starter/categories/finance-money/routes.d.ts +0 -11
  240. package/dist/templates/starter/categories/finance-money/routes.d.ts.map +0 -1
  241. package/dist/templates/starter/categories/finance-money/routes.js +0 -49
  242. package/dist/templates/starter/categories/finance-money/routes.js.map +0 -1
  243. package/dist/templates/starter/categories/finance-money/screens.d.ts +0 -5
  244. package/dist/templates/starter/categories/finance-money/screens.d.ts.map +0 -1
  245. package/dist/templates/starter/categories/finance-money/screens.js +0 -37
  246. package/dist/templates/starter/categories/finance-money/screens.js.map +0 -1
  247. package/dist/templates/starter/categories/food-drink/content.d.ts +0 -80
  248. package/dist/templates/starter/categories/food-drink/content.d.ts.map +0 -1
  249. package/dist/templates/starter/categories/food-drink/content.js +0 -100
  250. package/dist/templates/starter/categories/food-drink/content.js.map +0 -1
  251. package/dist/templates/starter/categories/food-drink/default.template.d.ts +0 -4
  252. package/dist/templates/starter/categories/food-drink/default.template.d.ts.map +0 -1
  253. package/dist/templates/starter/categories/food-drink/default.template.js +0 -17
  254. package/dist/templates/starter/categories/food-drink/default.template.js.map +0 -1
  255. package/dist/templates/starter/categories/food-drink/index.d.ts +0 -8
  256. package/dist/templates/starter/categories/food-drink/index.d.ts.map +0 -1
  257. package/dist/templates/starter/categories/food-drink/index.js +0 -17
  258. package/dist/templates/starter/categories/food-drink/index.js.map +0 -1
  259. package/dist/templates/starter/categories/food-drink/nutrition-catalog-scan/api.d.ts +0 -3
  260. package/dist/templates/starter/categories/food-drink/nutrition-catalog-scan/api.d.ts.map +0 -1
  261. package/dist/templates/starter/categories/food-drink/nutrition-catalog-scan/api.js +0 -18
  262. package/dist/templates/starter/categories/food-drink/nutrition-catalog-scan/api.js.map +0 -1
  263. package/dist/templates/starter/categories/food-drink/nutrition-catalog-scan/apiEndpoints.d.ts +0 -165
  264. package/dist/templates/starter/categories/food-drink/nutrition-catalog-scan/apiEndpoints.d.ts.map +0 -1
  265. package/dist/templates/starter/categories/food-drink/nutrition-catalog-scan/apiEndpoints.js +0 -138
  266. package/dist/templates/starter/categories/food-drink/nutrition-catalog-scan/apiEndpoints.js.map +0 -1
  267. package/dist/templates/starter/categories/food-drink/nutrition-catalog-scan/apiSchemas.d.ts +0 -33
  268. package/dist/templates/starter/categories/food-drink/nutrition-catalog-scan/apiSchemas.d.ts.map +0 -1
  269. package/dist/templates/starter/categories/food-drink/nutrition-catalog-scan/apiSchemas.js +0 -80
  270. package/dist/templates/starter/categories/food-drink/nutrition-catalog-scan/apiSchemas.js.map +0 -1
  271. package/dist/templates/starter/categories/food-drink/nutrition-catalog-scan/bindings.d.ts +0 -3
  272. package/dist/templates/starter/categories/food-drink/nutrition-catalog-scan/bindings.d.ts.map +0 -1
  273. package/dist/templates/starter/categories/food-drink/nutrition-catalog-scan/bindings.js +0 -310
  274. package/dist/templates/starter/categories/food-drink/nutrition-catalog-scan/bindings.js.map +0 -1
  275. package/dist/templates/starter/categories/food-drink/nutrition-catalog-scan/catalogScreenBody.d.ts +0 -3
  276. package/dist/templates/starter/categories/food-drink/nutrition-catalog-scan/catalogScreenBody.d.ts.map +0 -1
  277. package/dist/templates/starter/categories/food-drink/nutrition-catalog-scan/catalogScreenBody.js +0 -44
  278. package/dist/templates/starter/categories/food-drink/nutrition-catalog-scan/catalogScreenBody.js.map +0 -1
  279. package/dist/templates/starter/categories/food-drink/nutrition-catalog-scan/content.d.ts +0 -129
  280. package/dist/templates/starter/categories/food-drink/nutrition-catalog-scan/content.d.ts.map +0 -1
  281. package/dist/templates/starter/categories/food-drink/nutrition-catalog-scan/content.js +0 -237
  282. package/dist/templates/starter/categories/food-drink/nutrition-catalog-scan/content.js.map +0 -1
  283. package/dist/templates/starter/categories/food-drink/nutrition-catalog-scan/contentScreen.d.ts +0 -29
  284. package/dist/templates/starter/categories/food-drink/nutrition-catalog-scan/contentScreen.d.ts.map +0 -1
  285. package/dist/templates/starter/categories/food-drink/nutrition-catalog-scan/contentScreen.js +0 -32
  286. package/dist/templates/starter/categories/food-drink/nutrition-catalog-scan/contentScreen.js.map +0 -1
  287. package/dist/templates/starter/categories/food-drink/nutrition-catalog-scan/index.d.ts +0 -2
  288. package/dist/templates/starter/categories/food-drink/nutrition-catalog-scan/index.d.ts.map +0 -1
  289. package/dist/templates/starter/categories/food-drink/nutrition-catalog-scan/index.js +0 -2
  290. package/dist/templates/starter/categories/food-drink/nutrition-catalog-scan/index.js.map +0 -1
  291. package/dist/templates/starter/categories/food-drink/nutrition-catalog-scan/productCreateScreenBody.d.ts +0 -3
  292. package/dist/templates/starter/categories/food-drink/nutrition-catalog-scan/productCreateScreenBody.d.ts.map +0 -1
  293. package/dist/templates/starter/categories/food-drink/nutrition-catalog-scan/productCreateScreenBody.js +0 -88
  294. package/dist/templates/starter/categories/food-drink/nutrition-catalog-scan/productCreateScreenBody.js.map +0 -1
  295. package/dist/templates/starter/categories/food-drink/nutrition-catalog-scan/productDetailScreenBody.d.ts +0 -8
  296. package/dist/templates/starter/categories/food-drink/nutrition-catalog-scan/productDetailScreenBody.d.ts.map +0 -1
  297. package/dist/templates/starter/categories/food-drink/nutrition-catalog-scan/productDetailScreenBody.js +0 -96
  298. package/dist/templates/starter/categories/food-drink/nutrition-catalog-scan/productDetailScreenBody.js.map +0 -1
  299. package/dist/templates/starter/categories/food-drink/nutrition-catalog-scan/routes.d.ts +0 -15
  300. package/dist/templates/starter/categories/food-drink/nutrition-catalog-scan/routes.d.ts.map +0 -1
  301. package/dist/templates/starter/categories/food-drink/nutrition-catalog-scan/routes.js +0 -69
  302. package/dist/templates/starter/categories/food-drink/nutrition-catalog-scan/routes.js.map +0 -1
  303. package/dist/templates/starter/categories/food-drink/nutrition-catalog-scan/scanScreenBody.d.ts +0 -3
  304. package/dist/templates/starter/categories/food-drink/nutrition-catalog-scan/scanScreenBody.d.ts.map +0 -1
  305. package/dist/templates/starter/categories/food-drink/nutrition-catalog-scan/scanScreenBody.js +0 -20
  306. package/dist/templates/starter/categories/food-drink/nutrition-catalog-scan/scanScreenBody.js.map +0 -1
  307. package/dist/templates/starter/categories/food-drink/nutrition-catalog-scan/screens.d.ts +0 -5
  308. package/dist/templates/starter/categories/food-drink/nutrition-catalog-scan/screens.d.ts.map +0 -1
  309. package/dist/templates/starter/categories/food-drink/nutrition-catalog-scan/screens.js +0 -86
  310. package/dist/templates/starter/categories/food-drink/nutrition-catalog-scan/screens.js.map +0 -1
  311. package/dist/templates/starter/categories/food-drink/nutrition-catalog-scan/settingsScreen.d.ts +0 -8
  312. package/dist/templates/starter/categories/food-drink/nutrition-catalog-scan/settingsScreen.d.ts.map +0 -1
  313. package/dist/templates/starter/categories/food-drink/nutrition-catalog-scan/settingsScreen.js +0 -44
  314. package/dist/templates/starter/categories/food-drink/nutrition-catalog-scan/settingsScreen.js.map +0 -1
  315. package/dist/templates/starter/categories/food-drink/nutrition-catalog-scan/template.d.ts +0 -4
  316. package/dist/templates/starter/categories/food-drink/nutrition-catalog-scan/template.d.ts.map +0 -1
  317. package/dist/templates/starter/categories/food-drink/nutrition-catalog-scan/template.js +0 -50
  318. package/dist/templates/starter/categories/food-drink/nutrition-catalog-scan/template.js.map +0 -1
  319. package/dist/templates/starter/categories/food-drink/routes.d.ts +0 -11
  320. package/dist/templates/starter/categories/food-drink/routes.d.ts.map +0 -1
  321. package/dist/templates/starter/categories/food-drink/routes.js +0 -49
  322. package/dist/templates/starter/categories/food-drink/routes.js.map +0 -1
  323. package/dist/templates/starter/categories/food-drink/screens.d.ts +0 -5
  324. package/dist/templates/starter/categories/food-drink/screens.d.ts.map +0 -1
  325. package/dist/templates/starter/categories/food-drink/screens.js +0 -93
  326. package/dist/templates/starter/categories/food-drink/screens.js.map +0 -1
  327. package/dist/templates/starter/categories/games/chess/content.d.ts +0 -39
  328. package/dist/templates/starter/categories/games/chess/content.d.ts.map +0 -1
  329. package/dist/templates/starter/categories/games/chess/content.js +0 -49
  330. package/dist/templates/starter/categories/games/chess/content.js.map +0 -1
  331. package/dist/templates/starter/categories/games/chess/index.d.ts +0 -2
  332. package/dist/templates/starter/categories/games/chess/index.d.ts.map +0 -1
  333. package/dist/templates/starter/categories/games/chess/index.js +0 -2
  334. package/dist/templates/starter/categories/games/chess/index.js.map +0 -1
  335. package/dist/templates/starter/categories/games/chess/routes.d.ts +0 -8
  336. package/dist/templates/starter/categories/games/chess/routes.d.ts.map +0 -1
  337. package/dist/templates/starter/categories/games/chess/routes.js +0 -28
  338. package/dist/templates/starter/categories/games/chess/routes.js.map +0 -1
  339. package/dist/templates/starter/categories/games/chess/screens.d.ts +0 -5
  340. package/dist/templates/starter/categories/games/chess/screens.d.ts.map +0 -1
  341. package/dist/templates/starter/categories/games/chess/screens.js +0 -124
  342. package/dist/templates/starter/categories/games/chess/screens.js.map +0 -1
  343. package/dist/templates/starter/categories/games/chess/template.d.ts +0 -4
  344. package/dist/templates/starter/categories/games/chess/template.d.ts.map +0 -1
  345. package/dist/templates/starter/categories/games/chess/template.js +0 -17
  346. package/dist/templates/starter/categories/games/chess/template.js.map +0 -1
  347. package/dist/templates/starter/categories/games/content.d.ts +0 -80
  348. package/dist/templates/starter/categories/games/content.d.ts.map +0 -1
  349. package/dist/templates/starter/categories/games/content.js +0 -100
  350. package/dist/templates/starter/categories/games/content.js.map +0 -1
  351. package/dist/templates/starter/categories/games/default.template.d.ts +0 -4
  352. package/dist/templates/starter/categories/games/default.template.d.ts.map +0 -1
  353. package/dist/templates/starter/categories/games/default.template.js +0 -17
  354. package/dist/templates/starter/categories/games/default.template.js.map +0 -1
  355. package/dist/templates/starter/categories/games/index.d.ts +0 -8
  356. package/dist/templates/starter/categories/games/index.d.ts.map +0 -1
  357. package/dist/templates/starter/categories/games/index.js +0 -24
  358. package/dist/templates/starter/categories/games/index.js.map +0 -1
  359. package/dist/templates/starter/categories/games/poker/content.d.ts +0 -11
  360. package/dist/templates/starter/categories/games/poker/content.d.ts.map +0 -1
  361. package/dist/templates/starter/categories/games/poker/content.js +0 -11
  362. package/dist/templates/starter/categories/games/poker/content.js.map +0 -1
  363. package/dist/templates/starter/categories/games/poker/data.d.ts +0 -35
  364. package/dist/templates/starter/categories/games/poker/data.d.ts.map +0 -1
  365. package/dist/templates/starter/categories/games/poker/data.js +0 -69
  366. package/dist/templates/starter/categories/games/poker/data.js.map +0 -1
  367. package/dist/templates/starter/categories/games/poker/index.d.ts +0 -2
  368. package/dist/templates/starter/categories/games/poker/index.d.ts.map +0 -1
  369. package/dist/templates/starter/categories/games/poker/index.js +0 -2
  370. package/dist/templates/starter/categories/games/poker/index.js.map +0 -1
  371. package/dist/templates/starter/categories/games/poker/routes.d.ts +0 -8
  372. package/dist/templates/starter/categories/games/poker/routes.d.ts.map +0 -1
  373. package/dist/templates/starter/categories/games/poker/routes.js +0 -28
  374. package/dist/templates/starter/categories/games/poker/routes.js.map +0 -1
  375. package/dist/templates/starter/categories/games/poker/screens.d.ts +0 -5
  376. package/dist/templates/starter/categories/games/poker/screens.d.ts.map +0 -1
  377. package/dist/templates/starter/categories/games/poker/screens.js +0 -125
  378. package/dist/templates/starter/categories/games/poker/screens.js.map +0 -1
  379. package/dist/templates/starter/categories/games/poker/template.d.ts +0 -4
  380. package/dist/templates/starter/categories/games/poker/template.d.ts.map +0 -1
  381. package/dist/templates/starter/categories/games/poker/template.js +0 -17
  382. package/dist/templates/starter/categories/games/poker/template.js.map +0 -1
  383. package/dist/templates/starter/categories/games/routes.d.ts +0 -11
  384. package/dist/templates/starter/categories/games/routes.d.ts.map +0 -1
  385. package/dist/templates/starter/categories/games/routes.js +0 -49
  386. package/dist/templates/starter/categories/games/routes.js.map +0 -1
  387. package/dist/templates/starter/categories/games/screens.d.ts +0 -5
  388. package/dist/templates/starter/categories/games/screens.d.ts.map +0 -1
  389. package/dist/templates/starter/categories/games/screens.js +0 -61
  390. package/dist/templates/starter/categories/games/screens.js.map +0 -1
  391. package/dist/templates/starter/categories/graphics-design/content.d.ts +0 -98
  392. package/dist/templates/starter/categories/graphics-design/content.d.ts.map +0 -1
  393. package/dist/templates/starter/categories/graphics-design/content.js +0 -123
  394. package/dist/templates/starter/categories/graphics-design/content.js.map +0 -1
  395. package/dist/templates/starter/categories/graphics-design/default.template.d.ts +0 -4
  396. package/dist/templates/starter/categories/graphics-design/default.template.d.ts.map +0 -1
  397. package/dist/templates/starter/categories/graphics-design/default.template.js +0 -17
  398. package/dist/templates/starter/categories/graphics-design/default.template.js.map +0 -1
  399. package/dist/templates/starter/categories/graphics-design/index.d.ts +0 -8
  400. package/dist/templates/starter/categories/graphics-design/index.d.ts.map +0 -1
  401. package/dist/templates/starter/categories/graphics-design/index.js +0 -10
  402. package/dist/templates/starter/categories/graphics-design/index.js.map +0 -1
  403. package/dist/templates/starter/categories/graphics-design/routes.d.ts +0 -12
  404. package/dist/templates/starter/categories/graphics-design/routes.d.ts.map +0 -1
  405. package/dist/templates/starter/categories/graphics-design/routes.js +0 -56
  406. package/dist/templates/starter/categories/graphics-design/routes.js.map +0 -1
  407. package/dist/templates/starter/categories/graphics-design/screens.d.ts +0 -5
  408. package/dist/templates/starter/categories/graphics-design/screens.d.ts.map +0 -1
  409. package/dist/templates/starter/categories/graphics-design/screens.js +0 -67
  410. package/dist/templates/starter/categories/graphics-design/screens.js.map +0 -1
  411. package/dist/templates/starter/categories/health-fitness/content.d.ts +0 -80
  412. package/dist/templates/starter/categories/health-fitness/content.d.ts.map +0 -1
  413. package/dist/templates/starter/categories/health-fitness/content.js +0 -100
  414. package/dist/templates/starter/categories/health-fitness/content.js.map +0 -1
  415. package/dist/templates/starter/categories/health-fitness/default.template.d.ts +0 -4
  416. package/dist/templates/starter/categories/health-fitness/default.template.d.ts.map +0 -1
  417. package/dist/templates/starter/categories/health-fitness/default.template.js +0 -17
  418. package/dist/templates/starter/categories/health-fitness/default.template.js.map +0 -1
  419. package/dist/templates/starter/categories/health-fitness/index.d.ts +0 -8
  420. package/dist/templates/starter/categories/health-fitness/index.d.ts.map +0 -1
  421. package/dist/templates/starter/categories/health-fitness/index.js +0 -10
  422. package/dist/templates/starter/categories/health-fitness/index.js.map +0 -1
  423. package/dist/templates/starter/categories/health-fitness/routes.d.ts +0 -11
  424. package/dist/templates/starter/categories/health-fitness/routes.d.ts.map +0 -1
  425. package/dist/templates/starter/categories/health-fitness/routes.js +0 -49
  426. package/dist/templates/starter/categories/health-fitness/routes.js.map +0 -1
  427. package/dist/templates/starter/categories/health-fitness/screens.d.ts +0 -5
  428. package/dist/templates/starter/categories/health-fitness/screens.d.ts.map +0 -1
  429. package/dist/templates/starter/categories/health-fitness/screens.js +0 -89
  430. package/dist/templates/starter/categories/health-fitness/screens.js.map +0 -1
  431. package/dist/templates/starter/categories/kids-family/content.d.ts +0 -80
  432. package/dist/templates/starter/categories/kids-family/content.d.ts.map +0 -1
  433. package/dist/templates/starter/categories/kids-family/content.js +0 -100
  434. package/dist/templates/starter/categories/kids-family/content.js.map +0 -1
  435. package/dist/templates/starter/categories/kids-family/default.template.d.ts +0 -4
  436. package/dist/templates/starter/categories/kids-family/default.template.d.ts.map +0 -1
  437. package/dist/templates/starter/categories/kids-family/default.template.js +0 -17
  438. package/dist/templates/starter/categories/kids-family/default.template.js.map +0 -1
  439. package/dist/templates/starter/categories/kids-family/index.d.ts +0 -8
  440. package/dist/templates/starter/categories/kids-family/index.d.ts.map +0 -1
  441. package/dist/templates/starter/categories/kids-family/index.js +0 -10
  442. package/dist/templates/starter/categories/kids-family/index.js.map +0 -1
  443. package/dist/templates/starter/categories/kids-family/routes.d.ts +0 -11
  444. package/dist/templates/starter/categories/kids-family/routes.d.ts.map +0 -1
  445. package/dist/templates/starter/categories/kids-family/routes.js +0 -49
  446. package/dist/templates/starter/categories/kids-family/routes.js.map +0 -1
  447. package/dist/templates/starter/categories/kids-family/screens.d.ts +0 -5
  448. package/dist/templates/starter/categories/kids-family/screens.d.ts.map +0 -1
  449. package/dist/templates/starter/categories/kids-family/screens.js +0 -61
  450. package/dist/templates/starter/categories/kids-family/screens.js.map +0 -1
  451. package/dist/templates/starter/categories/lifestyle/content.d.ts +0 -80
  452. package/dist/templates/starter/categories/lifestyle/content.d.ts.map +0 -1
  453. package/dist/templates/starter/categories/lifestyle/content.js +0 -100
  454. package/dist/templates/starter/categories/lifestyle/content.js.map +0 -1
  455. package/dist/templates/starter/categories/lifestyle/default.template.d.ts +0 -4
  456. package/dist/templates/starter/categories/lifestyle/default.template.d.ts.map +0 -1
  457. package/dist/templates/starter/categories/lifestyle/default.template.js +0 -17
  458. package/dist/templates/starter/categories/lifestyle/default.template.js.map +0 -1
  459. package/dist/templates/starter/categories/lifestyle/index.d.ts +0 -8
  460. package/dist/templates/starter/categories/lifestyle/index.d.ts.map +0 -1
  461. package/dist/templates/starter/categories/lifestyle/index.js +0 -10
  462. package/dist/templates/starter/categories/lifestyle/index.js.map +0 -1
  463. package/dist/templates/starter/categories/lifestyle/routes.d.ts +0 -11
  464. package/dist/templates/starter/categories/lifestyle/routes.d.ts.map +0 -1
  465. package/dist/templates/starter/categories/lifestyle/routes.js +0 -49
  466. package/dist/templates/starter/categories/lifestyle/routes.js.map +0 -1
  467. package/dist/templates/starter/categories/lifestyle/screens.d.ts +0 -5
  468. package/dist/templates/starter/categories/lifestyle/screens.d.ts.map +0 -1
  469. package/dist/templates/starter/categories/lifestyle/screens.js +0 -61
  470. package/dist/templates/starter/categories/lifestyle/screens.js.map +0 -1
  471. package/dist/templates/starter/categories/medical/content.d.ts +0 -80
  472. package/dist/templates/starter/categories/medical/content.d.ts.map +0 -1
  473. package/dist/templates/starter/categories/medical/content.js +0 -100
  474. package/dist/templates/starter/categories/medical/content.js.map +0 -1
  475. package/dist/templates/starter/categories/medical/default.template.d.ts +0 -4
  476. package/dist/templates/starter/categories/medical/default.template.d.ts.map +0 -1
  477. package/dist/templates/starter/categories/medical/default.template.js +0 -17
  478. package/dist/templates/starter/categories/medical/default.template.js.map +0 -1
  479. package/dist/templates/starter/categories/medical/index.d.ts +0 -8
  480. package/dist/templates/starter/categories/medical/index.d.ts.map +0 -1
  481. package/dist/templates/starter/categories/medical/index.js +0 -10
  482. package/dist/templates/starter/categories/medical/index.js.map +0 -1
  483. package/dist/templates/starter/categories/medical/routes.d.ts +0 -11
  484. package/dist/templates/starter/categories/medical/routes.d.ts.map +0 -1
  485. package/dist/templates/starter/categories/medical/routes.js +0 -49
  486. package/dist/templates/starter/categories/medical/routes.js.map +0 -1
  487. package/dist/templates/starter/categories/medical/screens.d.ts +0 -5
  488. package/dist/templates/starter/categories/medical/screens.d.ts.map +0 -1
  489. package/dist/templates/starter/categories/medical/screens.js +0 -61
  490. package/dist/templates/starter/categories/medical/screens.js.map +0 -1
  491. package/dist/templates/starter/categories/music-audio/content.d.ts +0 -67
  492. package/dist/templates/starter/categories/music-audio/content.d.ts.map +0 -1
  493. package/dist/templates/starter/categories/music-audio/content.js +0 -82
  494. package/dist/templates/starter/categories/music-audio/content.js.map +0 -1
  495. package/dist/templates/starter/categories/music-audio/default.template.d.ts +0 -4
  496. package/dist/templates/starter/categories/music-audio/default.template.d.ts.map +0 -1
  497. package/dist/templates/starter/categories/music-audio/default.template.js +0 -17
  498. package/dist/templates/starter/categories/music-audio/default.template.js.map +0 -1
  499. package/dist/templates/starter/categories/music-audio/index.d.ts +0 -8
  500. package/dist/templates/starter/categories/music-audio/index.d.ts.map +0 -1
  501. package/dist/templates/starter/categories/music-audio/index.js +0 -10
  502. package/dist/templates/starter/categories/music-audio/index.js.map +0 -1
  503. package/dist/templates/starter/categories/music-audio/routes.d.ts +0 -11
  504. package/dist/templates/starter/categories/music-audio/routes.d.ts.map +0 -1
  505. package/dist/templates/starter/categories/music-audio/routes.js +0 -49
  506. package/dist/templates/starter/categories/music-audio/routes.js.map +0 -1
  507. package/dist/templates/starter/categories/music-audio/screens.d.ts +0 -5
  508. package/dist/templates/starter/categories/music-audio/screens.d.ts.map +0 -1
  509. package/dist/templates/starter/categories/music-audio/screens.js +0 -100
  510. package/dist/templates/starter/categories/music-audio/screens.js.map +0 -1
  511. package/dist/templates/starter/categories/navigation-travel/content.d.ts +0 -80
  512. package/dist/templates/starter/categories/navigation-travel/content.d.ts.map +0 -1
  513. package/dist/templates/starter/categories/navigation-travel/content.js +0 -100
  514. package/dist/templates/starter/categories/navigation-travel/content.js.map +0 -1
  515. package/dist/templates/starter/categories/navigation-travel/default.template.d.ts +0 -4
  516. package/dist/templates/starter/categories/navigation-travel/default.template.d.ts.map +0 -1
  517. package/dist/templates/starter/categories/navigation-travel/default.template.js +0 -17
  518. package/dist/templates/starter/categories/navigation-travel/default.template.js.map +0 -1
  519. package/dist/templates/starter/categories/navigation-travel/index.d.ts +0 -8
  520. package/dist/templates/starter/categories/navigation-travel/index.d.ts.map +0 -1
  521. package/dist/templates/starter/categories/navigation-travel/index.js +0 -10
  522. package/dist/templates/starter/categories/navigation-travel/index.js.map +0 -1
  523. package/dist/templates/starter/categories/navigation-travel/routes.d.ts +0 -11
  524. package/dist/templates/starter/categories/navigation-travel/routes.d.ts.map +0 -1
  525. package/dist/templates/starter/categories/navigation-travel/routes.js +0 -49
  526. package/dist/templates/starter/categories/navigation-travel/routes.js.map +0 -1
  527. package/dist/templates/starter/categories/navigation-travel/screens.d.ts +0 -5
  528. package/dist/templates/starter/categories/navigation-travel/screens.d.ts.map +0 -1
  529. package/dist/templates/starter/categories/navigation-travel/screens.js +0 -61
  530. package/dist/templates/starter/categories/navigation-travel/screens.js.map +0 -1
  531. package/dist/templates/starter/categories/news-magazines/content.d.ts +0 -67
  532. package/dist/templates/starter/categories/news-magazines/content.d.ts.map +0 -1
  533. package/dist/templates/starter/categories/news-magazines/content.js +0 -82
  534. package/dist/templates/starter/categories/news-magazines/content.js.map +0 -1
  535. package/dist/templates/starter/categories/news-magazines/default.template.d.ts +0 -4
  536. package/dist/templates/starter/categories/news-magazines/default.template.d.ts.map +0 -1
  537. package/dist/templates/starter/categories/news-magazines/default.template.js +0 -17
  538. package/dist/templates/starter/categories/news-magazines/default.template.js.map +0 -1
  539. package/dist/templates/starter/categories/news-magazines/index.d.ts +0 -8
  540. package/dist/templates/starter/categories/news-magazines/index.d.ts.map +0 -1
  541. package/dist/templates/starter/categories/news-magazines/index.js +0 -10
  542. package/dist/templates/starter/categories/news-magazines/index.js.map +0 -1
  543. package/dist/templates/starter/categories/news-magazines/routes.d.ts +0 -11
  544. package/dist/templates/starter/categories/news-magazines/routes.d.ts.map +0 -1
  545. package/dist/templates/starter/categories/news-magazines/routes.js +0 -49
  546. package/dist/templates/starter/categories/news-magazines/routes.js.map +0 -1
  547. package/dist/templates/starter/categories/news-magazines/screens.d.ts +0 -5
  548. package/dist/templates/starter/categories/news-magazines/screens.d.ts.map +0 -1
  549. package/dist/templates/starter/categories/news-magazines/screens.js +0 -88
  550. package/dist/templates/starter/categories/news-magazines/screens.js.map +0 -1
  551. package/dist/templates/starter/categories/photo-video/content.d.ts +0 -80
  552. package/dist/templates/starter/categories/photo-video/content.d.ts.map +0 -1
  553. package/dist/templates/starter/categories/photo-video/content.js +0 -100
  554. package/dist/templates/starter/categories/photo-video/content.js.map +0 -1
  555. package/dist/templates/starter/categories/photo-video/default.template.d.ts +0 -4
  556. package/dist/templates/starter/categories/photo-video/default.template.d.ts.map +0 -1
  557. package/dist/templates/starter/categories/photo-video/default.template.js +0 -17
  558. package/dist/templates/starter/categories/photo-video/default.template.js.map +0 -1
  559. package/dist/templates/starter/categories/photo-video/index.d.ts +0 -8
  560. package/dist/templates/starter/categories/photo-video/index.d.ts.map +0 -1
  561. package/dist/templates/starter/categories/photo-video/index.js +0 -10
  562. package/dist/templates/starter/categories/photo-video/index.js.map +0 -1
  563. package/dist/templates/starter/categories/photo-video/routes.d.ts +0 -11
  564. package/dist/templates/starter/categories/photo-video/routes.d.ts.map +0 -1
  565. package/dist/templates/starter/categories/photo-video/routes.js +0 -49
  566. package/dist/templates/starter/categories/photo-video/routes.js.map +0 -1
  567. package/dist/templates/starter/categories/photo-video/screens.d.ts +0 -5
  568. package/dist/templates/starter/categories/photo-video/screens.d.ts.map +0 -1
  569. package/dist/templates/starter/categories/photo-video/screens.js +0 -61
  570. package/dist/templates/starter/categories/photo-video/screens.js.map +0 -1
  571. package/dist/templates/starter/categories/reference/content.d.ts +0 -85
  572. package/dist/templates/starter/categories/reference/content.d.ts.map +0 -1
  573. package/dist/templates/starter/categories/reference/content.js +0 -105
  574. package/dist/templates/starter/categories/reference/content.js.map +0 -1
  575. package/dist/templates/starter/categories/reference/default.template.d.ts +0 -4
  576. package/dist/templates/starter/categories/reference/default.template.d.ts.map +0 -1
  577. package/dist/templates/starter/categories/reference/default.template.js +0 -17
  578. package/dist/templates/starter/categories/reference/default.template.js.map +0 -1
  579. package/dist/templates/starter/categories/reference/index.d.ts +0 -8
  580. package/dist/templates/starter/categories/reference/index.d.ts.map +0 -1
  581. package/dist/templates/starter/categories/reference/index.js +0 -10
  582. package/dist/templates/starter/categories/reference/index.js.map +0 -1
  583. package/dist/templates/starter/categories/reference/routes.d.ts +0 -12
  584. package/dist/templates/starter/categories/reference/routes.d.ts.map +0 -1
  585. package/dist/templates/starter/categories/reference/routes.js +0 -56
  586. package/dist/templates/starter/categories/reference/routes.js.map +0 -1
  587. package/dist/templates/starter/categories/reference/screens.d.ts +0 -5
  588. package/dist/templates/starter/categories/reference/screens.d.ts.map +0 -1
  589. package/dist/templates/starter/categories/reference/screens.js +0 -94
  590. package/dist/templates/starter/categories/reference/screens.js.map +0 -1
  591. package/dist/templates/starter/categories/shopping-commerce/content.d.ts +0 -80
  592. package/dist/templates/starter/categories/shopping-commerce/content.d.ts.map +0 -1
  593. package/dist/templates/starter/categories/shopping-commerce/content.js +0 -100
  594. package/dist/templates/starter/categories/shopping-commerce/content.js.map +0 -1
  595. package/dist/templates/starter/categories/shopping-commerce/default.template.d.ts +0 -4
  596. package/dist/templates/starter/categories/shopping-commerce/default.template.d.ts.map +0 -1
  597. package/dist/templates/starter/categories/shopping-commerce/default.template.js +0 -17
  598. package/dist/templates/starter/categories/shopping-commerce/default.template.js.map +0 -1
  599. package/dist/templates/starter/categories/shopping-commerce/index.d.ts +0 -8
  600. package/dist/templates/starter/categories/shopping-commerce/index.d.ts.map +0 -1
  601. package/dist/templates/starter/categories/shopping-commerce/index.js +0 -10
  602. package/dist/templates/starter/categories/shopping-commerce/index.js.map +0 -1
  603. package/dist/templates/starter/categories/shopping-commerce/routes.d.ts +0 -11
  604. package/dist/templates/starter/categories/shopping-commerce/routes.d.ts.map +0 -1
  605. package/dist/templates/starter/categories/shopping-commerce/routes.js +0 -49
  606. package/dist/templates/starter/categories/shopping-commerce/routes.js.map +0 -1
  607. package/dist/templates/starter/categories/shopping-commerce/screens.d.ts +0 -5
  608. package/dist/templates/starter/categories/shopping-commerce/screens.d.ts.map +0 -1
  609. package/dist/templates/starter/categories/shopping-commerce/screens.js +0 -89
  610. package/dist/templates/starter/categories/shopping-commerce/screens.js.map +0 -1
  611. package/dist/templates/starter/categories/social-community/community.template.d.ts +0 -4
  612. package/dist/templates/starter/categories/social-community/community.template.d.ts.map +0 -1
  613. package/dist/templates/starter/categories/social-community/community.template.js +0 -17
  614. package/dist/templates/starter/categories/social-community/community.template.js.map +0 -1
  615. package/dist/templates/starter/categories/social-community/content.d.ts +0 -183
  616. package/dist/templates/starter/categories/social-community/content.d.ts.map +0 -1
  617. package/dist/templates/starter/categories/social-community/content.js +0 -231
  618. package/dist/templates/starter/categories/social-community/content.js.map +0 -1
  619. package/dist/templates/starter/categories/social-community/creator/index.d.ts +0 -2
  620. package/dist/templates/starter/categories/social-community/creator/index.d.ts.map +0 -1
  621. package/dist/templates/starter/categories/social-community/creator/index.js +0 -2
  622. package/dist/templates/starter/categories/social-community/creator/index.js.map +0 -1
  623. package/dist/templates/starter/categories/social-community/creator/routes.d.ts +0 -11
  624. package/dist/templates/starter/categories/social-community/creator/routes.d.ts.map +0 -1
  625. package/dist/templates/starter/categories/social-community/creator/routes.js +0 -49
  626. package/dist/templates/starter/categories/social-community/creator/routes.js.map +0 -1
  627. package/dist/templates/starter/categories/social-community/creator/screens.d.ts +0 -5
  628. package/dist/templates/starter/categories/social-community/creator/screens.d.ts.map +0 -1
  629. package/dist/templates/starter/categories/social-community/creator/screens.js +0 -96
  630. package/dist/templates/starter/categories/social-community/creator/screens.js.map +0 -1
  631. package/dist/templates/starter/categories/social-community/creator/template.d.ts +0 -4
  632. package/dist/templates/starter/categories/social-community/creator/template.d.ts.map +0 -1
  633. package/dist/templates/starter/categories/social-community/creator/template.js +0 -17
  634. package/dist/templates/starter/categories/social-community/creator/template.js.map +0 -1
  635. package/dist/templates/starter/categories/social-community/index.d.ts +0 -8
  636. package/dist/templates/starter/categories/social-community/index.d.ts.map +0 -1
  637. package/dist/templates/starter/categories/social-community/index.js +0 -17
  638. package/dist/templates/starter/categories/social-community/index.js.map +0 -1
  639. package/dist/templates/starter/categories/social-community/routes.community.d.ts +0 -11
  640. package/dist/templates/starter/categories/social-community/routes.community.d.ts.map +0 -1
  641. package/dist/templates/starter/categories/social-community/routes.community.js +0 -49
  642. package/dist/templates/starter/categories/social-community/routes.community.js.map +0 -1
  643. package/dist/templates/starter/categories/social-community/screens.community.d.ts +0 -5
  644. package/dist/templates/starter/categories/social-community/screens.community.d.ts.map +0 -1
  645. package/dist/templates/starter/categories/social-community/screens.community.js +0 -96
  646. package/dist/templates/starter/categories/social-community/screens.community.js.map +0 -1
  647. package/dist/templates/starter/categories/sports/content.d.ts +0 -80
  648. package/dist/templates/starter/categories/sports/content.d.ts.map +0 -1
  649. package/dist/templates/starter/categories/sports/content.js +0 -100
  650. package/dist/templates/starter/categories/sports/content.js.map +0 -1
  651. package/dist/templates/starter/categories/sports/default.template.d.ts +0 -4
  652. package/dist/templates/starter/categories/sports/default.template.d.ts.map +0 -1
  653. package/dist/templates/starter/categories/sports/default.template.js +0 -17
  654. package/dist/templates/starter/categories/sports/default.template.js.map +0 -1
  655. package/dist/templates/starter/categories/sports/index.d.ts +0 -8
  656. package/dist/templates/starter/categories/sports/index.d.ts.map +0 -1
  657. package/dist/templates/starter/categories/sports/index.js +0 -10
  658. package/dist/templates/starter/categories/sports/index.js.map +0 -1
  659. package/dist/templates/starter/categories/sports/routes.d.ts +0 -11
  660. package/dist/templates/starter/categories/sports/routes.d.ts.map +0 -1
  661. package/dist/templates/starter/categories/sports/routes.js +0 -49
  662. package/dist/templates/starter/categories/sports/routes.js.map +0 -1
  663. package/dist/templates/starter/categories/sports/screens.d.ts +0 -5
  664. package/dist/templates/starter/categories/sports/screens.d.ts.map +0 -1
  665. package/dist/templates/starter/categories/sports/screens.js +0 -61
  666. package/dist/templates/starter/categories/sports/screens.js.map +0 -1
  667. package/dist/templates/starter/categories/utilities-tools/content.d.ts +0 -98
  668. package/dist/templates/starter/categories/utilities-tools/content.d.ts.map +0 -1
  669. package/dist/templates/starter/categories/utilities-tools/content.js +0 -123
  670. package/dist/templates/starter/categories/utilities-tools/content.js.map +0 -1
  671. package/dist/templates/starter/categories/utilities-tools/default.template.d.ts +0 -4
  672. package/dist/templates/starter/categories/utilities-tools/default.template.d.ts.map +0 -1
  673. package/dist/templates/starter/categories/utilities-tools/default.template.js +0 -17
  674. package/dist/templates/starter/categories/utilities-tools/default.template.js.map +0 -1
  675. package/dist/templates/starter/categories/utilities-tools/index.d.ts +0 -8
  676. package/dist/templates/starter/categories/utilities-tools/index.d.ts.map +0 -1
  677. package/dist/templates/starter/categories/utilities-tools/index.js +0 -10
  678. package/dist/templates/starter/categories/utilities-tools/index.js.map +0 -1
  679. package/dist/templates/starter/categories/utilities-tools/routes.d.ts +0 -12
  680. package/dist/templates/starter/categories/utilities-tools/routes.d.ts.map +0 -1
  681. package/dist/templates/starter/categories/utilities-tools/routes.js +0 -56
  682. package/dist/templates/starter/categories/utilities-tools/routes.js.map +0 -1
  683. package/dist/templates/starter/categories/utilities-tools/screens.d.ts +0 -5
  684. package/dist/templates/starter/categories/utilities-tools/screens.d.ts.map +0 -1
  685. package/dist/templates/starter/categories/utilities-tools/screens.js +0 -67
  686. package/dist/templates/starter/categories/utilities-tools/screens.js.map +0 -1
  687. package/dist/templates/starter/categories/weather/content.d.ts +0 -75
  688. package/dist/templates/starter/categories/weather/content.d.ts.map +0 -1
  689. package/dist/templates/starter/categories/weather/content.js +0 -95
  690. package/dist/templates/starter/categories/weather/content.js.map +0 -1
  691. package/dist/templates/starter/categories/weather/default.template.d.ts +0 -4
  692. package/dist/templates/starter/categories/weather/default.template.d.ts.map +0 -1
  693. package/dist/templates/starter/categories/weather/default.template.js +0 -17
  694. package/dist/templates/starter/categories/weather/default.template.js.map +0 -1
  695. package/dist/templates/starter/categories/weather/index.d.ts +0 -8
  696. package/dist/templates/starter/categories/weather/index.d.ts.map +0 -1
  697. package/dist/templates/starter/categories/weather/index.js +0 -10
  698. package/dist/templates/starter/categories/weather/index.js.map +0 -1
  699. package/dist/templates/starter/categories/weather/routes.d.ts +0 -10
  700. package/dist/templates/starter/categories/weather/routes.d.ts.map +0 -1
  701. package/dist/templates/starter/categories/weather/routes.js +0 -42
  702. package/dist/templates/starter/categories/weather/routes.js.map +0 -1
  703. package/dist/templates/starter/categories/weather/screens.d.ts +0 -5
  704. package/dist/templates/starter/categories/weather/screens.d.ts.map +0 -1
  705. package/dist/templates/starter/categories/weather/screens.js +0 -31
  706. package/dist/templates/starter/categories/weather/screens.js.map +0 -1
  707. package/dist/templates/starter/index.d.ts +0 -3
  708. package/dist/templates/starter/index.d.ts.map +0 -1
  709. package/dist/templates/starter/index.js +0 -3
  710. package/dist/templates/starter/index.js.map +0 -1
  711. package/dist/templates/starter/starter.assets.d.ts +0 -22
  712. package/dist/templates/starter/starter.assets.d.ts.map +0 -1
  713. package/dist/templates/starter/starter.assets.js +0 -124
  714. package/dist/templates/starter/starter.assets.js.map +0 -1
  715. package/dist/templates/starter/starter.registry.d.ts +0 -7
  716. package/dist/templates/starter/starter.registry.d.ts.map +0 -1
  717. package/dist/templates/starter/starter.registry.js +0 -86
  718. package/dist/templates/starter/starter.registry.js.map +0 -1
  719. package/dist/templates/starter/starter.template.d.ts +0 -7
  720. package/dist/templates/starter/starter.template.d.ts.map +0 -1
  721. package/dist/templates/starter/starter.template.js +0 -12
  722. package/dist/templates/starter/starter.template.js.map +0 -1
  723. package/dist/templates/starter/starter.types.d.ts +0 -42
  724. package/dist/templates/starter/starter.types.d.ts.map +0 -1
  725. package/dist/templates/starter/starter.types.js +0 -2
  726. package/dist/templates/starter/starter.types.js.map +0 -1
  727. /package/dist/{templates/shared → authoring}/create-manifest-shell.d.ts +0 -0
  728. /package/dist/{templates/shared → authoring}/splash-screen.d.ts +0 -0
  729. /package/dist/{templates/shared → authoring}/splash-screen.js +0 -0
@@ -1,231 +0,0 @@
1
- export const communitySocialContent = {
2
- feed: {
3
- eyebrow: 'Community hub',
4
- title: 'Latest from your network',
5
- description: 'Follow announcements, discussions, and member updates in one activity stream.',
6
- sections: [
7
- {
8
- title: 'Pinned updates',
9
- description: 'Keep important community moments visible for every member.',
10
- cards: [
11
- {
12
- eyebrow: 'Announcement',
13
- title: 'Spring meetup agenda',
14
- description: 'Share the schedule, speakers, and arrival details for the next gathering.',
15
- },
16
- {
17
- eyebrow: 'Discussion',
18
- title: 'Member introductions',
19
- description: 'Give new members a place to introduce themselves and find relevant groups.',
20
- },
21
- ],
22
- },
23
- {
24
- title: 'Active discussions',
25
- description: 'Seed the initial feed with prompts that invite participation.',
26
- cards: [
27
- {
28
- eyebrow: 'Thread',
29
- title: 'What should we build together?',
30
- description: 'Collect project ideas, requests, and community proposals.',
31
- },
32
- {
33
- eyebrow: 'Poll',
34
- title: 'Choose the next workshop',
35
- description: 'Use this slot for a lightweight voting or survey experience.',
36
- },
37
- ],
38
- },
39
- ],
40
- },
41
- groups: {
42
- eyebrow: 'Spaces',
43
- title: 'Groups for every interest',
44
- description: 'Organize conversations by topic, location, or member cohort.',
45
- sections: [
46
- {
47
- title: 'Featured groups',
48
- description: 'Start with a few visible spaces so the app has immediate shape.',
49
- cards: [
50
- {
51
- eyebrow: 'Open group',
52
- title: 'Founders circle',
53
- description: 'A discussion space for strategy, hiring, and fundraising questions.',
54
- },
55
- {
56
- eyebrow: 'Open group',
57
- title: 'Local meetups',
58
- description: 'Coordinate regional events, venues, and informal gatherings.',
59
- },
60
- ],
61
- },
62
- ],
63
- },
64
- messages: {
65
- eyebrow: 'Inbox',
66
- title: 'Member conversations',
67
- description: 'Prepare a private messaging surface without committing to runtime wiring.',
68
- sections: [
69
- {
70
- title: 'Conversation states',
71
- description: 'Model the empty, unread, and active states your app will need.',
72
- cards: [
73
- {
74
- eyebrow: 'Unread',
75
- title: 'Welcome from the moderators',
76
- description: 'A starter row for onboarding guidance and community norms.',
77
- },
78
- {
79
- eyebrow: 'Draft',
80
- title: 'Follow up with a new member',
81
- description: 'Reserve space for quick replies, attachments, and message metadata.',
82
- },
83
- ],
84
- },
85
- ],
86
- },
87
- profile: {
88
- eyebrow: 'Member profile',
89
- title: 'Shape a trusted identity',
90
- description: 'Show interests, contributions, and connection points for each member.',
91
- sections: [
92
- {
93
- title: 'Profile readiness',
94
- description: 'Use these cards as placeholders for onboarding and member context.',
95
- cards: [
96
- {
97
- eyebrow: 'Identity',
98
- title: 'Display name and avatar',
99
- description: 'Collect the core fields needed across feed, groups, and messages.',
100
- },
101
- {
102
- eyebrow: 'Interests',
103
- title: 'Topics and communities',
104
- description: 'Capture preferences that can personalize recommendations.',
105
- },
106
- ],
107
- },
108
- ],
109
- },
110
- settings: {
111
- eyebrow: 'Community controls',
112
- title: 'Notification and privacy defaults',
113
- description: 'Keep community preferences close to the member experience.',
114
- },
115
- };
116
- export const creatorSocialContent = {
117
- studio: {
118
- eyebrow: 'Creator studio',
119
- title: 'Run your publishing workflow',
120
- description: 'Start from a dashboard for drafts, schedule, audience, and channel health.',
121
- sections: [
122
- {
123
- title: 'Today in studio',
124
- description: 'Surface the few creator actions that matter right now.',
125
- cards: [
126
- {
127
- eyebrow: 'Draft',
128
- title: 'Weekly field note',
129
- description: 'A ready placeholder for long-form or short-form publishing.',
130
- },
131
- {
132
- eyebrow: 'Schedule',
133
- title: 'Post window at 10:00',
134
- description: 'Reserve space for calendar and queue integrations.',
135
- },
136
- ],
137
- },
138
- {
139
- title: 'Channel health',
140
- description: 'Give the starter a place for engagement and account state.',
141
- cards: [
142
- {
143
- eyebrow: 'Reach',
144
- title: 'Audience growth',
145
- description: 'Track follower movement and high-performing content themes.',
146
- },
147
- {
148
- eyebrow: 'Quality',
149
- title: 'Publishing consistency',
150
- description: 'Show cadence, completion, and momentum without adding analytics wiring.',
151
- },
152
- ],
153
- },
154
- ],
155
- },
156
- posts: {
157
- eyebrow: 'Publishing',
158
- title: 'Drafts and published posts',
159
- description: 'Organize content from first draft through scheduled publication.',
160
- sections: [
161
- {
162
- title: 'Content queue',
163
- description: 'Use these rows to model draft, review, scheduled, and published states.',
164
- cards: [
165
- {
166
- eyebrow: 'Draft',
167
- title: 'Behind-the-scenes update',
168
- description: 'A sample draft with room for status, channel, and next action.',
169
- },
170
- {
171
- eyebrow: 'Published',
172
- title: 'Launch recap',
173
- description: 'A published post placeholder for performance and comments.',
174
- },
175
- ],
176
- },
177
- ],
178
- },
179
- audience: {
180
- eyebrow: 'Followers',
181
- title: 'Understand your audience',
182
- description: 'Segment members by interests, activity, and engagement patterns.',
183
- sections: [
184
- {
185
- title: 'Audience segments',
186
- description: 'Give creators a starting point for relationship management.',
187
- cards: [
188
- {
189
- eyebrow: 'Segment',
190
- title: 'New followers',
191
- description: 'Welcome and convert new followers into active subscribers.',
192
- },
193
- {
194
- eyebrow: 'Segment',
195
- title: 'Top commenters',
196
- description: 'Identify members who repeatedly start useful conversations.',
197
- },
198
- ],
199
- },
200
- ],
201
- },
202
- insights: {
203
- eyebrow: 'Analytics',
204
- title: 'Engagement snapshots',
205
- description: 'Summarize reach, interactions, and publishing momentum.',
206
- sections: [
207
- {
208
- title: 'Key signals',
209
- description: 'Keep metrics lightweight until real analytics are connected.',
210
- cards: [
211
- {
212
- eyebrow: 'Engagement',
213
- title: 'Comment quality',
214
- description: 'Track useful replies, questions, and community participation.',
215
- },
216
- {
217
- eyebrow: 'Momentum',
218
- title: 'Weekly publishing streak',
219
- description: 'Show consistency without requiring runtime analytics.',
220
- },
221
- ],
222
- },
223
- ],
224
- },
225
- settings: {
226
- eyebrow: 'Creator controls',
227
- title: 'Publishing and profile defaults',
228
- description: 'Keep channel settings, profile fields, and notification defaults in one place.',
229
- },
230
- };
231
- //# sourceMappingURL=content.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"content.js","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/social-community/content.ts"],"names":[],"mappings":"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"}
@@ -1,2 +0,0 @@
1
- export { createSocialCreatorTemplate } from './template';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/templates/starter/categories/social-community/creator/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,2BAA2B,EAAE,MAAM,YAAY,CAAC"}
@@ -1,2 +0,0 @@
1
- export { createSocialCreatorTemplate } from './template';
2
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/templates/starter/categories/social-community/creator/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,2BAA2B,EAAE,MAAM,YAAY,CAAC"}
@@ -1,11 +0,0 @@
1
- import type { AppManifest } from '@ankhorage/contracts';
2
- export interface CreatorSocialScreenIds {
3
- studio: string;
4
- posts: string;
5
- audience: string;
6
- insights: string;
7
- settings: string;
8
- }
9
- export declare function createCreatorSocialScreenIds(idPrefix: string): CreatorSocialScreenIds;
10
- export declare function createCreatorSocialNavigator(screenIds: CreatorSocialScreenIds): AppManifest['navigator'];
11
- //# sourceMappingURL=routes.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"routes.d.ts","sourceRoot":"","sources":["../../../../../../src/templates/starter/categories/social-community/creator/routes.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAIxD,MAAM,WAAW,sBAAsB;IACrC,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,wBAAgB,4BAA4B,CAAC,QAAQ,EAAE,MAAM,GAAG,sBAAsB,CAQrF;AAED,wBAAgB,4BAA4B,CAC1C,SAAS,EAAE,sBAAsB,GAChC,WAAW,CAAC,WAAW,CAAC,CAqC1B"}
@@ -1,49 +0,0 @@
1
- import { createRoute } from '../../../../shared';
2
- export function createCreatorSocialScreenIds(idPrefix) {
3
- return {
4
- studio: `${idPrefix}-studio`,
5
- posts: `${idPrefix}-posts`,
6
- audience: `${idPrefix}-audience`,
7
- insights: `${idPrefix}-insights`,
8
- settings: `${idPrefix}-settings`,
9
- };
10
- }
11
- export function createCreatorSocialNavigator(screenIds) {
12
- return {
13
- type: 'tabs',
14
- initialRouteName: 'index',
15
- routes: [
16
- createRoute({
17
- name: 'index',
18
- screenId: screenIds.studio,
19
- label: 'Studio',
20
- icon: { provider: 'material-community', name: 'view-dashboard-outline' },
21
- }),
22
- createRoute({
23
- name: 'posts',
24
- screenId: screenIds.posts,
25
- label: 'Posts',
26
- icon: { provider: 'material-community', name: 'file-document-edit-outline' },
27
- }),
28
- createRoute({
29
- name: 'audience',
30
- screenId: screenIds.audience,
31
- label: 'Audience',
32
- icon: { provider: 'material-community', name: 'account-multiple-outline' },
33
- }),
34
- createRoute({
35
- name: 'insights',
36
- screenId: screenIds.insights,
37
- label: 'Insights',
38
- icon: { provider: 'material-community', name: 'chart-line' },
39
- }),
40
- createRoute({
41
- name: 'settings',
42
- screenId: screenIds.settings,
43
- label: 'Settings',
44
- icon: { provider: 'material-community', name: 'cog-outline' },
45
- }),
46
- ],
47
- };
48
- }
49
- //# sourceMappingURL=routes.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"routes.js","sourceRoot":"","sources":["../../../../../../src/templates/starter/categories/social-community/creator/routes.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAUjD,MAAM,UAAU,4BAA4B,CAAC,QAAgB;IAC3D,OAAO;QACL,MAAM,EAAE,GAAG,QAAQ,SAAS;QAC5B,KAAK,EAAE,GAAG,QAAQ,QAAQ;QAC1B,QAAQ,EAAE,GAAG,QAAQ,WAAW;QAChC,QAAQ,EAAE,GAAG,QAAQ,WAAW;QAChC,QAAQ,EAAE,GAAG,QAAQ,WAAW;KACjC,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,4BAA4B,CAC1C,SAAiC;IAEjC,OAAO;QACL,IAAI,EAAE,MAAM;QACZ,gBAAgB,EAAE,OAAO;QACzB,MAAM,EAAE;YACN,WAAW,CAAC;gBACV,IAAI,EAAE,OAAO;gBACb,QAAQ,EAAE,SAAS,CAAC,MAAM;gBAC1B,KAAK,EAAE,QAAQ;gBACf,IAAI,EAAE,EAAE,QAAQ,EAAE,oBAAoB,EAAE,IAAI,EAAE,wBAAwB,EAAE;aACzE,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,4BAA4B,EAAE;aAC7E,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,0BAA0B,EAAE;aAC3E,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,YAAY,EAAE;aAC7D,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"}
@@ -1,5 +0,0 @@
1
- import type { AppManifest } from '@ankhorage/contracts';
2
- import type { TemplateSeed } from '../../../starter.types';
3
- import type { CreatorSocialScreenIds } from './routes';
4
- export declare function createCreatorSocialScreens(seed: TemplateSeed, idPrefix: string, screenIds: CreatorSocialScreenIds): AppManifest['screens'];
5
- //# sourceMappingURL=screens.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"screens.d.ts","sourceRoot":"","sources":["../../../../../../src/templates/starter/categories/social-community/creator/screens.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAUxD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAE3D,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AA6EvD,wBAAgB,0BAA0B,CACxC,IAAI,EAAE,YAAY,EAClB,QAAQ,EAAE,MAAM,EAChB,SAAS,EAAE,sBAAsB,GAChC,WAAW,CAAC,SAAS,CAAC,CAiExB"}
@@ -1,96 +0,0 @@
1
- import { createScreen, createScreenRoot, createSection, createSettingsSection, createZoraNode, } from '../../../../shared';
2
- import { creatorSocialContent } from '../content';
3
- function createCreatorScreen(args) {
4
- const idSegment = args.name.toLowerCase();
5
- const sectionNodes = args.content.sections.map((section, sectionIndex) => createSection(`${args.idPrefix}-${idSegment}-section-${sectionIndex + 1}`, {
6
- title: section.title,
7
- description: section.description,
8
- }, [
9
- createZoraNode(`${args.idPrefix}-${idSegment}-panel-${sectionIndex + 1}`, 'Panel', {
10
- title: section.title,
11
- description: section.description,
12
- tone: 'subtle',
13
- }, section.cards.map((card, cardIndex) => createZoraNode(`${args.idPrefix}-${idSegment}-card-${sectionIndex + 1}-${cardIndex + 1}`, 'Card', {
14
- eyebrow: card.eyebrow,
15
- title: card.title,
16
- description: card.description,
17
- tone: 'outline',
18
- }))),
19
- ]));
20
- return createScreen({
21
- id: args.screenId,
22
- name: args.name,
23
- title: args.content.title,
24
- description: args.content.description,
25
- root: createScreenRoot(`${args.idPrefix}-${idSegment}-screen`, { width: 'wide' }, [
26
- createZoraNode(`${args.idPrefix}-${idSegment}-header`, 'SectionHeader', {
27
- eyebrow: args.content.eyebrow,
28
- title: args.content.title,
29
- description: args.content.description,
30
- }),
31
- ...sectionNodes,
32
- ]),
33
- });
34
- }
35
- export function createCreatorSocialScreens(seed, idPrefix, screenIds) {
36
- return {
37
- [screenIds.studio]: createCreatorScreen({
38
- idPrefix,
39
- screenId: screenIds.studio,
40
- name: 'Studio',
41
- content: creatorSocialContent.studio,
42
- }),
43
- [screenIds.posts]: createCreatorScreen({
44
- idPrefix,
45
- screenId: screenIds.posts,
46
- name: 'Posts',
47
- content: creatorSocialContent.posts,
48
- }),
49
- [screenIds.audience]: createCreatorScreen({
50
- idPrefix,
51
- screenId: screenIds.audience,
52
- name: 'Audience',
53
- content: creatorSocialContent.audience,
54
- }),
55
- [screenIds.insights]: createCreatorScreen({
56
- idPrefix,
57
- screenId: screenIds.insights,
58
- name: 'Insights',
59
- content: creatorSocialContent.insights,
60
- }),
61
- [screenIds.settings]: createScreen({
62
- id: screenIds.settings,
63
- name: 'Settings',
64
- title: 'Creator settings',
65
- description: creatorSocialContent.settings.description,
66
- root: createScreenRoot(`${idPrefix}-settings-screen`, { width: 'default' }, [
67
- createZoraNode(`${idPrefix}-settings-header`, 'SectionHeader', {
68
- eyebrow: creatorSocialContent.settings.eyebrow,
69
- title: creatorSocialContent.settings.title,
70
- description: creatorSocialContent.settings.description,
71
- }),
72
- createSettingsSection(`${idPrefix}-settings`, 'Publishing defaults', 'Model profile, notification, and publishing preferences for a creator-led app.', [
73
- {
74
- id: 'profile-row',
75
- title: 'Public profile',
76
- description: 'Creator profile fields are ready for avatar, bio, and links.',
77
- meta: 'ready',
78
- },
79
- {
80
- id: 'publish-row',
81
- title: 'Publishing review',
82
- description: 'Drafts can move through review before scheduling.',
83
- meta: 'manual',
84
- },
85
- {
86
- id: 'auth-row',
87
- title: 'Auth scope',
88
- description: `${seed.categoryLabel} inherits the manifest infra auth setting.`,
89
- meta: 'global',
90
- },
91
- ]),
92
- ]),
93
- }),
94
- };
95
- }
96
- //# sourceMappingURL=screens.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"screens.js","sourceRoot":"","sources":["../../../../../../src/templates/starter/categories/social-community/creator/screens.ts"],"names":[],"mappings":"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"}
@@ -1,4 +0,0 @@
1
- import type { AppManifest } from '@ankhorage/contracts';
2
- import type { TemplateSeed } from '../../../starter.types';
3
- export declare function createSocialCreatorTemplate(seed: TemplateSeed): AppManifest;
4
- //# sourceMappingURL=template.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"template.d.ts","sourceRoot":"","sources":["../../../../../../src/templates/starter/categories/social-community/creator/template.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAIxD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAI3D,wBAAgB,2BAA2B,CAAC,IAAI,EAAE,YAAY,GAAG,WAAW,CAY3E"}
@@ -1,17 +0,0 @@
1
- import { DEFAULT_TEMPLATE_VERSION } from '../../../../../internal/defaults';
2
- import { createManifestShell, createTheme } from '../../../../shared';
3
- import { createCreatorSocialNavigator, createCreatorSocialScreenIds } from './routes';
4
- import { createCreatorSocialScreens } from './screens';
5
- export function createSocialCreatorTemplate(seed) {
6
- const idPrefix = `${seed.category}-creator-starter`;
7
- const theme = createTheme(seed);
8
- const screenIds = createCreatorSocialScreenIds(idPrefix);
9
- return createManifestShell({
10
- seed,
11
- theme,
12
- version: seed.version ?? DEFAULT_TEMPLATE_VERSION,
13
- navigator: createCreatorSocialNavigator(screenIds),
14
- screens: createCreatorSocialScreens(seed, idPrefix, screenIds),
15
- });
16
- }
17
- //# sourceMappingURL=template.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"template.js","sourceRoot":"","sources":["../../../../../../src/templates/starter/categories/social-community/creator/template.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,wBAAwB,EAAE,MAAM,kCAAkC,CAAC;AAC5E,OAAO,EAAE,mBAAmB,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAEtE,OAAO,EAAE,4BAA4B,EAAE,4BAA4B,EAAE,MAAM,UAAU,CAAC;AACtF,OAAO,EAAE,0BAA0B,EAAE,MAAM,WAAW,CAAC;AAEvD,MAAM,UAAU,2BAA2B,CAAC,IAAkB;IAC5D,MAAM,QAAQ,GAAG,GAAG,IAAI,CAAC,QAAQ,kBAAkB,CAAC;IACpD,MAAM,KAAK,GAAG,WAAW,CAAC,IAAI,CAAC,CAAC;IAChC,MAAM,SAAS,GAAG,4BAA4B,CAAC,QAAQ,CAAC,CAAC;IAEzD,OAAO,mBAAmB,CAAC;QACzB,IAAI;QACJ,KAAK;QACL,OAAO,EAAE,IAAI,CAAC,OAAO,IAAI,wBAAwB;QACjD,SAAS,EAAE,4BAA4B,CAAC,SAAS,CAAC;QAClD,OAAO,EAAE,0BAA0B,CAAC,IAAI,EAAE,QAAQ,EAAE,SAAS,CAAC;KAC/D,CAAC,CAAC;AACL,CAAC"}
@@ -1,8 +0,0 @@
1
- import { createSocialCommunityTemplate } from './community.template';
2
- export declare const socialCommunityStarterTemplates: {
3
- id: string;
4
- label: string;
5
- description: string;
6
- create: typeof createSocialCommunityTemplate;
7
- }[];
8
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/social-community/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,6BAA6B,EAAE,MAAM,sBAAsB,CAAC;AAGrE,eAAO,MAAM,+BAA+B;;;;;GAaY,CAAC"}
@@ -1,17 +0,0 @@
1
- import { createSocialCommunityTemplate } from './community.template';
2
- import { createSocialCreatorTemplate } from './creator';
3
- export const socialCommunityStarterTemplates = [
4
- {
5
- id: 'default',
6
- label: 'Community network',
7
- description: 'A feed, groups, messages, profile, and settings starter for community apps.',
8
- create: createSocialCommunityTemplate,
9
- },
10
- {
11
- id: 'creator',
12
- label: 'Creator social',
13
- description: 'A studio, posts, audience, insights, and settings starter for creator apps.',
14
- create: createSocialCreatorTemplate,
15
- },
16
- ];
17
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/social-community/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,6BAA6B,EAAE,MAAM,sBAAsB,CAAC;AACrE,OAAO,EAAE,2BAA2B,EAAE,MAAM,WAAW,CAAC;AAExD,MAAM,CAAC,MAAM,+BAA+B,GAAG;IAC7C;QACE,EAAE,EAAE,SAAS;QACb,KAAK,EAAE,mBAAmB;QAC1B,WAAW,EAAE,6EAA6E;QAC1F,MAAM,EAAE,6BAA6B;KACtC;IACD;QACE,EAAE,EAAE,SAAS;QACb,KAAK,EAAE,gBAAgB;QACvB,WAAW,EAAE,6EAA6E;QAC1F,MAAM,EAAE,2BAA2B;KACpC;CACqD,CAAC"}
@@ -1,11 +0,0 @@
1
- import type { AppManifest } from '@ankhorage/contracts';
2
- export interface CommunitySocialScreenIds {
3
- feed: string;
4
- groups: string;
5
- messages: string;
6
- profile: string;
7
- settings: string;
8
- }
9
- export declare function createCommunitySocialScreenIds(idPrefix: string): CommunitySocialScreenIds;
10
- export declare function createCommunitySocialNavigator(screenIds: CommunitySocialScreenIds): AppManifest['navigator'];
11
- //# sourceMappingURL=routes.community.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"routes.community.d.ts","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/social-community/routes.community.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAIxD,MAAM,WAAW,wBAAwB;IACvC,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,wBAAgB,8BAA8B,CAAC,QAAQ,EAAE,MAAM,GAAG,wBAAwB,CAQzF;AAED,wBAAgB,8BAA8B,CAC5C,SAAS,EAAE,wBAAwB,GAClC,WAAW,CAAC,WAAW,CAAC,CAqC1B"}
@@ -1,49 +0,0 @@
1
- import { createRoute } from '../../../shared';
2
- export function createCommunitySocialScreenIds(idPrefix) {
3
- return {
4
- feed: `${idPrefix}-feed`,
5
- groups: `${idPrefix}-groups`,
6
- messages: `${idPrefix}-messages`,
7
- profile: `${idPrefix}-profile`,
8
- settings: `${idPrefix}-settings`,
9
- };
10
- }
11
- export function createCommunitySocialNavigator(screenIds) {
12
- return {
13
- type: 'tabs',
14
- initialRouteName: 'index',
15
- routes: [
16
- createRoute({
17
- name: 'index',
18
- screenId: screenIds.feed,
19
- label: 'Feed',
20
- icon: { provider: 'material-community', name: 'newspaper-variant-outline' },
21
- }),
22
- createRoute({
23
- name: 'groups',
24
- screenId: screenIds.groups,
25
- label: 'Groups',
26
- icon: { provider: 'material-community', name: 'account-group-outline' },
27
- }),
28
- createRoute({
29
- name: 'messages',
30
- screenId: screenIds.messages,
31
- label: 'Messages',
32
- icon: { provider: 'material-community', name: 'message-text-outline' },
33
- }),
34
- createRoute({
35
- name: 'profile',
36
- screenId: screenIds.profile,
37
- label: 'Profile',
38
- icon: { provider: 'material-community', name: 'account-circle-outline' },
39
- }),
40
- createRoute({
41
- name: 'settings',
42
- screenId: screenIds.settings,
43
- label: 'Settings',
44
- icon: { provider: 'material-community', name: 'cog-outline' },
45
- }),
46
- ],
47
- };
48
- }
49
- //# sourceMappingURL=routes.community.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"routes.community.js","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/social-community/routes.community.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAU9C,MAAM,UAAU,8BAA8B,CAAC,QAAgB;IAC7D,OAAO;QACL,IAAI,EAAE,GAAG,QAAQ,OAAO;QACxB,MAAM,EAAE,GAAG,QAAQ,SAAS;QAC5B,QAAQ,EAAE,GAAG,QAAQ,WAAW;QAChC,OAAO,EAAE,GAAG,QAAQ,UAAU;QAC9B,QAAQ,EAAE,GAAG,QAAQ,WAAW;KACjC,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,8BAA8B,CAC5C,SAAmC;IAEnC,OAAO;QACL,IAAI,EAAE,MAAM;QACZ,gBAAgB,EAAE,OAAO;QACzB,MAAM,EAAE;YACN,WAAW,CAAC;gBACV,IAAI,EAAE,OAAO;gBACb,QAAQ,EAAE,SAAS,CAAC,IAAI;gBACxB,KAAK,EAAE,MAAM;gBACb,IAAI,EAAE,EAAE,QAAQ,EAAE,oBAAoB,EAAE,IAAI,EAAE,2BAA2B,EAAE;aAC5E,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,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,sBAAsB,EAAE;aACvE,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,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"}
@@ -1,5 +0,0 @@
1
- import type { AppManifest } from '@ankhorage/contracts';
2
- import type { TemplateSeed } from '../../starter.types';
3
- import type { CommunitySocialScreenIds } from './routes.community';
4
- export declare function createCommunitySocialScreens(seed: TemplateSeed, idPrefix: string, screenIds: CommunitySocialScreenIds): AppManifest['screens'];
5
- //# sourceMappingURL=screens.community.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"screens.community.d.ts","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/social-community/screens.community.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAUxD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAExD,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,oBAAoB,CAAC;AA6EnE,wBAAgB,4BAA4B,CAC1C,IAAI,EAAE,YAAY,EAClB,QAAQ,EAAE,MAAM,EAChB,SAAS,EAAE,wBAAwB,GAClC,WAAW,CAAC,SAAS,CAAC,CAiExB"}