@almadar/std 10.0.0 → 11.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (187) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +80 -80
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1097 -1072
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
  24. package/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
  25. package/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
  26. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
  27. package/behaviors/registry/app/organisms/std-cms.orb +608 -512
  28. package/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
  29. package/behaviors/registry/app/organisms/std-crm.orb +887 -791
  30. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
  31. package/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
  32. package/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
  33. package/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
  34. package/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
  35. package/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
  36. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
  37. package/behaviors/registry/app/organisms/std-lms.orb +935 -893
  38. package/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
  39. package/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
  40. package/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
  41. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
  42. package/behaviors/registry/core/atoms/std-browse.orb +56 -56
  43. package/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
  44. package/behaviors/registry/core/atoms/std-calendar.orb +54 -54
  45. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
  46. package/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
  47. package/behaviors/registry/core/atoms/std-display.orb +388 -388
  48. package/behaviors/registry/core/atoms/std-drawer.orb +54 -54
  49. package/behaviors/registry/core/atoms/std-filter.orb +47 -47
  50. package/behaviors/registry/core/atoms/std-gallery.orb +51 -51
  51. package/behaviors/registry/core/atoms/std-modal.orb +12 -12
  52. package/behaviors/registry/core/atoms/std-pagination.orb +42 -42
  53. package/behaviors/registry/core/atoms/std-push.orb +43 -43
  54. package/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
  55. package/behaviors/registry/core/atoms/std-related.orb +37 -37
  56. package/behaviors/registry/core/atoms/std-search.orb +68 -68
  57. package/behaviors/registry/core/atoms/std-selection.orb +90 -90
  58. package/behaviors/registry/core/atoms/std-tabs.orb +44 -44
  59. package/behaviors/registry/core/molecules/std-cart.orb +47 -47
  60. package/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
  61. package/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
  62. package/behaviors/registry/core/molecules/std-list.orb +79 -85
  63. package/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
  64. package/behaviors/registry/game/atoms/std-collision.orb +122 -122
  65. package/behaviors/registry/game/atoms/std-combat.orb +66 -66
  66. package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  67. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
  68. package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
  69. package/behaviors/registry/game/atoms/std-movement.orb +291 -291
  70. package/behaviors/registry/game/atoms/std-overworld.orb +69 -69
  71. package/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
  72. package/behaviors/registry/game/atoms/std-quest.orb +133 -133
  73. package/behaviors/registry/game/atoms/std-timer.orb +291 -291
  74. package/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
  75. package/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
  76. package/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
  77. package/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
  78. package/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
  79. package/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
  80. package/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
  81. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
  82. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
  83. package/behaviors/registry/service/atoms/std-service-email.orb +88 -88
  84. package/behaviors/registry/service/atoms/std-service-github.orb +88 -88
  85. package/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
  86. package/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
  87. package/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
  88. package/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
  89. package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
  90. package/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
  91. package/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
  92. package/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
  93. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
  94. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +80 -80
  95. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
  96. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
  97. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
  98. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
  99. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
  100. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
  101. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
  102. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
  103. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
  104. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
  105. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
  106. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
  107. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
  108. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
  109. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
  110. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
  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 +1097 -1072
  113. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
  114. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
  115. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
  116. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
  117. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
  118. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
  119. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
  120. package/dist/behaviors/registry/app/organisms/std-cms.orb +608 -512
  121. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
  122. package/dist/behaviors/registry/app/organisms/std-crm.orb +887 -791
  123. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
  124. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
  125. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
  126. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
  127. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
  128. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
  129. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
  130. package/dist/behaviors/registry/app/organisms/std-lms.orb +935 -893
  131. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
  132. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
  133. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
  134. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
  135. package/dist/behaviors/registry/core/atoms/std-browse.orb +56 -56
  136. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
  137. package/dist/behaviors/registry/core/atoms/std-calendar.orb +54 -54
  138. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
  139. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
  140. package/dist/behaviors/registry/core/atoms/std-display.orb +388 -388
  141. package/dist/behaviors/registry/core/atoms/std-drawer.orb +54 -54
  142. package/dist/behaviors/registry/core/atoms/std-filter.orb +47 -47
  143. package/dist/behaviors/registry/core/atoms/std-gallery.orb +51 -51
  144. package/dist/behaviors/registry/core/atoms/std-modal.orb +12 -12
  145. package/dist/behaviors/registry/core/atoms/std-pagination.orb +42 -42
  146. package/dist/behaviors/registry/core/atoms/std-push.orb +43 -43
  147. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
  148. package/dist/behaviors/registry/core/atoms/std-related.orb +37 -37
  149. package/dist/behaviors/registry/core/atoms/std-search.orb +68 -68
  150. package/dist/behaviors/registry/core/atoms/std-selection.orb +90 -90
  151. package/dist/behaviors/registry/core/atoms/std-tabs.orb +44 -44
  152. package/dist/behaviors/registry/core/molecules/std-cart.orb +47 -47
  153. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
  154. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
  155. package/dist/behaviors/registry/core/molecules/std-list.orb +79 -85
  156. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
  157. package/dist/behaviors/registry/game/atoms/std-collision.orb +122 -122
  158. package/dist/behaviors/registry/game/atoms/std-combat.orb +66 -66
  159. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  160. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
  161. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
  162. package/dist/behaviors/registry/game/atoms/std-movement.orb +291 -291
  163. package/dist/behaviors/registry/game/atoms/std-overworld.orb +69 -69
  164. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
  165. package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
  166. package/dist/behaviors/registry/game/atoms/std-timer.orb +291 -291
  167. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
  168. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
  169. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
  170. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
  171. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
  172. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
  173. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
  174. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
  175. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
  176. package/dist/behaviors/registry/service/atoms/std-service-email.orb +88 -88
  177. package/dist/behaviors/registry/service/atoms/std-service-github.orb +88 -88
  178. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
  179. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
  180. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
  181. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
  182. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
  183. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
  184. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
  185. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
  186. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
  187. package/package.json +1 -1
