@almadar/std 8.2.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.
- package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +74 -74
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
- package/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
- package/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
- package/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
- package/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
- package/behaviors/registry/app/organisms/std-cms.orb +432 -432
- package/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
- package/behaviors/registry/app/organisms/std-crm.orb +813 -813
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
- package/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
- package/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
- package/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
- package/behaviors/registry/app/organisms/std-lms.orb +858 -858
- package/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
- package/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
- package/behaviors/registry/core/atoms/std-browse.orb +64 -64
- package/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
- package/behaviors/registry/core/atoms/std-calendar.orb +52 -52
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/behaviors/registry/core/atoms/std-display.orb +413 -413
- package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/behaviors/registry/core/atoms/std-filter.orb +50 -50
- package/behaviors/registry/core/atoms/std-gallery.orb +53 -53
- package/behaviors/registry/core/atoms/std-modal.orb +13 -31
- package/behaviors/registry/core/atoms/std-pagination.orb +48 -48
- package/behaviors/registry/core/atoms/std-push.orb +47 -47
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
- package/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/behaviors/registry/core/atoms/std-search.orb +75 -75
- package/behaviors/registry/core/atoms/std-selection.orb +91 -91
- package/behaviors/registry/core/atoms/std-tabs.orb +45 -45
- package/behaviors/registry/core/molecules/std-cart.orb +49 -49
- package/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
- package/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
- package/behaviors/registry/core/molecules/std-list.orb +58 -58
- package/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
- package/behaviors/registry/game/atoms/std-collision.orb +132 -132
- package/behaviors/registry/game/atoms/std-combat.orb +59 -59
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
- package/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
- package/behaviors/registry/game/atoms/std-movement.orb +287 -287
- package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
- package/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/behaviors/registry/game/atoms/std-timer.orb +266 -275
- package/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
- package/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
- package/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
- package/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
- package/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
- package/behaviors/registry/service/atoms/std-service-email.orb +78 -78
- package/behaviors/registry/service/atoms/std-service-github.orb +91 -91
- package/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
- package/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
- package/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
- package/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +74 -74
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
- package/dist/behaviors/registry/app/organisms/std-cms.orb +432 -432
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
- package/dist/behaviors/registry/app/organisms/std-crm.orb +813 -813
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
- package/dist/behaviors/registry/app/organisms/std-lms.orb +858 -858
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
- package/dist/behaviors/registry/core/atoms/std-browse.orb +64 -64
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +52 -52
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/dist/behaviors/registry/core/atoms/std-display.orb +413 -413
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/dist/behaviors/registry/core/atoms/std-filter.orb +50 -50
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-modal.orb +13 -31
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +48 -48
- package/dist/behaviors/registry/core/atoms/std-push.orb +47 -47
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
- package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/dist/behaviors/registry/core/atoms/std-search.orb +75 -75
- package/dist/behaviors/registry/core/atoms/std-selection.orb +91 -91
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +45 -45
- package/dist/behaviors/registry/core/molecules/std-cart.orb +49 -49
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
- package/dist/behaviors/registry/core/molecules/std-list.orb +58 -58
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
- package/dist/behaviors/registry/game/atoms/std-collision.orb +132 -132
- package/dist/behaviors/registry/game/atoms/std-combat.orb +59 -59
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
- package/dist/behaviors/registry/game/atoms/std-movement.orb +287 -287
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
- package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/dist/behaviors/registry/game/atoms/std-timer.orb +266 -275
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +78 -78
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +91 -91
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
- package/package.json +1 -1
|
@@ -310,8 +310,8 @@
|
|
|
310
310
|
"ServiceTwilio",
|
|
311
311
|
{
|
|
312
312
|
"emit": {
|
|
313
|
-
"
|
|
314
|
-
"
|
|
313
|
+
"success": "ServiceTwilioLoaded",
|
|
314
|
+
"failure": "ServiceTwilioLoadFailed"
|
|
315
315
|
}
|
|
316
316
|
}
|
|
317
317
|
],
|
|
@@ -319,24 +319,23 @@
|
|
|
319
319
|
"render-ui",
|
|
320
320
|
"main",
|
|
321
321
|
{
|
|
322
|
-
"gap": "lg",
|
|
323
322
|
"children": [
|
|
324
323
|
{
|
|
324
|
+
"direction": "horizontal",
|
|
325
325
|
"children": [
|
|
326
326
|
{
|
|
327
327
|
"name": "message-circle",
|
|
328
328
|
"type": "icon"
|
|
329
329
|
},
|
|
330
330
|
{
|
|
331
|
-
"variant": "h2",
|
|
332
331
|
"type": "typography",
|
|
332
|
+
"variant": "h2",
|
|
333
333
|
"content": "ServiceTwilio Messaging"
|
|
334
334
|
}
|
|
335
335
|
],
|
|
336
336
|
"type": "stack",
|
|
337
|
-
"gap": "md",
|
|
338
337
|
"align": "center",
|
|
339
|
-
"
|
|
338
|
+
"gap": "md"
|
|
340
339
|
},
|
|
341
340
|
{
|
|
342
341
|
"type": "divider"
|
|
@@ -346,34 +345,35 @@
|
|
|
346
345
|
"type": "input"
|
|
347
346
|
},
|
|
348
347
|
{
|
|
349
|
-
"
|
|
350
|
-
"
|
|
348
|
+
"placeholder": "Write your message...",
|
|
349
|
+
"type": "textarea"
|
|
351
350
|
},
|
|
352
351
|
{
|
|
353
352
|
"justify": "center",
|
|
354
|
-
"type": "stack",
|
|
355
353
|
"direction": "horizontal",
|
|
354
|
+
"type": "stack",
|
|
355
|
+
"gap": "sm",
|
|
356
356
|
"children": [
|
|
357
357
|
{
|
|
358
|
-
"action": "SEND_SMS",
|
|
359
|
-
"type": "button",
|
|
360
358
|
"variant": "primary",
|
|
359
|
+
"action": "SEND_SMS",
|
|
361
360
|
"icon": "message-circle",
|
|
361
|
+
"type": "button",
|
|
362
362
|
"label": "Send SMS"
|
|
363
363
|
},
|
|
364
364
|
{
|
|
365
|
-
"variant": "secondary",
|
|
366
365
|
"icon": "phone",
|
|
366
|
+
"variant": "secondary",
|
|
367
|
+
"label": "Send WhatsApp",
|
|
367
368
|
"type": "button",
|
|
368
|
-
"action": "SEND_WHATSAPP"
|
|
369
|
-
"label": "Send WhatsApp"
|
|
369
|
+
"action": "SEND_WHATSAPP"
|
|
370
370
|
}
|
|
371
|
-
]
|
|
372
|
-
"gap": "sm"
|
|
371
|
+
]
|
|
373
372
|
}
|
|
374
373
|
],
|
|
375
|
-
"
|
|
374
|
+
"gap": "lg",
|
|
376
375
|
"align": "stretch",
|
|
376
|
+
"direction": "vertical",
|
|
377
377
|
"type": "stack"
|
|
378
378
|
}
|
|
379
379
|
]
|
|
@@ -462,24 +462,24 @@
|
|
|
462
462
|
{
|
|
463
463
|
"type": "stack",
|
|
464
464
|
"direction": "vertical",
|
|
465
|
-
"align": "center",
|
|
466
465
|
"gap": "lg",
|
|
466
|
+
"align": "center",
|
|
467
467
|
"children": [
|
|
468
468
|
{
|
|
469
|
-
"
|
|
470
|
-
"
|
|
469
|
+
"name": "check-circle",
|
|
470
|
+
"type": "icon"
|
|
471
471
|
},
|
|
472
472
|
{
|
|
473
|
-
"variant": "success",
|
|
474
473
|
"type": "alert",
|
|
474
|
+
"variant": "success",
|
|
475
475
|
"message": "Message sent successfully"
|
|
476
476
|
},
|
|
477
477
|
{
|
|
478
|
-
"icon": "rotate-ccw",
|
|
479
|
-
"action": "RESET",
|
|
480
478
|
"label": "Send Another",
|
|
481
479
|
"variant": "ghost",
|
|
482
|
-
"
|
|
480
|
+
"icon": "rotate-ccw",
|
|
481
|
+
"type": "button",
|
|
482
|
+
"action": "RESET"
|
|
483
483
|
}
|
|
484
484
|
]
|
|
485
485
|
}
|
|
@@ -507,37 +507,37 @@
|
|
|
507
507
|
{
|
|
508
508
|
"children": [
|
|
509
509
|
{
|
|
510
|
-
"onRetry": "RETRY",
|
|
511
510
|
"type": "error-state",
|
|
511
|
+
"message": "Could not deliver the message.",
|
|
512
512
|
"title": "Send Failed",
|
|
513
|
-
"
|
|
513
|
+
"onRetry": "RETRY"
|
|
514
514
|
},
|
|
515
515
|
{
|
|
516
516
|
"type": "stack",
|
|
517
517
|
"direction": "horizontal",
|
|
518
|
+
"justify": "center",
|
|
519
|
+
"gap": "sm",
|
|
518
520
|
"children": [
|
|
519
521
|
{
|
|
522
|
+
"icon": "refresh-cw",
|
|
523
|
+
"type": "button",
|
|
520
524
|
"action": "RETRY",
|
|
521
525
|
"label": "Retry",
|
|
522
|
-
"
|
|
523
|
-
"variant": "primary",
|
|
524
|
-
"icon": "refresh-cw"
|
|
526
|
+
"variant": "primary"
|
|
525
527
|
},
|
|
526
528
|
{
|
|
527
|
-
"icon": "rotate-ccw",
|
|
528
|
-
"type": "button",
|
|
529
|
-
"variant": "ghost",
|
|
530
529
|
"action": "RESET",
|
|
531
|
-
"
|
|
530
|
+
"variant": "ghost",
|
|
531
|
+
"type": "button",
|
|
532
|
+
"label": "Reset",
|
|
533
|
+
"icon": "rotate-ccw"
|
|
532
534
|
}
|
|
533
|
-
]
|
|
534
|
-
"gap": "sm",
|
|
535
|
-
"justify": "center"
|
|
535
|
+
]
|
|
536
536
|
}
|
|
537
537
|
],
|
|
538
|
-
"type": "stack",
|
|
539
538
|
"direction": "vertical",
|
|
540
539
|
"align": "center",
|
|
540
|
+
"type": "stack",
|
|
541
541
|
"gap": "lg"
|
|
542
542
|
}
|
|
543
543
|
]
|
|
@@ -557,27 +557,27 @@
|
|
|
557
557
|
"render-ui",
|
|
558
558
|
"main",
|
|
559
559
|
{
|
|
560
|
-
"gap": "lg",
|
|
561
560
|
"type": "stack",
|
|
562
|
-
"align": "stretch",
|
|
563
561
|
"direction": "vertical",
|
|
562
|
+
"gap": "lg",
|
|
563
|
+
"align": "stretch",
|
|
564
564
|
"children": [
|
|
565
565
|
{
|
|
566
|
+
"type": "stack",
|
|
567
|
+
"direction": "horizontal",
|
|
568
|
+
"gap": "md",
|
|
569
|
+
"align": "center",
|
|
566
570
|
"children": [
|
|
567
571
|
{
|
|
568
572
|
"name": "message-circle",
|
|
569
573
|
"type": "icon"
|
|
570
574
|
},
|
|
571
575
|
{
|
|
572
|
-
"variant": "h2",
|
|
573
576
|
"type": "typography",
|
|
577
|
+
"variant": "h2",
|
|
574
578
|
"content": "ServiceTwilio Messaging"
|
|
575
579
|
}
|
|
576
|
-
]
|
|
577
|
-
"type": "stack",
|
|
578
|
-
"align": "center",
|
|
579
|
-
"direction": "horizontal",
|
|
580
|
-
"gap": "md"
|
|
580
|
+
]
|
|
581
581
|
},
|
|
582
582
|
{
|
|
583
583
|
"type": "divider"
|
|
@@ -587,30 +587,30 @@
|
|
|
587
587
|
"placeholder": "+1234567890"
|
|
588
588
|
},
|
|
589
589
|
{
|
|
590
|
-
"
|
|
591
|
-
"
|
|
590
|
+
"type": "textarea",
|
|
591
|
+
"placeholder": "Write your message..."
|
|
592
592
|
},
|
|
593
593
|
{
|
|
594
|
-
"
|
|
594
|
+
"type": "stack",
|
|
595
595
|
"children": [
|
|
596
596
|
{
|
|
597
|
-
"label": "Send SMS",
|
|
598
|
-
"variant": "primary",
|
|
599
597
|
"action": "SEND_SMS",
|
|
598
|
+
"icon": "message-circle",
|
|
599
|
+
"label": "Send SMS",
|
|
600
600
|
"type": "button",
|
|
601
|
-
"
|
|
601
|
+
"variant": "primary"
|
|
602
602
|
},
|
|
603
603
|
{
|
|
604
|
-
"type": "button",
|
|
605
|
-
"label": "Send WhatsApp",
|
|
606
604
|
"action": "SEND_WHATSAPP",
|
|
605
|
+
"type": "button",
|
|
607
606
|
"variant": "secondary",
|
|
607
|
+
"label": "Send WhatsApp",
|
|
608
608
|
"icon": "phone"
|
|
609
609
|
}
|
|
610
610
|
],
|
|
611
611
|
"justify": "center",
|
|
612
612
|
"direction": "horizontal",
|
|
613
|
-
"
|
|
613
|
+
"gap": "sm"
|
|
614
614
|
}
|
|
615
615
|
]
|
|
616
616
|
}
|
|
@@ -626,62 +626,62 @@
|
|
|
626
626
|
"render-ui",
|
|
627
627
|
"main",
|
|
628
628
|
{
|
|
629
|
-
"
|
|
629
|
+
"direction": "vertical",
|
|
630
630
|
"align": "stretch",
|
|
631
|
+
"type": "stack",
|
|
632
|
+
"gap": "lg",
|
|
631
633
|
"children": [
|
|
632
634
|
{
|
|
633
|
-
"type": "stack",
|
|
634
|
-
"align": "center",
|
|
635
635
|
"children": [
|
|
636
636
|
{
|
|
637
637
|
"type": "icon",
|
|
638
638
|
"name": "message-circle"
|
|
639
639
|
},
|
|
640
640
|
{
|
|
641
|
+
"variant": "h2",
|
|
641
642
|
"type": "typography",
|
|
642
|
-
"content": "ServiceTwilio Messaging"
|
|
643
|
-
"variant": "h2"
|
|
643
|
+
"content": "ServiceTwilio Messaging"
|
|
644
644
|
}
|
|
645
645
|
],
|
|
646
|
-
"
|
|
647
|
-
"gap": "md"
|
|
646
|
+
"type": "stack",
|
|
647
|
+
"gap": "md",
|
|
648
|
+
"align": "center",
|
|
649
|
+
"direction": "horizontal"
|
|
648
650
|
},
|
|
649
651
|
{
|
|
650
652
|
"type": "divider"
|
|
651
653
|
},
|
|
652
654
|
{
|
|
653
|
-
"
|
|
654
|
-
"
|
|
655
|
+
"type": "input",
|
|
656
|
+
"placeholder": "+1234567890"
|
|
655
657
|
},
|
|
656
658
|
{
|
|
657
|
-
"
|
|
658
|
-
"
|
|
659
|
+
"placeholder": "Write your message...",
|
|
660
|
+
"type": "textarea"
|
|
659
661
|
},
|
|
660
662
|
{
|
|
661
663
|
"gap": "sm",
|
|
662
|
-
"type": "stack",
|
|
663
|
-
"direction": "horizontal",
|
|
664
|
-
"justify": "center",
|
|
665
664
|
"children": [
|
|
666
665
|
{
|
|
667
|
-
"action": "SEND_SMS",
|
|
668
666
|
"type": "button",
|
|
669
|
-
"
|
|
667
|
+
"icon": "message-circle",
|
|
670
668
|
"variant": "primary",
|
|
671
|
-
"
|
|
669
|
+
"label": "Send SMS",
|
|
670
|
+
"action": "SEND_SMS"
|
|
672
671
|
},
|
|
673
672
|
{
|
|
674
673
|
"variant": "secondary",
|
|
675
|
-
"icon": "phone",
|
|
676
674
|
"label": "Send WhatsApp",
|
|
677
675
|
"action": "SEND_WHATSAPP",
|
|
676
|
+
"icon": "phone",
|
|
678
677
|
"type": "button"
|
|
679
678
|
}
|
|
680
|
-
]
|
|
679
|
+
],
|
|
680
|
+
"direction": "horizontal",
|
|
681
|
+
"type": "stack",
|
|
682
|
+
"justify": "center"
|
|
681
683
|
}
|
|
682
|
-
]
|
|
683
|
-
"direction": "vertical",
|
|
684
|
-
"gap": "lg"
|
|
684
|
+
]
|
|
685
685
|
}
|
|
686
686
|
]
|
|
687
687
|
]
|
|
@@ -700,25 +700,26 @@
|
|
|
700
700
|
"render-ui",
|
|
701
701
|
"main",
|
|
702
702
|
{
|
|
703
|
-
"
|
|
703
|
+
"direction": "vertical",
|
|
704
704
|
"align": "stretch",
|
|
705
|
+
"gap": "lg",
|
|
705
706
|
"children": [
|
|
706
707
|
{
|
|
708
|
+
"type": "stack",
|
|
707
709
|
"direction": "horizontal",
|
|
708
710
|
"align": "center",
|
|
711
|
+
"gap": "md",
|
|
709
712
|
"children": [
|
|
710
713
|
{
|
|
711
|
-
"
|
|
712
|
-
"
|
|
714
|
+
"type": "icon",
|
|
715
|
+
"name": "message-circle"
|
|
713
716
|
},
|
|
714
717
|
{
|
|
715
718
|
"type": "typography",
|
|
716
719
|
"content": "ServiceTwilio Messaging",
|
|
717
720
|
"variant": "h2"
|
|
718
721
|
}
|
|
719
|
-
]
|
|
720
|
-
"gap": "md",
|
|
721
|
-
"type": "stack"
|
|
722
|
+
]
|
|
722
723
|
},
|
|
723
724
|
{
|
|
724
725
|
"type": "divider"
|
|
@@ -732,30 +733,29 @@
|
|
|
732
733
|
"placeholder": "Write your message..."
|
|
733
734
|
},
|
|
734
735
|
{
|
|
736
|
+
"direction": "horizontal",
|
|
735
737
|
"type": "stack",
|
|
736
|
-
"gap": "sm",
|
|
737
738
|
"justify": "center",
|
|
738
739
|
"children": [
|
|
739
740
|
{
|
|
740
741
|
"variant": "primary",
|
|
741
|
-
"
|
|
742
|
+
"action": "SEND_SMS",
|
|
742
743
|
"icon": "message-circle",
|
|
743
744
|
"type": "button",
|
|
744
|
-
"
|
|
745
|
+
"label": "Send SMS"
|
|
745
746
|
},
|
|
746
747
|
{
|
|
747
|
-
"
|
|
748
|
+
"icon": "phone",
|
|
749
|
+
"label": "Send WhatsApp",
|
|
748
750
|
"type": "button",
|
|
749
751
|
"variant": "secondary",
|
|
750
|
-
"
|
|
751
|
-
"label": "Send WhatsApp"
|
|
752
|
+
"action": "SEND_WHATSAPP"
|
|
752
753
|
}
|
|
753
754
|
],
|
|
754
|
-
"
|
|
755
|
+
"gap": "sm"
|
|
755
756
|
}
|
|
756
757
|
],
|
|
757
|
-
"
|
|
758
|
-
"direction": "vertical"
|
|
758
|
+
"type": "stack"
|
|
759
759
|
}
|
|
760
760
|
]
|
|
761
761
|
]
|
|
@@ -778,4 +778,4 @@
|
|
|
778
778
|
]
|
|
779
779
|
}
|
|
780
780
|
]
|
|
781
|
-
}
|
|
781
|
+
}
|