@almadar/std 8.5.1 → 9.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (187) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +97 -97
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +358 -358
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1219 -1219
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +2995 -2995
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2285 -2285
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1063 -1063
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
  24. package/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
  25. package/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
  26. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
  27. package/behaviors/registry/app/organisms/std-cms.orb +587 -587
  28. package/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
  29. package/behaviors/registry/app/organisms/std-crm.orb +966 -966
  30. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
  31. package/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
  32. package/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
  33. package/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
  34. package/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
  35. package/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
  36. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
  37. package/behaviors/registry/app/organisms/std-lms.orb +876 -876
  38. package/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
  39. package/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
  40. package/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
  41. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
  42. package/behaviors/registry/core/atoms/std-browse.orb +67 -67
  43. package/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
  44. package/behaviors/registry/core/atoms/std-calendar.orb +62 -62
  45. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
  46. package/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
  47. package/behaviors/registry/core/atoms/std-display.orb +370 -370
  48. package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
  49. package/behaviors/registry/core/atoms/std-filter.orb +63 -63
  50. package/behaviors/registry/core/atoms/std-gallery.orb +55 -55
  51. package/behaviors/registry/core/atoms/std-modal.orb +19 -19
  52. package/behaviors/registry/core/atoms/std-pagination.orb +53 -53
  53. package/behaviors/registry/core/atoms/std-push.orb +49 -49
  54. package/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
  55. package/behaviors/registry/core/atoms/std-related.orb +39 -39
  56. package/behaviors/registry/core/atoms/std-search.orb +73 -73
  57. package/behaviors/registry/core/atoms/std-selection.orb +110 -110
  58. package/behaviors/registry/core/atoms/std-tabs.orb +47 -47
  59. package/behaviors/registry/core/molecules/std-cart.orb +60 -60
  60. package/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
  61. package/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
  62. package/behaviors/registry/core/molecules/std-list.orb +68 -68
  63. package/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
  64. package/behaviors/registry/game/atoms/std-collision.orb +140 -140
  65. package/behaviors/registry/game/atoms/std-combat.orb +76 -76
  66. package/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
  67. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
  68. package/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
  69. package/behaviors/registry/game/atoms/std-movement.orb +276 -276
  70. package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
  71. package/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
  72. package/behaviors/registry/game/atoms/std-quest.orb +129 -129
  73. package/behaviors/registry/game/atoms/std-timer.orb +285 -285
  74. package/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
  75. package/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
  76. package/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
  77. package/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
  78. package/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
  79. package/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
  80. package/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
  81. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
  82. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
  83. package/behaviors/registry/service/atoms/std-service-email.orb +92 -92
  84. package/behaviors/registry/service/atoms/std-service-github.orb +111 -111
  85. package/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
  86. package/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
  87. package/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
  88. package/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
  89. package/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
  90. package/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
  91. package/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
  92. package/behaviors/registry/service/organisms/std-service-marketplace.orb +1092 -1092
  93. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +978 -978
  94. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +97 -97
  95. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
  96. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
  97. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
  98. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
  99. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
  100. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
  101. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
  102. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
  103. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
  104. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
  105. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +358 -358
  106. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
  107. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
  108. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
  109. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
  110. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
  111. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
  112. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1219 -1219
  113. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2995 -2995
  114. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2285 -2285
  115. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1063 -1063
  116. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
  117. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
  118. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
  119. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
  120. package/dist/behaviors/registry/app/organisms/std-cms.orb +587 -587
  121. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
  122. package/dist/behaviors/registry/app/organisms/std-crm.orb +966 -966
  123. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
  124. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
  125. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
  126. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
  127. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
  128. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
  129. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
  130. package/dist/behaviors/registry/app/organisms/std-lms.orb +876 -876
  131. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
  132. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
  133. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
  134. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
  135. package/dist/behaviors/registry/core/atoms/std-browse.orb +67 -67
  136. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
  137. package/dist/behaviors/registry/core/atoms/std-calendar.orb +62 -62
  138. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
  139. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
  140. package/dist/behaviors/registry/core/atoms/std-display.orb +370 -370
  141. package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
  142. package/dist/behaviors/registry/core/atoms/std-filter.orb +63 -63
  143. package/dist/behaviors/registry/core/atoms/std-gallery.orb +55 -55
  144. package/dist/behaviors/registry/core/atoms/std-modal.orb +19 -19
  145. package/dist/behaviors/registry/core/atoms/std-pagination.orb +53 -53
  146. package/dist/behaviors/registry/core/atoms/std-push.orb +49 -49
  147. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
  148. package/dist/behaviors/registry/core/atoms/std-related.orb +39 -39
  149. package/dist/behaviors/registry/core/atoms/std-search.orb +73 -73
  150. package/dist/behaviors/registry/core/atoms/std-selection.orb +110 -110
  151. package/dist/behaviors/registry/core/atoms/std-tabs.orb +47 -47
  152. package/dist/behaviors/registry/core/molecules/std-cart.orb +60 -60
  153. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
  154. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
  155. package/dist/behaviors/registry/core/molecules/std-list.orb +68 -68
  156. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
  157. package/dist/behaviors/registry/game/atoms/std-collision.orb +140 -140
  158. package/dist/behaviors/registry/game/atoms/std-combat.orb +76 -76
  159. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
  160. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
  161. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
  162. package/dist/behaviors/registry/game/atoms/std-movement.orb +276 -276
  163. package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
  164. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
  165. package/dist/behaviors/registry/game/atoms/std-quest.orb +129 -129
  166. package/dist/behaviors/registry/game/atoms/std-timer.orb +285 -285
  167. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
  168. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
  169. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
  170. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
  171. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
  172. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
  173. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
  174. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
  175. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
  176. package/dist/behaviors/registry/service/atoms/std-service-email.orb +92 -92
  177. package/dist/behaviors/registry/service/atoms/std-service-github.orb +111 -111
  178. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
  179. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
  180. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
  181. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
  182. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
  183. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
  184. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
  185. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1092 -1092
  186. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +978 -978
  187. package/package.json +1 -1