@@ -310,8 +310,8 @@
310
310
  "ServiceTwilio",
311
311
  {
312
312
  "emit": {
313
- "success": "ServiceTwilioLoaded",
314
- "failure": "ServiceTwilioLoadFailed"
313
+ "failure": "ServiceTwilioLoadFailed",
314
+ "success": "ServiceTwilioLoaded"
315
315
  }
316
316
  }
317
317
  ],
@@ -319,13 +319,10 @@
319
319
  "render-ui",
320
320
  "main",
321
321
  {
322
- "direction": "vertical",
323
322
  "type": "stack",
324
- "gap": "lg",
325
323
  "align": "stretch",
326
324
  "children": [
327
325
  {
328
- "type": "stack",
329
326
  "align": "center",
330
327
  "children": [
331
328
  {
@@ -333,48 +330,51 @@
333
330
  "name": "message-circle"
334
331
  },
335
332
  {
333
+ "type": "typography",
336
334
  "variant": "h2",
337
- "content": "ServiceTwilio Messaging",
338
- "type": "typography"
335
+ "content": "ServiceTwilio Messaging"
339
336
  }
340
337
  ],
341
- "gap": "md",
342
- "direction": "horizontal"
338
+ "type": "stack",
339
+ "direction": "horizontal",
340
+ "gap": "md"
343
341
  },
344
342
  {
345
343
  "type": "divider"
346
344
  },
347
345
  {
348
- "type": "input",
349
- "placeholder": "+1234567890"
346
+ "placeholder": "+1234567890",
347
+ "type": "input"
350
348
  },
351
349
  {
352
350
  "type": "textarea",
353
351
  "placeholder": "Write your message..."
354
352
  },
355
353
  {
356
- "type": "stack",
357
- "justify": "center",
354
+ "direction": "horizontal",
358
355
  "children": [
359
356
  {
360
357
  "icon": "message-circle",
361
358
  "action": "SEND_SMS",
362
- "variant": "primary",
359
+ "label": "Send SMS",
363
360
  "type": "button",
364
- "label": "Send SMS"
361
+ "variant": "primary"
365
362
  },
366
363
  {
367
- "type": "button",
368
364
  "icon": "phone",
369
- "action": "SEND_WHATSAPP",
365
+ "type": "button",
366
+ "label": "Send WhatsApp",
370
367
  "variant": "secondary",
371
- "label": "Send WhatsApp"
368
+ "action": "SEND_WHATSAPP"
372
369
  }
373
370
  ],
374
- "direction": "horizontal",
375
- "gap": "sm"
371
+ "type": "stack",
372
+ "gap": "sm",
373
+ "justify": "center"
376
374
  }
377
- ]
375
+ ],
376
+ "direction": "vertical",
377
+ "gap": "lg"
378
378
  }
