@almadar/std 10.0.0 → 11.0.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/behaviors/registry/agent/atoms/std-agent-activity-log.orb +80 -80
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
- package/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1097 -1072
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
- package/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
- package/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
- package/behaviors/registry/app/organisms/std-cms.orb +608 -512
- package/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
- package/behaviors/registry/app/organisms/std-crm.orb +887 -791
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
- package/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
- package/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
- package/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
- package/behaviors/registry/app/organisms/std-lms.orb +935 -893
- package/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
- package/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
- package/behaviors/registry/core/atoms/std-browse.orb +56 -56
- package/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
- package/behaviors/registry/core/atoms/std-calendar.orb +54 -54
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
- package/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
- package/behaviors/registry/core/atoms/std-display.orb +388 -388
- package/behaviors/registry/core/atoms/std-drawer.orb +54 -54
- package/behaviors/registry/core/atoms/std-filter.orb +47 -47
- package/behaviors/registry/core/atoms/std-gallery.orb +51 -51
- package/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/behaviors/registry/core/atoms/std-push.orb +43 -43
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
- package/behaviors/registry/core/atoms/std-related.orb +37 -37
- package/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/behaviors/registry/core/atoms/std-tabs.orb +44 -44
- package/behaviors/registry/core/molecules/std-cart.orb +47 -47
- package/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
- package/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
- package/behaviors/registry/core/molecules/std-list.orb +79 -85
- package/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
- package/behaviors/registry/game/atoms/std-collision.orb +122 -122
- package/behaviors/registry/game/atoms/std-combat.orb +66 -66
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/behaviors/registry/game/atoms/std-movement.orb +291 -291
- package/behaviors/registry/game/atoms/std-overworld.orb +69 -69
- package/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
- package/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
- package/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
- package/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
- package/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
- package/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
- package/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
- package/behaviors/registry/service/atoms/std-service-email.orb +88 -88
- package/behaviors/registry/service/atoms/std-service-github.orb +88 -88
- package/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
- package/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
- package/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
- package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
- package/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +80 -80
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1097 -1072
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
- package/dist/behaviors/registry/app/organisms/std-cms.orb +608 -512
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
- package/dist/behaviors/registry/app/organisms/std-crm.orb +887 -791
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
- package/dist/behaviors/registry/app/organisms/std-lms.orb +935 -893
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
- package/dist/behaviors/registry/core/atoms/std-browse.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
- package/dist/behaviors/registry/core/atoms/std-display.orb +388 -388
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-filter.orb +47 -47
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +51 -51
- package/dist/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-push.orb +43 -43
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
- package/dist/behaviors/registry/core/atoms/std-related.orb +37 -37
- package/dist/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/dist/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +44 -44
- package/dist/behaviors/registry/core/molecules/std-cart.orb +47 -47
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
- package/dist/behaviors/registry/core/molecules/std-list.orb +79 -85
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
- package/dist/behaviors/registry/game/atoms/std-collision.orb +122 -122
- package/dist/behaviors/registry/game/atoms/std-combat.orb +66 -66
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/dist/behaviors/registry/game/atoms/std-movement.orb +291 -291
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +69 -69
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
- package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/dist/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +88 -88
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +88 -88
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
- package/package.json +1 -1
|
@@ -256,9 +256,6 @@
|
|
|
256
256
|
"render-ui",
|
|
257
257
|
"main",
|
|
258
258
|
{
|
|
259
|
-
"direction": "vertical",
|
|
260
|
-
"type": "stack",
|
|
261
|
-
"align": "center",
|
|
262
259
|
"children": [
|
|
263
260
|
{
|
|
264
261
|
"type": "spinner"
|
|
@@ -266,11 +263,14 @@
|
|
|
266
263
|
{
|
|
267
264
|
"color": "muted",
|
|
268
265
|
"type": "typography",
|
|
269
|
-
"
|
|
270
|
-
"
|
|
266
|
+
"variant": "caption",
|
|
267
|
+
"content": "Loading…"
|
|
271
268
|
}
|
|
272
269
|
],
|
|
270
|
+
"align": "center",
|
|
271
|
+
"type": "stack",
|
|
273
272
|
"className": "py-12",
|
|
273
|
+
"direction": "vertical",
|
|
274
274
|
"gap": "md"
|
|
275
275
|
}
|
|
276
276
|
]
|
|
@@ -285,51 +285,52 @@
|
|
|
285
285
|
"render-ui",
|
|
286
286
|
"main",
|
|
287
287
|
{
|
|
288
|
+
"type": "dashboard-layout",
|
|
289
|
+
"appName": "SocialFeed",
|
|
288
290
|
"children": [
|
|
289
291
|
{
|
|
290
|
-
"direction": "vertical",
|
|
291
|
-
"gap": "lg",
|
|
292
292
|
"className": "max-w-5xl mx-auto w-full",
|
|
293
|
+
"direction": "vertical",
|
|
293
294
|
"type": "stack",
|
|
294
295
|
"children": [
|
|
295
296
|
{
|
|
296
|
-
"align": "center",
|
|
297
|
-
"gap": "md",
|
|
298
297
|
"justify": "between",
|
|
298
|
+
"align": "center",
|
|
299
299
|
"children": [
|
|
300
300
|
{
|
|
301
|
-
"align": "center",
|
|
302
301
|
"children": [
|
|
303
302
|
{
|
|
304
303
|
"type": "icon",
|
|
305
304
|
"name": "rss"
|
|
306
305
|
},
|
|
307
306
|
{
|
|
308
|
-
"
|
|
307
|
+
"variant": "h2",
|
|
309
308
|
"content": "Feed",
|
|
310
|
-
"
|
|
309
|
+
"type": "typography"
|
|
311
310
|
}
|
|
312
311
|
],
|
|
313
|
-
"
|
|
312
|
+
"type": "stack",
|
|
313
|
+
"align": "center",
|
|
314
314
|
"gap": "sm",
|
|
315
|
-
"
|
|
315
|
+
"direction": "horizontal"
|
|
316
316
|
},
|
|
317
317
|
{
|
|
318
|
-
"gap": "sm",
|
|
319
318
|
"type": "stack",
|
|
319
|
+
"gap": "sm",
|
|
320
320
|
"children": [
|
|
321
321
|
{
|
|
322
|
-
"label": "New Post",
|
|
323
|
-
"type": "button",
|
|
324
|
-
"variant": "primary",
|
|
325
322
|
"icon": "plus",
|
|
326
|
-
"
|
|
323
|
+
"variant": "primary",
|
|
324
|
+
"action": "CREATE",
|
|
325
|
+
"type": "button",
|
|
326
|
+
"label": "New Post"
|
|
327
327
|
}
|
|
328
328
|
],
|
|
329
329
|
"direction": "horizontal"
|
|
330
330
|
}
|
|
331
331
|
],
|
|
332
332
|
"type": "stack",
|
|
333
|
+
"gap": "md",
|
|
333
334
|
"direction": "horizontal"
|
|
334
335
|
},
|
|
335
336
|
{
|
|
@@ -339,13 +340,14 @@
|
|
|
339
340
|
"entity": "@payload.data",
|
|
340
341
|
"itemActions": [
|
|
341
342
|
{
|
|
343
|
+
"label": "View",
|
|
342
344
|
"event": "VIEW",
|
|
343
|
-
"variant": "ghost"
|
|
344
|
-
"label": "View"
|
|
345
|
+
"variant": "ghost"
|
|
345
346
|
}
|
|
346
347
|
],
|
|
347
|
-
"gap": "sm",
|
|
348
348
|
"variant": "card",
|
|
349
|
+
"gap": "sm",
|
|
350
|
+
"fields": [],
|
|
349
351
|
"type": "data-list",
|
|
350
352
|
"columns": [
|
|
351
353
|
{
|
|
@@ -359,39 +361,37 @@
|
|
|
359
361
|
"format": "number"
|
|
360
362
|
},
|
|
361
363
|
{
|
|
362
|
-
"
|
|
363
|
-
"
|
|
364
|
+
"name": "author",
|
|
365
|
+
"variant": "body"
|
|
364
366
|
},
|
|
365
367
|
{
|
|
366
368
|
"name": "content",
|
|
367
369
|
"variant": "body"
|
|
368
370
|
},
|
|
369
371
|
{
|
|
370
|
-
"
|
|
371
|
-
"name": "createdAt",
|
|
372
|
+
"variant": "caption",
|
|
372
373
|
"label": "Posted",
|
|
373
|
-
"
|
|
374
|
+
"name": "createdAt",
|
|
375
|
+
"format": "date"
|
|
374
376
|
}
|
|
375
|
-
]
|
|
376
|
-
"fields": []
|
|
377
|
+
]
|
|
377
378
|
}
|
|
378
|
-
]
|
|
379
|
+
],
|
|
380
|
+
"gap": "lg"
|
|
379
381
|
}
|
|
380
382
|
],
|
|
381
|
-
"type": "dashboard-layout",
|
|
382
383
|
"navItems": [
|
|
383
384
|
{
|
|
385
|
+
"href": "/feed",
|
|
384
386
|
"icon": "layout-list",
|
|
385
|
-
"label": "Feed"
|
|
386
|
-
"href": "/feed"
|
|
387
|
+
"label": "Feed"
|
|
387
388
|
},
|
|
388
389
|
{
|
|
389
390
|
"label": "Messages",
|
|
390
391
|
"href": "/messages",
|
|
391
392
|
"icon": "message-circle"
|
|
392
393
|
}
|
|
393
|
-
]
|
|
394
|
-
"appName": "SocialFeed"
|
|
394
|
+
]
|
|
395
395
|
}
|
|
396
396
|
]
|
|
397
397
|
]
|
|
@@ -405,17 +405,21 @@
|
|
|
405
405
|
"render-ui",
|
|
406
406
|
"main",
|
|
407
407
|
{
|
|
408
|
+
"direction": "vertical",
|
|
409
|
+
"align": "center",
|
|
410
|
+
"className": "py-12",
|
|
408
411
|
"gap": "md",
|
|
412
|
+
"type": "stack",
|
|
409
413
|
"children": [
|
|
410
414
|
{
|
|
411
|
-
"name": "alert-triangle",
|
|
412
415
|
"color": "destructive",
|
|
413
|
-
"type": "icon"
|
|
416
|
+
"type": "icon",
|
|
417
|
+
"name": "alert-triangle"
|
|
414
418
|
},
|
|
415
419
|
{
|
|
416
420
|
"type": "typography",
|
|
417
|
-
"
|
|
418
|
-
"
|
|
421
|
+
"content": "Failed to load post",
|
|
422
|
+
"variant": "h3"
|
|
419
423
|
},
|
|
420
424
|
{
|
|
421
425
|
"content": "@payload.error",
|
|
@@ -424,17 +428,13 @@
|
|
|
424
428
|
"type": "typography"
|
|
425
429
|
},
|
|
426
430
|
{
|
|
427
|
-
"variant": "primary",
|
|
428
431
|
"type": "button",
|
|
429
|
-
"action": "INIT",
|
|
430
432
|
"icon": "rotate-ccw",
|
|
431
|
-
"
|
|
433
|
+
"action": "INIT",
|
|
434
|
+
"label": "Retry",
|
|
435
|
+
"variant": "primary"
|
|
432
436
|
}
|
|
433
|
-
]
|
|
434
|
-
"type": "stack",
|
|
435
|
-
"direction": "vertical",
|
|
436
|
-
"className": "py-12",
|
|
437
|
-
"align": "center"
|
|
437
|
+
]
|
|
438
438
|
}
|
|
439
439
|
]
|
|
440
440
|
]
|
|
@@ -589,8 +589,14 @@
|
|
|
589
589
|
"event": "INIT",
|
|
590
590
|
"effects": [
|
|
591
591
|
[
|
|
592
|
-
"
|
|
593
|
-
"Post"
|
|
592
|
+
"fetch",
|
|
593
|
+
"Post",
|
|
594
|
+
{
|
|
595
|
+
"emit": {
|
|
596
|
+
"failure": "PostLoadFailed",
|
|
597
|
+
"success": "PostLoaded"
|
|
598
|
+
}
|
|
599
|
+
}
|
|
594
600
|
]
|
|
595
601
|
]
|
|
596
602
|
},
|
|
@@ -613,22 +619,22 @@
|
|
|
613
619
|
"render-ui",
|
|
614
620
|
"modal",
|
|
615
621
|
{
|
|
616
|
-
"type": "stack",
|
|
617
622
|
"direction": "vertical",
|
|
618
623
|
"gap": "md",
|
|
624
|
+
"type": "stack",
|
|
619
625
|
"children": [
|
|
620
626
|
{
|
|
621
|
-
"gap": "sm",
|
|
622
627
|
"direction": "horizontal",
|
|
623
628
|
"type": "stack",
|
|
629
|
+
"gap": "sm",
|
|
624
630
|
"children": [
|
|
625
631
|
{
|
|
626
|
-
"
|
|
627
|
-
"
|
|
632
|
+
"type": "icon",
|
|
633
|
+
"name": "plus-circle"
|
|
628
634
|
},
|
|
629
635
|
{
|
|
630
|
-
"variant": "h3",
|
|
631
636
|
"content": "Create Post",
|
|
637
|
+
"variant": "h3",
|
|
632
638
|
"type": "typography"
|
|
633
639
|
}
|
|
634
640
|
]
|
|
@@ -637,15 +643,15 @@
|
|
|
637
643
|
"type": "divider"
|
|
638
644
|
},
|
|
639
645
|
{
|
|
640
|
-
"submitEvent": "SAVE",
|
|
641
|
-
"type": "form-section",
|
|
642
646
|
"fields": [
|
|
643
647
|
"title",
|
|
644
648
|
"content",
|
|
645
649
|
"author",
|
|
646
650
|
"likes"
|
|
647
651
|
],
|
|
652
|
+
"type": "form-section",
|
|
648
653
|
"cancelEvent": "CLOSE",
|
|
654
|
+
"submitEvent": "SAVE",
|
|
649
655
|
"mode": "create"
|
|
650
656
|
}
|
|
651
657
|
]
|
|
@@ -689,8 +695,8 @@
|
|
|
689
695
|
"@payload.data",
|
|
690
696
|
{
|
|
691
697
|
"emit": {
|
|
692
|
-
"
|
|
693
|
-
"
|
|
698
|
+
"failure": "PostSaveFailed",
|
|
699
|
+
"success": "PostSaved"
|
|
694
700
|
}
|
|
695
701
|
}
|
|
696
702
|
],
|
|
@@ -817,8 +823,14 @@
|
|
|
817
823
|
"event": "INIT",
|
|
818
824
|
"effects": [
|
|
819
825
|
[
|
|
820
|
-
"
|
|
821
|
-
"Post"
|
|
826
|
+
"fetch",
|
|
827
|
+
"Post",
|
|
828
|
+
{
|
|
829
|
+
"emit": {
|
|
830
|
+
"success": "PostLoaded",
|
|
831
|
+
"failure": "PostLoadFailed"
|
|
832
|
+
}
|
|
833
|
+
}
|
|
822
834
|
]
|
|
823
835
|
]
|
|
824
836
|
},
|
|
@@ -842,65 +854,64 @@
|
|
|
842
854
|
"render-ui",
|
|
843
855
|
"modal",
|
|
844
856
|
{
|
|
845
|
-
"gap": "md",
|
|
846
|
-
"type": "stack",
|
|
847
|
-
"direction": "vertical",
|
|
848
857
|
"children": [
|
|
849
858
|
{
|
|
850
|
-
"type": "stack",
|
|
851
|
-
"direction": "horizontal",
|
|
852
859
|
"gap": "sm",
|
|
853
860
|
"align": "center",
|
|
861
|
+
"direction": "horizontal",
|
|
854
862
|
"children": [
|
|
855
863
|
{
|
|
856
864
|
"type": "icon",
|
|
857
865
|
"name": "eye"
|
|
858
866
|
},
|
|
859
867
|
{
|
|
860
|
-
"content": "@entity.title",
|
|
861
868
|
"type": "typography",
|
|
862
|
-
"variant": "h3"
|
|
869
|
+
"variant": "h3",
|
|
870
|
+
"content": "@entity.title"
|
|
863
871
|
}
|
|
864
|
-
]
|
|
872
|
+
],
|
|
873
|
+
"type": "stack"
|
|
865
874
|
},
|
|
866
875
|
{
|
|
867
876
|
"type": "divider"
|
|
868
877
|
},
|
|
869
878
|
{
|
|
870
879
|
"type": "stack",
|
|
880
|
+
"direction": "horizontal",
|
|
871
881
|
"gap": "md",
|
|
872
882
|
"children": [
|
|
873
883
|
{
|
|
874
|
-
"variant": "caption",
|
|
875
884
|
"type": "typography",
|
|
876
|
-
"content": "Title"
|
|
885
|
+
"content": "Title",
|
|
886
|
+
"variant": "caption"
|
|
877
887
|
},
|
|
878
888
|
{
|
|
879
889
|
"content": "@entity.title",
|
|
880
890
|
"type": "typography",
|
|
881
891
|
"variant": "body"
|
|
882
892
|
}
|
|
883
|
-
]
|
|
884
|
-
"direction": "horizontal"
|
|
893
|
+
]
|
|
885
894
|
},
|
|
886
895
|
{
|
|
887
|
-
"
|
|
896
|
+
"type": "stack",
|
|
897
|
+
"direction": "horizontal",
|
|
888
898
|
"children": [
|
|
889
899
|
{
|
|
890
|
-
"content": "Content",
|
|
891
900
|
"variant": "caption",
|
|
901
|
+
"content": "Content",
|
|
892
902
|
"type": "typography"
|
|
893
903
|
},
|
|
894
904
|
{
|
|
895
905
|
"variant": "body",
|
|
896
|
-
"
|
|
897
|
-
"
|
|
906
|
+
"type": "typography",
|
|
907
|
+
"content": "@entity.content"
|
|
898
908
|
}
|
|
899
909
|
],
|
|
900
|
-
"
|
|
901
|
-
"direction": "horizontal"
|
|
910
|
+
"gap": "md"
|
|
902
911
|
},
|
|
903
912
|
{
|
|
913
|
+
"type": "stack",
|
|
914
|
+
"direction": "horizontal",
|
|
904
915
|
"children": [
|
|
905
916
|
{
|
|
906
917
|
"content": "Author",
|
|
@@ -908,67 +919,68 @@
|
|
|
908
919
|
"variant": "caption"
|
|
909
920
|
},
|
|
910
921
|
{
|
|
911
|
-
"type": "typography",
|
|
912
922
|
"variant": "body",
|
|
923
|
+
"type": "typography",
|
|
913
924
|
"content": "@entity.author"
|
|
914
925
|
}
|
|
915
926
|
],
|
|
916
|
-
"gap": "md"
|
|
917
|
-
"type": "stack",
|
|
918
|
-
"direction": "horizontal"
|
|
927
|
+
"gap": "md"
|
|
919
928
|
},
|
|
920
929
|
{
|
|
930
|
+
"type": "stack",
|
|
931
|
+
"gap": "md",
|
|
932
|
+
"direction": "horizontal",
|
|
921
933
|
"children": [
|
|
922
934
|
{
|
|
923
935
|
"variant": "caption",
|
|
924
|
-
"
|
|
925
|
-
"
|
|
936
|
+
"type": "typography",
|
|
937
|
+
"content": "Created At"
|
|
926
938
|
},
|
|
927
939
|
{
|
|
928
|
-
"variant": "body",
|
|
929
940
|
"content": "@entity.createdAt",
|
|
941
|
+
"variant": "body",
|
|
930
942
|
"type": "typography"
|
|
931
943
|
}
|
|
932
|
-
]
|
|
933
|
-
"gap": "md",
|
|
934
|
-
"type": "stack",
|
|
935
|
-
"direction": "horizontal"
|
|
944
|
+
]
|
|
936
945
|
},
|
|
937
946
|
{
|
|
938
|
-
"
|
|
939
|
-
"gap": "md",
|
|
947
|
+
"direction": "horizontal",
|
|
940
948
|
"children": [
|
|
941
949
|
{
|
|
950
|
+
"variant": "caption",
|
|
942
951
|
"content": "Likes",
|
|
943
|
-
"type": "typography"
|
|
944
|
-
"variant": "caption"
|
|
952
|
+
"type": "typography"
|
|
945
953
|
},
|
|
946
954
|
{
|
|
955
|
+
"variant": "body",
|
|
947
956
|
"type": "typography",
|
|
948
|
-
"content": "@entity.likes"
|
|
949
|
-
"variant": "body"
|
|
957
|
+
"content": "@entity.likes"
|
|
950
958
|
}
|
|
951
959
|
],
|
|
952
|
-
"
|
|
960
|
+
"gap": "md",
|
|
961
|
+
"type": "stack"
|
|
953
962
|
},
|
|
954
963
|
{
|
|
955
964
|
"type": "divider"
|
|
956
965
|
},
|
|
957
966
|
{
|
|
958
|
-
"type": "stack",
|
|
959
|
-
"direction": "horizontal",
|
|
960
967
|
"justify": "end",
|
|
968
|
+
"direction": "horizontal",
|
|
961
969
|
"gap": "sm",
|
|
970
|
+
"type": "stack",
|
|
962
971
|
"children": [
|
|
963
972
|
{
|
|
964
|
-
"
|
|
973
|
+
"type": "button",
|
|
965
974
|
"label": "Close",
|
|
966
|
-
"
|
|
967
|
-
"
|
|
975
|
+
"action": "CLOSE",
|
|
976
|
+
"variant": "ghost"
|
|
968
977
|
}
|
|
969
978
|
]
|
|
970
979
|
}
|
|
971
|
-
]
|
|
980
|
+
],
|
|
981
|
+
"type": "stack",
|
|
982
|
+
"gap": "md",
|
|
983
|
+
"direction": "vertical"
|
|
972
984
|
}
|
|
973
985
|
]
|
|
974
986
|
]
|
|
@@ -1177,9 +1189,7 @@
|
|
|
1177
1189
|
"render-ui",
|
|
1178
1190
|
"main",
|
|
1179
1191
|
{
|
|
1180
|
-
"gap": "md",
|
|
1181
1192
|
"align": "center",
|
|
1182
|
-
"type": "stack",
|
|
1183
1193
|
"className": "py-12",
|
|
1184
1194
|
"direction": "vertical",
|
|
1185
1195
|
"children": [
|
|
@@ -1187,12 +1197,14 @@
|
|
|
1187
1197
|
"type": "spinner"
|
|
1188
1198
|
},
|
|
1189
1199
|
{
|
|
1190
|
-
"
|
|
1191
|
-
"content": "Loading…",
|
|
1200
|
+
"type": "typography",
|
|
1192
1201
|
"color": "muted",
|
|
1193
|
-
"
|
|
1202
|
+
"variant": "caption",
|
|
1203
|
+
"content": "Loading…"
|
|
1194
1204
|
}
|
|
1195
|
-
]
|
|
1205
|
+
],
|
|
1206
|
+
"type": "stack",
|
|
1207
|
+
"gap": "md"
|
|
1196
1208
|
}
|
|
1197
1209
|
]
|
|
1198
1210
|
]
|
|
@@ -1206,66 +1218,60 @@
|
|
|
1206
1218
|
"render-ui",
|
|
1207
1219
|
"main",
|
|
1208
1220
|
{
|
|
1209
|
-
"type": "dashboard-layout",
|
|
1210
|
-
"appName": "SocialFeed",
|
|
1211
1221
|
"navItems": [
|
|
1212
1222
|
{
|
|
1223
|
+
"icon": "layout-list",
|
|
1213
1224
|
"label": "Feed",
|
|
1214
|
-
"href": "/feed"
|
|
1215
|
-
"icon": "layout-list"
|
|
1225
|
+
"href": "/feed"
|
|
1216
1226
|
},
|
|
1217
1227
|
{
|
|
1218
|
-
"href": "/messages",
|
|
1219
1228
|
"label": "Messages",
|
|
1220
|
-
"icon": "message-circle"
|
|
1229
|
+
"icon": "message-circle",
|
|
1230
|
+
"href": "/messages"
|
|
1221
1231
|
}
|
|
1222
1232
|
],
|
|
1223
1233
|
"children": [
|
|
1224
1234
|
{
|
|
1225
|
-
"gap": "lg",
|
|
1226
|
-
"type": "stack",
|
|
1227
|
-
"direction": "vertical",
|
|
1228
|
-
"className": "max-w-5xl mx-auto w-full",
|
|
1229
1235
|
"children": [
|
|
1230
1236
|
{
|
|
1231
|
-
"
|
|
1237
|
+
"direction": "horizontal",
|
|
1232
1238
|
"gap": "md",
|
|
1233
|
-
"
|
|
1234
|
-
"align": "center",
|
|
1239
|
+
"justify": "between",
|
|
1235
1240
|
"children": [
|
|
1236
1241
|
{
|
|
1237
1242
|
"type": "stack",
|
|
1238
|
-
"direction": "horizontal",
|
|
1239
1243
|
"align": "center",
|
|
1244
|
+
"direction": "horizontal",
|
|
1240
1245
|
"children": [
|
|
1241
1246
|
{
|
|
1242
|
-
"
|
|
1243
|
-
"
|
|
1247
|
+
"name": "message-circle",
|
|
1248
|
+
"type": "icon"
|
|
1244
1249
|
},
|
|
1245
1250
|
{
|
|
1246
|
-
"type": "typography",
|
|
1247
1251
|
"variant": "h2",
|
|
1252
|
+
"type": "typography",
|
|
1248
1253
|
"content": "Messages"
|
|
1249
1254
|
}
|
|
1250
1255
|
],
|
|
1251
1256
|
"gap": "sm"
|
|
1252
1257
|
},
|
|
1253
1258
|
{
|
|
1254
|
-
"type": "stack",
|
|
1255
1259
|
"children": [
|
|
1256
1260
|
{
|
|
1257
|
-
"
|
|
1261
|
+
"icon": "edit",
|
|
1258
1262
|
"action": "COMPOSE",
|
|
1263
|
+
"type": "button",
|
|
1259
1264
|
"label": "Compose",
|
|
1260
|
-
"variant": "primary"
|
|
1261
|
-
"icon": "edit"
|
|
1265
|
+
"variant": "primary"
|
|
1262
1266
|
}
|
|
1263
1267
|
],
|
|
1268
|
+
"gap": "sm",
|
|
1264
1269
|
"direction": "horizontal",
|
|
1265
|
-
"
|
|
1270
|
+
"type": "stack"
|
|
1266
1271
|
}
|
|
1267
1272
|
],
|
|
1268
|
-
"
|
|
1273
|
+
"type": "stack",
|
|
1274
|
+
"align": "center"
|
|
1269
1275
|
},
|
|
1270
1276
|
{
|
|
1271
1277
|
"type": "divider"
|
|
@@ -1278,31 +1284,37 @@
|
|
|
1278
1284
|
"variant": "h4"
|
|
1279
1285
|
},
|
|
1280
1286
|
{
|
|
1281
|
-
"
|
|
1282
|
-
"
|
|
1287
|
+
"variant": "body",
|
|
1288
|
+
"name": "body"
|
|
1283
1289
|
},
|
|
1284
1290
|
{
|
|
1285
|
-
"
|
|
1291
|
+
"format": "date",
|
|
1286
1292
|
"name": "createdAt",
|
|
1287
|
-
"
|
|
1293
|
+
"variant": "caption"
|
|
1288
1294
|
}
|
|
1289
1295
|
],
|
|
1290
1296
|
"entity": "@payload.data",
|
|
1291
1297
|
"fields": [],
|
|
1292
1298
|
"type": "data-list",
|
|
1293
1299
|
"variant": "card",
|
|
1294
|
-
"gap": "sm",
|
|
1295
1300
|
"itemActions": [
|
|
1296
1301
|
{
|
|
1297
1302
|
"label": "View",
|
|
1298
1303
|
"event": "VIEW",
|
|
1299
1304
|
"variant": "ghost"
|
|
1300
1305
|
}
|
|
1301
|
-
]
|
|
1306
|
+
],
|
|
1307
|
+
"gap": "sm"
|
|
1302
1308
|
}
|
|
1303
|
-
]
|
|
1309
|
+
],
|
|
1310
|
+
"type": "stack",
|
|
1311
|
+
"direction": "vertical",
|
|
1312
|
+
"gap": "lg",
|
|
1313
|
+
"className": "max-w-5xl mx-auto w-full"
|
|
1304
1314
|
}
|
|
1305
|
-
]
|
|
1315
|
+
],
|
|
1316
|
+
"type": "dashboard-layout",
|
|
1317
|
+
"appName": "SocialFeed"
|
|
1306
1318
|
}
|
|
1307
1319
|
]
|
|
1308
1320
|
]
|
|
@@ -1317,35 +1329,35 @@
|
|
|
1317
1329
|
"main",
|
|
1318
1330
|
{
|
|
1319
1331
|
"type": "stack",
|
|
1320
|
-
"
|
|
1332
|
+
"direction": "vertical",
|
|
1333
|
+
"gap": "md",
|
|
1334
|
+
"align": "center",
|
|
1321
1335
|
"children": [
|
|
1322
1336
|
{
|
|
1337
|
+
"name": "alert-triangle",
|
|
1323
1338
|
"color": "destructive",
|
|
1324
|
-
"type": "icon"
|
|
1325
|
-
"name": "alert-triangle"
|
|
1339
|
+
"type": "icon"
|
|
1326
1340
|
},
|
|
1327
1341
|
{
|
|
1328
1342
|
"type": "typography",
|
|
1329
|
-
"
|
|
1330
|
-
"
|
|
1343
|
+
"content": "Failed to load comment",
|
|
1344
|
+
"variant": "h3"
|
|
1331
1345
|
},
|
|
1332
1346
|
{
|
|
1333
|
-
"type": "typography",
|
|
1334
|
-
"variant": "body",
|
|
1335
1347
|
"color": "muted",
|
|
1336
|
-
"
|
|
1348
|
+
"type": "typography",
|
|
1349
|
+
"content": "@payload.error",
|
|
1350
|
+
"variant": "body"
|
|
1337
1351
|
},
|
|
1338
1352
|
{
|
|
1353
|
+
"type": "button",
|
|
1339
1354
|
"variant": "primary",
|
|
1340
1355
|
"label": "Retry",
|
|
1341
|
-
"
|
|
1342
|
-
"
|
|
1343
|
-
"icon": "rotate-ccw"
|
|
1356
|
+
"icon": "rotate-ccw",
|
|
1357
|
+
"action": "INIT"
|
|
1344
1358
|
}
|
|
1345
1359
|
],
|
|
1346
|
-
"
|
|
1347
|
-
"gap": "md",
|
|
1348
|
-
"align": "center"
|
|
1360
|
+
"className": "py-12"
|
|
1349
1361
|
}
|
|
1350
1362
|
]
|
|
1351
1363
|
]
|
|
@@ -1502,8 +1514,14 @@
|
|
|
1502
1514
|
"event": "INIT",
|
|
1503
1515
|
"effects": [
|
|
1504
1516
|
[
|
|
1505
|
-
"
|
|
1506
|
-
"Comment"
|
|
1517
|
+
"fetch",
|
|
1518
|
+
"Comment",
|
|
1519
|
+
{
|
|
1520
|
+
"emit": {
|
|
1521
|
+
"success": "CommentLoaded",
|
|
1522
|
+
"failure": "CommentLoadFailed"
|
|
1523
|
+
}
|
|
1524
|
+
}
|
|
1507
1525
|
]
|
|
1508
1526
|
]
|
|
1509
1527
|
},
|
|
@@ -1516,12 +1534,15 @@
|
|
|
1516
1534
|
"render-ui",
|
|
1517
1535
|
"modal",
|
|
1518
1536
|
{
|
|
1537
|
+
"type": "stack",
|
|
1519
1538
|
"children": [
|
|
1520
1539
|
{
|
|
1540
|
+
"direction": "horizontal",
|
|
1541
|
+
"gap": "sm",
|
|
1521
1542
|
"children": [
|
|
1522
1543
|
{
|
|
1523
|
-
"
|
|
1524
|
-
"
|
|
1544
|
+
"type": "icon",
|
|
1545
|
+
"name": "edit"
|
|
1525
1546
|
},
|
|
1526
1547
|
{
|
|
1527
1548
|
"type": "typography",
|
|
@@ -1529,28 +1550,25 @@
|
|
|
1529
1550
|
"variant": "h3"
|
|
1530
1551
|
}
|
|
1531
1552
|
],
|
|
1532
|
-
"type": "stack"
|
|
1533
|
-
"gap": "sm",
|
|
1534
|
-
"direction": "horizontal"
|
|
1553
|
+
"type": "stack"
|
|
1535
1554
|
},
|
|
1536
1555
|
{
|
|
1537
1556
|
"type": "divider"
|
|
1538
1557
|
},
|
|
1539
1558
|
{
|
|
1540
|
-
"cancelEvent": "CLOSE",
|
|
1541
|
-
"type": "form-section",
|
|
1542
1559
|
"mode": "create",
|
|
1543
|
-
"
|
|
1560
|
+
"type": "form-section",
|
|
1544
1561
|
"fields": [
|
|
1545
1562
|
"body",
|
|
1546
1563
|
"author",
|
|
1547
1564
|
"postId"
|
|
1548
|
-
]
|
|
1565
|
+
],
|
|
1566
|
+
"cancelEvent": "CLOSE",
|
|
1567
|
+
"submitEvent": "SEND"
|
|
1549
1568
|
}
|
|
1550
1569
|
],
|
|
1551
1570
|
"gap": "md",
|
|
1552
|
-
"direction": "vertical"
|
|
1553
|
-
"type": "stack"
|
|
1571
|
+
"direction": "vertical"
|
|
1554
1572
|
}
|
|
1555
1573
|
]
|
|
1556
1574
|
]
|
|
@@ -1711,8 +1729,14 @@
|
|
|
1711
1729
|
"event": "INIT",
|
|
1712
1730
|
"effects": [
|
|
1713
1731
|
[
|
|
1714
|
-
"
|
|
1715
|
-
"Comment"
|
|
1732
|
+
"fetch",
|
|
1733
|
+
"Comment",
|
|
1734
|
+
{
|
|
1735
|
+
"emit": {
|
|
1736
|
+
"success": "CommentLoaded",
|
|
1737
|
+
"failure": "CommentLoadFailed"
|
|
1738
|
+
}
|
|
1739
|
+
}
|
|
1716
1740
|
]
|
|
1717
1741
|
]
|
|
1718
1742
|
},
|
|
@@ -1725,37 +1749,36 @@
|
|
|
1725
1749
|
"fetch",
|
|
1726
1750
|
"Comment",
|
|
1727
1751
|
{
|
|
1728
|
-
"id": "@payload.id",
|
|
1729
1752
|
"emit": {
|
|
1730
|
-
"
|
|
1731
|
-
"
|
|
1732
|
-
}
|
|
1753
|
+
"success": "CommentLoaded",
|
|
1754
|
+
"failure": "CommentLoadFailed"
|
|
1755
|
+
},
|
|
1756
|
+
"id": "@payload.id"
|
|
1733
1757
|
}
|
|
1734
1758
|
],
|
|
1735
1759
|
[
|
|
1736
1760
|
"render-ui",
|
|
1737
1761
|
"modal",
|
|
1738
1762
|
{
|
|
1739
|
-
"type": "stack",
|
|
1740
|
-
"direction": "vertical",
|
|
1741
1763
|
"gap": "md",
|
|
1764
|
+
"direction": "vertical",
|
|
1742
1765
|
"children": [
|
|
1743
1766
|
{
|
|
1744
1767
|
"type": "stack",
|
|
1768
|
+
"gap": "sm",
|
|
1769
|
+
"direction": "horizontal",
|
|
1770
|
+
"align": "center",
|
|
1745
1771
|
"children": [
|
|
1746
1772
|
{
|
|
1747
|
-
"
|
|
1748
|
-
"
|
|
1773
|
+
"type": "icon",
|
|
1774
|
+
"name": "eye"
|
|
1749
1775
|
},
|
|
1750
1776
|
{
|
|
1777
|
+
"type": "typography",
|
|
1751
1778
|
"variant": "h3",
|
|
1752
|
-
"content": "@entity.body"
|
|
1753
|
-
"type": "typography"
|
|
1779
|
+
"content": "@entity.body"
|
|
1754
1780
|
}
|
|
1755
|
-
]
|
|
1756
|
-
"direction": "horizontal",
|
|
1757
|
-
"gap": "sm",
|
|
1758
|
-
"align": "center"
|
|
1781
|
+
]
|
|
1759
1782
|
},
|
|
1760
1783
|
{
|
|
1761
1784
|
"type": "divider"
|
|
@@ -1766,52 +1789,55 @@
|
|
|
1766
1789
|
"gap": "md",
|
|
1767
1790
|
"children": [
|
|
1768
1791
|
{
|
|
1769
|
-
"content": "Body",
|
|
1770
1792
|
"type": "typography",
|
|
1771
|
-
"variant": "caption"
|
|
1793
|
+
"variant": "caption",
|
|
1794
|
+
"content": "Body"
|
|
1772
1795
|
},
|
|
1773
1796
|
{
|
|
1774
|
-
"
|
|
1797
|
+
"type": "typography",
|
|
1775
1798
|
"variant": "body",
|
|
1776
|
-
"
|
|
1799
|
+
"content": "@entity.body"
|
|
1777
1800
|
}
|
|
1778
1801
|
]
|
|
1779
1802
|
},
|
|
1780
1803
|
{
|
|
1781
1804
|
"type": "stack",
|
|
1782
1805
|
"direction": "horizontal",
|
|
1783
|
-
"gap": "md",
|
|
1784
1806
|
"children": [
|
|
1785
1807
|
{
|
|
1786
1808
|
"type": "typography",
|
|
1787
|
-
"
|
|
1788
|
-
"
|
|
1809
|
+
"variant": "caption",
|
|
1810
|
+
"content": "Author"
|
|
1789
1811
|
},
|
|
1790
1812
|
{
|
|
1791
|
-
"content": "@entity.author",
|
|
1792
1813
|
"type": "typography",
|
|
1814
|
+
"content": "@entity.author",
|
|
1793
1815
|
"variant": "body"
|
|
1794
1816
|
}
|
|
1795
|
-
]
|
|
1817
|
+
],
|
|
1818
|
+
"gap": "md"
|
|
1796
1819
|
},
|
|
1797
1820
|
{
|
|
1798
|
-
"
|
|
1799
|
-
"gap": "md",
|
|
1821
|
+
"type": "stack",
|
|
1800
1822
|
"children": [
|
|
1801
1823
|
{
|
|
1824
|
+
"variant": "caption",
|
|
1802
1825
|
"content": "Post ID",
|
|
1803
|
-
"type": "typography"
|
|
1804
|
-
"variant": "caption"
|
|
1826
|
+
"type": "typography"
|
|
1805
1827
|
},
|
|
1806
1828
|
{
|
|
1807
|
-
"
|
|
1829
|
+
"content": "@entity.postId",
|
|
1808
1830
|
"type": "typography",
|
|
1809
|
-
"
|
|
1831
|
+
"variant": "body"
|
|
1810
1832
|
}
|
|
1811
1833
|
],
|
|
1812
|
-
"
|
|
1834
|
+
"direction": "horizontal",
|
|
1835
|
+
"gap": "md"
|
|
1813
1836
|
},
|
|
1814
1837
|
{
|
|
1838
|
+
"type": "stack",
|
|
1839
|
+
"direction": "horizontal",
|
|
1840
|
+
"gap": "md",
|
|
1815
1841
|
"children": [
|
|
1816
1842
|
{
|
|
1817
1843
|
"type": "typography",
|
|
@@ -1819,33 +1845,31 @@
|
|
|
1819
1845
|
"variant": "caption"
|
|
1820
1846
|
},
|
|
1821
1847
|
{
|
|
1822
|
-
"content": "@entity.createdAt",
|
|
1823
1848
|
"type": "typography",
|
|
1824
|
-
"variant": "body"
|
|
1849
|
+
"variant": "body",
|
|
1850
|
+
"content": "@entity.createdAt"
|
|
1825
1851
|
}
|
|
1826
|
-
]
|
|
1827
|
-
"type": "stack",
|
|
1828
|
-
"direction": "horizontal",
|
|
1829
|
-
"gap": "md"
|
|
1852
|
+
]
|
|
1830
1853
|
},
|
|
1831
1854
|
{
|
|
1832
1855
|
"type": "divider"
|
|
1833
1856
|
},
|
|
1834
1857
|
{
|
|
1835
|
-
"direction": "horizontal",
|
|
1836
|
-
"gap": "sm",
|
|
1837
1858
|
"type": "stack",
|
|
1838
|
-
"justify": "end",
|
|
1839
1859
|
"children": [
|
|
1840
1860
|
{
|
|
1861
|
+
"variant": "ghost",
|
|
1841
1862
|
"type": "button",
|
|
1842
1863
|
"action": "CLOSE",
|
|
1843
|
-
"label": "Close"
|
|
1844
|
-
"variant": "ghost"
|
|
1864
|
+
"label": "Close"
|
|
1845
1865
|
}
|
|
1846
|
-
]
|
|
1866
|
+
],
|
|
1867
|
+
"direction": "horizontal",
|
|
1868
|
+
"gap": "sm",
|
|
1869
|
+
"justify": "end"
|
|
1847
1870
|
}
|
|
1848
|
-
]
|
|
1871
|
+
],
|
|
1872
|
+
"type": "stack"
|
|
1849
1873
|
}
|
|
1850
1874
|
]
|
|
1851
1875
|
]
|