@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,5 @@
|
|
|
1
|
+
import type { AppManifest } from '@ankhorage/contracts';
|
|
2
|
+
import type { TemplateSeed } from '../../starter.types';
|
|
3
|
+
import type { GamesScreenIds } from './routes';
|
|
4
|
+
export declare function createGamesScreens(seed: TemplateSeed, idPrefix: string, screenIds: GamesScreenIds): AppManifest['screens'];
|
|
5
|
+
//# sourceMappingURL=screens.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"screens.d.ts","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/games/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,cAAc,EAAE,MAAM,UAAU,CAAC;AAE/C,wBAAgB,kBAAkB,CAChC,IAAI,EAAE,YAAY,EAClB,QAAQ,EAAE,MAAM,EAChB,SAAS,EAAE,cAAc,GACxB,WAAW,CAAC,SAAS,CAAC,CAyDxB"}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import { createStarterContentScreen, createStarterSettingsScreen } from '../../../shared';
|
|
2
|
+
import { gamesContent } from './content';
|
|
3
|
+
export function createGamesScreens(seed, idPrefix, screenIds) {
|
|
4
|
+
return {
|
|
5
|
+
[screenIds.home]: createStarterContentScreen({
|
|
6
|
+
idPrefix,
|
|
7
|
+
screenId: screenIds.home,
|
|
8
|
+
name: 'Home',
|
|
9
|
+
content: gamesContent.home,
|
|
10
|
+
}),
|
|
11
|
+
[screenIds.quests]: createStarterContentScreen({
|
|
12
|
+
idPrefix,
|
|
13
|
+
screenId: screenIds.quests,
|
|
14
|
+
name: 'Quests',
|
|
15
|
+
content: gamesContent.quests,
|
|
16
|
+
}),
|
|
17
|
+
[screenIds.inventory]: createStarterContentScreen({
|
|
18
|
+
idPrefix,
|
|
19
|
+
screenId: screenIds.inventory,
|
|
20
|
+
name: 'Inventory',
|
|
21
|
+
content: gamesContent.inventory,
|
|
22
|
+
}),
|
|
23
|
+
[screenIds.friends]: createStarterContentScreen({
|
|
24
|
+
idPrefix,
|
|
25
|
+
screenId: screenIds.friends,
|
|
26
|
+
name: 'Friends',
|
|
27
|
+
content: gamesContent.friends,
|
|
28
|
+
}),
|
|
29
|
+
[screenIds.profile]: createStarterSettingsScreen({
|
|
30
|
+
idPrefix,
|
|
31
|
+
screenId: screenIds.profile,
|
|
32
|
+
name: 'Profile',
|
|
33
|
+
header: gamesContent.profile,
|
|
34
|
+
section: {
|
|
35
|
+
title: 'Player defaults',
|
|
36
|
+
description: 'Seed accessibility, notifications, and gameplay preferences.',
|
|
37
|
+
rows: [
|
|
38
|
+
{
|
|
39
|
+
id: 'controls-row',
|
|
40
|
+
title: 'Controls',
|
|
41
|
+
description: 'Controls start set to standard with optional remapping later.',
|
|
42
|
+
meta: 'standard',
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
id: 'privacy-row',
|
|
46
|
+
title: 'Presence visibility',
|
|
47
|
+
description: 'Friends can see online status by default.',
|
|
48
|
+
meta: 'friends',
|
|
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/games/screens.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,0BAA0B,EAAE,2BAA2B,EAAE,MAAM,iBAAiB,CAAC;AAE1F,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAGzC,MAAM,UAAU,kBAAkB,CAChC,IAAkB,EAClB,QAAgB,EAChB,SAAyB;IAEzB,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,YAAY,CAAC,IAAI;SAC3B,CAAC;QACF,CAAC,SAAS,CAAC,MAAM,CAAC,EAAE,0BAA0B,CAAC;YAC7C,QAAQ;YACR,QAAQ,EAAE,SAAS,CAAC,MAAM;YAC1B,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE,YAAY,CAAC,MAAM;SAC7B,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,YAAY,CAAC,SAAS;SAChC,CAAC;QACF,CAAC,SAAS,CAAC,OAAO,CAAC,EAAE,0BAA0B,CAAC;YAC9C,QAAQ;YACR,QAAQ,EAAE,SAAS,CAAC,OAAO;YAC3B,IAAI,EAAE,SAAS;YACf,OAAO,EAAE,YAAY,CAAC,OAAO;SAC9B,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,YAAY,CAAC,OAAO;YAC5B,OAAO,EAAE;gBACP,KAAK,EAAE,iBAAiB;gBACxB,WAAW,EAAE,8DAA8D;gBAC3E,IAAI,EAAE;oBACJ;wBACE,EAAE,EAAE,cAAc;wBAClB,KAAK,EAAE,UAAU;wBACjB,WAAW,EAAE,+DAA+D;wBAC5E,IAAI,EAAE,UAAU;qBACjB;oBACD;wBACE,EAAE,EAAE,aAAa;wBACjB,KAAK,EAAE,qBAAqB;wBAC5B,WAAW,EAAE,2CAA2C;wBACxD,IAAI,EAAE,SAAS;qBAChB;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,98 @@
|
|
|
1
|
+
export declare const graphicsDesignContent: {
|
|
2
|
+
readonly dashboard: {
|
|
3
|
+
readonly eyebrow: "Creative ops";
|
|
4
|
+
readonly title: "Work in motion";
|
|
5
|
+
readonly description: "Seed the workspace with active briefs, review requests, and delivery status.";
|
|
6
|
+
readonly sections: readonly [{
|
|
7
|
+
readonly title: "Today pipeline";
|
|
8
|
+
readonly description: "Model what designers need to ship: briefs, assets, and approvals.";
|
|
9
|
+
readonly cards: readonly [{
|
|
10
|
+
readonly eyebrow: "Brief";
|
|
11
|
+
readonly title: "Campaign key art";
|
|
12
|
+
readonly description: "A placeholder for deliverables, due date, and stakeholders.";
|
|
13
|
+
}, {
|
|
14
|
+
readonly eyebrow: "Review";
|
|
15
|
+
readonly title: "Awaiting feedback";
|
|
16
|
+
readonly description: "Reserve for comment threads, status, and next actions.";
|
|
17
|
+
}];
|
|
18
|
+
}];
|
|
19
|
+
};
|
|
20
|
+
readonly briefs: {
|
|
21
|
+
readonly eyebrow: "Briefs";
|
|
22
|
+
readonly title: "Creative briefs";
|
|
23
|
+
readonly description: "Prepare a list of briefs with scope, references, and output formats.";
|
|
24
|
+
readonly sections: readonly [{
|
|
25
|
+
readonly title: "Brief structure";
|
|
26
|
+
readonly description: "Model inputs and constraints before adding workflow automation.";
|
|
27
|
+
readonly cards: readonly [{
|
|
28
|
+
readonly eyebrow: "Scope";
|
|
29
|
+
readonly title: "Deliverables list";
|
|
30
|
+
readonly description: "A placeholder for sizes, formats, and channels.";
|
|
31
|
+
}, {
|
|
32
|
+
readonly eyebrow: "Reference";
|
|
33
|
+
readonly title: "Moodboard";
|
|
34
|
+
readonly description: "Reserve for links, inspiration, and brand context.";
|
|
35
|
+
}];
|
|
36
|
+
}];
|
|
37
|
+
};
|
|
38
|
+
readonly assets: {
|
|
39
|
+
readonly eyebrow: "Assets";
|
|
40
|
+
readonly title: "Asset library";
|
|
41
|
+
readonly description: "Organize assets by collection, status, and usage rules.";
|
|
42
|
+
readonly sections: readonly [{
|
|
43
|
+
readonly title: "Asset types";
|
|
44
|
+
readonly description: "Model file metadata without implementing storage rules.";
|
|
45
|
+
readonly cards: readonly [{
|
|
46
|
+
readonly eyebrow: "Collection";
|
|
47
|
+
readonly title: "Social templates";
|
|
48
|
+
readonly description: "A placeholder asset collection with owners and usage notes.";
|
|
49
|
+
}, {
|
|
50
|
+
readonly eyebrow: "Collection";
|
|
51
|
+
readonly title: "Product imagery";
|
|
52
|
+
readonly description: "Reserve for versioning, approval, and licensing metadata.";
|
|
53
|
+
}];
|
|
54
|
+
}];
|
|
55
|
+
};
|
|
56
|
+
readonly reviews: {
|
|
57
|
+
readonly eyebrow: "Reviews";
|
|
58
|
+
readonly title: "Feedback and approvals";
|
|
59
|
+
readonly description: "Seed the review surface with comment threads and approval states.";
|
|
60
|
+
readonly sections: readonly [{
|
|
61
|
+
readonly title: "Review queue";
|
|
62
|
+
readonly description: "Model review cards with status, owners, and next feedback.";
|
|
63
|
+
readonly cards: readonly [{
|
|
64
|
+
readonly eyebrow: "In review";
|
|
65
|
+
readonly title: "Homepage hero";
|
|
66
|
+
readonly description: "A placeholder for review notes and version history.";
|
|
67
|
+
}, {
|
|
68
|
+
readonly eyebrow: "Approved";
|
|
69
|
+
readonly title: "Email header";
|
|
70
|
+
readonly description: "Reserve for final asset packaging and handoff.";
|
|
71
|
+
}];
|
|
72
|
+
}];
|
|
73
|
+
};
|
|
74
|
+
readonly brand: {
|
|
75
|
+
readonly eyebrow: "Brand";
|
|
76
|
+
readonly title: "Brand tokens and guidelines";
|
|
77
|
+
readonly description: "Reserve space for brand colors, typography, and component rules.";
|
|
78
|
+
readonly sections: readonly [{
|
|
79
|
+
readonly title: "Tokens";
|
|
80
|
+
readonly description: "Model the brand surface without implementing full design-system tooling.";
|
|
81
|
+
readonly cards: readonly [{
|
|
82
|
+
readonly eyebrow: "Color";
|
|
83
|
+
readonly title: "Primary palette";
|
|
84
|
+
readonly description: "A placeholder for theme colors and contrast guidance.";
|
|
85
|
+
}, {
|
|
86
|
+
readonly eyebrow: "Typography";
|
|
87
|
+
readonly title: "Type scale";
|
|
88
|
+
readonly description: "Reserve for headings, body rules, and usage constraints.";
|
|
89
|
+
}];
|
|
90
|
+
}];
|
|
91
|
+
};
|
|
92
|
+
readonly settings: {
|
|
93
|
+
readonly eyebrow: "Operations";
|
|
94
|
+
readonly title: "Workspace settings";
|
|
95
|
+
readonly description: "Model review defaults, exports, and collaboration preferences.";
|
|
96
|
+
};
|
|
97
|
+
};
|
|
98
|
+
//# sourceMappingURL=content.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"content.d.ts","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/graphics-design/content.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyHxB,CAAC"}
|
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
export const graphicsDesignContent = {
|
|
2
|
+
dashboard: {
|
|
3
|
+
eyebrow: 'Creative ops',
|
|
4
|
+
title: 'Work in motion',
|
|
5
|
+
description: 'Seed the workspace with active briefs, review requests, and delivery status.',
|
|
6
|
+
sections: [
|
|
7
|
+
{
|
|
8
|
+
title: 'Today pipeline',
|
|
9
|
+
description: 'Model what designers need to ship: briefs, assets, and approvals.',
|
|
10
|
+
cards: [
|
|
11
|
+
{
|
|
12
|
+
eyebrow: 'Brief',
|
|
13
|
+
title: 'Campaign key art',
|
|
14
|
+
description: 'A placeholder for deliverables, due date, and stakeholders.',
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
eyebrow: 'Review',
|
|
18
|
+
title: 'Awaiting feedback',
|
|
19
|
+
description: 'Reserve for comment threads, status, and next actions.',
|
|
20
|
+
},
|
|
21
|
+
],
|
|
22
|
+
},
|
|
23
|
+
],
|
|
24
|
+
},
|
|
25
|
+
briefs: {
|
|
26
|
+
eyebrow: 'Briefs',
|
|
27
|
+
title: 'Creative briefs',
|
|
28
|
+
description: 'Prepare a list of briefs with scope, references, and output formats.',
|
|
29
|
+
sections: [
|
|
30
|
+
{
|
|
31
|
+
title: 'Brief structure',
|
|
32
|
+
description: 'Model inputs and constraints before adding workflow automation.',
|
|
33
|
+
cards: [
|
|
34
|
+
{
|
|
35
|
+
eyebrow: 'Scope',
|
|
36
|
+
title: 'Deliverables list',
|
|
37
|
+
description: 'A placeholder for sizes, formats, and channels.',
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
eyebrow: 'Reference',
|
|
41
|
+
title: 'Moodboard',
|
|
42
|
+
description: 'Reserve for links, inspiration, and brand context.',
|
|
43
|
+
},
|
|
44
|
+
],
|
|
45
|
+
},
|
|
46
|
+
],
|
|
47
|
+
},
|
|
48
|
+
assets: {
|
|
49
|
+
eyebrow: 'Assets',
|
|
50
|
+
title: 'Asset library',
|
|
51
|
+
description: 'Organize assets by collection, status, and usage rules.',
|
|
52
|
+
sections: [
|
|
53
|
+
{
|
|
54
|
+
title: 'Asset types',
|
|
55
|
+
description: 'Model file metadata without implementing storage rules.',
|
|
56
|
+
cards: [
|
|
57
|
+
{
|
|
58
|
+
eyebrow: 'Collection',
|
|
59
|
+
title: 'Social templates',
|
|
60
|
+
description: 'A placeholder asset collection with owners and usage notes.',
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
eyebrow: 'Collection',
|
|
64
|
+
title: 'Product imagery',
|
|
65
|
+
description: 'Reserve for versioning, approval, and licensing metadata.',
|
|
66
|
+
},
|
|
67
|
+
],
|
|
68
|
+
},
|
|
69
|
+
],
|
|
70
|
+
},
|
|
71
|
+
reviews: {
|
|
72
|
+
eyebrow: 'Reviews',
|
|
73
|
+
title: 'Feedback and approvals',
|
|
74
|
+
description: 'Seed the review surface with comment threads and approval states.',
|
|
75
|
+
sections: [
|
|
76
|
+
{
|
|
77
|
+
title: 'Review queue',
|
|
78
|
+
description: 'Model review cards with status, owners, and next feedback.',
|
|
79
|
+
cards: [
|
|
80
|
+
{
|
|
81
|
+
eyebrow: 'In review',
|
|
82
|
+
title: 'Homepage hero',
|
|
83
|
+
description: 'A placeholder for review notes and version history.',
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
eyebrow: 'Approved',
|
|
87
|
+
title: 'Email header',
|
|
88
|
+
description: 'Reserve for final asset packaging and handoff.',
|
|
89
|
+
},
|
|
90
|
+
],
|
|
91
|
+
},
|
|
92
|
+
],
|
|
93
|
+
},
|
|
94
|
+
brand: {
|
|
95
|
+
eyebrow: 'Brand',
|
|
96
|
+
title: 'Brand tokens and guidelines',
|
|
97
|
+
description: 'Reserve space for brand colors, typography, and component rules.',
|
|
98
|
+
sections: [
|
|
99
|
+
{
|
|
100
|
+
title: 'Tokens',
|
|
101
|
+
description: 'Model the brand surface without implementing full design-system tooling.',
|
|
102
|
+
cards: [
|
|
103
|
+
{
|
|
104
|
+
eyebrow: 'Color',
|
|
105
|
+
title: 'Primary palette',
|
|
106
|
+
description: 'A placeholder for theme colors and contrast guidance.',
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
eyebrow: 'Typography',
|
|
110
|
+
title: 'Type scale',
|
|
111
|
+
description: 'Reserve for headings, body rules, and usage constraints.',
|
|
112
|
+
},
|
|
113
|
+
],
|
|
114
|
+
},
|
|
115
|
+
],
|
|
116
|
+
},
|
|
117
|
+
settings: {
|
|
118
|
+
eyebrow: 'Operations',
|
|
119
|
+
title: 'Workspace settings',
|
|
120
|
+
description: 'Model review defaults, exports, and collaboration preferences.',
|
|
121
|
+
},
|
|
122
|
+
};
|
|
123
|
+
//# sourceMappingURL=content.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"content.js","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/graphics-design/content.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,qBAAqB,GAAG;IACnC,SAAS,EAAE;QACT,OAAO,EAAE,cAAc;QACvB,KAAK,EAAE,gBAAgB;QACvB,WAAW,EAAE,8EAA8E;QAC3F,QAAQ,EAAE;YACR;gBACE,KAAK,EAAE,gBAAgB;gBACvB,WAAW,EAAE,mEAAmE;gBAChF,KAAK,EAAE;oBACL;wBACE,OAAO,EAAE,OAAO;wBAChB,KAAK,EAAE,kBAAkB;wBACzB,WAAW,EAAE,6DAA6D;qBAC3E;oBACD;wBACE,OAAO,EAAE,QAAQ;wBACjB,KAAK,EAAE,mBAAmB;wBAC1B,WAAW,EAAE,wDAAwD;qBACtE;iBACF;aACF;SACF;KACF;IACD,MAAM,EAAE;QACN,OAAO,EAAE,QAAQ;QACjB,KAAK,EAAE,iBAAiB;QACxB,WAAW,EAAE,sEAAsE;QACnF,QAAQ,EAAE;YACR;gBACE,KAAK,EAAE,iBAAiB;gBACxB,WAAW,EAAE,iEAAiE;gBAC9E,KAAK,EAAE;oBACL;wBACE,OAAO,EAAE,OAAO;wBAChB,KAAK,EAAE,mBAAmB;wBAC1B,WAAW,EAAE,iDAAiD;qBAC/D;oBACD;wBACE,OAAO,EAAE,WAAW;wBACpB,KAAK,EAAE,WAAW;wBAClB,WAAW,EAAE,oDAAoD;qBAClE;iBACF;aACF;SACF;KACF;IACD,MAAM,EAAE;QACN,OAAO,EAAE,QAAQ;QACjB,KAAK,EAAE,eAAe;QACtB,WAAW,EAAE,yDAAyD;QACtE,QAAQ,EAAE;YACR;gBACE,KAAK,EAAE,aAAa;gBACpB,WAAW,EAAE,yDAAyD;gBACtE,KAAK,EAAE;oBACL;wBACE,OAAO,EAAE,YAAY;wBACrB,KAAK,EAAE,kBAAkB;wBACzB,WAAW,EAAE,6DAA6D;qBAC3E;oBACD;wBACE,OAAO,EAAE,YAAY;wBACrB,KAAK,EAAE,iBAAiB;wBACxB,WAAW,EAAE,2DAA2D;qBACzE;iBACF;aACF;SACF;KACF;IACD,OAAO,EAAE;QACP,OAAO,EAAE,SAAS;QAClB,KAAK,EAAE,wBAAwB;QAC/B,WAAW,EAAE,mEAAmE;QAChF,QAAQ,EAAE;YACR;gBACE,KAAK,EAAE,cAAc;gBACrB,WAAW,EAAE,4DAA4D;gBACzE,KAAK,EAAE;oBACL;wBACE,OAAO,EAAE,WAAW;wBACpB,KAAK,EAAE,eAAe;wBACtB,WAAW,EAAE,qDAAqD;qBACnE;oBACD;wBACE,OAAO,EAAE,UAAU;wBACnB,KAAK,EAAE,cAAc;wBACrB,WAAW,EAAE,gDAAgD;qBAC9D;iBACF;aACF;SACF;KACF;IACD,KAAK,EAAE;QACL,OAAO,EAAE,OAAO;QAChB,KAAK,EAAE,6BAA6B;QACpC,WAAW,EAAE,kEAAkE;QAC/E,QAAQ,EAAE;YACR;gBACE,KAAK,EAAE,QAAQ;gBACf,WAAW,EAAE,0EAA0E;gBACvF,KAAK,EAAE;oBACL;wBACE,OAAO,EAAE,OAAO;wBAChB,KAAK,EAAE,iBAAiB;wBACxB,WAAW,EAAE,uDAAuD;qBACrE;oBACD;wBACE,OAAO,EAAE,YAAY;wBACrB,KAAK,EAAE,YAAY;wBACnB,WAAW,EAAE,0DAA0D;qBACxE;iBACF;aACF;SACF;KACF;IACD,QAAQ,EAAE;QACR,OAAO,EAAE,YAAY;QACrB,KAAK,EAAE,oBAAoB;QAC3B,WAAW,EAAE,gEAAgE;KAC9E;CACO,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"default.template.d.ts","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/graphics-design/default.template.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAIxD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAIxD,wBAAgB,mCAAmC,CAAC,IAAI,EAAE,YAAY,GAAG,WAAW,CAYnF"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { DEFAULT_TEMPLATE_VERSION } from '../../../../internal/defaults';
|
|
2
|
+
import { createManifestShell, createTheme } from '../../../shared';
|
|
3
|
+
import { createGraphicsDesignNavigator, createGraphicsDesignScreenIds } from './routes';
|
|
4
|
+
import { createGraphicsDesignScreens } from './screens';
|
|
5
|
+
export function createGraphicsDesignStarterTemplate(seed) {
|
|
6
|
+
const idPrefix = `${seed.category}-starter`;
|
|
7
|
+
const theme = createTheme(seed);
|
|
8
|
+
const screenIds = createGraphicsDesignScreenIds(idPrefix);
|
|
9
|
+
return createManifestShell({
|
|
10
|
+
seed,
|
|
11
|
+
theme,
|
|
12
|
+
version: seed.version ?? DEFAULT_TEMPLATE_VERSION,
|
|
13
|
+
navigator: createGraphicsDesignNavigator(screenIds),
|
|
14
|
+
screens: createGraphicsDesignScreens(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/graphics-design/default.template.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,mBAAmB,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAEnE,OAAO,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,MAAM,UAAU,CAAC;AACxF,OAAO,EAAE,2BAA2B,EAAE,MAAM,WAAW,CAAC;AAExD,MAAM,UAAU,mCAAmC,CAAC,IAAkB;IACpE,MAAM,QAAQ,GAAG,GAAG,IAAI,CAAC,QAAQ,UAAU,CAAC;IAC5C,MAAM,KAAK,GAAG,WAAW,CAAC,IAAI,CAAC,CAAC;IAChC,MAAM,SAAS,GAAG,6BAA6B,CAAC,QAAQ,CAAC,CAAC;IAE1D,OAAO,mBAAmB,CAAC;QACzB,IAAI;QACJ,KAAK;QACL,OAAO,EAAE,IAAI,CAAC,OAAO,IAAI,wBAAwB;QACjD,SAAS,EAAE,6BAA6B,CAAC,SAAS,CAAC;QACnD,OAAO,EAAE,2BAA2B,CAAC,IAAI,EAAE,QAAQ,EAAE,SAAS,CAAC;KAChE,CAAC,CAAC;AACL,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { createGraphicsDesignStarterTemplate } from './default.template';
|
|
2
|
+
export { createGraphicsDesignStarterTemplate } from './default.template';
|
|
3
|
+
export declare const graphicsDesignStarterTemplates: {
|
|
4
|
+
id: string;
|
|
5
|
+
label: string;
|
|
6
|
+
description: string;
|
|
7
|
+
create: typeof createGraphicsDesignStarterTemplate;
|
|
8
|
+
}[];
|
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/graphics-design/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,mCAAmC,EAAE,MAAM,oBAAoB,CAAC;AAEzE,OAAO,EAAE,mCAAmC,EAAE,MAAM,oBAAoB,CAAC;AAEzE,eAAO,MAAM,8BAA8B;;;;;GAQa,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { createGraphicsDesignStarterTemplate } from './default.template';
|
|
2
|
+
export { createGraphicsDesignStarterTemplate } from './default.template';
|
|
3
|
+
export const graphicsDesignStarterTemplates = [
|
|
4
|
+
{
|
|
5
|
+
id: 'default',
|
|
6
|
+
label: 'Creative workspace',
|
|
7
|
+
description: 'A dashboard, briefs, assets, reviews, brand, and settings starter for design workflows.',
|
|
8
|
+
create: createGraphicsDesignStarterTemplate,
|
|
9
|
+
},
|
|
10
|
+
];
|
|
11
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/graphics-design/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,mCAAmC,EAAE,MAAM,oBAAoB,CAAC;AAEzE,OAAO,EAAE,mCAAmC,EAAE,MAAM,oBAAoB,CAAC;AAEzE,MAAM,CAAC,MAAM,8BAA8B,GAAG;IAC5C;QACE,EAAE,EAAE,SAAS;QACb,KAAK,EAAE,oBAAoB;QAC3B,WAAW,EACT,yFAAyF;QAC3F,MAAM,EAAE,mCAAmC;KAC5C;CACqD,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { AppManifest } from '@ankhorage/contracts';
|
|
2
|
+
export interface GraphicsDesignScreenIds {
|
|
3
|
+
dashboard: string;
|
|
4
|
+
briefs: string;
|
|
5
|
+
assets: string;
|
|
6
|
+
reviews: string;
|
|
7
|
+
brand: string;
|
|
8
|
+
settings: string;
|
|
9
|
+
}
|
|
10
|
+
export declare function createGraphicsDesignScreenIds(idPrefix: string): GraphicsDesignScreenIds;
|
|
11
|
+
export declare function createGraphicsDesignNavigator(screenIds: GraphicsDesignScreenIds): AppManifest['navigator'];
|
|
12
|
+
//# sourceMappingURL=routes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"routes.d.ts","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/graphics-design/routes.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAIxD,MAAM,WAAW,uBAAuB;IACtC,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,wBAAgB,6BAA6B,CAAC,QAAQ,EAAE,MAAM,GAAG,uBAAuB,CASvF;AAED,wBAAgB,6BAA6B,CAC3C,SAAS,EAAE,uBAAuB,GACjC,WAAW,CAAC,WAAW,CAAC,CA2C1B"}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { createRoute } from '../../../shared';
|
|
2
|
+
export function createGraphicsDesignScreenIds(idPrefix) {
|
|
3
|
+
return {
|
|
4
|
+
dashboard: `${idPrefix}-dashboard`,
|
|
5
|
+
briefs: `${idPrefix}-briefs`,
|
|
6
|
+
assets: `${idPrefix}-assets`,
|
|
7
|
+
reviews: `${idPrefix}-reviews`,
|
|
8
|
+
brand: `${idPrefix}-brand`,
|
|
9
|
+
settings: `${idPrefix}-settings`,
|
|
10
|
+
};
|
|
11
|
+
}
|
|
12
|
+
export function createGraphicsDesignNavigator(screenIds) {
|
|
13
|
+
return {
|
|
14
|
+
type: 'drawer',
|
|
15
|
+
initialRouteName: 'index',
|
|
16
|
+
routes: [
|
|
17
|
+
createRoute({
|
|
18
|
+
name: 'index',
|
|
19
|
+
screenId: screenIds.dashboard,
|
|
20
|
+
label: 'Dashboard',
|
|
21
|
+
icon: { provider: 'material-community', name: 'view-dashboard-outline' },
|
|
22
|
+
}),
|
|
23
|
+
createRoute({
|
|
24
|
+
name: 'briefs',
|
|
25
|
+
screenId: screenIds.briefs,
|
|
26
|
+
label: 'Briefs',
|
|
27
|
+
icon: { provider: 'material-community', name: 'file-document-outline' },
|
|
28
|
+
}),
|
|
29
|
+
createRoute({
|
|
30
|
+
name: 'assets',
|
|
31
|
+
screenId: screenIds.assets,
|
|
32
|
+
label: 'Assets',
|
|
33
|
+
icon: { provider: 'material-community', name: 'image-multiple-outline' },
|
|
34
|
+
}),
|
|
35
|
+
createRoute({
|
|
36
|
+
name: 'reviews',
|
|
37
|
+
screenId: screenIds.reviews,
|
|
38
|
+
label: 'Reviews',
|
|
39
|
+
icon: { provider: 'material-community', name: 'comment-check-outline' },
|
|
40
|
+
}),
|
|
41
|
+
createRoute({
|
|
42
|
+
name: 'brand',
|
|
43
|
+
screenId: screenIds.brand,
|
|
44
|
+
label: 'Brand',
|
|
45
|
+
icon: { provider: 'material-community', name: 'palette-outline' },
|
|
46
|
+
}),
|
|
47
|
+
createRoute({
|
|
48
|
+
name: 'settings',
|
|
49
|
+
screenId: screenIds.settings,
|
|
50
|
+
label: 'Settings',
|
|
51
|
+
icon: { provider: 'material-community', name: 'cog-outline' },
|
|
52
|
+
}),
|
|
53
|
+
],
|
|
54
|
+
};
|
|
55
|
+
}
|
|
56
|
+
//# sourceMappingURL=routes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"routes.js","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/graphics-design/routes.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAW9C,MAAM,UAAU,6BAA6B,CAAC,QAAgB;IAC5D,OAAO;QACL,SAAS,EAAE,GAAG,QAAQ,YAAY;QAClC,MAAM,EAAE,GAAG,QAAQ,SAAS;QAC5B,MAAM,EAAE,GAAG,QAAQ,SAAS;QAC5B,OAAO,EAAE,GAAG,QAAQ,UAAU;QAC9B,KAAK,EAAE,GAAG,QAAQ,QAAQ;QAC1B,QAAQ,EAAE,GAAG,QAAQ,WAAW;KACjC,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,6BAA6B,CAC3C,SAAkC;IAElC,OAAO;QACL,IAAI,EAAE,QAAQ;QACd,gBAAgB,EAAE,OAAO;QACzB,MAAM,EAAE;YACN,WAAW,CAAC;gBACV,IAAI,EAAE,OAAO;gBACb,QAAQ,EAAE,SAAS,CAAC,SAAS;gBAC7B,KAAK,EAAE,WAAW;gBAClB,IAAI,EAAE,EAAE,QAAQ,EAAE,oBAAoB,EAAE,IAAI,EAAE,wBAAwB,EAAE;aACzE,CAAC;YACF,WAAW,CAAC;gBACV,IAAI,EAAE,QAAQ;gBACd,QAAQ,EAAE,SAAS,CAAC,MAAM;gBAC1B,KAAK,EAAE,QAAQ;gBACf,IAAI,EAAE,EAAE,QAAQ,EAAE,oBAAoB,EAAE,IAAI,EAAE,uBAAuB,EAAE;aACxE,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,wBAAwB,EAAE;aACzE,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,uBAAuB,EAAE;aACxE,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,iBAAiB,EAAE;aAClE,CAAC;YACF,WAAW,CAAC;gBACV,IAAI,EAAE,UAAU;gBAChB,QAAQ,EAAE,SAAS,CAAC,QAAQ;gBAC5B,KAAK,EAAE,UAAU;gBACjB,IAAI,EAAE,EAAE,QAAQ,EAAE,oBAAoB,EAAE,IAAI,EAAE,aAAa,EAAE;aAC9D,CAAC;SACH;KACF,CAAC;AACJ,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { AppManifest } from '@ankhorage/contracts';
|
|
2
|
+
import type { TemplateSeed } from '../../starter.types';
|
|
3
|
+
import type { GraphicsDesignScreenIds } from './routes';
|
|
4
|
+
export declare function createGraphicsDesignScreens(seed: TemplateSeed, idPrefix: string, screenIds: GraphicsDesignScreenIds): AppManifest['screens'];
|
|
5
|
+
//# sourceMappingURL=screens.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"screens.d.ts","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/graphics-design/screens.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAGxD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAExD,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,UAAU,CAAC;AAExD,wBAAgB,2BAA2B,CACzC,IAAI,EAAE,YAAY,EAClB,QAAQ,EAAE,MAAM,EAChB,SAAS,EAAE,uBAAuB,GACjC,WAAW,CAAC,SAAS,CAAC,CA+DxB"}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import { createStarterContentScreen, createStarterSettingsScreen } from '../../../shared';
|
|
2
|
+
import { graphicsDesignContent } from './content';
|
|
3
|
+
export function createGraphicsDesignScreens(seed, idPrefix, screenIds) {
|
|
4
|
+
return {
|
|
5
|
+
[screenIds.dashboard]: createStarterContentScreen({
|
|
6
|
+
idPrefix,
|
|
7
|
+
screenId: screenIds.dashboard,
|
|
8
|
+
name: 'Dashboard',
|
|
9
|
+
content: graphicsDesignContent.dashboard,
|
|
10
|
+
}),
|
|
11
|
+
[screenIds.briefs]: createStarterContentScreen({
|
|
12
|
+
idPrefix,
|
|
13
|
+
screenId: screenIds.briefs,
|
|
14
|
+
name: 'Briefs',
|
|
15
|
+
content: graphicsDesignContent.briefs,
|
|
16
|
+
}),
|
|
17
|
+
[screenIds.assets]: createStarterContentScreen({
|
|
18
|
+
idPrefix,
|
|
19
|
+
screenId: screenIds.assets,
|
|
20
|
+
name: 'Assets',
|
|
21
|
+
content: graphicsDesignContent.assets,
|
|
22
|
+
}),
|
|
23
|
+
[screenIds.reviews]: createStarterContentScreen({
|
|
24
|
+
idPrefix,
|
|
25
|
+
screenId: screenIds.reviews,
|
|
26
|
+
name: 'Reviews',
|
|
27
|
+
content: graphicsDesignContent.reviews,
|
|
28
|
+
}),
|
|
29
|
+
[screenIds.brand]: createStarterContentScreen({
|
|
30
|
+
idPrefix,
|
|
31
|
+
screenId: screenIds.brand,
|
|
32
|
+
name: 'Brand',
|
|
33
|
+
content: graphicsDesignContent.brand,
|
|
34
|
+
}),
|
|
35
|
+
[screenIds.settings]: createStarterSettingsScreen({
|
|
36
|
+
idPrefix,
|
|
37
|
+
screenId: screenIds.settings,
|
|
38
|
+
name: 'Settings',
|
|
39
|
+
header: graphicsDesignContent.settings,
|
|
40
|
+
section: {
|
|
41
|
+
title: 'Review defaults',
|
|
42
|
+
description: 'Seed collaboration and export preferences for creative workflows.',
|
|
43
|
+
rows: [
|
|
44
|
+
{
|
|
45
|
+
id: 'exports-row',
|
|
46
|
+
title: 'Default exports',
|
|
47
|
+
description: 'Export PNG and SVG variants by default for handoff.',
|
|
48
|
+
meta: 'png+svg',
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
id: 'review-row',
|
|
52
|
+
title: 'Review mode',
|
|
53
|
+
description: 'New briefs require a review before marking final.',
|
|
54
|
+
meta: 'required',
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
id: 'auth-row',
|
|
58
|
+
title: 'Auth scope',
|
|
59
|
+
description: `${seed.categoryLabel} inherits the manifest infra auth setting.`,
|
|
60
|
+
meta: 'global',
|
|
61
|
+
},
|
|
62
|
+
],
|
|
63
|
+
},
|
|
64
|
+
}),
|
|
65
|
+
};
|
|
66
|
+
}
|
|
67
|
+
//# sourceMappingURL=screens.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"screens.js","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/graphics-design/screens.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,0BAA0B,EAAE,2BAA2B,EAAE,MAAM,iBAAiB,CAAC;AAE1F,OAAO,EAAE,qBAAqB,EAAE,MAAM,WAAW,CAAC;AAGlD,MAAM,UAAU,2BAA2B,CACzC,IAAkB,EAClB,QAAgB,EAChB,SAAkC;IAElC,OAAO;QACL,CAAC,SAAS,CAAC,SAAS,CAAC,EAAE,0BAA0B,CAAC;YAChD,QAAQ;YACR,QAAQ,EAAE,SAAS,CAAC,SAAS;YAC7B,IAAI,EAAE,WAAW;YACjB,OAAO,EAAE,qBAAqB,CAAC,SAAS;SACzC,CAAC;QACF,CAAC,SAAS,CAAC,MAAM,CAAC,EAAE,0BAA0B,CAAC;YAC7C,QAAQ;YACR,QAAQ,EAAE,SAAS,CAAC,MAAM;YAC1B,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE,qBAAqB,CAAC,MAAM;SACtC,CAAC;QACF,CAAC,SAAS,CAAC,MAAM,CAAC,EAAE,0BAA0B,CAAC;YAC7C,QAAQ;YACR,QAAQ,EAAE,SAAS,CAAC,MAAM;YAC1B,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE,qBAAqB,CAAC,MAAM;SACtC,CAAC;QACF,CAAC,SAAS,CAAC,OAAO,CAAC,EAAE,0BAA0B,CAAC;YAC9C,QAAQ;YACR,QAAQ,EAAE,SAAS,CAAC,OAAO;YAC3B,IAAI,EAAE,SAAS;YACf,OAAO,EAAE,qBAAqB,CAAC,OAAO;SACvC,CAAC;QACF,CAAC,SAAS,CAAC,KAAK,CAAC,EAAE,0BAA0B,CAAC;YAC5C,QAAQ;YACR,QAAQ,EAAE,SAAS,CAAC,KAAK;YACzB,IAAI,EAAE,OAAO;YACb,OAAO,EAAE,qBAAqB,CAAC,KAAK;SACrC,CAAC;QACF,CAAC,SAAS,CAAC,QAAQ,CAAC,EAAE,2BAA2B,CAAC;YAChD,QAAQ;YACR,QAAQ,EAAE,SAAS,CAAC,QAAQ;YAC5B,IAAI,EAAE,UAAU;YAChB,MAAM,EAAE,qBAAqB,CAAC,QAAQ;YACtC,OAAO,EAAE;gBACP,KAAK,EAAE,iBAAiB;gBACxB,WAAW,EAAE,mEAAmE;gBAChF,IAAI,EAAE;oBACJ;wBACE,EAAE,EAAE,aAAa;wBACjB,KAAK,EAAE,iBAAiB;wBACxB,WAAW,EAAE,qDAAqD;wBAClE,IAAI,EAAE,SAAS;qBAChB;oBACD;wBACE,EAAE,EAAE,YAAY;wBAChB,KAAK,EAAE,aAAa;wBACpB,WAAW,EAAE,mDAAmD;wBAChE,IAAI,EAAE,UAAU;qBACjB;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 kidsFamilyContent: {
|
|
2
|
+
readonly home: {
|
|
3
|
+
readonly eyebrow: "Family home";
|
|
4
|
+
readonly title: "Today for the family";
|
|
5
|
+
readonly description: "Seed a safe home surface with routines, reminders, and shared highlights.";
|
|
6
|
+
readonly sections: readonly [{
|
|
7
|
+
readonly title: "Daily highlights";
|
|
8
|
+
readonly description: "Model the blocks a parent and child might see first.";
|
|
9
|
+
readonly cards: readonly [{
|
|
10
|
+
readonly eyebrow: "Routine";
|
|
11
|
+
readonly title: "Morning checklist";
|
|
12
|
+
readonly description: "A placeholder for routine steps and completion progress.";
|
|
13
|
+
}, {
|
|
14
|
+
readonly eyebrow: "Reminder";
|
|
15
|
+
readonly title: "After school";
|
|
16
|
+
readonly description: "Reserve for pickup, activities, and family messages.";
|
|
17
|
+
}];
|
|
18
|
+
}];
|
|
19
|
+
};
|
|
20
|
+
readonly routines: {
|
|
21
|
+
readonly eyebrow: "Routines";
|
|
22
|
+
readonly title: "Schedules and checklists";
|
|
23
|
+
readonly description: "Keep predictable routines visible and easy to update.";
|
|
24
|
+
readonly sections: readonly [{
|
|
25
|
+
readonly title: "Routine templates";
|
|
26
|
+
readonly description: "Model routines without implementing calendar engines.";
|
|
27
|
+
readonly cards: readonly [{
|
|
28
|
+
readonly eyebrow: "Routine";
|
|
29
|
+
readonly title: "Bedtime";
|
|
30
|
+
readonly description: "A placeholder checklist with steps, rewards, and reminders.";
|
|
31
|
+
}, {
|
|
32
|
+
readonly eyebrow: "Routine";
|
|
33
|
+
readonly title: "Chores";
|
|
34
|
+
readonly description: "Reserve for rotating tasks and allowance tracking.";
|
|
35
|
+
}];
|
|
36
|
+
}];
|
|
37
|
+
};
|
|
38
|
+
readonly discover: {
|
|
39
|
+
readonly eyebrow: "Discovery";
|
|
40
|
+
readonly title: "Safe exploration";
|
|
41
|
+
readonly description: "Seed curated activities, stories, and kid-friendly modules.";
|
|
42
|
+
readonly sections: readonly [{
|
|
43
|
+
readonly title: "Curated picks";
|
|
44
|
+
readonly description: "Model discovery content with safety and age cues.";
|
|
45
|
+
readonly cards: readonly [{
|
|
46
|
+
readonly eyebrow: "Activity";
|
|
47
|
+
readonly title: "Craft ideas";
|
|
48
|
+
readonly description: "A placeholder for guided activities and supplies lists.";
|
|
49
|
+
}, {
|
|
50
|
+
readonly eyebrow: "Story";
|
|
51
|
+
readonly title: "Read together";
|
|
52
|
+
readonly description: "Reserve for family reading, audio stories, and favorites.";
|
|
53
|
+
}];
|
|
54
|
+
}];
|
|
55
|
+
};
|
|
56
|
+
readonly favorites: {
|
|
57
|
+
readonly eyebrow: "Favorites";
|
|
58
|
+
readonly title: "Saved activities";
|
|
59
|
+
readonly description: "Keep saved content easy to revisit across the family.";
|
|
60
|
+
readonly sections: readonly [{
|
|
61
|
+
readonly title: "Saved lists";
|
|
62
|
+
readonly description: "Model favorites and shared collections.";
|
|
63
|
+
readonly cards: readonly [{
|
|
64
|
+
readonly eyebrow: "Saved";
|
|
65
|
+
readonly title: "Weekend ideas";
|
|
66
|
+
readonly description: "A placeholder list for saved activities and places.";
|
|
67
|
+
}, {
|
|
68
|
+
readonly eyebrow: "Saved";
|
|
69
|
+
readonly title: "Meal helpers";
|
|
70
|
+
readonly description: "Reserve for family meal planning and grocery checklists.";
|
|
71
|
+
}];
|
|
72
|
+
}];
|
|
73
|
+
};
|
|
74
|
+
readonly parents: {
|
|
75
|
+
readonly eyebrow: "Parent controls";
|
|
76
|
+
readonly title: "Safety and account controls";
|
|
77
|
+
readonly description: "Model guardian settings and safety defaults before integrating auth/profile wiring.";
|
|
78
|
+
};
|
|
79
|
+
};
|
|
80
|
+
//# sourceMappingURL=content.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"content.d.ts","sourceRoot":"","sources":["../../../../../src/templates/starter/categories/kids-family/content.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmGpB,CAAC"}
|