@ankhorage/templates 1.1.9 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/README.md +36 -7
- package/dist/templates/shared/index.d.ts +1 -0
- package/dist/templates/shared/index.d.ts.map +1 -1
- package/dist/templates/shared/index.js +1 -0
- package/dist/templates/shared/index.js.map +1 -1
- package/dist/templates/shared/starter-screens.d.ts +45 -0
- package/dist/templates/shared/starter-screens.d.ts.map +1 -0
- package/dist/templates/shared/starter-screens.js +53 -0
- package/dist/templates/shared/starter-screens.js.map +1 -0
- package/dist/templates/starter/categories/books-reading/content.d.ts +80 -0
- package/dist/templates/starter/categories/books-reading/content.d.ts.map +1 -0
- package/dist/templates/starter/categories/books-reading/content.js +100 -0
- package/dist/templates/starter/categories/books-reading/content.js.map +1 -0
- package/dist/templates/starter/categories/books-reading/default.template.d.ts +4 -0
- package/dist/templates/starter/categories/books-reading/default.template.d.ts.map +1 -0
- package/dist/templates/starter/categories/books-reading/default.template.js +17 -0
- package/dist/templates/starter/categories/books-reading/default.template.js.map +1 -0
- package/dist/templates/starter/categories/books-reading/index.d.ts +9 -0
- package/dist/templates/starter/categories/books-reading/index.d.ts.map +1 -0
- package/dist/templates/starter/categories/books-reading/index.js +11 -0
- package/dist/templates/starter/categories/books-reading/index.js.map +1 -0
- package/dist/templates/starter/categories/books-reading/routes.d.ts +11 -0
- package/dist/templates/starter/categories/books-reading/routes.d.ts.map +1 -0
- package/dist/templates/starter/categories/books-reading/routes.js +49 -0
- package/dist/templates/starter/categories/books-reading/routes.js.map +1 -0
- package/dist/templates/starter/categories/books-reading/screens.d.ts +5 -0
- package/dist/templates/starter/categories/books-reading/screens.d.ts.map +1 -0
- package/dist/templates/starter/categories/books-reading/screens.js +61 -0
- package/dist/templates/starter/categories/books-reading/screens.js.map +1 -0
- package/dist/templates/starter/categories/business-productivity/content.d.ts +98 -0
- package/dist/templates/starter/categories/business-productivity/content.d.ts.map +1 -0
- package/dist/templates/starter/categories/business-productivity/content.js +123 -0
- package/dist/templates/starter/categories/business-productivity/content.js.map +1 -0
- package/dist/templates/starter/categories/business-productivity/default.template.d.ts +4 -0
- package/dist/templates/starter/categories/business-productivity/default.template.d.ts.map +1 -0
- package/dist/templates/starter/categories/business-productivity/default.template.js +17 -0
- package/dist/templates/starter/categories/business-productivity/default.template.js.map +1 -0
- package/dist/templates/starter/categories/business-productivity/index.d.ts +9 -0
- package/dist/templates/starter/categories/business-productivity/index.d.ts.map +1 -0
- package/dist/templates/starter/categories/business-productivity/index.js +11 -0
- package/dist/templates/starter/categories/business-productivity/index.js.map +1 -0
- package/dist/templates/starter/categories/business-productivity/routes.d.ts +12 -0
- package/dist/templates/starter/categories/business-productivity/routes.d.ts.map +1 -0
- package/dist/templates/starter/categories/business-productivity/routes.js +56 -0
- package/dist/templates/starter/categories/business-productivity/routes.js.map +1 -0
- package/dist/templates/starter/categories/business-productivity/screens.d.ts +5 -0
- package/dist/templates/starter/categories/business-productivity/screens.d.ts.map +1 -0
- package/dist/templates/starter/categories/business-productivity/screens.js +67 -0
- package/dist/templates/starter/categories/business-productivity/screens.js.map +1 -0
- package/dist/templates/starter/categories/developer-tools/content.d.ts +98 -0
- package/dist/templates/starter/categories/developer-tools/content.d.ts.map +1 -0
- package/dist/templates/starter/categories/developer-tools/content.js +123 -0
- package/dist/templates/starter/categories/developer-tools/content.js.map +1 -0
- package/dist/templates/starter/categories/developer-tools/default.template.d.ts +4 -0
- package/dist/templates/starter/categories/developer-tools/default.template.d.ts.map +1 -0
- package/dist/templates/starter/categories/developer-tools/default.template.js +17 -0
- package/dist/templates/starter/categories/developer-tools/default.template.js.map +1 -0
- package/dist/templates/starter/categories/developer-tools/index.d.ts +9 -0
- package/dist/templates/starter/categories/developer-tools/index.d.ts.map +1 -0
- package/dist/templates/starter/categories/developer-tools/index.js +11 -0
- package/dist/templates/starter/categories/developer-tools/index.js.map +1 -0
- package/dist/templates/starter/categories/developer-tools/routes.d.ts +12 -0
- package/dist/templates/starter/categories/developer-tools/routes.d.ts.map +1 -0
- package/dist/templates/starter/categories/developer-tools/routes.js +56 -0
- package/dist/templates/starter/categories/developer-tools/routes.js.map +1 -0
- package/dist/templates/starter/categories/developer-tools/screens.d.ts +5 -0
- package/dist/templates/starter/categories/developer-tools/screens.d.ts.map +1 -0
- package/dist/templates/starter/categories/developer-tools/screens.js +67 -0
- package/dist/templates/starter/categories/developer-tools/screens.js.map +1 -0
- package/dist/templates/starter/categories/education-learning/content.d.ts +80 -0
- package/dist/templates/starter/categories/education-learning/content.d.ts.map +1 -0
- package/dist/templates/starter/categories/education-learning/content.js +100 -0
- package/dist/templates/starter/categories/education-learning/content.js.map +1 -0
- package/dist/templates/starter/categories/education-learning/default.template.d.ts +4 -0
- package/dist/templates/starter/categories/education-learning/default.template.d.ts.map +1 -0
- package/dist/templates/starter/categories/education-learning/default.template.js +17 -0
- package/dist/templates/starter/categories/education-learning/default.template.js.map +1 -0
- package/dist/templates/starter/categories/education-learning/index.d.ts +9 -0
- package/dist/templates/starter/categories/education-learning/index.d.ts.map +1 -0
- package/dist/templates/starter/categories/education-learning/index.js +11 -0
- package/dist/templates/starter/categories/education-learning/index.js.map +1 -0
- package/dist/templates/starter/categories/education-learning/routes.d.ts +11 -0
- package/dist/templates/starter/categories/education-learning/routes.d.ts.map +1 -0
- package/dist/templates/starter/categories/education-learning/routes.js +49 -0
- package/dist/templates/starter/categories/education-learning/routes.js.map +1 -0
- package/dist/templates/starter/categories/education-learning/screens.d.ts +5 -0
- package/dist/templates/starter/categories/education-learning/screens.d.ts.map +1 -0
- package/dist/templates/starter/categories/education-learning/screens.js +61 -0
- package/dist/templates/starter/categories/education-learning/screens.js.map +1 -0
- package/dist/templates/starter/categories/entertainment-media/content.d.ts +80 -0
- package/dist/templates/starter/categories/entertainment-media/content.d.ts.map +1 -0
- package/dist/templates/starter/categories/entertainment-media/content.js +100 -0
- package/dist/templates/starter/categories/entertainment-media/content.js.map +1 -0
- package/dist/templates/starter/categories/entertainment-media/default.template.d.ts +4 -0
- package/dist/templates/starter/categories/entertainment-media/default.template.d.ts.map +1 -0
- package/dist/templates/starter/categories/entertainment-media/default.template.js +17 -0
- package/dist/templates/starter/categories/entertainment-media/default.template.js.map +1 -0
- package/dist/templates/starter/categories/entertainment-media/index.d.ts +9 -0
- package/dist/templates/starter/categories/entertainment-media/index.d.ts.map +1 -0
- package/dist/templates/starter/categories/entertainment-media/index.js +11 -0
- package/dist/templates/starter/categories/entertainment-media/index.js.map +1 -0
- package/dist/templates/starter/categories/entertainment-media/routes.d.ts +11 -0
- package/dist/templates/starter/categories/entertainment-media/routes.d.ts.map +1 -0
- package/dist/templates/starter/categories/entertainment-media/routes.js +49 -0
- package/dist/templates/starter/categories/entertainment-media/routes.js.map +1 -0
- package/dist/templates/starter/categories/entertainment-media/screens.d.ts +5 -0
- package/dist/templates/starter/categories/entertainment-media/screens.d.ts.map +1 -0
- package/dist/templates/starter/categories/entertainment-media/screens.js +61 -0
- package/dist/templates/starter/categories/entertainment-media/screens.js.map +1 -0
- package/dist/templates/starter/categories/finance-money/content.d.ts +93 -0
- package/dist/templates/starter/categories/finance-money/content.d.ts.map +1 -0
- package/dist/templates/starter/categories/finance-money/content.js +118 -0
- package/dist/templates/starter/categories/finance-money/content.js.map +1 -0
- package/dist/templates/starter/categories/finance-money/default.template.d.ts +4 -0
- package/dist/templates/starter/categories/finance-money/default.template.d.ts.map +1 -0
- package/dist/templates/starter/categories/finance-money/default.template.js +17 -0
- package/dist/templates/starter/categories/finance-money/default.template.js.map +1 -0
- package/dist/templates/starter/categories/finance-money/index.d.ts +9 -0
- package/dist/templates/starter/categories/finance-money/index.d.ts.map +1 -0
- package/dist/templates/starter/categories/finance-money/index.js +11 -0
- package/dist/templates/starter/categories/finance-money/index.js.map +1 -0
- package/dist/templates/starter/categories/finance-money/routes.d.ts +11 -0
- package/dist/templates/starter/categories/finance-money/routes.d.ts.map +1 -0
- package/dist/templates/starter/categories/finance-money/routes.js +49 -0
- package/dist/templates/starter/categories/finance-money/routes.js.map +1 -0
- package/dist/templates/starter/categories/finance-money/screens.d.ts +5 -0
- package/dist/templates/starter/categories/finance-money/screens.d.ts.map +1 -0
- package/dist/templates/starter/categories/finance-money/screens.js +37 -0
- package/dist/templates/starter/categories/finance-money/screens.js.map +1 -0
- package/dist/templates/starter/categories/games/content.d.ts +80 -0
- package/dist/templates/starter/categories/games/content.d.ts.map +1 -0
- package/dist/templates/starter/categories/games/content.js +100 -0
- package/dist/templates/starter/categories/games/content.js.map +1 -0
- package/dist/templates/starter/categories/games/default.template.d.ts +4 -0
- package/dist/templates/starter/categories/games/default.template.d.ts.map +1 -0
- package/dist/templates/starter/categories/games/default.template.js +17 -0
- package/dist/templates/starter/categories/games/default.template.js.map +1 -0
- package/dist/templates/starter/categories/games/index.d.ts +9 -0
- package/dist/templates/starter/categories/games/index.d.ts.map +1 -0
- package/dist/templates/starter/categories/games/index.js +11 -0
- package/dist/templates/starter/categories/games/index.js.map +1 -0
- package/dist/templates/starter/categories/games/routes.d.ts +11 -0
- package/dist/templates/starter/categories/games/routes.d.ts.map +1 -0
- package/dist/templates/starter/categories/games/routes.js +49 -0
- package/dist/templates/starter/categories/games/routes.js.map +1 -0
- package/dist/templates/starter/categories/games/screens.d.ts +5 -0
- package/dist/templates/starter/categories/games/screens.d.ts.map +1 -0
- package/dist/templates/starter/categories/games/screens.js +61 -0
- package/dist/templates/starter/categories/games/screens.js.map +1 -0
- package/dist/templates/starter/categories/graphics-design/content.d.ts +98 -0
- package/dist/templates/starter/categories/graphics-design/content.d.ts.map +1 -0
- package/dist/templates/starter/categories/graphics-design/content.js +123 -0
- package/dist/templates/starter/categories/graphics-design/content.js.map +1 -0
- package/dist/templates/starter/categories/graphics-design/default.template.d.ts +4 -0
- package/dist/templates/starter/categories/graphics-design/default.template.d.ts.map +1 -0
- package/dist/templates/starter/categories/graphics-design/default.template.js +17 -0
- package/dist/templates/starter/categories/graphics-design/default.template.js.map +1 -0
- package/dist/templates/starter/categories/graphics-design/index.d.ts +9 -0
- package/dist/templates/starter/categories/graphics-design/index.d.ts.map +1 -0
- package/dist/templates/starter/categories/graphics-design/index.js +11 -0
- package/dist/templates/starter/categories/graphics-design/index.js.map +1 -0
- package/dist/templates/starter/categories/graphics-design/routes.d.ts +12 -0
- package/dist/templates/starter/categories/graphics-design/routes.d.ts.map +1 -0
- package/dist/templates/starter/categories/graphics-design/routes.js +56 -0
- package/dist/templates/starter/categories/graphics-design/routes.js.map +1 -0
- package/dist/templates/starter/categories/graphics-design/screens.d.ts +5 -0
- package/dist/templates/starter/categories/graphics-design/screens.d.ts.map +1 -0
- package/dist/templates/starter/categories/graphics-design/screens.js +67 -0
- package/dist/templates/starter/categories/graphics-design/screens.js.map +1 -0
- package/dist/templates/starter/categories/kids-family/content.d.ts +80 -0
- package/dist/templates/starter/categories/kids-family/content.d.ts.map +1 -0
- package/dist/templates/starter/categories/kids-family/content.js +100 -0
- package/dist/templates/starter/categories/kids-family/content.js.map +1 -0
- package/dist/templates/starter/categories/kids-family/default.template.d.ts +4 -0
- package/dist/templates/starter/categories/kids-family/default.template.d.ts.map +1 -0
- package/dist/templates/starter/categories/kids-family/default.template.js +17 -0
- package/dist/templates/starter/categories/kids-family/default.template.js.map +1 -0
- package/dist/templates/starter/categories/kids-family/index.d.ts +9 -0
- package/dist/templates/starter/categories/kids-family/index.d.ts.map +1 -0
- package/dist/templates/starter/categories/kids-family/index.js +11 -0
- package/dist/templates/starter/categories/kids-family/index.js.map +1 -0
- package/dist/templates/starter/categories/kids-family/routes.d.ts +11 -0
- package/dist/templates/starter/categories/kids-family/routes.d.ts.map +1 -0
- package/dist/templates/starter/categories/kids-family/routes.js +49 -0
- package/dist/templates/starter/categories/kids-family/routes.js.map +1 -0
- package/dist/templates/starter/categories/kids-family/screens.d.ts +5 -0
- package/dist/templates/starter/categories/kids-family/screens.d.ts.map +1 -0
- package/dist/templates/starter/categories/kids-family/screens.js +61 -0
- package/dist/templates/starter/categories/kids-family/screens.js.map +1 -0
- package/dist/templates/starter/categories/lifestyle/content.d.ts +80 -0
- package/dist/templates/starter/categories/lifestyle/content.d.ts.map +1 -0
- package/dist/templates/starter/categories/lifestyle/content.js +100 -0
- package/dist/templates/starter/categories/lifestyle/content.js.map +1 -0
- package/dist/templates/starter/categories/lifestyle/default.template.d.ts +4 -0
- package/dist/templates/starter/categories/lifestyle/default.template.d.ts.map +1 -0
- package/dist/templates/starter/categories/lifestyle/default.template.js +17 -0
- package/dist/templates/starter/categories/lifestyle/default.template.js.map +1 -0
- package/dist/templates/starter/categories/lifestyle/index.d.ts +9 -0
- package/dist/templates/starter/categories/lifestyle/index.d.ts.map +1 -0
- package/dist/templates/starter/categories/lifestyle/index.js +11 -0
- package/dist/templates/starter/categories/lifestyle/index.js.map +1 -0
- package/dist/templates/starter/categories/lifestyle/routes.d.ts +11 -0
- package/dist/templates/starter/categories/lifestyle/routes.d.ts.map +1 -0
- package/dist/templates/starter/categories/lifestyle/routes.js +49 -0
- package/dist/templates/starter/categories/lifestyle/routes.js.map +1 -0
- package/dist/templates/starter/categories/lifestyle/screens.d.ts +5 -0
- package/dist/templates/starter/categories/lifestyle/screens.d.ts.map +1 -0
- package/dist/templates/starter/categories/lifestyle/screens.js +61 -0
- package/dist/templates/starter/categories/lifestyle/screens.js.map +1 -0
- package/dist/templates/starter/categories/medical/content.d.ts +80 -0
- package/dist/templates/starter/categories/medical/content.d.ts.map +1 -0
- package/dist/templates/starter/categories/medical/content.js +100 -0
- package/dist/templates/starter/categories/medical/content.js.map +1 -0
- package/dist/templates/starter/categories/medical/default.template.d.ts +4 -0
- package/dist/templates/starter/categories/medical/default.template.d.ts.map +1 -0
- package/dist/templates/starter/categories/medical/default.template.js +17 -0
- package/dist/templates/starter/categories/medical/default.template.js.map +1 -0
- package/dist/templates/starter/categories/medical/index.d.ts +9 -0
- package/dist/templates/starter/categories/medical/index.d.ts.map +1 -0
- package/dist/templates/starter/categories/medical/index.js +11 -0
- package/dist/templates/starter/categories/medical/index.js.map +1 -0
- package/dist/templates/starter/categories/medical/routes.d.ts +11 -0
- package/dist/templates/starter/categories/medical/routes.d.ts.map +1 -0
- package/dist/templates/starter/categories/medical/routes.js +49 -0
- package/dist/templates/starter/categories/medical/routes.js.map +1 -0
- package/dist/templates/starter/categories/medical/screens.d.ts +5 -0
- package/dist/templates/starter/categories/medical/screens.d.ts.map +1 -0
- package/dist/templates/starter/categories/medical/screens.js +61 -0
- package/dist/templates/starter/categories/medical/screens.js.map +1 -0
- package/dist/templates/starter/categories/music-audio/content.d.ts +67 -0
- package/dist/templates/starter/categories/music-audio/content.d.ts.map +1 -0
- package/dist/templates/starter/categories/music-audio/content.js +82 -0
- package/dist/templates/starter/categories/music-audio/content.js.map +1 -0
- package/dist/templates/starter/categories/music-audio/default.template.d.ts +4 -0
- package/dist/templates/starter/categories/music-audio/default.template.d.ts.map +1 -0
- package/dist/templates/starter/categories/music-audio/default.template.js +17 -0
- package/dist/templates/starter/categories/music-audio/default.template.js.map +1 -0
- package/dist/templates/starter/categories/music-audio/index.d.ts +9 -0
- package/dist/templates/starter/categories/music-audio/index.d.ts.map +1 -0
- package/dist/templates/starter/categories/music-audio/index.js +11 -0
- package/dist/templates/starter/categories/music-audio/index.js.map +1 -0
- package/dist/templates/starter/categories/music-audio/routes.d.ts +11 -0
- package/dist/templates/starter/categories/music-audio/routes.d.ts.map +1 -0
- package/dist/templates/starter/categories/music-audio/routes.js +49 -0
- package/dist/templates/starter/categories/music-audio/routes.js.map +1 -0
- package/dist/templates/starter/categories/music-audio/screens.d.ts +5 -0
- package/dist/templates/starter/categories/music-audio/screens.d.ts.map +1 -0
- package/dist/templates/starter/categories/music-audio/screens.js +100 -0
- package/dist/templates/starter/categories/music-audio/screens.js.map +1 -0
- package/dist/templates/starter/categories/navigation-travel/content.d.ts +80 -0
- package/dist/templates/starter/categories/navigation-travel/content.d.ts.map +1 -0
- package/dist/templates/starter/categories/navigation-travel/content.js +100 -0
- package/dist/templates/starter/categories/navigation-travel/content.js.map +1 -0
- package/dist/templates/starter/categories/navigation-travel/default.template.d.ts +4 -0
- package/dist/templates/starter/categories/navigation-travel/default.template.d.ts.map +1 -0
- package/dist/templates/starter/categories/navigation-travel/default.template.js +17 -0
- package/dist/templates/starter/categories/navigation-travel/default.template.js.map +1 -0
- package/dist/templates/starter/categories/navigation-travel/index.d.ts +9 -0
- package/dist/templates/starter/categories/navigation-travel/index.d.ts.map +1 -0
- package/dist/templates/starter/categories/navigation-travel/index.js +11 -0
- package/dist/templates/starter/categories/navigation-travel/index.js.map +1 -0
- package/dist/templates/starter/categories/navigation-travel/routes.d.ts +11 -0
- package/dist/templates/starter/categories/navigation-travel/routes.d.ts.map +1 -0
- package/dist/templates/starter/categories/navigation-travel/routes.js +49 -0
- package/dist/templates/starter/categories/navigation-travel/routes.js.map +1 -0
- package/dist/templates/starter/categories/navigation-travel/screens.d.ts +5 -0
- package/dist/templates/starter/categories/navigation-travel/screens.d.ts.map +1 -0
- package/dist/templates/starter/categories/navigation-travel/screens.js +61 -0
- package/dist/templates/starter/categories/navigation-travel/screens.js.map +1 -0
- package/dist/templates/starter/categories/news-magazines/content.d.ts +67 -0
- package/dist/templates/starter/categories/news-magazines/content.d.ts.map +1 -0
- package/dist/templates/starter/categories/news-magazines/content.js +82 -0
- package/dist/templates/starter/categories/news-magazines/content.js.map +1 -0
- package/dist/templates/starter/categories/news-magazines/default.template.d.ts +4 -0
- package/dist/templates/starter/categories/news-magazines/default.template.d.ts.map +1 -0
- package/dist/templates/starter/categories/news-magazines/default.template.js +17 -0
- package/dist/templates/starter/categories/news-magazines/default.template.js.map +1 -0
- package/dist/templates/starter/categories/news-magazines/index.d.ts +9 -0
- package/dist/templates/starter/categories/news-magazines/index.d.ts.map +1 -0
- package/dist/templates/starter/categories/news-magazines/index.js +11 -0
- package/dist/templates/starter/categories/news-magazines/index.js.map +1 -0
- package/dist/templates/starter/categories/news-magazines/routes.d.ts +11 -0
- package/dist/templates/starter/categories/news-magazines/routes.d.ts.map +1 -0
- package/dist/templates/starter/categories/news-magazines/routes.js +49 -0
- package/dist/templates/starter/categories/news-magazines/routes.js.map +1 -0
- package/dist/templates/starter/categories/news-magazines/screens.d.ts +5 -0
- package/dist/templates/starter/categories/news-magazines/screens.d.ts.map +1 -0
- package/dist/templates/starter/categories/news-magazines/screens.js +88 -0
- package/dist/templates/starter/categories/news-magazines/screens.js.map +1 -0
- package/dist/templates/starter/categories/photo-video/content.d.ts +80 -0
- package/dist/templates/starter/categories/photo-video/content.d.ts.map +1 -0
- package/dist/templates/starter/categories/photo-video/content.js +100 -0
- package/dist/templates/starter/categories/photo-video/content.js.map +1 -0
- package/dist/templates/starter/categories/photo-video/default.template.d.ts +4 -0
- package/dist/templates/starter/categories/photo-video/default.template.d.ts.map +1 -0
- package/dist/templates/starter/categories/photo-video/default.template.js +17 -0
- package/dist/templates/starter/categories/photo-video/default.template.js.map +1 -0
- package/dist/templates/starter/categories/photo-video/index.d.ts +9 -0
- package/dist/templates/starter/categories/photo-video/index.d.ts.map +1 -0
- package/dist/templates/starter/categories/photo-video/index.js +11 -0
- package/dist/templates/starter/categories/photo-video/index.js.map +1 -0
- package/dist/templates/starter/categories/photo-video/routes.d.ts +11 -0
- package/dist/templates/starter/categories/photo-video/routes.d.ts.map +1 -0
- package/dist/templates/starter/categories/photo-video/routes.js +49 -0
- package/dist/templates/starter/categories/photo-video/routes.js.map +1 -0
- package/dist/templates/starter/categories/photo-video/screens.d.ts +5 -0
- package/dist/templates/starter/categories/photo-video/screens.d.ts.map +1 -0
- package/dist/templates/starter/categories/photo-video/screens.js +61 -0
- package/dist/templates/starter/categories/photo-video/screens.js.map +1 -0
- package/dist/templates/starter/categories/reference/content.d.ts +85 -0
- package/dist/templates/starter/categories/reference/content.d.ts.map +1 -0
- package/dist/templates/starter/categories/reference/content.js +105 -0
- package/dist/templates/starter/categories/reference/content.js.map +1 -0
- package/dist/templates/starter/categories/reference/default.template.d.ts +4 -0
- package/dist/templates/starter/categories/reference/default.template.d.ts.map +1 -0
- package/dist/templates/starter/categories/reference/default.template.js +17 -0
- package/dist/templates/starter/categories/reference/default.template.js.map +1 -0
- package/dist/templates/starter/categories/reference/index.d.ts +9 -0
- package/dist/templates/starter/categories/reference/index.d.ts.map +1 -0
- package/dist/templates/starter/categories/reference/index.js +11 -0
- package/dist/templates/starter/categories/reference/index.js.map +1 -0
- package/dist/templates/starter/categories/reference/routes.d.ts +12 -0
- package/dist/templates/starter/categories/reference/routes.d.ts.map +1 -0
- package/dist/templates/starter/categories/reference/routes.js +56 -0
- package/dist/templates/starter/categories/reference/routes.js.map +1 -0
- package/dist/templates/starter/categories/reference/screens.d.ts +5 -0
- package/dist/templates/starter/categories/reference/screens.d.ts.map +1 -0
- package/dist/templates/starter/categories/reference/screens.js +94 -0
- package/dist/templates/starter/categories/reference/screens.js.map +1 -0
- package/dist/templates/starter/categories/sports/content.d.ts +80 -0
- package/dist/templates/starter/categories/sports/content.d.ts.map +1 -0
- package/dist/templates/starter/categories/sports/content.js +100 -0
- package/dist/templates/starter/categories/sports/content.js.map +1 -0
- package/dist/templates/starter/categories/sports/default.template.d.ts +4 -0
- package/dist/templates/starter/categories/sports/default.template.d.ts.map +1 -0
- package/dist/templates/starter/categories/sports/default.template.js +17 -0
- package/dist/templates/starter/categories/sports/default.template.js.map +1 -0
- package/dist/templates/starter/categories/sports/index.d.ts +9 -0
- package/dist/templates/starter/categories/sports/index.d.ts.map +1 -0
- package/dist/templates/starter/categories/sports/index.js +11 -0
- package/dist/templates/starter/categories/sports/index.js.map +1 -0
- package/dist/templates/starter/categories/sports/routes.d.ts +11 -0
- package/dist/templates/starter/categories/sports/routes.d.ts.map +1 -0
- package/dist/templates/starter/categories/sports/routes.js +49 -0
- package/dist/templates/starter/categories/sports/routes.js.map +1 -0
- package/dist/templates/starter/categories/sports/screens.d.ts +5 -0
- package/dist/templates/starter/categories/sports/screens.d.ts.map +1 -0
- package/dist/templates/starter/categories/sports/screens.js +61 -0
- package/dist/templates/starter/categories/sports/screens.js.map +1 -0
- package/dist/templates/starter/categories/utilities-tools/content.d.ts +98 -0
- package/dist/templates/starter/categories/utilities-tools/content.d.ts.map +1 -0
- package/dist/templates/starter/categories/utilities-tools/content.js +123 -0
- package/dist/templates/starter/categories/utilities-tools/content.js.map +1 -0
- package/dist/templates/starter/categories/utilities-tools/default.template.d.ts +4 -0
- package/dist/templates/starter/categories/utilities-tools/default.template.d.ts.map +1 -0
- package/dist/templates/starter/categories/utilities-tools/default.template.js +17 -0
- package/dist/templates/starter/categories/utilities-tools/default.template.js.map +1 -0
- package/dist/templates/starter/categories/utilities-tools/index.d.ts +9 -0
- package/dist/templates/starter/categories/utilities-tools/index.d.ts.map +1 -0
- package/dist/templates/starter/categories/utilities-tools/index.js +11 -0
- package/dist/templates/starter/categories/utilities-tools/index.js.map +1 -0
- package/dist/templates/starter/categories/utilities-tools/routes.d.ts +12 -0
- package/dist/templates/starter/categories/utilities-tools/routes.d.ts.map +1 -0
- package/dist/templates/starter/categories/utilities-tools/routes.js +56 -0
- package/dist/templates/starter/categories/utilities-tools/routes.js.map +1 -0
- package/dist/templates/starter/categories/utilities-tools/screens.d.ts +5 -0
- package/dist/templates/starter/categories/utilities-tools/screens.d.ts.map +1 -0
- package/dist/templates/starter/categories/utilities-tools/screens.js +67 -0
- package/dist/templates/starter/categories/utilities-tools/screens.js.map +1 -0
- package/dist/templates/starter/categories/weather/content.d.ts +75 -0
- package/dist/templates/starter/categories/weather/content.d.ts.map +1 -0
- package/dist/templates/starter/categories/weather/content.js +95 -0
- package/dist/templates/starter/categories/weather/content.js.map +1 -0
- package/dist/templates/starter/categories/weather/default.template.d.ts +4 -0
- package/dist/templates/starter/categories/weather/default.template.d.ts.map +1 -0
- package/dist/templates/starter/categories/weather/default.template.js +17 -0
- package/dist/templates/starter/categories/weather/default.template.js.map +1 -0
- package/dist/templates/starter/categories/weather/index.d.ts +9 -0
- package/dist/templates/starter/categories/weather/index.d.ts.map +1 -0
- package/dist/templates/starter/categories/weather/index.js +11 -0
- package/dist/templates/starter/categories/weather/index.js.map +1 -0
- package/dist/templates/starter/categories/weather/routes.d.ts +10 -0
- package/dist/templates/starter/categories/weather/routes.d.ts.map +1 -0
- package/dist/templates/starter/categories/weather/routes.js +42 -0
- package/dist/templates/starter/categories/weather/routes.js.map +1 -0
- package/dist/templates/starter/categories/weather/screens.d.ts +5 -0
- package/dist/templates/starter/categories/weather/screens.d.ts.map +1 -0
- package/dist/templates/starter/categories/weather/screens.js +31 -0
- package/dist/templates/starter/categories/weather/screens.js.map +1 -0
- package/dist/templates/starter/starter.registry.d.ts.map +1 -1
- package/dist/templates/starter/starter.registry.js +38 -0
- package/dist/templates/starter/starter.registry.js.map +1 -1
- package/package.json +2 -1
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
export const kidsFamilyContent = {
|
|
2
|
+
home: {
|
|
3
|
+
eyebrow: 'Family home',
|
|
4
|
+
title: 'Today for the family',
|
|
5
|
+
description: 'Seed a safe home surface with routines, reminders, and shared highlights.',
|
|
6
|
+
sections: [
|
|
7
|
+
{
|
|
8
|
+
title: 'Daily highlights',
|
|
9
|
+
description: 'Model the blocks a parent and child might see first.',
|
|
10
|
+
cards: [
|
|
11
|
+
{
|
|
12
|
+
eyebrow: 'Routine',
|
|
13
|
+
title: 'Morning checklist',
|
|
14
|
+
description: 'A placeholder for routine steps and completion progress.',
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
eyebrow: 'Reminder',
|
|
18
|
+
title: 'After school',
|
|
19
|
+
description: 'Reserve for pickup, activities, and family messages.',
|
|
20
|
+
},
|
|
21
|
+
],
|
|
22
|
+
},
|
|
23
|
+
],
|
|
24
|
+
},
|
|
25
|
+
routines: {
|
|
26
|
+
eyebrow: 'Routines',
|
|
27
|
+
title: 'Schedules and checklists',
|
|
28
|
+
description: 'Keep predictable routines visible and easy to update.',
|
|
29
|
+
sections: [
|
|
30
|
+
{
|
|
31
|
+
title: 'Routine templates',
|
|
32
|
+
description: 'Model routines without implementing calendar engines.',
|
|
33
|
+
cards: [
|
|
34
|
+
{
|
|
35
|
+
eyebrow: 'Routine',
|
|
36
|
+
title: 'Bedtime',
|
|
37
|
+
description: 'A placeholder checklist with steps, rewards, and reminders.',
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
eyebrow: 'Routine',
|
|
41
|
+
title: 'Chores',
|
|
42
|
+
description: 'Reserve for rotating tasks and allowance tracking.',
|
|
43
|
+
},
|
|
44
|
+
],
|
|
45
|
+
},
|
|
46
|
+
],
|
|
47
|
+
},
|
|
48
|
+
discover: {
|
|
49
|
+
eyebrow: 'Discovery',
|
|
50
|
+
title: 'Safe exploration',
|
|
51
|
+
description: 'Seed curated activities, stories, and kid-friendly modules.',
|
|
52
|
+
sections: [
|
|
53
|
+
{
|
|
54
|
+
title: 'Curated picks',
|
|
55
|
+
description: 'Model discovery content with safety and age cues.',
|
|
56
|
+
cards: [
|
|
57
|
+
{
|
|
58
|
+
eyebrow: 'Activity',
|
|
59
|
+
title: 'Craft ideas',
|
|
60
|
+
description: 'A placeholder for guided activities and supplies lists.',
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
eyebrow: 'Story',
|
|
64
|
+
title: 'Read together',
|
|
65
|
+
description: 'Reserve for family reading, audio stories, and favorites.',
|
|
66
|
+
},
|
|
67
|
+
],
|
|
68
|
+
},
|
|
69
|
+
],
|
|
70
|
+
},
|
|
71
|
+
favorites: {
|
|
72
|
+
eyebrow: 'Favorites',
|
|
73
|
+
title: 'Saved activities',
|
|
74
|
+
description: 'Keep saved content easy to revisit across the family.',
|
|
75
|
+
sections: [
|
|
76
|
+
{
|
|
77
|
+
title: 'Saved lists',
|
|
78
|
+
description: 'Model favorites and shared collections.',
|
|
79
|
+
cards: [
|
|
80
|
+
{
|
|
81
|
+
eyebrow: 'Saved',
|
|
82
|
+
title: 'Weekend ideas',
|
|
83
|
+
description: 'A placeholder list for saved activities and places.',
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
eyebrow: 'Saved',
|
|
87
|
+
title: 'Meal helpers',
|
|
88
|
+
description: 'Reserve for family meal planning and grocery checklists.',
|
|
89
|
+
},
|
|
90
|
+
],
|
|
91
|
+
},
|
|
92
|
+
],
|
|
93
|
+
},
|
|
94
|
+
parents: {
|
|
95
|
+
eyebrow: 'Parent controls',
|
|
96
|
+
title: 'Safety and account controls',
|
|
97
|
+
description: 'Model guardian settings and safety defaults before integrating auth/profile wiring.',
|
|
98
|
+
},
|
|
99
|
+
};
|
|
100
|
+
//# sourceMappingURL=content.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"content.js","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/kids-family/content.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,iBAAiB,GAAG;IAC/B,IAAI,EAAE;QACJ,OAAO,EAAE,aAAa;QACtB,KAAK,EAAE,sBAAsB;QAC7B,WAAW,EAAE,2EAA2E;QACxF,QAAQ,EAAE;YACR;gBACE,KAAK,EAAE,kBAAkB;gBACzB,WAAW,EAAE,sDAAsD;gBACnE,KAAK,EAAE;oBACL;wBACE,OAAO,EAAE,SAAS;wBAClB,KAAK,EAAE,mBAAmB;wBAC1B,WAAW,EAAE,0DAA0D;qBACxE;oBACD;wBACE,OAAO,EAAE,UAAU;wBACnB,KAAK,EAAE,cAAc;wBACrB,WAAW,EAAE,sDAAsD;qBACpE;iBACF;aACF;SACF;KACF;IACD,QAAQ,EAAE;QACR,OAAO,EAAE,UAAU;QACnB,KAAK,EAAE,0BAA0B;QACjC,WAAW,EAAE,uDAAuD;QACpE,QAAQ,EAAE;YACR;gBACE,KAAK,EAAE,mBAAmB;gBAC1B,WAAW,EAAE,uDAAuD;gBACpE,KAAK,EAAE;oBACL;wBACE,OAAO,EAAE,SAAS;wBAClB,KAAK,EAAE,SAAS;wBAChB,WAAW,EAAE,6DAA6D;qBAC3E;oBACD;wBACE,OAAO,EAAE,SAAS;wBAClB,KAAK,EAAE,QAAQ;wBACf,WAAW,EAAE,oDAAoD;qBAClE;iBACF;aACF;SACF;KACF;IACD,QAAQ,EAAE;QACR,OAAO,EAAE,WAAW;QACpB,KAAK,EAAE,kBAAkB;QACzB,WAAW,EAAE,6DAA6D;QAC1E,QAAQ,EAAE;YACR;gBACE,KAAK,EAAE,eAAe;gBACtB,WAAW,EAAE,mDAAmD;gBAChE,KAAK,EAAE;oBACL;wBACE,OAAO,EAAE,UAAU;wBACnB,KAAK,EAAE,aAAa;wBACpB,WAAW,EAAE,yDAAyD;qBACvE;oBACD;wBACE,OAAO,EAAE,OAAO;wBAChB,KAAK,EAAE,eAAe;wBACtB,WAAW,EAAE,2DAA2D;qBACzE;iBACF;aACF;SACF;KACF;IACD,SAAS,EAAE;QACT,OAAO,EAAE,WAAW;QACpB,KAAK,EAAE,kBAAkB;QACzB,WAAW,EAAE,uDAAuD;QACpE,QAAQ,EAAE;YACR;gBACE,KAAK,EAAE,aAAa;gBACpB,WAAW,EAAE,yCAAyC;gBACtD,KAAK,EAAE;oBACL;wBACE,OAAO,EAAE,OAAO;wBAChB,KAAK,EAAE,eAAe;wBACtB,WAAW,EAAE,qDAAqD;qBACnE;oBACD;wBACE,OAAO,EAAE,OAAO;wBAChB,KAAK,EAAE,cAAc;wBACrB,WAAW,EAAE,0DAA0D;qBACxE;iBACF;aACF;SACF;KACF;IACD,OAAO,EAAE;QACP,OAAO,EAAE,iBAAiB;QAC1B,KAAK,EAAE,6BAA6B;QACpC,WAAW,EACT,qFAAqF;KACxF;CACO,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"default.template.d.ts","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/kids-family/default.template.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAIxD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAIxD,wBAAgB,+BAA+B,CAAC,IAAI,EAAE,YAAY,GAAG,WAAW,CAY/E"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { DEFAULT_TEMPLATE_VERSION } from '../../../../internal/defaults';
|
|
2
|
+
import { createManifestShell, createTheme } from '../../../shared';
|
|
3
|
+
import { createKidsFamilyNavigator, createKidsFamilyScreenIds } from './routes';
|
|
4
|
+
import { createKidsFamilyScreens } from './screens';
|
|
5
|
+
export function createKidsFamilyStarterTemplate(seed) {
|
|
6
|
+
const idPrefix = `${seed.category}-starter`;
|
|
7
|
+
const theme = createTheme(seed);
|
|
8
|
+
const screenIds = createKidsFamilyScreenIds(idPrefix);
|
|
9
|
+
return createManifestShell({
|
|
10
|
+
seed,
|
|
11
|
+
theme,
|
|
12
|
+
version: seed.version ?? DEFAULT_TEMPLATE_VERSION,
|
|
13
|
+
navigator: createKidsFamilyNavigator(screenIds),
|
|
14
|
+
screens: createKidsFamilyScreens(seed, idPrefix, screenIds),
|
|
15
|
+
});
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=default.template.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"default.template.js","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/kids-family/default.template.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,mBAAmB,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAEnE,OAAO,EAAE,yBAAyB,EAAE,yBAAyB,EAAE,MAAM,UAAU,CAAC;AAChF,OAAO,EAAE,uBAAuB,EAAE,MAAM,WAAW,CAAC;AAEpD,MAAM,UAAU,+BAA+B,CAAC,IAAkB;IAChE,MAAM,QAAQ,GAAG,GAAG,IAAI,CAAC,QAAQ,UAAU,CAAC;IAC5C,MAAM,KAAK,GAAG,WAAW,CAAC,IAAI,CAAC,CAAC;IAChC,MAAM,SAAS,GAAG,yBAAyB,CAAC,QAAQ,CAAC,CAAC;IAEtD,OAAO,mBAAmB,CAAC;QACzB,IAAI;QACJ,KAAK;QACL,OAAO,EAAE,IAAI,CAAC,OAAO,IAAI,wBAAwB;QACjD,SAAS,EAAE,yBAAyB,CAAC,SAAS,CAAC;QAC/C,OAAO,EAAE,uBAAuB,CAAC,IAAI,EAAE,QAAQ,EAAE,SAAS,CAAC;KAC5D,CAAC,CAAC;AACL,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { createKidsFamilyStarterTemplate } from './default.template';
|
|
2
|
+
export { createKidsFamilyStarterTemplate } from './default.template';
|
|
3
|
+
export declare const kidsFamilyStarterTemplates: {
|
|
4
|
+
id: string;
|
|
5
|
+
label: string;
|
|
6
|
+
description: string;
|
|
7
|
+
create: typeof createKidsFamilyStarterTemplate;
|
|
8
|
+
}[];
|
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/kids-family/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,+BAA+B,EAAE,MAAM,oBAAoB,CAAC;AAErE,OAAO,EAAE,+BAA+B,EAAE,MAAM,oBAAoB,CAAC;AAErE,eAAO,MAAM,0BAA0B;;;;;GAQiB,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { createKidsFamilyStarterTemplate } from './default.template';
|
|
2
|
+
export { createKidsFamilyStarterTemplate } from './default.template';
|
|
3
|
+
export const kidsFamilyStarterTemplates = [
|
|
4
|
+
{
|
|
5
|
+
id: 'default',
|
|
6
|
+
label: 'Family hub',
|
|
7
|
+
description: 'A home, routines, discovery, favorites, and parent controls starter for family apps.',
|
|
8
|
+
create: createKidsFamilyStarterTemplate,
|
|
9
|
+
},
|
|
10
|
+
];
|
|
11
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/kids-family/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,+BAA+B,EAAE,MAAM,oBAAoB,CAAC;AAErE,OAAO,EAAE,+BAA+B,EAAE,MAAM,oBAAoB,CAAC;AAErE,MAAM,CAAC,MAAM,0BAA0B,GAAG;IACxC;QACE,EAAE,EAAE,SAAS;QACb,KAAK,EAAE,YAAY;QACnB,WAAW,EACT,sFAAsF;QACxF,MAAM,EAAE,+BAA+B;KACxC;CACqD,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { AppManifest } from '@ankhorage/contracts';
|
|
2
|
+
export interface KidsFamilyScreenIds {
|
|
3
|
+
home: string;
|
|
4
|
+
routines: string;
|
|
5
|
+
discover: string;
|
|
6
|
+
favorites: string;
|
|
7
|
+
parents: string;
|
|
8
|
+
}
|
|
9
|
+
export declare function createKidsFamilyScreenIds(idPrefix: string): KidsFamilyScreenIds;
|
|
10
|
+
export declare function createKidsFamilyNavigator(screenIds: KidsFamilyScreenIds): AppManifest['navigator'];
|
|
11
|
+
//# sourceMappingURL=routes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"routes.d.ts","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/kids-family/routes.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAIxD,MAAM,WAAW,mBAAmB;IAClC,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,wBAAgB,yBAAyB,CAAC,QAAQ,EAAE,MAAM,GAAG,mBAAmB,CAQ/E;AAED,wBAAgB,yBAAyB,CACvC,SAAS,EAAE,mBAAmB,GAC7B,WAAW,CAAC,WAAW,CAAC,CAqC1B"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { createRoute } from '../../../shared';
|
|
2
|
+
export function createKidsFamilyScreenIds(idPrefix) {
|
|
3
|
+
return {
|
|
4
|
+
home: `${idPrefix}-home`,
|
|
5
|
+
routines: `${idPrefix}-routines`,
|
|
6
|
+
discover: `${idPrefix}-discover`,
|
|
7
|
+
favorites: `${idPrefix}-favorites`,
|
|
8
|
+
parents: `${idPrefix}-parents`,
|
|
9
|
+
};
|
|
10
|
+
}
|
|
11
|
+
export function createKidsFamilyNavigator(screenIds) {
|
|
12
|
+
return {
|
|
13
|
+
type: 'tabs',
|
|
14
|
+
initialRouteName: 'index',
|
|
15
|
+
routes: [
|
|
16
|
+
createRoute({
|
|
17
|
+
name: 'index',
|
|
18
|
+
screenId: screenIds.home,
|
|
19
|
+
label: 'Home',
|
|
20
|
+
icon: { provider: 'material-community', name: 'home-outline' },
|
|
21
|
+
}),
|
|
22
|
+
createRoute({
|
|
23
|
+
name: 'routines',
|
|
24
|
+
screenId: screenIds.routines,
|
|
25
|
+
label: 'Routines',
|
|
26
|
+
icon: { provider: 'material-community', name: 'calendar-check-outline' },
|
|
27
|
+
}),
|
|
28
|
+
createRoute({
|
|
29
|
+
name: 'discover',
|
|
30
|
+
screenId: screenIds.discover,
|
|
31
|
+
label: 'Discover',
|
|
32
|
+
icon: { provider: 'material-community', name: 'compass-outline' },
|
|
33
|
+
}),
|
|
34
|
+
createRoute({
|
|
35
|
+
name: 'favorites',
|
|
36
|
+
screenId: screenIds.favorites,
|
|
37
|
+
label: 'Favorites',
|
|
38
|
+
icon: { provider: 'material-community', name: 'heart-outline' },
|
|
39
|
+
}),
|
|
40
|
+
createRoute({
|
|
41
|
+
name: 'parents',
|
|
42
|
+
screenId: screenIds.parents,
|
|
43
|
+
label: 'Parents',
|
|
44
|
+
icon: { provider: 'material-community', name: 'shield-account-outline' },
|
|
45
|
+
}),
|
|
46
|
+
],
|
|
47
|
+
};
|
|
48
|
+
}
|
|
49
|
+
//# sourceMappingURL=routes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"routes.js","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/kids-family/routes.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAU9C,MAAM,UAAU,yBAAyB,CAAC,QAAgB;IACxD,OAAO;QACL,IAAI,EAAE,GAAG,QAAQ,OAAO;QACxB,QAAQ,EAAE,GAAG,QAAQ,WAAW;QAChC,QAAQ,EAAE,GAAG,QAAQ,WAAW;QAChC,SAAS,EAAE,GAAG,QAAQ,YAAY;QAClC,OAAO,EAAE,GAAG,QAAQ,UAAU;KAC/B,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,yBAAyB,CACvC,SAA8B;IAE9B,OAAO;QACL,IAAI,EAAE,MAAM;QACZ,gBAAgB,EAAE,OAAO;QACzB,MAAM,EAAE;YACN,WAAW,CAAC;gBACV,IAAI,EAAE,OAAO;gBACb,QAAQ,EAAE,SAAS,CAAC,IAAI;gBACxB,KAAK,EAAE,MAAM;gBACb,IAAI,EAAE,EAAE,QAAQ,EAAE,oBAAoB,EAAE,IAAI,EAAE,cAAc,EAAE;aAC/D,CAAC;YACF,WAAW,CAAC;gBACV,IAAI,EAAE,UAAU;gBAChB,QAAQ,EAAE,SAAS,CAAC,QAAQ;gBAC5B,KAAK,EAAE,UAAU;gBACjB,IAAI,EAAE,EAAE,QAAQ,EAAE,oBAAoB,EAAE,IAAI,EAAE,wBAAwB,EAAE;aACzE,CAAC;YACF,WAAW,CAAC;gBACV,IAAI,EAAE,UAAU;gBAChB,QAAQ,EAAE,SAAS,CAAC,QAAQ;gBAC5B,KAAK,EAAE,UAAU;gBACjB,IAAI,EAAE,EAAE,QAAQ,EAAE,oBAAoB,EAAE,IAAI,EAAE,iBAAiB,EAAE;aAClE,CAAC;YACF,WAAW,CAAC;gBACV,IAAI,EAAE,WAAW;gBACjB,QAAQ,EAAE,SAAS,CAAC,SAAS;gBAC7B,KAAK,EAAE,WAAW;gBAClB,IAAI,EAAE,EAAE,QAAQ,EAAE,oBAAoB,EAAE,IAAI,EAAE,eAAe,EAAE;aAChE,CAAC;YACF,WAAW,CAAC;gBACV,IAAI,EAAE,SAAS;gBACf,QAAQ,EAAE,SAAS,CAAC,OAAO;gBAC3B,KAAK,EAAE,SAAS;gBAChB,IAAI,EAAE,EAAE,QAAQ,EAAE,oBAAoB,EAAE,IAAI,EAAE,wBAAwB,EAAE;aACzE,CAAC;SACH;KACF,CAAC;AACJ,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { AppManifest } from '@ankhorage/contracts';
|
|
2
|
+
import type { TemplateSeed } from '../../starter.types';
|
|
3
|
+
import type { KidsFamilyScreenIds } from './routes';
|
|
4
|
+
export declare function createKidsFamilyScreens(seed: TemplateSeed, idPrefix: string, screenIds: KidsFamilyScreenIds): AppManifest['screens'];
|
|
5
|
+
//# sourceMappingURL=screens.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"screens.d.ts","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/kids-family/screens.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAGxD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAExD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAEpD,wBAAgB,uBAAuB,CACrC,IAAI,EAAE,YAAY,EAClB,QAAQ,EAAE,MAAM,EAChB,SAAS,EAAE,mBAAmB,GAC7B,WAAW,CAAC,SAAS,CAAC,CAyDxB"}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import { createStarterContentScreen, createStarterSettingsScreen } from '../../../shared';
|
|
2
|
+
import { kidsFamilyContent } from './content';
|
|
3
|
+
export function createKidsFamilyScreens(seed, idPrefix, screenIds) {
|
|
4
|
+
return {
|
|
5
|
+
[screenIds.home]: createStarterContentScreen({
|
|
6
|
+
idPrefix,
|
|
7
|
+
screenId: screenIds.home,
|
|
8
|
+
name: 'Home',
|
|
9
|
+
content: kidsFamilyContent.home,
|
|
10
|
+
}),
|
|
11
|
+
[screenIds.routines]: createStarterContentScreen({
|
|
12
|
+
idPrefix,
|
|
13
|
+
screenId: screenIds.routines,
|
|
14
|
+
name: 'Routines',
|
|
15
|
+
content: kidsFamilyContent.routines,
|
|
16
|
+
}),
|
|
17
|
+
[screenIds.discover]: createStarterContentScreen({
|
|
18
|
+
idPrefix,
|
|
19
|
+
screenId: screenIds.discover,
|
|
20
|
+
name: 'Discover',
|
|
21
|
+
content: kidsFamilyContent.discover,
|
|
22
|
+
}),
|
|
23
|
+
[screenIds.favorites]: createStarterContentScreen({
|
|
24
|
+
idPrefix,
|
|
25
|
+
screenId: screenIds.favorites,
|
|
26
|
+
name: 'Favorites',
|
|
27
|
+
content: kidsFamilyContent.favorites,
|
|
28
|
+
}),
|
|
29
|
+
[screenIds.parents]: createStarterSettingsScreen({
|
|
30
|
+
idPrefix,
|
|
31
|
+
screenId: screenIds.parents,
|
|
32
|
+
name: 'Parents',
|
|
33
|
+
header: kidsFamilyContent.parents,
|
|
34
|
+
section: {
|
|
35
|
+
title: 'Guardian defaults',
|
|
36
|
+
description: 'Seed safety and visibility controls for a family experience.',
|
|
37
|
+
rows: [
|
|
38
|
+
{
|
|
39
|
+
id: 'time-row',
|
|
40
|
+
title: 'Time limits',
|
|
41
|
+
description: 'Session limits start enabled with a family-friendly default.',
|
|
42
|
+
meta: 'starter',
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
id: 'content-row',
|
|
46
|
+
title: 'Content filters',
|
|
47
|
+
description: 'Curated content only until categories are configured.',
|
|
48
|
+
meta: 'safe',
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
id: 'auth-row',
|
|
52
|
+
title: 'Auth scope',
|
|
53
|
+
description: `${seed.categoryLabel} inherits the manifest infra auth setting.`,
|
|
54
|
+
meta: 'global',
|
|
55
|
+
},
|
|
56
|
+
],
|
|
57
|
+
},
|
|
58
|
+
}),
|
|
59
|
+
};
|
|
60
|
+
}
|
|
61
|
+
//# sourceMappingURL=screens.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"screens.js","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/kids-family/screens.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,0BAA0B,EAAE,2BAA2B,EAAE,MAAM,iBAAiB,CAAC;AAE1F,OAAO,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAC;AAG9C,MAAM,UAAU,uBAAuB,CACrC,IAAkB,EAClB,QAAgB,EAChB,SAA8B;IAE9B,OAAO;QACL,CAAC,SAAS,CAAC,IAAI,CAAC,EAAE,0BAA0B,CAAC;YAC3C,QAAQ;YACR,QAAQ,EAAE,SAAS,CAAC,IAAI;YACxB,IAAI,EAAE,MAAM;YACZ,OAAO,EAAE,iBAAiB,CAAC,IAAI;SAChC,CAAC;QACF,CAAC,SAAS,CAAC,QAAQ,CAAC,EAAE,0BAA0B,CAAC;YAC/C,QAAQ;YACR,QAAQ,EAAE,SAAS,CAAC,QAAQ;YAC5B,IAAI,EAAE,UAAU;YAChB,OAAO,EAAE,iBAAiB,CAAC,QAAQ;SACpC,CAAC;QACF,CAAC,SAAS,CAAC,QAAQ,CAAC,EAAE,0BAA0B,CAAC;YAC/C,QAAQ;YACR,QAAQ,EAAE,SAAS,CAAC,QAAQ;YAC5B,IAAI,EAAE,UAAU;YAChB,OAAO,EAAE,iBAAiB,CAAC,QAAQ;SACpC,CAAC;QACF,CAAC,SAAS,CAAC,SAAS,CAAC,EAAE,0BAA0B,CAAC;YAChD,QAAQ;YACR,QAAQ,EAAE,SAAS,CAAC,SAAS;YAC7B,IAAI,EAAE,WAAW;YACjB,OAAO,EAAE,iBAAiB,CAAC,SAAS;SACrC,CAAC;QACF,CAAC,SAAS,CAAC,OAAO,CAAC,EAAE,2BAA2B,CAAC;YAC/C,QAAQ;YACR,QAAQ,EAAE,SAAS,CAAC,OAAO;YAC3B,IAAI,EAAE,SAAS;YACf,MAAM,EAAE,iBAAiB,CAAC,OAAO;YACjC,OAAO,EAAE;gBACP,KAAK,EAAE,mBAAmB;gBAC1B,WAAW,EAAE,8DAA8D;gBAC3E,IAAI,EAAE;oBACJ;wBACE,EAAE,EAAE,UAAU;wBACd,KAAK,EAAE,aAAa;wBACpB,WAAW,EAAE,8DAA8D;wBAC3E,IAAI,EAAE,SAAS;qBAChB;oBACD;wBACE,EAAE,EAAE,aAAa;wBACjB,KAAK,EAAE,iBAAiB;wBACxB,WAAW,EAAE,uDAAuD;wBACpE,IAAI,EAAE,MAAM;qBACb;oBACD;wBACE,EAAE,EAAE,UAAU;wBACd,KAAK,EAAE,YAAY;wBACnB,WAAW,EAAE,GAAG,IAAI,CAAC,aAAa,4CAA4C;wBAC9E,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;SACF,CAAC;KACH,CAAC;AACJ,CAAC"}
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
export declare const lifestyleContent: {
|
|
2
|
+
readonly dashboard: {
|
|
3
|
+
readonly eyebrow: "Lifestyle";
|
|
4
|
+
readonly title: "Your week at a glance";
|
|
5
|
+
readonly description: "Seed the dashboard with routines, memberships, and upcoming plans.";
|
|
6
|
+
readonly sections: readonly [{
|
|
7
|
+
readonly title: "Upcoming";
|
|
8
|
+
readonly description: "Model upcoming plans and reminders without a full scheduling engine.";
|
|
9
|
+
readonly cards: readonly [{
|
|
10
|
+
readonly eyebrow: "Plan";
|
|
11
|
+
readonly title: "Weekend activity";
|
|
12
|
+
readonly description: "A placeholder for reservations, tickets, and calendar integration.";
|
|
13
|
+
}, {
|
|
14
|
+
readonly eyebrow: "Reminder";
|
|
15
|
+
readonly title: "Routine check-in";
|
|
16
|
+
readonly description: "Reserve for habit streaks, goals, and coaching prompts.";
|
|
17
|
+
}];
|
|
18
|
+
}];
|
|
19
|
+
};
|
|
20
|
+
readonly collections: {
|
|
21
|
+
readonly eyebrow: "Collections";
|
|
22
|
+
readonly title: "Saved lists and boards";
|
|
23
|
+
readonly description: "Keep curated lists, saved items, and inspiration boards visible.";
|
|
24
|
+
readonly sections: readonly [{
|
|
25
|
+
readonly title: "Saved sets";
|
|
26
|
+
readonly description: "Model collections for experiences, products, or routines.";
|
|
27
|
+
readonly cards: readonly [{
|
|
28
|
+
readonly eyebrow: "Board";
|
|
29
|
+
readonly title: "Favorites";
|
|
30
|
+
readonly description: "A placeholder board for saved items and quick reordering.";
|
|
31
|
+
}, {
|
|
32
|
+
readonly eyebrow: "Board";
|
|
33
|
+
readonly title: "Wish list";
|
|
34
|
+
readonly description: "Reserve for future plans, recommendations, and gifts.";
|
|
35
|
+
}];
|
|
36
|
+
}];
|
|
37
|
+
};
|
|
38
|
+
readonly plans: {
|
|
39
|
+
readonly eyebrow: "Plans";
|
|
40
|
+
readonly title: "Memberships and schedules";
|
|
41
|
+
readonly description: "Seed the planning surface with upcoming events and subscriptions.";
|
|
42
|
+
readonly sections: readonly [{
|
|
43
|
+
readonly title: "Plan types";
|
|
44
|
+
readonly description: "Model plan cards for membership, sessions, and bookings.";
|
|
45
|
+
readonly cards: readonly [{
|
|
46
|
+
readonly eyebrow: "Membership";
|
|
47
|
+
readonly title: "Studio subscription";
|
|
48
|
+
readonly description: "A placeholder membership card with renew date and perks.";
|
|
49
|
+
}, {
|
|
50
|
+
readonly eyebrow: "Booking";
|
|
51
|
+
readonly title: "Upcoming class";
|
|
52
|
+
readonly description: "Reserve for bookings, cancellations, and reminders.";
|
|
53
|
+
}];
|
|
54
|
+
}];
|
|
55
|
+
};
|
|
56
|
+
readonly explore: {
|
|
57
|
+
readonly eyebrow: "Explore";
|
|
58
|
+
readonly title: "Find new recommendations";
|
|
59
|
+
readonly description: "Seed the explore feed with curated picks and nearby suggestions.";
|
|
60
|
+
readonly sections: readonly [{
|
|
61
|
+
readonly title: "Recommended";
|
|
62
|
+
readonly description: "Model discovery cards with tags, distance, and why-it-matches.";
|
|
63
|
+
readonly cards: readonly [{
|
|
64
|
+
readonly eyebrow: "Nearby";
|
|
65
|
+
readonly title: "New spot";
|
|
66
|
+
readonly description: "A placeholder for location-aware recommendations and filters.";
|
|
67
|
+
}, {
|
|
68
|
+
readonly eyebrow: "Curated";
|
|
69
|
+
readonly title: "Editor list";
|
|
70
|
+
readonly description: "Reserve for seasonal lists and trend stories.";
|
|
71
|
+
}];
|
|
72
|
+
}];
|
|
73
|
+
};
|
|
74
|
+
readonly profile: {
|
|
75
|
+
readonly eyebrow: "Profile";
|
|
76
|
+
readonly title: "Preferences and defaults";
|
|
77
|
+
readonly description: "Model notification, membership, and privacy defaults for a lifestyle app.";
|
|
78
|
+
};
|
|
79
|
+
};
|
|
80
|
+
//# sourceMappingURL=content.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"content.d.ts","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/lifestyle/content.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkGnB,CAAC"}
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
export const lifestyleContent = {
|
|
2
|
+
dashboard: {
|
|
3
|
+
eyebrow: 'Lifestyle',
|
|
4
|
+
title: 'Your week at a glance',
|
|
5
|
+
description: 'Seed the dashboard with routines, memberships, and upcoming plans.',
|
|
6
|
+
sections: [
|
|
7
|
+
{
|
|
8
|
+
title: 'Upcoming',
|
|
9
|
+
description: 'Model upcoming plans and reminders without a full scheduling engine.',
|
|
10
|
+
cards: [
|
|
11
|
+
{
|
|
12
|
+
eyebrow: 'Plan',
|
|
13
|
+
title: 'Weekend activity',
|
|
14
|
+
description: 'A placeholder for reservations, tickets, and calendar integration.',
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
eyebrow: 'Reminder',
|
|
18
|
+
title: 'Routine check-in',
|
|
19
|
+
description: 'Reserve for habit streaks, goals, and coaching prompts.',
|
|
20
|
+
},
|
|
21
|
+
],
|
|
22
|
+
},
|
|
23
|
+
],
|
|
24
|
+
},
|
|
25
|
+
collections: {
|
|
26
|
+
eyebrow: 'Collections',
|
|
27
|
+
title: 'Saved lists and boards',
|
|
28
|
+
description: 'Keep curated lists, saved items, and inspiration boards visible.',
|
|
29
|
+
sections: [
|
|
30
|
+
{
|
|
31
|
+
title: 'Saved sets',
|
|
32
|
+
description: 'Model collections for experiences, products, or routines.',
|
|
33
|
+
cards: [
|
|
34
|
+
{
|
|
35
|
+
eyebrow: 'Board',
|
|
36
|
+
title: 'Favorites',
|
|
37
|
+
description: 'A placeholder board for saved items and quick reordering.',
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
eyebrow: 'Board',
|
|
41
|
+
title: 'Wish list',
|
|
42
|
+
description: 'Reserve for future plans, recommendations, and gifts.',
|
|
43
|
+
},
|
|
44
|
+
],
|
|
45
|
+
},
|
|
46
|
+
],
|
|
47
|
+
},
|
|
48
|
+
plans: {
|
|
49
|
+
eyebrow: 'Plans',
|
|
50
|
+
title: 'Memberships and schedules',
|
|
51
|
+
description: 'Seed the planning surface with upcoming events and subscriptions.',
|
|
52
|
+
sections: [
|
|
53
|
+
{
|
|
54
|
+
title: 'Plan types',
|
|
55
|
+
description: 'Model plan cards for membership, sessions, and bookings.',
|
|
56
|
+
cards: [
|
|
57
|
+
{
|
|
58
|
+
eyebrow: 'Membership',
|
|
59
|
+
title: 'Studio subscription',
|
|
60
|
+
description: 'A placeholder membership card with renew date and perks.',
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
eyebrow: 'Booking',
|
|
64
|
+
title: 'Upcoming class',
|
|
65
|
+
description: 'Reserve for bookings, cancellations, and reminders.',
|
|
66
|
+
},
|
|
67
|
+
],
|
|
68
|
+
},
|
|
69
|
+
],
|
|
70
|
+
},
|
|
71
|
+
explore: {
|
|
72
|
+
eyebrow: 'Explore',
|
|
73
|
+
title: 'Find new recommendations',
|
|
74
|
+
description: 'Seed the explore feed with curated picks and nearby suggestions.',
|
|
75
|
+
sections: [
|
|
76
|
+
{
|
|
77
|
+
title: 'Recommended',
|
|
78
|
+
description: 'Model discovery cards with tags, distance, and why-it-matches.',
|
|
79
|
+
cards: [
|
|
80
|
+
{
|
|
81
|
+
eyebrow: 'Nearby',
|
|
82
|
+
title: 'New spot',
|
|
83
|
+
description: 'A placeholder for location-aware recommendations and filters.',
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
eyebrow: 'Curated',
|
|
87
|
+
title: 'Editor list',
|
|
88
|
+
description: 'Reserve for seasonal lists and trend stories.',
|
|
89
|
+
},
|
|
90
|
+
],
|
|
91
|
+
},
|
|
92
|
+
],
|
|
93
|
+
},
|
|
94
|
+
profile: {
|
|
95
|
+
eyebrow: 'Profile',
|
|
96
|
+
title: 'Preferences and defaults',
|
|
97
|
+
description: 'Model notification, membership, and privacy defaults for a lifestyle app.',
|
|
98
|
+
},
|
|
99
|
+
};
|
|
100
|
+
//# sourceMappingURL=content.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"content.js","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/lifestyle/content.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,gBAAgB,GAAG;IAC9B,SAAS,EAAE;QACT,OAAO,EAAE,WAAW;QACpB,KAAK,EAAE,uBAAuB;QAC9B,WAAW,EAAE,oEAAoE;QACjF,QAAQ,EAAE;YACR;gBACE,KAAK,EAAE,UAAU;gBACjB,WAAW,EAAE,sEAAsE;gBACnF,KAAK,EAAE;oBACL;wBACE,OAAO,EAAE,MAAM;wBACf,KAAK,EAAE,kBAAkB;wBACzB,WAAW,EAAE,oEAAoE;qBAClF;oBACD;wBACE,OAAO,EAAE,UAAU;wBACnB,KAAK,EAAE,kBAAkB;wBACzB,WAAW,EAAE,yDAAyD;qBACvE;iBACF;aACF;SACF;KACF;IACD,WAAW,EAAE;QACX,OAAO,EAAE,aAAa;QACtB,KAAK,EAAE,wBAAwB;QAC/B,WAAW,EAAE,kEAAkE;QAC/E,QAAQ,EAAE;YACR;gBACE,KAAK,EAAE,YAAY;gBACnB,WAAW,EAAE,2DAA2D;gBACxE,KAAK,EAAE;oBACL;wBACE,OAAO,EAAE,OAAO;wBAChB,KAAK,EAAE,WAAW;wBAClB,WAAW,EAAE,2DAA2D;qBACzE;oBACD;wBACE,OAAO,EAAE,OAAO;wBAChB,KAAK,EAAE,WAAW;wBAClB,WAAW,EAAE,uDAAuD;qBACrE;iBACF;aACF;SACF;KACF;IACD,KAAK,EAAE;QACL,OAAO,EAAE,OAAO;QAChB,KAAK,EAAE,2BAA2B;QAClC,WAAW,EAAE,mEAAmE;QAChF,QAAQ,EAAE;YACR;gBACE,KAAK,EAAE,YAAY;gBACnB,WAAW,EAAE,0DAA0D;gBACvE,KAAK,EAAE;oBACL;wBACE,OAAO,EAAE,YAAY;wBACrB,KAAK,EAAE,qBAAqB;wBAC5B,WAAW,EAAE,0DAA0D;qBACxE;oBACD;wBACE,OAAO,EAAE,SAAS;wBAClB,KAAK,EAAE,gBAAgB;wBACvB,WAAW,EAAE,qDAAqD;qBACnE;iBACF;aACF;SACF;KACF;IACD,OAAO,EAAE;QACP,OAAO,EAAE,SAAS;QAClB,KAAK,EAAE,0BAA0B;QACjC,WAAW,EAAE,kEAAkE;QAC/E,QAAQ,EAAE;YACR;gBACE,KAAK,EAAE,aAAa;gBACpB,WAAW,EAAE,gEAAgE;gBAC7E,KAAK,EAAE;oBACL;wBACE,OAAO,EAAE,QAAQ;wBACjB,KAAK,EAAE,UAAU;wBACjB,WAAW,EAAE,+DAA+D;qBAC7E;oBACD;wBACE,OAAO,EAAE,SAAS;wBAClB,KAAK,EAAE,aAAa;wBACpB,WAAW,EAAE,+CAA+C;qBAC7D;iBACF;aACF;SACF;KACF;IACD,OAAO,EAAE;QACP,OAAO,EAAE,SAAS;QAClB,KAAK,EAAE,0BAA0B;QACjC,WAAW,EAAE,2EAA2E;KACzF;CACO,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"default.template.d.ts","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/lifestyle/default.template.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAIxD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAIxD,wBAAgB,8BAA8B,CAAC,IAAI,EAAE,YAAY,GAAG,WAAW,CAY9E"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { DEFAULT_TEMPLATE_VERSION } from '../../../../internal/defaults';
|
|
2
|
+
import { createManifestShell, createTheme } from '../../../shared';
|
|
3
|
+
import { createLifestyleNavigator, createLifestyleScreenIds } from './routes';
|
|
4
|
+
import { createLifestyleScreens } from './screens';
|
|
5
|
+
export function createLifestyleStarterTemplate(seed) {
|
|
6
|
+
const idPrefix = `${seed.category}-starter`;
|
|
7
|
+
const theme = createTheme(seed);
|
|
8
|
+
const screenIds = createLifestyleScreenIds(idPrefix);
|
|
9
|
+
return createManifestShell({
|
|
10
|
+
seed,
|
|
11
|
+
theme,
|
|
12
|
+
version: seed.version ?? DEFAULT_TEMPLATE_VERSION,
|
|
13
|
+
navigator: createLifestyleNavigator(screenIds),
|
|
14
|
+
screens: createLifestyleScreens(seed, idPrefix, screenIds),
|
|
15
|
+
});
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=default.template.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"default.template.js","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/lifestyle/default.template.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,mBAAmB,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAEnE,OAAO,EAAE,wBAAwB,EAAE,wBAAwB,EAAE,MAAM,UAAU,CAAC;AAC9E,OAAO,EAAE,sBAAsB,EAAE,MAAM,WAAW,CAAC;AAEnD,MAAM,UAAU,8BAA8B,CAAC,IAAkB;IAC/D,MAAM,QAAQ,GAAG,GAAG,IAAI,CAAC,QAAQ,UAAU,CAAC;IAC5C,MAAM,KAAK,GAAG,WAAW,CAAC,IAAI,CAAC,CAAC;IAChC,MAAM,SAAS,GAAG,wBAAwB,CAAC,QAAQ,CAAC,CAAC;IAErD,OAAO,mBAAmB,CAAC;QACzB,IAAI;QACJ,KAAK;QACL,OAAO,EAAE,IAAI,CAAC,OAAO,IAAI,wBAAwB;QACjD,SAAS,EAAE,wBAAwB,CAAC,SAAS,CAAC;QAC9C,OAAO,EAAE,sBAAsB,CAAC,IAAI,EAAE,QAAQ,EAAE,SAAS,CAAC;KAC3D,CAAC,CAAC;AACL,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { createLifestyleStarterTemplate } from './default.template';
|
|
2
|
+
export { createLifestyleStarterTemplate } from './default.template';
|
|
3
|
+
export declare const lifestyleStarterTemplates: {
|
|
4
|
+
id: string;
|
|
5
|
+
label: string;
|
|
6
|
+
description: string;
|
|
7
|
+
create: typeof createLifestyleStarterTemplate;
|
|
8
|
+
}[];
|
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/lifestyle/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,8BAA8B,EAAE,MAAM,oBAAoB,CAAC;AAEpE,OAAO,EAAE,8BAA8B,EAAE,MAAM,oBAAoB,CAAC;AAEpE,eAAO,MAAM,yBAAyB;;;;;GAQkB,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { createLifestyleStarterTemplate } from './default.template';
|
|
2
|
+
export { createLifestyleStarterTemplate } from './default.template';
|
|
3
|
+
export const lifestyleStarterTemplates = [
|
|
4
|
+
{
|
|
5
|
+
id: 'default',
|
|
6
|
+
label: 'Lifestyle dashboard',
|
|
7
|
+
description: 'A dashboard, collections, plans, explore, and profile starter for lifestyle apps.',
|
|
8
|
+
create: createLifestyleStarterTemplate,
|
|
9
|
+
},
|
|
10
|
+
];
|
|
11
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/lifestyle/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,8BAA8B,EAAE,MAAM,oBAAoB,CAAC;AAEpE,OAAO,EAAE,8BAA8B,EAAE,MAAM,oBAAoB,CAAC;AAEpE,MAAM,CAAC,MAAM,yBAAyB,GAAG;IACvC;QACE,EAAE,EAAE,SAAS;QACb,KAAK,EAAE,qBAAqB;QAC5B,WAAW,EACT,mFAAmF;QACrF,MAAM,EAAE,8BAA8B;KACvC;CACqD,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { AppManifest } from '@ankhorage/contracts';
|
|
2
|
+
export interface LifestyleScreenIds {
|
|
3
|
+
dashboard: string;
|
|
4
|
+
collections: string;
|
|
5
|
+
plans: string;
|
|
6
|
+
explore: string;
|
|
7
|
+
profile: string;
|
|
8
|
+
}
|
|
9
|
+
export declare function createLifestyleScreenIds(idPrefix: string): LifestyleScreenIds;
|
|
10
|
+
export declare function createLifestyleNavigator(screenIds: LifestyleScreenIds): AppManifest['navigator'];
|
|
11
|
+
//# sourceMappingURL=routes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"routes.d.ts","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/lifestyle/routes.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAIxD,MAAM,WAAW,kBAAkB;IACjC,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,wBAAgB,wBAAwB,CAAC,QAAQ,EAAE,MAAM,GAAG,kBAAkB,CAQ7E;AAED,wBAAgB,wBAAwB,CAAC,SAAS,EAAE,kBAAkB,GAAG,WAAW,CAAC,WAAW,CAAC,CAqChG"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { createRoute } from '../../../shared';
|
|
2
|
+
export function createLifestyleScreenIds(idPrefix) {
|
|
3
|
+
return {
|
|
4
|
+
dashboard: `${idPrefix}-dashboard`,
|
|
5
|
+
collections: `${idPrefix}-collections`,
|
|
6
|
+
plans: `${idPrefix}-plans`,
|
|
7
|
+
explore: `${idPrefix}-explore`,
|
|
8
|
+
profile: `${idPrefix}-profile`,
|
|
9
|
+
};
|
|
10
|
+
}
|
|
11
|
+
export function createLifestyleNavigator(screenIds) {
|
|
12
|
+
return {
|
|
13
|
+
type: 'tabs',
|
|
14
|
+
initialRouteName: 'index',
|
|
15
|
+
routes: [
|
|
16
|
+
createRoute({
|
|
17
|
+
name: 'index',
|
|
18
|
+
screenId: screenIds.dashboard,
|
|
19
|
+
label: 'Dashboard',
|
|
20
|
+
icon: { provider: 'material-community', name: 'view-dashboard-outline' },
|
|
21
|
+
}),
|
|
22
|
+
createRoute({
|
|
23
|
+
name: 'collections',
|
|
24
|
+
screenId: screenIds.collections,
|
|
25
|
+
label: 'Collections',
|
|
26
|
+
icon: { provider: 'material-community', name: 'bookmark-multiple-outline' },
|
|
27
|
+
}),
|
|
28
|
+
createRoute({
|
|
29
|
+
name: 'plans',
|
|
30
|
+
screenId: screenIds.plans,
|
|
31
|
+
label: 'Plans',
|
|
32
|
+
icon: { provider: 'material-community', name: 'calendar-star' },
|
|
33
|
+
}),
|
|
34
|
+
createRoute({
|
|
35
|
+
name: 'explore',
|
|
36
|
+
screenId: screenIds.explore,
|
|
37
|
+
label: 'Explore',
|
|
38
|
+
icon: { provider: 'material-community', name: 'compass-outline' },
|
|
39
|
+
}),
|
|
40
|
+
createRoute({
|
|
41
|
+
name: 'profile',
|
|
42
|
+
screenId: screenIds.profile,
|
|
43
|
+
label: 'Profile',
|
|
44
|
+
icon: { provider: 'material-community', name: 'account-circle-outline' },
|
|
45
|
+
}),
|
|
46
|
+
],
|
|
47
|
+
};
|
|
48
|
+
}
|
|
49
|
+
//# sourceMappingURL=routes.js.map
|