@ankhorage/templates 9.1.3 → 9.1.4

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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @ankhorage/templates
2
2
 
3
+ ## 9.1.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 6da9e3b: Add the Stillpath lifestyle template reconstructed from ZORA Designer screen evidence, with bundled runtime imagery kept separate from the reference screens.
8
+
3
9
  ## 9.1.3
4
10
 
5
11
  ### Patch Changes
@@ -1 +1 @@
1
- {"version":3,"file":"catalog.generated.d.ts","sourceRoot":"","sources":["../../src/templates/catalog.generated.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAEpD,eAAO,MAAM,oBAAoB,EAAE,SAAS,kBAAkB,EAAO,CAAC"}
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,2 +1,10 @@
1
- export const TEMPLATE_DEFINITIONS = [];
1
+ import createAppManifest0 from './categories/lifestyle/stillpath/createAppManifest';
2
+ export const TEMPLATE_DEFINITIONS = [
3
+ {
4
+ category: 'lifestyle',
5
+ slug: 'stillpath',
6
+ sourceRoot: 'src/templates/categories/lifestyle/stillpath',
7
+ createAppManifest: createAppManifest0,
8
+ },
9
+ ];
2
10
  //# sourceMappingURL=catalog.generated.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"catalog.generated.js","sourceRoot":"","sources":["../../src/templates/catalog.generated.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,oBAAoB,GAAkC,EAAE,CAAC"}
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"}
@@ -0,0 +1,4 @@
1
+ import type { AppManifest } from '@ankhorage/contracts';
2
+ /*** Create the complete portable application manifest for the Stillpath lifestyle 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/lifestyle/stillpath/createAppManifest.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAo+BxD,+FAA+F;AAC/F,MAAM,CAAC,OAAO,UAAU,iBAAiB,IAAI,WAAW,CAEvD"}
@@ -0,0 +1,991 @@
1
+ const manifest = {
2
+ metadata: {
3
+ name: 'Stillpath',
4
+ slug: 'stillpath',
5
+ version: '1.0.0',
6
+ category: 'lifestyle',
7
+ themeId: 'stillpath',
8
+ },
9
+ themes: [
10
+ {
11
+ id: 'stillpath',
12
+ name: 'Stillpath',
13
+ light: {
14
+ primaryColor: '#9274A8',
15
+ harmony: 'analogous',
16
+ },
17
+ dark: {
18
+ primaryColor: '#C8B1D8',
19
+ harmony: 'analogous',
20
+ },
21
+ },
22
+ ],
23
+ activeThemeId: 'stillpath',
24
+ activeThemeMode: 'light',
25
+ media: {
26
+ assets: {
27
+ 'home-hero': {
28
+ id: 'home-hero',
29
+ name: 'Morning grounding sunrise',
30
+ kind: 'image',
31
+ source: {
32
+ kind: 'bundled',
33
+ path: 'assets/images/home-hero.webp',
34
+ },
35
+ contentType: 'image/webp',
36
+ metadata: {
37
+ width: 300,
38
+ height: 208,
39
+ },
40
+ },
41
+ 'ritual-hero': {
42
+ id: 'ritual-hero',
43
+ name: 'Morning ritual journal',
44
+ kind: 'image',
45
+ source: {
46
+ kind: 'bundled',
47
+ path: 'assets/images/ritual-hero.webp',
48
+ },
49
+ contentType: 'image/webp',
50
+ metadata: {
51
+ width: 300,
52
+ height: 254,
53
+ },
54
+ },
55
+ 'reflection-rest': {
56
+ id: 'reflection-rest',
57
+ name: 'Quiet morning reflection',
58
+ kind: 'image',
59
+ source: {
60
+ kind: 'bundled',
61
+ path: 'assets/images/reflection-rest.webp',
62
+ },
63
+ contentType: 'image/webp',
64
+ metadata: {
65
+ width: 195,
66
+ height: 138,
67
+ },
68
+ },
69
+ 'ocean-release': {
70
+ id: 'ocean-release',
71
+ name: 'Ocean release',
72
+ kind: 'image',
73
+ source: {
74
+ kind: 'bundled',
75
+ path: 'assets/images/ocean-release.webp',
76
+ },
77
+ contentType: 'image/webp',
78
+ metadata: {
79
+ width: 292,
80
+ height: 244,
81
+ },
82
+ },
83
+ },
84
+ },
85
+ infra: {
86
+ database: {
87
+ provider: 'supabase',
88
+ tier: 'dev',
89
+ },
90
+ storage: {
91
+ provider: 'auto',
92
+ buckets: ['media'],
93
+ },
94
+ secretStore: {
95
+ provider: 'supabase-vault',
96
+ },
97
+ deployment: {
98
+ target: 'minikube',
99
+ monitoring: false,
100
+ },
101
+ auth: {
102
+ provider: 'supabase',
103
+ scope: 'global',
104
+ flow: {
105
+ signInRoute: 'sign-in',
106
+ signUpRoute: 'sign-up',
107
+ signOutRoute: 'sign-out',
108
+ postSignInRoute: 'home',
109
+ unauthorizedRoute: 'sign-in',
110
+ },
111
+ signIn: {
112
+ identifiers: ['email'],
113
+ },
114
+ signUp: {
115
+ requiredFields: ['email', 'password'],
116
+ optionalFields: ['firstName', 'lastName'],
117
+ signUpPolicy: 'autoSignIn',
118
+ },
119
+ profile: {
120
+ fields: ['email', 'firstName', 'lastName'],
121
+ },
122
+ },
123
+ networking: {
124
+ cdn: false,
125
+ },
126
+ modules: [],
127
+ },
128
+ navigator: {
129
+ type: 'tabs',
130
+ initialRouteName: 'home',
131
+ routes: [
132
+ {
133
+ name: 'home',
134
+ label: 'Home',
135
+ icon: {
136
+ name: 'home-outline',
137
+ provider: 'Ionicons',
138
+ },
139
+ screenId: 'stillpath-home',
140
+ },
141
+ {
142
+ name: 'journal',
143
+ label: 'Journal',
144
+ icon: {
145
+ name: 'book-outline',
146
+ provider: 'Ionicons',
147
+ },
148
+ screenId: 'stillpath-journal',
149
+ },
150
+ {
151
+ name: 'rituals',
152
+ label: 'Rituals',
153
+ icon: {
154
+ name: 'leaf-outline',
155
+ provider: 'Ionicons',
156
+ },
157
+ screenId: 'stillpath-rituals',
158
+ },
159
+ {
160
+ name: 'profile',
161
+ label: 'Profile',
162
+ icon: {
163
+ name: 'person-outline',
164
+ provider: 'Ionicons',
165
+ },
166
+ screenId: 'stillpath-profile',
167
+ },
168
+ ],
169
+ },
170
+ screens: {
171
+ 'stillpath-home': {
172
+ id: 'stillpath-home',
173
+ name: 'Home',
174
+ title: 'Home',
175
+ description: 'Home dashboard reconstructed from assets/screens/home.webp. Save-for-later remains visibly unbound until a persistence action is owned by Contracts.',
176
+ root: {
177
+ id: 'stillpath-home-root',
178
+ type: 'Screen',
179
+ style: {
180
+ padding: 24,
181
+ gap: 20,
182
+ },
183
+ children: [
184
+ {
185
+ id: 'home-greeting',
186
+ type: 'Text',
187
+ props: {
188
+ text: 'Good morning, Fabio',
189
+ variant: 'label',
190
+ emphasis: 'muted',
191
+ },
192
+ },
193
+ {
194
+ id: 'home-brand',
195
+ type: 'Heading',
196
+ props: {
197
+ text: 'Stillpath',
198
+ level: 1,
199
+ size: 'display',
200
+ },
201
+ },
202
+ {
203
+ id: 'home-subtitle',
204
+ type: 'Text',
205
+ props: {
206
+ text: 'A gentle ritual for today',
207
+ variant: 'lead',
208
+ emphasis: 'muted',
209
+ },
210
+ },
211
+ {
212
+ id: 'home-hero-card',
213
+ type: 'Card',
214
+ props: {
215
+ title: 'Morning Grounding',
216
+ tone: 'subtle',
217
+ description: 'Set a calm foundation and move through your day with presence.',
218
+ },
219
+ style: {
220
+ borderRadius: 24,
221
+ },
222
+ children: [
223
+ {
224
+ id: 'home-hero-image',
225
+ type: 'Image',
226
+ props: {
227
+ source: {
228
+ mediaId: 'home-hero',
229
+ },
230
+ alt: 'Person meditating at sunrise',
231
+ },
232
+ style: {
233
+ width: '100%',
234
+ height: 220,
235
+ borderRadius: 24,
236
+ },
237
+ },
238
+ {
239
+ id: 'home-begin',
240
+ type: 'Button',
241
+ props: {
242
+ children: 'Begin ritual',
243
+ variant: 'solid',
244
+ size: 'l',
245
+ onPress: {
246
+ type: 'navigate',
247
+ payload: {
248
+ route: 'rituals',
249
+ },
250
+ },
251
+ },
252
+ },
253
+ {
254
+ id: 'home-save',
255
+ type: 'Button',
256
+ props: {
257
+ children: 'Save for later',
258
+ variant: 'outline',
259
+ size: 'l',
260
+ },
261
+ },
262
+ ],
263
+ },
264
+ {
265
+ id: 'home-today',
266
+ type: 'Heading',
267
+ props: {
268
+ text: 'Today',
269
+ level: 2,
270
+ size: 'h3',
271
+ },
272
+ },
273
+ {
274
+ id: 'home-today-row',
275
+ type: 'Box',
276
+ style: {
277
+ gap: 12,
278
+ flexDirection: 'row',
279
+ flexWrap: 'wrap',
280
+ },
281
+ children: [
282
+ {
283
+ id: 'home-mood',
284
+ type: 'Card',
285
+ props: {
286
+ title: 'Mood check-in',
287
+ tone: 'subtle',
288
+ description: 'Pause and notice how you’re feeling. · 2 min',
289
+ },
290
+ style: {
291
+ borderRadius: 24,
292
+ },
293
+ },
294
+ {
295
+ id: 'home-breath',
296
+ type: 'Card',
297
+ props: {
298
+ title: 'Breath practice',
299
+ tone: 'subtle',
300
+ description: 'Three mindful minutes to reset and breathe. · 3 min',
301
+ },
302
+ style: {
303
+ borderRadius: 24,
304
+ },
305
+ },
306
+ ],
307
+ },
308
+ {
309
+ id: 'home-explore',
310
+ type: 'Heading',
311
+ props: {
312
+ text: 'Explore',
313
+ level: 2,
314
+ size: 'h3',
315
+ },
316
+ },
317
+ {
318
+ id: 'home-explore-row',
319
+ type: 'Box',
320
+ style: {
321
+ gap: 12,
322
+ flexDirection: 'row',
323
+ flexWrap: 'wrap',
324
+ },
325
+ children: [
326
+ {
327
+ id: 'home-sleep',
328
+ type: 'Card',
329
+ props: {
330
+ title: 'Sleep',
331
+ tone: 'subtle',
332
+ description: 'Rest deeply and wake restored.',
333
+ },
334
+ style: {
335
+ borderRadius: 24,
336
+ },
337
+ },
338
+ {
339
+ id: 'home-focus',
340
+ type: 'Card',
341
+ props: {
342
+ title: 'Focus',
343
+ tone: 'subtle',
344
+ description: 'Cultivate clarity and steady attention.',
345
+ },
346
+ style: {
347
+ borderRadius: 24,
348
+ },
349
+ },
350
+ {
351
+ id: 'home-release',
352
+ type: 'Card',
353
+ props: {
354
+ title: 'Release',
355
+ tone: 'subtle',
356
+ description: 'Let go, soften, and create space.',
357
+ },
358
+ style: {
359
+ borderRadius: 24,
360
+ },
361
+ },
362
+ ],
363
+ },
364
+ {
365
+ id: 'home-kournal',
366
+ type: 'Button',
367
+ props: {
368
+ children: 'Open journal',
369
+ variant: 'ghost',
370
+ size: 'l',
371
+ onPress: {
372
+ type: 'navigate',
373
+ payload: {
374
+ route: 'journal',
375
+ },
376
+ },
377
+ },
378
+ },
379
+ ],
380
+ },
381
+ },
382
+ 'stillpath-journal': {
383
+ id: 'stillpath-journal',
384
+ name: 'Journal',
385
+ title: 'Journal',
386
+ description: 'Journal reconstructed from assets/screens/journal.webp. Photo and voice capture controls remain visible but unbound until media capture actions exist.',
387
+ root: {
388
+ id: 'stillpath-journal-root',
389
+ type: 'Screen',
390
+ style: {
391
+ padding: 24,
392
+ gap: 20,
393
+ },
394
+ children: [
395
+ {
396
+ id: 'journal-brand',
397
+ type: 'Heading',
398
+ props: {
399
+ text: 'Journal',
400
+ level: 1,
401
+ size: 'display',
402
+ },
403
+ },
404
+ {
405
+ id: 'journal-intro',
406
+ type: 'Text',
407
+ props: {
408
+ text: 'Notice what is present and give it words.',
409
+ variant: 'lead',
410
+ emphasis: 'muted',
411
+ },
412
+ },
413
+ {
414
+ id: 'journal-moods',
415
+ type: 'Box',
416
+ style: {
417
+ gap: 8,
418
+ flexDirection: 'row',
419
+ flexWrap: 'wrap',
420
+ },
421
+ children: [
422
+ {
423
+ id: 'journal-mood-calm',
424
+ type: 'Button',
425
+ props: {
426
+ children: 'Calm',
427
+ variant: 'soft',
428
+ size: 'm',
429
+ },
430
+ },
431
+ {
432
+ id: 'journal-mood-heavy',
433
+ type: 'Button',
434
+ props: {
435
+ children: 'Heavy',
436
+ variant: 'outline',
437
+ size: 'm',
438
+ },
439
+ },
440
+ {
441
+ id: 'journal-mood-grateful',
442
+ type: 'Button',
443
+ props: {
444
+ children: 'Grateful',
445
+ variant: 'outline',
446
+ size: 'm',
447
+ },
448
+ },
449
+ {
450
+ id: 'journal-mood-restless',
451
+ type: 'Button',
452
+ props: {
453
+ children: 'Restless',
454
+ variant: 'outline',
455
+ size: 'm',
456
+ },
457
+ },
458
+ ],
459
+ },
460
+ {
461
+ id: 'journal-prompt',
462
+ type: 'Card',
463
+ props: {
464
+ title: 'What would feel supportive today?',
465
+ tone: 'subtle',
466
+ description: 'There’s no right or wrong answer.',
467
+ },
468
+ style: {
469
+ borderRadius: 24,
470
+ },
471
+ },
472
+ {
473
+ id: 'journal-entry',
474
+ type: 'Textarea',
475
+ props: {
476
+ value: 'This morning feels quiet and spacious.\n\nI’m grateful for the slow start and the sunlight coming through the window.\n\nI want to be present with what matters and let go of what doesn’t.',
477
+ size: 'l',
478
+ },
479
+ style: {
480
+ minHeight: 240,
481
+ borderRadius: 24,
482
+ },
483
+ },
484
+ {
485
+ id: 'journal-capture',
486
+ type: 'Box',
487
+ style: {
488
+ gap: 12,
489
+ flexDirection: 'row',
490
+ flexWrap: 'wrap',
491
+ },
492
+ children: [
493
+ {
494
+ id: 'journal-add-photo',
495
+ type: 'Button',
496
+ props: {
497
+ children: 'Add photo',
498
+ variant: 'outline',
499
+ size: 'l',
500
+ },
501
+ },
502
+ {
503
+ id: 'journal-voice',
504
+ type: 'Button',
505
+ props: {
506
+ children: 'Voice note',
507
+ variant: 'outline',
508
+ size: 'l',
509
+ },
510
+ },
511
+ ],
512
+ },
513
+ {
514
+ id: 'journal-recent',
515
+ type: 'Heading',
516
+ props: {
517
+ text: 'Recent reflections',
518
+ level: 2,
519
+ size: 'h3',
520
+ },
521
+ },
522
+ {
523
+ id: 'journal-reflection',
524
+ type: 'Card',
525
+ props: {
526
+ title: 'A well-earned rest',
527
+ tone: 'subtle',
528
+ description: 'A gentle reminder that rest is productive too. I’m learning to slow down with more trust.',
529
+ },
530
+ style: {
531
+ borderRadius: 24,
532
+ },
533
+ children: [
534
+ {
535
+ id: 'journal-reflection-image',
536
+ type: 'Image',
537
+ props: {
538
+ source: {
539
+ mediaId: 'reflection-rest',
540
+ },
541
+ alt: 'Cup on a soft blanket by a window',
542
+ },
543
+ style: {
544
+ width: '100%',
545
+ height: 160,
546
+ borderRadius: 24,
547
+ },
548
+ },
549
+ ],
550
+ },
551
+ ],
552
+ },
553
+ },
554
+ 'stillpath-rituals': {
555
+ id: 'stillpath-rituals',
556
+ name: 'Rituals',
557
+ title: 'Rituals',
558
+ description: 'Ritual detail reconstructed from assets/screens/rituals.webp. Session start and saving remain visibly unbound until those owner actions exist.',
559
+ root: {
560
+ id: 'stillpath-rituals-root',
561
+ type: 'Screen',
562
+ style: {
563
+ padding: 24,
564
+ gap: 16,
565
+ },
566
+ children: [
567
+ {
568
+ id: 'ritual-title',
569
+ type: 'Heading',
570
+ props: {
571
+ text: 'Rituals',
572
+ level: 1,
573
+ size: 'display',
574
+ },
575
+ },
576
+ {
577
+ id: 'ritual-hero',
578
+ type: 'Image',
579
+ props: {
580
+ source: {
581
+ mediaId: 'ritual-hero',
582
+ },
583
+ alt: 'Sunrise with a journal, cup and soft blanket',
584
+ },
585
+ style: {
586
+ width: '100%',
587
+ height: 280,
588
+ borderRadius: 24,
589
+ },
590
+ },
591
+ {
592
+ id: 'ritual-name',
593
+ type: 'Heading',
594
+ props: {
595
+ text: 'Morning Grounding',
596
+ level: 2,
597
+ size: 'h1',
598
+ },
599
+ },
600
+ {
601
+ id: 'ritual-description',
602
+ type: 'Text',
603
+ props: {
604
+ text: 'A simple morning ritual to help you slow down, connect with your breath, and set a grounded intention for the day.',
605
+ variant: 'lead',
606
+ },
607
+ },
608
+ {
609
+ id: 'ritual-meta',
610
+ type: 'Box',
611
+ style: {
612
+ gap: 8,
613
+ flexDirection: 'row',
614
+ flexWrap: 'wrap',
615
+ },
616
+ children: [
617
+ {
618
+ id: 'ritual-meta-time',
619
+ type: 'Card',
620
+ props: {
621
+ title: '7 min',
622
+ tone: 'subtle',
623
+ },
624
+ style: {
625
+ borderRadius: 24,
626
+ },
627
+ },
628
+ {
629
+ id: 'ritual-meta-level',
630
+ type: 'Card',
631
+ props: {
632
+ title: 'Beginner',
633
+ tone: 'subtle',
634
+ },
635
+ style: {
636
+ borderRadius: 24,
637
+ },
638
+ },
639
+ {
640
+ id: 'ritual-meta-audio',
641
+ type: 'Card',
642
+ props: {
643
+ title: 'Audio guided',
644
+ tone: 'subtle',
645
+ },
646
+ style: {
647
+ borderRadius: 24,
648
+ },
649
+ },
650
+ ],
651
+ },
652
+ {
653
+ id: 'ritual-steps',
654
+ type: 'Heading',
655
+ props: {
656
+ text: 'Steps',
657
+ level: 2,
658
+ size: 'h3',
659
+ },
660
+ },
661
+ {
662
+ id: 'ritual-step-1',
663
+ type: 'Card',
664
+ props: {
665
+ title: '1 · Arrive',
666
+ tone: 'subtle',
667
+ description: 'Settle in a comfortable position and take a moment to arrive in your body.',
668
+ },
669
+ style: {
670
+ borderRadius: 24,
671
+ },
672
+ },
673
+ {
674
+ id: 'ritual-step-2',
675
+ type: 'Card',
676
+ props: {
677
+ title: '2 · Breathe',
678
+ tone: 'subtle',
679
+ description: 'Follow the breath with gentle awareness and soften any tension.',
680
+ },
681
+ style: {
682
+ borderRadius: 24,
683
+ },
684
+ },
685
+ {
686
+ id: 'ritual-step-3',
687
+ type: 'Card',
688
+ props: {
689
+ title: '3 · Intention',
690
+ tone: 'subtle',
691
+ description: 'Invite a grounding intention to guide your mind and heart today.',
692
+ },
693
+ style: {
694
+ borderRadius: 24,
695
+ },
696
+ },
697
+ {
698
+ id: 'ritual-step-4',
699
+ type: 'Card',
700
+ props: {
701
+ title: '4 · Close',
702
+ tone: 'subtle',
703
+ description: 'Take one more deep breath and move forward with presence.',
704
+ },
705
+ style: {
706
+ borderRadius: 24,
707
+ },
708
+ },
709
+ {
710
+ id: 'ritual-start',
711
+ type: 'Button',
712
+ props: {
713
+ children: 'Start session',
714
+ variant: 'solid',
715
+ size: 'l',
716
+ },
717
+ },
718
+ {
719
+ id: 'ritual-save',
720
+ type: 'Button',
721
+ props: {
722
+ children: 'Save ritual',
723
+ variant: 'outline',
724
+ size: 'l',
725
+ },
726
+ },
727
+ ],
728
+ },
729
+ },
730
+ 'stillpath-profile': {
731
+ id: 'stillpath-profile',
732
+ name: 'Profile',
733
+ title: 'Profile',
734
+ description: 'Profile reconstructed from assets/screens/profile.webp. Notification and reminder editing remain represented but unbound until those actions exist.',
735
+ root: {
736
+ id: 'stillpath-profile-root',
737
+ type: 'Screen',
738
+ style: {
739
+ padding: 24,
740
+ gap: 20,
741
+ },
742
+ children: [
743
+ {
744
+ id: 'profile-greeting',
745
+ type: 'Text',
746
+ props: {
747
+ text: 'Good morning, Fabio',
748
+ variant: 'label',
749
+ emphasis: 'muted',
750
+ },
751
+ },
752
+ {
753
+ id: 'profile-name',
754
+ type: 'Heading',
755
+ props: {
756
+ text: 'Fabio',
757
+ level: 1,
758
+ size: 'display',
759
+ },
760
+ },
761
+ {
762
+ id: 'profile-subtitle',
763
+ type: 'Text',
764
+ props: {
765
+ text: '7-day return to stillness',
766
+ variant: 'lead',
767
+ emphasis: 'muted',
768
+ },
769
+ },
770
+ {
771
+ id: 'profile-progress',
772
+ type: 'Card',
773
+ props: {
774
+ title: 'You’re building a beautiful habit.',
775
+ tone: 'subtle',
776
+ description: 'Small moments. Lasting change.',
777
+ },
778
+ style: {
779
+ borderRadius: 24,
780
+ },
781
+ children: [
782
+ {
783
+ id: 'profile-progress-ring',
784
+ type: 'ProgressRing',
785
+ props: {
786
+ value: 78,
787
+ max: 100,
788
+ centerValue: '78%',
789
+ centerLabel: 'This week',
790
+ accessibilityLabel: 'Weekly practice progress',
791
+ accessibilityValueText: '78 percent this week',
792
+ color: 'primary',
793
+ trackColor: 'neutral',
794
+ size: 168,
795
+ thickness: 12,
796
+ },
797
+ },
798
+ {
799
+ id: 'profile-streak',
800
+ type: 'Text',
801
+ props: {
802
+ text: 'Current streak · 7 days',
803
+ },
804
+ },
805
+ {
806
+ id: 'profile-minutes',
807
+ type: 'Text',
808
+ props: {
809
+ text: 'Minutes practiced · 126 min',
810
+ },
811
+ },
812
+ {
813
+ id: 'profile-days',
814
+ type: 'Text',
815
+ props: {
816
+ text: 'Journal days · 5 days',
817
+ },
818
+ },
819
+ {
820
+ id: 'profile-motto',
821
+ type: 'Text',
822
+ props: {
823
+ text: 'Small moments. Lasting change.',
824
+ variant: 'caption',
825
+ emphasis: 'muted',
826
+ },
827
+ },
828
+ ],
829
+ },
830
+ {
831
+ id: 'profile-saved',
832
+ type: 'Heading',
833
+ props: {
834
+ text: 'Saved collections',
835
+ level: 2,
836
+ size: 'h3',
837
+ },
838
+ },
839
+ {
840
+ id: 'profile-saved-row',
841
+ type: 'Box',
842
+ style: {
843
+ gap: 12,
844
+ flexDirection: 'row',
845
+ flexWrap: 'wrap',
846
+ },
847
+ children: [
848
+ {
849
+ id: 'profile-evening',
850
+ type: 'Card',
851
+ props: {
852
+ title: 'Evening reset',
853
+ tone: 'subtle',
854
+ description: 'Wind down and let go',
855
+ },
856
+ style: {
857
+ borderRadius: 24,
858
+ },
859
+ children: [
860
+ {
861
+ id: 'profile-evening-image',
862
+ type: 'Image',
863
+ props: {
864
+ source: {
865
+ mediaId: 'reflection-rest',
866
+ },
867
+ alt: 'Candle-like quiet evening still life',
868
+ },
869
+ style: {
870
+ width: '100%',
871
+ height: 160,
872
+ borderRadius: 24,
873
+ },
874
+ },
875
+ ],
876
+ },
877
+ {
878
+ id: 'profile-ocean',
879
+ type: 'Card',
880
+ props: {
881
+ title: 'Ocean release',
882
+ tone: 'subtle',
883
+ description: 'Release tension and soften',
884
+ },
885
+ style: {
886
+ borderRadius: 24,
887
+ },
888
+ children: [
889
+ {
890
+ id: 'profile-ocean-image',
891
+ type: 'Image',
892
+ props: {
893
+ source: {
894
+ mediaId: 'ocean-release',
895
+ },
896
+ alt: 'Ocean shoreline at sunset',
897
+ },
898
+ style: {
899
+ width: '100%',
900
+ height: 160,
901
+ borderRadius: 24,
902
+ },
903
+ },
904
+ ],
905
+ },
906
+ ],
907
+ },
908
+ {
909
+ id: 'profile-preferences',
910
+ type: 'Heading',
911
+ props: {
912
+ text: 'Preferences',
913
+ level: 2,
914
+ size: 'h3',
915
+ },
916
+ },
917
+ {
918
+ id: 'profile-theme',
919
+ type: 'Card',
920
+ props: {
921
+ title: 'Theme',
922
+ tone: 'subtle',
923
+ description: 'Light / dark',
924
+ },
925
+ style: {
926
+ borderRadius: 24,
927
+ },
928
+ children: [
929
+ {
930
+ id: 'profile-theme-toggle',
931
+ type: 'Button',
932
+ props: {
933
+ children: 'Toggle theme',
934
+ variant: 'soft',
935
+ size: 'l',
936
+ onPress: {
937
+ type: 'toggleDarkMode',
938
+ },
939
+ },
940
+ },
941
+ ],
942
+ },
943
+ {
944
+ id: 'profile-notifications',
945
+ type: 'Card',
946
+ props: {
947
+ title: 'Notifications',
948
+ tone: 'subtle',
949
+ description: 'Gentle',
950
+ },
951
+ style: {
952
+ borderRadius: 24,
953
+ },
954
+ },
955
+ {
956
+ id: 'profile-reminder',
957
+ type: 'Card',
958
+ props: {
959
+ title: 'Daily reminder',
960
+ tone: 'subtle',
961
+ description: '8:00 AM',
962
+ },
963
+ style: {
964
+ borderRadius: 24,
965
+ },
966
+ },
967
+ {
968
+ id: 'profile-note',
969
+ type: 'Text',
970
+ props: {
971
+ text: 'Consistency is kind. Show up gently.',
972
+ variant: 'caption',
973
+ emphasis: 'muted',
974
+ },
975
+ },
976
+ ],
977
+ },
978
+ },
979
+ },
980
+ settings: {
981
+ localization: {
982
+ defaultLocale: 'en',
983
+ locales: ['en'],
984
+ },
985
+ },
986
+ };
987
+ /*** Create the complete portable application manifest for the Stillpath lifestyle template. */
988
+ export default function createAppManifest() {
989
+ return structuredClone(manifest);
990
+ }
991
+ //# sourceMappingURL=createAppManifest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"createAppManifest.js","sourceRoot":"","sources":["../../../../../src/templates/categories/lifestyle/stillpath/createAppManifest.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ankhorage/templates",
3
- "version": "9.1.3",
3
+ "version": "9.1.4",
4
4
  "description": "Portable Ankhorage app templates, presets, and manifest authoring helpers.",
5
5
  "homepage": "https://github.com/ankhorage/templates#readme",
6
6
  "bugs": {