@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
|
@@ -312,13 +312,28 @@
|
|
|
312
312
|
"to": "idle",
|
|
313
313
|
"event": "INIT",
|
|
314
314
|
"effects": [
|
|
315
|
+
[
|
|
316
|
+
"set",
|
|
317
|
+
"@entity.body",
|
|
318
|
+
""
|
|
319
|
+
],
|
|
320
|
+
[
|
|
321
|
+
"set",
|
|
322
|
+
"@entity.subject",
|
|
323
|
+
""
|
|
324
|
+
],
|
|
325
|
+
[
|
|
326
|
+
"set",
|
|
327
|
+
"@entity.to",
|
|
328
|
+
""
|
|
329
|
+
],
|
|
315
330
|
[
|
|
316
331
|
"fetch",
|
|
317
332
|
"ServiceEmail",
|
|
318
333
|
{
|
|
319
334
|
"emit": {
|
|
320
|
-
"
|
|
321
|
-
"
|
|
335
|
+
"failure": "ServiceEmailLoadFailed",
|
|
336
|
+
"success": "ServiceEmailLoaded"
|
|
322
337
|
}
|
|
323
338
|
}
|
|
324
339
|
],
|
|
@@ -326,24 +341,24 @@
|
|
|
326
341
|
"render-ui",
|
|
327
342
|
"main",
|
|
328
343
|
{
|
|
329
|
-
"
|
|
344
|
+
"direction": "vertical",
|
|
330
345
|
"children": [
|
|
331
346
|
{
|
|
332
347
|
"type": "stack",
|
|
333
|
-
"align": "center",
|
|
334
|
-
"direction": "horizontal",
|
|
335
348
|
"gap": "md",
|
|
349
|
+
"align": "center",
|
|
336
350
|
"children": [
|
|
337
351
|
{
|
|
338
352
|
"type": "icon",
|
|
339
353
|
"name": "mail"
|
|
340
354
|
},
|
|
341
355
|
{
|
|
342
|
-
"content": "ServiceEmail Email",
|
|
343
356
|
"type": "typography",
|
|
357
|
+
"content": "ServiceEmail Email",
|
|
344
358
|
"variant": "h2"
|
|
345
359
|
}
|
|
346
|
-
]
|
|
360
|
+
],
|
|
361
|
+
"direction": "horizontal"
|
|
347
362
|
},
|
|
348
363
|
{
|
|
349
364
|
"type": "divider"
|
|
@@ -357,20 +372,20 @@
|
|
|
357
372
|
"type": "input"
|
|
358
373
|
},
|
|
359
374
|
{
|
|
360
|
-
"
|
|
361
|
-
"
|
|
375
|
+
"placeholder": "Write your message...",
|
|
376
|
+
"type": "textarea"
|
|
362
377
|
},
|
|
363
378
|
{
|
|
364
|
-
"action": "SEND",
|
|
365
|
-
"type": "button",
|
|
366
379
|
"label": "Send",
|
|
367
380
|
"variant": "primary",
|
|
368
|
-
"
|
|
381
|
+
"type": "button",
|
|
382
|
+
"icon": "send",
|
|
383
|
+
"action": "SEND"
|
|
369
384
|
}
|
|
370
385
|
],
|
|
371
|
-
"
|
|
372
|
-
"
|
|
373
|
-
"
|
|
386
|
+
"type": "stack",
|
|
387
|
+
"gap": "lg",
|
|
388
|
+
"align": "stretch"
|
|
374
389
|
}
|
|
375
390
|
]
|
|
376
391
|
]
|
|
@@ -384,9 +399,9 @@
|
|
|
384
399
|
"render-ui",
|
|
385
400
|
"main",
|
|
386
401
|
{
|
|
387
|
-
"
|
|
402
|
+
"type": "loading-state",
|
|
388
403
|
"message": "Delivering serviceemail email...",
|
|
389
|
-
"
|
|
404
|
+
"title": "Sending email..."
|
|
390
405
|
}
|
|
391
406
|
],
|
|
392
407
|
[
|
|
@@ -394,8 +409,8 @@
|
|
|
394
409
|
"email",
|
|
395
410
|
"send",
|
|
396
411
|
{
|
|
397
|
-
"to": "@entity.to",
|
|
398
412
|
"body": "@entity.body",
|
|
413
|
+
"to": "@entity.to",
|
|
399
414
|
"subject": "@entity.subject"
|
|
400
415
|
},
|
|
401
416
|
{
|
|
@@ -421,28 +436,28 @@
|
|
|
421
436
|
"render-ui",
|
|
422
437
|
"main",
|
|
423
438
|
{
|
|
424
|
-
"direction": "vertical",
|
|
425
|
-
"align": "center",
|
|
426
|
-
"gap": "lg",
|
|
427
439
|
"children": [
|
|
428
440
|
{
|
|
429
|
-
"
|
|
430
|
-
"
|
|
441
|
+
"name": "check-circle",
|
|
442
|
+
"type": "icon"
|
|
431
443
|
},
|
|
432
444
|
{
|
|
433
|
-
"variant": "success",
|
|
434
445
|
"type": "alert",
|
|
446
|
+
"variant": "success",
|
|
435
447
|
"message": "Email sent successfully"
|
|
436
448
|
},
|
|
437
449
|
{
|
|
450
|
+
"variant": "ghost",
|
|
438
451
|
"type": "button",
|
|
439
452
|
"action": "RESET",
|
|
440
453
|
"label": "Send Another",
|
|
441
|
-
"variant": "ghost",
|
|
442
454
|
"icon": "rotate-ccw"
|
|
443
455
|
}
|
|
444
456
|
],
|
|
445
|
-
"type": "stack"
|
|
457
|
+
"type": "stack",
|
|
458
|
+
"align": "center",
|
|
459
|
+
"gap": "lg",
|
|
460
|
+
"direction": "vertical"
|
|
446
461
|
}
|
|
447
462
|
]
|
|
448
463
|
]
|
|
@@ -461,38 +476,38 @@
|
|
|
461
476
|
"render-ui",
|
|
462
477
|
"main",
|
|
463
478
|
{
|
|
464
|
-
"direction": "vertical",
|
|
465
|
-
"align": "center",
|
|
466
479
|
"children": [
|
|
467
480
|
{
|
|
468
|
-
"title": "Send Failed",
|
|
469
481
|
"onRetry": "RETRY",
|
|
470
|
-
"
|
|
471
|
-
"type": "error-state"
|
|
482
|
+
"title": "Send Failed",
|
|
483
|
+
"type": "error-state",
|
|
484
|
+
"message": "Could not deliver the email."
|
|
472
485
|
},
|
|
473
486
|
{
|
|
474
|
-
"
|
|
487
|
+
"type": "stack",
|
|
475
488
|
"justify": "center",
|
|
489
|
+
"direction": "horizontal",
|
|
490
|
+
"gap": "sm",
|
|
476
491
|
"children": [
|
|
477
492
|
{
|
|
478
|
-
"type": "button",
|
|
479
493
|
"icon": "refresh-cw",
|
|
494
|
+
"label": "Retry",
|
|
480
495
|
"variant": "primary",
|
|
481
496
|
"action": "RETRY",
|
|
482
|
-
"
|
|
497
|
+
"type": "button"
|
|
483
498
|
},
|
|
484
499
|
{
|
|
485
500
|
"type": "button",
|
|
486
501
|
"action": "RESET",
|
|
487
|
-
"
|
|
502
|
+
"variant": "ghost",
|
|
488
503
|
"label": "Reset",
|
|
489
|
-
"
|
|
504
|
+
"icon": "rotate-ccw"
|
|
490
505
|
}
|
|
491
|
-
]
|
|
492
|
-
"gap": "sm",
|
|
493
|
-
"type": "stack"
|
|
506
|
+
]
|
|
494
507
|
}
|
|
495
508
|
],
|
|
509
|
+
"direction": "vertical",
|
|
510
|
+
"align": "center",
|
|
496
511
|
"type": "stack",
|
|
497
512
|
"gap": "lg"
|
|
498
513
|
}
|
|
@@ -513,27 +528,24 @@
|
|
|
513
528
|
"render-ui",
|
|
514
529
|
"main",
|
|
515
530
|
{
|
|
516
|
-
"direction": "vertical",
|
|
517
|
-
"align": "stretch",
|
|
518
|
-
"type": "stack",
|
|
519
531
|
"gap": "lg",
|
|
520
532
|
"children": [
|
|
521
533
|
{
|
|
522
|
-
"gap": "md",
|
|
523
|
-
"direction": "horizontal",
|
|
524
534
|
"type": "stack",
|
|
535
|
+
"gap": "md",
|
|
525
536
|
"align": "center",
|
|
526
537
|
"children": [
|
|
527
538
|
{
|
|
528
|
-
"
|
|
529
|
-
"
|
|
539
|
+
"name": "mail",
|
|
540
|
+
"type": "icon"
|
|
530
541
|
},
|
|
531
542
|
{
|
|
532
543
|
"variant": "h2",
|
|
533
|
-
"
|
|
534
|
-
"
|
|
544
|
+
"content": "ServiceEmail Email",
|
|
545
|
+
"type": "typography"
|
|
535
546
|
}
|
|
536
|
-
]
|
|
547
|
+
],
|
|
548
|
+
"direction": "horizontal"
|
|
537
549
|
},
|
|
538
550
|
{
|
|
539
551
|
"type": "divider"
|
|
@@ -551,13 +563,16 @@
|
|
|
551
563
|
"placeholder": "Write your message..."
|
|
552
564
|
},
|
|
553
565
|
{
|
|
554
|
-
"
|
|
566
|
+
"type": "button",
|
|
555
567
|
"variant": "primary",
|
|
556
568
|
"icon": "send",
|
|
557
|
-
"
|
|
569
|
+
"label": "Send",
|
|
558
570
|
"action": "SEND"
|
|
559
571
|
}
|
|
560
|
-
]
|
|
572
|
+
],
|
|
573
|
+
"align": "stretch",
|
|
574
|
+
"type": "stack",
|
|
575
|
+
"direction": "vertical"
|
|
561
576
|
}
|
|
562
577
|
]
|
|
563
578
|
]
|
|
@@ -571,31 +586,33 @@
|
|
|
571
586
|
"render-ui",
|
|
572
587
|
"main",
|
|
573
588
|
{
|
|
589
|
+
"direction": "vertical",
|
|
590
|
+
"align": "stretch",
|
|
574
591
|
"type": "stack",
|
|
575
592
|
"children": [
|
|
576
593
|
{
|
|
577
594
|
"direction": "horizontal",
|
|
578
|
-
"type": "stack",
|
|
579
595
|
"children": [
|
|
580
596
|
{
|
|
581
597
|
"type": "icon",
|
|
582
598
|
"name": "mail"
|
|
583
599
|
},
|
|
584
600
|
{
|
|
585
|
-
"type": "typography",
|
|
586
601
|
"content": "ServiceEmail Email",
|
|
602
|
+
"type": "typography",
|
|
587
603
|
"variant": "h2"
|
|
588
604
|
}
|
|
589
605
|
],
|
|
590
606
|
"gap": "md",
|
|
607
|
+
"type": "stack",
|
|
591
608
|
"align": "center"
|
|
592
609
|
},
|
|
593
610
|
{
|
|
594
611
|
"type": "divider"
|
|
595
612
|
},
|
|
596
613
|
{
|
|
597
|
-
"
|
|
598
|
-
"
|
|
614
|
+
"type": "input",
|
|
615
|
+
"placeholder": "recipient@example.com"
|
|
599
616
|
},
|
|
600
617
|
{
|
|
601
618
|
"placeholder": "Email subject",
|
|
@@ -607,14 +624,12 @@
|
|
|
607
624
|
},
|
|
608
625
|
{
|
|
609
626
|
"type": "button",
|
|
610
|
-
"variant": "primary",
|
|
611
627
|
"label": "Send",
|
|
612
628
|
"action": "SEND",
|
|
629
|
+
"variant": "primary",
|
|
613
630
|
"icon": "send"
|
|
614
631
|
}
|
|
615
632
|
],
|
|
616
|
-
"align": "stretch",
|
|
617
|
-
"direction": "vertical",
|
|
618
633
|
"gap": "lg"
|
|
619
634
|
}
|
|
620
635
|
]
|
|
@@ -634,51 +649,51 @@
|
|
|
634
649
|
"render-ui",
|
|
635
650
|
"main",
|
|
636
651
|
{
|
|
652
|
+
"align": "stretch",
|
|
637
653
|
"gap": "lg",
|
|
638
|
-
"type": "stack",
|
|
639
654
|
"direction": "vertical",
|
|
640
|
-
"align": "stretch",
|
|
641
655
|
"children": [
|
|
642
656
|
{
|
|
643
|
-
"gap": "md",
|
|
644
|
-
"direction": "horizontal",
|
|
645
|
-
"align": "center",
|
|
646
|
-
"type": "stack",
|
|
647
657
|
"children": [
|
|
648
658
|
{
|
|
649
659
|
"type": "icon",
|
|
650
660
|
"name": "mail"
|
|
651
661
|
},
|
|
652
662
|
{
|
|
653
|
-
"variant": "h2",
|
|
654
663
|
"type": "typography",
|
|
664
|
+
"variant": "h2",
|
|
655
665
|
"content": "ServiceEmail Email"
|
|
656
666
|
}
|
|
657
|
-
]
|
|
667
|
+
],
|
|
668
|
+
"direction": "horizontal",
|
|
669
|
+
"gap": "md",
|
|
670
|
+
"type": "stack",
|
|
671
|
+
"align": "center"
|
|
658
672
|
},
|
|
659
673
|
{
|
|
660
674
|
"type": "divider"
|
|
661
675
|
},
|
|
662
676
|
{
|
|
663
|
-
"
|
|
664
|
-
"
|
|
677
|
+
"type": "input",
|
|
678
|
+
"placeholder": "recipient@example.com"
|
|
665
679
|
},
|
|
666
680
|
{
|
|
667
681
|
"type": "input",
|
|
668
682
|
"placeholder": "Email subject"
|
|
669
683
|
},
|
|
670
684
|
{
|
|
671
|
-
"
|
|
672
|
-
"
|
|
685
|
+
"placeholder": "Write your message...",
|
|
686
|
+
"type": "textarea"
|
|
673
687
|
},
|
|
674
688
|
{
|
|
689
|
+
"action": "SEND",
|
|
690
|
+
"variant": "primary",
|
|
675
691
|
"type": "button",
|
|
676
|
-
"icon": "send",
|
|
677
692
|
"label": "Send",
|
|
678
|
-
"
|
|
679
|
-
"variant": "primary"
|
|
693
|
+
"icon": "send"
|
|
680
694
|
}
|
|
681
|
-
]
|
|
695
|
+
],
|
|
696
|
+
"type": "stack"
|
|
682
697
|
}
|
|
683
698
|
]
|
|
684
699
|
]
|
|
@@ -701,4 +716,4 @@
|
|
|
701
716
|
]
|
|
702
717
|
}
|
|
703
718
|
]
|
|
704
|
-
}
|
|
719
|
+
}
|