@almadar/std 8.2.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 +74 -74
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
- package/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
- package/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
- package/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
- package/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
- package/behaviors/registry/app/organisms/std-cms.orb +432 -432
- package/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
- package/behaviors/registry/app/organisms/std-crm.orb +813 -813
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
- package/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
- package/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
- package/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
- package/behaviors/registry/app/organisms/std-lms.orb +858 -858
- package/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
- package/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
- package/behaviors/registry/core/atoms/std-browse.orb +64 -64
- package/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
- package/behaviors/registry/core/atoms/std-calendar.orb +52 -52
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/behaviors/registry/core/atoms/std-display.orb +413 -413
- package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/behaviors/registry/core/atoms/std-filter.orb +50 -50
- package/behaviors/registry/core/atoms/std-gallery.orb +53 -53
- package/behaviors/registry/core/atoms/std-modal.orb +13 -31
- package/behaviors/registry/core/atoms/std-pagination.orb +48 -48
- package/behaviors/registry/core/atoms/std-push.orb +47 -47
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
- package/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/behaviors/registry/core/atoms/std-search.orb +75 -75
- package/behaviors/registry/core/atoms/std-selection.orb +91 -91
- package/behaviors/registry/core/atoms/std-tabs.orb +45 -45
- package/behaviors/registry/core/molecules/std-cart.orb +49 -49
- package/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
- package/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
- package/behaviors/registry/core/molecules/std-list.orb +58 -58
- package/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
- package/behaviors/registry/game/atoms/std-collision.orb +132 -132
- package/behaviors/registry/game/atoms/std-combat.orb +59 -59
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
- package/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
- package/behaviors/registry/game/atoms/std-movement.orb +287 -287
- package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
- package/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/behaviors/registry/game/atoms/std-timer.orb +266 -275
- package/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
- package/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
- package/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
- package/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
- package/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
- package/behaviors/registry/service/atoms/std-service-email.orb +78 -78
- package/behaviors/registry/service/atoms/std-service-github.orb +91 -91
- package/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
- package/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
- package/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
- package/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +74 -74
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +104 -98
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +126 -111
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -400
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +87 -87
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +82 -82
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +120 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +68 -68
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +126 -126
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +208 -208
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +342 -342
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +77 -76
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +181 -181
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +183 -183
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +139 -139
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +124 -124
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1124 -1124
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3064 -3064
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2165 -2165
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +917 -917
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +759 -759
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +827 -827
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1181 -1181
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +745 -745
- package/dist/behaviors/registry/app/organisms/std-cms.orb +432 -432
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +378 -378
- package/dist/behaviors/registry/app/organisms/std-crm.orb +813 -813
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1290 -1290
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +989 -989
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +575 -575
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1374 -1374
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +714 -714
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1175 -1175
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +834 -834
- package/dist/behaviors/registry/app/organisms/std-lms.orb +858 -858
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +654 -654
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +720 -720
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +197 -197
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +744 -744
- package/dist/behaviors/registry/core/atoms/std-browse.orb +64 -64
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +93 -93
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +52 -52
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +178 -178
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -42
- package/dist/behaviors/registry/core/atoms/std-display.orb +413 -413
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/dist/behaviors/registry/core/atoms/std-filter.orb +50 -50
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-modal.orb +13 -31
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +48 -48
- package/dist/behaviors/registry/core/atoms/std-push.orb +47 -47
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +176 -176
- package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/dist/behaviors/registry/core/atoms/std-search.orb +75 -75
- package/dist/behaviors/registry/core/atoms/std-selection.orb +91 -91
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +45 -45
- package/dist/behaviors/registry/core/molecules/std-cart.orb +49 -49
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +8 -8
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +115 -115
- package/dist/behaviors/registry/core/molecules/std-list.orb +58 -58
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +136 -136
- package/dist/behaviors/registry/game/atoms/std-collision.orb +132 -132
- package/dist/behaviors/registry/game/atoms/std-combat.orb +59 -59
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +49 -49
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +32 -32
- package/dist/behaviors/registry/game/atoms/std-movement.orb +287 -287
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
- package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/dist/behaviors/registry/game/atoms/std-timer.orb +266 -275
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +78 -78
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +207 -207
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +103 -103
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +368 -368
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +331 -331
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +528 -528
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +15 -15
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +76 -76
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +78 -78
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +91 -91
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +107 -107
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +113 -113
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +101 -101
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +92 -92
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +113 -113
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +943 -943
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +965 -965
- 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
|
],
|
|
@@ -326,24 +326,22 @@
|
|
|
326
326
|
"render-ui",
|
|
327
327
|
"main",
|
|
328
328
|
{
|
|
329
|
-
"direction": "vertical",
|
|
330
|
-
"type": "stack",
|
|
331
329
|
"align": "stretch",
|
|
332
330
|
"children": [
|
|
333
331
|
{
|
|
334
332
|
"gap": "md",
|
|
335
|
-
"direction": "horizontal",
|
|
336
333
|
"type": "stack",
|
|
337
334
|
"align": "center",
|
|
335
|
+
"direction": "horizontal",
|
|
338
336
|
"children": [
|
|
339
337
|
{
|
|
340
338
|
"name": "mail",
|
|
341
339
|
"type": "icon"
|
|
342
340
|
},
|
|
343
341
|
{
|
|
342
|
+
"type": "typography",
|
|
344
343
|
"content": "ServiceEmail Email",
|
|
345
|
-
"variant": "h2"
|
|
346
|
-
"type": "typography"
|
|
344
|
+
"variant": "h2"
|
|
347
345
|
}
|
|
348
346
|
]
|
|
349
347
|
},
|
|
@@ -355,8 +353,8 @@
|
|
|
355
353
|
"placeholder": "recipient@example.com"
|
|
356
354
|
},
|
|
357
355
|
{
|
|
358
|
-
"
|
|
359
|
-
"
|
|
356
|
+
"placeholder": "Email subject",
|
|
357
|
+
"type": "input"
|
|
360
358
|
},
|
|
361
359
|
{
|
|
362
360
|
"type": "textarea",
|
|
@@ -365,12 +363,14 @@
|
|
|
365
363
|
{
|
|
366
364
|
"label": "Send",
|
|
367
365
|
"icon": "send",
|
|
368
|
-
"action": "SEND",
|
|
369
366
|
"type": "button",
|
|
370
|
-
"variant": "primary"
|
|
367
|
+
"variant": "primary",
|
|
368
|
+
"action": "SEND"
|
|
371
369
|
}
|
|
372
370
|
],
|
|
373
|
-
"
|
|
371
|
+
"direction": "vertical",
|
|
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
|
-
"
|
|
387
|
+
"type": "loading-state",
|
|
388
388
|
"message": "Delivering serviceemail email...",
|
|
389
|
-
"
|
|
389
|
+
"title": "Sending 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,10 +421,6 @@
|
|
|
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
426
|
"type": "icon",
|
|
@@ -436,13 +432,17 @@
|
|
|
436
432
|
"message": "Email sent successfully"
|
|
437
433
|
},
|
|
438
434
|
{
|
|
439
|
-
"
|
|
440
|
-
"label": "Send Another",
|
|
435
|
+
"icon": "rotate-ccw",
|
|
441
436
|
"action": "RESET",
|
|
442
|
-
"
|
|
443
|
-
"
|
|
437
|
+
"label": "Send Another",
|
|
438
|
+
"type": "button",
|
|
439
|
+
"variant": "ghost"
|
|
444
440
|
}
|
|
445
|
-
]
|
|
441
|
+
],
|
|
442
|
+
"type": "stack",
|
|
443
|
+
"gap": "lg",
|
|
444
|
+
"direction": "vertical",
|
|
445
|
+
"align": "center"
|
|
446
446
|
}
|
|
447
447
|
]
|
|
448
448
|
]
|
|
@@ -461,40 +461,40 @@
|
|
|
461
461
|
"render-ui",
|
|
462
462
|
"main",
|
|
463
463
|
{
|
|
464
|
-
"align": "center",
|
|
465
|
-
"type": "stack",
|
|
466
464
|
"children": [
|
|
467
465
|
{
|
|
468
|
-
"type": "error-state",
|
|
469
466
|
"message": "Could not deliver the email.",
|
|
470
|
-
"
|
|
471
|
-
"
|
|
467
|
+
"onRetry": "RETRY",
|
|
468
|
+
"type": "error-state",
|
|
469
|
+
"title": "Send Failed"
|
|
472
470
|
},
|
|
473
471
|
{
|
|
474
472
|
"direction": "horizontal",
|
|
475
|
-
"justify": "center",
|
|
476
473
|
"children": [
|
|
477
474
|
{
|
|
478
|
-
"icon": "refresh-cw",
|
|
479
475
|
"type": "button",
|
|
480
|
-
"label": "Retry",
|
|
481
476
|
"action": "RETRY",
|
|
482
|
-
"
|
|
477
|
+
"label": "Retry",
|
|
478
|
+
"variant": "primary",
|
|
479
|
+
"icon": "refresh-cw"
|
|
483
480
|
},
|
|
484
481
|
{
|
|
482
|
+
"label": "Reset",
|
|
485
483
|
"type": "button",
|
|
486
|
-
"variant": "ghost",
|
|
487
484
|
"action": "RESET",
|
|
488
|
-
"
|
|
489
|
-
"
|
|
485
|
+
"icon": "rotate-ccw",
|
|
486
|
+
"variant": "ghost"
|
|
490
487
|
}
|
|
491
488
|
],
|
|
489
|
+
"type": "stack",
|
|
492
490
|
"gap": "sm",
|
|
493
|
-
"
|
|
491
|
+
"justify": "center"
|
|
494
492
|
}
|
|
495
493
|
],
|
|
494
|
+
"type": "stack",
|
|
495
|
+
"gap": "lg",
|
|
496
496
|
"direction": "vertical",
|
|
497
|
-
"
|
|
497
|
+
"align": "center"
|
|
498
498
|
}
|
|
499
499
|
]
|
|
500
500
|
]
|
|
@@ -514,21 +514,22 @@
|
|
|
514
514
|
"main",
|
|
515
515
|
{
|
|
516
516
|
"type": "stack",
|
|
517
|
+
"align": "stretch",
|
|
517
518
|
"children": [
|
|
518
519
|
{
|
|
520
|
+
"direction": "horizontal",
|
|
521
|
+
"type": "stack",
|
|
519
522
|
"align": "center",
|
|
520
523
|
"gap": "md",
|
|
521
|
-
"type": "stack",
|
|
522
|
-
"direction": "horizontal",
|
|
523
524
|
"children": [
|
|
524
525
|
{
|
|
525
526
|
"type": "icon",
|
|
526
527
|
"name": "mail"
|
|
527
528
|
},
|
|
528
529
|
{
|
|
529
|
-
"
|
|
530
|
+
"type": "typography",
|
|
530
531
|
"variant": "h2",
|
|
531
|
-
"
|
|
532
|
+
"content": "ServiceEmail Email"
|
|
532
533
|
}
|
|
533
534
|
]
|
|
534
535
|
},
|
|
@@ -536,8 +537,8 @@
|
|
|
536
537
|
"type": "divider"
|
|
537
538
|
},
|
|
538
539
|
{
|
|
539
|
-
"
|
|
540
|
-
"
|
|
540
|
+
"type": "input",
|
|
541
|
+
"placeholder": "recipient@example.com"
|
|
541
542
|
},
|
|
542
543
|
{
|
|
543
544
|
"type": "input",
|
|
@@ -548,15 +549,14 @@
|
|
|
548
549
|
"type": "textarea"
|
|
549
550
|
},
|
|
550
551
|
{
|
|
551
|
-
"
|
|
552
|
+
"variant": "primary",
|
|
552
553
|
"icon": "send",
|
|
553
|
-
"type": "button",
|
|
554
554
|
"action": "SEND",
|
|
555
|
-
"
|
|
555
|
+
"type": "button",
|
|
556
|
+
"label": "Send"
|
|
556
557
|
}
|
|
557
558
|
],
|
|
558
559
|
"gap": "lg",
|
|
559
|
-
"align": "stretch",
|
|
560
560
|
"direction": "vertical"
|
|
561
561
|
}
|
|
562
562
|
]
|
|
@@ -573,23 +573,24 @@
|
|
|
573
573
|
{
|
|
574
574
|
"type": "stack",
|
|
575
575
|
"align": "stretch",
|
|
576
|
+
"gap": "lg",
|
|
576
577
|
"children": [
|
|
577
578
|
{
|
|
579
|
+
"direction": "horizontal",
|
|
580
|
+
"align": "center",
|
|
581
|
+
"type": "stack",
|
|
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
|
-
"type": "stack",
|
|
592
|
-
"direction": "horizontal"
|
|
593
|
+
"gap": "md"
|
|
593
594
|
},
|
|
594
595
|
{
|
|
595
596
|
"type": "divider"
|
|
@@ -599,23 +600,22 @@
|
|
|
599
600
|
"placeholder": "recipient@example.com"
|
|
600
601
|
},
|
|
601
602
|
{
|
|
602
|
-
"
|
|
603
|
-
"
|
|
603
|
+
"type": "input",
|
|
604
|
+
"placeholder": "Email subject"
|
|
604
605
|
},
|
|
605
606
|
{
|
|
606
607
|
"placeholder": "Write your message...",
|
|
607
608
|
"type": "textarea"
|
|
608
609
|
},
|
|
609
610
|
{
|
|
611
|
+
"type": "button",
|
|
610
612
|
"label": "Send",
|
|
611
|
-
"variant": "primary",
|
|
612
613
|
"icon": "send",
|
|
613
|
-
"
|
|
614
|
-
"
|
|
614
|
+
"action": "SEND",
|
|
615
|
+
"variant": "primary"
|
|
615
616
|
}
|
|
616
617
|
],
|
|
617
|
-
"direction": "vertical"
|
|
618
|
-
"gap": "lg"
|
|
618
|
+
"direction": "vertical"
|
|
619
619
|
}
|
|
620
620
|
]
|
|
621
621
|
]
|
|
@@ -634,14 +634,12 @@
|
|
|
634
634
|
"render-ui",
|
|
635
635
|
"main",
|
|
636
636
|
{
|
|
637
|
+
"gap": "lg",
|
|
637
638
|
"align": "stretch",
|
|
638
|
-
"type": "stack",
|
|
639
639
|
"direction": "vertical",
|
|
640
640
|
"children": [
|
|
641
641
|
{
|
|
642
|
-
"
|
|
643
|
-
"direction": "horizontal",
|
|
644
|
-
"gap": "md",
|
|
642
|
+
"align": "center",
|
|
645
643
|
"children": [
|
|
646
644
|
{
|
|
647
645
|
"name": "mail",
|
|
@@ -653,32 +651,34 @@
|
|
|
653
651
|
"variant": "h2"
|
|
654
652
|
}
|
|
655
653
|
],
|
|
656
|
-
"
|
|
654
|
+
"direction": "horizontal",
|
|
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...",
|
|
671
671
|
"type": "textarea"
|
|
672
672
|
},
|
|
673
673
|
{
|
|
674
|
+
"action": "SEND",
|
|
674
675
|
"icon": "send",
|
|
675
|
-
"type": "button",
|
|
676
|
-
"variant": "primary",
|
|
677
676
|
"label": "Send",
|
|
678
|
-
"
|
|
677
|
+
"type": "button",
|
|
678
|
+
"variant": "primary"
|
|
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
|
+
}
|