379
379
  ]
380
380
  ]
@@ -388,9 +388,9 @@
388
388
  "render-ui",
389
389
  "main",
390
390
  {
391
- "type": "loading-state",
391
+ "message": "Delivering servicetwilio message...",
392
392
  "title": "Sending message...",
393
- "message": "Delivering servicetwilio message..."
393
+ "type": "loading-state"
394
394
  }
395
395
  ],
396
396
  [
@@ -403,8 +403,8 @@
403
403
  },
404
404
  {
405
405
  "emit": {
406
- "failure": "ServiceTwilioTwilioFailed",
407
- "success": "ServiceTwilioTwilioCompleted"
406
+ "success": "ServiceTwilioTwilioCompleted",
407
+ "failure": "ServiceTwilioTwilioFailed"
408
408
  }
409
409
  }
410
410
  ]
@@ -419,8 +419,8 @@
419
419
  "render-ui",
420
420
  "main",
421
421
  {
422
- "type": "loading-state",
423
422
  "title": "Sending message...",
423
+ "type": "loading-state",
424
424
  "message": "Delivering servicetwilio message..."
425
425
  }
426
426
  ],
@@ -460,10 +460,8 @@
460
460
  "render-ui",
461
461
  "main",
462
462
  {
463
- "type": "stack",
464
- "direction": "vertical",
465
- "gap": "lg",
466
463
  "align": "center",
464
+ "direction": "vertical",
467
465
  "children": [
468
466
  {
469
467
  "type": "icon",
@@ -475,13 +473,15 @@
475
473
  "type": "alert"
476
474
  },
477
475
  {
478
- "variant": "ghost",
479
- "type": "button",
480
476
  "action": "RESET",
477
+ "label": "Send Another",
478
+ "variant": "ghost",
481
479
  "icon": "rotate-ccw",
482
- "label": "Send Another"
480
+ "type": "button"
483
481
  }
484
- ]
482
+ ],
483
+ "gap": "lg",
484
+ "type": "stack"
485
485
  }
486
486
  ]
487
487
  ]
@@ -505,40 +505,40 @@
505
505
  "render-ui",
506
506
  "main",
507
507
  {
508
- "align": "center",
509
- "gap": "lg",
510
- "type": "stack",
511
508
  "direction": "vertical",
509
+ "type": "stack",
512
510
  "children": [
513
511
  {
514
- "type": "error-state",
512
+ "onRetry": "RETRY",
515
513
  "title": "Send Failed",
516
- "message": "Could not deliver the message.",
517
- "onRetry": "RETRY"
514
+ "type": "error-state",
515
+ "message": "Could not deliver the message."
518
516
  },
519
517
  {
518
+ "gap": "sm",
520
519
  "children": [
521
520
  {
522
- "type": "button",
523
- "action": "RETRY",
524
521
  "variant": "primary",
522
+ "icon": "refresh-cw",
525
523
  "label": "Retry",
526
- "icon": "refresh-cw"
524
+ "action": "RETRY",
525
+ "type": "button"
527
526
  },
528
527
  {
529
- "label": "Reset",
528
+ "type": "button",
530
529
  "action": "RESET",
531
530
  "variant": "ghost",
532
- "type": "button",
531
+ "label": "Reset",
533
532
  "icon": "rotate-ccw"
534
533
  }
535
534
  ],
536
- "type": "stack",
537
- "gap": "sm",
535
+ "justify": "center",
538
536
  "direction": "horizontal",
539
- "justify": "center"
537
+ "type": "stack"
540
538
  }
541
- ]
539
+ ],
540
+ "gap": "lg",
541
+ "align": "center"
542
542
  }
