appostle-installer 0.0.86 → 0.0.87

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 (46) hide show
  1. package/package.json +1 -1
  2. package/dist/appostle-system-prompt.md +0 -28
  3. package/dist/assets/silero_vad.onnx +0 -0
  4. package/dist/mcp-server-templates/adb-illustrator.json +0 -4
  5. package/dist/mcp-server-templates/adb-indesign.json +0 -3
  6. package/dist/mcp-server-templates/adb-photoshop.json +0 -4
  7. package/dist/mcp-server-templates/adb-premiere.json +0 -4
  8. package/dist/mcp-server-templates/better-auth.json +0 -4
  9. package/dist/mcp-server-templates/blender.json +0 -4
  10. package/dist/mcp-server-templates/figma.json +0 -4
  11. package/dist/mcp-server-templates/google.json +0 -8
  12. package/dist/mcp-server-templates/gsap-master.json +0 -4
  13. package/dist/mcp-server-templates/playwright.json +0 -10
  14. package/dist/role-templates/animator/gsap-v1.1.md +0 -348
  15. package/dist/role-templates/architect/website-architect-v2.md +0 -276
  16. package/dist/role-templates/builder/astro-website-v2.md +0 -827
  17. package/dist/role-templates/builder/astro-website-v2.md.bak-prophet +0 -826
  18. package/dist/role-templates/builder/nextjs-website-v2.md +0 -804
  19. package/dist/role-templates/builder/nextjs-website-v3.md +0 -953
  20. package/dist/role-templates/documenter/feature-screenshots-v1.md +0 -218
  21. package/dist/role-templates/onboarding/website-marketing.md +0 -275
  22. package/dist/role-templates/photographer/freepik-mystic-v1.md +0 -369
  23. package/dist/role-templates/scraper/website-via-source-v2.md +0 -775
  24. package/dist/role-templates/scraper/website-via-url-v2.md +0 -1120
  25. package/dist/schema-templates/animations.md +0 -3833
  26. package/dist/schema-templates/buttons.md +0 -541
  27. package/dist/schema-templates/colors.md +0 -178
  28. package/dist/schema-templates/icons.md +0 -45
  29. package/dist/schema-templates/layout.md +0 -8
  30. package/dist/schema-templates/logo.md +0 -68
  31. package/dist/schema-templates/motion.md +0 -53
  32. package/dist/schema-templates/photography.md +0 -144
  33. package/dist/schema-templates/prose/animations.md +0 -3833
  34. package/dist/schema-templates/prose/layout.md +0 -7
  35. package/dist/schema-templates/prose/photography.md +0 -144
  36. package/dist/schema-templates/prose/voice.md +0 -28
  37. package/dist/schema-templates/shadows.md +0 -38
  38. package/dist/schema-templates/shapes.md +0 -15
  39. package/dist/schema-templates/spacing.md +0 -102
  40. package/dist/schema-templates/tokens.json +0 -770
  41. package/dist/schema-templates/typography.md +0 -379
  42. package/dist/schema-templates/voice.md +0 -28
  43. package/dist/shell-integration/zsh/.zshenv +0 -17
  44. package/dist/shell-integration/zsh/appostle-integration.zsh +0 -17
  45. package/dist/worker.js +0 -219557
  46. package/dist/worker.js.map +0 -7
