@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
|
@@ -326,15 +326,14 @@
|
|
|
326
326
|
"render-ui",
|
|
327
327
|
"main",
|
|
328
328
|
{
|
|
329
|
-
"direction": "vertical",
|
|
330
|
-
"type": "stack",
|
|
331
329
|
"align": "stretch",
|
|
330
|
+
"direction": "vertical",
|
|
332
331
|
"children": [
|
|
333
332
|
{
|
|
333
|
+
"align": "center",
|
|
334
334
|
"gap": "md",
|
|
335
|
-
"direction": "horizontal",
|
|
336
335
|
"type": "stack",
|
|
337
|
-
"
|
|
336
|
+
"direction": "horizontal",
|
|
338
337
|
"children": [
|
|
339
338
|
{
|
|
340
339
|
"name": "mail",
|
|
@@ -351,8 +350,8 @@
|
|
|
351
350
|
"type": "divider"
|
|
352
351
|
},
|
|
353
352
|
{
|
|
354
|
-
"
|
|
355
|
-
"
|
|
353
|
+
"placeholder": "recipient@example.com",
|
|
354
|
+
"type": "input"
|
|
356
355
|
},
|
|
357
356
|
{
|
|
358
357
|
"type": "input",
|
|
@@ -363,14 +362,15 @@
|
|
|
363
362
|
"placeholder": "Write your message..."
|
|
364
363
|
},
|
|
365
364
|
{
|
|
365
|
+
"variant": "primary",
|
|
366
366
|
"label": "Send",
|
|
367
|
-
"icon": "send",
|
|
368
|
-
"action": "SEND",
|
|
369
367
|
"type": "button",
|
|
370
|
-
"
|
|
368
|
+
"action": "SEND",
|
|
369
|
+
"icon": "send"
|
|
371
370
|
}
|
|
372
371
|
],
|
|
373
|
-
"gap": "lg"
|
|
372
|
+
"gap": "lg",
|
|
373
|
+
"type": "stack"
|
|
374
374
|
}
|
|
375
375
|
]
|
|
376
376
|
]
|
|
@@ -384,9 +384,9 @@
|
|
|
384
384
|
"render-ui",
|
|
385
385
|
"main",
|
|
386
386
|
{
|
|
387
|
+
"type": "loading-state",
|
|
387
388
|
"title": "Sending email...",
|
|
388
|
-
"message": "Delivering serviceemail email..."
|
|
389
|
-
"type": "loading-state"
|
|
389
|
+
"message": "Delivering serviceemail email..."
|
|
390
390
|
}
|
|
391
391
|
],
|
|
392
392
|
[
|
|
@@ -400,8 +400,8 @@
|
|
|
400
400
|
},
|
|
401
401
|
{
|
|
402
402
|
"emit": {
|
|
403
|
-
"
|
|
404
|
-
"
|
|
403
|
+
"success": "ServiceEmailEmailCompleted",
|
|
404
|
+
"failure": "ServiceEmailEmailFailed"
|
|
405
405
|
}
|
|
406
406
|
}
|
|
407
407
|
]
|
|
@@ -421,28 +421,28 @@
|
|
|
421
421
|
"render-ui",
|
|
422
422
|
"main",
|
|
423
423
|
{
|
|
424
|
-
"gap": "lg",
|
|
425
|
-
"direction": "vertical",
|
|
426
|
-
"type": "stack",
|
|
427
|
-
"align": "center",
|
|
428
424
|
"children": [
|
|
429
425
|
{
|
|
430
|
-
"
|
|
431
|
-
"
|
|
426
|
+
"name": "check-circle",
|
|
427
|
+
"type": "icon"
|
|
432
428
|
},
|
|
433
429
|
{
|
|
430
|
+
"message": "Email sent successfully",
|
|
434
431
|
"type": "alert",
|
|
435
|
-
"variant": "success"
|
|
436
|
-
"message": "Email sent successfully"
|
|
432
|
+
"variant": "success"
|
|
437
433
|
},
|
|
438
434
|
{
|
|
435
|
+
"icon": "rotate-ccw",
|
|
439
436
|
"type": "button",
|
|
440
437
|
"label": "Send Another",
|
|
441
|
-
"action": "RESET",
|
|
442
438
|
"variant": "ghost",
|
|
443
|
-
"
|
|
439
|
+
"action": "RESET"
|
|
444
440
|
}
|
|
445
|
-
]
|
|
441
|
+
],
|
|
442
|
+
"type": "stack",
|
|
443
|
+
"direction": "vertical",
|
|
444
|
+
"gap": "lg",
|
|
445
|
+
"align": "center"
|
|
446
446
|
}
|
|
447
447
|
]
|
|
448
448
|
]
|
|
@@ -461,40 +461,40 @@
|
|
|
461
461
|
"render-ui",
|
|
462
462
|
"main",
|
|
463
463
|
{
|
|
464
|
-
"
|
|
464
|
+
"direction": "vertical",
|
|
465
465
|
"type": "stack",
|
|
466
|
+
"gap": "lg",
|
|
466
467
|
"children": [
|
|
467
468
|
{
|
|
468
469
|
"type": "error-state",
|
|
470
|
+
"onRetry": "RETRY",
|
|
469
471
|
"message": "Could not deliver the email.",
|
|
470
|
-
"title": "Send Failed"
|
|
471
|
-
"onRetry": "RETRY"
|
|
472
|
+
"title": "Send Failed"
|
|
472
473
|
},
|
|
473
474
|
{
|
|
475
|
+
"type": "stack",
|
|
474
476
|
"direction": "horizontal",
|
|
475
|
-
"justify": "center",
|
|
476
477
|
"children": [
|
|
477
478
|
{
|
|
478
|
-
"
|
|
479
|
-
"type": "button",
|
|
479
|
+
"variant": "primary",
|
|
480
480
|
"label": "Retry",
|
|
481
|
+
"icon": "refresh-cw",
|
|
481
482
|
"action": "RETRY",
|
|
482
|
-
"
|
|
483
|
+
"type": "button"
|
|
483
484
|
},
|
|
484
485
|
{
|
|
486
|
+
"label": "Reset",
|
|
487
|
+
"action": "RESET",
|
|
485
488
|
"type": "button",
|
|
486
489
|
"variant": "ghost",
|
|
487
|
-
"action": "RESET",
|
|
488
|
-
"label": "Reset",
|
|
489
490
|
"icon": "rotate-ccw"
|
|
490
491
|
}
|
|
491
492
|
],
|
|
492
493
|
"gap": "sm",
|
|
493
|
-
"
|
|
494
|
+
"justify": "center"
|
|
494
495
|
}
|
|
495
496
|
],
|
|
496
|
-
"
|
|
497
|
-
"gap": "lg"
|
|
497
|
+
"align": "center"
|
|
498
498
|
}
|
|
499
499
|
]
|
|
500
500
|
]
|
|
@@ -513,50 +513,50 @@
|
|
|
513
513
|
"render-ui",
|
|
514
514
|
"main",
|
|
515
515
|
{
|
|
516
|
-
"type": "stack",
|
|
517
516
|
"children": [
|
|
518
517
|
{
|
|
519
|
-
"align": "center",
|
|
520
|
-
"gap": "md",
|
|
521
|
-
"type": "stack",
|
|
522
|
-
"direction": "horizontal",
|
|
523
518
|
"children": [
|
|
524
519
|
{
|
|
525
|
-
"
|
|
526
|
-
"
|
|
520
|
+
"name": "mail",
|
|
521
|
+
"type": "icon"
|
|
527
522
|
},
|
|
528
523
|
{
|
|
529
|
-
"
|
|
524
|
+
"type": "typography",
|
|
530
525
|
"variant": "h2",
|
|
531
|
-
"
|
|
526
|
+
"content": "ServiceEmail Email"
|
|
532
527
|
}
|
|
533
|
-
]
|
|
528
|
+
],
|
|
529
|
+
"align": "center",
|
|
530
|
+
"type": "stack",
|
|
531
|
+
"gap": "md",
|
|
532
|
+
"direction": "horizontal"
|
|
534
533
|
},
|
|
535
534
|
{
|
|
536
535
|
"type": "divider"
|
|
537
536
|
},
|
|
538
537
|
{
|
|
539
|
-
"
|
|
540
|
-
"
|
|
538
|
+
"type": "input",
|
|
539
|
+
"placeholder": "recipient@example.com"
|
|
541
540
|
},
|
|
542
541
|
{
|
|
543
|
-
"
|
|
544
|
-
"
|
|
542
|
+
"placeholder": "Email subject",
|
|
543
|
+
"type": "input"
|
|
545
544
|
},
|
|
546
545
|
{
|
|
547
|
-
"
|
|
548
|
-
"
|
|
546
|
+
"type": "textarea",
|
|
547
|
+
"placeholder": "Write your message..."
|
|
549
548
|
},
|
|
550
549
|
{
|
|
551
|
-
"label": "Send",
|
|
552
|
-
"icon": "send",
|
|
553
550
|
"type": "button",
|
|
554
551
|
"action": "SEND",
|
|
555
|
-
"variant": "primary"
|
|
552
|
+
"variant": "primary",
|
|
553
|
+
"icon": "send",
|
|
554
|
+
"label": "Send"
|
|
556
555
|
}
|
|
557
556
|
],
|
|
558
557
|
"gap": "lg",
|
|
559
558
|
"align": "stretch",
|
|
559
|
+
"type": "stack",
|
|
560
560
|
"direction": "vertical"
|
|
561
561
|
}
|
|
562
562
|
]
|
|
@@ -571,51 +571,51 @@
|
|
|
571
571
|
"render-ui",
|
|
572
572
|
"main",
|
|
573
573
|
{
|
|
574
|
-
"type": "stack",
|
|
575
574
|
"align": "stretch",
|
|
575
|
+
"direction": "vertical",
|
|
576
|
+
"type": "stack",
|
|
577
|
+
"gap": "lg",
|
|
576
578
|
"children": [
|
|
577
579
|
{
|
|
580
|
+
"direction": "horizontal",
|
|
581
|
+
"align": "center",
|
|
578
582
|
"children": [
|
|
579
583
|
{
|
|
580
|
-
"
|
|
581
|
-
"
|
|
584
|
+
"type": "icon",
|
|
585
|
+
"name": "mail"
|
|
582
586
|
},
|
|
583
587
|
{
|
|
584
588
|
"content": "ServiceEmail Email",
|
|
585
|
-
"
|
|
586
|
-
"
|
|
589
|
+
"type": "typography",
|
|
590
|
+
"variant": "h2"
|
|
587
591
|
}
|
|
588
592
|
],
|
|
589
|
-
"gap": "md",
|
|
590
|
-
"align": "center",
|
|
591
593
|
"type": "stack",
|
|
592
|
-
"
|
|
594
|
+
"gap": "md"
|
|
593
595
|
},
|
|
594
596
|
{
|
|
595
597
|
"type": "divider"
|
|
596
598
|
},
|
|
597
599
|
{
|
|
598
|
-
"
|
|
599
|
-
"
|
|
600
|
+
"placeholder": "recipient@example.com",
|
|
601
|
+
"type": "input"
|
|
600
602
|
},
|
|
601
603
|
{
|
|
602
|
-
"
|
|
603
|
-
"
|
|
604
|
+
"type": "input",
|
|
605
|
+
"placeholder": "Email subject"
|
|
604
606
|
},
|
|
605
607
|
{
|
|
606
608
|
"placeholder": "Write your message...",
|
|
607
609
|
"type": "textarea"
|
|
608
610
|
},
|
|
609
611
|
{
|
|
612
|
+
"type": "button",
|
|
610
613
|
"label": "Send",
|
|
611
614
|
"variant": "primary",
|
|
612
|
-
"
|
|
613
|
-
"
|
|
614
|
-
"action": "SEND"
|
|
615
|
+
"action": "SEND",
|
|
616
|
+
"icon": "send"
|
|
615
617
|
}
|
|
616
|
-
]
|
|
617
|
-
"direction": "vertical",
|
|
618
|
-
"gap": "lg"
|
|
618
|
+
]
|
|
619
619
|
}
|
|
620
620
|
]
|
|
621
621
|
]
|
|
@@ -634,13 +634,12 @@
|
|
|
634
634
|
"render-ui",
|
|
635
635
|
"main",
|
|
636
636
|
{
|
|
637
|
-
"
|
|
638
|
-
"type": "stack",
|
|
637
|
+
"gap": "lg",
|
|
639
638
|
"direction": "vertical",
|
|
639
|
+
"align": "stretch",
|
|
640
640
|
"children": [
|
|
641
641
|
{
|
|
642
642
|
"type": "stack",
|
|
643
|
-
"direction": "horizontal",
|
|
644
643
|
"gap": "md",
|
|
645
644
|
"children": [
|
|
646
645
|
{
|
|
@@ -649,10 +648,11 @@
|
|
|
649
648
|
},
|
|
650
649
|
{
|
|
651
650
|
"type": "typography",
|
|
652
|
-
"
|
|
653
|
-
"
|
|
651
|
+
"variant": "h2",
|
|
652
|
+
"content": "ServiceEmail Email"
|
|
654
653
|
}
|
|
655
654
|
],
|
|
655
|
+
"direction": "horizontal",
|
|
656
656
|
"align": "center"
|
|
657
657
|
},
|
|
658
658
|
{
|
|
@@ -671,14 +671,14 @@
|
|
|
671
671
|
"type": "textarea"
|
|
672
672
|
},
|
|
673
673
|
{
|
|
674
|
-
"
|
|
674
|
+
"action": "SEND",
|
|
675
675
|
"type": "button",
|
|
676
|
-
"variant": "primary",
|
|
677
676
|
"label": "Send",
|
|
678
|
-
"
|
|
677
|
+
"variant": "primary",
|
|
678
|
+
"icon": "send"
|
|
679
679
|
}
|
|
680
680
|
],
|
|
681
|
-
"
|
|
681
|
+
"type": "stack"
|
|
682
682
|
}
|
|
683
683
|
]
|
|
684
684
|
]
|
|
@@ -701,4 +701,4 @@
|
|
|
701
701
|
]
|
|
702
702
|
}
|
|
703
703
|
]
|
|
704
|
-
}
|
|
704
|
+
}
|