@almadar/std 8.3.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 +62 -62
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +100 -100
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +386 -386
- 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 +114 -114
- 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 +100 -100
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +386 -386
- 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 +114 -114
- 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
|
@@ -317,8 +317,8 @@
|
|
|
317
317
|
"ServiceEmail",
|
|
318
318
|
{
|
|
319
319
|
"emit": {
|
|
320
|
-
"
|
|
321
|
-
"
|
|
320
|
+
"failure": "ServiceEmailLoadFailed",
|
|
321
|
+
"success": "ServiceEmailLoaded"
|
|
322
322
|
}
|
|
323
323
|
}
|
|
324
324
|
],
|
|
@@ -327,12 +327,11 @@
|
|
|
327
327
|
"main",
|
|
328
328
|
{
|
|
329
329
|
"align": "stretch",
|
|
330
|
-
"direction": "vertical",
|
|
331
330
|
"children": [
|
|
332
331
|
{
|
|
333
|
-
"align": "center",
|
|
334
332
|
"gap": "md",
|
|
335
333
|
"type": "stack",
|
|
334
|
+
"align": "center",
|
|
336
335
|
"direction": "horizontal",
|
|
337
336
|
"children": [
|
|
338
337
|
{
|
|
@@ -340,9 +339,9 @@
|
|
|
340
339
|
"type": "icon"
|
|
341
340
|
},
|
|
342
341
|
{
|
|
342
|
+
"type": "typography",
|
|
343
343
|
"content": "ServiceEmail Email",
|
|
344
|
-
"variant": "h2"
|
|
345
|
-
"type": "typography"
|
|
344
|
+
"variant": "h2"
|
|
346
345
|
}
|
|
347
346
|
]
|
|
348
347
|
},
|
|
@@ -350,25 +349,26 @@
|
|
|
350
349
|
"type": "divider"
|
|
351
350
|
},
|
|
352
351
|
{
|
|
353
|
-
"
|
|
354
|
-
"
|
|
352
|
+
"type": "input",
|
|
353
|
+
"placeholder": "recipient@example.com"
|
|
355
354
|
},
|
|
356
355
|
{
|
|
357
|
-
"
|
|
358
|
-
"
|
|
356
|
+
"placeholder": "Email subject",
|
|
357
|
+
"type": "input"
|
|
359
358
|
},
|
|
360
359
|
{
|
|
361
360
|
"type": "textarea",
|
|
362
361
|
"placeholder": "Write your message..."
|
|
363
362
|
},
|
|
364
363
|
{
|
|
365
|
-
"variant": "primary",
|
|
366
364
|
"label": "Send",
|
|
365
|
+
"icon": "send",
|
|
367
366
|
"type": "button",
|
|
368
|
-
"
|
|
369
|
-
"
|
|
367
|
+
"variant": "primary",
|
|
368
|
+
"action": "SEND"
|
|
370
369
|
}
|
|
371
370
|
],
|
|
371
|
+
"direction": "vertical",
|
|
372
372
|
"gap": "lg",
|
|
373
373
|
"type": "stack"
|
|
374
374
|
}
|
|
@@ -385,8 +385,8 @@
|
|
|
385
385
|
"main",
|
|
386
386
|
{
|
|
387
387
|
"type": "loading-state",
|
|
388
|
-
"
|
|
389
|
-
"
|
|
388
|
+
"message": "Delivering serviceemail email...",
|
|
389
|
+
"title": "Sending email..."
|
|
390
390
|
}
|
|
391
391
|
],
|
|
392
392
|
[
|
|
@@ -423,25 +423,25 @@
|
|
|
423
423
|
{
|
|
424
424
|
"children": [
|
|
425
425
|
{
|
|
426
|
-
"
|
|
427
|
-
"
|
|
426
|
+
"type": "icon",
|
|
427
|
+
"name": "check-circle"
|
|
428
428
|
},
|
|
429
429
|
{
|
|
430
|
-
"message": "Email sent successfully",
|
|
431
430
|
"type": "alert",
|
|
432
|
-
"variant": "success"
|
|
431
|
+
"variant": "success",
|
|
432
|
+
"message": "Email sent successfully"
|
|
433
433
|
},
|
|
434
434
|
{
|
|
435
435
|
"icon": "rotate-ccw",
|
|
436
|
-
"
|
|
436
|
+
"action": "RESET",
|
|
437
437
|
"label": "Send Another",
|
|
438
|
-
"
|
|
439
|
-
"
|
|
438
|
+
"type": "button",
|
|
439
|
+
"variant": "ghost"
|
|
440
440
|
}
|
|
441
441
|
],
|
|
442
442
|
"type": "stack",
|
|
443
|
-
"direction": "vertical",
|
|
444
443
|
"gap": "lg",
|
|
444
|
+
"direction": "vertical",
|
|
445
445
|
"align": "center"
|
|
446
446
|
}
|
|
447
447
|
]
|
|
@@ -461,39 +461,39 @@
|
|
|
461
461
|
"render-ui",
|
|
462
462
|
"main",
|
|
463
463
|
{
|
|
464
|
-
"direction": "vertical",
|
|
465
|
-
"type": "stack",
|
|
466
|
-
"gap": "lg",
|
|
467
464
|
"children": [
|
|
468
465
|
{
|
|
469
|
-
"type": "error-state",
|
|
470
|
-
"onRetry": "RETRY",
|
|
471
466
|
"message": "Could not deliver the email.",
|
|
467
|
+
"onRetry": "RETRY",
|
|
468
|
+
"type": "error-state",
|
|
472
469
|
"title": "Send Failed"
|
|
473
470
|
},
|
|
474
471
|
{
|
|
475
|
-
"type": "stack",
|
|
476
472
|
"direction": "horizontal",
|
|
477
473
|
"children": [
|
|
478
474
|
{
|
|
479
|
-
"
|
|
480
|
-
"label": "Retry",
|
|
481
|
-
"icon": "refresh-cw",
|
|
475
|
+
"type": "button",
|
|
482
476
|
"action": "RETRY",
|
|
483
|
-
"
|
|
477
|
+
"label": "Retry",
|
|
478
|
+
"variant": "primary",
|
|
479
|
+
"icon": "refresh-cw"
|
|
484
480
|
},
|
|
485
481
|
{
|
|
486
482
|
"label": "Reset",
|
|
487
|
-
"action": "RESET",
|
|
488
483
|
"type": "button",
|
|
489
|
-
"
|
|
490
|
-
"icon": "rotate-ccw"
|
|
484
|
+
"action": "RESET",
|
|
485
|
+
"icon": "rotate-ccw",
|
|
486
|
+
"variant": "ghost"
|
|
491
487
|
}
|
|
492
488
|
],
|
|
489
|
+
"type": "stack",
|
|
493
490
|
"gap": "sm",
|
|
494
491
|
"justify": "center"
|
|
495
492
|
}
|
|
496
493
|
],
|
|
494
|
+
"type": "stack",
|
|
495
|
+
"gap": "lg",
|
|
496
|
+
"direction": "vertical",
|
|
497
497
|
"align": "center"
|
|
498
498
|
}
|
|
499
499
|
]
|
|
@@ -513,23 +513,25 @@
|
|
|
513
513
|
"render-ui",
|
|
514
514
|
"main",
|
|
515
515
|
{
|
|
516
|
+
"type": "stack",
|
|
517
|
+
"align": "stretch",
|
|
516
518
|
"children": [
|
|
517
519
|
{
|
|
520
|
+
"direction": "horizontal",
|
|
521
|
+
"type": "stack",
|
|
522
|
+
"align": "center",
|
|
523
|
+
"gap": "md",
|
|
518
524
|
"children": [
|
|
519
525
|
{
|
|
520
|
-
"
|
|
521
|
-
"
|
|
526
|
+
"type": "icon",
|
|
527
|
+
"name": "mail"
|
|
522
528
|
},
|
|
523
529
|
{
|
|
524
530
|
"type": "typography",
|
|
525
531
|
"variant": "h2",
|
|
526
532
|
"content": "ServiceEmail Email"
|
|
527
533
|
}
|
|
528
|
-
]
|
|
529
|
-
"align": "center",
|
|
530
|
-
"type": "stack",
|
|
531
|
-
"gap": "md",
|
|
532
|
-
"direction": "horizontal"
|
|
534
|
+
]
|
|
533
535
|
},
|
|
534
536
|
{
|
|
535
537
|
"type": "divider"
|
|
@@ -539,24 +541,22 @@
|
|
|
539
541
|
"placeholder": "recipient@example.com"
|
|
540
542
|
},
|
|
541
543
|
{
|
|
542
|
-
"
|
|
543
|
-
"
|
|
544
|
+
"type": "input",
|
|
545
|
+
"placeholder": "Email subject"
|
|
544
546
|
},
|
|
545
547
|
{
|
|
546
|
-
"
|
|
547
|
-
"
|
|
548
|
+
"placeholder": "Write your message...",
|
|
549
|
+
"type": "textarea"
|
|
548
550
|
},
|
|
549
551
|
{
|
|
550
|
-
"type": "button",
|
|
551
|
-
"action": "SEND",
|
|
552
552
|
"variant": "primary",
|
|
553
553
|
"icon": "send",
|
|
554
|
+
"action": "SEND",
|
|
555
|
+
"type": "button",
|
|
554
556
|
"label": "Send"
|
|
555
557
|
}
|
|
556
558
|
],
|
|
557
559
|
"gap": "lg",
|
|
558
|
-
"align": "stretch",
|
|
559
|
-
"type": "stack",
|
|
560
560
|
"direction": "vertical"
|
|
561
561
|
}
|
|
562
562
|
]
|
|
@@ -571,14 +571,14 @@
|
|
|
571
571
|
"render-ui",
|
|
572
572
|
"main",
|
|
573
573
|
{
|
|
574
|
-
"align": "stretch",
|
|
575
|
-
"direction": "vertical",
|
|
576
574
|
"type": "stack",
|
|
575
|
+
"align": "stretch",
|
|
577
576
|
"gap": "lg",
|
|
578
577
|
"children": [
|
|
579
578
|
{
|
|
580
579
|
"direction": "horizontal",
|
|
581
580
|
"align": "center",
|
|
581
|
+
"type": "stack",
|
|
582
582
|
"children": [
|
|
583
583
|
{
|
|
584
584
|
"type": "icon",
|
|
@@ -590,15 +590,14 @@
|
|
|
590
590
|
"variant": "h2"
|
|
591
591
|
}
|
|
592
592
|
],
|
|
593
|
-
"type": "stack",
|
|
594
593
|
"gap": "md"
|
|
595
594
|
},
|
|
596
595
|
{
|
|
597
596
|
"type": "divider"
|
|
598
597
|
},
|
|
599
598
|
{
|
|
600
|
-
"
|
|
601
|
-
"
|
|
599
|
+
"type": "input",
|
|
600
|
+
"placeholder": "recipient@example.com"
|
|
602
601
|
},
|
|
603
602
|
{
|
|
604
603
|
"type": "input",
|
|
@@ -611,11 +610,12 @@
|
|
|
611
610
|
{
|
|
612
611
|
"type": "button",
|
|
613
612
|
"label": "Send",
|
|
614
|
-
"
|
|
613
|
+
"icon": "send",
|
|
615
614
|
"action": "SEND",
|
|
616
|
-
"
|
|
615
|
+
"variant": "primary"
|
|
617
616
|
}
|
|
618
|
-
]
|
|
617
|
+
],
|
|
618
|
+
"direction": "vertical"
|
|
619
619
|
}
|
|
620
620
|
]
|
|
621
621
|
]
|
|
@@ -635,12 +635,11 @@
|
|
|
635
635
|
"main",
|
|
636
636
|
{
|
|
637
637
|
"gap": "lg",
|
|
638
|
-
"direction": "vertical",
|
|
639
638
|
"align": "stretch",
|
|
639
|
+
"direction": "vertical",
|
|
640
640
|
"children": [
|
|
641
641
|
{
|
|
642
|
-
"
|
|
643
|
-
"gap": "md",
|
|
642
|
+
"align": "center",
|
|
644
643
|
"children": [
|
|
645
644
|
{
|
|
646
645
|
"name": "mail",
|
|
@@ -648,23 +647,24 @@
|
|
|
648
647
|
},
|
|
649
648
|
{
|
|
650
649
|
"type": "typography",
|
|
651
|
-
"
|
|
652
|
-
"
|
|
650
|
+
"content": "ServiceEmail Email",
|
|
651
|
+
"variant": "h2"
|
|
653
652
|
}
|
|
654
653
|
],
|
|
655
654
|
"direction": "horizontal",
|
|
656
|
-
"
|
|
655
|
+
"type": "stack",
|
|
656
|
+
"gap": "md"
|
|
657
657
|
},
|
|
658
658
|
{
|
|
659
659
|
"type": "divider"
|
|
660
660
|
},
|
|
661
661
|
{
|
|
662
|
-
"
|
|
663
|
-
"
|
|
662
|
+
"type": "input",
|
|
663
|
+
"placeholder": "recipient@example.com"
|
|
664
664
|
},
|
|
665
665
|
{
|
|
666
|
-
"
|
|
667
|
-
"
|
|
666
|
+
"placeholder": "Email subject",
|
|
667
|
+
"type": "input"
|
|
668
668
|
},
|
|
669
669
|
{
|
|
670
670
|
"placeholder": "Write your message...",
|
|
@@ -672,10 +672,10 @@
|
|
|
672
672
|
},
|
|
673
673
|
{
|
|
674
674
|
"action": "SEND",
|
|
675
|
-
"
|
|
675
|
+
"icon": "send",
|
|
676
676
|
"label": "Send",
|
|
677
|
-
"
|
|
678
|
-
"
|
|
677
|
+
"type": "button",
|
|
678
|
+
"variant": "primary"
|
|
679
679
|
}
|
|
680
680
|
],
|
|
681
681
|
"type": "stack"
|