@almadar/std 8.3.0 → 8.4.1
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 +62 -62
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +119 -114
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +413 -404
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +146 -141
- package/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
- package/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
- package/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
- package/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
- package/behaviors/registry/app/organisms/std-cms.orb +469 -469
- package/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
- package/behaviors/registry/app/organisms/std-crm.orb +832 -832
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
- package/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
- package/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
- package/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
- package/behaviors/registry/app/organisms/std-lms.orb +839 -839
- package/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
- package/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
- package/behaviors/registry/core/atoms/std-browse.orb +53 -53
- package/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
- package/behaviors/registry/core/atoms/std-calendar.orb +57 -57
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
- package/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
- package/behaviors/registry/core/atoms/std-display.orb +383 -383
- package/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/behaviors/registry/core/atoms/std-filter.orb +42 -42
- package/behaviors/registry/core/atoms/std-gallery.orb +54 -54
- package/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
- package/behaviors/registry/core/atoms/std-related.orb +34 -34
- package/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/behaviors/registry/core/atoms/std-tabs.orb +52 -52
- package/behaviors/registry/core/molecules/std-cart.orb +45 -45
- package/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
- package/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
- package/behaviors/registry/core/molecules/std-list.orb +46 -46
- package/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
- package/behaviors/registry/game/atoms/std-collision.orb +121 -121
- package/behaviors/registry/game/atoms/std-combat.orb +68 -68
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
- package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/behaviors/registry/game/atoms/std-movement.orb +306 -306
- package/behaviors/registry/game/atoms/std-overworld.orb +68 -68
- 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 +274 -274
- package/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
- package/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
- package/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
- package/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
- package/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
- package/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
- package/behaviors/registry/service/atoms/std-service-email.orb +72 -72
- package/behaviors/registry/service/atoms/std-service-github.orb +98 -98
- package/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
- package/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
- package/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
- package/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
- package/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +62 -62
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +119 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +413 -404
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +146 -141
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
- package/dist/behaviors/registry/app/organisms/std-cms.orb +469 -469
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
- package/dist/behaviors/registry/app/organisms/std-crm.orb +832 -832
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
- package/dist/behaviors/registry/app/organisms/std-lms.orb +839 -839
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
- package/dist/behaviors/registry/core/atoms/std-browse.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +57 -57
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-display.orb +383 -383
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-filter.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
- package/dist/behaviors/registry/core/atoms/std-related.orb +34 -34
- package/dist/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/dist/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +52 -52
- package/dist/behaviors/registry/core/molecules/std-cart.orb +45 -45
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
- package/dist/behaviors/registry/core/molecules/std-list.orb +46 -46
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
- package/dist/behaviors/registry/game/atoms/std-collision.orb +121 -121
- package/dist/behaviors/registry/game/atoms/std-combat.orb +68 -68
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/dist/behaviors/registry/game/atoms/std-movement.orb +306 -306
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +68 -68
- 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 +274 -274
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +72 -72
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +98 -98
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
- 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,26 +319,22 @@
|
|
|
319
319
|
"render-ui",
|
|
320
320
|
"main",
|
|
321
321
|
{
|
|
322
|
-
"type": "stack",
|
|
323
|
-
"direction": "vertical",
|
|
324
|
-
"gap": "lg",
|
|
325
|
-
"align": "stretch",
|
|
326
322
|
"children": [
|
|
327
323
|
{
|
|
328
|
-
"
|
|
329
|
-
"align": "center",
|
|
324
|
+
"direction": "horizontal",
|
|
330
325
|
"children": [
|
|
331
326
|
{
|
|
332
|
-
"
|
|
333
|
-
"
|
|
327
|
+
"name": "message-circle",
|
|
328
|
+
"type": "icon"
|
|
334
329
|
},
|
|
335
330
|
{
|
|
336
|
-
"variant": "h2",
|
|
337
331
|
"type": "typography",
|
|
332
|
+
"variant": "h2",
|
|
338
333
|
"content": "ServiceTwilio Messaging"
|
|
339
334
|
}
|
|
340
335
|
],
|
|
341
|
-
"
|
|
336
|
+
"type": "stack",
|
|
337
|
+
"align": "center",
|
|
342
338
|
"gap": "md"
|
|
343
339
|
},
|
|
344
340
|
{
|
|
@@ -353,28 +349,32 @@
|
|
|
353
349
|
"type": "textarea"
|
|
354
350
|
},
|
|
355
351
|
{
|
|
356
|
-
"type": "stack",
|
|
357
352
|
"justify": "center",
|
|
358
353
|
"direction": "horizontal",
|
|
354
|
+
"type": "stack",
|
|
355
|
+
"gap": "sm",
|
|
359
356
|
"children": [
|
|
360
357
|
{
|
|
361
|
-
"
|
|
362
|
-
"label": "Send SMS",
|
|
358
|
+
"variant": "primary",
|
|
363
359
|
"action": "SEND_SMS",
|
|
360
|
+
"icon": "message-circle",
|
|
364
361
|
"type": "button",
|
|
365
|
-
"
|
|
362
|
+
"label": "Send SMS"
|
|
366
363
|
},
|
|
367
364
|
{
|
|
365
|
+
"icon": "phone",
|
|
368
366
|
"variant": "secondary",
|
|
367
|
+
"label": "Send WhatsApp",
|
|
369
368
|
"type": "button",
|
|
370
|
-
"action": "SEND_WHATSAPP"
|
|
371
|
-
"icon": "phone",
|
|
372
|
-
"label": "Send WhatsApp"
|
|
369
|
+
"action": "SEND_WHATSAPP"
|
|
373
370
|
}
|
|
374
|
-
]
|
|
375
|
-
"gap": "sm"
|
|
371
|
+
]
|
|
376
372
|
}
|
|
377
|
-
]
|
|
373
|
+
],
|
|
374
|
+
"gap": "lg",
|
|
375
|
+
"align": "stretch",
|
|
376
|
+
"direction": "vertical",
|
|
377
|
+
"type": "stack"
|
|
378
378
|
}
|
|
379
379
|
]
|
|
380
380
|
]
|
|
@@ -389,8 +389,8 @@
|
|
|
389
389
|
"main",
|
|
390
390
|
{
|
|
391
391
|
"message": "Delivering servicetwilio message...",
|
|
392
|
-
"
|
|
393
|
-
"
|
|
392
|
+
"type": "loading-state",
|
|
393
|
+
"title": "Sending message..."
|
|
394
394
|
}
|
|
395
395
|
],
|
|
396
396
|
[
|
|
@@ -419,8 +419,8 @@
|
|
|
419
419
|
"render-ui",
|
|
420
420
|
"main",
|
|
421
421
|
{
|
|
422
|
-
"type": "loading-state",
|
|
423
422
|
"message": "Delivering servicetwilio message...",
|
|
423
|
+
"type": "loading-state",
|
|
424
424
|
"title": "Sending message..."
|
|
425
425
|
}
|
|
426
426
|
],
|
|
@@ -460,14 +460,14 @@
|
|
|
460
460
|
"render-ui",
|
|
461
461
|
"main",
|
|
462
462
|
{
|
|
463
|
-
"direction": "vertical",
|
|
464
463
|
"type": "stack",
|
|
464
|
+
"direction": "vertical",
|
|
465
465
|
"gap": "lg",
|
|
466
466
|
"align": "center",
|
|
467
467
|
"children": [
|
|
468
468
|
{
|
|
469
|
-
"
|
|
470
|
-
"
|
|
469
|
+
"name": "check-circle",
|
|
470
|
+
"type": "icon"
|
|
471
471
|
},
|
|
472
472
|
{
|
|
473
473
|
"type": "alert",
|
|
@@ -475,11 +475,11 @@
|
|
|
475
475
|
"message": "Message sent successfully"
|
|
476
476
|
},
|
|
477
477
|
{
|
|
478
|
+
"label": "Send Another",
|
|
478
479
|
"variant": "ghost",
|
|
480
|
+
"icon": "rotate-ccw",
|
|
479
481
|
"type": "button",
|
|
480
|
-
"action": "RESET"
|
|
481
|
-
"label": "Send Another",
|
|
482
|
-
"icon": "rotate-ccw"
|
|
482
|
+
"action": "RESET"
|
|
483
483
|
}
|
|
484
484
|
]
|
|
485
485
|
}
|
|
@@ -508,37 +508,37 @@
|
|
|
508
508
|
"children": [
|
|
509
509
|
{
|
|
510
510
|
"type": "error-state",
|
|
511
|
+
"message": "Could not deliver the message.",
|
|
511
512
|
"title": "Send Failed",
|
|
512
|
-
"onRetry": "RETRY"
|
|
513
|
-
"message": "Could not deliver the message."
|
|
513
|
+
"onRetry": "RETRY"
|
|
514
514
|
},
|
|
515
515
|
{
|
|
516
|
+
"type": "stack",
|
|
517
|
+
"direction": "horizontal",
|
|
516
518
|
"justify": "center",
|
|
517
519
|
"gap": "sm",
|
|
518
|
-
"direction": "horizontal",
|
|
519
|
-
"type": "stack",
|
|
520
520
|
"children": [
|
|
521
521
|
{
|
|
522
|
-
"variant": "primary",
|
|
523
|
-
"action": "RETRY",
|
|
524
|
-
"type": "button",
|
|
525
522
|
"icon": "refresh-cw",
|
|
526
|
-
"
|
|
523
|
+
"type": "button",
|
|
524
|
+
"action": "RETRY",
|
|
525
|
+
"label": "Retry",
|
|
526
|
+
"variant": "primary"
|
|
527
527
|
},
|
|
528
528
|
{
|
|
529
529
|
"action": "RESET",
|
|
530
|
-
"
|
|
531
|
-
"label": "Reset",
|
|
530
|
+
"variant": "ghost",
|
|
532
531
|
"type": "button",
|
|
533
|
-
"
|
|
532
|
+
"label": "Reset",
|
|
533
|
+
"icon": "rotate-ccw"
|
|
534
534
|
}
|
|
535
535
|
]
|
|
536
536
|
}
|
|
537
537
|
],
|
|
538
|
-
"type": "stack",
|
|
539
|
-
"gap": "lg",
|
|
540
538
|
"direction": "vertical",
|
|
541
|
-
"align": "center"
|
|
539
|
+
"align": "center",
|
|
540
|
+
"type": "stack",
|
|
541
|
+
"gap": "lg"
|
|
542
542
|
}
|
|
543
543
|
]
|
|
544
544
|
]
|
|
@@ -557,60 +557,60 @@
|
|
|
557
557
|
"render-ui",
|
|
558
558
|
"main",
|
|
559
559
|
{
|
|
560
|
-
"direction": "vertical",
|
|
561
560
|
"type": "stack",
|
|
561
|
+
"direction": "vertical",
|
|
562
562
|
"gap": "lg",
|
|
563
563
|
"align": "stretch",
|
|
564
564
|
"children": [
|
|
565
565
|
{
|
|
566
|
+
"type": "stack",
|
|
567
|
+
"direction": "horizontal",
|
|
568
|
+
"gap": "md",
|
|
566
569
|
"align": "center",
|
|
567
570
|
"children": [
|
|
568
571
|
{
|
|
569
|
-
"
|
|
570
|
-
"
|
|
572
|
+
"name": "message-circle",
|
|
573
|
+
"type": "icon"
|
|
571
574
|
},
|
|
572
575
|
{
|
|
576
|
+
"type": "typography",
|
|
573
577
|
"variant": "h2",
|
|
574
|
-
"content": "ServiceTwilio Messaging"
|
|
575
|
-
"type": "typography"
|
|
578
|
+
"content": "ServiceTwilio Messaging"
|
|
576
579
|
}
|
|
577
|
-
]
|
|
578
|
-
"gap": "md",
|
|
579
|
-
"type": "stack",
|
|
580
|
-
"direction": "horizontal"
|
|
580
|
+
]
|
|
581
581
|
},
|
|
582
582
|
{
|
|
583
583
|
"type": "divider"
|
|
584
584
|
},
|
|
585
585
|
{
|
|
586
|
-
"
|
|
587
|
-
"
|
|
586
|
+
"type": "input",
|
|
587
|
+
"placeholder": "+1234567890"
|
|
588
588
|
},
|
|
589
589
|
{
|
|
590
|
-
"
|
|
591
|
-
"
|
|
590
|
+
"type": "textarea",
|
|
591
|
+
"placeholder": "Write your message..."
|
|
592
592
|
},
|
|
593
593
|
{
|
|
594
|
+
"type": "stack",
|
|
594
595
|
"children": [
|
|
595
596
|
{
|
|
596
|
-
"variant": "primary",
|
|
597
597
|
"action": "SEND_SMS",
|
|
598
|
-
"
|
|
598
|
+
"icon": "message-circle",
|
|
599
599
|
"label": "Send SMS",
|
|
600
|
-
"
|
|
600
|
+
"type": "button",
|
|
601
|
+
"variant": "primary"
|
|
601
602
|
},
|
|
602
603
|
{
|
|
603
|
-
"
|
|
604
|
+
"action": "SEND_WHATSAPP",
|
|
604
605
|
"type": "button",
|
|
605
|
-
"icon": "phone",
|
|
606
606
|
"variant": "secondary",
|
|
607
|
-
"
|
|
607
|
+
"label": "Send WhatsApp",
|
|
608
|
+
"icon": "phone"
|
|
608
609
|
}
|
|
609
610
|
],
|
|
611
|
+
"justify": "center",
|
|
610
612
|
"direction": "horizontal",
|
|
611
|
-
"
|
|
612
|
-
"gap": "sm",
|
|
613
|
-
"justify": "center"
|
|
613
|
+
"gap": "sm"
|
|
614
614
|
}
|
|
615
615
|
]
|
|
616
616
|
}
|
|
@@ -627,24 +627,26 @@
|
|
|
627
627
|
"main",
|
|
628
628
|
{
|
|
629
629
|
"direction": "vertical",
|
|
630
|
+
"align": "stretch",
|
|
631
|
+
"type": "stack",
|
|
630
632
|
"gap": "lg",
|
|
631
633
|
"children": [
|
|
632
634
|
{
|
|
633
635
|
"children": [
|
|
634
636
|
{
|
|
635
|
-
"
|
|
636
|
-
"
|
|
637
|
+
"type": "icon",
|
|
638
|
+
"name": "message-circle"
|
|
637
639
|
},
|
|
638
640
|
{
|
|
639
|
-
"content": "ServiceTwilio Messaging",
|
|
640
641
|
"variant": "h2",
|
|
641
|
-
"type": "typography"
|
|
642
|
+
"type": "typography",
|
|
643
|
+
"content": "ServiceTwilio Messaging"
|
|
642
644
|
}
|
|
643
645
|
],
|
|
644
|
-
"direction": "horizontal",
|
|
645
646
|
"type": "stack",
|
|
646
647
|
"gap": "md",
|
|
647
|
-
"align": "center"
|
|
648
|
+
"align": "center",
|
|
649
|
+
"direction": "horizontal"
|
|
648
650
|
},
|
|
649
651
|
{
|
|
650
652
|
"type": "divider"
|
|
@@ -654,34 +656,32 @@
|
|
|
654
656
|
"placeholder": "+1234567890"
|
|
655
657
|
},
|
|
656
658
|
{
|
|
657
|
-
"
|
|
658
|
-
"
|
|
659
|
+
"placeholder": "Write your message...",
|
|
660
|
+
"type": "textarea"
|
|
659
661
|
},
|
|
660
662
|
{
|
|
661
|
-
"
|
|
662
|
-
"direction": "horizontal",
|
|
663
|
-
"justify": "center",
|
|
663
|
+
"gap": "sm",
|
|
664
664
|
"children": [
|
|
665
665
|
{
|
|
666
|
-
"
|
|
667
|
-
"label": "Send SMS",
|
|
668
|
-
"variant": "primary",
|
|
666
|
+
"type": "button",
|
|
669
667
|
"icon": "message-circle",
|
|
670
|
-
"
|
|
668
|
+
"variant": "primary",
|
|
669
|
+
"label": "Send SMS",
|
|
670
|
+
"action": "SEND_SMS"
|
|
671
671
|
},
|
|
672
672
|
{
|
|
673
|
-
"type": "button",
|
|
674
|
-
"action": "SEND_WHATSAPP",
|
|
675
|
-
"label": "Send WhatsApp",
|
|
676
673
|
"variant": "secondary",
|
|
677
|
-
"
|
|
674
|
+
"label": "Send WhatsApp",
|
|
675
|
+
"action": "SEND_WHATSAPP",
|
|
676
|
+
"icon": "phone",
|
|
677
|
+
"type": "button"
|
|
678
678
|
}
|
|
679
679
|
],
|
|
680
|
-
"
|
|
680
|
+
"direction": "horizontal",
|
|
681
|
+
"type": "stack",
|
|
682
|
+
"justify": "center"
|
|
681
683
|
}
|
|
682
|
-
]
|
|
683
|
-
"align": "stretch",
|
|
684
|
-
"type": "stack"
|
|
684
|
+
]
|
|
685
685
|
}
|
|
686
686
|
]
|
|
687
687
|
]
|
|
@@ -700,11 +700,14 @@
|
|
|
700
700
|
"render-ui",
|
|
701
701
|
"main",
|
|
702
702
|
{
|
|
703
|
-
"gap": "lg",
|
|
704
703
|
"direction": "vertical",
|
|
704
|
+
"align": "stretch",
|
|
705
|
+
"gap": "lg",
|
|
705
706
|
"children": [
|
|
706
707
|
{
|
|
708
|
+
"type": "stack",
|
|
707
709
|
"direction": "horizontal",
|
|
710
|
+
"align": "center",
|
|
708
711
|
"gap": "md",
|
|
709
712
|
"children": [
|
|
710
713
|
{
|
|
@@ -712,13 +715,11 @@
|
|
|
712
715
|
"name": "message-circle"
|
|
713
716
|
},
|
|
714
717
|
{
|
|
718
|
+
"type": "typography",
|
|
715
719
|
"content": "ServiceTwilio Messaging",
|
|
716
|
-
"variant": "h2"
|
|
717
|
-
"type": "typography"
|
|
720
|
+
"variant": "h2"
|
|
718
721
|
}
|
|
719
|
-
]
|
|
720
|
-
"align": "center",
|
|
721
|
-
"type": "stack"
|
|
722
|
+
]
|
|
722
723
|
},
|
|
723
724
|
{
|
|
724
725
|
"type": "divider"
|
|
@@ -728,34 +729,33 @@
|
|
|
728
729
|
"placeholder": "+1234567890"
|
|
729
730
|
},
|
|
730
731
|
{
|
|
731
|
-
"
|
|
732
|
-
"
|
|
732
|
+
"type": "textarea",
|
|
733
|
+
"placeholder": "Write your message..."
|
|
733
734
|
},
|
|
734
735
|
{
|
|
735
736
|
"direction": "horizontal",
|
|
736
|
-
"gap": "sm",
|
|
737
737
|
"type": "stack",
|
|
738
738
|
"justify": "center",
|
|
739
739
|
"children": [
|
|
740
740
|
{
|
|
741
741
|
"variant": "primary",
|
|
742
742
|
"action": "SEND_SMS",
|
|
743
|
-
"
|
|
743
|
+
"icon": "message-circle",
|
|
744
744
|
"type": "button",
|
|
745
|
-
"
|
|
745
|
+
"label": "Send SMS"
|
|
746
746
|
},
|
|
747
747
|
{
|
|
748
|
+
"icon": "phone",
|
|
748
749
|
"label": "Send WhatsApp",
|
|
749
|
-
"variant": "secondary",
|
|
750
|
-
"action": "SEND_WHATSAPP",
|
|
751
750
|
"type": "button",
|
|
752
|
-
"
|
|
751
|
+
"variant": "secondary",
|
|
752
|
+
"action": "SEND_WHATSAPP"
|
|
753
753
|
}
|
|
754
|
-
]
|
|
754
|
+
],
|
|
755
|
+
"gap": "sm"
|
|
755
756
|
}
|
|
756
757
|
],
|
|
757
|
-
"type": "stack"
|
|
758
|
-
"align": "stretch"
|
|
758
|
+
"type": "stack"
|
|
759
759
|
}
|
|
760
760
|
]
|
|
761
761
|
]
|