@almadar/std 8.1.0 → 8.3.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 +83 -83
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -101
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -116
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -402
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +82 -82
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +81 -81
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +124 -118
- package/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
- package/behaviors/registry/agent/atoms/std-agent-session.orb +129 -129
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +312 -312
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +59 -59
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +206 -206
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +186 -186
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +136 -136
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +206 -206
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1131 -1131
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3061 -3061
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2114 -2114
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1007 -1007
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +735 -735
- package/behaviors/registry/app/organisms/std-api-gateway.orb +805 -805
- package/behaviors/registry/app/organisms/std-booking-system.orb +1178 -1178
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +781 -781
- package/behaviors/registry/app/organisms/std-cms.orb +445 -445
- package/behaviors/registry/app/organisms/std-coding-academy.orb +368 -368
- package/behaviors/registry/app/organisms/std-crm.orb +781 -781
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1344 -1344
- package/behaviors/registry/app/organisms/std-ecommerce.orb +968 -968
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
- package/behaviors/registry/app/organisms/std-healthcare.orb +1286 -1286
- package/behaviors/registry/app/organisms/std-helpdesk.orb +636 -636
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1160 -1160
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +828 -828
- package/behaviors/registry/app/organisms/std-lms.orb +863 -863
- package/behaviors/registry/app/organisms/std-project-manager.orb +686 -686
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +739 -739
- package/behaviors/registry/app/organisms/std-social-feed.orb +239 -239
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +661 -661
- package/behaviors/registry/core/atoms/std-browse.orb +60 -60
- package/behaviors/registry/core/atoms/std-cache-aside.orb +92 -92
- package/behaviors/registry/core/atoms/std-calendar.orb +55 -55
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +176 -176
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -24
- package/behaviors/registry/core/atoms/std-display.orb +371 -371
- package/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/behaviors/registry/core/atoms/std-filter.orb +46 -46
- package/behaviors/registry/core/atoms/std-gallery.orb +50 -50
- package/behaviors/registry/core/atoms/std-modal.orb +14 -14
- package/behaviors/registry/core/atoms/std-pagination.orb +45 -45
- package/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +172 -172
- package/behaviors/registry/core/atoms/std-related.orb +36 -36
- package/behaviors/registry/core/atoms/std-search.orb +71 -71
- package/behaviors/registry/core/atoms/std-selection.orb +89 -89
- package/behaviors/registry/core/atoms/std-tabs.orb +49 -49
- package/behaviors/registry/core/molecules/std-cart.orb +54 -54
- package/behaviors/registry/core/molecules/std-filtered-list.orb +5 -5
- package/behaviors/registry/core/molecules/std-form-advanced.orb +116 -116
- package/behaviors/registry/core/molecules/std-list.orb +60 -60
- package/behaviors/registry/core/molecules/std-wizard-form.orb +140 -140
- package/behaviors/registry/game/atoms/std-collision.orb +143 -143
- package/behaviors/registry/game/atoms/std-combat.orb +80 -80
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/behaviors/registry/game/atoms/std-gameflow.orb +35 -35
- package/behaviors/registry/game/atoms/std-movement.orb +300 -300
- package/behaviors/registry/game/atoms/std-overworld.orb +63 -63
- package/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/behaviors/registry/game/atoms/std-timer.orb +251 -260
- package/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/behaviors/registry/game/organisms/std-logic-training.orb +77 -77
- package/behaviors/registry/game/organisms/std-platformer-app.orb +230 -230
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +105 -105
- package/behaviors/registry/game/organisms/std-rpg-game.orb +350 -350
- package/behaviors/registry/game/organisms/std-stem-lab.orb +377 -377
- package/behaviors/registry/game/organisms/std-strategy-game.orb +529 -529
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +12 -12
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +70 -70
- package/behaviors/registry/service/atoms/std-service-email.orb +84 -84
- package/behaviors/registry/service/atoms/std-service-github.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-llm.orb +115 -115
- package/behaviors/registry/service/atoms/std-service-oauth.orb +116 -116
- package/behaviors/registry/service/atoms/std-service-redis.orb +95 -95
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +98 -98
- package/behaviors/registry/service/atoms/std-service-twilio.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-youtube.orb +115 -115
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +917 -917
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +933 -933
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +83 -83
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -101
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -116
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -402
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +82 -82
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +81 -81
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +124 -118
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +129 -129
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +312 -312
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +59 -59
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +206 -206
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +186 -186
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +136 -136
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +206 -206
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1131 -1131
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3061 -3061
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2114 -2114
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1007 -1007
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +735 -735
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +805 -805
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1178 -1178
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +781 -781
- package/dist/behaviors/registry/app/organisms/std-cms.orb +445 -445
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +368 -368
- package/dist/behaviors/registry/app/organisms/std-crm.orb +781 -781
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1344 -1344
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +968 -968
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1286 -1286
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +636 -636
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1160 -1160
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +828 -828
- package/dist/behaviors/registry/app/organisms/std-lms.orb +863 -863
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +686 -686
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +739 -739
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +239 -239
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +661 -661
- package/dist/behaviors/registry/core/atoms/std-browse.orb +60 -60
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +92 -92
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +55 -55
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +176 -176
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -24
- package/dist/behaviors/registry/core/atoms/std-display.orb +371 -371
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-filter.orb +46 -46
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +50 -50
- package/dist/behaviors/registry/core/atoms/std-modal.orb +14 -14
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +45 -45
- package/dist/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +172 -172
- package/dist/behaviors/registry/core/atoms/std-related.orb +36 -36
- package/dist/behaviors/registry/core/atoms/std-search.orb +71 -71
- package/dist/behaviors/registry/core/atoms/std-selection.orb +89 -89
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +49 -49
- package/dist/behaviors/registry/core/molecules/std-cart.orb +54 -54
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +5 -5
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +116 -116
- package/dist/behaviors/registry/core/molecules/std-list.orb +60 -60
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +140 -140
- package/dist/behaviors/registry/game/atoms/std-collision.orb +143 -143
- package/dist/behaviors/registry/game/atoms/std-combat.orb +80 -80
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +35 -35
- package/dist/behaviors/registry/game/atoms/std-movement.orb +300 -300
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +63 -63
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/dist/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/dist/behaviors/registry/game/atoms/std-timer.orb +251 -260
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +77 -77
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +230 -230
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +105 -105
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +350 -350
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +377 -377
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +529 -529
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +12 -12
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +70 -70
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +84 -84
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +115 -115
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +116 -116
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +95 -95
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +98 -98
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +115 -115
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +917 -917
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +933 -933
- package/package.json +1 -1
|
@@ -247,8 +247,8 @@
|
|
|
247
247
|
"Post",
|
|
248
248
|
{
|
|
249
249
|
"emit": {
|
|
250
|
-
"
|
|
251
|
-
"
|
|
250
|
+
"success": "PostLoaded",
|
|
251
|
+
"failure": "PostLoadFailed"
|
|
252
252
|
}
|
|
253
253
|
}
|
|
254
254
|
],
|
|
@@ -256,22 +256,22 @@
|
|
|
256
256
|
"render-ui",
|
|
257
257
|
"main",
|
|
258
258
|
{
|
|
259
|
-
"gap": "md",
|
|
260
259
|
"type": "stack",
|
|
261
260
|
"direction": "vertical",
|
|
262
|
-
"align": "center",
|
|
263
261
|
"className": "py-12",
|
|
264
262
|
"children": [
|
|
265
263
|
{
|
|
266
264
|
"type": "spinner"
|
|
267
265
|
},
|
|
268
266
|
{
|
|
269
|
-
"variant": "caption",
|
|
270
|
-
"color": "muted",
|
|
271
267
|
"type": "typography",
|
|
272
|
-
"content": "Loading…"
|
|
268
|
+
"content": "Loading…",
|
|
269
|
+
"color": "muted",
|
|
270
|
+
"variant": "caption"
|
|
273
271
|
}
|
|
274
|
-
]
|
|
272
|
+
],
|
|
273
|
+
"gap": "md",
|
|
274
|
+
"align": "center"
|
|
275
275
|
}
|
|
276
276
|
]
|
|
277
277
|
]
|
|
@@ -286,75 +286,68 @@
|
|
|
286
286
|
"main",
|
|
287
287
|
{
|
|
288
288
|
"appName": "SocialFeed",
|
|
289
|
-
"type": "dashboard-layout",
|
|
290
289
|
"navItems": [
|
|
291
290
|
{
|
|
291
|
+
"href": "/feed",
|
|
292
292
|
"icon": "layout-list",
|
|
293
|
-
"label": "Feed"
|
|
294
|
-
"href": "/feed"
|
|
293
|
+
"label": "Feed"
|
|
295
294
|
},
|
|
296
295
|
{
|
|
297
296
|
"icon": "message-circle",
|
|
298
|
-
"
|
|
299
|
-
"
|
|
297
|
+
"label": "Messages",
|
|
298
|
+
"href": "/messages"
|
|
300
299
|
}
|
|
301
300
|
],
|
|
302
301
|
"children": [
|
|
303
302
|
{
|
|
304
|
-
"type": "stack",
|
|
305
|
-
"gap": "lg",
|
|
306
|
-
"direction": "vertical",
|
|
307
303
|
"className": "max-w-5xl mx-auto w-full",
|
|
308
304
|
"children": [
|
|
309
305
|
{
|
|
306
|
+
"gap": "md",
|
|
307
|
+
"type": "stack",
|
|
310
308
|
"children": [
|
|
311
309
|
{
|
|
312
|
-
"
|
|
310
|
+
"direction": "horizontal",
|
|
311
|
+
"gap": "sm",
|
|
313
312
|
"type": "stack",
|
|
314
313
|
"children": [
|
|
315
314
|
{
|
|
316
|
-
"
|
|
317
|
-
"
|
|
315
|
+
"name": "rss",
|
|
316
|
+
"type": "icon"
|
|
318
317
|
},
|
|
319
318
|
{
|
|
320
|
-
"
|
|
319
|
+
"type": "typography",
|
|
321
320
|
"variant": "h2",
|
|
322
|
-
"
|
|
321
|
+
"content": "Feed"
|
|
323
322
|
}
|
|
324
323
|
],
|
|
325
|
-
"
|
|
326
|
-
"direction": "horizontal"
|
|
324
|
+
"align": "center"
|
|
327
325
|
},
|
|
328
326
|
{
|
|
329
|
-
"direction": "horizontal",
|
|
330
327
|
"children": [
|
|
331
328
|
{
|
|
332
329
|
"label": "New Post",
|
|
330
|
+
"icon": "plus",
|
|
333
331
|
"type": "button",
|
|
334
|
-
"action": "CREATE",
|
|
335
332
|
"variant": "primary",
|
|
336
|
-
"
|
|
333
|
+
"action": "CREATE"
|
|
337
334
|
}
|
|
338
335
|
],
|
|
336
|
+
"type": "stack",
|
|
339
337
|
"gap": "sm",
|
|
340
|
-
"
|
|
338
|
+
"direction": "horizontal"
|
|
341
339
|
}
|
|
342
340
|
],
|
|
343
|
-
"direction": "horizontal",
|
|
344
|
-
"justify": "between",
|
|
345
341
|
"align": "center",
|
|
346
|
-
"
|
|
347
|
-
"
|
|
342
|
+
"direction": "horizontal",
|
|
343
|
+
"justify": "between"
|
|
348
344
|
},
|
|
349
345
|
{
|
|
350
346
|
"type": "divider"
|
|
351
347
|
},
|
|
352
348
|
{
|
|
353
|
-
"variant": "card",
|
|
354
|
-
"gap": "sm",
|
|
355
349
|
"entity": "@payload.data",
|
|
356
350
|
"fields": [],
|
|
357
|
-
"type": "data-list",
|
|
358
351
|
"columns": [
|
|
359
352
|
{
|
|
360
353
|
"name": "title",
|
|
@@ -367,31 +360,38 @@
|
|
|
367
360
|
"format": "number"
|
|
368
361
|
},
|
|
369
362
|
{
|
|
370
|
-
"
|
|
371
|
-
"
|
|
363
|
+
"variant": "body",
|
|
364
|
+
"name": "author"
|
|
372
365
|
},
|
|
373
366
|
{
|
|
374
|
-
"
|
|
375
|
-
"
|
|
367
|
+
"name": "content",
|
|
368
|
+
"variant": "body"
|
|
376
369
|
},
|
|
377
370
|
{
|
|
378
371
|
"name": "createdAt",
|
|
379
372
|
"format": "date",
|
|
380
|
-
"
|
|
381
|
-
"
|
|
373
|
+
"variant": "caption",
|
|
374
|
+
"label": "Posted"
|
|
382
375
|
}
|
|
383
376
|
],
|
|
377
|
+
"variant": "card",
|
|
378
|
+
"type": "data-list",
|
|
379
|
+
"gap": "sm",
|
|
384
380
|
"itemActions": [
|
|
385
381
|
{
|
|
386
|
-
"
|
|
382
|
+
"label": "View",
|
|
387
383
|
"event": "VIEW",
|
|
388
|
-
"
|
|
384
|
+
"variant": "ghost"
|
|
389
385
|
}
|
|
390
386
|
]
|
|
391
387
|
}
|
|
392
|
-
]
|
|
388
|
+
],
|
|
389
|
+
"direction": "vertical",
|
|
390
|
+
"type": "stack",
|
|
391
|
+
"gap": "lg"
|
|
393
392
|
}
|
|
394
|
-
]
|
|
393
|
+
],
|
|
394
|
+
"type": "dashboard-layout"
|
|
395
395
|
}
|
|
396
396
|
]
|
|
397
397
|
]
|
|
@@ -405,36 +405,36 @@
|
|
|
405
405
|
"render-ui",
|
|
406
406
|
"main",
|
|
407
407
|
{
|
|
408
|
+
"gap": "md",
|
|
408
409
|
"align": "center",
|
|
410
|
+
"className": "py-12",
|
|
411
|
+
"type": "stack",
|
|
409
412
|
"children": [
|
|
410
413
|
{
|
|
411
|
-
"name": "alert-triangle",
|
|
412
414
|
"type": "icon",
|
|
415
|
+
"name": "alert-triangle",
|
|
413
416
|
"color": "destructive"
|
|
414
417
|
},
|
|
415
418
|
{
|
|
416
419
|
"content": "Failed to load post",
|
|
417
|
-
"
|
|
418
|
-
"
|
|
420
|
+
"type": "typography",
|
|
421
|
+
"variant": "h3"
|
|
419
422
|
},
|
|
420
423
|
{
|
|
421
|
-
"color": "muted",
|
|
422
|
-
"variant": "body",
|
|
423
424
|
"content": "@payload.error",
|
|
425
|
+
"variant": "body",
|
|
426
|
+
"color": "muted",
|
|
424
427
|
"type": "typography"
|
|
425
428
|
},
|
|
426
429
|
{
|
|
427
|
-
"label": "Retry",
|
|
428
|
-
"action": "INIT",
|
|
429
430
|
"type": "button",
|
|
430
|
-
"
|
|
431
|
-
"icon": "rotate-ccw"
|
|
431
|
+
"action": "INIT",
|
|
432
|
+
"icon": "rotate-ccw",
|
|
433
|
+
"label": "Retry",
|
|
434
|
+
"variant": "primary"
|
|
432
435
|
}
|
|
433
436
|
],
|
|
434
|
-
"
|
|
435
|
-
"type": "stack",
|
|
436
|
-
"direction": "vertical",
|
|
437
|
-
"className": "py-12"
|
|
437
|
+
"direction": "vertical"
|
|
438
438
|
}
|
|
439
439
|
]
|
|
440
440
|
]
|
|
@@ -604,8 +604,8 @@
|
|
|
604
604
|
"Post",
|
|
605
605
|
{
|
|
606
606
|
"emit": {
|
|
607
|
-
"
|
|
608
|
-
"
|
|
607
|
+
"success": "PostLoaded",
|
|
608
|
+
"failure": "PostLoadFailed"
|
|
609
609
|
}
|
|
610
610
|
}
|
|
611
611
|
],
|
|
@@ -614,41 +614,41 @@
|
|
|
614
614
|
"modal",
|
|
615
615
|
{
|
|
616
616
|
"direction": "vertical",
|
|
617
|
-
"type": "stack",
|
|
618
|
-
"gap": "md",
|
|
619
617
|
"children": [
|
|
620
618
|
{
|
|
621
|
-
"direction": "horizontal",
|
|
622
|
-
"type": "stack",
|
|
623
|
-
"gap": "sm",
|
|
624
619
|
"children": [
|
|
625
620
|
{
|
|
626
621
|
"type": "icon",
|
|
627
622
|
"name": "plus-circle"
|
|
628
623
|
},
|
|
629
624
|
{
|
|
625
|
+
"type": "typography",
|
|
630
626
|
"content": "Create Post",
|
|
631
|
-
"variant": "h3"
|
|
632
|
-
"type": "typography"
|
|
627
|
+
"variant": "h3"
|
|
633
628
|
}
|
|
634
|
-
]
|
|
629
|
+
],
|
|
630
|
+
"direction": "horizontal",
|
|
631
|
+
"gap": "sm",
|
|
632
|
+
"type": "stack"
|
|
635
633
|
},
|
|
636
634
|
{
|
|
637
635
|
"type": "divider"
|
|
638
636
|
},
|
|
639
637
|
{
|
|
638
|
+
"mode": "create",
|
|
639
|
+
"cancelEvent": "CLOSE",
|
|
640
640
|
"fields": [
|
|
641
641
|
"title",
|
|
642
642
|
"content",
|
|
643
643
|
"author",
|
|
644
644
|
"likes"
|
|
645
645
|
],
|
|
646
|
-
"
|
|
647
|
-
"
|
|
648
|
-
"type": "form-section",
|
|
649
|
-
"submitEvent": "SAVE"
|
|
646
|
+
"submitEvent": "SAVE",
|
|
647
|
+
"type": "form-section"
|
|
650
648
|
}
|
|
651
|
-
]
|
|
649
|
+
],
|
|
650
|
+
"type": "stack",
|
|
651
|
+
"gap": "md"
|
|
652
652
|
}
|
|
653
653
|
]
|
|
654
654
|
]
|
|
@@ -842,132 +842,132 @@
|
|
|
842
842
|
"render-ui",
|
|
843
843
|
"modal",
|
|
844
844
|
{
|
|
845
|
+
"direction": "vertical",
|
|
845
846
|
"children": [
|
|
846
847
|
{
|
|
847
848
|
"align": "center",
|
|
849
|
+
"direction": "horizontal",
|
|
850
|
+
"type": "stack",
|
|
851
|
+
"gap": "sm",
|
|
848
852
|
"children": [
|
|
849
853
|
{
|
|
850
|
-
"
|
|
851
|
-
"
|
|
854
|
+
"type": "icon",
|
|
855
|
+
"name": "eye"
|
|
852
856
|
},
|
|
853
857
|
{
|
|
854
|
-
"variant": "h3",
|
|
855
858
|
"type": "typography",
|
|
856
|
-
"content": "@entity.title"
|
|
859
|
+
"content": "@entity.title",
|
|
860
|
+
"variant": "h3"
|
|
857
861
|
}
|
|
858
|
-
]
|
|
859
|
-
"direction": "horizontal",
|
|
860
|
-
"type": "stack",
|
|
861
|
-
"gap": "sm"
|
|
862
|
+
]
|
|
862
863
|
},
|
|
863
864
|
{
|
|
864
865
|
"type": "divider"
|
|
865
866
|
},
|
|
866
867
|
{
|
|
867
868
|
"type": "stack",
|
|
869
|
+
"direction": "horizontal",
|
|
868
870
|
"children": [
|
|
869
871
|
{
|
|
872
|
+
"type": "typography",
|
|
870
873
|
"variant": "caption",
|
|
871
|
-
"content": "Title"
|
|
872
|
-
"type": "typography"
|
|
874
|
+
"content": "Title"
|
|
873
875
|
},
|
|
874
876
|
{
|
|
875
|
-
"variant": "body",
|
|
876
877
|
"content": "@entity.title",
|
|
877
|
-
"type": "typography"
|
|
878
|
+
"type": "typography",
|
|
879
|
+
"variant": "body"
|
|
878
880
|
}
|
|
879
881
|
],
|
|
880
|
-
"direction": "horizontal",
|
|
881
882
|
"gap": "md"
|
|
882
883
|
},
|
|
883
884
|
{
|
|
884
885
|
"type": "stack",
|
|
885
|
-
"gap": "md",
|
|
886
|
-
"direction": "horizontal",
|
|
887
886
|
"children": [
|
|
888
887
|
{
|
|
889
888
|
"content": "Content",
|
|
890
|
-
"
|
|
891
|
-
"
|
|
889
|
+
"type": "typography",
|
|
890
|
+
"variant": "caption"
|
|
892
891
|
},
|
|
893
892
|
{
|
|
894
893
|
"variant": "body",
|
|
895
|
-
"
|
|
896
|
-
"
|
|
894
|
+
"type": "typography",
|
|
895
|
+
"content": "@entity.content"
|
|
897
896
|
}
|
|
898
|
-
]
|
|
897
|
+
],
|
|
898
|
+
"direction": "horizontal",
|
|
899
|
+
"gap": "md"
|
|
899
900
|
},
|
|
900
901
|
{
|
|
901
|
-
"direction": "horizontal",
|
|
902
|
-
"type": "stack",
|
|
903
902
|
"children": [
|
|
904
903
|
{
|
|
905
|
-
"type": "typography",
|
|
906
904
|
"variant": "caption",
|
|
905
|
+
"type": "typography",
|
|
907
906
|
"content": "Author"
|
|
908
907
|
},
|
|
909
908
|
{
|
|
910
|
-
"content": "@entity.author",
|
|
911
909
|
"variant": "body",
|
|
910
|
+
"content": "@entity.author",
|
|
912
911
|
"type": "typography"
|
|
913
912
|
}
|
|
914
913
|
],
|
|
915
|
-
"
|
|
914
|
+
"direction": "horizontal",
|
|
915
|
+
"gap": "md",
|
|
916
|
+
"type": "stack"
|
|
916
917
|
},
|
|
917
918
|
{
|
|
918
|
-
"type": "stack",
|
|
919
|
-
"gap": "md",
|
|
920
919
|
"children": [
|
|
921
920
|
{
|
|
921
|
+
"content": "Created At",
|
|
922
922
|
"type": "typography",
|
|
923
|
-
"variant": "caption"
|
|
924
|
-
"content": "Created At"
|
|
923
|
+
"variant": "caption"
|
|
925
924
|
},
|
|
926
925
|
{
|
|
927
926
|
"type": "typography",
|
|
928
|
-
"
|
|
929
|
-
"
|
|
927
|
+
"content": "@entity.createdAt",
|
|
928
|
+
"variant": "body"
|
|
930
929
|
}
|
|
931
930
|
],
|
|
932
|
-
"
|
|
931
|
+
"type": "stack",
|
|
932
|
+
"direction": "horizontal",
|
|
933
|
+
"gap": "md"
|
|
933
934
|
},
|
|
934
935
|
{
|
|
935
|
-
"gap": "md",
|
|
936
936
|
"children": [
|
|
937
937
|
{
|
|
938
|
-
"variant": "caption",
|
|
939
938
|
"content": "Likes",
|
|
940
|
-
"type": "typography"
|
|
939
|
+
"type": "typography",
|
|
940
|
+
"variant": "caption"
|
|
941
941
|
},
|
|
942
942
|
{
|
|
943
|
-
"type": "typography",
|
|
944
943
|
"variant": "body",
|
|
945
|
-
"content": "@entity.likes"
|
|
944
|
+
"content": "@entity.likes",
|
|
945
|
+
"type": "typography"
|
|
946
946
|
}
|
|
947
947
|
],
|
|
948
|
-
"
|
|
949
|
-
"
|
|
948
|
+
"direction": "horizontal",
|
|
949
|
+
"gap": "md",
|
|
950
|
+
"type": "stack"
|
|
950
951
|
},
|
|
951
952
|
{
|
|
952
953
|
"type": "divider"
|
|
953
954
|
},
|
|
954
955
|
{
|
|
955
|
-
"
|
|
956
|
+
"justify": "end",
|
|
957
|
+
"gap": "sm",
|
|
956
958
|
"direction": "horizontal",
|
|
959
|
+
"type": "stack",
|
|
957
960
|
"children": [
|
|
958
961
|
{
|
|
959
962
|
"label": "Close",
|
|
963
|
+
"type": "button",
|
|
960
964
|
"variant": "ghost",
|
|
961
|
-
"action": "CLOSE"
|
|
962
|
-
"type": "button"
|
|
965
|
+
"action": "CLOSE"
|
|
963
966
|
}
|
|
964
|
-
]
|
|
965
|
-
"justify": "end",
|
|
966
|
-
"gap": "sm"
|
|
967
|
+
]
|
|
967
968
|
}
|
|
968
969
|
],
|
|
969
970
|
"gap": "md",
|
|
970
|
-
"direction": "vertical",
|
|
971
971
|
"type": "stack"
|
|
972
972
|
}
|
|
973
973
|
]
|
|
@@ -1168,8 +1168,8 @@
|
|
|
1168
1168
|
"Comment",
|
|
1169
1169
|
{
|
|
1170
1170
|
"emit": {
|
|
1171
|
-
"
|
|
1172
|
-
"
|
|
1171
|
+
"failure": "CommentLoadFailed",
|
|
1172
|
+
"success": "CommentLoaded"
|
|
1173
1173
|
}
|
|
1174
1174
|
}
|
|
1175
1175
|
],
|
|
@@ -1177,22 +1177,22 @@
|
|
|
1177
1177
|
"render-ui",
|
|
1178
1178
|
"main",
|
|
1179
1179
|
{
|
|
1180
|
+
"direction": "vertical",
|
|
1180
1181
|
"gap": "md",
|
|
1182
|
+
"align": "center",
|
|
1183
|
+
"className": "py-12",
|
|
1181
1184
|
"children": [
|
|
1182
1185
|
{
|
|
1183
1186
|
"type": "spinner"
|
|
1184
1187
|
},
|
|
1185
1188
|
{
|
|
1186
|
-
"color": "muted",
|
|
1187
1189
|
"variant": "caption",
|
|
1190
|
+
"type": "typography",
|
|
1188
1191
|
"content": "Loading…",
|
|
1189
|
-
"
|
|
1192
|
+
"color": "muted"
|
|
1190
1193
|
}
|
|
1191
1194
|
],
|
|
1192
|
-
"type": "stack"
|
|
1193
|
-
"className": "py-12",
|
|
1194
|
-
"direction": "vertical",
|
|
1195
|
-
"align": "center"
|
|
1195
|
+
"type": "stack"
|
|
1196
1196
|
}
|
|
1197
1197
|
]
|
|
1198
1198
|
]
|
|
@@ -1206,103 +1206,103 @@
|
|
|
1206
1206
|
"render-ui",
|
|
1207
1207
|
"main",
|
|
1208
1208
|
{
|
|
1209
|
-
"
|
|
1210
|
-
{
|
|
1211
|
-
"label": "Feed",
|
|
1212
|
-
"href": "/feed",
|
|
1213
|
-
"icon": "layout-list"
|
|
1214
|
-
},
|
|
1215
|
-
{
|
|
1216
|
-
"label": "Messages",
|
|
1217
|
-
"icon": "message-circle",
|
|
1218
|
-
"href": "/messages"
|
|
1219
|
-
}
|
|
1220
|
-
],
|
|
1209
|
+
"appName": "SocialFeed",
|
|
1221
1210
|
"children": [
|
|
1222
1211
|
{
|
|
1212
|
+
"type": "stack",
|
|
1213
|
+
"gap": "lg",
|
|
1214
|
+
"direction": "vertical",
|
|
1223
1215
|
"children": [
|
|
1224
1216
|
{
|
|
1217
|
+
"type": "stack",
|
|
1218
|
+
"gap": "md",
|
|
1219
|
+
"direction": "horizontal",
|
|
1220
|
+
"justify": "between",
|
|
1225
1221
|
"align": "center",
|
|
1226
1222
|
"children": [
|
|
1227
1223
|
{
|
|
1228
|
-
"align": "center",
|
|
1229
1224
|
"children": [
|
|
1230
1225
|
{
|
|
1231
|
-
"
|
|
1232
|
-
"
|
|
1226
|
+
"type": "icon",
|
|
1227
|
+
"name": "message-circle"
|
|
1233
1228
|
},
|
|
1234
1229
|
{
|
|
1230
|
+
"type": "typography",
|
|
1235
1231
|
"content": "Messages",
|
|
1236
|
-
"variant": "h2"
|
|
1237
|
-
"type": "typography"
|
|
1232
|
+
"variant": "h2"
|
|
1238
1233
|
}
|
|
1239
1234
|
],
|
|
1240
|
-
"
|
|
1235
|
+
"direction": "horizontal",
|
|
1241
1236
|
"type": "stack",
|
|
1242
|
-
"
|
|
1237
|
+
"gap": "sm",
|
|
1238
|
+
"align": "center"
|
|
1243
1239
|
},
|
|
1244
1240
|
{
|
|
1245
|
-
"direction": "horizontal",
|
|
1246
|
-
"gap": "sm",
|
|
1247
1241
|
"children": [
|
|
1248
1242
|
{
|
|
1249
|
-
"label": "Compose",
|
|
1250
|
-
"type": "button",
|
|
1251
1243
|
"action": "COMPOSE",
|
|
1244
|
+
"type": "button",
|
|
1245
|
+
"icon": "edit",
|
|
1252
1246
|
"variant": "primary",
|
|
1253
|
-
"
|
|
1247
|
+
"label": "Compose"
|
|
1254
1248
|
}
|
|
1255
1249
|
],
|
|
1256
|
-
"type": "stack"
|
|
1250
|
+
"type": "stack",
|
|
1251
|
+
"direction": "horizontal",
|
|
1252
|
+
"gap": "sm"
|
|
1257
1253
|
}
|
|
1258
|
-
]
|
|
1259
|
-
"gap": "md",
|
|
1260
|
-
"justify": "between",
|
|
1261
|
-
"direction": "horizontal",
|
|
1262
|
-
"type": "stack"
|
|
1254
|
+
]
|
|
1263
1255
|
},
|
|
1264
1256
|
{
|
|
1265
1257
|
"type": "divider"
|
|
1266
1258
|
},
|
|
1267
1259
|
{
|
|
1268
|
-
"type": "data-list",
|
|
1269
|
-
"itemActions": [
|
|
1270
|
-
{
|
|
1271
|
-
"label": "View",
|
|
1272
|
-
"event": "VIEW",
|
|
1273
|
-
"variant": "ghost"
|
|
1274
|
-
}
|
|
1275
|
-
],
|
|
1276
|
-
"gap": "sm",
|
|
1277
|
-
"variant": "card",
|
|
1278
1260
|
"entity": "@payload.data",
|
|
1279
1261
|
"fields": [],
|
|
1262
|
+
"type": "data-list",
|
|
1280
1263
|
"columns": [
|
|
1281
1264
|
{
|
|
1282
|
-
"
|
|
1265
|
+
"icon": "message-circle",
|
|
1283
1266
|
"variant": "h4",
|
|
1284
|
-
"
|
|
1267
|
+
"name": "author"
|
|
1285
1268
|
},
|
|
1286
1269
|
{
|
|
1287
|
-
"
|
|
1288
|
-
"
|
|
1270
|
+
"variant": "body",
|
|
1271
|
+
"name": "body"
|
|
1289
1272
|
},
|
|
1290
1273
|
{
|
|
1291
1274
|
"variant": "caption",
|
|
1292
1275
|
"name": "createdAt",
|
|
1293
1276
|
"format": "date"
|
|
1294
1277
|
}
|
|
1278
|
+
],
|
|
1279
|
+
"variant": "card",
|
|
1280
|
+
"gap": "sm",
|
|
1281
|
+
"itemActions": [
|
|
1282
|
+
{
|
|
1283
|
+
"label": "View",
|
|
1284
|
+
"event": "VIEW",
|
|
1285
|
+
"variant": "ghost"
|
|
1286
|
+
}
|
|
1295
1287
|
]
|
|
1296
1288
|
}
|
|
1297
1289
|
],
|
|
1298
|
-
"type": "stack",
|
|
1299
|
-
"direction": "vertical",
|
|
1300
|
-
"gap": "lg",
|
|
1301
1290
|
"className": "max-w-5xl mx-auto w-full"
|
|
1302
1291
|
}
|
|
1303
1292
|
],
|
|
1304
1293
|
"type": "dashboard-layout",
|
|
1305
|
-
"
|
|
1294
|
+
"navItems": [
|
|
1295
|
+
{
|
|
1296
|
+
"href": "/feed",
|
|
1297
|
+
"icon": "layout-list",
|
|
1298
|
+
"label": "Feed"
|
|
1299
|
+
},
|
|
1300
|
+
{
|
|
1301
|
+
"href": "/messages",
|
|
1302
|
+
"icon": "message-circle",
|
|
1303
|
+
"label": "Messages"
|
|
1304
|
+
}
|
|
1305
|
+
]
|
|
1306
1306
|
}
|
|
1307
1307
|
]
|
|
1308
1308
|
]
|
|
@@ -1316,36 +1316,36 @@
|
|
|
1316
1316
|
"render-ui",
|
|
1317
1317
|
"main",
|
|
1318
1318
|
{
|
|
1319
|
-
"
|
|
1320
|
-
"align": "center",
|
|
1321
|
-
"direction": "vertical",
|
|
1322
|
-
"className": "py-12",
|
|
1319
|
+
"gap": "md",
|
|
1323
1320
|
"children": [
|
|
1324
1321
|
{
|
|
1325
|
-
"color": "destructive",
|
|
1326
1322
|
"type": "icon",
|
|
1327
|
-
"name": "alert-triangle"
|
|
1323
|
+
"name": "alert-triangle",
|
|
1324
|
+
"color": "destructive"
|
|
1328
1325
|
},
|
|
1329
1326
|
{
|
|
1330
|
-
"
|
|
1327
|
+
"type": "typography",
|
|
1331
1328
|
"variant": "h3",
|
|
1332
|
-
"
|
|
1329
|
+
"content": "Failed to load comment"
|
|
1333
1330
|
},
|
|
1334
1331
|
{
|
|
1335
|
-
"content": "@payload.error",
|
|
1336
1332
|
"type": "typography",
|
|
1337
1333
|
"variant": "body",
|
|
1334
|
+
"content": "@payload.error",
|
|
1338
1335
|
"color": "muted"
|
|
1339
1336
|
},
|
|
1340
1337
|
{
|
|
1341
1338
|
"label": "Retry",
|
|
1342
|
-
"variant": "primary",
|
|
1343
|
-
"type": "button",
|
|
1344
1339
|
"icon": "rotate-ccw",
|
|
1345
|
-
"
|
|
1340
|
+
"type": "button",
|
|
1341
|
+
"action": "INIT",
|
|
1342
|
+
"variant": "primary"
|
|
1346
1343
|
}
|
|
1347
1344
|
],
|
|
1348
|
-
"
|
|
1345
|
+
"type": "stack",
|
|
1346
|
+
"direction": "vertical",
|
|
1347
|
+
"className": "py-12",
|
|
1348
|
+
"align": "center"
|
|
1349
1349
|
}
|
|
1350
1350
|
]
|
|
1351
1351
|
]
|
|
@@ -1516,41 +1516,41 @@
|
|
|
1516
1516
|
"render-ui",
|
|
1517
1517
|
"modal",
|
|
1518
1518
|
{
|
|
1519
|
+
"direction": "vertical",
|
|
1519
1520
|
"type": "stack",
|
|
1521
|
+
"gap": "md",
|
|
1520
1522
|
"children": [
|
|
1521
1523
|
{
|
|
1524
|
+
"direction": "horizontal",
|
|
1525
|
+
"type": "stack",
|
|
1526
|
+
"gap": "sm",
|
|
1522
1527
|
"children": [
|
|
1523
1528
|
{
|
|
1524
1529
|
"name": "edit",
|
|
1525
1530
|
"type": "icon"
|
|
1526
1531
|
},
|
|
1527
1532
|
{
|
|
1528
|
-
"
|
|
1533
|
+
"variant": "h3",
|
|
1529
1534
|
"type": "typography",
|
|
1530
|
-
"
|
|
1535
|
+
"content": "New Comment"
|
|
1531
1536
|
}
|
|
1532
|
-
]
|
|
1533
|
-
"gap": "sm",
|
|
1534
|
-
"direction": "horizontal",
|
|
1535
|
-
"type": "stack"
|
|
1537
|
+
]
|
|
1536
1538
|
},
|
|
1537
1539
|
{
|
|
1538
1540
|
"type": "divider"
|
|
1539
1541
|
},
|
|
1540
1542
|
{
|
|
1541
|
-
"cancelEvent": "CLOSE",
|
|
1542
1543
|
"submitEvent": "SEND",
|
|
1543
|
-
"mode": "create",
|
|
1544
1544
|
"fields": [
|
|
1545
1545
|
"body",
|
|
1546
1546
|
"author",
|
|
1547
1547
|
"postId"
|
|
1548
1548
|
],
|
|
1549
|
+
"cancelEvent": "CLOSE",
|
|
1550
|
+
"mode": "create",
|
|
1549
1551
|
"type": "form-section"
|
|
1550
1552
|
}
|
|
1551
|
-
]
|
|
1552
|
-
"direction": "vertical",
|
|
1553
|
-
"gap": "md"
|
|
1553
|
+
]
|
|
1554
1554
|
}
|
|
1555
1555
|
]
|
|
1556
1556
|
]
|
|
@@ -1591,8 +1591,8 @@
|
|
|
1591
1591
|
"@payload.data",
|
|
1592
1592
|
{
|
|
1593
1593
|
"emit": {
|
|
1594
|
-
"
|
|
1595
|
-
"
|
|
1594
|
+
"failure": "CommentSaveFailed",
|
|
1595
|
+
"success": "CommentSaved"
|
|
1596
1596
|
}
|
|
1597
1597
|
}
|
|
1598
1598
|
],
|
|
@@ -1725,21 +1725,21 @@
|
|
|
1725
1725
|
"fetch",
|
|
1726
1726
|
"Comment",
|
|
1727
1727
|
{
|
|
1728
|
-
"id": "@payload.id",
|
|
1729
1728
|
"emit": {
|
|
1730
|
-
"
|
|
1731
|
-
"
|
|
1732
|
-
}
|
|
1729
|
+
"failure": "CommentLoadFailed",
|
|
1730
|
+
"success": "CommentLoaded"
|
|
1731
|
+
},
|
|
1732
|
+
"id": "@payload.id"
|
|
1733
1733
|
}
|
|
1734
1734
|
],
|
|
1735
1735
|
[
|
|
1736
1736
|
"render-ui",
|
|
1737
1737
|
"modal",
|
|
1738
1738
|
{
|
|
1739
|
+
"gap": "md",
|
|
1740
|
+
"type": "stack",
|
|
1739
1741
|
"children": [
|
|
1740
1742
|
{
|
|
1741
|
-
"direction": "horizontal",
|
|
1742
|
-
"gap": "sm",
|
|
1743
1743
|
"children": [
|
|
1744
1744
|
{
|
|
1745
1745
|
"type": "icon",
|
|
@@ -1747,25 +1747,27 @@
|
|
|
1747
1747
|
},
|
|
1748
1748
|
{
|
|
1749
1749
|
"variant": "h3",
|
|
1750
|
-
"
|
|
1751
|
-
"
|
|
1750
|
+
"content": "@entity.body",
|
|
1751
|
+
"type": "typography"
|
|
1752
1752
|
}
|
|
1753
1753
|
],
|
|
1754
|
+
"gap": "sm",
|
|
1755
|
+
"align": "center",
|
|
1754
1756
|
"type": "stack",
|
|
1755
|
-
"
|
|
1757
|
+
"direction": "horizontal"
|
|
1756
1758
|
},
|
|
1757
1759
|
{
|
|
1758
1760
|
"type": "divider"
|
|
1759
1761
|
},
|
|
1760
1762
|
{
|
|
1761
|
-
"gap": "md",
|
|
1762
|
-
"type": "stack",
|
|
1763
1763
|
"direction": "horizontal",
|
|
1764
|
+
"type": "stack",
|
|
1765
|
+
"gap": "md",
|
|
1764
1766
|
"children": [
|
|
1765
1767
|
{
|
|
1766
1768
|
"type": "typography",
|
|
1767
|
-
"
|
|
1768
|
-
"
|
|
1769
|
+
"content": "Body",
|
|
1770
|
+
"variant": "caption"
|
|
1769
1771
|
},
|
|
1770
1772
|
{
|
|
1771
1773
|
"content": "@entity.body",
|
|
@@ -1775,6 +1777,9 @@
|
|
|
1775
1777
|
]
|
|
1776
1778
|
},
|
|
1777
1779
|
{
|
|
1780
|
+
"direction": "horizontal",
|
|
1781
|
+
"gap": "md",
|
|
1782
|
+
"type": "stack",
|
|
1778
1783
|
"children": [
|
|
1779
1784
|
{
|
|
1780
1785
|
"type": "typography",
|
|
@@ -1782,41 +1787,38 @@
|
|
|
1782
1787
|
"content": "Author"
|
|
1783
1788
|
},
|
|
1784
1789
|
{
|
|
1790
|
+
"content": "@entity.author",
|
|
1785
1791
|
"variant": "body",
|
|
1786
|
-
"type": "typography"
|
|
1787
|
-
"content": "@entity.author"
|
|
1792
|
+
"type": "typography"
|
|
1788
1793
|
}
|
|
1789
|
-
]
|
|
1790
|
-
"gap": "md",
|
|
1791
|
-
"type": "stack",
|
|
1792
|
-
"direction": "horizontal"
|
|
1794
|
+
]
|
|
1793
1795
|
},
|
|
1794
1796
|
{
|
|
1795
|
-
"gap": "md",
|
|
1796
|
-
"type": "stack",
|
|
1797
|
-
"direction": "horizontal",
|
|
1798
1797
|
"children": [
|
|
1799
1798
|
{
|
|
1799
|
+
"variant": "caption",
|
|
1800
1800
|
"content": "Post ID",
|
|
1801
|
-
"type": "typography"
|
|
1802
|
-
"variant": "caption"
|
|
1801
|
+
"type": "typography"
|
|
1803
1802
|
},
|
|
1804
1803
|
{
|
|
1805
|
-
"variant": "body",
|
|
1806
1804
|
"content": "@entity.postId",
|
|
1807
|
-
"type": "typography"
|
|
1805
|
+
"type": "typography",
|
|
1806
|
+
"variant": "body"
|
|
1808
1807
|
}
|
|
1809
|
-
]
|
|
1808
|
+
],
|
|
1809
|
+
"gap": "md",
|
|
1810
|
+
"type": "stack",
|
|
1811
|
+
"direction": "horizontal"
|
|
1810
1812
|
},
|
|
1811
1813
|
{
|
|
1814
|
+
"direction": "horizontal",
|
|
1812
1815
|
"gap": "md",
|
|
1813
1816
|
"type": "stack",
|
|
1814
|
-
"direction": "horizontal",
|
|
1815
1817
|
"children": [
|
|
1816
1818
|
{
|
|
1819
|
+
"type": "typography",
|
|
1817
1820
|
"content": "Created At",
|
|
1818
|
-
"variant": "caption"
|
|
1819
|
-
"type": "typography"
|
|
1821
|
+
"variant": "caption"
|
|
1820
1822
|
},
|
|
1821
1823
|
{
|
|
1822
1824
|
"type": "typography",
|
|
@@ -1831,21 +1833,19 @@
|
|
|
1831
1833
|
{
|
|
1832
1834
|
"children": [
|
|
1833
1835
|
{
|
|
1834
|
-
"
|
|
1836
|
+
"variant": "ghost",
|
|
1835
1837
|
"action": "CLOSE",
|
|
1836
1838
|
"label": "Close",
|
|
1837
|
-
"
|
|
1839
|
+
"type": "button"
|
|
1838
1840
|
}
|
|
1839
1841
|
],
|
|
1840
|
-
"direction": "horizontal",
|
|
1841
|
-
"type": "stack",
|
|
1842
1842
|
"gap": "sm",
|
|
1843
|
-
"justify": "end"
|
|
1843
|
+
"justify": "end",
|
|
1844
|
+
"type": "stack",
|
|
1845
|
+
"direction": "horizontal"
|
|
1844
1846
|
}
|
|
1845
1847
|
],
|
|
1846
|
-
"
|
|
1847
|
-
"direction": "vertical",
|
|
1848
|
-
"gap": "md"
|
|
1848
|
+
"direction": "vertical"
|
|
1849
1849
|
}
|
|
1850
1850
|
]
|
|
1851
1851
|
]
|
|
@@ -1917,4 +1917,4 @@
|
|
|
1917
1917
|
]
|
|
1918
1918
|
}
|
|
1919
1919
|
]
|
|
1920
|
-
}
|
|
1920
|
+
}
|