@almadar/std 8.5.1 → 10.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 +68 -72
  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 +68 -72
  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
@@ -73,7 +73,7 @@
73
73
  "event": "ServiceTwilioLoaded",
74
74
  "description": "Fired when ServiceTwilio finishes loading",
75
75
  "scope": "internal",
76
- "payload": [
76
+ "payloadSchema": [
77
77
  {
78
78
  "name": "id",
79
79
  "type": "string"
@@ -124,7 +124,7 @@
124
124
  "event": "ServiceTwilioLoadFailed",
125
125
  "description": "Fired when ServiceTwilio fails to load",
126
126
  "scope": "internal",
127
- "payload": [
127
+ "payloadSchema": [
128
128
  {
129
129
  "name": "message",
130
130
  "type": "string"
@@ -134,7 +134,7 @@
134
134
  {
135
135
  "event": "ServiceTwilioTwilioCompleted",
136
136
  "scope": "internal",
137
- "payload": [
137
+ "payloadSchema": [
138
138
  {
139
139
  "name": "result",
140
140
  "type": "object"
@@ -144,7 +144,7 @@
144
144
  {
145
145
  "event": "ServiceTwilioTwilioFailed",
146
146
  "scope": "internal",
147
- "payload": [
147
+ "payloadSchema": [
148
148
  {
149
149
  "name": "error",
150
150
  "type": "string"
@@ -188,7 +188,7 @@
188
188
  {
189
189
  "key": "SENT",
190
190
  "name": "Sent",
191
- "payload": [
191
+ "payloadSchema": [
192
192
  {
193
193
  "name": "messageSid",
194
194
  "type": "string"
@@ -198,7 +198,7 @@
198
198
  {
199
199
  "key": "FAILED",
200
200
  "name": "Failed",
201
- "payload": [
201
+ "payloadSchema": [
202
202
  {
203
203
  "name": "error",
204
204
  "type": "string",
@@ -217,7 +217,7 @@
217
217
  {
218
218
  "key": "ServiceTwilioLoaded",
219
219
  "name": "ServiceTwilio loaded",
220
- "payload": [
220
+ "payloadSchema": [
221
221
  {
222
222
  "name": "id",
223
223
  "type": "string"
@@ -267,7 +267,7 @@
267
267
  {
268
268
  "key": "ServiceTwilioLoadFailed",
269
269
  "name": "ServiceTwilio load failed",
270
- "payload": [
270
+ "payloadSchema": [
271
271
  {
272
272
  "name": "message",
273
273
  "type": "string"
@@ -277,7 +277,7 @@
277
277
  {
278
278
  "key": "ServiceTwilioTwilioCompleted",
279
279
  "name": "ServiceTwilio twilio completed",
280
- "payload": [
280
+ "payloadSchema": [
281
281
  {
282
282
  "name": "result",
283
283
  "type": "object"
@@ -287,7 +287,7 @@
287
287
  {
288
288
  "key": "ServiceTwilioTwilioFailed",
289
289
  "name": "ServiceTwilio twilio failed",
290
- "payload": [
290
+ "payloadSchema": [
291
291
  {
292
292
  "name": "error",
293
293
  "type": "string"
@@ -319,62 +319,62 @@
319
319
  "render-ui",
320
320
  "main",
321
321
  {
322
+ "direction": "vertical",
323
+ "type": "stack",
324
+ "gap": "lg",
325
+ "align": "stretch",
322
326
  "children": [
323
327
  {
324
- "direction": "horizontal",
328
+ "type": "stack",
329
+ "align": "center",
325
330
  "children": [
326
331
  {
327
- "name": "message-circle",
328
- "type": "icon"
332
+ "type": "icon",
333
+ "name": "message-circle"
329
334
  },
330
335
  {
331
- "type": "typography",
332
336
  "variant": "h2",
333
- "content": "ServiceTwilio Messaging"
337
+ "content": "ServiceTwilio Messaging",
338
+ "type": "typography"
334
339
  }
335
340
  ],
336
- "type": "stack",
337
- "align": "center",
338
- "gap": "md"
341
+ "gap": "md",
342
+ "direction": "horizontal"
339
343
  },
340
344
  {
341
345
  "type": "divider"
342
346
  },
343
347
  {
344
- "placeholder": "+1234567890",
345
- "type": "input"
348
+ "type": "input",
349
+ "placeholder": "+1234567890"
346
350
  },
347
351
  {
348
- "placeholder": "Write your message...",
349
- "type": "textarea"
352
+ "type": "textarea",
353
+ "placeholder": "Write your message..."
350
354
  },
351
355
  {
352
- "justify": "center",
353
- "direction": "horizontal",
354
356
  "type": "stack",
355
- "gap": "sm",
357
+ "justify": "center",
356
358
  "children": [
357
359
  {
358
- "variant": "primary",
359
- "action": "SEND_SMS",
360
360
  "icon": "message-circle",
361
+ "action": "SEND_SMS",
362
+ "variant": "primary",
361
363
  "type": "button",
362
364
  "label": "Send SMS"
363
365
  },
364
366
  {
367
+ "type": "button",
365
368
  "icon": "phone",
369
+ "action": "SEND_WHATSAPP",
366
370
  "variant": "secondary",
367
- "label": "Send WhatsApp",
368
- "type": "button",
369
- "action": "SEND_WHATSAPP"
371
+ "label": "Send WhatsApp"
370
372
  }
371
- ]
373
+ ],
374
+ "direction": "horizontal",
375
+ "gap": "sm"
372
376
  }
373
- ],
374
- "gap": "lg",
375
- "align": "stretch",
376
- "direction": "vertical",
377
- "type": "stack"
377
+ ]
378
378
  }
379
379
  ]
380
380
  ]
@@ -388,9 +388,9 @@
388
388
  "render-ui",
389
389
  "main",
390
390
  {
391
- "message": "Delivering servicetwilio message...",
392
391
  "type": "loading-state",
393
- "title": "Sending message..."
392
+ "title": "Sending message...",
393
+ "message": "Delivering servicetwilio message..."
394
394
  }
395
395
  ],
396
396
  [
@@ -403,8 +403,8 @@
403
403
  },
404
404
  {
405
405
  "emit": {
406
- "success": "ServiceTwilioTwilioCompleted",
407
- "failure": "ServiceTwilioTwilioFailed"
406
+ "failure": "ServiceTwilioTwilioFailed",
407
+ "success": "ServiceTwilioTwilioCompleted"
408
408
  }
409
409
  }
410
410
  ]
@@ -419,9 +419,9 @@
419
419
  "render-ui",
420
420
  "main",
421
421
  {
422
- "message": "Delivering servicetwilio message...",
423
422
  "type": "loading-state",
424
- "title": "Sending message..."
423
+ "title": "Sending message...",
424
+ "message": "Delivering servicetwilio message..."
425
425
  }
426
426
  ],
427
427
  [
@@ -429,8 +429,8 @@
429
429
  "twilio",
430
430
  "sendWhatsApp",
431
431
  {
432
- "to": "@entity.to",
433
- "body": "@entity.messageBody"
432
+ "body": "@entity.messageBody",
433
+ "to": "@entity.to"
434
434
  },
435
435
  {
436
436
  "emit": {
@@ -466,20 +466,20 @@
466
466
  "align": "center",
467
467
  "children": [
468
468
  {
469
- "name": "check-circle",
470
- "type": "icon"
469
+ "type": "icon",
470
+ "name": "check-circle"
471
471
  },
472
472
  {
473
- "type": "alert",
474
473
  "variant": "success",
475
- "message": "Message sent successfully"
474
+ "message": "Message sent successfully",
475
+ "type": "alert"
476
476
  },
477
477
  {
478
- "label": "Send Another",
479
478
  "variant": "ghost",
480
- "icon": "rotate-ccw",
481
479
  "type": "button",
482
- "action": "RESET"
480
+ "action": "RESET",
481
+ "icon": "rotate-ccw",
482
+ "label": "Send Another"
483
483
  }
484
484
  ]
485
485
  }
@@ -505,40 +505,40 @@
505
505
  "render-ui",
506
506
  "main",
507
507
  {
508
+ "align": "center",
509
+ "gap": "lg",
510
+ "type": "stack",
511
+ "direction": "vertical",
508
512
  "children": [
509
513
  {
510
514
  "type": "error-state",
511
- "message": "Could not deliver the message.",
512
515
  "title": "Send Failed",
516
+ "message": "Could not deliver the message.",
513
517
  "onRetry": "RETRY"
514
518
  },
515
519
  {
516
- "type": "stack",
517
- "direction": "horizontal",
518
- "justify": "center",
519
- "gap": "sm",
520
520
  "children": [
521
521
  {
522
- "icon": "refresh-cw",
523
522
  "type": "button",
524
523
  "action": "RETRY",
524
+ "variant": "primary",
525
525
  "label": "Retry",
526
- "variant": "primary"
526
+ "icon": "refresh-cw"
527
527
  },
528
528
  {
529
+ "label": "Reset",
529
530
  "action": "RESET",
530
531
  "variant": "ghost",
531
532
  "type": "button",
532
- "label": "Reset",
533
533
  "icon": "rotate-ccw"
534
534
  }
535
- ]
535
+ ],
536
+ "type": "stack",
537
+ "gap": "sm",
538
+ "direction": "horizontal",
539
+ "justify": "center"
536
540
  }
537
- ],
538
- "direction": "vertical",
539
- "align": "center",
540
- "type": "stack",
541
- "gap": "lg"
541
+ ]
542
542
  }
543
543
  ]
544
544
  ]
@@ -557,62 +557,62 @@
557
557
  "render-ui",
558
558
  "main",
559
559
  {
560
- "type": "stack",
561
- "direction": "vertical",
562
- "gap": "lg",
563
- "align": "stretch",
564
560
  "children": [
565
561
  {
566
- "type": "stack",
567
- "direction": "horizontal",
568
- "gap": "md",
569
- "align": "center",
570
562
  "children": [
571
563
  {
572
- "name": "message-circle",
573
- "type": "icon"
564
+ "type": "icon",
565
+ "name": "message-circle"
574
566
  },
575
567
  {
576
568
  "type": "typography",
577
- "variant": "h2",
578
- "content": "ServiceTwilio Messaging"
569
+ "content": "ServiceTwilio Messaging",
570
+ "variant": "h2"
579
571
  }
580
- ]
572
+ ],
573
+ "type": "stack",
574
+ "direction": "horizontal",
575
+ "align": "center",
576
+ "gap": "md"
581
577
  },
582
578
  {
583
579
  "type": "divider"
584
580
  },
585
581
  {
586
- "type": "input",
587
- "placeholder": "+1234567890"
582
+ "placeholder": "+1234567890",
583
+ "type": "input"
588
584
  },
589
585
  {
590
586
  "type": "textarea",
591
587
  "placeholder": "Write your message..."
592
588
  },
593
589
  {
594
- "type": "stack",
590
+ "justify": "center",
595
591
  "children": [
596
592
  {
597
- "action": "SEND_SMS",
598
- "icon": "message-circle",
599
593
  "label": "Send SMS",
600
594
  "type": "button",
595
+ "action": "SEND_SMS",
596
+ "icon": "message-circle",
601
597
  "variant": "primary"
602
598
  },
603
599
  {
604
600
  "action": "SEND_WHATSAPP",
605
- "type": "button",
606
- "variant": "secondary",
607
601
  "label": "Send WhatsApp",
608
- "icon": "phone"
602
+ "variant": "secondary",
603
+ "icon": "phone",
604
+ "type": "button"
609
605
  }
610
606
  ],
611
- "justify": "center",
612
607
  "direction": "horizontal",
608
+ "type": "stack",
613
609
  "gap": "sm"
614
610
  }
615
- ]
611
+ ],
612
+ "direction": "vertical",
613
+ "type": "stack",
614
+ "gap": "lg",
615
+ "align": "stretch"
616
616
  }
617
617
  ]
618
618
  ]
@@ -626,12 +626,12 @@
626
626
  "render-ui",
627
627
  "main",
628
628
  {
629
- "direction": "vertical",
630
629
  "align": "stretch",
631
630
  "type": "stack",
632
- "gap": "lg",
631
+ "direction": "vertical",
633
632
  "children": [
634
633
  {
634
+ "align": "center",
635
635
  "children": [
636
636
  {
637
637
  "type": "icon",
@@ -639,49 +639,49 @@
639
639
  },
640
640
  {
641
641
  "variant": "h2",
642
- "type": "typography",
643
- "content": "ServiceTwilio Messaging"
642
+ "content": "ServiceTwilio Messaging",
643
+ "type": "typography"
644
644
  }
645
645
  ],
646
646
  "type": "stack",
647
- "gap": "md",
648
- "align": "center",
649
- "direction": "horizontal"
647
+ "direction": "horizontal",
648
+ "gap": "md"
650
649
  },
651
650
  {
652
651
  "type": "divider"
653
652
  },
654
653
  {
655
- "type": "input",
656
- "placeholder": "+1234567890"
654
+ "placeholder": "+1234567890",
655
+ "type": "input"
657
656
  },
658
657
  {
659
- "placeholder": "Write your message...",
660
- "type": "textarea"
658
+ "type": "textarea",
659
+ "placeholder": "Write your message..."
661
660
  },
662
661
  {
662
+ "direction": "horizontal",
663
+ "type": "stack",
663
664
  "gap": "sm",
664
665
  "children": [
665
666
  {
666
- "type": "button",
667
+ "action": "SEND_SMS",
667
668
  "icon": "message-circle",
668
- "variant": "primary",
669
+ "type": "button",
669
670
  "label": "Send SMS",
670
- "action": "SEND_SMS"
671
+ "variant": "primary"
671
672
  },
672
673
  {
674
+ "icon": "phone",
673
675
  "variant": "secondary",
676
+ "type": "button",
674
677
  "label": "Send WhatsApp",
675
- "action": "SEND_WHATSAPP",
676
- "icon": "phone",
677
- "type": "button"
678
+ "action": "SEND_WHATSAPP"
678
679
  }
679
680
  ],
680
- "direction": "horizontal",
681
- "type": "stack",
682
681
  "justify": "center"
683
682
  }
684
- ]
683
+ ],
684
+ "gap": "lg"
685
685
  }
686
686
  ]
687
687
  ]
@@ -700,26 +700,24 @@
700
700
  "render-ui",
701
701
  "main",
702
702
  {
703
- "direction": "vertical",
704
- "align": "stretch",
705
- "gap": "lg",
703
+ "type": "stack",
706
704
  "children": [
707
705
  {
708
- "type": "stack",
709
- "direction": "horizontal",
710
706
  "align": "center",
711
- "gap": "md",
707
+ "direction": "horizontal",
708
+ "type": "stack",
712
709
  "children": [
713
710
  {
714
711
  "type": "icon",
715
712
  "name": "message-circle"
716
713
  },
717
714
  {
715
+ "variant": "h2",
718
716
  "type": "typography",
719
- "content": "ServiceTwilio Messaging",
720
- "variant": "h2"
717
+ "content": "ServiceTwilio Messaging"
721
718
  }
722
- ]
719
+ ],
720
+ "gap": "md"
723
721
  },
724
722
  {
725
723
  "type": "divider"
@@ -729,33 +727,35 @@
729
727
  "placeholder": "+1234567890"
730
728
  },
731
729
  {
732
- "type": "textarea",
733
- "placeholder": "Write your message..."
730
+ "placeholder": "Write your message...",
731
+ "type": "textarea"
734
732
  },
735
733
  {
736
- "direction": "horizontal",
737
734
  "type": "stack",
738
- "justify": "center",
739
735
  "children": [
740
736
  {
741
- "variant": "primary",
742
- "action": "SEND_SMS",
743
- "icon": "message-circle",
744
737
  "type": "button",
745
- "label": "Send SMS"
738
+ "label": "Send SMS",
739
+ "icon": "message-circle",
740
+ "action": "SEND_SMS",
741
+ "variant": "primary"
746
742
  },
747
743
  {
748
- "icon": "phone",
749
- "label": "Send WhatsApp",
750
744
  "type": "button",
745
+ "action": "SEND_WHATSAPP",
751
746
  "variant": "secondary",
752
- "action": "SEND_WHATSAPP"
747
+ "icon": "phone",
748
+ "label": "Send WhatsApp"
753
749
  }
754
750
  ],
755
- "gap": "sm"
751
+ "gap": "sm",
752
+ "direction": "horizontal",
753
+ "justify": "center"
756
754
  }
757
755
  ],
758
- "type": "stack"
756
+ "direction": "vertical",
757
+ "align": "stretch",
758
+ "gap": "lg"
759
759
  }
760
760
  ]
761
761
  ]
@@ -778,4 +778,4 @@
778
778
  ]
779
779
  }
780
780
  ]
781
- }
781
+ }