543
543
  ]
544
544
  ]
@@ -559,60 +559,60 @@
559
559
  {
560
560
  "children": [
561
561
  {
562
+ "type": "stack",
563
+ "direction": "horizontal",
564
+ "align": "center",
565
+ "gap": "md",
562
566
  "children": [
563
567
  {
564
- "type": "icon",
565
- "name": "message-circle"
568
+ "name": "message-circle",
569
+ "type": "icon"
566
570
  },
567
571
  {
568
- "type": "typography",
569
572
  "content": "ServiceTwilio Messaging",
570
- "variant": "h2"
573
+ "variant": "h2",
574
+ "type": "typography"
571
575
  }
572
- ],
573
- "type": "stack",
574
- "direction": "horizontal",
575
- "align": "center",
576
- "gap": "md"
576
+ ]
577
577
  },
578
578
  {
579
579
  "type": "divider"
580
580
  },
581
581
  {
582
- "placeholder": "+1234567890",
583
- "type": "input"
582
+ "type": "input",
583
+ "placeholder": "+1234567890"
584
584
  },
585
585
  {
586
586
  "type": "textarea",
587
587
  "placeholder": "Write your message..."
588
588
  },
589
589
  {
590
- "justify": "center",
591
590
  "children": [
592
591
  {
592
+ "variant": "primary",
593
+ "action": "SEND_SMS",
593
594
  "label": "Send SMS",
594
595
  "type": "button",
595
- "action": "SEND_SMS",
596
- "icon": "message-circle",
597
- "variant": "primary"
596
+ "icon": "message-circle"
598
597
  },
599
598
  {
600
- "action": "SEND_WHATSAPP",
599
+ "type": "button",
601
600
  "label": "Send WhatsApp",
602
601
  "variant": "secondary",
603
602
  "icon": "phone",
604
- "type": "button"
603
+ "action": "SEND_WHATSAPP"
605
604
  }
606
605
  ],
607
- "direction": "horizontal",
606
+ "gap": "sm",
607
+ "justify": "center",
608
608
  "type": "stack",
609
- "gap": "sm"
609
+ "direction": "horizontal"
610
610
  }
611
611
  ],
612
- "direction": "vertical",
613
612
  "type": "stack",
614
613
  "gap": "lg",
615
- "align": "stretch"
614
+ "align": "stretch",
615
+ "direction": "vertical"
616
616
  }
617
617
  ]
618
618
  ]
@@ -626,26 +626,27 @@
626
626
  "render-ui",
627
627
  "main",
