@ankhorage/templates 9.1.4 → 9.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (20) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/templates/catalog.generated.d.ts.map +1 -1
  3. package/dist/templates/catalog.generated.js +9 -2
  4. package/dist/templates/catalog.generated.js.map +1 -1
  5. package/dist/templates/categories/education-learning/sharkprey/createAppManifest.d.ts +4 -0
  6. package/dist/templates/categories/education-learning/sharkprey/createAppManifest.d.ts.map +1 -0
  7. package/dist/templates/categories/education-learning/sharkprey/createAppManifest.js +1476 -0
  8. package/dist/templates/categories/education-learning/sharkprey/createAppManifest.js.map +1 -0
  9. package/package.json +4 -4
  10. package/src/templates/categories/education-learning/sharkprey/assets/images/sharkprey-logo.png +0 -0
  11. package/src/templates/categories/education-learning/sharkprey/assets/screens/01-splash.png +0 -0
  12. package/src/templates/categories/education-learning/sharkprey/assets/screens/02-onboarding.png +0 -0
  13. package/src/templates/categories/education-learning/sharkprey/assets/screens/03-training-setup.png +0 -0
  14. package/src/templates/categories/education-learning/sharkprey/assets/screens/04-decision-table.png +0 -0
  15. package/src/templates/categories/education-learning/sharkprey/assets/screens/05-answer-explanation.png +0 -0
  16. package/src/templates/categories/education-learning/sharkprey/assets/screens/06-session-summary.png +0 -0
  17. package/src/templates/categories/education-learning/sharkprey/assets/screens/07-hand-history.png +0 -0
  18. package/src/templates/categories/education-learning/sharkprey/assets/screens/08-stats.png +0 -0
  19. package/src/templates/categories/education-learning/sharkprey/assets/screens/09-learn.png +0 -0
  20. package/src/templates/categories/education-learning/sharkprey/assets/screens/10-settings.png +0 -0
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @ankhorage/templates
2
2
 
3
+ ## 9.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 5c167e5: Add the SharkPrey adaptive NLHE education template with ten mobile design-evidence screens and a bundled brand asset.
8
+
9
+ ## 9.1.5
10
+
11
+ ### Patch Changes
12
+
13
+ - 2d8dee0: Run the synchronized ZORA Designer catalog through its TypeScript entrypoint.
14
+
3
15
  ## 9.1.4
4
16
 
5
17
  ### Patch Changes
@@ -1 +1 @@
1
- {"version":3,"file":"catalog.generated.d.ts","sourceRoot":"","sources":["../../src/templates/catalog.generated.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAEpD,eAAO,MAAM,oBAAoB,EAAE,SAAS,kBAAkB,EAO7D,CAAC"}
1
+ {"version":3,"file":"catalog.generated.d.ts","sourceRoot":"","sources":["../../src/templates/catalog.generated.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAEpD,eAAO,MAAM,oBAAoB,EAAE,SAAS,kBAAkB,EAa7D,CAAC"}
@@ -1,10 +1,17 @@
1
- import createAppManifest0 from './categories/lifestyle/stillpath/createAppManifest';
1
+ import createAppManifest0 from './categories/education-learning/sharkprey/createAppManifest';
2
+ import createAppManifest1 from './categories/lifestyle/stillpath/createAppManifest';
2
3
  export const TEMPLATE_DEFINITIONS = [
4
+ {
5
+ category: 'education_learning',
6
+ slug: 'sharkprey',
7
+ sourceRoot: 'src/templates/categories/education-learning/sharkprey',
8
+ createAppManifest: createAppManifest0,
9
+ },
3
10
  {
4
11
  category: 'lifestyle',
5
12
  slug: 'stillpath',
6
13
  sourceRoot: 'src/templates/categories/lifestyle/stillpath',
7
- createAppManifest: createAppManifest0,
14
+ createAppManifest: createAppManifest1,
8
15
  },
9
16
  ];
10
17
  //# sourceMappingURL=catalog.generated.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"catalog.generated.js","sourceRoot":"","sources":["../../src/templates/catalog.generated.ts"],"names":[],"mappings":"AAAA,OAAO,kBAAkB,MAAM,oDAAoD,CAAC;AAIpF,MAAM,CAAC,MAAM,oBAAoB,GAAkC;IACjE;QACE,QAAQ,EAAE,WAAW;QACrB,IAAI,EAAE,WAAW;QACjB,UAAU,EAAE,8CAA8C;QAC1D,iBAAiB,EAAE,kBAAkB;KACtC;CACF,CAAC"}
1
+ {"version":3,"file":"catalog.generated.js","sourceRoot":"","sources":["../../src/templates/catalog.generated.ts"],"names":[],"mappings":"AAAA,OAAO,kBAAkB,MAAM,6DAA6D,CAAC;AAC7F,OAAO,kBAAkB,MAAM,oDAAoD,CAAC;AAIpF,MAAM,CAAC,MAAM,oBAAoB,GAAkC;IACjE;QACE,QAAQ,EAAE,oBAAoB;QAC9B,IAAI,EAAE,WAAW;QACjB,UAAU,EAAE,uDAAuD;QACnE,iBAAiB,EAAE,kBAAkB;KACtC;IACD;QACE,QAAQ,EAAE,WAAW;QACrB,IAAI,EAAE,WAAW;QACjB,UAAU,EAAE,8CAA8C;QAC1D,iBAAiB,EAAE,kBAAkB;KACtC;CACF,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { AppManifest } from '@ankhorage/contracts';
2
+ /*** Create the complete portable application manifest for this template. */
3
+ export default function createAppManifest(): AppManifest;
4
+ //# sourceMappingURL=createAppManifest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"createAppManifest.d.ts","sourceRoot":"","sources":["../../../../../src/templates/categories/education-learning/sharkprey/createAppManifest.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAy8CxD,4EAA4E;AAC5E,MAAM,CAAC,OAAO,UAAU,iBAAiB,IAAI,WAAW,CAEvD"}