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