628
628
  {
629
- "align": "stretch",
630
629
  "type": "stack",
631
630
  "direction": "vertical",
631
+ "gap": "lg",
632
+ "align": "stretch",
632
633
  "children": [
633
634
  {
634
- "align": "center",
635
635
  "children": [
636
636
  {
637
- "type": "icon",
638
- "name": "message-circle"
637
+ "name": "message-circle",
638
+ "type": "icon"
639
639
  },
640
640
  {
641
641
  "variant": "h2",
642
- "content": "ServiceTwilio Messaging",
643
- "type": "typography"
642
+ "type": "typography",
643
+ "content": "ServiceTwilio Messaging"
644
644
  }
645
645
  ],
646
+ "align": "center",
647
+ "gap": "md",
646
648
  "type": "stack",
647
- "direction": "horizontal",
648
- "gap": "md"
649
+ "direction": "horizontal"
649
650
  },
650
651
  {
651
652
  "type": "divider"
@@ -655,33 +656,32 @@
655
656
  "type": "input"
656
657
  },
657
658
  {
658
- "type": "textarea",
659
- "placeholder": "Write your message..."
659
+ "placeholder": "Write your message...",
660
+ "type": "textarea"
660
661
  },
661
662
  {
662
- "direction": "horizontal",
663
+ "justify": "center",
663
664
  "type": "stack",
664
- "gap": "sm",
665
665
  "children": [
666
666
  {
667
+ "label": "Send SMS",
667
668
  "action": "SEND_SMS",
668
669
  "icon": "message-circle",
669
670
  "type": "button",
670
- "label": "Send SMS",
671
671
  "variant": "primary"
672
672
  },
673
673
  {
674
- "icon": "phone",
675
- "variant": "secondary",
676
674
  "type": "button",
677
- "label": "Send WhatsApp",
678
- "action": "SEND_WHATSAPP"
675
+ "variant": "secondary",
676
+ "icon": "phone",
677
+ "action": "SEND_WHATSAPP",
678
+ "label": "Send WhatsApp"
679
679
  }
680
680
  ],
681
- "justify": "center"
681
+ "direction": "horizontal",
682
+ "gap": "sm"
682
683
  }
683
- ],
684
- "gap": "lg"
684
+ ]
685
685
  }
686
686
  ]
687
687
  ]
@@ -700,62 +700,62 @@
700
700
  "render-ui",
701
701
  "main",
702
702
  {
703
- "type": "stack",
704
703
  "children": [
705
704
  {
705
+ "gap": "md",
706
706
  "align": "center",
707
- "direction": "horizontal",
708
- "type": "stack",
709
707
  "children": [
710
708
  {
711
- "type": "icon",
712
- "name": "message-circle"
709
+ "name": "message-circle",
710
+ "type": "icon"
713
711
  },
714
712
  {
713
+ "content": "ServiceTwilio Messaging",
715
714
  "variant": "h2",
716
- "type": "typography",
717
- "content": "ServiceTwilio Messaging"
715
+ "type": "typography"
718
716
  }
719
717
  ],
720
- "gap": "md"
718
+ "direction": "horizontal",
719
+ "type": "stack"
721
720
  },
722
721
  {
723
722
  "type": "divider"
724
723
  },
725
724
  {
726
- "type": "input",
727
- "placeholder": "+1234567890"
725
+ "placeholder": "+1234567890",
726
+ "type": "input"
728
727
  },
729
728
  {
730
- "placeholder": "Write your message...",
731
- "type": "textarea"
729
+ "type": "textarea",
730
+ "placeholder": "Write your message..."
732
731
  },
733
732
  {
734
- "type": "stack",
733
+ "gap": "sm",
734
+ "direction": "horizontal",
735
735
  "children": [
736
736
  {
737
+ "action": "SEND_SMS",
738
+ "icon": "message-circle",
737
739
  "type": "button",
738
740
  "label": "Send SMS",
739
- "icon": "message-circle",
740
- "action": "SEND_SMS",
741
741
  "variant": "primary"
742
742
  },
743
743
  {
744
744
  "type": "button",
745
- "action": "SEND_WHATSAPP",
745
+ "label": "Send WhatsApp",
746
746
  "variant": "secondary",
747
- "icon": "phone",
748
- "label": "Send WhatsApp"
747
+ "action": "SEND_WHATSAPP",
748
+ "icon": "phone"
749
749
  }
750
750
  ],
751
- "gap": "sm",
752
- "direction": "horizontal",
753
- "justify": "center"
751
+ "justify": "center",
752
+ "type": "stack"
754
753
  }
755
754
  ],
756
- "direction": "vertical",
757
755
  "align": "stretch",
758
- "gap": "lg"
756
+ "direction": "vertical",
757
+ "gap": "lg",
758
+ "type": "stack"
759
759
  }
760
760
  ]
761
761
  ]