@@ -1,770 +0,0 @@
1
- {
2
- "$metadata": {
3
- "source": "appostle brand system",
4
- "version": "1.0.0",
5
- "date": "TEMPLATE",
6
- "spec": "W3C Design Tokens Community Group (DTCG) draft",
7
- "extensions-namespace": "ohlord.appostle"
8
- },
9
-
10
- "color": {
11
- "$description": "Layer 1 — dynamic list of brand primitives. Each entry is a kebab-case slug under `color.*`, either `$type: color` (hex) or `$type: gradient` (CSS gradient string). Semantic tokens in token.* may reference these.",
12
- "primary": {
13
- "$type": "color",
14
- "$value": "",
15
- "$description": "Primary brand color.",
16
- "$extensions": {
17
- "ohlord": {
18
- "appostle": { "weight": 0 }
19
- }
20
- }
21
- },
22
- "secondary": {
23
- "$type": "color",
24
- "$value": "",
25
- "$description": "Secondary brand color.",
26
- "$extensions": {
27
- "ohlord": {
28
- "appostle": { "weight": 0 }
29
- }
30
- }
31
- },
32
- "hero-gradient": {
33
- "$type": "gradient",
34
- "$value": "",
35
- "$description": "Hero gradient — used on landing surfaces.",
36
- "$extensions": {
37
- "ohlord": {
38
- "appostle": { "weight": 0 }
39
- }
40
- }
41
- }
42
- },
43
-
44
- "token": {
45
- "$description": "Layer 2 — semantic design tokens.",
46
-
47
- "bg": {
48
- "$description": "Background surface tokens.",
49
- "base": {
50
- "$type": "color",
51
- "$value": "",
52
- "$description": "Base background — deepest surface.",
53
- "$extensions": { "ohlord": { "appostle": { "locked": false } } }
54
- },
55
- "surface": {
56
- "$type": "color",
57
- "$value": "",
58
- "$description": "Slightly elevated surface — cards, panels."
59
- },
60
- "elevated": {
61
- "$type": "color",
62
- "$value": "",
63
- "$description": "Most elevated surface — modals, dropdowns."
64
- },
65
- "inverted": {
66
- "$type": "color",
67
- "$value": "",
68
- "$description": "High-contrast inversion surface."
69
- }
70
- },
71
-
72
- "fg": {
73
- "$description": "Foreground / text color tokens.",
74
- "primary": {
75
- "$type": "color",
76
- "$value": "",
77
- "$description": "Primary text."
78
- },
79
- "secondary": {
80
- "$type": "color",
81
- "$value": "",
82
- "$description": "Secondary text — muted but readable."
83
- },
84
- "muted": {
85
- "$type": "color",
86
- "$value": "",
87
- "$description": "Muted text — hints, placeholders."
88
- },
89
- "subtle": {
90
- "$type": "color",
91
- "$value": "",
92
- "$description": "Subtle text — disabled states."
93
- },
94
- "inverted": {
95
- "$type": "color",
96
- "$value": "",
97
- "$description": "Text on inverted surfaces."
98
- }
99
- },
100
-
101
- "accent": {
102
- "$description": "Interactive accent color tokens.",
103
- "base": {
104
- "$type": "color",
105
- "$value": "",
106
- "$description": "Accent base — used for interactive highlights."
107
- },
108
- "fg": {
109
- "$type": "color",
110
- "$value": "",
111
- "$description": "Foreground on accent-colored surfaces."
112
- },
113
- "hover": {
114
- "$type": "color",
115
- "$value": "",
116
- "$description": "Accent on hover."
117
- },
118
- "active": {
119
- "$type": "color",
120
- "$value": "",
121
- "$description": "Accent on press."
122
- },
123
- "subtle": {
124
- "$type": "color",
125
- "$value": "",
126
- "$description": "Soft accent — backgrounds, badges."
127
- }
128
- },
129
-
130
- "border": {
131
- "$description": "Border color tokens.",
132
- "default": {
133
- "$type": "color",
134
- "$value": "",
135
- "$description": "Default border."
136
- },
137
- "subtle": {
138
- "$type": "color",
139
- "$value": "",
140
- "$description": "Subtle border."
141
- },
142
- "strong": {
143
- "$type": "color",
144
- "$value": "",
145
- "$description": "Strong border."
146
- }
147
- },
148
-
149
- "status": {
150
- "$description": "Semantic status communication tokens.",
151
- "success": { "$type": "color", "$value": "" },
152
- "success-fg": { "$type": "color", "$value": "" },
153
- "warning": { "$type": "color", "$value": "" },
154
- "warning-fg": { "$type": "color", "$value": "" },
155
- "danger": { "$type": "color", "$value": "" },
156
- "danger-fg": { "$type": "color", "$value": "" },
157
- "info": { "$type": "color", "$value": "" },
158
- "info-fg": { "$type": "color", "$value": "" }
159
- },
160
-
161
- "h1": {
162
- "family": { "$type": "string", "$value": "" },
163
- "weight": { "$type": "string", "$value": "" },
164
- "size": { "$type": "dimension", "$value": "" },
165
- "lineHeight": { "$type": "number", "$value": 0 },
166
- "letterSpacing": { "$type": "dimension", "$value": "" }
167
- },
168
- "h2": {
169
- "family": { "$type": "string", "$value": "" },
170
- "weight": { "$type": "string", "$value": "" },
171
- "size": { "$type": "dimension", "$value": "" },
172
- "lineHeight": { "$type": "number", "$value": 0 },
173
- "letterSpacing": { "$type": "dimension", "$value": "" }
174
- },
175
- "h3": {
176
- "family": { "$type": "string", "$value": "" },
177
- "weight": { "$type": "string", "$value": "" },
178
- "size": { "$type": "dimension", "$value": "" },
179
- "lineHeight": { "$type": "number", "$value": 0 },
180
- "letterSpacing": { "$type": "dimension", "$value": "" }
181
- },
182
- "h4": {
183
- "family": { "$type": "string", "$value": "" },
184
- "weight": { "$type": "string", "$value": "" },
185
- "size": { "$type": "dimension", "$value": "" },
186
- "lineHeight": { "$type": "number", "$value": 0 },
187
- "letterSpacing": { "$type": "dimension", "$value": "" }
188
- },
189
- "h5": {
190
- "family": { "$type": "string", "$value": "" },
191
- "weight": { "$type": "string", "$value": "" },
192
- "size": { "$type": "dimension", "$value": "" },
193
- "lineHeight": { "$type": "number", "$value": 0 },
194
- "letterSpacing": { "$type": "dimension", "$value": "" }
195
- },
196
- "h6": {
197
- "family": { "$type": "string", "$value": "" },
198
- "weight": { "$type": "string", "$value": "" },
199
- "size": { "$type": "dimension", "$value": "" },
200
- "lineHeight": { "$type": "number", "$value": 0 },
201
- "letterSpacing": { "$type": "dimension", "$value": "" }
202
- },
203
- "body-base": {
204
- "family": { "$type": "string", "$value": "" },
205
- "weight": { "$type": "string", "$value": "" },
206
- "size": { "$type": "dimension", "$value": "" },
207
- "lineHeight": { "$type": "number", "$value": 0 },
208
- "letterSpacing": { "$type": "dimension", "$value": "" }
209
- },
210
- "body-small": {
211
- "family": { "$type": "string", "$value": "" },
212
- "weight": { "$type": "string", "$value": "" },
213
- "size": { "$type": "dimension", "$value": "" },
214
- "lineHeight": { "$type": "number", "$value": 0 },
215
- "letterSpacing": { "$type": "dimension", "$value": "" }
216
- },
217
- "caption": {
218
- "family": { "$type": "string", "$value": "" },
219
- "weight": { "$type": "string", "$value": "" },
220
- "size": { "$type": "dimension", "$value": "" },
221
- "lineHeight": { "$type": "number", "$value": 0 },
222
- "letterSpacing": { "$type": "dimension", "$value": "" },
223
- "textTransform": { "$type": "string", "$value": "" }
224
- },
225
- "button": {
226
- "$description": "Typography pointers for button text.",
227
- "family": { "$type": "string", "$value": "" },
228
- "weight": { "$type": "string", "$value": "" },
229
- "size": { "$type": "dimension", "$value": "" },
230
- "lineHeight": { "$type": "number", "$value": 0 },
231
- "letterSpacing": { "$type": "dimension", "$value": "" },
232
- "textTransform": { "$type": "string", "$value": "" }
233
- },
234
- "label": {
235
- "family": { "$type": "string", "$value": "" },
236
- "weight": { "$type": "string", "$value": "" },
237
- "size": { "$type": "dimension", "$value": "" },
238
- "lineHeight": { "$type": "number", "$value": 0 },
239
- "letterSpacing": { "$type": "dimension", "$value": "" }
240
- }
241
- },
242
-
243
- "typeface": {
244
- "$description": "Layer 1 — font family primitives.",
245
- "hero": {
246
- "$type": "fontFamily",
247
- "$value": "",
248
- "$description": "Hero typeface — display/headline.",
249
- "$extensions": {
250
- "ohlord": { "appostle": { "fileRef": "" } }
251
- }
252
- },
253
- "body": {
254
- "$type": "fontFamily",
255
- "$value": "",
256
- "$description": "Body typeface.",
257
- "$extensions": {
258
- "ohlord": { "appostle": { "fileRef": "" } }
259
- }
260
- },
261
- "alt": {
262
- "$type": "fontFamily",
263
- "$value": "",
264
- "$description": "Alt typeface — monospace or alternative.",
265
- "$extensions": {
266
- "ohlord": { "appostle": { "fileRef": "" } }
267
- }
268
- }
269
- },
270
-
271
- "button": {
272
- "$description": "Button component tokens. Color properties are per-surface (light/dark).",
273
-
274
- "primary": {
275
- "$description": "Primary button — accent fill.",
276
- "radius": { "$type": "dimension", "$value": "" },
277
- "padding": { "$type": "dimension", "$value": "" },
278
- "icon": {
279
- "$type": "string",
280
- "$value": "yes",
281
- "$extensions": { "ohlord": { "appostle": { "options": ["yes", "no"] } } }
282
- },
283
- "icon-position": {
284
- "$type": "string",
285
- "$value": "left",
286
- "$extensions": { "ohlord": { "appostle": { "options": ["left", "right"] } } }
287
- },
288
- "icon-name": { "$type": "string", "$value": "" },
289
- "border-width": { "$type": "dimension", "$value": "" },
290
- "fill": {
291
- "light": { "$type": "color", "$value": "" },
292
- "light-opacity": { "$type": "number", "$value": 100 },
293
- "dark": { "$type": "color", "$value": "" },
294
- "dark-opacity": { "$type": "number", "$value": 100 }
295
- },
296
- "border-color": {
297
- "light": { "$type": "color", "$value": "" },
298
- "light-opacity": { "$type": "number", "$value": 100 },
299
- "dark": { "$type": "color", "$value": "" },
300
- "dark-opacity": { "$type": "number", "$value": 100 }
301
- },
302
- "text-color": {
303
- "light": { "$type": "color", "$value": "" },
304
- "light-opacity": { "$type": "number", "$value": 100 },
305
- "dark": { "$type": "color", "$value": "" },
306
- "dark-opacity": { "$type": "number", "$value": 100 }
307
- }
308
- },
309
-
310
- "secondary": {
311
- "$description": "Secondary button.",
312
- "enabled": {
313
- "$type": "string",
314
- "$value": "yes",
315
- "$extensions": { "ohlord": { "appostle": { "options": ["yes", "no"] } } }
316
- },
317
- "radius": { "$type": "dimension", "$value": "" },
318
- "padding": { "$type": "dimension", "$value": "" },
319
- "icon": {
320
- "$type": "string",
321
- "$value": "yes",
322
- "$extensions": { "ohlord": { "appostle": { "options": ["yes", "no"] } } }
323
- },
324
- "icon-position": {
325
- "$type": "string",
326
- "$value": "left",
327
- "$extensions": { "ohlord": { "appostle": { "options": ["left", "right"] } } }
328
- },
329
- "icon-name": { "$type": "string", "$value": "" },
330
- "border-width": { "$type": "dimension", "$value": "" },
331
- "fill": {
332
- "light": { "$type": "color", "$value": "" },
333
- "light-opacity": { "$type": "number", "$value": 100 },
334
- "dark": { "$type": "color", "$value": "" },
335
- "dark-opacity": { "$type": "number", "$value": 100 }
336
- },
337
- "border-color": {
338
- "light": { "$type": "color", "$value": "" },
339
- "light-opacity": { "$type": "number", "$value": 100 },
340
- "dark": { "$type": "color", "$value": "" },
341
- "dark-opacity": { "$type": "number", "$value": 100 }
342
- },
343
- "text-color": {
344
- "light": { "$type": "color", "$value": "" },
345
- "light-opacity": { "$type": "number", "$value": 100 },
346
- "dark": { "$type": "color", "$value": "" },
347
- "dark-opacity": { "$type": "number", "$value": 100 }
348
- }
349
- },
350
-
351
- "text": {
352
- "$description": "Text button — no fill, no border.",
353
- "enabled": {
354
- "$type": "string",
355
- "$value": "yes",
356
- "$extensions": { "ohlord": { "appostle": { "options": ["yes", "no"] } } }
357
- },
358
- "icon": {
359
- "$type": "string",
360
- "$value": "no",
361
- "$extensions": { "ohlord": { "appostle": { "options": ["yes", "no"] } } }
362
- },
363
- "icon-position": {
364
- "$type": "string",
365
- "$value": "right",
366
- "$extensions": { "ohlord": { "appostle": { "options": ["left", "right"] } } }
367
- },
368
- "icon-name": { "$type": "string", "$value": "" },
369
- "padding": { "$type": "dimension", "$value": "" },
370
- "text-color": {
371
- "light": { "$type": "color", "$value": "" },
372
- "light-opacity": { "$type": "number", "$value": 100 },
373
- "dark": { "$type": "color", "$value": "" },
374
- "dark-opacity": { "$type": "number", "$value": 100 }
375
- }
376
- },
377
-
378
- "interaction": {
379
- "$description": "Interaction constants for button rendering.",
380
- "icon-size": { "$type": "dimension", "$value": "" },
381
- "gap": { "$type": "dimension", "$value": "" },
382
- "min-height": { "$type": "dimension", "$value": "" },
383
- "font-size": { "$type": "dimension", "$value": "" },
384
- "font-weight": { "$type": "string", "$value": "" },
385
- "text-font-weight": { "$type": "string", "$value": "" },
386
- "hover-color-shift": { "$type": "number", "$value": 0.06 },
387
- "pressed-color-shift": { "$type": "number", "$value": -0.06 },
388
- "disabled-opacity": { "$type": "number", "$value": 0.5 }
389
- }
390
- },
391
-
392
- "pill": {
393
- "$description": "Pill button tokens.",
394
- "enabled": {
395
- "$type": "string",
396
- "$value": "yes",
397
- "$extensions": { "ohlord": { "appostle": { "options": ["yes", "no"] } } }
398
- },
399
- "radius": { "$type": "dimension", "$value": "9999px" },
400
- "padding": { "$type": "dimension", "$value": "" },
401
- "icon": {
402
- "$type": "string",
403
- "$value": "no",
404
- "$extensions": { "ohlord": { "appostle": { "options": ["yes", "no"] } } }
405
- },
406
- "icon-position": {
407
- "$type": "string",
408
- "$value": "left",
409
- "$extensions": { "ohlord": { "appostle": { "options": ["left", "right"] } } }
410
- },
411
- "icon-name": { "$type": "string", "$value": "" },
412
- "border-width": { "$type": "dimension", "$value": "" },
413
- "active": {
414
- "fill": {
415
- "light": { "$type": "color", "$value": "" },
416
- "light-opacity": { "$type": "number", "$value": 100 },
417
- "dark": { "$type": "color", "$value": "" },
418
- "dark-opacity": { "$type": "number", "$value": 100 }
419
- },
420
- "border-color": {
421
- "light": { "$type": "color", "$value": "" },
422
- "light-opacity": { "$type": "number", "$value": 100 },
423
- "dark": { "$type": "color", "$value": "" },
424
- "dark-opacity": { "$type": "number", "$value": 100 }
425
- },
426
- "text-color": {
427
- "light": { "$type": "color", "$value": "" },
428
- "light-opacity": { "$type": "number", "$value": 100 },
429
- "dark": { "$type": "color", "$value": "" },
430
- "dark-opacity": { "$type": "number", "$value": 100 }
431
- }
432
- },
433
- "inactive": {
434
- "fill": {
435
- "light": { "$type": "color", "$value": "" },
436
- "light-opacity": { "$type": "number", "$value": 100 },
437
- "dark": { "$type": "color", "$value": "" },
438
- "dark-opacity": { "$type": "number", "$value": 100 }
439
- },
440
- "border-color": {
441
- "light": { "$type": "color", "$value": "" },
442
- "light-opacity": { "$type": "number", "$value": 100 },
443
- "dark": { "$type": "color", "$value": "" },
444
- "dark-opacity": { "$type": "number", "$value": 100 }
445
- },
446
- "text-color": {
447
- "light": { "$type": "color", "$value": "" },
448
- "light-opacity": { "$type": "number", "$value": 100 },
449
- "dark": { "$type": "color", "$value": "" },
450
- "dark-opacity": { "$type": "number", "$value": 100 }
451
- }
452
- },
453
- "interaction": {
454
- "icon-size": { "$type": "dimension", "$value": "" },
455
- "gap": { "$type": "dimension", "$value": "" },
456
- "min-height": { "$type": "dimension", "$value": "" },
457
- "font-size": { "$type": "dimension", "$value": "" },
458
- "font-weight": { "$type": "string", "$value": "" },
459
- "typo-font-scale": { "$type": "number", "$value": 0.85 },
460
- "hover-color-shift": { "$type": "number", "$value": 0.06 },
461
- "pressed-color-shift": { "$type": "number", "$value": -0.06 },
462
- "disabled-opacity": { "$type": "number", "$value": 0.5 }
463
- }
464
- },
465
-
466
- "iconbutton": {
467
- "$description": "Icon Button — square button containing only an icon.",
468
- "enabled": {
469
- "$type": "string",
470
- "$value": "no",
471
- "$extensions": { "ohlord": { "appostle": { "options": ["yes", "no"] } } }
472
- },
473
- "radius": { "$type": "dimension", "$value": "" },
474
- "padding": { "$type": "dimension", "$value": "" },
475
- "icon-name": { "$type": "string", "$value": "" },
476
- "border-width": { "$type": "dimension", "$value": "" },
477
- "fill": {
478
- "light": { "$type": "color", "$value": "" },
479
- "light-opacity": { "$type": "number", "$value": 100 },
480
- "dark": { "$type": "color", "$value": "" },
481
- "dark-opacity": { "$type": "number", "$value": 100 }
482
- },
483
- "border-color": {
484
- "light": { "$type": "color", "$value": "" },
485
- "light-opacity": { "$type": "number", "$value": 100 },
486
- "dark": { "$type": "color", "$value": "" },
487
- "dark-opacity": { "$type": "number", "$value": 100 }
488
- },
489
- "icon-color": {
490
- "light": { "$type": "color", "$value": "" },
491
- "light-opacity": { "$type": "number", "$value": 100 },
492
- "dark": { "$type": "color", "$value": "" },
493
- "dark-opacity": { "$type": "number", "$value": 100 }
494
- }
495
- },
496
-
497
- "icon": {
498
- "$description": "Icon system — library, stroke, sizing, and color rules.",
499
- "library": {
500
- "$type": "string",
501
- "$value": "lucide",
502
- "$extensions": { "ohlord": { "appostle": { "options": ["lucide"] } } }
503
- },
504
- "style": {
505
- "$type": "string",
506
- "$value": "outline",
507
- "$extensions": { "ohlord": { "appostle": { "options": ["outline", "filled"] } } }
508
- },
509
- "stroke": { "$type": "number", "$value": 0 },
510
- "size": {
511
- "sm": { "$type": "dimension", "$value": "" },
512
- "md": { "$type": "dimension", "$value": "" },
513
- "lg": { "$type": "dimension", "$value": "" }
514
- },
515
- "color": {
516
- "$type": "color",
517
- "$value": "",
518
- "$description": "Explicit icon color override. Empty = inherits from surrounding text."
519
- }
520
- },
521
-
522
- "spacing": {
523
- "$description": "Responsive whitespace tokens.",
524
- "section-gap": {
525
- "mobile": { "$type": "dimension", "$value": "" },
526
- "desktop": { "$type": "dimension", "$value": "" }
527
- },
528
- "container-padding": {
529
- "mobile": { "$type": "dimension", "$value": "" },
530
- "desktop": { "$type": "dimension", "$value": "" }
531
- },
532
- "card-padding": {
533
- "mobile": { "$type": "dimension", "$value": "" },
534
- "desktop": { "$type": "dimension", "$value": "" }
535
- },
536
- "element-gap": {
537
- "mobile": { "$type": "dimension", "$value": "" },
538
- "desktop": { "$type": "dimension", "$value": "" }
539
- }
540
- },
541
-
542
- "shadow": {
543
- "$description": "Elevation system.",
544
- "style": { "$type": "string", "$value": "" },
545
- "primary": {
546
- "$type": "shadow",
547
- "$value": { "color": "", "offsetX": "0px", "offsetY": "2px", "blur": "4px", "spread": "0px" },
548
- "$description": "Subtle lift for cards."
549
- },
550
- "elevated": {
551
- "$type": "shadow",
552
- "$value": { "color": "", "offsetX": "0px", "offsetY": "4px", "blur": "8px", "spread": "0px" },
553
- "$description": "Modals, dropdowns."
554
- },
555
- "glow": {
556
- "$type": "shadow",
557
- "$value": {
558
- "color": "",
559
- "offsetX": "0px",
560
- "offsetY": "12px",
561
- "blur": "24px",
562
- "spread": "0px"
563
- },
564
- "$description": "Highest elevation."
565
- },
566
- "principles": { "$type": "string", "$value": "" }
567
- },
568
-
569
- "motion": {
570
- "$description": "Easing curves and duration scale.",
571
- "easing": {
572
- "default": {
573
- "$type": "cubicBezier",
574
- "$value": [0.4, 0, 0.2, 1],
575
- "$description": "Default easing."
576
- },
577
- "enter": {
578
- "$type": "cubicBezier",
579
- "$value": [0.4, 0, 0.2, 1],
580
- "$description": "Enter easing."
581
- },
582
- "exit": {
583
- "$type": "cubicBezier",
584
- "$value": [0.4, 0, 0.2, 1],
585
- "$description": "Exit easing."
586
- },
587
- "expressive": {
588
- "$type": "cubicBezier",
589
- "$value": [0.16, 1, 0.3, 1],
590
- "$description": "Expressive easing."
591
- }
592
- },
593
- "duration": {
594
- "instant": { "$type": "duration", "$value": "100ms" },
595
- "fast": { "$type": "duration", "$value": "160ms" },
596
- "normal": { "$type": "duration", "$value": "240ms" },
597
- "slow": { "$type": "duration", "$value": "500ms" },
598
- "glacial": { "$type": "duration", "$value": "800ms" }
599
- },
600
- "$extensions": {
601
- "ohlord": {
602
- "appostle": {
603
- "recipes": []
604
- }
605
- }
606
- }
607
- },
608
-
609
- "brand": {
610
- "logo": {
611
- "$description": "Logo asset catalog. 12 entries: 4 themes × 3 variants.",
612
- "on-light": {
613
- "horizontal": {
614
- "$type": "asset",
615
- "$value": "",
616
- "$description": "Horizontal logo on light surface."
617
- },
618
- "vertical": {
619
- "$type": "asset",
620
- "$value": "",
621
- "$description": "Vertical logo on light surface."
622
- },
623
- "mark": { "$type": "asset", "$value": "", "$description": "Mark only on light surface." }
624
- },
625
- "on-dark": {
626
- "horizontal": {
627
- "$type": "asset",
628
- "$value": "",
629
- "$description": "Horizontal logo on dark surface."
630
- },
631
- "vertical": {
632
- "$type": "asset",
633
- "$value": "",
634
- "$description": "Vertical logo on dark surface."
635
- },
636
- "mark": { "$type": "asset", "$value": "", "$description": "Mark only on dark surface." }
637
- },
638
- "mono-on-light": {
639
- "horizontal": {
640
- "$type": "asset",
641
- "$value": "",
642
- "$description": "Monochrome horizontal on light."
643
- },
644
- "vertical": {
645
- "$type": "asset",
646
- "$value": "",
647
- "$description": "Monochrome vertical on light."
648
- },
649
- "mark": { "$type": "asset", "$value": "", "$description": "Monochrome mark on light." }
650
- },
651
- "mono-on-dark": {
652
- "horizontal": {
653
- "$type": "asset",
654
- "$value": "",
655
- "$description": "Monochrome horizontal on dark."
656
- },
657
- "vertical": {
658
- "$type": "asset",
659
- "$value": "",
660
- "$description": "Monochrome vertical on dark."
661
- },
662
- "mark": { "$type": "asset", "$value": "", "$description": "Monochrome mark on dark." }
663
- }
664
- },
665
-
666
- "shape": {
667
- "$description": "Decorative brand shapes.",
668
- "shape-1": {
669
- "asset": { "$type": "asset", "$value": "", "$description": "Shape 1 SVG file." },
670
- "rotation": {
671
- "$type": "string",
672
- "$value": "free",
673
- "$extensions": { "ohlord": { "appostle": { "options": ["free", "90-steps", "fixed"] } } }
674
- },
675
- "color-usage": {
676
- "$type": "string",
677
- "$value": "any",
678
- "$extensions": {
679
- "ohlord": { "appostle": { "options": ["brand-only", "neutrals-only", "any"] } }
680
- }
681
- },
682
- "utilisation": {
683
- "$type": "string",
684
- "$value": "medium",
685
- "$extensions": {
686
- "ohlord": { "appostle": { "options": ["sparse", "medium", "a-lot", "loads"] } }
687
- }
688
- },
689
- "min-size": { "$type": "number", "$value": 0 },
690
- "max-size": { "$type": "number", "$value": 0 },
691
- "notes": { "$type": "string", "$value": "" }
692
- },
693
- "shape-2": {
694
- "asset": { "$type": "asset", "$value": "", "$description": "Shape 2 SVG file." },
695
- "rotation": {
696
- "$type": "string",
697
- "$value": "free",
698
- "$extensions": { "ohlord": { "appostle": { "options": ["free", "90-steps", "fixed"] } } }
699
- },
700
- "color-usage": {
701
- "$type": "string",
702
- "$value": "any",
703
- "$extensions": {
704
- "ohlord": { "appostle": { "options": ["brand-only", "neutrals-only", "any"] } }
705
- }
706
- },
707
- "utilisation": {
708
- "$type": "string",
709
- "$value": "medium",
710
- "$extensions": {
711
- "ohlord": { "appostle": { "options": ["sparse", "medium", "a-lot", "loads"] } }
712
- }
713
- },
714
- "min-size": { "$type": "number", "$value": 0 },
715
- "max-size": { "$type": "number", "$value": 0 },
716
- "notes": { "$type": "string", "$value": "" }
717
- },
718
- "shape-3": {
719
- "asset": { "$type": "asset", "$value": "", "$description": "Shape 3 SVG file." },
720
- "rotation": {
721
- "$type": "string",
722
- "$value": "free",
723
- "$extensions": { "ohlord": { "appostle": { "options": ["free", "90-steps", "fixed"] } } }
724
- },
725
- "color-usage": {
726
- "$type": "string",
727
- "$value": "any",
728
- "$extensions": {
729
- "ohlord": { "appostle": { "options": ["brand-only", "neutrals-only", "any"] } }
730
- }
731
- },
732
- "utilisation": {
733
- "$type": "string",
734
- "$value": "medium",
735
- "$extensions": {
736
- "ohlord": { "appostle": { "options": ["sparse", "medium", "a-lot", "loads"] } }
737
- }
738
- },
739
- "min-size": { "$type": "number", "$value": 0 },
740
- "max-size": { "$type": "number", "$value": 0 },
741
- "notes": { "$type": "string", "$value": "" }
742
- },
743
- "shape-4": {
744
- "asset": { "$type": "asset", "$value": "", "$description": "Shape 4 SVG file." },
745
- "rotation": {
746
- "$type": "string",
747
- "$value": "free",
748
- "$extensions": { "ohlord": { "appostle": { "options": ["free", "90-steps", "fixed"] } } }
749
- },
750
- "color-usage": {
751
- "$type": "string",
752
- "$value": "any",
753
- "$extensions": {
754
- "ohlord": { "appostle": { "options": ["brand-only", "neutrals-only", "any"] } }
755
- }
756
- },
757
- "utilisation": {
758
- "$type": "string",
759
- "$value": "medium",
760
- "$extensions": {
761
- "ohlord": { "appostle": { "options": ["sparse", "medium", "a-lot", "loads"] } }
762
- }
763
- },
764
- "min-size": { "$type": "number", "$value": 0 },
765
- "max-size": { "$type": "number", "$value": 0 },
766
- "notes": { "$type": "string", "$value": "" }
767
- }
768
- }
769
- }
770
- }