@almadar/std 8.2.0 → 8.3.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 +83 -83
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -101
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -116
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -402
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +82 -82
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +81 -81
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +124 -118
- package/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
- package/behaviors/registry/agent/atoms/std-agent-session.orb +129 -129
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +312 -312
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +59 -59
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +206 -206
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +186 -186
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +136 -136
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +206 -206
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1131 -1131
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3061 -3061
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2114 -2114
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1007 -1007
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +735 -735
- package/behaviors/registry/app/organisms/std-api-gateway.orb +805 -805
- package/behaviors/registry/app/organisms/std-booking-system.orb +1178 -1178
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +781 -781
- package/behaviors/registry/app/organisms/std-cms.orb +445 -445
- package/behaviors/registry/app/organisms/std-coding-academy.orb +368 -368
- package/behaviors/registry/app/organisms/std-crm.orb +781 -781
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1344 -1344
- package/behaviors/registry/app/organisms/std-ecommerce.orb +968 -968
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
- package/behaviors/registry/app/organisms/std-healthcare.orb +1286 -1286
- package/behaviors/registry/app/organisms/std-helpdesk.orb +636 -636
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1160 -1160
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +828 -828
- package/behaviors/registry/app/organisms/std-lms.orb +863 -863
- package/behaviors/registry/app/organisms/std-project-manager.orb +686 -686
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +739 -739
- package/behaviors/registry/app/organisms/std-social-feed.orb +239 -239
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +661 -661
- package/behaviors/registry/core/atoms/std-browse.orb +60 -60
- package/behaviors/registry/core/atoms/std-cache-aside.orb +92 -92
- package/behaviors/registry/core/atoms/std-calendar.orb +55 -55
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +176 -176
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/behaviors/registry/core/atoms/std-display.orb +371 -371
- package/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/behaviors/registry/core/atoms/std-filter.orb +46 -46
- package/behaviors/registry/core/atoms/std-gallery.orb +50 -50
- package/behaviors/registry/core/atoms/std-modal.orb +14 -32
- package/behaviors/registry/core/atoms/std-pagination.orb +45 -45
- package/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +172 -172
- package/behaviors/registry/core/atoms/std-related.orb +36 -36
- package/behaviors/registry/core/atoms/std-search.orb +71 -71
- package/behaviors/registry/core/atoms/std-selection.orb +89 -89
- package/behaviors/registry/core/atoms/std-tabs.orb +49 -49
- package/behaviors/registry/core/molecules/std-cart.orb +54 -54
- package/behaviors/registry/core/molecules/std-filtered-list.orb +5 -5
- package/behaviors/registry/core/molecules/std-form-advanced.orb +116 -116
- package/behaviors/registry/core/molecules/std-list.orb +60 -60
- package/behaviors/registry/core/molecules/std-wizard-form.orb +140 -140
- package/behaviors/registry/game/atoms/std-collision.orb +143 -143
- package/behaviors/registry/game/atoms/std-combat.orb +80 -80
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/behaviors/registry/game/atoms/std-gameflow.orb +35 -35
- package/behaviors/registry/game/atoms/std-movement.orb +300 -300
- package/behaviors/registry/game/atoms/std-overworld.orb +63 -63
- package/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/behaviors/registry/game/atoms/std-timer.orb +251 -260
- package/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/behaviors/registry/game/organisms/std-logic-training.orb +77 -77
- package/behaviors/registry/game/organisms/std-platformer-app.orb +230 -230
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +105 -105
- package/behaviors/registry/game/organisms/std-rpg-game.orb +350 -350
- package/behaviors/registry/game/organisms/std-stem-lab.orb +377 -377
- package/behaviors/registry/game/organisms/std-strategy-game.orb +529 -529
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +12 -12
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +70 -70
- package/behaviors/registry/service/atoms/std-service-email.orb +84 -84
- package/behaviors/registry/service/atoms/std-service-github.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-llm.orb +115 -115
- package/behaviors/registry/service/atoms/std-service-oauth.orb +116 -116
- package/behaviors/registry/service/atoms/std-service-redis.orb +95 -95
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +98 -98
- package/behaviors/registry/service/atoms/std-service-twilio.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-youtube.orb +115 -115
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +917 -917
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +933 -933
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +83 -83
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -101
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -116
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -402
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +82 -82
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +81 -81
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +124 -118
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +129 -129
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +312 -312
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +59 -59
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +206 -206
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +186 -186
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +136 -136
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +206 -206
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1131 -1131
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3061 -3061
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2114 -2114
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1007 -1007
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +735 -735
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +805 -805
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1178 -1178
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +781 -781
- package/dist/behaviors/registry/app/organisms/std-cms.orb +445 -445
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +368 -368
- package/dist/behaviors/registry/app/organisms/std-crm.orb +781 -781
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1344 -1344
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +968 -968
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1286 -1286
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +636 -636
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1160 -1160
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +828 -828
- package/dist/behaviors/registry/app/organisms/std-lms.orb +863 -863
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +686 -686
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +739 -739
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +239 -239
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +661 -661
- package/dist/behaviors/registry/core/atoms/std-browse.orb +60 -60
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +92 -92
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +55 -55
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +176 -176
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/dist/behaviors/registry/core/atoms/std-display.orb +371 -371
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-filter.orb +46 -46
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +50 -50
- package/dist/behaviors/registry/core/atoms/std-modal.orb +14 -32
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +45 -45
- package/dist/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +172 -172
- package/dist/behaviors/registry/core/atoms/std-related.orb +36 -36
- package/dist/behaviors/registry/core/atoms/std-search.orb +71 -71
- package/dist/behaviors/registry/core/atoms/std-selection.orb +89 -89
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +49 -49
- package/dist/behaviors/registry/core/molecules/std-cart.orb +54 -54
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +5 -5
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +116 -116
- package/dist/behaviors/registry/core/molecules/std-list.orb +60 -60
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +140 -140
- package/dist/behaviors/registry/game/atoms/std-collision.orb +143 -143
- package/dist/behaviors/registry/game/atoms/std-combat.orb +80 -80
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +35 -35
- package/dist/behaviors/registry/game/atoms/std-movement.orb +300 -300
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +63 -63
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/dist/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/dist/behaviors/registry/game/atoms/std-timer.orb +251 -260
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +77 -77
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +230 -230
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +105 -105
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +350 -350
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +377 -377
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +529 -529
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +12 -12
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +70 -70
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +84 -84
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +115 -115
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +116 -116
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +95 -95
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +98 -98
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +115 -115
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +917 -917
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +933 -933
- package/package.json +1 -1
|
@@ -319,13 +319,18 @@
|
|
|
319
319
|
"render-ui",
|
|
320
320
|
"main",
|
|
321
321
|
{
|
|
322
|
+
"type": "stack",
|
|
323
|
+
"direction": "vertical",
|
|
322
324
|
"gap": "lg",
|
|
325
|
+
"align": "stretch",
|
|
323
326
|
"children": [
|
|
324
327
|
{
|
|
328
|
+
"type": "stack",
|
|
329
|
+
"align": "center",
|
|
325
330
|
"children": [
|
|
326
331
|
{
|
|
327
|
-
"
|
|
328
|
-
"
|
|
332
|
+
"type": "icon",
|
|
333
|
+
"name": "message-circle"
|
|
329
334
|
},
|
|
330
335
|
{
|
|
331
336
|
"variant": "h2",
|
|
@@ -333,10 +338,8 @@
|
|
|
333
338
|
"content": "ServiceTwilio Messaging"
|
|
334
339
|
}
|
|
335
340
|
],
|
|
336
|
-
"
|
|
337
|
-
"gap": "md"
|
|
338
|
-
"align": "center",
|
|
339
|
-
"direction": "horizontal"
|
|
341
|
+
"direction": "horizontal",
|
|
342
|
+
"gap": "md"
|
|
340
343
|
},
|
|
341
344
|
{
|
|
342
345
|
"type": "divider"
|
|
@@ -346,35 +349,32 @@
|
|
|
346
349
|
"type": "input"
|
|
347
350
|
},
|
|
348
351
|
{
|
|
349
|
-
"
|
|
350
|
-
"
|
|
352
|
+
"placeholder": "Write your message...",
|
|
353
|
+
"type": "textarea"
|
|
351
354
|
},
|
|
352
355
|
{
|
|
353
|
-
"justify": "center",
|
|
354
356
|
"type": "stack",
|
|
357
|
+
"justify": "center",
|
|
355
358
|
"direction": "horizontal",
|
|
356
359
|
"children": [
|
|
357
360
|
{
|
|
361
|
+
"icon": "message-circle",
|
|
362
|
+
"label": "Send SMS",
|
|
358
363
|
"action": "SEND_SMS",
|
|
359
364
|
"type": "button",
|
|
360
|
-
"variant": "primary"
|
|
361
|
-
"icon": "message-circle",
|
|
362
|
-
"label": "Send SMS"
|
|
365
|
+
"variant": "primary"
|
|
363
366
|
},
|
|
364
367
|
{
|
|
365
368
|
"variant": "secondary",
|
|
366
|
-
"icon": "phone",
|
|
367
369
|
"type": "button",
|
|
368
370
|
"action": "SEND_WHATSAPP",
|
|
371
|
+
"icon": "phone",
|
|
369
372
|
"label": "Send WhatsApp"
|
|
370
373
|
}
|
|
371
374
|
],
|
|
372
375
|
"gap": "sm"
|
|
373
376
|
}
|
|
374
|
-
]
|
|
375
|
-
"direction": "vertical",
|
|
376
|
-
"align": "stretch",
|
|
377
|
-
"type": "stack"
|
|
377
|
+
]
|
|
378
378
|
}
|
|
379
379
|
]
|
|
380
380
|
]
|
|
@@ -389,8 +389,8 @@
|
|
|
389
389
|
"main",
|
|
390
390
|
{
|
|
391
391
|
"message": "Delivering servicetwilio message...",
|
|
392
|
-
"
|
|
393
|
-
"
|
|
392
|
+
"title": "Sending message...",
|
|
393
|
+
"type": "loading-state"
|
|
394
394
|
}
|
|
395
395
|
],
|
|
396
396
|
[
|
|
@@ -419,8 +419,8 @@
|
|
|
419
419
|
"render-ui",
|
|
420
420
|
"main",
|
|
421
421
|
{
|
|
422
|
-
"message": "Delivering servicetwilio message...",
|
|
423
422
|
"type": "loading-state",
|
|
423
|
+
"message": "Delivering servicetwilio message...",
|
|
424
424
|
"title": "Sending message..."
|
|
425
425
|
}
|
|
426
426
|
],
|
|
@@ -460,26 +460,26 @@
|
|
|
460
460
|
"render-ui",
|
|
461
461
|
"main",
|
|
462
462
|
{
|
|
463
|
-
"type": "stack",
|
|
464
463
|
"direction": "vertical",
|
|
465
|
-
"
|
|
464
|
+
"type": "stack",
|
|
466
465
|
"gap": "lg",
|
|
466
|
+
"align": "center",
|
|
467
467
|
"children": [
|
|
468
468
|
{
|
|
469
469
|
"type": "icon",
|
|
470
470
|
"name": "check-circle"
|
|
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
|
-
"
|
|
478
|
+
"variant": "ghost",
|
|
479
|
+
"type": "button",
|
|
479
480
|
"action": "RESET",
|
|
480
481
|
"label": "Send Another",
|
|
481
|
-
"
|
|
482
|
-
"type": "button"
|
|
482
|
+
"icon": "rotate-ccw"
|
|
483
483
|
}
|
|
484
484
|
]
|
|
485
485
|
}
|
|
@@ -507,38 +507,38 @@
|
|
|
507
507
|
{
|
|
508
508
|
"children": [
|
|
509
509
|
{
|
|
510
|
-
"onRetry": "RETRY",
|
|
511
510
|
"type": "error-state",
|
|
512
511
|
"title": "Send Failed",
|
|
512
|
+
"onRetry": "RETRY",
|
|
513
513
|
"message": "Could not deliver the message."
|
|
514
514
|
},
|
|
515
515
|
{
|
|
516
|
-
"
|
|
516
|
+
"justify": "center",
|
|
517
|
+
"gap": "sm",
|
|
517
518
|
"direction": "horizontal",
|
|
519
|
+
"type": "stack",
|
|
518
520
|
"children": [
|
|
519
521
|
{
|
|
522
|
+
"variant": "primary",
|
|
520
523
|
"action": "RETRY",
|
|
521
|
-
"label": "Retry",
|
|
522
524
|
"type": "button",
|
|
523
|
-
"
|
|
524
|
-
"
|
|
525
|
+
"icon": "refresh-cw",
|
|
526
|
+
"label": "Retry"
|
|
525
527
|
},
|
|
526
528
|
{
|
|
529
|
+
"action": "RESET",
|
|
527
530
|
"icon": "rotate-ccw",
|
|
531
|
+
"label": "Reset",
|
|
528
532
|
"type": "button",
|
|
529
|
-
"variant": "ghost"
|
|
530
|
-
"action": "RESET",
|
|
531
|
-
"label": "Reset"
|
|
533
|
+
"variant": "ghost"
|
|
532
534
|
}
|
|
533
|
-
]
|
|
534
|
-
"gap": "sm",
|
|
535
|
-
"justify": "center"
|
|
535
|
+
]
|
|
536
536
|
}
|
|
537
537
|
],
|
|
538
538
|
"type": "stack",
|
|
539
|
+
"gap": "lg",
|
|
539
540
|
"direction": "vertical",
|
|
540
|
-
"align": "center"
|
|
541
|
-
"gap": "lg"
|
|
541
|
+
"align": "center"
|
|
542
542
|
}
|
|
543
543
|
]
|
|
544
544
|
]
|
|
@@ -557,60 +557,60 @@
|
|
|
557
557
|
"render-ui",
|
|
558
558
|
"main",
|
|
559
559
|
{
|
|
560
|
-
"
|
|
560
|
+
"direction": "vertical",
|
|
561
561
|
"type": "stack",
|
|
562
|
+
"gap": "lg",
|
|
562
563
|
"align": "stretch",
|
|
563
|
-
"direction": "vertical",
|
|
564
564
|
"children": [
|
|
565
565
|
{
|
|
566
|
+
"align": "center",
|
|
566
567
|
"children": [
|
|
567
568
|
{
|
|
568
|
-
"
|
|
569
|
-
"
|
|
569
|
+
"type": "icon",
|
|
570
|
+
"name": "message-circle"
|
|
570
571
|
},
|
|
571
572
|
{
|
|
572
573
|
"variant": "h2",
|
|
573
|
-
"
|
|
574
|
-
"
|
|
574
|
+
"content": "ServiceTwilio Messaging",
|
|
575
|
+
"type": "typography"
|
|
575
576
|
}
|
|
576
577
|
],
|
|
578
|
+
"gap": "md",
|
|
577
579
|
"type": "stack",
|
|
578
|
-
"
|
|
579
|
-
"direction": "horizontal",
|
|
580
|
-
"gap": "md"
|
|
580
|
+
"direction": "horizontal"
|
|
581
581
|
},
|
|
582
582
|
{
|
|
583
583
|
"type": "divider"
|
|
584
584
|
},
|
|
585
585
|
{
|
|
586
|
-
"
|
|
587
|
-
"
|
|
586
|
+
"placeholder": "+1234567890",
|
|
587
|
+
"type": "input"
|
|
588
588
|
},
|
|
589
589
|
{
|
|
590
590
|
"placeholder": "Write your message...",
|
|
591
591
|
"type": "textarea"
|
|
592
592
|
},
|
|
593
593
|
{
|
|
594
|
-
"gap": "sm",
|
|
595
594
|
"children": [
|
|
596
595
|
{
|
|
597
|
-
"label": "Send SMS",
|
|
598
596
|
"variant": "primary",
|
|
599
597
|
"action": "SEND_SMS",
|
|
600
598
|
"type": "button",
|
|
599
|
+
"label": "Send SMS",
|
|
601
600
|
"icon": "message-circle"
|
|
602
601
|
},
|
|
603
602
|
{
|
|
604
|
-
"type": "button",
|
|
605
603
|
"label": "Send WhatsApp",
|
|
606
|
-
"
|
|
604
|
+
"type": "button",
|
|
605
|
+
"icon": "phone",
|
|
607
606
|
"variant": "secondary",
|
|
608
|
-
"
|
|
607
|
+
"action": "SEND_WHATSAPP"
|
|
609
608
|
}
|
|
610
609
|
],
|
|
611
|
-
"justify": "center",
|
|
612
610
|
"direction": "horizontal",
|
|
613
|
-
"type": "stack"
|
|
611
|
+
"type": "stack",
|
|
612
|
+
"gap": "sm",
|
|
613
|
+
"justify": "center"
|
|
614
614
|
}
|
|
615
615
|
]
|
|
616
616
|
}
|
|
@@ -626,62 +626,62 @@
|
|
|
626
626
|
"render-ui",
|
|
627
627
|
"main",
|
|
628
628
|
{
|
|
629
|
-
"
|
|
630
|
-
"
|
|
629
|
+
"direction": "vertical",
|
|
630
|
+
"gap": "lg",
|
|
631
631
|
"children": [
|
|
632
632
|
{
|
|
633
|
-
"type": "stack",
|
|
634
|
-
"align": "center",
|
|
635
633
|
"children": [
|
|
636
634
|
{
|
|
637
|
-
"
|
|
638
|
-
"
|
|
635
|
+
"name": "message-circle",
|
|
636
|
+
"type": "icon"
|
|
639
637
|
},
|
|
640
638
|
{
|
|
641
|
-
"type": "typography",
|
|
642
639
|
"content": "ServiceTwilio Messaging",
|
|
643
|
-
"variant": "h2"
|
|
640
|
+
"variant": "h2",
|
|
641
|
+
"type": "typography"
|
|
644
642
|
}
|
|
645
643
|
],
|
|
646
644
|
"direction": "horizontal",
|
|
647
|
-
"
|
|
645
|
+
"type": "stack",
|
|
646
|
+
"gap": "md",
|
|
647
|
+
"align": "center"
|
|
648
648
|
},
|
|
649
649
|
{
|
|
650
650
|
"type": "divider"
|
|
651
651
|
},
|
|
652
652
|
{
|
|
653
|
-
"
|
|
654
|
-
"
|
|
653
|
+
"type": "input",
|
|
654
|
+
"placeholder": "+1234567890"
|
|
655
655
|
},
|
|
656
656
|
{
|
|
657
657
|
"type": "textarea",
|
|
658
658
|
"placeholder": "Write your message..."
|
|
659
659
|
},
|
|
660
660
|
{
|
|
661
|
-
"gap": "sm",
|
|
662
661
|
"type": "stack",
|
|
663
662
|
"direction": "horizontal",
|
|
664
663
|
"justify": "center",
|
|
665
664
|
"children": [
|
|
666
665
|
{
|
|
667
666
|
"action": "SEND_SMS",
|
|
668
|
-
"type": "button",
|
|
669
667
|
"label": "Send SMS",
|
|
670
668
|
"variant": "primary",
|
|
671
|
-
"icon": "message-circle"
|
|
669
|
+
"icon": "message-circle",
|
|
670
|
+
"type": "button"
|
|
672
671
|
},
|
|
673
672
|
{
|
|
674
|
-
"
|
|
675
|
-
"icon": "phone",
|
|
676
|
-
"label": "Send WhatsApp",
|
|
673
|
+
"type": "button",
|
|
677
674
|
"action": "SEND_WHATSAPP",
|
|
678
|
-
"
|
|
675
|
+
"label": "Send WhatsApp",
|
|
676
|
+
"variant": "secondary",
|
|
677
|
+
"icon": "phone"
|
|
679
678
|
}
|
|
680
|
-
]
|
|
679
|
+
],
|
|
680
|
+
"gap": "sm"
|
|
681
681
|
}
|
|
682
682
|
],
|
|
683
|
-
"
|
|
684
|
-
"
|
|
683
|
+
"align": "stretch",
|
|
684
|
+
"type": "stack"
|
|
685
685
|
}
|
|
686
686
|
]
|
|
687
687
|
]
|
|
@@ -700,24 +700,24 @@
|
|
|
700
700
|
"render-ui",
|
|
701
701
|
"main",
|
|
702
702
|
{
|
|
703
|
-
"
|
|
704
|
-
"
|
|
703
|
+
"gap": "lg",
|
|
704
|
+
"direction": "vertical",
|
|
705
705
|
"children": [
|
|
706
706
|
{
|
|
707
707
|
"direction": "horizontal",
|
|
708
|
-
"
|
|
708
|
+
"gap": "md",
|
|
709
709
|
"children": [
|
|
710
710
|
{
|
|
711
|
-
"
|
|
712
|
-
"
|
|
711
|
+
"type": "icon",
|
|
712
|
+
"name": "message-circle"
|
|
713
713
|
},
|
|
714
714
|
{
|
|
715
|
-
"type": "typography",
|
|
716
715
|
"content": "ServiceTwilio Messaging",
|
|
717
|
-
"variant": "h2"
|
|
716
|
+
"variant": "h2",
|
|
717
|
+
"type": "typography"
|
|
718
718
|
}
|
|
719
719
|
],
|
|
720
|
-
"
|
|
720
|
+
"align": "center",
|
|
721
721
|
"type": "stack"
|
|
722
722
|
},
|
|
723
723
|
{
|
|
@@ -728,34 +728,34 @@
|
|
|
728
728
|
"placeholder": "+1234567890"
|
|
729
729
|
},
|
|
730
730
|
{
|
|
731
|
-
"
|
|
732
|
-
"
|
|
731
|
+
"placeholder": "Write your message...",
|
|
732
|
+
"type": "textarea"
|
|
733
733
|
},
|
|
734
734
|
{
|
|
735
|
-
"
|
|
735
|
+
"direction": "horizontal",
|
|
736
736
|
"gap": "sm",
|
|
737
|
+
"type": "stack",
|
|
737
738
|
"justify": "center",
|
|
738
739
|
"children": [
|
|
739
740
|
{
|
|
740
741
|
"variant": "primary",
|
|
742
|
+
"action": "SEND_SMS",
|
|
741
743
|
"label": "Send SMS",
|
|
742
|
-
"icon": "message-circle",
|
|
743
744
|
"type": "button",
|
|
744
|
-
"
|
|
745
|
+
"icon": "message-circle"
|
|
745
746
|
},
|
|
746
747
|
{
|
|
748
|
+
"label": "Send WhatsApp",
|
|
749
|
+
"variant": "secondary",
|
|
747
750
|
"action": "SEND_WHATSAPP",
|
|
748
751
|
"type": "button",
|
|
749
|
-
"
|
|
750
|
-
"icon": "phone",
|
|
751
|
-
"label": "Send WhatsApp"
|
|
752
|
+
"icon": "phone"
|
|
752
753
|
}
|
|
753
|
-
]
|
|
754
|
-
"direction": "horizontal"
|
|
754
|
+
]
|
|
755
755
|
}
|
|
756
756
|
],
|
|
757
|
-
"
|
|
758
|
-
"
|
|
757
|
+
"type": "stack",
|
|
758
|
+
"align": "stretch"
|
|
759
759
|
}
|
|
760
760
|
]
|
|
761
761
|
]
|
|
@@ -778,4 +778,4 @@
|
|
|
778
778
|
]
|
|
779
779
|
}
|
|
780
780
|
]
|
|
781
|
-
}
|
|
781
|
+
}
|