@@ -76,7 +76,7 @@
76
76
  "event": "ServiceEmailLoaded",
77
77
  "description": "Fired when ServiceEmail finishes loading",
78
78
  "scope": "internal",
79
- "payload": [
79
+ "payloadSchema": [
80
80
  {
81
81
  "name": "id",
82
82
  "type": "string"
@@ -131,7 +131,7 @@
131
131
  "event": "ServiceEmailLoadFailed",
132
132
  "description": "Fired when ServiceEmail fails to load",
133
133
  "scope": "internal",
134
- "payload": [
134
+ "payloadSchema": [
135
135
  {
136
136
  "name": "message",
137
137
  "type": "string"
@@ -141,7 +141,7 @@
141
141
  {
142
142
  "event": "ServiceEmailEmailCompleted",
143
143
  "scope": "internal",
144
- "payload": [
144
+ "payloadSchema": [
145
145
  {
146
146
  "name": "result",
147
147
  "type": "object"
@@ -151,7 +151,7 @@
151
151
  {
152
152
  "event": "ServiceEmailEmailFailed",
153
153
  "scope": "internal",
154
- "payload": [
154
+ "payloadSchema": [
155
155
  {
156
156
  "name": "error",
157
157
  "type": "string"
@@ -191,7 +191,7 @@
191
191
  {
192
192
  "key": "SENT",
193
193
  "name": "Sent",
194
- "payload": [
194
+ "payloadSchema": [
195
195
  {
196
196
  "name": "messageId",
197
197
  "type": "string"
@@ -201,7 +201,7 @@
201
201
  {
202
202
  "key": "FAILED",
203
203
  "name": "Failed",
204
- "payload": [
204
+ "payloadSchema": [
205
205
  {
206
206
  "name": "error",
207
207
  "type": "string",
@@ -220,7 +220,7 @@
220
220
  {
221
221
  "key": "ServiceEmailLoaded",
222
222
  "name": "ServiceEmail loaded",
223
- "payload": [
223
+ "payloadSchema": [
224
224
  {
225
225
  "name": "id",
226
226
  "type": "string"
@@ -274,7 +274,7 @@
274
274
  {
275
275
  "key": "ServiceEmailLoadFailed",
276
276
  "name": "ServiceEmail load failed",
277
- "payload": [
277
+ "payloadSchema": [
278
278
  {
279
279
  "name": "message",
280
280
  "type": "string"
@@ -284,7 +284,7 @@
284
284
  {
285
285
  "key": "ServiceEmailEmailCompleted",
286
286
  "name": "ServiceEmail email completed",
287
- "payload": [
287
+ "payloadSchema": [
288
288
  {
289
289
  "name": "result",
290
290
  "type": "object"
@@ -294,7 +294,7 @@
294
294
  {
295
295
  "key": "ServiceEmailEmailFailed",
296
296
  "name": "ServiceEmail email failed",
297
- "payload": [
297
+ "payloadSchema": [
298
298
  {
299
299
  "name": "error",
300
300
  "type": "string"
@@ -326,31 +326,32 @@
326
326
  "render-ui",
327
327
  "main",
328
328
  {
329
+ "type": "stack",
329
330
  "align": "stretch",
330
331
  "children": [
331
332
  {
332
- "gap": "md",
333
333
  "type": "stack",
334
+ "gap": "md",
334
335
  "align": "center",
335
- "direction": "horizontal",
336
336
  "children": [
337
337
  {
338
- "name": "mail",
339
- "type": "icon"
338
+ "type": "icon",
339
+ "name": "mail"
340
340
  },
341
341
  {
342
342
  "type": "typography",
343
- "content": "ServiceEmail Email",
344
- "variant": "h2"
343
+ "variant": "h2",
344
+ "content": "ServiceEmail Email"
345
345
  }
346
- ]
346
+ ],
347
+ "direction": "horizontal"
347
348
  },
348
349
  {
349
350
  "type": "divider"
350
351
  },
351
352
  {
352
- "type": "input",
353
- "placeholder": "recipient@example.com"
353
+ "placeholder": "recipient@example.com",
354
+ "type": "input"
354
355
  },
355
356
  {
356
357
  "placeholder": "Email subject",
@@ -362,15 +363,14 @@
362
363
  },
363
364
  {
364
365
  "label": "Send",
365
- "icon": "send",
366
366
  "type": "button",
367
367
  "variant": "primary",
368
+ "icon": "send",
368
369
  "action": "SEND"
369
370
  }
370
371
  ],
371
372
  "direction": "vertical",
372
- "gap": "lg",
373
- "type": "stack"
373
+ "gap": "lg"
374
374
  }
375
375
  ]
376
376
  ]
@@ -384,8 +384,8 @@
384
384
  "render-ui",
385
385
  "main",
386
386
  {
387
- "type": "loading-state",
388
387
  "message": "Delivering serviceemail email...",
388
+ "type": "loading-state",
389
389
  "title": "Sending email..."
390
390
  }
391
391
  ],
@@ -400,8 +400,8 @@
400
400
  },
401
401
  {
402
402
  "emit": {
403
- "success": "ServiceEmailEmailCompleted",
404
- "failure": "ServiceEmailEmailFailed"
403
+ "failure": "ServiceEmailEmailFailed",
404
+ "success": "ServiceEmailEmailCompleted"
405
405
  }
406
406
  }
407
407
  ]
@@ -421,28 +421,28 @@
421
421
  "render-ui",
422
422
  "main",
423
423
  {
424
+ "direction": "vertical",
425
+ "gap": "lg",
426
+ "type": "stack",
427
+ "align": "center",
424
428
  "children": [
425
429
  {
426
- "type": "icon",
427
- "name": "check-circle"
430
+ "name": "check-circle",
431
+ "type": "icon"
428
432
  },
429
433
  {
430
- "type": "alert",
434
+ "message": "Email sent successfully",
431
435
  "variant": "success",
432
- "message": "Email sent successfully"
436
+ "type": "alert"
433
437
  },
434
438
  {
435
- "icon": "rotate-ccw",
436
- "action": "RESET",
437
439
  "label": "Send Another",
438
440
  "type": "button",
439
- "variant": "ghost"
441
+ "action": "RESET",
442
+ "variant": "ghost",
443
+ "icon": "rotate-ccw"
440
444
  }
441
- ],
442
- "type": "stack",
443
- "gap": "lg",
444
- "direction": "vertical",
445
- "align": "center"
445
+ ]
446
446
  }
447
447
  ]
448
448
  ]
@@ -461,40 +461,40 @@
461
461
  "render-ui",
462
462
  "main",
463
463
  {
464
+ "type": "stack",
465
+ "direction": "vertical",
466
+ "align": "center",
467
+ "gap": "lg",
464
468
  "children": [
465
469
  {
470
+ "title": "Send Failed",
466
471
  "message": "Could not deliver the email.",
467
472
  "onRetry": "RETRY",
468
- "type": "error-state",
469
- "title": "Send Failed"
473
+ "type": "error-state"
470
474
  },
471
475
  {
472
- "direction": "horizontal",
476
+ "gap": "sm",
473
477
  "children": [
474
478
  {
475
479
  "type": "button",
476
- "action": "RETRY",
477
- "label": "Retry",
478
480
  "variant": "primary",
479
- "icon": "refresh-cw"
481
+ "label": "Retry",
482
+ "icon": "refresh-cw",
483
+ "action": "RETRY"
480
484
  },
481
485
  {
482
- "label": "Reset",
486
+ "variant": "ghost",
487
+ "icon": "rotate-ccw",
483
488
  "type": "button",
484
489
  "action": "RESET",
485
- "icon": "rotate-ccw",
486
- "variant": "ghost"
490
+ "label": "Reset"
487
491
  }
488
492
  ],
489
493
  "type": "stack",
490
- "gap": "sm",
494
+ "direction": "horizontal",
491
495
  "justify": "center"
492
496
  }
493
- ],
494
- "type": "stack",
495
- "gap": "lg",
496
- "direction": "vertical",
497
- "align": "center"
497
+ ]
498
498
  }
499
499
  ]
500
500
  ]
@@ -513,50 +513,50 @@
513
513
  "render-ui",
514
514
  "main",
515
515
  {
516
+ "gap": "lg",
516
517
  "type": "stack",
517
518
  "align": "stretch",
518
519
  "children": [
519
520
  {
520
521
  "direction": "horizontal",
521
- "type": "stack",
522
- "align": "center",
523
- "gap": "md",
524
522
  "children": [
525
523
  {
526
- "type": "icon",
527
- "name": "mail"
524
+ "name": "mail",
525
+ "type": "icon"
528
526
  },
529
527
  {
530
528
  "type": "typography",
531
- "variant": "h2",
532
- "content": "ServiceEmail Email"
529
+ "content": "ServiceEmail Email",
530
+ "variant": "h2"
533
531
  }
534
- ]
532
+ ],
533
+ "align": "center",
534
+ "gap": "md",
535
+ "type": "stack"
535
536
  },
536
537
  {
537
538
  "type": "divider"
538
539
  },
539
540
  {
540
- "type": "input",
541
- "placeholder": "recipient@example.com"
541
+ "placeholder": "recipient@example.com",
542
+ "type": "input"
542
543
  },
543
544
  {
544
545
  "type": "input",
545
546
  "placeholder": "Email subject"
546
547
  },
547
548
  {
548
- "placeholder": "Write your message...",
549
- "type": "textarea"
549
+ "type": "textarea",
550
+ "placeholder": "Write your message..."
550
551
  },
551
552
  {
552
- "variant": "primary",
553
553
  "icon": "send",
554
- "action": "SEND",
555
554
  "type": "button",
555
+ "variant": "primary",
556
+ "action": "SEND",
556
557
  "label": "Send"
557
558
  }
558
559
  ],
559
- "gap": "lg",
560
560
  "direction": "vertical"
561
561
  }
562
562
  ]
@@ -572,13 +572,10 @@
572
572
  "main",
573
573
  {
574
574
  "type": "stack",
575
- "align": "stretch",
576
575
  "gap": "lg",
576
+ "direction": "vertical",
577
577
  "children": [
578
578
  {
579
- "direction": "horizontal",
580
- "align": "center",
581
- "type": "stack",
582
579
  "children": [
583
580
  {
584
581
  "type": "icon",
@@ -590,7 +587,10 @@
590
587
  "variant": "h2"
591
588
  }
592
589
  ],
593
- "gap": "md"
590
+ "direction": "horizontal",
591
+ "gap": "md",
592
+ "align": "center",
593
+ "type": "stack"
594
594
  },
595
595
  {
596
596
  "type": "divider"
@@ -611,11 +611,11 @@
611
611
  "type": "button",
612
612
  "label": "Send",
613
613
  "icon": "send",
614
- "action": "SEND",
615
- "variant": "primary"
614
+ "variant": "primary",
615
+ "action": "SEND"
616
616
  }
617
617
  ],
618
- "direction": "vertical"
618
+ "align": "stretch"
619
619
  }
620
620
  ]
621
621
  ]
@@ -634,51 +634,51 @@
634
634
  "render-ui",
635
635
  "main",
636
636
  {
637
- "gap": "lg",
638
637
  "align": "stretch",
639
- "direction": "vertical",
640
638
  "children": [
641
639
  {
640
+ "direction": "horizontal",
641
+ "gap": "md",
642
642
  "align": "center",
643
643
  "children": [
644
644
  {
645
- "name": "mail",
646
- "type": "icon"
645
+ "type": "icon",
646
+ "name": "mail"
647
647
  },
648
648
  {
649
- "type": "typography",
650
649
  "content": "ServiceEmail Email",
650
+ "type": "typography",
651
651
  "variant": "h2"
652
652
  }
653
653
  ],
654
- "direction": "horizontal",
655
- "type": "stack",
656
- "gap": "md"
654
+ "type": "stack"
657
655
  },
658
656
  {
659
657
  "type": "divider"
660
658
  },
661
659
  {
662
- "type": "input",
663
- "placeholder": "recipient@example.com"
660
+ "placeholder": "recipient@example.com",
661
+ "type": "input"
664
662
  },
665
663
  {
666
664
  "placeholder": "Email subject",
667
665
  "type": "input"
668
666
  },
669
667
  {
670
- "placeholder": "Write your message...",
671
- "type": "textarea"
668
+ "type": "textarea",
669
+ "placeholder": "Write your message..."
672
670
  },
673
671
  {
674
- "action": "SEND",
672
+ "type": "button",
675
673
  "icon": "send",
674
+ "variant": "primary",
676
675
  "label": "Send",
677
- "type": "button",
678
- "variant": "primary"
676
+ "action": "SEND"
679
677
  }
680
678
  ],
681
- "type": "stack"
679
+ "gap": "lg",
680
+ "type": "stack",
681
+ "direction": "vertical"
682
682
  }
683
683
  ]
684
684
  ]
@@ -701,4 +701,4 @@
701
701
  ]
702
702
  }
703
703
  ]
704
- }
704
+ }