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