@almadar/std 13.7.0 → 13.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +69 -69
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +120 -120
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +114 -114
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +124 -114
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +410 -395
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +93 -93
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +67 -117
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +149 -134
- package/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/behaviors/registry/agent/atoms/std-agent-session.orb +106 -106
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +194 -189
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +360 -355
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +69 -69
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -199
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +174 -174
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +125 -125
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +127 -109
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +190 -185
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1209 -1155
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3021 -3001
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2184 -2249
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1029 -1050
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +842 -804
- package/behaviors/registry/app/organisms/std-cms.orb +547 -547
- package/behaviors/registry/core/atoms/std-browse.orb +36 -36
- package/behaviors/registry/core/atoms/std-cache-aside.orb +111 -111
- package/behaviors/registry/core/atoms/std-calendar.orb +56 -51
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +202 -187
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -27
- package/behaviors/registry/core/atoms/std-display.orb +2 -2
- package/behaviors/registry/core/atoms/std-drawer.orb +58 -58
- package/behaviors/registry/core/atoms/std-filter.orb +6 -9
- package/behaviors/registry/core/atoms/std-gallery.orb +46 -46
- package/behaviors/registry/core/atoms/std-graphs.orb +24 -24
- package/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/behaviors/registry/core/atoms/std-pagination.orb +14 -14
- package/behaviors/registry/core/atoms/std-push.orb +48 -90
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +205 -190
- package/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/behaviors/registry/core/atoms/std-search.orb +3 -3
- package/behaviors/registry/core/atoms/std-selection.orb +102 -102
- package/behaviors/registry/core/atoms/std-stats.orb +64 -64
- package/behaviors/registry/core/atoms/std-tabs.orb +18 -18
- package/behaviors/registry/core/molecules/std-cart.orb +64 -64
- package/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
- package/behaviors/registry/core/molecules/std-filtered-list.orb +21 -21
- package/behaviors/registry/core/molecules/std-form-advanced.orb +172 -127
- package/behaviors/registry/core/molecules/std-list.orb +63 -63
- package/behaviors/registry/core/molecules/std-wizard-form.orb +145 -130
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +42 -42
- package/behaviors/registry/game/atoms/std-overworld.orb +57 -57
- package/behaviors/registry/game/atoms/std-physics2d.orb +74 -74
- package/behaviors/registry/game/atoms/std-quest.orb +137 -137
- package/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +31 -31
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -78
- package/behaviors/registry/service/atoms/std-service-email.orb +91 -76
- package/behaviors/registry/service/atoms/std-service-github.orb +103 -83
- package/behaviors/registry/service/atoms/std-service-llm.orb +117 -112
- package/behaviors/registry/service/atoms/std-service-oauth.orb +131 -126
- package/behaviors/registry/service/atoms/std-service-redis.orb +123 -108
- package/behaviors/registry/service/atoms/std-service-storage.orb +125 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +113 -103
- package/behaviors/registry/service/atoms/std-service-twilio.orb +102 -92
- package/behaviors/registry/service/atoms/std-service-youtube.orb +119 -114
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -873
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +1027 -972
- package/dist/behaviors/behaviors-registry.json +2913 -322
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +69 -69
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +120 -120
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +114 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +124 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +410 -395
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +93 -93
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +67 -117
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +149 -134
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +106 -106
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +194 -189
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +360 -355
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +69 -69
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -199
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +174 -174
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +125 -125
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +127 -109
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +190 -185
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1209 -1155
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3021 -3001
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2184 -2249
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1029 -1050
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +842 -804
- package/dist/behaviors/registry/app/organisms/std-cms.orb +547 -547
- package/dist/behaviors/registry/core/atoms/std-browse.orb +36 -36
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +111 -111
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +56 -51
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +202 -187
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -27
- package/dist/behaviors/registry/core/atoms/std-display.orb +2 -2
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +58 -58
- package/dist/behaviors/registry/core/atoms/std-filter.orb +6 -9
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +46 -46
- package/dist/behaviors/registry/core/atoms/std-graphs.orb +24 -24
- package/dist/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +14 -14
- package/dist/behaviors/registry/core/atoms/std-push.orb +48 -90
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +205 -190
- package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/dist/behaviors/registry/core/atoms/std-search.orb +3 -3
- package/dist/behaviors/registry/core/atoms/std-selection.orb +102 -102
- package/dist/behaviors/registry/core/atoms/std-stats.orb +64 -64
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +18 -18
- package/dist/behaviors/registry/core/molecules/std-cart.orb +64 -64
- package/dist/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +21 -21
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +172 -127
- package/dist/behaviors/registry/core/molecules/std-list.orb +63 -63
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +145 -130
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +42 -42
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +57 -57
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +74 -74
- package/dist/behaviors/registry/game/atoms/std-quest.orb +137 -137
- package/dist/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +31 -31
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -78
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +91 -76
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +103 -83
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +117 -112
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +131 -126
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +123 -108
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +125 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +113 -103
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +102 -92
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +119 -114
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -873
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +1027 -972
- package/dist/behaviors-registry.json +2913 -322
- package/package.json +1 -1
|
@@ -305,6 +305,16 @@
|
|
|
305
305
|
"to": "idle",
|
|
306
306
|
"event": "INIT",
|
|
307
307
|
"effects": [
|
|
308
|
+
[
|
|
309
|
+
"set",
|
|
310
|
+
"@entity.messageBody",
|
|
311
|
+
""
|
|
312
|
+
],
|
|
313
|
+
[
|
|
314
|
+
"set",
|
|
315
|
+
"@entity.to",
|
|
316
|
+
""
|
|
317
|
+
],
|
|
308
318
|
[
|
|
309
319
|
"fetch",
|
|
310
320
|
"ServiceTwilio",
|
|
@@ -319,61 +329,61 @@
|
|
|
319
329
|
"render-ui",
|
|
320
330
|
"main",
|
|
321
331
|
{
|
|
322
|
-
"type": "stack",
|
|
323
332
|
"children": [
|
|
324
333
|
{
|
|
334
|
+
"type": "stack",
|
|
335
|
+
"gap": "md",
|
|
336
|
+
"direction": "horizontal",
|
|
337
|
+
"align": "center",
|
|
325
338
|
"children": [
|
|
326
339
|
{
|
|
327
|
-
"
|
|
328
|
-
"
|
|
340
|
+
"type": "icon",
|
|
341
|
+
"name": "message-circle"
|
|
329
342
|
},
|
|
330
343
|
{
|
|
331
|
-
"
|
|
344
|
+
"variant": "h2",
|
|
332
345
|
"content": "ServiceTwilio Messaging",
|
|
333
|
-
"
|
|
346
|
+
"type": "typography"
|
|
334
347
|
}
|
|
335
|
-
]
|
|
336
|
-
"direction": "horizontal",
|
|
337
|
-
"type": "stack",
|
|
338
|
-
"gap": "md",
|
|
339
|
-
"align": "center"
|
|
348
|
+
]
|
|
340
349
|
},
|
|
341
350
|
{
|
|
342
351
|
"type": "divider"
|
|
343
352
|
},
|
|
344
353
|
{
|
|
345
|
-
"
|
|
346
|
-
"
|
|
354
|
+
"type": "input",
|
|
355
|
+
"placeholder": "+1234567890"
|
|
347
356
|
},
|
|
348
357
|
{
|
|
349
|
-
"
|
|
350
|
-
"
|
|
358
|
+
"placeholder": "Write your message...",
|
|
359
|
+
"type": "textarea"
|
|
351
360
|
},
|
|
352
361
|
{
|
|
353
|
-
"gap": "sm",
|
|
354
|
-
"type": "stack",
|
|
355
362
|
"direction": "horizontal",
|
|
363
|
+
"gap": "sm",
|
|
356
364
|
"justify": "center",
|
|
357
365
|
"children": [
|
|
358
366
|
{
|
|
359
|
-
"icon": "message-circle",
|
|
360
|
-
"action": "SEND_SMS",
|
|
361
|
-
"label": "Send SMS",
|
|
362
367
|
"type": "button",
|
|
363
|
-
"
|
|
368
|
+
"label": "Send SMS",
|
|
369
|
+
"action": "SEND_SMS",
|
|
370
|
+
"variant": "primary",
|
|
371
|
+
"icon": "message-circle"
|
|
364
372
|
},
|
|
365
373
|
{
|
|
366
|
-
"type": "button",
|
|
367
|
-
"icon": "phone",
|
|
368
374
|
"variant": "secondary",
|
|
375
|
+
"action": "SEND_WHATSAPP",
|
|
376
|
+
"type": "button",
|
|
369
377
|
"label": "Send WhatsApp",
|
|
370
|
-
"
|
|
378
|
+
"icon": "phone"
|
|
371
379
|
}
|
|
372
|
-
]
|
|
380
|
+
],
|
|
381
|
+
"type": "stack"
|
|
373
382
|
}
|
|
374
383
|
],
|
|
375
|
-
"
|
|
384
|
+
"type": "stack",
|
|
376
385
|
"align": "stretch",
|
|
386
|
+
"direction": "vertical",
|
|
377
387
|
"gap": "lg"
|
|
378
388
|
}
|
|
379
389
|
]
|
|
@@ -403,8 +413,8 @@
|
|
|
403
413
|
},
|
|
404
414
|
{
|
|
405
415
|
"emit": {
|
|
406
|
-
"
|
|
407
|
-
"
|
|
416
|
+
"success": "ServiceTwilioTwilioCompleted",
|
|
417
|
+
"failure": "ServiceTwilioTwilioFailed"
|
|
408
418
|
}
|
|
409
419
|
}
|
|
410
420
|
]
|
|
@@ -420,8 +430,8 @@
|
|
|
420
430
|
"main",
|
|
421
431
|
{
|
|
422
432
|
"type": "loading-state",
|
|
423
|
-
"
|
|
424
|
-
"
|
|
433
|
+
"title": "Sending message...",
|
|
434
|
+
"message": "Delivering servicetwilio message..."
|
|
425
435
|
}
|
|
426
436
|
],
|
|
427
437
|
[
|
|
@@ -429,13 +439,13 @@
|
|
|
429
439
|
"twilio",
|
|
430
440
|
"sendWhatsApp",
|
|
431
441
|
{
|
|
432
|
-
"
|
|
433
|
-
"
|
|
442
|
+
"to": "@entity.to",
|
|
443
|
+
"body": "@entity.messageBody"
|
|
434
444
|
},
|
|
435
445
|
{
|
|
436
446
|
"emit": {
|
|
437
|
-
"
|
|
438
|
-
"
|
|
447
|
+
"failure": "ServiceTwilioTwilioFailed",
|
|
448
|
+
"success": "ServiceTwilioTwilioCompleted"
|
|
439
449
|
}
|
|
440
450
|
}
|
|
441
451
|
]
|
|
@@ -460,28 +470,28 @@
|
|
|
460
470
|
"render-ui",
|
|
461
471
|
"main",
|
|
462
472
|
{
|
|
463
|
-
"type": "stack",
|
|
464
473
|
"children": [
|
|
465
474
|
{
|
|
466
475
|
"type": "icon",
|
|
467
476
|
"name": "check-circle"
|
|
468
477
|
},
|
|
469
478
|
{
|
|
470
|
-
"type": "alert",
|
|
471
479
|
"message": "Message sent successfully",
|
|
480
|
+
"type": "alert",
|
|
472
481
|
"variant": "success"
|
|
473
482
|
},
|
|
474
483
|
{
|
|
484
|
+
"type": "button",
|
|
475
485
|
"label": "Send Another",
|
|
476
486
|
"action": "RESET",
|
|
477
|
-
"
|
|
478
|
-
"
|
|
479
|
-
"icon": "rotate-ccw"
|
|
487
|
+
"icon": "rotate-ccw",
|
|
488
|
+
"variant": "ghost"
|
|
480
489
|
}
|
|
481
490
|
],
|
|
482
491
|
"direction": "vertical",
|
|
483
|
-
"
|
|
484
|
-
"align": "center"
|
|
492
|
+
"type": "stack",
|
|
493
|
+
"align": "center",
|
|
494
|
+
"gap": "lg"
|
|
485
495
|
}
|
|
486
496
|
]
|
|
487
497
|
]
|
|
@@ -507,38 +517,38 @@
|
|
|
507
517
|
{
|
|
508
518
|
"align": "center",
|
|
509
519
|
"type": "stack",
|
|
510
|
-
"
|
|
520
|
+
"direction": "vertical",
|
|
511
521
|
"children": [
|
|
512
522
|
{
|
|
513
|
-
"title": "Send Failed",
|
|
514
|
-
"message": "Could not deliver the message.",
|
|
515
523
|
"type": "error-state",
|
|
516
|
-
"onRetry": "RETRY"
|
|
524
|
+
"onRetry": "RETRY",
|
|
525
|
+
"message": "Could not deliver the message.",
|
|
526
|
+
"title": "Send Failed"
|
|
517
527
|
},
|
|
518
528
|
{
|
|
529
|
+
"gap": "sm",
|
|
530
|
+
"direction": "horizontal",
|
|
531
|
+
"type": "stack",
|
|
532
|
+
"justify": "center",
|
|
519
533
|
"children": [
|
|
520
534
|
{
|
|
521
|
-
"variant": "primary",
|
|
522
535
|
"icon": "refresh-cw",
|
|
523
|
-
"
|
|
536
|
+
"label": "Retry",
|
|
524
537
|
"action": "RETRY",
|
|
525
|
-
"
|
|
538
|
+
"variant": "primary",
|
|
539
|
+
"type": "button"
|
|
526
540
|
},
|
|
527
541
|
{
|
|
542
|
+
"icon": "rotate-ccw",
|
|
528
543
|
"variant": "ghost",
|
|
529
544
|
"label": "Reset",
|
|
530
|
-
"action": "RESET",
|
|
531
545
|
"type": "button",
|
|
532
|
-
"
|
|
546
|
+
"action": "RESET"
|
|
533
547
|
}
|
|
534
|
-
]
|
|
535
|
-
"justify": "center",
|
|
536
|
-
"type": "stack",
|
|
537
|
-
"gap": "sm",
|
|
538
|
-
"direction": "horizontal"
|
|
548
|
+
]
|
|
539
549
|
}
|
|
540
550
|
],
|
|
541
|
-
"
|
|
551
|
+
"gap": "lg"
|
|
542
552
|
}
|
|
543
553
|
]
|
|
544
554
|
]
|
|
@@ -557,21 +567,22 @@
|
|
|
557
567
|
"render-ui",
|
|
558
568
|
"main",
|
|
559
569
|
{
|
|
570
|
+
"gap": "lg",
|
|
560
571
|
"children": [
|
|
561
572
|
{
|
|
562
|
-
"align": "center",
|
|
563
|
-
"type": "stack",
|
|
564
573
|
"children": [
|
|
565
574
|
{
|
|
566
575
|
"type": "icon",
|
|
567
576
|
"name": "message-circle"
|
|
568
577
|
},
|
|
569
578
|
{
|
|
570
|
-
"variant": "h2",
|
|
571
579
|
"content": "ServiceTwilio Messaging",
|
|
572
|
-
"type": "typography"
|
|
580
|
+
"type": "typography",
|
|
581
|
+
"variant": "h2"
|
|
573
582
|
}
|
|
574
583
|
],
|
|
584
|
+
"align": "center",
|
|
585
|
+
"type": "stack",
|
|
575
586
|
"direction": "horizontal",
|
|
576
587
|
"gap": "md"
|
|
577
588
|
},
|
|
@@ -587,31 +598,30 @@
|
|
|
587
598
|
"placeholder": "Write your message..."
|
|
588
599
|
},
|
|
589
600
|
{
|
|
601
|
+
"justify": "center",
|
|
590
602
|
"children": [
|
|
591
603
|
{
|
|
592
604
|
"label": "Send SMS",
|
|
593
605
|
"variant": "primary",
|
|
606
|
+
"icon": "message-circle",
|
|
594
607
|
"type": "button",
|
|
595
|
-
"action": "SEND_SMS"
|
|
596
|
-
"icon": "message-circle"
|
|
608
|
+
"action": "SEND_SMS"
|
|
597
609
|
},
|
|
598
610
|
{
|
|
599
611
|
"type": "button",
|
|
600
612
|
"label": "Send WhatsApp",
|
|
613
|
+
"variant": "secondary",
|
|
601
614
|
"action": "SEND_WHATSAPP",
|
|
602
|
-
"icon": "phone"
|
|
603
|
-
"variant": "secondary"
|
|
615
|
+
"icon": "phone"
|
|
604
616
|
}
|
|
605
617
|
],
|
|
606
618
|
"type": "stack",
|
|
607
|
-
"justify": "center",
|
|
608
619
|
"gap": "sm",
|
|
609
620
|
"direction": "horizontal"
|
|
610
621
|
}
|
|
611
622
|
],
|
|
612
|
-
"gap": "lg",
|
|
613
|
-
"type": "stack",
|
|
614
623
|
"direction": "vertical",
|
|
624
|
+
"type": "stack",
|
|
615
625
|
"align": "stretch"
|
|
616
626
|
}
|
|
617
627
|
]
|
|
@@ -626,11 +636,11 @@
|
|
|
626
636
|
"render-ui",
|
|
627
637
|
"main",
|
|
628
638
|
{
|
|
639
|
+
"type": "stack",
|
|
629
640
|
"direction": "vertical",
|
|
641
|
+
"align": "stretch",
|
|
630
642
|
"children": [
|
|
631
643
|
{
|
|
632
|
-
"direction": "horizontal",
|
|
633
|
-
"align": "center",
|
|
634
644
|
"gap": "md",
|
|
635
645
|
"children": [
|
|
636
646
|
{
|
|
@@ -639,10 +649,12 @@
|
|
|
639
649
|
},
|
|
640
650
|
{
|
|
641
651
|
"variant": "h2",
|
|
642
|
-
"
|
|
643
|
-
"
|
|
652
|
+
"content": "ServiceTwilio Messaging",
|
|
653
|
+
"type": "typography"
|
|
644
654
|
}
|
|
645
655
|
],
|
|
656
|
+
"direction": "horizontal",
|
|
657
|
+
"align": "center",
|
|
646
658
|
"type": "stack"
|
|
647
659
|
},
|
|
648
660
|
{
|
|
@@ -657,31 +669,29 @@
|
|
|
657
669
|
"placeholder": "Write your message..."
|
|
658
670
|
},
|
|
659
671
|
{
|
|
660
|
-
"justify": "center",
|
|
661
672
|
"direction": "horizontal",
|
|
662
673
|
"gap": "sm",
|
|
663
674
|
"type": "stack",
|
|
664
675
|
"children": [
|
|
665
676
|
{
|
|
666
|
-
"action": "SEND_SMS",
|
|
667
677
|
"variant": "primary",
|
|
668
678
|
"label": "Send SMS",
|
|
679
|
+
"action": "SEND_SMS",
|
|
669
680
|
"type": "button",
|
|
670
681
|
"icon": "message-circle"
|
|
671
682
|
},
|
|
672
683
|
{
|
|
673
|
-
"label": "Send WhatsApp",
|
|
674
|
-
"variant": "secondary",
|
|
675
684
|
"type": "button",
|
|
685
|
+
"variant": "secondary",
|
|
686
|
+
"action": "SEND_WHATSAPP",
|
|
676
687
|
"icon": "phone",
|
|
677
|
-
"
|
|
688
|
+
"label": "Send WhatsApp"
|
|
678
689
|
}
|
|
679
|
-
]
|
|
690
|
+
],
|
|
691
|
+
"justify": "center"
|
|
680
692
|
}
|
|
681
693
|
],
|
|
682
|
-
"gap": "lg"
|
|
683
|
-
"type": "stack",
|
|
684
|
-
"align": "stretch"
|
|
694
|
+
"gap": "lg"
|
|
685
695
|
}
|
|
686
696
|
]
|
|
687
697
|
]
|
|
@@ -700,22 +710,21 @@
|
|
|
700
710
|
"render-ui",
|
|
701
711
|
"main",
|
|
702
712
|
{
|
|
703
|
-
"align": "stretch",
|
|
704
713
|
"children": [
|
|
705
714
|
{
|
|
715
|
+
"direction": "horizontal",
|
|
716
|
+
"type": "stack",
|
|
706
717
|
"gap": "md",
|
|
707
718
|
"align": "center",
|
|
708
|
-
"type": "stack",
|
|
709
|
-
"direction": "horizontal",
|
|
710
719
|
"children": [
|
|
711
720
|
{
|
|
712
721
|
"type": "icon",
|
|
713
722
|
"name": "message-circle"
|
|
714
723
|
},
|
|
715
724
|
{
|
|
716
|
-
"
|
|
725
|
+
"type": "typography",
|
|
717
726
|
"variant": "h2",
|
|
718
|
-
"
|
|
727
|
+
"content": "ServiceTwilio Messaging"
|
|
719
728
|
}
|
|
720
729
|
]
|
|
721
730
|
},
|
|
@@ -731,30 +740,31 @@
|
|
|
731
740
|
"placeholder": "Write your message..."
|
|
732
741
|
},
|
|
733
742
|
{
|
|
734
|
-
"type": "stack",
|
|
735
|
-
"justify": "center",
|
|
736
743
|
"gap": "sm",
|
|
744
|
+
"direction": "horizontal",
|
|
745
|
+
"justify": "center",
|
|
737
746
|
"children": [
|
|
738
747
|
{
|
|
748
|
+
"icon": "message-circle",
|
|
739
749
|
"type": "button",
|
|
740
750
|
"variant": "primary",
|
|
741
|
-
"icon": "message-circle",
|
|
742
751
|
"label": "Send SMS",
|
|
743
752
|
"action": "SEND_SMS"
|
|
744
753
|
},
|
|
745
754
|
{
|
|
746
755
|
"type": "button",
|
|
747
|
-
"action": "SEND_WHATSAPP",
|
|
748
756
|
"variant": "secondary",
|
|
749
757
|
"icon": "phone",
|
|
750
|
-
"label": "Send WhatsApp"
|
|
758
|
+
"label": "Send WhatsApp",
|
|
759
|
+
"action": "SEND_WHATSAPP"
|
|
751
760
|
}
|
|
752
761
|
],
|
|
753
|
-
"
|
|
762
|
+
"type": "stack"
|
|
754
763
|
}
|
|
755
764
|
],
|
|
756
|
-
"direction": "vertical",
|
|
757
765
|
"type": "stack",
|
|
766
|
+
"direction": "vertical",
|
|
767
|
+
"align": "stretch",
|
|
758
768
|
"gap": "lg"
|
|
759
769
|
}
|
|
760
770
|
]
|
|
@@ -778,4 +788,4 @@
|
|
|
778
788
|
]
|
|
779
789
|
}
|
|
780
790
|
]
|
|
781
|
-
}
|
|
791
|
+
}
|