@almadar/std 7.4.7 → 7.4.8
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/atoms/std-agent-activity-log.orb +45 -45
- package/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
- package/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
- package/behaviors/registry/atoms/std-agent-completion.orb +92 -92
- package/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
- package/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
- package/behaviors/registry/atoms/std-agent-memory.orb +72 -72
- package/behaviors/registry/atoms/std-agent-provider.orb +106 -106
- package/behaviors/registry/atoms/std-agent-search.orb +38 -38
- package/behaviors/registry/atoms/std-agent-session.orb +70 -70
- package/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
- package/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
- package/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
- package/behaviors/registry/atoms/std-async.orb +224 -132
- package/behaviors/registry/atoms/std-autoregressive.orb +60 -60
- package/behaviors/registry/atoms/std-browse.orb +59 -59
- package/behaviors/registry/atoms/std-cache-aside.orb +322 -306
- package/behaviors/registry/atoms/std-calendar.orb +166 -166
- package/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
- package/behaviors/registry/atoms/std-collision.orb +133 -133
- package/behaviors/registry/atoms/std-combat-log.orb +9 -9
- package/behaviors/registry/atoms/std-combat.orb +63 -63
- package/behaviors/registry/atoms/std-confirmation.orb +21 -21
- package/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
- package/behaviors/registry/atoms/std-display.orb +366 -366
- package/behaviors/registry/atoms/std-drawer.orb +119 -119
- package/behaviors/registry/atoms/std-filter.orb +94 -94
- package/behaviors/registry/atoms/std-flip-card.orb +145 -145
- package/behaviors/registry/atoms/std-gallery.orb +51 -51
- package/behaviors/registry/atoms/std-game-audio.orb +88 -88
- package/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
- package/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
- package/behaviors/registry/atoms/std-game-hud.orb +15 -15
- package/behaviors/registry/atoms/std-game-menu.orb +21 -21
- package/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
- package/behaviors/registry/atoms/std-gameflow.orb +44 -44
- package/behaviors/registry/atoms/std-input.orb +107 -107
- package/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
- package/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
- package/behaviors/registry/atoms/std-loading.orb +82 -82
- package/behaviors/registry/atoms/std-modal.orb +11 -11
- package/behaviors/registry/atoms/std-movement.orb +285 -285
- package/behaviors/registry/atoms/std-notification.orb +60 -60
- package/behaviors/registry/atoms/std-overworld.orb +111 -111
- package/behaviors/registry/atoms/std-pagination.orb +45 -45
- package/behaviors/registry/atoms/std-physics2d.orb +77 -77
- package/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
- package/behaviors/registry/atoms/std-push.orb +44 -44
- package/behaviors/registry/atoms/std-quest.orb +314 -314
- package/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
- package/behaviors/registry/atoms/std-rating.orb +45 -45
- package/behaviors/registry/atoms/std-related.orb +38 -38
- package/behaviors/registry/atoms/std-score-board.orb +11 -11
- package/behaviors/registry/atoms/std-score.orb +125 -125
- package/behaviors/registry/atoms/std-search.orb +77 -77
- package/behaviors/registry/atoms/std-selection.orb +184 -184
- package/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
- package/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
- package/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
- package/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
- package/behaviors/registry/atoms/std-service-email.orb +88 -88
- package/behaviors/registry/atoms/std-service-github.orb +88 -88
- package/behaviors/registry/atoms/std-service-llm.orb +110 -110
- package/behaviors/registry/atoms/std-service-oauth.orb +125 -125
- package/behaviors/registry/atoms/std-service-redis.orb +87 -87
- package/behaviors/registry/atoms/std-service-storage.orb +101 -101
- package/behaviors/registry/atoms/std-service-stripe.orb +99 -99
- package/behaviors/registry/atoms/std-service-twilio.orb +103 -103
- package/behaviors/registry/atoms/std-service-youtube.orb +111 -111
- package/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
- package/behaviors/registry/atoms/std-sort.orb +198 -198
- package/behaviors/registry/atoms/std-sprite.orb +54 -54
- package/behaviors/registry/atoms/std-tabs.orb +47 -47
- package/behaviors/registry/atoms/std-text-effects.orb +125 -125
- package/behaviors/registry/atoms/std-theme.orb +114 -114
- package/behaviors/registry/atoms/std-timer.orb +298 -298
- package/behaviors/registry/atoms/std-undo.orb +186 -186
- package/behaviors/registry/atoms/std-upload.orb +88 -88
- package/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
- package/behaviors/registry/atoms/std-wizard.orb +261 -261
- package/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
- package/behaviors/registry/molecules/std-agent-learner.orb +180 -180
- package/behaviors/registry/molecules/std-agent-planner.orb +136 -136
- package/behaviors/registry/molecules/std-agent-rag.orb +106 -106
- package/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
- package/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
- package/behaviors/registry/molecules/std-builder-game.orb +20 -20
- package/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
- package/behaviors/registry/molecules/std-cart.orb +47 -47
- package/behaviors/registry/molecules/std-classifier-game.orb +16 -16
- package/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
- package/behaviors/registry/molecules/std-debugger-game.orb +13 -13
- package/behaviors/registry/molecules/std-detail.orb +78 -78
- package/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
- package/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
- package/behaviors/registry/molecules/std-filtered-list.orb +4 -4
- package/behaviors/registry/molecules/std-form-advanced.orb +134 -134
- package/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
- package/behaviors/registry/molecules/std-geospatial.orb +81 -81
- package/behaviors/registry/molecules/std-inventory.orb +53 -53
- package/behaviors/registry/molecules/std-list.orb +57 -57
- package/behaviors/registry/molecules/std-messaging.orb +67 -67
- package/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
- package/behaviors/registry/molecules/std-platformer-game.orb +67 -67
- package/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
- package/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
- package/behaviors/registry/molecules/std-quiz.orb +204 -204
- package/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
- package/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
- package/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
- package/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
- package/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
- package/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
- package/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
- package/behaviors/registry/molecules/std-simulator-game.orb +18 -18
- package/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
- package/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
- package/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
- package/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
- package/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
- package/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
- package/behaviors/registry/organisms/std-api-gateway.orb +808 -808
- package/behaviors/registry/organisms/std-arcade-game.orb +131 -131
- package/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
- package/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
- package/behaviors/registry/organisms/std-cms.orb +393 -393
- package/behaviors/registry/organisms/std-coding-academy.orb +397 -397
- package/behaviors/registry/organisms/std-crm.orb +751 -751
- package/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
- package/behaviors/registry/organisms/std-ecommerce.orb +858 -858
- package/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
- package/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
- package/behaviors/registry/organisms/std-helpdesk.orb +635 -635
- package/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
- package/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
- package/behaviors/registry/organisms/std-lms.orb +834 -834
- package/behaviors/registry/organisms/std-logic-training.orb +73 -73
- package/behaviors/registry/organisms/std-platformer-app.orb +209 -209
- package/behaviors/registry/organisms/std-project-manager.orb +661 -661
- package/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
- package/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
- package/behaviors/registry/organisms/std-rpg-game.orb +630 -630
- package/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
- package/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
- package/behaviors/registry/organisms/std-social-feed.orb +188 -188
- package/behaviors/registry/organisms/std-stem-lab.orb +374 -374
- package/behaviors/registry/organisms/std-strategy-game.orb +472 -472
- package/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
- package/dist/behaviors/registry/atoms/std-agent-activity-log.orb +45 -45
- package/dist/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
- package/dist/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
- package/dist/behaviors/registry/atoms/std-agent-completion.orb +92 -92
- package/dist/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
- package/dist/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
- package/dist/behaviors/registry/atoms/std-agent-memory.orb +72 -72
- package/dist/behaviors/registry/atoms/std-agent-provider.orb +106 -106
- package/dist/behaviors/registry/atoms/std-agent-search.orb +38 -38
- package/dist/behaviors/registry/atoms/std-agent-session.orb +70 -70
- package/dist/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
- package/dist/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
- package/dist/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
- package/dist/behaviors/registry/atoms/std-async.orb +224 -132
- package/dist/behaviors/registry/atoms/std-autoregressive.orb +60 -60
- package/dist/behaviors/registry/atoms/std-browse.orb +59 -59
- package/dist/behaviors/registry/atoms/std-cache-aside.orb +322 -306
- package/dist/behaviors/registry/atoms/std-calendar.orb +166 -166
- package/dist/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
- package/dist/behaviors/registry/atoms/std-collision.orb +133 -133
- package/dist/behaviors/registry/atoms/std-combat-log.orb +9 -9
- package/dist/behaviors/registry/atoms/std-combat.orb +63 -63
- package/dist/behaviors/registry/atoms/std-confirmation.orb +21 -21
- package/dist/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
- package/dist/behaviors/registry/atoms/std-display.orb +366 -366
- package/dist/behaviors/registry/atoms/std-drawer.orb +119 -119
- package/dist/behaviors/registry/atoms/std-filter.orb +94 -94
- package/dist/behaviors/registry/atoms/std-flip-card.orb +145 -145
- package/dist/behaviors/registry/atoms/std-gallery.orb +51 -51
- package/dist/behaviors/registry/atoms/std-game-audio.orb +88 -88
- package/dist/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
- package/dist/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
- package/dist/behaviors/registry/atoms/std-game-hud.orb +15 -15
- package/dist/behaviors/registry/atoms/std-game-menu.orb +21 -21
- package/dist/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
- package/dist/behaviors/registry/atoms/std-gameflow.orb +44 -44
- package/dist/behaviors/registry/atoms/std-input.orb +107 -107
- package/dist/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
- package/dist/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
- package/dist/behaviors/registry/atoms/std-loading.orb +82 -82
- package/dist/behaviors/registry/atoms/std-modal.orb +11 -11
- package/dist/behaviors/registry/atoms/std-movement.orb +285 -285
- package/dist/behaviors/registry/atoms/std-notification.orb +60 -60
- package/dist/behaviors/registry/atoms/std-overworld.orb +111 -111
- package/dist/behaviors/registry/atoms/std-pagination.orb +45 -45
- package/dist/behaviors/registry/atoms/std-physics2d.orb +77 -77
- package/dist/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
- package/dist/behaviors/registry/atoms/std-push.orb +44 -44
- package/dist/behaviors/registry/atoms/std-quest.orb +314 -314
- package/dist/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
- package/dist/behaviors/registry/atoms/std-rating.orb +45 -45
- package/dist/behaviors/registry/atoms/std-related.orb +38 -38
- package/dist/behaviors/registry/atoms/std-score-board.orb +11 -11
- package/dist/behaviors/registry/atoms/std-score.orb +125 -125
- package/dist/behaviors/registry/atoms/std-search.orb +77 -77
- package/dist/behaviors/registry/atoms/std-selection.orb +184 -184
- package/dist/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
- package/dist/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
- package/dist/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
- package/dist/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
- package/dist/behaviors/registry/atoms/std-service-email.orb +88 -88
- package/dist/behaviors/registry/atoms/std-service-github.orb +88 -88
- package/dist/behaviors/registry/atoms/std-service-llm.orb +110 -110
- package/dist/behaviors/registry/atoms/std-service-oauth.orb +125 -125
- package/dist/behaviors/registry/atoms/std-service-redis.orb +87 -87
- package/dist/behaviors/registry/atoms/std-service-storage.orb +101 -101
- package/dist/behaviors/registry/atoms/std-service-stripe.orb +99 -99
- package/dist/behaviors/registry/atoms/std-service-twilio.orb +103 -103
- package/dist/behaviors/registry/atoms/std-service-youtube.orb +111 -111
- package/dist/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
- package/dist/behaviors/registry/atoms/std-sort.orb +198 -198
- package/dist/behaviors/registry/atoms/std-sprite.orb +54 -54
- package/dist/behaviors/registry/atoms/std-tabs.orb +47 -47
- package/dist/behaviors/registry/atoms/std-text-effects.orb +125 -125
- package/dist/behaviors/registry/atoms/std-theme.orb +114 -114
- package/dist/behaviors/registry/atoms/std-timer.orb +298 -298
- package/dist/behaviors/registry/atoms/std-undo.orb +186 -186
- package/dist/behaviors/registry/atoms/std-upload.orb +88 -88
- package/dist/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
- package/dist/behaviors/registry/atoms/std-wizard.orb +261 -261
- package/dist/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
- package/dist/behaviors/registry/molecules/std-agent-learner.orb +180 -180
- package/dist/behaviors/registry/molecules/std-agent-planner.orb +136 -136
- package/dist/behaviors/registry/molecules/std-agent-rag.orb +106 -106
- package/dist/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
- package/dist/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
- package/dist/behaviors/registry/molecules/std-builder-game.orb +20 -20
- package/dist/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
- package/dist/behaviors/registry/molecules/std-cart.orb +47 -47
- package/dist/behaviors/registry/molecules/std-classifier-game.orb +16 -16
- package/dist/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
- package/dist/behaviors/registry/molecules/std-debugger-game.orb +13 -13
- package/dist/behaviors/registry/molecules/std-detail.orb +78 -78
- package/dist/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
- package/dist/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
- package/dist/behaviors/registry/molecules/std-filtered-list.orb +4 -4
- package/dist/behaviors/registry/molecules/std-form-advanced.orb +134 -134
- package/dist/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
- package/dist/behaviors/registry/molecules/std-geospatial.orb +81 -81
- package/dist/behaviors/registry/molecules/std-inventory.orb +53 -53
- package/dist/behaviors/registry/molecules/std-list.orb +57 -57
- package/dist/behaviors/registry/molecules/std-messaging.orb +67 -67
- package/dist/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
- package/dist/behaviors/registry/molecules/std-platformer-game.orb +67 -67
- package/dist/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
- package/dist/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
- package/dist/behaviors/registry/molecules/std-quiz.orb +204 -204
- package/dist/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
- package/dist/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
- package/dist/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
- package/dist/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
- package/dist/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
- package/dist/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
- package/dist/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
- package/dist/behaviors/registry/molecules/std-simulator-game.orb +18 -18
- package/dist/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
- package/dist/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
- package/dist/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
- package/dist/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
- package/dist/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
- package/dist/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
- package/dist/behaviors/registry/organisms/std-api-gateway.orb +808 -808
- package/dist/behaviors/registry/organisms/std-arcade-game.orb +131 -131
- package/dist/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
- package/dist/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
- package/dist/behaviors/registry/organisms/std-cms.orb +393 -393
- package/dist/behaviors/registry/organisms/std-coding-academy.orb +397 -397
- package/dist/behaviors/registry/organisms/std-crm.orb +751 -751
- package/dist/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
- package/dist/behaviors/registry/organisms/std-ecommerce.orb +858 -858
- package/dist/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
- package/dist/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
- package/dist/behaviors/registry/organisms/std-helpdesk.orb +635 -635
- package/dist/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
- package/dist/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
- package/dist/behaviors/registry/organisms/std-lms.orb +834 -834
- package/dist/behaviors/registry/organisms/std-logic-training.orb +73 -73
- package/dist/behaviors/registry/organisms/std-platformer-app.orb +209 -209
- package/dist/behaviors/registry/organisms/std-project-manager.orb +661 -661
- package/dist/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
- package/dist/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
- package/dist/behaviors/registry/organisms/std-rpg-game.orb +630 -630
- package/dist/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
- package/dist/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
- package/dist/behaviors/registry/organisms/std-social-feed.orb +188 -188
- package/dist/behaviors/registry/organisms/std-stem-lab.orb +374 -374
- package/dist/behaviors/registry/organisms/std-strategy-game.orb +472 -472
- package/dist/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
- package/package.json +1 -1
|
@@ -188,28 +188,23 @@
|
|
|
188
188
|
"render-ui",
|
|
189
189
|
"main",
|
|
190
190
|
{
|
|
191
|
-
"
|
|
192
|
-
"navItems": [
|
|
193
|
-
{
|
|
194
|
-
"href": "/feed",
|
|
195
|
-
"label": "Feed",
|
|
196
|
-
"icon": "layout-list"
|
|
197
|
-
},
|
|
198
|
-
{
|
|
199
|
-
"label": "Messages",
|
|
200
|
-
"href": "/messages",
|
|
201
|
-
"icon": "message-circle"
|
|
202
|
-
}
|
|
203
|
-
],
|
|
191
|
+
"appName": "SocialFeed",
|
|
204
192
|
"children": [
|
|
205
193
|
{
|
|
206
|
-
"gap": "lg",
|
|
207
194
|
"direction": "vertical",
|
|
195
|
+
"gap": "lg",
|
|
196
|
+
"type": "stack",
|
|
197
|
+
"className": "max-w-5xl mx-auto w-full",
|
|
208
198
|
"children": [
|
|
209
199
|
{
|
|
210
|
-
"
|
|
200
|
+
"gap": "md",
|
|
201
|
+
"align": "center",
|
|
202
|
+
"direction": "horizontal",
|
|
211
203
|
"children": [
|
|
212
204
|
{
|
|
205
|
+
"type": "stack",
|
|
206
|
+
"gap": "sm",
|
|
207
|
+
"align": "center",
|
|
213
208
|
"children": [
|
|
214
209
|
{
|
|
215
210
|
"type": "icon",
|
|
@@ -221,45 +216,40 @@
|
|
|
221
216
|
"type": "typography"
|
|
222
217
|
}
|
|
223
218
|
],
|
|
224
|
-
"type": "stack",
|
|
225
|
-
"gap": "sm",
|
|
226
|
-
"align": "center",
|
|
227
219
|
"direction": "horizontal"
|
|
228
220
|
},
|
|
229
221
|
{
|
|
222
|
+
"type": "stack",
|
|
223
|
+
"direction": "horizontal",
|
|
224
|
+
"gap": "sm",
|
|
230
225
|
"children": [
|
|
231
226
|
{
|
|
232
|
-
"icon": "plus",
|
|
233
|
-
"action": "CREATE",
|
|
234
227
|
"type": "button",
|
|
228
|
+
"label": "New Post",
|
|
235
229
|
"variant": "primary",
|
|
236
|
-
"
|
|
230
|
+
"action": "CREATE",
|
|
231
|
+
"icon": "plus"
|
|
237
232
|
}
|
|
238
|
-
]
|
|
239
|
-
"gap": "sm",
|
|
240
|
-
"direction": "horizontal",
|
|
241
|
-
"type": "stack"
|
|
233
|
+
]
|
|
242
234
|
}
|
|
243
235
|
],
|
|
244
236
|
"type": "stack",
|
|
245
|
-
"
|
|
246
|
-
"gap": "md",
|
|
247
|
-
"direction": "horizontal"
|
|
237
|
+
"justify": "between"
|
|
248
238
|
},
|
|
249
239
|
{
|
|
250
240
|
"type": "divider"
|
|
251
241
|
},
|
|
252
242
|
{
|
|
253
|
-
"
|
|
243
|
+
"entity": "Post",
|
|
254
244
|
"columns": [
|
|
255
245
|
{
|
|
256
246
|
"name": "title",
|
|
257
|
-
"
|
|
258
|
-
"
|
|
247
|
+
"icon": "rss",
|
|
248
|
+
"variant": "h3"
|
|
259
249
|
},
|
|
260
250
|
{
|
|
261
|
-
"name": "likes",
|
|
262
251
|
"variant": "badge",
|
|
252
|
+
"name": "likes",
|
|
263
253
|
"format": "number"
|
|
264
254
|
},
|
|
265
255
|
{
|
|
@@ -271,30 +261,40 @@
|
|
|
271
261
|
"variant": "body"
|
|
272
262
|
},
|
|
273
263
|
{
|
|
274
|
-
"name": "createdAt",
|
|
275
264
|
"format": "date",
|
|
265
|
+
"name": "createdAt",
|
|
276
266
|
"label": "Posted",
|
|
277
267
|
"variant": "caption"
|
|
278
268
|
}
|
|
279
269
|
],
|
|
280
|
-
"
|
|
281
|
-
"
|
|
282
|
-
"type": "data-list",
|
|
270
|
+
"variant": "card",
|
|
271
|
+
"gap": "sm",
|
|
283
272
|
"itemActions": [
|
|
284
273
|
{
|
|
285
274
|
"variant": "ghost",
|
|
286
|
-
"
|
|
287
|
-
"
|
|
275
|
+
"label": "View",
|
|
276
|
+
"event": "VIEW"
|
|
288
277
|
}
|
|
289
278
|
],
|
|
290
|
-
"
|
|
279
|
+
"type": "data-list",
|
|
280
|
+
"fields": []
|
|
291
281
|
}
|
|
292
|
-
]
|
|
293
|
-
"type": "stack",
|
|
294
|
-
"className": "max-w-5xl mx-auto w-full"
|
|
282
|
+
]
|
|
295
283
|
}
|
|
296
284
|
],
|
|
297
|
-
"
|
|
285
|
+
"type": "dashboard-layout",
|
|
286
|
+
"navItems": [
|
|
287
|
+
{
|
|
288
|
+
"label": "Feed",
|
|
289
|
+
"href": "/feed",
|
|
290
|
+
"icon": "layout-list"
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"href": "/messages",
|
|
294
|
+
"icon": "message-circle",
|
|
295
|
+
"label": "Messages"
|
|
296
|
+
}
|
|
297
|
+
]
|
|
298
298
|
}
|
|
299
299
|
]
|
|
300
300
|
]
|
|
@@ -450,8 +450,8 @@
|
|
|
450
450
|
"Post",
|
|
451
451
|
{
|
|
452
452
|
"emit": {
|
|
453
|
-
"
|
|
454
|
-
"
|
|
453
|
+
"success": "PostLoaded",
|
|
454
|
+
"failure": "PostLoadFailed"
|
|
455
455
|
}
|
|
456
456
|
}
|
|
457
457
|
],
|
|
@@ -459,22 +459,24 @@
|
|
|
459
459
|
"render-ui",
|
|
460
460
|
"modal",
|
|
461
461
|
{
|
|
462
|
+
"type": "stack",
|
|
463
|
+
"direction": "vertical",
|
|
462
464
|
"gap": "md",
|
|
463
465
|
"children": [
|
|
464
466
|
{
|
|
465
|
-
"gap": "sm",
|
|
466
467
|
"type": "stack",
|
|
467
468
|
"children": [
|
|
468
469
|
{
|
|
469
|
-
"
|
|
470
|
-
"
|
|
470
|
+
"name": "plus-circle",
|
|
471
|
+
"type": "icon"
|
|
471
472
|
},
|
|
472
473
|
{
|
|
474
|
+
"variant": "h3",
|
|
473
475
|
"type": "typography",
|
|
474
|
-
"content": "Create Post"
|
|
475
|
-
"variant": "h3"
|
|
476
|
+
"content": "Create Post"
|
|
476
477
|
}
|
|
477
478
|
],
|
|
479
|
+
"gap": "sm",
|
|
478
480
|
"direction": "horizontal"
|
|
479
481
|
},
|
|
480
482
|
{
|
|
@@ -487,15 +489,13 @@
|
|
|
487
489
|
"author",
|
|
488
490
|
"likes"
|
|
489
491
|
],
|
|
492
|
+
"entity": "Post",
|
|
490
493
|
"type": "form-section",
|
|
491
494
|
"mode": "create",
|
|
492
|
-
"
|
|
493
|
-
"
|
|
494
|
-
"submitEvent": "SAVE"
|
|
495
|
+
"submitEvent": "SAVE",
|
|
496
|
+
"cancelEvent": "CLOSE"
|
|
495
497
|
}
|
|
496
|
-
]
|
|
497
|
-
"type": "stack",
|
|
498
|
-
"direction": "vertical"
|
|
498
|
+
]
|
|
499
499
|
}
|
|
500
500
|
]
|
|
501
501
|
]
|
|
@@ -706,37 +706,36 @@
|
|
|
706
706
|
"fetch",
|
|
707
707
|
"Post",
|
|
708
708
|
{
|
|
709
|
-
"id": "@payload.id",
|
|
710
709
|
"emit": {
|
|
711
710
|
"failure": "PostLoadFailed",
|
|
712
711
|
"success": "PostLoaded"
|
|
713
|
-
}
|
|
712
|
+
},
|
|
713
|
+
"id": "@payload.id"
|
|
714
714
|
}
|
|
715
715
|
],
|
|
716
716
|
[
|
|
717
717
|
"render-ui",
|
|
718
718
|
"modal",
|
|
719
719
|
{
|
|
720
|
-
"type": "stack",
|
|
721
|
-
"direction": "vertical",
|
|
722
720
|
"gap": "md",
|
|
721
|
+
"direction": "vertical",
|
|
723
722
|
"children": [
|
|
724
723
|
{
|
|
725
|
-
"type": "stack",
|
|
726
|
-
"direction": "horizontal",
|
|
727
|
-
"gap": "sm",
|
|
728
|
-
"align": "center",
|
|
729
724
|
"children": [
|
|
730
725
|
{
|
|
731
726
|
"type": "icon",
|
|
732
727
|
"name": "eye"
|
|
733
728
|
},
|
|
734
729
|
{
|
|
735
|
-
"
|
|
730
|
+
"content": "@entity.title",
|
|
736
731
|
"variant": "h3",
|
|
737
|
-
"
|
|
732
|
+
"type": "typography"
|
|
738
733
|
}
|
|
739
|
-
]
|
|
734
|
+
],
|
|
735
|
+
"align": "center",
|
|
736
|
+
"direction": "horizontal",
|
|
737
|
+
"type": "stack",
|
|
738
|
+
"gap": "sm"
|
|
740
739
|
},
|
|
741
740
|
{
|
|
742
741
|
"type": "divider"
|
|
@@ -749,101 +748,102 @@
|
|
|
749
748
|
"variant": "caption"
|
|
750
749
|
},
|
|
751
750
|
{
|
|
752
|
-
"
|
|
751
|
+
"variant": "body",
|
|
753
752
|
"type": "typography",
|
|
754
|
-
"
|
|
753
|
+
"content": "@entity.title"
|
|
755
754
|
}
|
|
756
755
|
],
|
|
757
|
-
"type": "stack",
|
|
758
756
|
"direction": "horizontal",
|
|
759
|
-
"gap": "md"
|
|
757
|
+
"gap": "md",
|
|
758
|
+
"type": "stack"
|
|
760
759
|
},
|
|
761
760
|
{
|
|
762
761
|
"type": "stack",
|
|
763
|
-
"direction": "horizontal",
|
|
764
|
-
"gap": "md",
|
|
765
762
|
"children": [
|
|
766
763
|
{
|
|
767
764
|
"type": "typography",
|
|
768
|
-
"
|
|
769
|
-
"
|
|
765
|
+
"variant": "caption",
|
|
766
|
+
"content": "Content"
|
|
770
767
|
},
|
|
771
768
|
{
|
|
772
769
|
"content": "@entity.content",
|
|
773
|
-
"
|
|
774
|
-
"
|
|
770
|
+
"variant": "body",
|
|
771
|
+
"type": "typography"
|
|
775
772
|
}
|
|
776
|
-
]
|
|
773
|
+
],
|
|
774
|
+
"gap": "md",
|
|
775
|
+
"direction": "horizontal"
|
|
777
776
|
},
|
|
778
777
|
{
|
|
778
|
+
"direction": "horizontal",
|
|
779
779
|
"gap": "md",
|
|
780
|
+
"type": "stack",
|
|
780
781
|
"children": [
|
|
781
782
|
{
|
|
782
|
-
"variant": "caption",
|
|
783
783
|
"content": "Author",
|
|
784
|
-
"type": "typography"
|
|
784
|
+
"type": "typography",
|
|
785
|
+
"variant": "caption"
|
|
785
786
|
},
|
|
786
787
|
{
|
|
787
788
|
"variant": "body",
|
|
788
789
|
"type": "typography",
|
|
789
790
|
"content": "@entity.author"
|
|
790
791
|
}
|
|
791
|
-
]
|
|
792
|
-
"type": "stack",
|
|
793
|
-
"direction": "horizontal"
|
|
792
|
+
]
|
|
794
793
|
},
|
|
795
794
|
{
|
|
795
|
+
"type": "stack",
|
|
796
|
+
"direction": "horizontal",
|
|
797
|
+
"gap": "md",
|
|
796
798
|
"children": [
|
|
797
799
|
{
|
|
798
800
|
"type": "typography",
|
|
799
|
-
"
|
|
800
|
-
"
|
|
801
|
+
"variant": "caption",
|
|
802
|
+
"content": "Created At"
|
|
801
803
|
},
|
|
802
804
|
{
|
|
803
|
-
"variant": "body",
|
|
804
805
|
"type": "typography",
|
|
805
|
-
"content": "@entity.createdAt"
|
|
806
|
+
"content": "@entity.createdAt",
|
|
807
|
+
"variant": "body"
|
|
806
808
|
}
|
|
807
|
-
]
|
|
808
|
-
"type": "stack",
|
|
809
|
-
"direction": "horizontal",
|
|
810
|
-
"gap": "md"
|
|
809
|
+
]
|
|
811
810
|
},
|
|
812
811
|
{
|
|
813
|
-
"type": "stack",
|
|
814
|
-
"gap": "md",
|
|
815
812
|
"children": [
|
|
816
813
|
{
|
|
814
|
+
"content": "Likes",
|
|
817
815
|
"type": "typography",
|
|
818
|
-
"variant": "caption"
|
|
819
|
-
"content": "Likes"
|
|
816
|
+
"variant": "caption"
|
|
820
817
|
},
|
|
821
818
|
{
|
|
822
|
-
"
|
|
819
|
+
"type": "typography",
|
|
823
820
|
"content": "@entity.likes",
|
|
824
|
-
"
|
|
821
|
+
"variant": "body"
|
|
825
822
|
}
|
|
826
823
|
],
|
|
824
|
+
"gap": "md",
|
|
825
|
+
"type": "stack",
|
|
827
826
|
"direction": "horizontal"
|
|
828
827
|
},
|
|
829
828
|
{
|
|
830
829
|
"type": "divider"
|
|
831
830
|
},
|
|
832
831
|
{
|
|
833
|
-
"
|
|
832
|
+
"justify": "end",
|
|
834
833
|
"gap": "sm",
|
|
835
834
|
"type": "stack",
|
|
836
|
-
"
|
|
835
|
+
"direction": "horizontal",
|
|
837
836
|
"children": [
|
|
838
837
|
{
|
|
839
|
-
"type": "button",
|
|
840
|
-
"label": "Close",
|
|
841
838
|
"action": "CLOSE",
|
|
839
|
+
"label": "Close",
|
|
840
|
+
"type": "button",
|
|
842
841
|
"variant": "ghost"
|
|
843
842
|
}
|
|
844
843
|
]
|
|
845
844
|
}
|
|
846
|
-
]
|
|
845
|
+
],
|
|
846
|
+
"type": "stack"
|
|
847
847
|
}
|
|
848
848
|
]
|
|
849
849
|
]
|
|
@@ -1073,24 +1073,20 @@
|
|
|
1073
1073
|
"main",
|
|
1074
1074
|
{
|
|
1075
1075
|
"type": "dashboard-layout",
|
|
1076
|
-
"appName": "SocialFeed",
|
|
1077
1076
|
"children": [
|
|
1078
1077
|
{
|
|
1079
|
-
"type": "stack",
|
|
1080
|
-
"gap": "lg",
|
|
1081
|
-
"className": "max-w-5xl mx-auto w-full",
|
|
1082
|
-
"direction": "vertical",
|
|
1083
1078
|
"children": [
|
|
1084
1079
|
{
|
|
1080
|
+
"justify": "between",
|
|
1085
1081
|
"gap": "md",
|
|
1086
1082
|
"direction": "horizontal",
|
|
1087
|
-
"align": "center",
|
|
1088
1083
|
"type": "stack",
|
|
1089
1084
|
"children": [
|
|
1090
1085
|
{
|
|
1086
|
+
"gap": "sm",
|
|
1091
1087
|
"direction": "horizontal",
|
|
1088
|
+
"align": "center",
|
|
1092
1089
|
"type": "stack",
|
|
1093
|
-
"gap": "sm",
|
|
1094
1090
|
"children": [
|
|
1095
1091
|
{
|
|
1096
1092
|
"name": "message-circle",
|
|
@@ -1098,50 +1094,44 @@
|
|
|
1098
1094
|
},
|
|
1099
1095
|
{
|
|
1100
1096
|
"content": "Messages",
|
|
1101
|
-
"
|
|
1102
|
-
"
|
|
1097
|
+
"variant": "h2",
|
|
1098
|
+
"type": "typography"
|
|
1103
1099
|
}
|
|
1104
|
-
]
|
|
1105
|
-
"align": "center"
|
|
1100
|
+
]
|
|
1106
1101
|
},
|
|
1107
1102
|
{
|
|
1108
|
-
"type": "stack",
|
|
1109
|
-
"direction": "horizontal",
|
|
1110
|
-
"gap": "sm",
|
|
1111
1103
|
"children": [
|
|
1112
1104
|
{
|
|
1113
|
-
"type": "button",
|
|
1114
|
-
"action": "COMPOSE",
|
|
1115
|
-
"icon": "edit",
|
|
1116
1105
|
"label": "Compose",
|
|
1117
|
-
"
|
|
1106
|
+
"action": "COMPOSE",
|
|
1107
|
+
"variant": "primary",
|
|
1108
|
+
"type": "button",
|
|
1109
|
+
"icon": "edit"
|
|
1118
1110
|
}
|
|
1119
|
-
]
|
|
1111
|
+
],
|
|
1112
|
+
"gap": "sm",
|
|
1113
|
+
"type": "stack",
|
|
1114
|
+
"direction": "horizontal"
|
|
1120
1115
|
}
|
|
1121
1116
|
],
|
|
1122
|
-
"
|
|
1117
|
+
"align": "center"
|
|
1123
1118
|
},
|
|
1124
1119
|
{
|
|
1125
1120
|
"type": "divider"
|
|
1126
1121
|
},
|
|
1127
1122
|
{
|
|
1128
|
-
"gap": "sm",
|
|
1129
|
-
"type": "data-list",
|
|
1130
|
-
"entity": "Comment",
|
|
1131
|
-
"fields": [],
|
|
1132
|
-
"variant": "card",
|
|
1133
1123
|
"itemActions": [
|
|
1134
1124
|
{
|
|
1135
1125
|
"event": "VIEW",
|
|
1136
|
-
"
|
|
1137
|
-
"
|
|
1126
|
+
"label": "View",
|
|
1127
|
+
"variant": "ghost"
|
|
1138
1128
|
}
|
|
1139
1129
|
],
|
|
1140
1130
|
"columns": [
|
|
1141
1131
|
{
|
|
1132
|
+
"icon": "message-circle",
|
|
1142
1133
|
"name": "author",
|
|
1143
|
-
"variant": "h4"
|
|
1144
|
-
"icon": "message-circle"
|
|
1134
|
+
"variant": "h4"
|
|
1145
1135
|
},
|
|
1146
1136
|
{
|
|
1147
1137
|
"name": "body",
|
|
@@ -1152,23 +1142,33 @@
|
|
|
1152
1142
|
"variant": "caption",
|
|
1153
1143
|
"name": "createdAt"
|
|
1154
1144
|
}
|
|
1155
|
-
]
|
|
1145
|
+
],
|
|
1146
|
+
"fields": [],
|
|
1147
|
+
"variant": "card",
|
|
1148
|
+
"entity": "Comment",
|
|
1149
|
+
"gap": "sm",
|
|
1150
|
+
"type": "data-list"
|
|
1156
1151
|
}
|
|
1157
|
-
]
|
|
1152
|
+
],
|
|
1153
|
+
"direction": "vertical",
|
|
1154
|
+
"gap": "lg",
|
|
1155
|
+
"className": "max-w-5xl mx-auto w-full",
|
|
1156
|
+
"type": "stack"
|
|
1158
1157
|
}
|
|
1159
1158
|
],
|
|
1160
1159
|
"navItems": [
|
|
1161
1160
|
{
|
|
1162
|
-
"href": "/feed",
|
|
1163
1161
|
"label": "Feed",
|
|
1162
|
+
"href": "/feed",
|
|
1164
1163
|
"icon": "layout-list"
|
|
1165
1164
|
},
|
|
1166
1165
|
{
|
|
1166
|
+
"icon": "message-circle",
|
|
1167
1167
|
"href": "/messages",
|
|
1168
|
-
"label": "Messages"
|
|
1169
|
-
"icon": "message-circle"
|
|
1168
|
+
"label": "Messages"
|
|
1170
1169
|
}
|
|
1171
|
-
]
|
|
1170
|
+
],
|
|
1171
|
+
"appName": "SocialFeed"
|
|
1172
1172
|
}
|
|
1173
1173
|
]
|
|
1174
1174
|
]
|
|
@@ -1317,9 +1317,14 @@
|
|
|
1317
1317
|
"render-ui",
|
|
1318
1318
|
"modal",
|
|
1319
1319
|
{
|
|
1320
|
+
"direction": "vertical",
|
|
1321
|
+
"type": "stack",
|
|
1322
|
+
"gap": "md",
|
|
1320
1323
|
"children": [
|
|
1321
1324
|
{
|
|
1322
1325
|
"gap": "sm",
|
|
1326
|
+
"type": "stack",
|
|
1327
|
+
"direction": "horizontal",
|
|
1323
1328
|
"children": [
|
|
1324
1329
|
{
|
|
1325
1330
|
"name": "edit",
|
|
@@ -1330,29 +1335,24 @@
|
|
|
1330
1335
|
"type": "typography",
|
|
1331
1336
|
"variant": "h3"
|
|
1332
1337
|
}
|
|
1333
|
-
]
|
|
1334
|
-
"type": "stack",
|
|
1335
|
-
"direction": "horizontal"
|
|
1338
|
+
]
|
|
1336
1339
|
},
|
|
1337
1340
|
{
|
|
1338
1341
|
"type": "divider"
|
|
1339
1342
|
},
|
|
1340
1343
|
{
|
|
1341
|
-
"cancelEvent": "CLOSE",
|
|
1342
1344
|
"fields": [
|
|
1343
1345
|
"body",
|
|
1344
1346
|
"author",
|
|
1345
1347
|
"postId"
|
|
1346
1348
|
],
|
|
1347
|
-
"
|
|
1348
|
-
"mode": "create",
|
|
1349
|
+
"cancelEvent": "CLOSE",
|
|
1349
1350
|
"type": "form-section",
|
|
1350
|
-
"
|
|
1351
|
+
"mode": "create",
|
|
1352
|
+
"submitEvent": "SEND",
|
|
1353
|
+
"entity": "Comment"
|
|
1351
1354
|
}
|
|
1352
|
-
]
|
|
1353
|
-
"gap": "md",
|
|
1354
|
-
"type": "stack",
|
|
1355
|
-
"direction": "vertical"
|
|
1355
|
+
]
|
|
1356
1356
|
}
|
|
1357
1357
|
]
|
|
1358
1358
|
]
|
|
@@ -1547,65 +1547,65 @@
|
|
|
1547
1547
|
"fetch",
|
|
1548
1548
|
"Comment",
|
|
1549
1549
|
{
|
|
1550
|
-
"id": "@payload.id",
|
|
1551
1550
|
"emit": {
|
|
1552
|
-
"
|
|
1553
|
-
"
|
|
1554
|
-
}
|
|
1551
|
+
"success": "CommentLoaded",
|
|
1552
|
+
"failure": "CommentLoadFailed"
|
|
1553
|
+
},
|
|
1554
|
+
"id": "@payload.id"
|
|
1555
1555
|
}
|
|
1556
1556
|
],
|
|
1557
1557
|
[
|
|
1558
1558
|
"render-ui",
|
|
1559
1559
|
"modal",
|
|
1560
1560
|
{
|
|
1561
|
-
"type": "stack",
|
|
1562
1561
|
"direction": "vertical",
|
|
1563
1562
|
"gap": "md",
|
|
1564
1563
|
"children": [
|
|
1565
1564
|
{
|
|
1566
|
-
"align": "center",
|
|
1567
|
-
"gap": "sm",
|
|
1568
1565
|
"children": [
|
|
1569
1566
|
{
|
|
1570
|
-
"
|
|
1571
|
-
"
|
|
1567
|
+
"name": "eye",
|
|
1568
|
+
"type": "icon"
|
|
1572
1569
|
},
|
|
1573
1570
|
{
|
|
1574
|
-
"variant": "h3",
|
|
1575
1571
|
"content": "@entity.body",
|
|
1572
|
+
"variant": "h3",
|
|
1576
1573
|
"type": "typography"
|
|
1577
1574
|
}
|
|
1578
1575
|
],
|
|
1579
1576
|
"type": "stack",
|
|
1580
|
-
"direction": "horizontal"
|
|
1577
|
+
"direction": "horizontal",
|
|
1578
|
+
"gap": "sm",
|
|
1579
|
+
"align": "center"
|
|
1581
1580
|
},
|
|
1582
1581
|
{
|
|
1583
1582
|
"type": "divider"
|
|
1584
1583
|
},
|
|
1585
1584
|
{
|
|
1585
|
+
"gap": "md",
|
|
1586
1586
|
"type": "stack",
|
|
1587
1587
|
"children": [
|
|
1588
1588
|
{
|
|
1589
|
+
"type": "typography",
|
|
1589
1590
|
"variant": "caption",
|
|
1590
|
-
"content": "Body"
|
|
1591
|
-
"type": "typography"
|
|
1591
|
+
"content": "Body"
|
|
1592
1592
|
},
|
|
1593
1593
|
{
|
|
1594
1594
|
"type": "typography",
|
|
1595
|
-
"
|
|
1596
|
-
"
|
|
1595
|
+
"content": "@entity.body",
|
|
1596
|
+
"variant": "body"
|
|
1597
1597
|
}
|
|
1598
1598
|
],
|
|
1599
|
-
"direction": "horizontal"
|
|
1600
|
-
"gap": "md"
|
|
1599
|
+
"direction": "horizontal"
|
|
1601
1600
|
},
|
|
1602
1601
|
{
|
|
1603
1602
|
"type": "stack",
|
|
1603
|
+
"gap": "md",
|
|
1604
1604
|
"children": [
|
|
1605
1605
|
{
|
|
1606
|
+
"type": "typography",
|
|
1606
1607
|
"content": "Author",
|
|
1607
|
-
"variant": "caption"
|
|
1608
|
-
"type": "typography"
|
|
1608
|
+
"variant": "caption"
|
|
1609
1609
|
},
|
|
1610
1610
|
{
|
|
1611
1611
|
"variant": "body",
|
|
@@ -1613,61 +1613,61 @@
|
|
|
1613
1613
|
"type": "typography"
|
|
1614
1614
|
}
|
|
1615
1615
|
],
|
|
1616
|
-
"gap": "md",
|
|
1617
1616
|
"direction": "horizontal"
|
|
1618
1617
|
},
|
|
1619
1618
|
{
|
|
1620
1619
|
"children": [
|
|
1621
1620
|
{
|
|
1622
1621
|
"content": "Post ID",
|
|
1623
|
-
"
|
|
1624
|
-
"
|
|
1622
|
+
"type": "typography",
|
|
1623
|
+
"variant": "caption"
|
|
1625
1624
|
},
|
|
1626
1625
|
{
|
|
1627
|
-
"
|
|
1626
|
+
"content": "@entity.postId",
|
|
1628
1627
|
"variant": "body",
|
|
1629
|
-
"
|
|
1628
|
+
"type": "typography"
|
|
1630
1629
|
}
|
|
1631
1630
|
],
|
|
1632
|
-
"
|
|
1631
|
+
"direction": "horizontal",
|
|
1633
1632
|
"gap": "md",
|
|
1634
|
-
"
|
|
1633
|
+
"type": "stack"
|
|
1635
1634
|
},
|
|
1636
1635
|
{
|
|
1637
|
-
"type": "stack",
|
|
1638
|
-
"direction": "horizontal",
|
|
1639
|
-
"gap": "md",
|
|
1640
1636
|
"children": [
|
|
1641
1637
|
{
|
|
1642
|
-
"content": "Created At",
|
|
1643
1638
|
"type": "typography",
|
|
1644
|
-
"variant": "caption"
|
|
1639
|
+
"variant": "caption",
|
|
1640
|
+
"content": "Created At"
|
|
1645
1641
|
},
|
|
1646
1642
|
{
|
|
1647
1643
|
"type": "typography",
|
|
1648
|
-
"
|
|
1649
|
-
"
|
|
1644
|
+
"content": "@entity.createdAt",
|
|
1645
|
+
"variant": "body"
|
|
1650
1646
|
}
|
|
1651
|
-
]
|
|
1647
|
+
],
|
|
1648
|
+
"gap": "md",
|
|
1649
|
+
"direction": "horizontal",
|
|
1650
|
+
"type": "stack"
|
|
1652
1651
|
},
|
|
1653
1652
|
{
|
|
1654
1653
|
"type": "divider"
|
|
1655
1654
|
},
|
|
1656
1655
|
{
|
|
1657
1656
|
"type": "stack",
|
|
1658
|
-
"gap": "sm",
|
|
1659
|
-
"justify": "end",
|
|
1660
1657
|
"direction": "horizontal",
|
|
1658
|
+
"gap": "sm",
|
|
1661
1659
|
"children": [
|
|
1662
1660
|
{
|
|
1663
1661
|
"label": "Close",
|
|
1664
1662
|
"action": "CLOSE",
|
|
1665
|
-
"
|
|
1666
|
-
"
|
|
1663
|
+
"variant": "ghost",
|
|
1664
|
+
"type": "button"
|
|
1667
1665
|
}
|
|
1668
|
-
]
|
|
1666
|
+
],
|
|
1667
|
+
"justify": "end"
|
|
1669
1668
|
}
|
|
1670
|
-
]
|
|
1669
|
+
],
|
|
1670
|
+
"type": "stack"
|
|
1671
1671
|
}
|
|
1672
1672
|
]
|
|
1673
1673
|
]
|